summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variableGuillaume Cottenceau2003-01-241-1/+1
|
* fix Return key on a radio button grabbing focus on next functional group of ↵Guillaume Cottenceau2003-01-241-2/+1
| | | | widgets AND doing an action on it (toggling checkbuttons etc) (needs perl-GTK2 >= 0.0.cvs.2003.01.24.1)
* *** empty log message ***Pascal Rigaux2003-01-241-1/+88
|
* fix "Previous" button in warnAboutNaughtyServers, so there is 3 choicesPascal Rigaux2003-01-242-3/+7
| | | | | (Previous, unselect servers, accept :)
* (ask_from_list, ask_from_list_, ...): option nocancel addedPascal Rigaux2003-01-241-11/+15
| | | | | (ask_yesorno): no "Cancel" or "Previous" button
* remove blinks in mouse testGuillaume Cottenceau2003-01-241-4/+7
|
* - don't setMouseLive when the protocol hasn't changedPascal Rigaux2003-01-242-14/+21
| | | | | | - don't say "MOVE YOUR WHEEL" when there is no wheel and the protocol hasn't changed (nb: no wheel + IMPS/2 can now happen for usb mice)
* - switch "<= 3 buttons usb mice" from X protocol PS/2 to IMPS/2 (it worksPascal Rigaux2003-01-241-4/+4
| | | | | | | | | nicely, and redhat do so) - default usb mice to USB|Wheel instead of USB|Generic, since most (all?) usb mice have a wheel (i tested on 1 button mac mouse, it works nicely with ZAxisMapping and IMPS/2)
* fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵Guillaume Cottenceau2003-01-244-18/+16
| | | | strings to utf8 is somewhat broken (dunno why), so now we bind the codeset or our textdomains to utf8 and tag the translated strings to utf8, when using gtk
* updated pot file (English proofreading)Pablo Saratxaga2003-01-243-138/+144
|
* English proofreadingPablo Saratxaga2003-01-249-26/+26
|
* fixed some (locally used) charset namesPablo Saratxaga2003-01-231-7/+7
|
* *** empty log message ***Pascal Rigaux2003-01-231-1/+216
|
* (formatMountPartitions): help perl (otherwise wait_message stays forever in ↵Pascal Rigaux2003-01-231-0/+1
| | | | newt)
* (configure_chooser_raw): no special case for "Next" buttonPascal Rigaux2003-01-231-2/+1
|
* fix special case "for license agreement": only use it for long messages, and ↵Pascal Rigaux2003-01-231-2/+2
| | | | fix {format} use
* add a button to "summary"-like dialog boxesPascal Rigaux2003-01-231-1/+2
|
* - handle {ok_disabled}Pascal Rigaux2003-01-231-21/+36
| | | | | | | | - correctly wrap messages - fix Textbox size - fix Listbox size - special code to handle the license dialog
* (reallyChooseGroups): remove "Previous" buttonPascal Rigaux2003-01-231-1/+1
|
* fix diskdrake in newt (causing error about missing method ->cylinder_size)Pascal Rigaux2003-01-231-1/+5
|
* pixelificationPascal Rigaux2003-01-231-13/+3
|
* - perl_checker compliantDamien Chaumette2003-01-232-42/+47
| | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes
* (setupSCSI): remove now unused variable $clickedPascal Rigaux2003-01-231-1/+1
|
* better fix of ->isa usePascal Rigaux2003-01-231-1/+1
|
* (is_fbdev): createdPascal Rigaux2003-01-231-5/+7
| | | | | (get_both, set_both): skip modifications on missing xfree3 or xfree4
* (to_string): created, try to shortly describe current configurationPascal Rigaux2003-01-231-0/+7
| | | | | (configure_FB_TVOUT): don't do anything when not using XF4
* (summary): display more nicely the current X config when fbdevPascal Rigaux2003-01-231-3/+2
| | | | | (selectLanguage): no need to handle "Cancel" on language choosing :)
* focus first widget when there is no okPascal Rigaux2003-01-231-1/+1
|
* perl_checker fixThierry Vignaud2003-01-231-0/+1
|
* reconfigure sound slots at boot time (we should enhance slot fillingThierry Vignaud2003-01-231-0/+8
| | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one)
* fix perl-GTK2 dependancyThierry Vignaud2003-01-231-1/+1
|
* perl_checker fixThierry Vignaud2003-01-231-2/+2
|
* 9.1-0.13mdkThierry Vignaud2003-01-231-3/+36
|
* workaround bug introduced by new pixel focus managmentThierry Vignaud2003-01-231-1/+1
|
* (read): fix return value when no configured keyboard is foundPascal Rigaux2003-01-231-1/+1
|
* introduce ->is_fbdev, and use it to simplify ->set_resolutionPascal Rigaux2003-01-233-16/+18
|
* remove use of UNIVERSAL::isa() (it is not much more complex with ref + ↵Pascal Rigaux2003-01-231-1/+1
| | | | ->isa, and UNIVERSAL::isa() would need a special case in perl_checker)
* (setupSCSI): handle calling modules::interactive::load_category inPascal Rigaux2003-01-231-2/+4
| | | | | non-automatic mode when no harddrives are found
* (getHds): do not handle missing harddrives by calling setupSCSI, sincePascal Rigaux2003-01-231-7/+0
| | | | | setupSCSI do it by itself now
* (load_category__prompt_for_more): cleanup, propose "See hardware info" in ↵Pascal Rigaux2003-01-231-3/+2
| | | | any case
* nothing should be quoted here. if one wants to remove modulesGuillaume Cottenceau2003-01-231-6/+0
| | | | | from boot floppies, modules.pl is the way to go.
* ataraid is ad-hoc raid, unsupported in stage1 anywayGuillaume Cottenceau2003-01-231-0/+1
|
* force strict pragmaThierry Vignaud2003-01-231-1/+1
|
* isdn.pm now in use strictDamien Chaumette2003-01-234-6/+4
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-236-2/+7
|
* - force use strictThierry Vignaud2003-01-231-1/+1
| | | | | - perl_checker fix
* updated pot filePablo Saratxaga2003-01-223-596/+746
|
* English proofreadingPablo Saratxaga2003-01-227-27/+27
|
* call "yelp-pregenerate -a" after installing pkgs (since it's skipped ↵Pascal Rigaux2003-01-221-0/+1
| | | | DURING_INSTALL)
* include FS modules (fixes #975)Guillaume Cottenceau2003-01-221-1/+1
|
re/drakx-backup-do-not-use/tree/perl-install/share/po/Changelog?h=V1_1_8_5mdk&id=086c820d43cdc543121f9206cf5368f95659e170'>perl-install/share/po/Changelog
+++ /dev/null
@@ -1,249 +0,0 @@
-2002-05-14 Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>
- * pl.po: finished translation and corrected many entries
-
-2001-03-14 Pablo Saratxaga <pablo@mandrakesoft.com>
-
- * i18n_compssUsers: improved the script to not include path=
- lines
-
-2000-10-03 Guillaume Cottenceau <gc@mandrakesoft.com>
-
- * fr.po: fixed bug #518 and fixed other misc errors
-
-2000-09-16 Pixel <pixel@mandrakesoft.com>
- * de.po: fix translation of "Size: %d KB\n" (was MB instead of KB)
-
-2000-04-28 Stefan Siegel <siegel@linux-mandrake.com>
- * de.po: Update German File
-
-2000-04-18 Pablo Saratxaga <pablo@mandrakesoft.com>
-
- * cy.po: There is now a Welsh file, Thanks Dafydd !
- * da.po: Updated Danish file
-
-2000-04-04 Pablo Saratxaga <pablo@mandrakesoft.com>
-
- * lv.po: Added Latvian file; now we are the very first to have
- Latvian language :)
-
-2000-03-26 Pablo Saratxaga <pablo@mandrakesoft.com>
-
- * sk.po: Slovakian translation is now mantained and updated
-
-2000-01-10 Pixel <pixel@mandrakesoft.com>
-
- * po/Changelog: remove the paragraph which was removed from
- help.pm in br.po cs.po el.po et.po gl.po ro.po ru.po tr.po
-
-2000-01-06 Franois PONS <fpons@mandrakesoft.com>
- * it.po: updated by Maurizio.
-
-2000-01-06 David BAUDENS <baudens@mandrakesoft.com>
- * fr.po: updated
-
-2000-01-05 Pixel <pixel@mandrakesoft.com>
- * *.po: changed the crypto message (french address in usa, and
- removed a paragraph)
-
-2000-01-03 Pablo Saratxaga <pablo@mandrakesoft.com>
- * *.po: merged some strigns from gnorpm to help transaltiosn fo
- rpmdrake new strings
-
-2000-01-03 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: updated Norwegian file
- * id.po: updated Indonesian file
- * hr.po: updated Croatian file
- * da.po: updated Danish file
- * et.po: updated Estonian file
-
-2000-01-01 Pablo Saratxaga <pablo@mandrakesoft.com>
- Happy New Year to all !
- * es.po: completed Spanish file
- * zh_CN.po: created a GB2312 version by converting the Big5 one
- however a real mantainer for a GB2312 version is still wanted
- * ca.po: the first one to be updated after Y2K :)
-
-1999-12-30 Pablo Saratxaga <pablo@mandrakesoft.com>
- * zh_TW.Big5.po: uddated chinese file
- * it.po: updated the Italian file
- * es.po: completed spanish file
- * br.po: updated Britton file
- * ja.po: updated Japanese file
-
-1999-12-29 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: completed Norwegian file
- * eo.po: Completed esperanto file
- * sv.po: updated Swedish file
- * hu.po: compelted Hungarian file
-
-1999-12-27 Pablo Saratxaga <pablo@mandrakesoft.com>
- * ru.po: updated Russian file
- * id.po: completed Indonesian file
- * et.po: Estonian files fixes
- * no.po: completed file
- * et.po: completed file
- * lt.po: updated Lithuanian file
- * da.po: completed Danish file
- * ja.po: updated Japanese file
-
-1999-12-24 Pablo Saratxaga <pablo@mandrakesoft.com>
- * lt.po: updated Lithuanian file
- * *.po: new strings have been added...
-
-1999-12-23 Pablo Saratxaga <pablo@mandrakesoft.com>
- * eo.po: completed esperanto file
- * hr.po: updated Croatian file
- * zh_TW.Big5: updated chinese file
- * id.po: completed Indonesian file
- * et.po: completed Estonian file
- * sv.po: updated swedish file
- * da.po: completed Danish file
- * bg.po: updated Bulgarian file
- * sr.po: updated serbian file
- * no.po: completed norwegian file
-
-1999-12-22 Pablo Saratxaga <pablo@mandrakesoft.com>
- * de.po: update from Stefan Siegel <siegel@informatik.uni-kl.de>
- * bg.po: updated Bulgarian file
-
-1999-12-16 Pablo Saratxaga <pablo@mandrakesoft.com>
- * *.po: updated po files
- * ja.po: added japanese file
-
-1999-12-12 Pablo Saratxaga <pablo@mandrakesoft.com>
- * pt_BR.po: added portuguese file from Andrei <andreib@zaz.com.br>
-
-1999-12-10 Pablo Saratxaga <pablo@mandrakesoft.com>
- * et.po: completed 100% the Estonian file
-
-1999-12-09 Pablo Saratxaga <pablo@mandrakesoft.com>
- * th.po: Thai file from Kan Yuenyong <kan@kaiwal.com>
-
-1999-12-07 Pablo Saratxaga <pablo@mandrakesoft.com>
- * ro.po: did 'ispell -d romanian ro.po', I hope that improves the
- lack of 8 bit letters; but a real mantainer is needed.
-
-1999-12-02 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po, ca.po, no.po, id.po: Completed Spanish, Catalan,
- Norwegian and Indonesian language files.
- * hu.po: Update of Hungarian file (60% done)
-
-1999-11-30 Pablo Saratxaga <pablo@mandrakesoft.com>
- * hu.po: added Hungarian language file
-
-1999-11-26 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: updated Norwegian file
- * ca.po: added beginnign of Catalan file from SoftCatal
-
-1999-11-25 Pablo Saratxaga <pablo@mandrakesoft.com>
- * *.po: corrected a typo ( s/Size: %d/Size: %s/ )
- * de.po: updated German file
- * id.po: updated Indonesian file
-
-1999-11-24 Pablo Saratxaga <pablo@mandrakesoft.com>
- * bg.po: added Bulgarian file from Elena Radva <ely@triada.bg>
-
-1999-11-19 Pablo Saratxaga <pablo@mandrakesoft.com>
- * uk.po: added Ukrainian file
- * pl.po: Polish is now 100% complete!
-
-1999-11-18 Pablo Saratxaga <pablo@mandrakesoft.com>
- * et.po: added estonian from Riho Kurg <riho@aso.ee>
- * pl.po: updated polish from Pawel Jablonski
-
-1999-11-16 Pablo Saratxaga <pablo@mandrakesoft.com>
- * update-po, lots of new strings :)
- * es.po: updated & completed
-
-1999-11-10 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po: completed
- * pl.po: updated from Pavel Jablonski
-
-1999-11-08 Franois PONS <fpons@mandrakesoft.com>
- * fr.po: updated.
-
-1999-11-05 Pablo Saratxaga <pablo@mandrakesoft.com>
- * pl.po: added Polish language file
- * ru.po: updated russian file
- * no.po: completed norwegian file
-
-1999-11-04 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po: updated and completed spanish language file
- * wa.po: updated walon language file
-
-1999-10-30 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po: updated spanish language file
-
-1999-10-22 Pablo Saratxaga <pablo@mandrakesoft.com>
- * it.po, es.po: uopdated spanish and italian language files
-
-1999-10-22 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: update of the Nowegian translation by Terje Bjerkelia
-
-1999-10-22 Pixel <pixel@linux-mandrake.com>
- * es.po: some corrections by Camille <camille@mandrakesoft.com>
-
-1999-10-21 Franois PONS <fpons@mandrakesoft.com>
- * fr.po: modified printer or queue translation (line 1950 and 2778)
-
-1999-10-21 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po: updated Spanish language file
-
-1999-10-20 Franois PONS <fpons@mandrakesoft.com>
- * fr.po: corrected "Skip PCMCIA probing" message with new msgid
-
-1999-10-14 Pablo Saratxaga <pablo@mandrakesoft.com>
- * ru.po: new Russian translations from Aleksey Smirnov
- * no.po: update of the Nowegian translation by Terje Bjerkelia
-
-1999-10-13 Pablo Saratxaga <pablo@mandrakesoft.com>
- * *.po: checked that the name is correctly DrakX now, and updated them
- * tr.po: newer translations from Hakan Terziolu <hakan@gelecek.com.tr>
-
-1999-10-11 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po,es.po: updated Norwegian and Spanish language files
-
-1999-09-30 Pablo Saratxaga <pablo@mandrakesoft.com>
- * es.po: updated Spanish language file
-
-1999-09-26 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: updated norwegian file
-
-1999-09-25 Pablo Saratxaga <pablo@mandrakesoft.com>
- * it.po: updated italian file
-
-1999-09-19 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: update Norwegian language file
-
-1999-09-18 Pablo Saratxaga <pablo@mandrakesoft.com>
- * tr.po: Added Turkish language file from
- Hakan Terziolu <hakan@gelecek.com.tr>
- * it.po: updated italian file
-
-1999-09-13 Pablo Saratxaga <pablo@mandrakesoft.com>
- * it.po: added italian language file from
- "Paolo Lorenzin" <pasusu@tin.it>
-
-1999-09-08 Pablo Saratxaga <pablo@mandrakesoft.com>
- * id.po, es.po: completed files
-
-1999-08-26 Pablo Saratxaga <pablo@mandrakesoft.com>
- * fr.po: updated fr.po from gregus@linux-mandrake.com (Grgoire Colbert)
- who is now in charge of the French translation
-
-1999-08-25 Pablo Saratxaga <pablo@mandrakesoft.com>
- * Makefile: corrected the msgmerge update (translations were
- being deleted !). make it so DrakX.pot has a header
- * *.po: get back all *.po files to the latest version including
- translated strings. add headers
- * id.po: update from indonesian team
-
-1999-08-22 Pablo Saratxaga <pablo@mandrakesoft.com>
- * no.po: added norwegian translations from
- Terje Bjerkelia <terje@bjerkelia.com>
-
-1999-08-18 Pablo Saratxaga <pablo@mandrakesoft.com>
- * Changelog: created a Changelog file
- * id.po: added indonesian translations from
- Mohammad DAMT <mdamt@cakraweb.com>
-
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
deleted file mode 100644
index e1495dcf3..000000000
--- a/perl-install/share/po/DrakX.pot
+++ /dev/null
@@ -1,10173 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-06-13 15:54+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8-bit\n"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:244
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:247
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:250
-msgid "Multi-head configuration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:251
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Graphics card"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:263
-msgid "Select a graphics card"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "Choose a X server"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "X server"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:294
-msgid "Choose a X driver"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:294
-msgid "X driver"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:361 ../../Xconfigurator.pm_.c:367
-#: ../../Xconfigurator.pm_.c:417 ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:364
-msgid "Which configuration of XFree do you want to have?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:375
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:377 ../../Xconfigurator.pm_.c:410
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:379 ../../Xconfigurator.pm_.c:412
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:387 ../../Xconfigurator.pm_.c:401
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:389 ../../Xconfigurator.pm_.c:403
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:398
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:418
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:422
-msgid "XFree configuration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:497
-msgid "Select the memory size of your graphics card"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:551
-msgid "Choose options for server"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Choose a monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:578
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Horizontal refresh rate"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:586
-msgid "Vertical refresh rate"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:623
-msgid "Monitor not configured"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:626
-msgid "Graphics card not configured yet"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:629
-msgid "Resolutions not chosen yet"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:647
-msgid "Do you want to test the configuration?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:651
-msgid "Warning: testing this graphics card may freeze your computer"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:654
-msgid "Test of the configuration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid "An error occurred:"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:734
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:745
-msgid "Is this the correct setting?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:754
-msgid "An error occurred, try to change some parameters"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:825
-msgid "Resolution"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:877
-msgid "Choose the resolution and the color depth"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:879
-#, c-format
-msgid "Graphics card: %s"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:880
-#, c-format
-msgid "XFree86 server: %s"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:894 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:894 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:701
-#: ../../my_gtk.pm_.c:1034 ../../my_gtk.pm_.c:1056
-#: ../../standalone/drakbackup_.c:2288 ../../standalone/drakbackup_.c:2359
-#: ../../standalone/drakbackup_.c:2375
-msgid "Ok"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:896 ../../network/netconnect.pm_.c:173
-#: ../../printerdrake.pm_.c:2473 ../../standalone/drakfloppy_.c:146
-#: ../../standalone/draknet_.c:275 ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:897
-msgid "Show all"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:942
-msgid "Resolutions"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Monitor: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1518
-#, c-format
-msgid "Graphics card: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Graphics card identification: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "Color depth: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "Resolution: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1525
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1526
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1544
-msgid "Preparing X-Window configuration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1564
-msgid "What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1569
-msgid "Change Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Graphics card"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Change Server options"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1574
-msgid "Change Resolution"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1575
-msgid "Show information"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1576
-msgid "Test again"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1577 ../../printerdrake.pm_.c:2476
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1585
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1606
-msgid "Graphical interface at startup"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1607
-msgid ""
-"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1613
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1628
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr ""
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr ""
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr ""
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr ""
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr ""
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr ""
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr ""
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr ""
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr ""
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr ""
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr ""
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr ""
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr ""
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr ""
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr ""
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr ""
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr ""
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1087 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:710 ../../printerdrake.pm_.c:808
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr ""
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Password (again)"
-msgstr ""
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr ""
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr ""
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr ""
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr ""
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr ""
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1143
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "Please try again"
-msgstr ""
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "The passwords do not match"
-msgstr ""
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr ""
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:741
-#: ../../standalone/drakbackup_.c:850 ../../standalone/drakfont_.c:790
-#: ../../standalone/drakfont_.c:827
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr ""
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr ""
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr ""
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:884
-msgid "Linux"
-msgstr ""
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr ""
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr ""
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr ""
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr ""
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr ""
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr ""
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr ""
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr ""
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr ""
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr ""
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr ""
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr ""
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr ""
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr ""
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr ""
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr ""
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr ""
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr ""
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr ""
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr ""
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr ""
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr ""
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr ""
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr ""
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr ""
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr ""
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr ""
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr ""
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr ""
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr ""
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr ""
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr ""
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:709
-#: ../../printerdrake.pm_.c:807
-msgid "User name"
-msgstr ""
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr ""
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr ""
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr ""
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr ""
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr ""
-
-#: ../../any.pm_.c:851
-msgid ""
-"Mandrake Linux can support multiple languages. Select\n"
-"the languages you would like to install. They will be available\n"
-"when your installation is complete and you restart your system."
-msgstr ""
-
-#: ../../any.pm_.c:865 ../../install_steps_interactive.pm_.c:689
-#: ../../standalone/drakxtv_.c:78
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:957
-msgid "Allow all users"
-msgstr ""
-
-#: ../../any.pm_.c:957
-msgid "Custom"
-msgstr ""
-
-#: ../../any.pm_.c:957
-msgid "No sharing"
-msgstr ""
-
-#: ../../any.pm_.c:967 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-
-#: ../../any.pm_.c:970
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
-
-#: ../../any.pm_.c:978 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:984
-msgid ""
-"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:998 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:564
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:702 ../../my_gtk.pm_.c:705 ../../my_gtk.pm_.c:1034
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1588
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2279 ../../standalone/drakbackup_.c:2300
-#: ../../standalone/drakbackup_.c:2321 ../../standalone/drakbackup_.c:2339
-#: ../../standalone/drakbackup_.c:2387 ../../standalone/drakbackup_.c:2407
-#: ../../standalone/drakbackup_.c:2426 ../../standalone/drakfloppy_.c:235
-#: ../../standalone/drakfloppy_.c:384 ../../standalone/drakfont_.c:768
-#: ../../standalone/drakgw_.c:598 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:527
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1000
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1037
-msgid "Welcome To Crackers"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1039 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1041
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1042
-msgid "Paranoid"
-msgstr ""
-
-#: ../../any.pm_.c:1045
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-
-#: ../../any.pm_.c:1048
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-
-#: ../../any.pm_.c:1050
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1051
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which can "
-"accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-
-#: ../../any.pm_.c:1054
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-msgstr ""
-
-#: ../../any.pm_.c:1059
-msgid "Please choose the desired security level."
-msgstr ""
-
-#: ../../any.pm_.c:1062
-msgid "Security level"
-msgstr ""
-
-#: ../../any.pm_.c:1064
-msgid "Use libsafe for servers"
-msgstr ""
-
-#: ../../any.pm_.c:1065
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#: ../../any.pm_.c:1067
-msgid "Security user (login or email)"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:354
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:910
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:913
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:916
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:919
-msgid "commands before booting, or 'c' for a command-line."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:922
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr ""
-
-#: ../../bootloader.pm_.c:926
-msgid "not enough room in /boot"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1026
-msgid "Desktop"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1028
-msgid "Start Menu"
-msgstr ""
-
-#: ../../bootloader.pm_.c:1047
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr ""
-
-#: ../../bootlook.pm_.c:79 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr ""
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr ""
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr ""
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1457
-#: ../../standalone/drakbackup_.c:1468 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the graphical environment when your system starts"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2431 ../../standalone/drakbackup_.c:3335
-#: ../../standalone/drakfloppy_.c:377 ../../standalone/drakfont_.c:537
-#: ../../standalone/drakfont_.c:658 ../../standalone/drakfont_.c:721
-#: ../../standalone/drakfont_.c:766 ../../standalone/draknet_.c:109
-#: ../../standalone/draknet_.c:141 ../../standalone/draknet_.c:297
-#: ../../standalone/draknet_.c:436 ../../standalone/draknet_.c:522
-#: ../../standalone/draknet_.c:565 ../../standalone/draknet_.c:666
-#: ../../standalone/logdrake_.c:520
-msgid "OK"
-msgstr ""
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr ""
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr ""
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr ""
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr ""
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr ""
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../network/tools.pm_.c:113
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27 ../../network/tools.pm_.c:116
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr ""
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34 ../../network/tools.pm_.c:114
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../network/tools.pm_.c:115
-#: ../../standalone/drakxtv_.c:74
-msgid "Italy"
-msgstr ""
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67 ../../network/tools.pm_.c:117
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:899
-#: ../../diskdrake/interactive.pm_.c:908 ../../diskdrake/interactive.pm_.c:962
-msgid "Read carefully!"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1058
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:933
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:535
-#: ../../diskdrake/interactive.pm_.c:562 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:629
-msgid "Resize"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:682
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:781
-msgid "Size in MB: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:782
-msgid "Filesystem type: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1042
-#: ../../diskdrake/interactive.pm_.c:1116
-msgid "Mount point: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:533
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/interactive.pm_.c:561
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:540
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid "Computing FAT filesystem bounds"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:585 ../../diskdrake/interactive.pm_.c:644
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:617
-msgid "This partition is not resizeable"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "All data on this partition should be backed-up"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:624
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:629
-msgid "Choose the new size"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "New size in MB: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:683
-msgid "Which disk do you want to move it to?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:684
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:685
-msgid "Which sector do you want to move it to?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving partition..."
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:705
-msgid "Choose an existing RAID to add to"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:706 ../../diskdrake/interactive.pm_.c:724
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:722
-msgid "Choose an existing LVM to add to"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:727
-msgid "LVM name?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:767
-msgid "This partition can't be used for loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:779
-msgid "Loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "Loopback file name: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:785
-msgid "Give a file name"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:788
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:789
-msgid "File already exists. Use it?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "Mount options"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:819
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:882 ../../standalone/drakfloppy_.c:104
-msgid "device"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:883
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:884
-msgid "chunk size"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:899
-msgid "Be careful: this operation is dangerous."
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:914
-msgid "What type of partitioning?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:932
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:936
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:942
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:962
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:966
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:977
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:979
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:980
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:981
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid "Hide files"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid "Move files to the new partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:993
-#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-msgid "Moving files to the new partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1008
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1012
-#, c-format
-msgid "Removing %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1022
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1043
-#: ../../diskdrake/interactive.pm_.c:1102
-msgid "Device: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1044
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1056
-#: ../../diskdrake/interactive.pm_.c:1120
-msgid "Type: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Name: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1060
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "Size: %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ", %s sectors"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1065
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1066
-msgid "Formatted\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1067
-msgid "Not formatted\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1068
-msgid "Mounted\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1069
-#, c-format
-msgid "RAID md%s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1071
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1072
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1074
-#, c-format
-msgid "Level %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1075
-#, c-format
-msgid "Chunk size %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1078
-#, c-format
-msgid "Loopback file name: %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1081
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1084
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#, c-format
-msgid "Size: %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1104
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1105
-msgid "Info: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1106
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1107
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1122
-#, c-format
-msgid "Options: %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1142
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1143
-msgid "The encryption keys do not match"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1146
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1147
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr ""
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr ""
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr ""
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr ""
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr ""
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:486
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr ""
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:794
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:798
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:810
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:832 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr ""
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr ""
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:136
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for Windows on"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr ""
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr ""
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr ""
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr ""
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resources. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:675
-msgid "Package Group Selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:690
-msgid "Individual package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:615
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:525
-msgid "Choose the packages you want to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:757
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation..."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:782
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:794
-#: ../../install_steps_interactive.pm_.c:798
-msgid "Go on anyway?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:794
-msgid "There was an error ordering packages:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:798
-msgid "There was an error installing packages:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read this document carefully. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1017
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "No partition available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:538
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:541
-msgid "Load from floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Loading from floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Package selection"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:548
-msgid "Insert a floppy containing package selection"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:560
-msgid "Save on floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:628
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:641
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:642
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:645
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:647
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:648
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:732
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:737
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:757
-msgid "Preparing installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:766
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:812
-msgid "Post-install configuration"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:818
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:824
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:844
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:883
-msgid ""
-"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
-"contain security or bug fixes.\n"
-"\n"
-"To download these packages, you will need to have a working Internet \n"
-"connection.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:898
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:903
-msgid "Choose a mirror from which to get the packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:939
-msgid "Which is your timezone?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:944
-msgid "Hardware clock set to GMT"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:945
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:952
-msgid "NTP Server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:986
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Remote CUPS server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:987
-msgid "No printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1004
-msgid "Do you have an ISA sound card?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1006
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1008
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1013 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1016
-msgid "Mouse"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1018
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1019 ../../printerdrake.pm_.c:2279
-#: ../../printerdrake.pm_.c:2357
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1021
-msgid "ISDN card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1024
-#: ../../install_steps_interactive.pm_.c:1026
-msgid "Sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1028
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1066
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1094
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1103
-msgid "NIS"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1068
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "Local files"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1078 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1079
-msgid "No password"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1084
-#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1090 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "Authentication LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1099
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1100
-msgid "LDAP Server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication NIS"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "NIS Domain"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "NIS Server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1143
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1159
-msgid "First floppy drive"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "Second floppy drive"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1161 ../../printerdrake.pm_.c:1851
-msgid "Skip"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1166
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1172
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1180
-msgid "Sorry, no floppy drive available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1184
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1188
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1191
-msgid "Creating bootdisk..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1198
-msgid "Preparing bootloader..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1209
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1215
-msgid "Do you want to use aboot?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1218
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1225
-msgid "Installing bootloader"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1231
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1239
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1283
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1287
-msgid "Creating auto install floppy..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1298
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1309
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid "Generate auto install floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1328
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Replay"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1336
-msgid "Save packages selection"
-msgstr ""
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr ""
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr ""
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button?"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:103
-msgid " enter `void' for void entry"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:197 ../../keyboard.pm_.c:228
-msgid "Czech (QWERTZ)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198 ../../keyboard.pm_.c:230
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-msgid "Dvorak"
-msgstr ""
-
-#: ../../keyboard.pm_.c:200 ../../keyboard.pm_.c:237
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:201 ../../keyboard.pm_.c:238
-msgid "Finnish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:202 ../../keyboard.pm_.c:239
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:203 ../../keyboard.pm_.c:264
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:204
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:205 ../../keyboard.pm_.c:272
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:207 ../../keyboard.pm_.c:274
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:208 ../../keyboard.pm_.c:289
-msgid "UK keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:209 ../../keyboard.pm_.c:290
-msgid "US keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:211
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:212
-msgid "Armenian (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:213
-msgid "Armenian (typewriter)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:214
-msgid "Armenian (phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:219
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:221
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Bulgarian (phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Bulgarian (BDS)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:224
-msgid "Brazilian (ABNT-2)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Belarusian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Swiss (German layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:227
-msgid "Swiss (French layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:229
-msgid "Czech (QWERTY)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:231
-msgid "German (no dead keys)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:232
-msgid "Danish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:233
-msgid "Dvorak (US)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:234
-msgid "Dvorak (Norwegian)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:235
-msgid "Dvorak (Swedish)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:236
-msgid "Estonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Georgian (\"Russian\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:241
-msgid "Georgian (\"Latin\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Greek"
-msgstr ""
-
-#: ../../keyboard.pm_.c:243
-msgid "Hungarian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:244
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:245
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:246
-msgid "Israeli (Phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:247
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:248
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:249
-msgid "Italian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:251
-msgid "Japanese 106 keys"
-msgstr ""
-
-#: ../../keyboard.pm_.c:254
-msgid "Korean keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:255
-msgid "Latin American"
-msgstr ""
-
-#: ../../keyboard.pm_.c:256
-msgid "Lithuanian AZERTY (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:258
-msgid "Lithuanian AZERTY (new)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:259
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:260
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:261
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:262
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:263
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:265
-msgid "Polish (qwerty layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:266
-msgid "Polish (qwertz layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:267
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "Canadian (Quebec)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:270
-msgid "Romanian (qwertz)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:271
-msgid "Romanian (qwerty)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:273
-msgid "Russian (Yawerty)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:275
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:276
-msgid "Slovakian (QWERTZ)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:277
-msgid "Slovakian (QWERTY)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Serbian (cyrillic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "Tamil"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Thai keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "Tajik keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Turkish (traditional \"F\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Turkish (modern \"Q\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:288
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:291
-msgid "US keyboard (international)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:292
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:293
-msgid "Yugoslavian (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:301
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:302
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:303
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:304
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:305
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:306
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:307
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:308
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:309
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr ""
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:832
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr ""
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr ""
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr ""
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr ""
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr ""
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr ""
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr ""
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr ""
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr ""
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr ""
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr ""
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr ""
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr ""
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:666
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:701
-msgid "Finish"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:701 ../../printerdrake.pm_.c:1590
-msgid "Next ->"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:702 ../../printerdrake.pm_.c:1588
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1034
-msgid "Is this correct?"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1098 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1119
-msgid "Expand Tree"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1120
-msgid "Collapse Tree"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1121
-msgid "Toggle between flat and group sorted"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:248
-msgid "Choose the network interface"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:364
-msgid "Configuring network"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:369
-msgid "Host name"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:179
-#: ../../network/netconnect.pm_.c:206 ../../network/netconnect.pm_.c:229
-#: ../../network/netconnect.pm_.c:237
-msgid "Network Configuration Wizard"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr ""
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr ""
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr ""
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr ""
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr ""
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr ""
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr ""
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:256
-#: ../../network/netconnect.pm_.c:276 ../../network/tools.pm_.c:63
-msgid "Network Configuration"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard.\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:171
-msgid "Choose the profile to configure"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:172
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:179 ../../printerdrake.pm_.c:145
-msgid "Detecting devices..."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "Normal modem connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, c-format
-msgid "detected on port %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-msgid "ISDN connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-msgid "ADSL connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-#, c-format
-msgid "detected on interface %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-msgid "Cable connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-msgid "cable connection detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "LAN connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:206
-msgid "Choose the connection you want to configure"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:230
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:231
-msgid "Internet connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:237
-msgid "Do you want to start the connection at boot?"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:251
-msgid "Network configuration"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:256
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:270
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:271
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:293
-msgid ""
-"WARNING: this device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:298
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-
-#: ../../network/network.pm_.c:308 ../../network/network.pm_.c:309
-#, c-format
-msgid "Configuring network device %s"
-msgstr ""
-
-#: ../../network/network.pm_.c:309
-#, c-format
-msgid " (driver %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:311 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr ""
-
-#: ../../network/network.pm_.c:312 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr ""
-
-#: ../../network/network.pm_.c:313
-msgid "(bootp/dhcp)"
-msgstr ""
-
-#: ../../network/network.pm_.c:313
-msgid "Automatic IP"
-msgstr ""
-
-#: ../../network/network.pm_.c:314
-msgid "Start at boot"
-msgstr ""
-
-#: ../../network/network.pm_.c:335 ../../printerdrake.pm_.c:714
-msgid "IP address should be in format 1.2.3.4"
-msgstr ""
-
-#: ../../network/network.pm_.c:365
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-
-#: ../../network/network.pm_.c:370
-msgid "DNS server"
-msgstr ""
-
-#: ../../network/network.pm_.c:371
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:373
-msgid "Gateway device"
-msgstr ""
-
-#: ../../network/network.pm_.c:385
-msgid "Proxies configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:386
-msgid "HTTP proxy"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "FTP proxy"
-msgstr ""
-
-#: ../../network/network.pm_.c:388
-msgid "Track network card id (useful for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:391
-msgid "Proxy should be http://..."
-msgstr ""
-
-#: ../../network/network.pm_.c:392
-msgid "Proxy should be ftp://..."
-msgstr ""
-
-#: ../../network/tools.pm_.c:41
-msgid "Internet configuration"
-msgstr ""
-
-#: ../../network/tools.pm_.c:42
-msgid "Do you want to try to connect to the Internet now?"
-msgstr ""
-
-#: ../../network/tools.pm_.c:46 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr ""
-
-#: ../../network/tools.pm_.c:56
-msgid "The system is now connected to Internet."
-msgstr ""
-
-#: ../../network/tools.pm_.c:57
-msgid "For security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:58
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-
-#: ../../network/tools.pm_.c:82
-msgid "Connection Configuration"
-msgstr ""
-
-#: ../../network/tools.pm_.c:83
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr ""
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr ""
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr ""
-
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr ""
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:95
-msgid "Choose your country"
-msgstr ""
-
-#: ../../network/tools.pm_.c:96 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr ""
-
-#: ../../network/tools.pm_.c:97 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr ""
-
-#: ../../network/tools.pm_.c:98 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:99 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:100 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr ""
-
-#: ../../network/tools.pm_.c:118
-msgid "United Kingdom"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr ""
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions."
-msgstr ""
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr ""
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr ""
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr ""
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr ""
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr ""
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr ""
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr ""
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr ""
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:736
-msgid "Printer on remote lpd server"
-msgstr ""
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr ""
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr ""
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr ""
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:740
-msgid "Enter a printer device URI"
-msgstr ""
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2733
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr ""
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr ""
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ""
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1138
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr ""
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2394
-#: ../../printerdrake.pm_.c:2405 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2673 ../../printerdrake.pm_.c:2700
-#: ../../printerdrake.pm_.c:2870 ../../printerdrake.pm_.c:2872
-msgid " (Default)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2457
-msgid "CUPS configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2458
-msgid "Specify CUPS server"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:864
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:857
-msgid "Port"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2440
-#: ../../printerdrake.pm_.c:2559
-msgid "Add a new printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-"1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart P100 or 1315 or an "
-"HP LaserJet 2200?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:484
-msgid "Installing HPOJ package..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:489
-msgid "Checking device and configuring HPOJ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:507
-msgid "Installing SANE package..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:519
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:536
-msgid "Making printer port available for CUPS..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:546 ../../printerdrake.pm_.c:1020
-#: ../../printerdrake.pm_.c:1134
-msgid "Reading printer database..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote lpd Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:627
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:628
-msgid "Remote host name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:629
-msgid "Remote printer name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:632
-msgid "Remote host name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:636
-msgid "Remote printer name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:705
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:706
-msgid "SMB server host"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:707
-msgid "SMB server IP"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:708
-msgid "Share name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:711
-msgid "Workgroup"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:718
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:722
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:727
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:728
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:738
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:741
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-msgid "NetWare Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:804
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:805
-msgid "Printer Server"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:806
-msgid "Print Queue Name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:811
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:815
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-msgid "TCP/Socket Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:855
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:856
-msgid "Printer host name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:860
-msgid "Printer host name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:889 ../../printerdrake.pm_.c:891
-msgid "Printer Device URI"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:890
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:905
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1006
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Name of printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1008
-msgid "Description"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1009
-msgid "Location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1023
-msgid "Preparing printer database..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1114
-msgid "Your printer model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1115
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1120 ../../printerdrake.pm_.c:1123
-msgid "The model is correct"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1121 ../../printerdrake.pm_.c:1122
-#: ../../printerdrake.pm_.c:1125
-msgid "Select model manually"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1141
-msgid "Printer model selection"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1142
-msgid "Which printer model do you have?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1143
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1146
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1222
-msgid "OKI winprinter configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1223
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1266 ../../printerdrake.pm_.c:1293
-msgid "Lexmark inkjet configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1267
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1294
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1510
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1519
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1523
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1528
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1567
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1584
-msgid "Test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1585
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1589
-msgid "No test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1592
-msgid "Standard test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1595
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Alternative test page (A4)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1600
-msgid "Photo test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1604
-msgid "Do not print any test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1749
-msgid "Printing test page(s)..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1637
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1641
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1648
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1669 ../../printerdrake.pm_.c:2735
-msgid "Raw printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1689
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1692 ../../printerdrake.pm_.c:1708
-#: ../../printerdrake.pm_.c:1718
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1695 ../../printerdrake.pm_.c:1734
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1698
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1705 ../../printerdrake.pm_.c:1715
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1710 ../../printerdrake.pm_.c:1720
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1723
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1727
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1731
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1740 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:1747 ../../printerdrake.pm_.c:1748
-#: ../../printerdrake.pm_.c:2719 ../../standalone/drakbackup_.c:743
-#: ../../standalone/drakbackup_.c:2448 ../../standalone/drakfont_.c:580
-#: ../../standalone/drakfont_.c:792
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1743 ../../printerdrake.pm_.c:1755
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1744 ../../printerdrake.pm_.c:1756
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1746
-msgid "Print option list"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1768
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1775
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1797 ../../printerdrake.pm_.c:2224
-#: ../../printerdrake.pm_.c:2488
-msgid "Reading printer data..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1817 ../../printerdrake.pm_.c:1845
-#: ../../printerdrake.pm_.c:1880
-msgid "Transfer printer configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1821
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1823
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1827
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1828
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1832
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1833 ../../printerdrake.pm_.c:1850
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1846
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1854
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1859
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1867
-msgid "New printer name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1870
-#, c-format
-msgid "Transferring %s..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1881
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1890
-msgid "Refreshing printer data..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1969
-#: ../../printerdrake.pm_.c:1981
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1899
-msgid "Starting network..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1933 ../../printerdrake.pm_.c:1937
-#: ../../printerdrake.pm_.c:1939
-msgid "Configure the network now"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1934
-msgid "Network functionality not configured"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1938
-msgid "Go on without configuring the network"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1971
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1972
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1982
-msgid "Restarting printing system..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2020
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2020
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2021
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2022
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2054
-msgid "Starting the printing system at boot time"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2055
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2078 ../../printerdrake.pm_.c:2116
-#: ../../printerdrake.pm_.c:2146 ../../printerdrake.pm_.c:2179
-#: ../../printerdrake.pm_.c:2284
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2120
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2150
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2208
-msgid "Select Printer Spooler"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2209
-msgid "Which printing system (spooler) do you want to use?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2242
-#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2255
-msgid "Installing Foomatic..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2351
-#: ../../printerdrake.pm_.c:2736 ../../printerdrake.pm_.c:2806
-msgid "Printer options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2321
-msgid "Preparing PrinterDrake..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2893
-msgid "Configuring applications..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2358
-msgid "Would you like to configure printing?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2370
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2418
-msgid "Printerdrake"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2422
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2423
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2449
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2467
-msgid "Change the printing system"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2472 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2628 ../../printerdrake.pm_.c:2678
-#: ../../printerdrake.pm_.c:2887
-msgid "Do you want to configure another printer?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2714
-msgid "Modify printer configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2716
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2720
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2780
-msgid "Printer connection type"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2784
-msgid "Printer name, description, location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2728 ../../printerdrake.pm_.c:2799
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2729 ../../printerdrake.pm_.c:2800
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2810
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2815
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2741 ../../printerdrake.pm_.c:2824
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2833
-msgid "Print test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2743 ../../printerdrake.pm_.c:2835
-msgid "Know how to use this printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2837
-msgid "Remove printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2789
-#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2813
-msgid "Default printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2814
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2818 ../../printerdrake.pm_.c:2821
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2822
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2827 ../../printerdrake.pm_.c:2830
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2831
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2839
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2841
-#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr ""
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr ""
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr ""
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr ""
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr ""
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr ""
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr ""
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr ""
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:414
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:415
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:417
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr ""
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:923
-msgid "System"
-msgstr ""
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr ""
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr ""
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr ""
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr ""
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr ""
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:438
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:439
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:443
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:465
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:544 ../../standalone/drakbackup_.c:591
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:592 ../../standalone/drakbackup_.c:656
-msgid "Hard Disk Backup files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:604
-msgid "Backup User files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:605
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:655
-msgid "Backup Other files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:663
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-msgid ""
-"\n"
-" FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:676
-msgid " Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:717 ../../standalone/drakbackup_.c:728
-#: ../../standalone/drakbackup_.c:739 ../../standalone/drakfont_.c:788
-msgid "File Selection"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:744
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:779
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:780
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:781
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:782
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:783
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:784
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:801
-msgid "Please check all users that you want to include in your backup."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:828
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:829 ../../standalone/drakbackup_.c:853
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:851 ../../standalone/drakfont_.c:828
-msgid "Remove Selected"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:889
-msgid "Windows (FAT32)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:928
-msgid "Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:954
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:957
-msgid "Please enter the host name or IP."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:962
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter your login"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:972
-msgid "Please enter your password"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:978
-msgid "Remember this password"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1042 ../../standalone/drakbackup_.c:2038
-msgid "FTP Connection"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1049 ../../standalone/drakbackup_.c:2046
-msgid "Secure Connection"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1075 ../../standalone/drakbackup_.c:2879
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1078 ../../standalone/drakbackup_.c:2883
-msgid "Please choose your CD space"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1084 ../../standalone/drakbackup_.c:2895
-msgid "Please check if you are using CDRW media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1090 ../../standalone/drakbackup_.c:2901
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1096
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1102
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1143
-msgid "Use tape to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1146
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1152 ../../standalone/drakbackup_.c:1193
-#: ../../standalone/drakbackup_.c:2003
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1185 ../../standalone/drakbackup_.c:1995
-msgid "Please enter the directory to save:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:2009
-msgid "Use quota for backup files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1257
-msgid "Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1287 ../../standalone/drakbackup_.c:1291
-#: ../../standalone/drakbackup_.c:1295
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1288 ../../standalone/drakbackup_.c:1292
-#: ../../standalone/drakbackup_.c:1295
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1289 ../../standalone/drakbackup_.c:1293
-#: ../../standalone/drakbackup_.c:1295
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290 ../../standalone/drakbackup_.c:1294
-#: ../../standalone/drakbackup_.c:1295
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1302
-msgid "Use daemon"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1307
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1313
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1317
-msgid "Use Hard Drive with daemon"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1319
-msgid "Use FTP with daemon"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1323
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1359
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1401
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1406
-msgid "Where"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "When"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "More Options"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1435 ../../standalone/drakbackup_.c:2791
-msgid "Drakbackup Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1453
-msgid "Please choose where you want to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1455
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1466
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1530
-msgid "Please choose what you want to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1531
-msgid "Backup system"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1532
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1535
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1617
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1618
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1620
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1622
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1624
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1625
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1626
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1629
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1631
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1633
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1743
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1745
-msgid "Please uncheck or remove it on next time."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1776
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1777
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1876
-msgid " Restore Configuration "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1894
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1912
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1962
-msgid "Backup the system files before:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1964
-msgid "please choose the date to restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1992
-msgid "Use Hard Disk to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2073
-msgid "Restore from Hard Disk."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2075
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2133
-msgid "Select another media to restore from"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2135
-msgid "Other Media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2141
-msgid "Restore system"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2142
-msgid "Restore Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Restore Other"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2149
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2150
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2207
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2215
-msgid "Custom Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2256 ../../standalone/drakbackup_.c:2281
-#: ../../standalone/drakbackup_.c:2302 ../../standalone/drakbackup_.c:2323
-#: ../../standalone/drakbackup_.c:2341 ../../standalone/drakbackup_.c:2373
-#: ../../standalone/drakbackup_.c:2389 ../../standalone/drakbackup_.c:2409
-#: ../../standalone/drakbackup_.c:2428 ../../standalone/drakbackup_.c:2450
-#: ../../standalone/drakfont_.c:578
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2259 ../../standalone/drakbackup_.c:2286
-#: ../../standalone/drakbackup_.c:2305 ../../standalone/drakbackup_.c:2326
-#: ../../standalone/drakbackup_.c:2344 ../../standalone/drakbackup_.c:2392
-#: ../../standalone/drakbackup_.c:2412 ../../standalone/drakbackup_.c:2431
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2261 ../../standalone/drakbackup_.c:2328
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2307
-msgid "Build Backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2346 ../../standalone/drakbackup_.c:3023
-msgid "Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2394 ../../standalone/drakbackup_.c:2414
-#: ../../standalone/drakbackup_.c:2435
-msgid "Next"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2468
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2489
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2512
-msgid "Package List to Install"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2563
-msgid "Please select data to restore..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2584
-msgid "Please select media for backup..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2606
-msgid "Please select data to backup..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2628
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2649
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2729
-msgid "Backup system files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2731
-msgid "Backup user files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2733
-msgid "Backup other files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2735 ../../standalone/drakbackup_.c:2766
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2757
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2761
-msgid "Sending files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2831
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2889
-msgid "Please enter the cd writer speed"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2907
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2913
-msgid "Please check if you want to include install boot on your CD."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2979
-msgid "Backup Now from configuration file"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "View Backup Configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3010
-msgid "Wizard Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3014
-msgid "Advanced Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3018
-msgid "Backup Now"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3043
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3094
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3124
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3132
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3171
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3197 ../../standalone/drakbackup_.c:3272
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3199 ../../standalone/drakbackup_.c:3274
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3213
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3251
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3260
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3288
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:68
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:69
-msgid "Module name"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:69
-msgid "Size"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:74 ../../standalone/drakfloppy_.c:373
-msgid "drakfloppy"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:91
-msgid "boot disk creation"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
-msgid "default"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:115
-#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:126
-msgid "kernel version"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:132
-msgid "General"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:137
-msgid "Expert Area"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:140
-msgid "mkinitrd optional arguments"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:141
-msgid "Add a module"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:161
-msgid "force"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:162
-msgid "if needed"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:163
-msgid "omit scsi modules"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:164
-msgid "omit raid modules"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:200
-msgid "Remove a module"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:222
-msgid "Output"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:234
-msgid "Build the disk"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:422
-#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:427
-#, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:429
-#, c-format
-msgid "Unable to fork: %s"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:433
-#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:230
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:232
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:254
-msgid "no fonts found"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:262 ../../standalone/drakfont_.c:304
-#: ../../standalone/drakfont_.c:353 ../../standalone/drakfont_.c:413
-#: ../../standalone/drakfont_.c:422 ../../standalone/drakfont_.c:448
-#: ../../standalone/drakfont_.c:460 ../../standalone/drakfont_.c:473
-msgid "done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:266
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:302
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:305
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:328
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:351
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:354
-msgid "True Type fonts installation"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:358
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:362
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:369 ../../standalone/drakfont_.c:385
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:373 ../../standalone/drakfont_.c:389
-#: ../../standalone/drakfont_.c:409
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:378 ../../standalone/drakfont_.c:393
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:400
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:404
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:417
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:458 ../../standalone/drakfont_.c:468
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:470
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:477 ../../standalone/drakfont_.c:761
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:551
-msgid "Fonts Importation"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:566
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:571
-msgid "Advanced Options"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:573
-msgid "Font List"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:740
-msgid "Choose the applications that will support the fonts :"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:744
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:748
-msgid "StarOffice"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:752
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:756
-msgid "Generic Printers"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:793
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:829
-msgid "Install List"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:859
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:896
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Selected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:898
-msgid "Remove List"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:915 ../../standalone/drakfont_.c:935
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:916
-msgid "Copy fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:917
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:918
-msgid "Post Install"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:936
-msgid "Remove fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:937
-msgid "Post Uninstall"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:196
-msgid "Internet Connection Sharing"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:122
-msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:134
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:135
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-msgid "disable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:142
-msgid "Disabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:150
-msgid "Internet connection sharing is now disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:159
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:160
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:171
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:176
-msgid "Internet connection sharing is now enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:197
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:223
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:224
-#, c-format
-msgid "Interface %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:232
-msgid "No network adapter on your system!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:233
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:239
-msgid "Network interface"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:240
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:249
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:267
-msgid "Network interface already configured"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:268
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:273
-msgid "Automatic reconfiguration"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:274
-msgid "Show current interface configuration"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:276
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:288
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:293
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:294
-msgid "(This) DHCP Server IP"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:295
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:302
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:313
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:321
-msgid "Firewalling configuration detected!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:322
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:329
-msgid "Configuring..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:330
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:366
-#, c-format
-msgid "Problems installing package %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:549
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:566
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:567
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:568
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:573
-msgid "Internet connection sharing configuration"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:580
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr ""
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ""
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr ""
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr ""
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr ""
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr ""
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr ""
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr ""
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr ""
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr ""
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:51
-msgid "Setting security level"
-msgstr ""
-
-#: ../../standalone/draksec_.c:57
-msgid "Setting security user"
-msgstr ""
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr ""
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:55
-msgid ""
-"XawTV isn't installed!\n"
-"\n"
-"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv\n"
-"module in \"/etc/modules\") nor installed xawtv, please send the\n"
-"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
-"with subject \"undetected TV card\".\n"
-"\n"
-"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Canada (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "China (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "France [SECAM]"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "Ireland"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:75
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:75
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:76
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:77
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:113
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:115
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:116
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:120
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:128
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:131
-msgid "There was an error while scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:132
-msgid "XawTV isn't installed!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:135
-msgid "Have a nice day!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:136
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:148
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:149
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:516
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:392
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:407
-msgid "Mail/SMS alert configuration"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:408
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:416
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:420
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:421
-msgid "xinetd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:424
-msgid "service setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:425
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:435
-msgid "load setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:436
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:449
-msgid "alert configuration"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:450
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:493
-msgid "Save as.."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr ""
-
-#: ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr ""
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr ""
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr ""
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr ""
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr ""
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr ""
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr ""
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr ""
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr ""
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr ""
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr ""
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr ""
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr ""
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr ""
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr ""
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr ""
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "The K Desktop Environment, the basic graphical environment with a collection of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Set of tools to read and send mail and news (pine, mutt, tin..) and to browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "A graphical environment with user-friendly set of applications and desktop tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr ""
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
deleted file mode 100644
index 0913590b6..000000000
--- a/perl-install/share/po/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-include ../../Makefile.config
-
-PMSFILES = $(wildcard $(ALLPMS:%=../../%))
-PMSCFILES = $(PMSFILES:%=%_.c)
-
-# temporarly don't include ar.po,br.po,cy.po,ga.po,is.po,ro.po,sl.po
-# (too low translation percentage)
-POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|is.po\|ro.po\|sl.po\)')
-
-MOFILES = $(POFILES:%.po=%.mo)
-LANGS = $(POFILES:%.po=%)
-
-LOCALEDIR=$(DATADIR)/locale
-
-
-all: help $(MOFILES)
-
-help:
- @if [ ! -d doc ]; then \
- echo "Checking out doc stuff now ..."; \
- cvs co doc/manual/{entities,literal/drakx}; \
- rm -rf doc/CVS; \
- else \
- echo "Updating doc stuff now ..."; \
- cvs update doc/manual/{entities,literal/drakx}; \
- fi
- ./help_xml2pm.pl
-
-%.mo: %.po
- msgfmt -o $@ $<
-
-$(PMSCFILES): %_.c: %
- ./fake_c.pl $< > $@
-
-$(POFILES): DrakX.pot
- perl -ne 'print unless /^# DO NOT BOTHER TO MODIFY HERE, SEE:|^#.*\Qdrakx-help.xml/ .. /^$$/' $@ > $@t
- if [ -e help-$@t ]; then perl -pe 's|^#~ ||' -i $@t ; msgmerge -C $@t help-$@t $< > $@; else msgmerge $@t $< > $@; fi
- rm $@t
-
-DrakX.pot: $(PMSFILES)
- $(MAKE) $(PMSCFILES);
- xgettext -F -n --add-comments='-PO' --keyword=_ --keyword=__ -o $@ $(PMSCFILES)
- rm $(PMSCFILES)
- perl i18n_compssUsers 2>/dev/null >> $@
-
-install:
- for l in $(LANGS); do \
- install -d $(LOCALEDIR)/$$l/LC_MESSAGES; \
- install -m 644 $$l.mo $(LOCALEDIR)/$$l/LC_MESSAGES/$(NAME).mo; \
- done
-
-clean:
- @rm -rf drakx-help.xml .memdump help-*.po{t,} doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES)
-
-check:
- @grep -F '$$' DrakX.pot && { echo "bad translation strings (contains \$$) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"; exit 1; } ||:
-
-verif:
- perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES)
- perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' DrakX.pot
-
-verif2:
-# perl -I ../.. -Mcommon -e 'foreach (qw($(PMSFILES))) { printf "package foo%d;\n", ++$$i; print common::cat_($$_) }' | perl -ne 'print if !/use (diagnostics|vars|strict)/' | OUTFILE=tmp.pm perl -I. -I../.. -Mb_dump_strings >/dev/null 2>/dev/null
- perl -pe 's|$$|\\n\\|' tmp.pm > tmp.pm_.c
- xgettext --keyword=_ -o tmp.po tmp.pm_.c
- msgmerge DrakX.pot tmp.po > tmp.pot
- grep "^msgid" tmp.pot | sort > tmp.pot.light
- grep "^msgid" DrakX.pot | sort | diff - tmp.pot.light | grep "^>" || true
-
-
-# for i in *.po; do echo -n "$i "; msgfmt -v $i 2>&1; done | perl -e 'print map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_, (split)[1] ] } <>'
-
-
-%: %.sh
- # fake built-in
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
deleted file mode 100644
index 60896970c..000000000
--- a/perl-install/share/po/af.po
+++ /dev/null
@@ -1,12923 +0,0 @@
-# KTranslator Generated File
-# Copyright (c) 1999-2000 MandrakeSoft
-# Schalk. W. Cronj <schalkc@ntaba.co.za>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-09-09 22:06-0000\n"
-"Last-Translator: Schalk W. Cronj <schalkc@uk.ntaba.com>\n"
-"Language-Team: Afrikaans <mandrake@af.org.za>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfigureer skyfkoppe afsonderlik"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Gebruik Xinerama-ekstensies"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigureer net die \"%s\" kaart (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Multikopkonfigurasie"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"U stelsel onderstuen multikopkonfigurasie.\n"
-"Wat wil u doen?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Videokaart"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Selekteer 'n videokaart"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Kies 'n X-bediener"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X-bediener"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Kies 'n X-bediener"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X-bediener"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Watter tipe XFree-konfigurasie verlang u?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"U videokaart kan slegs 3D-versnelling onder XFree %s ondersteun.\n"
-"DIt word wel onder XFree %s ondersteun wat dalk beter 2D-ondersteuning het."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"U videokaart kan vir 3D-hardewareversnelling ondestuen word in XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s met 3D-hardwareversnelling"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Hierdie kaart kan ondersteuning vir 3D-hardewareversnelling onder XFree86 %s "
-"bied,\n"
-"MAAR LET DAAROP DAT DIT EKSPERIMENTEEL IS EN DIE REKENAAR MAG VRIES."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s met EKSPERIMENTELE 3D-hardewareversnelling"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Hierdie kaart kan ondersteuning vir 3D-hardewareversnelling onder XFree86 %s "
-"bied,\n"
-"MAAR LET DAAROP DAT DIT EKSPERIMENTEEL IS EN DIE REKENAAR MAG VRIES.\n"
-"U kaart word deur XFree %s ondersteun, wat beter 2D-ondersteuning bied."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installasievertoondrywer)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree-konfigurasie"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Kies die geheue grootte van u videokaart"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Selekteer opsies vir bediener"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Kies 'n monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Die kritiese twee parameters is die vertikale verfristempo (die tempo\n"
-"waarteen die hele skerm verfris) en die horisontale sinkronisasietempo (die\n"
-"tempo waarteen die horisontale skandeerlyne vertoon word). Lg. is die\n"
-"belangrikste.\n"
-"\n"
-"Dit is BAIE BELANGRIK dat u nie 'n sinkronisasie bereik buite di van u\n"
-"monitor spesifiseer nie, dit kan die monitor beskadig. Indien u twyfel,\n"
-"kies konservatief."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horisontale verfristempo"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikale verfristempo"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor is nie opgestel nie"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafikakaart is nog nie konfigureer nie"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Resolusie is nog nie gekies nie"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Wil u die konfigurasie toets?"
-
-#
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Waarskuwing: Toetsing is gevaarlik met hierdie videokaart"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Toets konfigurasie"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"probeer van die parameters verander"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Daar was 'n fout:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "uitgang binne %ds"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Is dit korrek?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Hier is fout, probeer van die parameters verander"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resolusie"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Kies die resolusie en kleurdiepte"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Videokaart: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 bediener: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Nog"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "OK"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Kundige modus"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Vertoon almal"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resolusies"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Sleutelbord uitleg: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Muistipe: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Muistoestel: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor HoriSink: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor VertVerfris: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Videokaart: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Videokaart: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Video geheue: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Kleurdiepte: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resolusie: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 bediener: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86-drywer: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "X-Window konfigurasie word opgestel"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Wat wil u doen?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Verander monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Verander videokaart"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Verander bedienerinstellings"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Verander resolusie"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Vertoon inligting"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Toets weer"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Verlaat"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Behou die veranderinge?\n"
-"Huidige konfigurasie is:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X met herlaai"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Ek kan u rekenaar so opstel om X outomaties te laai.\n"
-"Wil u X begin met 'n herlaai?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 kleure (8 bis)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32-duisend kleure (15 bis)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65-duisend kleure (16 bis)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16-miljoen kleure (24 bis)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 biljoen kleure (32 bis)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64MB of meer"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standaard VGA, 640x480 teen 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 teen 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514-aanpasbaar, 1024x768 teen 87Hz interverweef (nie 800x600 nie)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 102x768 teen 87 Hz interverweef, 800x600 teen 56 Hz "
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Verlengde Super VGA, 800x600 teen 60 Hz, 640x480 teen 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Nie-interverweefde SVGA, 1024x768 teen 60 Hz, 800x600 teen 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Hod frekwensie SVGA, 1024x768 teen 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frekwensie wat 1280x1024 kan doen teen 60Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frekwensie wat 1280x1024 kan doen teen 74Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frekwensie wat 1280x1024 kan doen teen 76Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor wat 1600x1220 kan doen teen 70Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor wat 1600x1220 kan doen teen 76Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Eerste sektor van herlaaipartisie"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Eerste sektor van skyf (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO installasie"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Waar wil u die herlaaistelsel installeer"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub installasie"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO met tekskieskaart"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO met grafiese kieskaart"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Laai vauit DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Herlaaistelsel hoofopsies"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Herlaaistelsel om te gebruik"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Herlaaiprogram installasie"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Herlaaitoestel"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (werk nie op 'n ou BIOS'e nie)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompak"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompak"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Videomodus"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Wagperiode voro verstekstelsel gelaai word"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Wagwoord"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Wagwoord (weer)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Beperk instruksielynopsies"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "beperk"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Maak /tmp skoon met elke herlaai"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Gebruik multiprofiele"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Gee die geheuegrootte in MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Probeer asb. weer"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Die wagwoorde stem nie ooreen nie."
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Beginboodskap"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Tydsbeperking vir stelselkernlaai"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Laat CD-herlaai toe?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Laat OF-herlaai toe?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Verstek bedryfstelsel?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Hier is die huidige inskrywings\n"
-"U kan byvoeg or verwyder soos nodig."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Voeg by"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Klaar"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Verander"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Watter tipe inskrywing wil u byvoeg?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Ander bedryfstelsel (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Ander bedryfstelsel (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Ander bedryfstelsel (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Beeld"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Basis"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Aanlas"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lees-skryf"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Onveilig"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etiket"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Verstek"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-grootte"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Geen video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Verwyder inskrywing"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Le etiket word nie toegelaat nie"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "U moet oor 'n ruilpartisie beskik"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Hierdie etiket is alreeds in gebruik"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Het %s %s koppelvlakke gevind"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Beskik u oor nog?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Het u enige %s koppelvlakke?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nee"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Sien hardeware inligting"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Drywer vir %s kaart %s in installasieproses"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(module %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Watter %s drywer meot ek probeer?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"In sekere gevalle sal die %s drywer ekstra inligting benodig, alhoewel in\n"
-"meeste gevalle dit nie nodig wees nie. Wil u ekstra opsies voorsien od moet\n"
-"rekenaar self daarvoor aftas. In uitsonderlike gevalle mag die rekenaar\n"
-"ophang, maar dit sal nie skade veroorsaak nie."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Aftas"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Spesifieer opsies"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"U kan noue die opsies voorsien vir module %s.\n"
-"Opsies is in die formaat ``naam=waarde naam2=waarde2 ...''.\n"
-"Bv. ``io=0x300 irq-7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Module opsies:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Laai van module %s het gefaal.\n"
-"Wil u ander parameters probeer?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s alreeds bygevoeg)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Die wagwoorde is te eenvoudig"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Gee asb. 'n gebruikerskode"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Hierdie genruikerskode bestaan alreeds"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Voeg gebruiker by"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Tik 'n gebruiker in\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aanvaar gebruiker"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Regte naam"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Gebruikerskode"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Dop"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikoon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Outointeken"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
-"Verlang u hierdie funksionaliteit?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Kies die verstek gebruiker:"
-
-#
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Kies die vensterbestuurder om te loop:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Alles"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Voeg 'n gebruiker by"
-
-#
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Aangepaste"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS word gelaai"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Hierdie pakket moet opgradeer word\n"
-"Is u seker u wil dit deselekteer?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Kanselleer"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Krakers welkom"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Swak"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standaard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Hoog"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Hoog"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoes"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Hierdie vlak moet met sorg gebruik word. Dit maak 'n stelsel baie maklik\n"
-"om te gebruik, maar is baie sensitief. Dit moet nie gebruik vir 'n rekenaar\n"
-"wat aan ander rekenaars of die internet gekoppel is nie. Daar is geen "
-"wagwoord\n"
-"toegang nie."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Wagwoorde is nou ontsper, maar gebruik as 'n netwerkrekenaar word nie "
-"aanbeveel nie."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Hierdie is die standaard sekuriteitsvlak wat aanbeveel word vir rekenaars\n"
-"wat aan die internet as 'n klint konnekteer. Daar is heelwat "
-"sekuriteitstoetse."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Met hierdie sekuriteitsvlak, kan die stelsel as 'n bediener gebruik word.\n"
-"Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie klinte\n"
-"af kan aanvaar."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
-"Sekuriteitseienskappe is maksimaal."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Gebruik sekuriteitsvlak"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Sekuriteitsvlak word gestel."
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Selekteer opsies vir bediener"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Welkom by %s die bedryfstelselkeuseprogram!\n"
-"\n"
-"Kies u bedryfstelsel uit die bogelyste opsies of wag\n"
-"%d sekonde vir die verstekopsie.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welkom by GRUB, die bedryfstelselkieskaart!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr ""
-"Gebruik die %c en %c sleutels om die inskrywing te kies wat uitgelig moet "
-"word."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Druk ENTER om die gekose bedryfstelsel te laai, 'e' om te redigeer."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "instruksies voor herlaai, of 'c' vir 'n instruksielyn."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Die uitgeligte inskrywing sal outomaties in %ds gelaai word."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nie genoeg spasie in /boot nie"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Werkskerm"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Beginkieskaart"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Waar wil u die herlaaistelsel installeer"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "Gee hulp beskikbaar nie (nog nie).\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Herlaaistylkonfigurasie"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Ler"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Ler/_Verlaat"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<ctrl>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Nuwe monitorkategoriasiestyl"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Nuwe styl monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradisionele monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradisionele Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Laai Aurora met herlaaityd"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "LILO/GRUB metode"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot metode"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"U gebruik huidig %s as herlaaibestuurder.\n"
-"Kliek op Konfigureer om opstelassistent te laai."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigureer"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Stelselmode"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Laai X-Windowstelsel met herlaai"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nee, ek verlang outo-aanteken"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minute"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekondes"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Ek kan nie meer partisies byvoeg nie"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frankryk"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belgies"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Duitsland"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grieks"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norweegs"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Sien"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Italiaans"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "seriaal"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Rugsteun u data eers asb."
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lees noukeurig!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Indien u beplan om 'aboot' te gebruik, los spasie aan die begin\n"
-"van die skyf. (2048 sektors is genoeg)."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Fout"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Assistent"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Kies aksie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"U het een massiewe FAT partisie. \n"
-"(gewoonlik deur DOS/Windows gebruik)\n"
-"Ek stel voor u verstel eers die grootte van di partisie\n"
-"(kliek daarop en kliek dan op \"Verstel Grootte\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Kliek asb. op 'n partisie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detail"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "Gejoernaliseer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Ruilarea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Leeg"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Ander"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "LOersteltipes:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Skep"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipe"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Gebruik ``%s'' instede."
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Uitwis"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Gebruik ``Ontheg'' eerste"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Alle data om hierdie partisie %s sal uitgewis word na verandering van die "
-"partisietipe"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Kies 'n partisie"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Kies 'n ander partisie"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Verlaat"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Skakel oor na kundige gebruiksvlak"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Skakel oor na normale gebruiksvlak"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Herroep"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Wil u in elk geval voortgaan?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Verlaat, maar moenie iets stoor nie"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Wil u die /etc/fstab veranderinge stoor?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Outo-allokeer"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Verwydeer almal"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Hardeskyfinligting"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Alle primre partisies is gebruik"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ek kan nie meer partisies byvoeg nie"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
-"skep"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Skryf partisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Reddingspartisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Reddingspartisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Reddingspartisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Verwyderbare media"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Selekteer lOer"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
-"Wil u voortgaan?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Waarskuwing"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Sit 'n floppie in die aandrywer.\n"
-"Alle data op hierdie floppie sal verloor word."
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Partisietabel Reddingspoging"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Gedetaileerde inligting"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Hegpunt"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opsies"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Verstel Grootte"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Skuif"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatteer"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Heg"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Voeg by RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Voeg by LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Ontheg"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Verwyder uit RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Verwyder uit LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Verander RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Gebruik vir teruglus"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Kies 'n nuwe grootte"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Kies sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Grootte in MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "LOerstelseltipe: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Hegpunt:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Voorkeure: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Teruglusler %s word geformateer"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Verander partisietipe"
-
-#
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Watter lerstelsel verlang u?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Oorskakeling van ext2 na ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Waar wil u teruglusler %s heg?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Waar wil u toestel %s heg?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
-"gebruik word. Verwyder eers die teruglus."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "FAT lerstelselgrense word bereken"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Grootteverandering"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Hierdie partisie se greootte kan nie verstel word nie"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Alle data om hierdie partisie moet gerugsteun word."
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Alle data om partisie %s sal uitgewis word met die grootteverandering"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Kies die nuwe grootte"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nuwe grootte in MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Na watter skyf wil u skuif?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Na watter sektor wil u skuif?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Verskuiwing"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Partisie word verskuif..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Kies 'n bestaande RAID om by toe te voeg"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nuut"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Kies 'n bestaande LVM om by toe te voeg"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM naam?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Teruglus"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Teruglus lernaam:"
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Regte naam"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Ler word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Ler bestaan alreeds. Moet dit gebruik word?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Hegopsies:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Verskeie"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "toestel"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "vlak"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "blokgrootte"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Watter tipe van partisionering?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Jammer, ek kan nie die versoek om /boot om hierdie skyf (op 'n silinder > "
-"1024) te skep,\n"
-"aanvaar nie. As u LILO gebruik sal dit nie werk nie en as u nie LILO "
-"gebruik\n"
-"nie, dan het u nie /boot nodig nie."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"_ keuse vir die \"root\" partisie (/) is fisies buite die 1024de silindervan "
-"die\n"
-"hardeskyf en u het nie 'n /boot partisie nie. Indien u beplan om LILO te "
-"gebruik,moet u\n"
-"asb. 'n /boot partisie skep,"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"U het 'n sagteware RAID-partisie as wortel (/).\n"
-"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
-"Onthou om 'n /boot by te voeg."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Partisietabel van skyf %s gaan opdateer word!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "U sal moet herlaai voor die veranderinge geaktiveer kan word"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Alle data om partisie %s sal uitgewis word met formatering."
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatering"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Teruglusler %s word geformateer"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Partisie %s word formateer"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid het gefaal"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "LPD word verwyder..."
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Toestel:"
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipe:"
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Naam: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Begin: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Grootte: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektore"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silinder %d na silinder %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Geformateer\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nie geformatter\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Geheg\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Teruglus ler(s): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Verstekpartisie vir herlaai\n"
-" (vir MS_DOS doeleindes, nie LILO s'n nie)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Vlak %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Blokgrootte %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-skywe %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Teruglus lernaam: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Dis hoogs waarskynlik dat hierdie partisie\n"
-"drywerpartisie is en verkieslik alleen gelos\n"
-"moet word.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Hierdie spesiale herlaaipartisie\n"
-"is om u stelsel te duolaai.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Grootte: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info:"
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-skywe %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partisietabeltipe: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "op bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opsies: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "LOerstelseltipe: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Die wagwoorde stem nie ooreen nie."
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Verander tipe"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Kliek asb. op 'n partisie"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS bediener"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatering ban %s het gefaal"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ek weet nie om %s as tipe %s te formateer nie"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck het gefaal met kode %d of sein %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fout met onthegting van %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "eenvoudig"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "bediener"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "U kan nie JFS vir partisies kleiner as 16MB gebruik nie"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "U kan nie ReiserFS vir partisies kleiner as 32MB gebruik nie"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Hegpunte moet met 'n / begin"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Hierdie lergids moet altyd in die wortellerstelsel bly"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr "U benodig 'n ware lerstelsel (ext2, reiserfs) vir hierdie hegpunt\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Four om %s in skryfmode te open: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"'n Fout het voorgekom - geen geldige toestelle om die nuwe lerstelsels op "
-"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "U get geen partisies nie!"
-
-#: ../../help.pm_.c:13
-#, fuzzy
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux is 'n multigebruikerstelsel en dit beteken dat elke gebruiker sy "
-"eie\n"
-"voorkeure kan stel, met sy eie lers ens. U kan meer hieroor in die "
-"gebruikersgids\n"
-"lees. Maak andersins as 'root', die supergebruiker, kan gebruikers wat u "
-"hier byvoeg\n"
-"niks verander behalwe hul eie lers en konfigurasie nie. U moet ten minste "
-"een gewone\n"
-"gebruiker vir u self skep. Hierdie gebruker is die een waaronder u moet "
-"inteken vir\n"
-"normale gebruik van die stelsel. Alhoewel dit baie gemaklik is om as 'root' "
-"in te teken vir\n"
-"daaglikse werk, is dit baie gevaarlik. 'n Eenvoudige fout kan u stelsel "
-"immobiliseer. 'n Fout\n"
-"wat as gewone gebruiker gemaak word sal net daardie gebruiker benvloed\n"
-"en nie hele stelsel nie.\n"
-"\n"
-"\n"
-"Eers moet u u eie naam intik. Dit is nie verpligtend nie, want u kan eintlik "
-"enigiets intik as\n"
-"u wil. DrakX sal dan die eerste woord wat u ingetik het in die "
-"gebruikerskode inskrywingsveld\n"
-"plaas. U kan hier verander indien u wil. Dit is die gebruikerskode waarmee "
-"die gebruiker in die\n"
-"stelsel sal inteken. U moet dan ook 'n wagwoord hier invoeg. 'n Gewone "
-"gebruiker se wagwoord\n"
-"is nie so krities as di van die supergebruiker (uit 'n sekuriteitsoogpunt) "
-"nie, maar daar is geen\n"
-"rede om agterlosig met u data te wees nie.\n"
-"\n"
-"\n"
-"Indien u op Aanvaar kliek sal die gebruiker geskep word en kan u nog "
-"gebruikers byvoeg.\n"
-"U kan vir al u vriende gebruikerskodes skep of sommer een vir pa en ma ook. "
-"Wanneer u\n"
-"klaar is kliek op Klaar.\n"
-"\n"
-"Kliek op die Gevorderd knoppie indien u die verstek instruksiedop vir die "
-"gebruiker wil verander.\n"
-"Dit is bash by verstek."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"U kan nou dienste kies wat by herlaaityd moet afskop.\n"
-"Wanneer u die muis oor 'n item beweeg, sal 'n klein ballon opspring\n"
-"wat die rol van die diens verduidelik.\n"
-"\n"
-"Wees versigtig met hierdie stap. Indien u beplan om di rekenaar as 'n\n"
-"bediener te gebruik wil u nie dienste afskop wat u nie gaan gebruik nie."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-#, fuzzy
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Voordat u voortgaan, lees asb die lisensieterme noukeurig deur. Dit dek\n"
-"die hele Mandrake Lnux distirbusie, and indien u nie saamstem met al die\n"
-"terme daarin bevat nie, kliek om die Weier knoppie. Dit sal onmiddelik die\n"
-"installasie stop sit. Om met die installasie voort te gaan kliek op die "
-"Aanvaar\n"
-"knoppie."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr "Kies asb. "
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Kies asb. die korrekte poort. Onthou dat COM1 onder MS Windows \n"
-"ttyS0 onder GNU/Linux is."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (Die LInux LOader) en Grub is herlaaistelsels. Beide kan GNU/Linux of "
-"enige ander\n"
-"bedryfstelsel wat op u rekenar teenwoordig is, laai. Gewoonlik word hierdie\n"
-"beryfstelsels reg bespeur en bygevoeg. Indien nie, kan u 'n inskrywing maak\n"
-"op hierdie skerm. Maak seker u kies die korrekte paramters.\n"
-"\n"
-"\n"
-"U mag dalk toegang tot ander bedryfstelsels beperk, in welke geval u die "
-"nodige\n"
-"inskrywings kan uitvee. Maar dan het u die nodige herlaaiskywe nodig om die\n"
-"betrokke bedryfstelsels te laai."
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"U moet aandui waar u die informasie om Linux te herlaai, wil plaas.\n"
-"\n"
-"\n"
-"Behalwe as u werklik weet wat u doen moet u \"Eerste sektor van skyf (MBR)\" "
-"kies."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX sal probeer om vir PCI SCSI-kaarte te soek.\n"
-"Indien DrakX 'n SCSI-kaart bespeur en weet watter drywer omte gebruik sal "
-"dit outomaties installeer word.\n"
-"\n"
-"Indien u nie oor 'n SCSI-kaart, beskik nie of oor 'n ISA SCSI-kaart of 'n "
-"PCI SCSI-kaart beskik wat DrakX nie kan herken nie, sal u gevra word of daar "
-"enige SCSI-kaarte in diestelsel is. Indien daar geen is nie kliek op 'Nee', "
-"andersins op 'Ja'. U sal dan uit'n drywerlys kan kies.\n"
-"\n"
-"\n"
-"Indien u self 'n drywer moes spesifiseer, sal DrakX u ook vra vir enige "
-"spesifiekeopsies.\n"
-"U kan egter DrakX toelaat om self die hardeware te ondervra. DIt werk "
-"gewoonlik die beste.\n"
-"\n"
-"Lees die installasie inligting hoe om hierdie tipe inligting m.b.v. die "
-"Windows-bedryfstelsel te bekom.\n"
-"U kan dit ook vanaf die internet onttrek indien u sulke toegang het."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Sit 'n FAT-geformatteerde skyf in aandrywer %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Hierdie floppie is nie in FAT-formaat nie"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Om hierdie gestoorde pakketkeuse te gebruik, herlaai die installasie met "
-"\"linux defcfg=floppy\""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fout met die les van ler %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Sekere hardeware op u rekenaar benodig geslote drywers.\n"
-" U kan inligting hieroorvind by %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"U moet 'n wortelpartisie definieer.\n"
-"Skep 'n partisie of kliek op 'n bestaande een.\n"
-"Kies dan Hegpunt en stel dit dan '/'."
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "U moet oor 'n ruilpartisie beskik"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"U het nie 'n ruilpartisie nie\n"
-"\n"
-"Wil u steeds voortgaan?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "U moet oor 'n FAT partisie wat as /boot/efi geheg is, beskik"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Gebruik beskikbare spasie"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Gebruik bestaande partisies"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Daar is geen bestaande partisies om te gebruik nie"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Gebruik vir die Windows-partisie vir teruglus"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Watter partisie wil u vir Linux4Win gebruik?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Kies die groottes"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Basispartisiegrootte in MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Ruilpartisiegrootte in MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Watter partisie se grootte wil u verander?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Windowslerstelselgrense word bereken"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
-"Fout: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"WAARSKUWING\n"
-"\n"
-"DrakX moet nou u WIndowspartisie se grootte verander. Hierdie operasie\n"
-"IS GEVAARLIK. Indien u nie alreeds so gemaak het nie, moet u hierdie "
-"installasie\n"
-"verlaat, scandisk onder Windows loop en dalk ook defrag. Dan kan u terugkeer "
-"na\n"
-"hierdie installasie. Rugstuen ook u data. Insien u skeer is van u saak, kies "
-"OK."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Watter grootte wil u vir Windows behou?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partisie %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT-grootteverandering het gefaal: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Daar is geen FAT partisies om te verander of om as teruglus (nie genoeg "
-"spasie nie) te gebruik nie"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Wis hele skyf"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Verwyder Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "U het meer as een hardeskyf, waar wil u Linux installeer?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Alle bestaande partisies en data sal uitgewis word op skyf %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Gespesialiseerde skyfpartisionering"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Gebruik fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"U het nou partisie %s partisioneer.\n"
-"Wanneer u klaar is, stoor u veranderinge met 'w'."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Die Windowspartisie beskik nie oor die nodige spasie nie."
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ek kon geen plek vir installasie vind nie."
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partisionering het misluk: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Netwerk op pad op"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Netwerk op pad af"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"'n Fout het plaasgevind en ek weet nie hoe om dit veilig te hanteer\n"
-"nie. Gaan op u eie risiko voort."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplikaat hegpunt %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Sekere belangrike pakkette het nie korrek genstalleer nie.\n"
-"f die CDROM-aandrywer f die CD is foutief.\n"
-"Toets die CD op 'n werkende Linux installasie met \"rpm -qpl Mandrake/RPMS/*."
-"rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Welkom by %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Geen sagteskyaandrywer beskikbaar nie"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Gaan stap '%s' binne\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"U stelsel het min hulpbronne beskikbaar. U mag dalk probleme ondervind met "
-"die installering\n"
-"van Mandrake Linux. In so 'n geval probeer eerder die teksinstallasie. "
-"Daarvoor moet u\n"
-"'F1' druk wanneer u vanaf die CDROM herlaai en dan 'text' op die "
-"instruksielyn intik."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installasieklas"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Kies asb. een van die volgende installasieklasse:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Die totale grootte vir die gekose groepe is naastenby %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Indien u verkies om minder as hierdie grootte te installeer, kies dan 'n\n"
-"persentasie van pakkette wat u wil installeer.\n"
-"\n"
-"'n Lae persentasie sal net die belangrikste pakkette installeer;\n"
-"'n persentasie van 100%% sal alles gekose pakkette installeer."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"U het net spasie op u hardeskyf vir %d%% van hierdie pakkette.\n"
-"\n"
-"Indien u minder wil installeer, kies die persentasie wat u verlang.\n"
-"'n Lae persentasie sal net die belangrikste pakkette installeer;\n"
-"'n Persentasie van %d%% sal soveel moontlik probeer installeer."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "U sal met meer akkuraatheid in die volgende stap kan kies."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Persentasie pakkette om te installeer"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Kies pakketgroepe"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Individuele pakketseleksie"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Totale grootte: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Foutiewe pakket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Naam: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Weergawe: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Groote: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Belangrikheid: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"U kan nie hierdie pakket selekteer nie, omdat daar nie meer spasie "
-"beskikbaar is nie"
-
-#
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Die volgende pakkette gaan installeer word"
-
-#
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Dei volgende pakkette gaan verwyder word"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "U kan nie hierdie pakket selekteer/deselekteer nie"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Hierdie is 'n verpligte pakket. Dit kan nie uitgehaal word nie."
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds genstalleer"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Hierdie pakket moet opgradeer word\n"
-"Is u seker u wil dit deselekteer?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "U kan nie hierdie pakket deselekteer nie. Dit moet opgradeer word."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Wys outogeselekteerde pakkette."
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installasie"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Laai/Stoor op floppie"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Pakketseleksie word opgedateer"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimale installasie"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Besig met installasie"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Skatting"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tyd oor "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Wag asb. installasie word voorberei"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakkette"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installeer pakket %s"
-
-#
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aanvaar "
-
-#
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Weier"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Verander u CDROM!\n"
-"\n"
-"Sit asb. die CDROM getiteld \"%s\" in die aandrywer en druk OK. Indien u "
-"nie\n"
-"hieroor beskik nie, druk Kanselleer om installasies vanaf di CDROM te vermy."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Gaan steeds voort?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Daar was 'n fout met pakkette:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Daar was 'n fout met die installasie van die pakkette:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "'n Fout het voorgekom"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Wil u die werklik die drukker verwyder?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Lisensieooreenkoms"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Sleutelbord"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Wat is u sleutelborduitleg?"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Hierdie is die volledige lys van beskikbare sleutelborde"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Watter installasieklas verlang u?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installeer/Opgradeer"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Is hierdie 'n installasie of opgradering?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Aanbevole"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Kundige"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Opgradeer"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Pakketseleksie word opgedateer"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Wat is u muistoestel?"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Muispoort"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Aan watter seriaalpoort is u muis gekoppel?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Knoppie-emulasie"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Knop-2 Emulasie"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Knop-3 emulasie"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Stel PCMCIA op..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE word opgestel"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "geen beskikbare partisies"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Hegpunte vir partisies word nou gesoek"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Kies die hegpunte"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
-"Ek sal die nodige partisies skoonmaak, maar alle data sal vernietig word.\n"
-"Die ander opsie is om DrakX te belet om die partisietabel te verander.\n"
-"(fout is %s)\n"
-"\n"
-"Will u al die partisies verwyder?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DrakX kon nie die partisietabel korrek interpreteer nie.\n"
-"Gaan aan op u eie risiko!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Geen beskikbare 1MB herlaaipartisie nie! Installasie sal voortgaan, maar u "
-"sal herlaaipartisie met DiskDrake moet skep indien u die stelsel wil "
-"herlaai."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Geen wortellerstelsel gevind nie"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Basispartisie"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Wat is die basispartisie (/) van u stelsel?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "U moet herlaai om die partisietabelveranderinge te aktiveer"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Kies die partisies om te formatteer"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Toets vir foutiewe areas?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Partisies word formateer"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Ler %s word geskep en formatteer"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nie genoeg ruilarea om die installasie te voltooi. Voeg asb. by."
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Soek vir beskikbare pakkette"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Soek vir pakkette om op te gradeer."
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"U stelsel het nie genoeg plek vir 'n installasie of opgradering nie (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Klaar (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimum (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Aanbevole (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Kies asb. die laai of stoor pakketkeuse op die floppie.\n"
-"Die formaat is dieselfde as outoinstallasie-genereerde floppies."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Laai vanaf floppie"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Oplaai vanaf floppie"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Pakketkeuse"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Stoor op floppie"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Geselekteerde grootte is groter as beskikbare spasie."
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Kies pakket om te installeer"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Wag"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Indien u oor al die gelyste CD's beskik, kliek OK.\n"
-"Indien u oor geen van die gelyste CD's beskik nie, kliek Kanselleer.\n"
-"Indien u net oor sekere CDs beskik, deselekteer die ander en kliek OK."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CDROM getiteld \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Berei installasie voor"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installeer nou pakket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Postinstallasiekonfigurasie"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Sit asb. die module-opdateringsfloppie in aandrywer %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"U het nou die kans om enkripsieprogrammatuur af te laai.\n"
-"\n"
-"WAARSKUWING:\n"
-"\n"
-"A.g.v. die verskillende algemene vereistes wat van toepassing gemaak word "
-"deur\n"
-"wetgewing, moet die eindgebruiker van hierdie sagteware seker wees dat die\n"
-"wette in sy/haar land dit wel toelaat dat om hierdie agteware af te laai, "
-"aan te hou\n"
-"en te gebruik.\n"
-"Daarbenewens moet die gebruiker seker maak dat plaaslike wetgewing nie "
-"oortree\n"
-"word nie. Misbruik kan lei tot ernstige sanksies.\n"
-"\n"
-"In geen geval kan MandrakeSoft nog sy vervaardigers en verskaffers "
-"verantwoordelik\n"
-"gehou word vir spesiale, indirekte or toevallige skade berokken (insluitend, "
-"maar nie\n"
-"beperk tot, winsverlies, besigheidsonderbreking, dataverlies en enige "
-"voorspruitende laste\n"
-"soos moontlik bepaal deur die wetgewende hof) wat vooruitspruit uit die "
-"gebruik, besit\n"
-"of aflaai van hierdie programmatuur nie, na tekening wat hierdie ooreenkoms "
-"nie.\n"
-"\n"
-"\n"
-"Vir navrae vewant aan hierdie ooreenkoms, kontak asb.\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Spiel word gekontak vir die lys van pakkette"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Kies 'n spiel waar die pakkette verkry kan word"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Spiel word gekontak vir die lys van pakkette"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Wat is u tydsone?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardewareklok gestel vir GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Outotydsinkronisasie met NTP"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP-bediener"
-
-#
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Verwyder CUPS-bediener"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Geen drukker"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Beskik u oor nog?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Opsomming"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Muis"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Tydsone"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Drukker"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN-kaart"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Klankkaart"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-kaaer"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "KDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Plaaslike lers"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Kies 'root' se wagwoord"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Geen wagwoord"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Magtiging"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP-magtiging"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Basis-dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP-bediener"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS-magtiging"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS-domein"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS-bediener"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"'n Spesiale herlaaiskyf voorsien ;n metode waarby u Linux kan laai sonder\n"
-"die gebruik van 'n normale herlaaistelsel. Dit is veral bruikbaar wanneer\n"
-"u nie SILO op u stelsel wil installeer nie, 'n ander bedryfstelsel SILO\n"
-"verwyder of SILO nie met u stelsel werk nie. Hierdie herlaaiskyf kan ook\n"
-"met die Mandrake reddingsbeeld gebruik word, wat dit makliker maak om van\n"
-"ernstige stelselfalings te herstel.\n"
-"\n"
-"Indien u 'n herlaaiskyf wil maak,\n"
-"plaas 'n skyf in die aandrywer en druk \"OK\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Eerste sagteskyfaandrywer"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Tweede sagteskyfaandrywer"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Mis hierdie stap"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"'n Spesiale herlaaiskyf voorsien ;n metode waarby u Linux kan laai sonder\n"
-"die gebruik van 'n normale herlaaistelsel. Dit is veral bruikbaar wanneer\n"
-"u nie LILO (of Grub) op u stelsel wil installeer nie, 'n ander bedryfstelsel "
-"LILO\n"
-"verwyder of LILO nie met u stelsel werk nie. Hierdie herlaaiskyf kan ook\n"
-"met die Mandrake reddingsbeeld gebruik word, wat dit makliker maak om van\n"
-"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Kies die sagteskyfaandrywer wat u wil gebruik"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Sit 'n skyf in aandrywer %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Herlaaiskyf word geskryf"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Herlaaistelsel word voorberei"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Wil u aboot gebruik?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
-"word die eerste partisie vernietig?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Herlaaistelselinstallasie"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Installasie van herlaaiprogram het gefaal a.g.v. hierdie fout: "
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Sit 'n le floppie in aandrywer %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Outoinstallasieskyf word geskep."
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Bepaalde stappe is nie afgehandel nie.\n"
-"\n"
-"Wil u werklik nou aborteer?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Geluk, installasie is afgehandel.\n"
-"Verwyder die herlaaimedium en druk 'enter' om te herlaai.\n"
-"\n"
-"\n"
-"Vir lapinligting oor hierdie vrystelling vanMandrake Linux,\n"
-"bekyk die errata beskikbaar op\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
-"hoofstuk in die Offisile Liux-Mandrake Gebruikersgids."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Skep outoinstallasieskyf"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Outomaties"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Herspeel"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Stoor pakketseleksie"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installasie %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> tussen elemente | <Space> selekteer | <F12> volgende skerm "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu is weg"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Kies 'n ler"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Gevorderd"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Wag asb."
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Maak boom oop"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Maak boom toe"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Skakel tussen plat- en groepsortering"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Swak keuse, probeer weer\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "U keuse? (verstek %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "U keuse? (verstek %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opsies: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Wil u aboot gebruik?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "U keuse? (verstek %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tseggies (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Duits"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spaans"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finnies"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Frans"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norweegs"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Pools"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russies"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Sweeds"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "VK sleutelbord"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "VSA sleutelbord"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanies"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenies (oud)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenies (tikmasjien)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenies (Foneties)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjani (latyns)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgies"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armenies (Foneties)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaars"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiliaans (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarussies"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Switsers (Duitse uitleg)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Switsers (Franse uitleg)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tseggies (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Duits (geen dooie sleutels)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Deens"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (VSA)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norweegs)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (VSA)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estoniaans"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgies (Russiese uitleg)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgies (Latynse uitleg)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grieks"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hongaars"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroaties"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelies"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelies (Foneties)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranies"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Yslandies"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiaans"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japanees 106 sleutels"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreaanse sleutelbord"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latyns-Amerikaans"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituanies AZERTY (oud)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituanies AZERTY (nuut)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituanies \"nommerry\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituanies \"foneties\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latvies"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Masedonies"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Nederlands"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Pools (QWERTY uitleg)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Pools (QWERTZ uitleg)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugees"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadees (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romanies (QWERTZ)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romanies (QWERTY)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russue (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Sloveens"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaaks (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaaks (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serwies (Kirillies)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabel"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai sleutelbord"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajik sleutelbord"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turks (tradisionele \"F\" model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turks (moderne \"Q\" modem)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukranies"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "VSA internasionale sleutelbord"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vitnamees \"nommerry\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslaavs (latynse uitleg)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Sirkulre heg %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Verwyder eers die logiese volumes\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Muis"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generiese PS2 wielmuis"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 knop"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generiese 2-knop muis"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generies"
-
-#
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Wiel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriaal"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Generiese 3-knop muis"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Reeks (seriaal)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Muis (seriaal, ou C7 tipe)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmuis"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 knoppies"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 knoppies"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "niks"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Geen muis"
-
-#
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Toets asb. die muis"
-
-#
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Om die muis te aktiveer"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "BEWEEG DIE WIEL!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Finnies"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Volgende ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Vorige"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Is dit korrek?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Konnekteer aan die internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Die mees algemene metode vir ADSL is om pppoe te gebruik.\n"
-"Daar is wel sekere konneksie wat pptp of DHCP gebruik.\n"
-"Indien u nie weet nie, kies 'gebruik pppoe'."
-
-#: ../../network/adsl.pm_.c:22
-#, fuzzy
-msgid "Alcatel speedtouch usb"
-msgstr "speedtouch USB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "gebruik dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "gebruik pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "gebruik pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Watter DCHP-klint wil u gebruik?\n"
-"Verstek is dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Geen ethernetkaart is op die stelsel gevind nie.\n"
-"Ek kan nie hierdie konneksietipe opstel nie."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Kies die netwerkkoppelvlak"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "geen netwerkkaart gevind nie"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Stel netwerk op"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Tik asb die rekenaarnaam in.\n"
-"Sekere DHCP-bedieners benodig die rekenaarnaam.\n"
-"Dit moet 'n volle gekwalifiseerde naam wees,\n"
-"bv. ``myne.mywerk.co.za''."
-
-#
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Rekenaarnaam"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Netwerkkonfigurasie-assistent"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Eksterne ISDN-kaart"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interne ISDN-kaart"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Watter tipe is u ISDN-konneksie?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nuwe konfigurasie (Ligte ISDN/isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Ou konfigurasie (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN Konfigurasie"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Kies u internetdiensvoorsiener.\n"
-"Indien nie in die lys nie kies Ongelys"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europese protokol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Europese protokol (EDSS1)"
-
-#
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol vir die res van die wreld"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol vir die res vd wreld \n"
-" geen D-Kanaal nie (bruikhuurlyne)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Watter protokol verlang u?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Oor watter tipe kaart beskik u?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ek weet nie"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Indien u 'n ISA-kaart het, behoort die waardes op die volgende skerm reg te "
-"wees.\n"
-"\n"
-"Indien u 'n PCMCIA kaart het, moet u die IRQ en I/O van u kaart weet.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Aborteer"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Gaan voort"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Wat is u ISDN-kaart?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Ek het 'n ISDB PCI-kaart gevind, maar ek ken nie die tipe nie. Kies asb.'n "
-"PCI-kaart op die volgende skerm."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Geen ISDN PCI-kaart gevind nie. Kies asb. een op die volgende skerm."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opbelopsies"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Konneksienaam"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefoonnommer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Aantekenkode"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skriptipe"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminaaltipe"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domeinnaam"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Eerste DNS-bediener (opsioneel)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Tweede DNS-bediener (opsioneel)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"U kan diskonnekteer or herkonfigureer."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"U kan u konneksie herkonfigureer."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "U is tans aan die internet gekonnekteer."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"U kan aan die internet konnekter of u konneksie herkonfigureer."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "U is nie tans aan die internet gekonnekteer nie."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Konnekteer"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Diskonnekteer"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Stel netwerk op"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internetkonneksie en konfigurasie"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ons gaan nou die %s konneksie herkonfigureer."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Ons gan nou die %s konneksie konfigureer.\n"
-"\n"
-"\n"
-"Drk OK om voort te gaan."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Netwerkkonfigurasie"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Omdat u netwerk installasie doen, is u netwerk aslreeds opgestel.\n"
-"Kliek op OK om hierdee konfigurasie te behou, of op Kanselleer om u Internet "
-"& Netwerkkonneksie te herkonfigureer.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Welkom by die Netwerkkonfigurasie-assistent\n"
-"\n"
-"Ons gaan nou u internet/netwerkkonneksie konfigureer.\n"
-"Iniden u nie outobespeuring verlang nie, deselekteer die opsie.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Kies die profiel om te konfigureer"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Gebruik outobespeuring"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Toestel word afgetas..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normale modemkonneksie"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "Op poort %s bespeur"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN konneksie"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s bespeur"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL konneksie"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "op koppelvlak %s bespeur"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabelkonneksie"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Kabelkonneksie bespeur"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN konneksie"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet kaart(e) bespeur"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Kies die konneksie wat u wil konfigureer"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"U het meer as een internetkonneksiemetode opgste.\n"
-"Kies die een wat u verlang.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internetkonneksie"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Wil u die konneksie met herlaaityd aanskakel?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Netwerkkonfigurasie"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Daar was 'n probleem met die herlaai van die netwerk.\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Geluk, die netwerk en internetkonfigurasie is voltooi.\n"
-"\n"
-"Die kongiurasie gaan op u stelsel toegepas word.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Nadat dit klaar is, sal dit beter wes om u X-omgewing te herlaai\n"
-"om die rekenaarnaamveranderingprobleem te voorkom."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"WAARSKUWING: Die toestel is alreeds opgestel om aan die internette "
-"konnekteer.\n"
-"U kan die toestel net so aanvaar.\n"
-"Veranderinge aan onderstaande velde sal hierdie konfigurasie oorskryf."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Gee asb die IP-konfigurasie vir hierdie rekenaar.\n"
-"Elke item moet as 'n IP-adres in dotdesimalenotasie\n"
-"(1.2.3.4) gegee word."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigureer netwerktoestel %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr "(drywer %s)"
-
-#
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adres"
-
-#
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmasker"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Outomatiese IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-adres moet in 1.2.3.4. formaat wees"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Tik asb die rekenaarnaam in.\n"
-"Dit moet 'n volle gekwalifiseerde naam wees,\n"
-"bv. ``myne.mywerk.co.za''.\n"
-"U mag ook die netwerkhek byvoeg indien daar een is"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS bediener"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Netwerkportaaltoestel"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Instaanbedienerkonfigurasie"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP instaanbediener"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP instaanbediener"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Instaanbediener moet begin met http://"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Instaanbediener moet begin met ftp://"
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internetkonfigurasie"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Wil u nou aan die internet konnekteer?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Konneksie word getoets..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Die stelsel is nou aan die internet gekonnekteer."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Vir sekuriteitsredes, word u nou gediskonnekteer."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Die tselsel blyk nie aan die internet gekonnekteer te wees nie.\n"
-"Probeer om u stelsel te herkonfigureer."
-
-#
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konneksiekonfigurasie"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Vul asb. die velde hieronder in"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kaart IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kaartgeheue (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kaart I/O"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kaart IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kaart IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "U persoonlike telefoonnommer"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Voorsienernaam (bv voorsiener.co.za)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Voorsiener se telefoonnommer"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Voorsiener DNS 1 (opsioneel)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Voorsiener DNS 2 (opsioneel)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Kies u land"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Belmetode"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Konneksiespoed"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Konneksie tydlimiet (in sekondes)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Gebruikerskode"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Wagwoord"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "heg het gefaal"
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"U het 'n gat die partisietabel maar ek kan dit nie gebruik nie.\n"
-"Die enigste oplossing is om die primre partisie te skuif sodat die gat\n"
-"langs die ekstensie partisies is"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Herstel van ler %s het gefaal: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Korrupte rugsteunler"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Fout in die skryf van %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Iets vrots gebeur op u hardeskyf.\n"
-"'n Dataintegriteitstoets het misluk.\n"
-"Dit beteken dat enigiets wat na u hardeskyf geskryf word as gemors sal "
-"eindig."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "benodig"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "belangrik"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "baie oulik"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "oulik"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "moontlik"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Generiese Unixdrukstelsel (Common Unix Printing System) "
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - Nuwe generasie LPR"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Lyndrukkerdiensprogram"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Druk sonder drukkertou"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Plaaslike drukker"
-
-#
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Eksterne drukker"
-
-#
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Eksterne CUPS-drukker"
-
-#
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Eksterne LPD-drukker"
-
-#
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Netwerkdrukker (sok)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Eksterne Netware-drukker"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Tik drukkertoestel URI in"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Pyk drukstuk na program"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Onbekende model"
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Plaaslike drukker"
-
-#
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Eksterne drukker"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Fout in die skryf van %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(op %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(op hierdie rekenaar)"
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS-bediener IP:"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Verstek)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Kies drukkerkonneksie"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hoe is die drukker gekonekteer?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Met 'n eksterne CUPS-bediener, hoef u glad nie 'n drukker hier\n"
-"op te stel nie; drukkers wod outomaties bespeur.\n"
-"Indien u twyfel, kies \"Eksterne CUPS-drukker\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Konfigurasie"
-
-#
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Verwyder CUPS-bediener"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adres moet iets soos 192.168.1.20. lyk"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Die poortnommer moet heeltal wees."
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-bediener IP:"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Poort"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Outomatiese CUPS konfigurasie"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Toestel word afgetas..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Toets poorte"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Voeg drukker by"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Plaaslike drukker"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Eksterne drukker"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Gebruik outobespeuring"
-
-#
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Eksterne drukkernaam"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "%s bespeur"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Tik drukkertoestel URI in"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Plaaslike drukker"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Tik drukkertoestel URI in"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Kleurkonfigurasie"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Installeer pakket %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Installeer pakket %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Eksterne lpd drukkeropsies"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Om 'n eksterne lpd drukkertou te gebruik,moett die naam\n"
-"van die drukkkerbediener en die naam van die drukkertou\n"
-"voorsien word."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Eksterne bedienernaam"
-
-#
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Eksterne drukkernaam"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Eksterne bedienernaam ontbreek!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Eksterne drukkernam ontbreek!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) drukkeropsies"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Om na 'n SMB drukker te druk moet u die volgende voorsien:\n"
-"SMB rekenaarnaam (dis nie noodwendig dieselfde as die TCP/IP rekenaarnaam\n"
-"nie); moontlik die IP adres van die drukkerbediener; die drukkernaam; \n"
-"toepaslike gebruikerskode en wagwoord; werkgroepnaam."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB-bedienernaam"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB-bediener IP:"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Drukkernaam:"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Werkgroep:"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "f die bedienernaam f die bediener-IP moet verskaf word!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "SAMBA-deelnaam ontbreek!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare drukkeropsies"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Om na 'n Netware drukker te druk moet u die volgende voorsien:\n"
-"Netware rekenaarnaam (dis nie noodwendig dieselfde as die TCP/IP\n"
-"rekenaarnaam nie); moontlik die IP adres van die drukkerbediener;\n"
-"die drukkernaam; toepaslike gebruikerskode en wagwoord."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Drukkerbediener"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Drukkertounaam"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP-bedienernaam ontbreek!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP-tounaam ontbreek!"
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Sokdrukkeropsies"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Om aan 'n sokdrukker te konnekteer, moet u die rekenaarnaam van die\n"
-"drukker voorsien en dalk ook 'n poortnommer voorsien.\n"
-"Met HP JetDirect-bedieners is die poortnommer gewoonlik 9100,\n"
-"maar dit mag anders wees met ander bedieners. Raadpleeg die handleiding\n"
-"wat saam met die hardeware gekom het."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Drukkerbedienernaam"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Drukkerbedienernaam ontbreek!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Drukkertoestel URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"U kan die URI om die drukker te bereik direk spesifiseer. Die URI moet in "
-"CUPS- of Foomatic-formaat wees. Nie alle UTI-tipes moet deur al die "
-"spoelprogramme ondersteun nie."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "'n Geldige URI moet verskaf word!"
-
-#: ../../printerdrake.pm_.c:1004
-#, fuzzy
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Elke drukker benodig naam (bv. lp).\n"
-"Die Beskrywing- en Liggingvelde is opsioneel.\n"
-"Hulle dien as inligting vir gebruikers."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Drukkernaam"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Beskrywing"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Ligging"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Drukkerdata word gelees..."
-
-#
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Eksterne drukkernaam"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Is dit korrek?"
-
-#
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Eksterne drukkernaam"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Drukkermodelkeuse"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Oor watter tipe drukker beskik u?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Verander drukkerkonfigurasie"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Internetkonfigurasie"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opsie %s moet 'n heeltal wees!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opsie %s moet 'n nommer wees"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Opsie %s is buite bereik!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Wil u hierdie drukker (\"%s\")\n"
-"die verstek drukker maak?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Toetsbladsye"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Geen toetsbladsye"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Druk"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standaard toetsbladsy"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternatiewe toetsbladsy (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Fototoetsbladsy"
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Druk toetsbladsy(e)"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Toetsbladsy(e) word gedruk..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Toetsbladsy(e) is na die drukkerstelsel gestuur.\n"
-"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-"Drukstatus:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Toetsbladsy(e) is na die drukker gestuur.\n"
-"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Het dit reg gewerk?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Geen drukker"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Sluit af"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Netwerk op pad af"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Netwerk op pad af"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Drukkeropsies"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Dra drukkerkonfigurasie oor"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Moet nie drukkers oordra nie"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Oordrag"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nuwe drukkernaam"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "%s word oorgedra..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Konfigureer drukker"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Konneksie word begin..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Stel netwerk op"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor is nie opgestel nie"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Stel netwerk op"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Watter drukkerstelsel verlang u?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Hoog"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoes"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Watter drukkerstelsel verlang u?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Installeerde sagteware word deursoek..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "LPRng word verwyder..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "LPD word verwyder..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Kies drukkerspoelprogram"
-
-#
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigureer drukker"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Installeer pakket %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Drukkeropsies"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfigureer drukker"
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Wil u 'n drukwerk nou konfigureer?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Drukkerstelsel:"
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Drukker"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Hier is die bestaande drukkertoue.\n"
-"U kan byvoeg or verwyder soos nodig."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Hier is die bestaande drukkertoue.\n"
-"U kan byvoeg or verwyder soos nodig."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Stel netwerk op"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normale modus"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Wil u die konfigurasie toets?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Verander drukkerkonfigurasie"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Drukker %s: %s %s\n"
-"Wil u hierdie drukker verander?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Gaan voort!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Drukkerkonneksietipe"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Drukkernaam,. beskrywing, ligging"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Drukkervervaardiger, model, drywer"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Drukkervervaardiger, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Maak hierdie die verstekdrukker"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Druk toetsbladsy(e)"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Wil u die konfigurasie toets?"
-
-#
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Verwyder drukker"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Verstek drukker"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Drukker \"%s\" is nou die verstekdrukker"
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Wil u die werklik die drukker verwyder?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Instaanbedienerkonfigurasie"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Welkom by die proksiekonfigurasienutsprogram.\n"
-"\n"
-"Hier kan u die HTTP en FTP-instaanbedieners\n"
-"opstel met of sonder aantekenkodes en wagwoorde\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Poort"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Instaanbediener moet begin met http://"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Die poortgedeelte moet numeries wees"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Vul asb. die FTP-instaanbediener inligting in\n"
-"Los dit oop indien u nie FTP-instaanbediener verlang nie"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Instaanbediener moet begin met ftp://"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "Gebruikerskode"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "Herhaal wagwoord"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "Geen wagwoord"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Die wagwoorde stem nie ooreen nie. Probeer weer!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Kan nie 'n partisie by geformatteerde RAID md%d byvoeg nie"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Kan nie ler %s skryf nie"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid het gefaal"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid het gefaal. Dalk is 'raidtools' nie beskikbaar nie."
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Loop die ALSA (Gevorderde Linux Klankargitektuur) klankstelsel"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron is skeduleerder vir periodiese instruksies."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd word gebruik om battery status te monitor en dit dan te log via "
-"syslog.\n"
-"Dit kan ook gebruik word om die rekenaar af te bring wanneer die battery "
-"swak is."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Loop instruksies deur 'at' geskeduleer op die tyd deur 'at' gespesifiseer. "
-"Loop ook instruksiebondels wanneer die stelsellas laag genoeg is."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron is die standaard UNIX program om gebruikergespesifiseerde programme\n"
-"op periodies geskeduleerde tye te loop. vixie cron voeg addisionele "
-"funksionaliteit\n"
-"by die standaard UNIX cron, insluitende beter sekuriteit en 'n kragtiger "
-"konfigurasie."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM verleen muisvermons aan teksgebaseerde Linuxapplikasies soos\n"
-"Midnight Commander. Dit laat muisgebaseerde knip-en-plak aksies op die\n"
-"konsole toe asook opspringkieskaarte."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache is 'n WWW-bediener.\n"
-"Dit kan HTML-lers uitstuur en CGI's hanteer"
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Die internetsuperbedienerdiensprogram (gewoonlik inetd genoem) laai 'n\n"
-"verskeidenheid internetdienste soos nodig. Dit is gewoonlik verantwoordelik "
-"vir\n"
-"telnet, ftp, rsh en rlogin. As inetd gesper word, sper dit ook die dienste "
-"waarvoor\n"
-"inetd verantwoordelik is."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Hierdie pakket laai die sleutelbordkaart soos dit in /etc/sysconfig/"
-"keyboard\n"
-"opgestel is. Dit kan vernader word met die kbdconfig nutsprogram. U moet "
-"dit\n"
-"op meeste rekenaars ongesper laat."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Outobespeuring en hardewarekonfigurasie met herlaaityd."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd is die drukkerdiensprogram en is nodig vir lpr om te funksioneer.\n"
-"Dit is 'n diens wat drukstukke na drukkers toe reguleer."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) is die domeinnaamdiens (DNS) wat gebruik word om\n"
-"rekenaarname na IP-adresse toe om te skakel."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Heg en ontheg all netwerklerstels (NFS), SMB (Lan Manger/Windows)\n"
-"en NCP (Netware) hegpunte."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktiveer/Deaktiveer all netwerkkoppelvlakke wat opgestel is om by\n"
-"herlaaityf te begin."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS is 'n populre protokol vir lerdeling oor TCP/IP netwerke.\n"
-"Hierdie diens voorsien NFS-bedienerfunksionaliteit. Dit word via\n"
-"die /etc/exports ler opgestel."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS is 'n populre protokol vir lerdeling oor TCP/IP netwerke.\n"
-"Hierdie diens vorosien die NFS-lersluitfunksionaliteit."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Ondersteun die OKI-4W en aanpasbare WIN-drukkers"
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA is gewoonlik nodig om ondersteuning te verleen aan\n"
-"toestelle soos ethernet en modems in skootrekenaars. Dit sal nie\n"
-"gelaai word, behalwe as dit konfigureer is nie en dit is derhalwe\n"
-"veilig om op rekenaars te h wat dit nie nodig het nie."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper bestuur RPC-konneksies wat deur protokolle soos NFS en NIS\n"
-"gebruik word. Portmap moet loop op rekenaars wat as bedieners vir hierdie\n"
-"protokolle, en ander protokolle wat die RPC meganisme gebruik, dien."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"POstfix is 'n E-posoordragagent (MTA). Dit is die program wat E-pos\n"
-"van een bediener na 'n ander oordra."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Stoor en herstel die stelselentropiepoel vir ho kwaliteit,\n"
-"lukraaknommergenerasie."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Die 'routed' diensprogram hanteer outomatiese IP-roeteertabelopdatering\n"
-"via die RIP protokol. Alhoewel RIP baie gebruik word in klein netwerke, is\n"
-"meer komplekse protokolle nodig vir komplekse netwerke."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Die 'rstat' protokol laat gebruikers op 'n netwerk toe om\n"
-"werksverrigtinginligting oor enige rekenaar op die netwerk te onttrek."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Die 'rusers' protokol laat netwerkgebruikers toe om te bepaal wie\n"
-"aangeteken is op ander samewerkende rekenaars."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Die 'rwho' protokol laat eksterne gebruikers toe om te sien wie\n"
-"ingeteken is op 'n rkeneaar wat die 'rwho' diensprogram loop. (Amper soos "
-"'finger')."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Laai die klankstelsel op u rekenaar"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog is die fasiliteit wat baie diensprogramme gebruik om boodskappe\n"
-"te log na 'n verskeidenheid loglers. Dit is altyd goed om syslog te loop."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Laai die drywers vir u USB-toestelle"
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Laai die X-fontbediener (dis nodig vir XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Kies watter dienste moet outomaties begin met herlaaityd."
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Druk"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Stelselmode"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Eksterne lpd drukkeropsies"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Datbasis"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Dienste"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "aktief"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "onaktief"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "met herlaai"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Toestand"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Protokol vir die res van die wreld"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Internettoegang"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Ontwikkeling"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Beheersentrum"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Netwerkkoppelvlak"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB-bedienernaam"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Speletjies"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Kundige"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "verpligtend"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Installeer pakket %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
-"Ek sal die nodige partisies skoonmak."
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Fout!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ek kan nie die nodige herlaaibeeld '%s' kry nie."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Outoinstallasiekonfigurasieprogram"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Outomatiese Stappe Konfigurasie"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Geluk!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Die floppie is sukselvol geskep.\n"
-"U kan nou weer 'n installasie uitspeel."
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Installasie"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Voeg 'n gebruiker by"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Teruglusler %s word geformateer"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Pakketkeuse"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Verwyder tou"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Verwyder Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Gebruikerskode"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Toets asb. die muis"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Probeer asb. weer"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Probeer asb. weer"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Geen wagwoord"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN konneksie"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Kies drukkerkonneksie"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Wat is u sleutelborduitleg?"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Kliek asb. op 'n partisie"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Toets asb. die muis"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Netwerkkoppelvlak"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Gebruikerskode"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "gebruik hardeksyfoptimisasie?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "gebruik hardeksyfoptimisasie?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Wag"
-
-#
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Wiel"
-
-#
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Wiel"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Module opsies:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Stel lerstelsels op"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opsies"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Wat is u muistoestel?"
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Herstel vanaf floppie"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Wat is u muistoestel?"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Ander"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Installeer stelsel"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Herstel vanaf ler"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Herstel vanaf ler"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Aangepaste"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Vorige"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Toestand"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Herstel vanaf ler"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Teks"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Kies pakkette om te installeer"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Korrupte rugsteunler"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Stoor in ler"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Toets asb. die muis"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Konfigurasie"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Sluit konfigurasie af"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Stel lerstelsels op"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s installasie het gefaal a.g.v. hierdie fout: "
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s is nie gevind nie"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Klaar"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formatteer floppie"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Berei installasie voor"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "Laai dit"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "beperk"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formateer partisies"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Denstallasie van RPMs"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Sluit konfigurasie af"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Hegpunt"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Kies die partisies om te formatteer"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Kantoor"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Aborteer"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Drukker"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Installeer stelsel"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Selekteer lOer"
-
-#
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Verwyder drukker"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Beginboodskap"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Installasie"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Verlaay installasie"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Internetkonneksiedeling"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Internetkonneksiedeling is ontsper"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Die opstelling van die Internetkonnkesiedeling is alreeds gedoen.\n"
-"Dis tans aktief.\n"
-"\n"
-"Wat wil u doen?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "deaktiveer"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "ignoreer/sien oor"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "herkonfigureer"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Bedieners word gedeaktiveer..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Internetkonneksiedeling is gedeaktiveer"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internetkonneksiedeling is gesper"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Die opstelling van die Internetkonnkesiedeling is alreeds gedoen.\n"
-"Dis tans gedeaktiveer.\n"
-"\n"
-"Wat wil u doen?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "Aktiveer"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Bedieneers word aktiveer..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Internetkonneksiedeling is geaktiveer"
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Nou dat u internetkonfigurasie opgestel is,\n"
-"moet u die rekenaar opstel om dit te deel.\n"
-"LW: U benodig 'n ware netwerkkaart om 'n lokalearea netwerk (LAN) op te "
-"stel.\n"
-"\n"
-"Wil u internetdeling opstel?\n"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Koppelvlak %s (met module %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Koppelvlak %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
-"hardewarekonfigurasieprogram."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Netwerkkoppelvlak"
-
-#
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Daar is net een konfigureerde netwerkkaart op u stelsel.\n"
-"\n"
-"%s\n"
-"\n"
-"Ek gaan nou u LAN met daardie kaart opstel."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Kies asb. die netwerkkaart wat aan die loakel area netwerk gekoppel is."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor is nie opgestel nie"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Outomatiese CUPS konfigurasie"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Verander drukkerkonfigurasie"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS-bediener IP:"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Moontlike LAN-adresbotsing gevind in konfigurasie %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Vuurmuurkonfigurasie gevind!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
-"dietyd self regstellings moet aanbring."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurasie in aabou..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Skrips word konfigureer, sagterware installeer en bedieners afgeskop..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Probleme met Installasue van pakket %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Die opstelling van is alreeds gedoen, maar is tans gedeaktiveer."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Die opstelling is alreeds gedoen en is alreeds ook geaktiveer."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Geen internetkonneksiedeling is al gekonfigureer nie."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Internetkonneksiedelingkonfigurasie"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Internetkonneksiedeling"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netwerkkonfigurasie (%d toestelle)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profiel:"
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Vee profiel uit..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profiel om uit te vee..."
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nuwe profiel..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Bedienernaam:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internettoegang"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipe:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Portaal:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Koppelvlak:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigureer internettoegang..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN-konfigurasie"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Drywer"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Koppelvlak"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Toestand"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Stel plaaslike netwerk op..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Assistent..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Pas toe"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Wag asb... Konfigurasie word toegpas"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Gekonnekteer"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nie gekonnekteer nieKabelkonneksie"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Konnekteer..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Diskonnekteer..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN konfigurasie"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Toestel %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Herlaaiprotokol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Gelaai tydens herlaaityd"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP-klint"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "Aktiveer nou dadelik"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktiveer nou dadelik"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Internetkonneksiekonfigurasie"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Internetkonneksiekonfigurasie"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Konneksietipe:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameters"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Portaal"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernetkaart"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-Klint"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Sekuriteitsvlak word gestel."
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Beheersentrum"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Kies die instrument wat u wil gebruik"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanadees (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Yslandies"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "seriaal"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Wat is u sleutelborduitleg?"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-"Wil u h dat die 'BackSpace' sleutel moet uitvee in die konsole ('n 'Delete' "
-"terugstuur)?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Verander CDROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Dit asb. die instasllasie CDROM in die aandrywer en druk OK. Indien u nie\n"
-"hieroor beskik nie, druk Kanselleer om die intydse opgradering te vermy."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Kon nie die intydse opgradering begin nie !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Gebruikerskode"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Beginboodskap"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Konfigurasie"
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Welkom by die proksiekonfigurasienutsprogram.\n"
-"\n"
-"Hier kan u die HTTP en FTP-instaanbedieners\n"
-"opstel met of sonder aantekenkodes en wagwoorde\n"
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "skadu's"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Verlaat"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "interessant"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatering"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Kleurkonfigurasie"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Wat is u muistoestel?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "Geen 'serial_usb' gevind nie\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emuleer derde knop?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Selekteer 'n videokaart"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Herlaaitoestel"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Vuurmuurkonfigurasie"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Vuurmuurkonfigurasie"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Vuurmuur\n"
-"\n"
-"Kliek op Konfigureer om die standaard vuurmuur op te stel."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Kies u taal"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Kies installasieklas"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Hardeskyfdeteksie."
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Stel muistoestel op"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Kies u sleutelbord"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sekuriteit"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Stel lerstelsels op"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formateer partisies"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Kies pakkette om te installeer"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installeer stelsel"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Voeg 'n gebruiker by"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Stel netwerk op"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigureer dienste"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installeer herlaaistelsel"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Maar 'n herlaaiskyf"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Stel X op"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Installeer stelsel"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Verlaay installasie"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurasie is voltooi. Moet ons hierdie veranderinge na skyf skryf?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan nie %s oopmaak nie: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kon nie %s in skryfmode oopmaak nie: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Vuurmuurkonfigurasie"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Wag asb. installasie word voorberei"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netwerkrekenaar (klint)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS, SMB, Instaan- , SSH (Bedieners)"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kantoor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome werkstasie"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Nutsprogramme vir PalmPilot en/of Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Werkstasie"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Vuurmuur/Netwerkroteerder"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domeinnaam en Netwerk Informasie Bediener (DNS/NIS)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kantoorprogramme: Woordverwerkers( kword, abiword), spreistate (kspread, "
-"gnumeric), PDF-sigprogramme, ens."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Klankprogramme: MP3- of MIDI-spelers, mengers, ens."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Boeke en HOWTO's oor Linux en Vrye Sagteware"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE werkstasie"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ens."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Hulpprogramme vir e-pos, netnuus, web, FTP en netpraat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Datbasis"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL of MySQL databasisbediener"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Hulpprogramme vir u rekenaarkonfigurasie te vergemaklik"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Klank"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Nutsprogramme"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "dokumentasie"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsole hulpprogramme"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix e-posbediener, Inn netnuusbediener"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetstasie"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediastasie"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfigurasie"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Addisionele grafiese werkskerms (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"Die K-werkskermomgewing (KDE), die basiese grafiese omgewing met 'n "
-"versameling bygaande hulpprogramme"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafiese omgewing"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Hulpprogramme vir die skep en brand van CDs"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kantoorwerkstasie"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Bediener"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ens."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiese programme soos Die GIMP"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C en C++ ontwikkelingsprogrammateke, programme en insluitlers"
-
-#
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Netwerkrekenaarbediener"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-pos/Groepware/Netnuus"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Speletjiesrekenaar"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videospelers en -redigeerders"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Vermaak: Arkade, Bordspel, Strategie ens."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Stel hulpprogramme om e-pos en netnuus te lees en te stuur (pine, mutt, tin) "
-"en om ook die web deur te blaai."
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Aaaargivering, emulators, monitorprogramme"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Persoonlike finansies"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"'n Grafiese omgewing met gebruikersvriendelike stel applikasies en "
-"werkskermhulpprogramme"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klintprogramme vir 'n verkeidenheid protokolle insluitende SSH"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internetpoort"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Klank- en videospelers/redigeerders"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Ander grafiese werkskerms"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-"Redigeerders. teksverwerkers, instruksiedoppe, lernutsprogramme, "
-"terminaalprogramme"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programme om u finansies te bestuur, soos GNUcash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Persoonlike Inligtingbestuur."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD Sny"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Wetenskaplike werkstasie"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Aborteer"
-
-#, fuzzy
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Geen"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Kies die verstek gebruiker:"
-
-#
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Pas toe/herlees drukkers"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "U kan die opsies vir module %s hier intik."
-
-#~ msgid "mount failed"
-#~ msgstr "heg het gefaal"
-
-#~ msgid "Low"
-#~ msgstr "Laag"
-
-#~ msgid "Medium"
-#~ msgstr "Medium"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "'n Aantal verbetering op heirdie sekuriteitsvlak, die hoof een is meer\n"
-#~ "sekuriteitswaarskuwings en -toetse."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Multimedia"
-
-#~ msgid "Boot mode"
-#~ msgstr "Herlaaimodus"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Kundige"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux beheer tyd in GMT (Greenwichmeridiaantyd) en vertaal dit dan\n"
-#~ "in u lokale tyd volgends die gekose tydsone."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Konnekteer aan die internet"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Diskonnekteer van die internet"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Konfigureer netwerkkonneksie (LAN or internet)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Na watter skyf wil u skuif?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Kies die pakkette wat u wil installeer"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Info"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnome werkstasie"
-
-#, fuzzy
-#~ msgid ""
-#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
-#~ "CGI."
-#~ msgstr ""
-#~ "Apache is 'n WWW-bediener.\n"
-#~ "Dit kan HTML-lers uitstuur en CGI's hanteer"
-
-#~ msgid ""
-#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-#~ "host names to IP addresses."
-#~ msgstr ""
-#~ "named (BIND) is die domeinnaamdiens (DNS) wat gebruik word om\n"
-#~ "rekenaarname na IP-adresse toe om te skakel."
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Wat is u muistoestel?"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "Beskikbare NFS-gedelde hulpbronne word gesoek"
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr "Beskikbare NFS-gedelde hulpbronne van bediner %s word gesoek."
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "Beskikbare SAMBA-gedelde hulpbronne word gesoek"
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr "Beskikbare SAMBA-gedelde hulpbronnevan bediener %s word gesoek"
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Verlaat"
-
-#~ msgid "Removable media"
-#~ msgstr "Verwyderbare media"
-
-#~ msgid "Active"
-#~ msgstr "Aktief"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Nee"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "'n Drukker, model \"%s\", is opgespoor op "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Plaaslikte drukkertoestel"
-
-#~ msgid "Printer Device"
-#~ msgstr "Drukkertoestel:"
-
-#~ msgid "Device/file name missing!"
-#~ msgstr "Toestel/Lernaam ontbreek"
-
-#
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Drukkers op eksterne CUPS-bediener(s)"
-
-#
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Drukkers op eksterne CUPS-bediener(s)"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Stelselmode"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Ander"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Wat is u sleutelborduitleg?"
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Kliek asb. op 'n partisie"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tipe:"
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Korrupte rugsteunler"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Stel X op"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Drukkertoestel:"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Kanselleer"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "OK"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Sluit af"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "Konneksie word begin..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "Konneksie word afgesluit..."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "Die stelsel is nou ontkoppel."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Kies die grootte van die installasie"
-
-#~ msgid "Total size: "
-#~ msgstr "Totale grootte: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Wag asb.,"
-
-#~ msgid "Total time "
-#~ msgstr "Totale tyd "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Gebruik bestaande konfigurasie vir X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Watter toestel is die drukker aan gekoppel?\n"
-#~ "(let op dat /dev/lp0 ekwiwalent is aan LPT1:)\n"
-
-#~ msgid "%s"
-#~ msgstr "%s"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Waarskuwing! Die netwerkkaart is alreeds opgestel. Ek gaan dit "
-#~ "herkonfigureer?"
-
-#~ msgid "New"
-#~ msgstr "Nuut"
-
-#~ msgid "Remote"
-#~ msgstr "Ekstern"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Kliek asb. op 'n partisie"
-
-#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
-#~ msgstr ""
-#~ "Indien bo-gelyste inskrywings nie die nodige inskrywing bevat nie, voeg "
-#~ "dit hier by:"
-
-#~ msgid "Shared resource"
-#~ msgstr "Gedelde hulpbron"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Vaagheid (%s). Wees meer presies\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (verstek %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "U keuse? (Verstek %s tik 'none' vir geen)"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "kan nie /etc/sysconfig/autologin oopmaak vir lees nie: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Wil u die netwerk herlaai?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Stem u saam?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Ek gaan nou die netwerktoestel herlaai: \n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Ek gaan nou die netwerktoestel %s herlaai. Stem u saam?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Indien u spesifiek anders weet, is die gewone keuse \"/dev/hda\"\n"
-#~ "(primre meester IDE-skyf) of \"/dev/sda\" (eerste SCSI-skyf)."
-
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr ""
-#~ "Konneksie tydlimiet (in sekondes) [ beta, nog nie gemplementeer nie ]"
-
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Kon nie \"%s\" die verstek drukker maak nie!"
-
-#
-#~ msgid "Test the mouse here."
-#~ msgstr "Toets die muis hier."
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Kies voorkeurtaal vir installasie en stelselgebruik."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Kies die sleutelborduitleg uit die bostaande lys"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Selekteer:\n"
-#~ "\n"
-#~ " - Afgemeet: Indien u vertroud genoeg is met GNU/Linux, kan u die "
-#~ "primre\n"
-#~ " gebruik van u rekenaar kies. Sien onder vir details.\n"
-#~ "\n"
-#~ " - Kundige: Indien u vlot is in GNU/Linux en 'n hoogs aangepaste "
-#~ "installasie wil\n"
-#~ " doen, kan u die deur die gebruik van u rekenaar te kies.\n"
-#~ " MOET ASB. NIE HIERDIE OPSIE KIES INDIEN U NIE WEET WAT U DOEN NIE."
-
-#, fuzzy
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Die verskillende opsies vir u rekenaar se gebruik (indien u \"Afgemeet"
-#~ "\" \n"
-#~ "of \"Kundige\" sou kies) is die volgende:\n"
-#~ "\n"
-#~ " - Normaal: Indien die rekenaar primr vir daaglikse kantoorgebruik is.\n"
-#~ " Moenie programmeringspakette verwag nie.\n"
-#~ "\n"
-#~ " - Ontwikkeling: Indien die rekenaar vir programontwikkel;ing gebruik "
-#~ "sal\n"
-#~ " word. 'n Volledige stel kompileerders, saamstellers en ontfouters "
-#~ "sal \n"
-#~ " opgesit word.\n"
-#~ "\n"
-#~ " - Bediener: Indien die rekenaar primr 'n bediener sal wees, hetsy met "
-#~ "NFS,\n"
-#~ " SMB, drukkerbediening, NIS magtiging ens.\n"
-#~ " Moenie vensterstelsels soos KDE en GNOME verwag nie.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "U kan nou die pakketgroepe kies wat u wil installeer of opgradeer.\n"
-#~ "\n"
-#~ "DrakX sal dan kyk of daar genoegsame spasie is vir die volledige "
-#~ "installasie.\n"
-#~ "Indien nie sal u verwittig word. Indien u voortgaan, sal van die minder "
-#~ "belangrike\n"
-#~ "pakkette nie installeer word nie.Heel onder kan u die opsie \"Individuele "
-#~ "pakketkeuses\"\n"
-#~ "kies waarna u deur meer as 'n 1000 pakkette sal moet blaai....."
-
-#, fuzzy
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Indienu al die CDs in die bogenoemde lys het, kliek OK.\n"
-#~ "Indien u geen het nie, kliek Kanselleer.\n"
-#~ "Indien sekere CDs weg is, onselekteer hulle en kliek dan OK."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "U kan nou die opbelopsie invul. Indien u\n"
-#~ "twyfel kry die korrekte inligting van u ISP."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Sleutel in:\n"
-#~ "\n"
-#~ " - IP-adres: Indien u dit nie weet nie vra u netwerkadministrateur of "
-#~ "ISP.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Netmasker: \"255.255.255.0\" is gewoonlik 'n goeie keuse. Indien u "
-#~ "twyfel,\n"
-#~ " vra die netwerkadministrateur of ISP.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Outomatiese IP: Indien u netwerk bootp of dhcp protokolle ondersteun, "
-#~ "kies\n"
-#~ " hierdie opsie. In so 'n geval is 'n IP-adresinskrywing nie nodig "
-#~ "nie. Indien u\n"
-#~ " twyfel, vra die netwerkadministrateur of ISP.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Indien u netwerk NIS gebruik, kies \"Gebruik NIS\". Indien u twyfel vra\n"
-#~ "die netwerkadministrateur."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "U kan nou die opbelopsie invul. Indien u\n"
-#~ "twyfel kry die korrekte inligting van u ISP."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Indien u instaanbedieners wil gebruik, stel hulle hier op.. Indien u "
-#~ "twyfel vra\n"
-#~ "die netwerkadministrateur of ISP."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "U kan 'n kriptografiese pakket installeer indien u internetkonneksie reg "
-#~ "opgestel is.\n"
-#~ "Kies eers die spiel waar u die pakket vanaf wil aflaai en kies dan die "
-#~ "pakkette\n"
-#~ "om te installeer.\n"
-#~ "\n"
-#~ "Let wel: U moet 'n spiel en pakkette selekteer n.a.l plaaslike wetgewing."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "U kan nou die 'root' wagwoord voorsien vir u Mandrake Linux stelsel.\n"
-#~ "Die wagworod moet twee keer ingevoer word en te verfier dat dit\n"
-#~ "korrek is.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is die administrateur van die stelsel en is die enigste gebruiker\n"
-#~ "wat toegelaat wiord om die stelselkonfigurasie te verander. In di lig,\n"
-#~ "kies asb. die wagwoord sorgvuldig. Ongemagtigde gebruik van die root\n"
-#~ "rekening kan uitermatiglik nadelig wees vir die integriteit van die\n"
-#~ "stelsel. Die wagwoord moet alfanumeries wees en ten minste 8 karakters\n"
-#~ "lank. MOENIE die wagwoord rens neerskryf nie. Moet dit nie te lank of "
-#~ "te\n"
-#~ "ingwikkeld maak nie, u moet dit met min moeite onthou."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "U mag nou een of meer gewone gebruikersrekeninge skep. Dit is in\n"
-#~ "teenstelling met die bevoorregte 'root' rekening. Elke "
-#~ "gebruikersrekening\n"
-#~ "sal oor sy eie voorkeure (grafiese omgewing, programstelling, ens.) en\n"
-#~ "tuisgids (waar hierdie instellings gestoor word) beskik.\n"
-#~ "\n"
-#~ "\n"
-#~ "Derhalwe moet u in die stelsel intkeen met u eie gebruikerskode en slegs\n"
-#~ "'root' gebruik vir administratiewe doeleindes.\n"
-#~ "\n"
-#~ "Skep eerstens 'n rekening vir uself. Selfs indien u die enigste "
-#~ "gebruiker\n"
-#~ "op die stelsel sal wees, moet u NIE as 'root' vir u daaglikse gebruik\n"
-#~ "inteken NIE. 'n Onbruikbare stelsel kan net een tikfout ver weg wees.\n"
-#~ "\n"
-#~ "\n"
-#~ "Derhalwe moet u aanteken met die gebruikerskode wat u hier skep en "
-#~ "'root'\n"
-#~ "net vir admintratiewe doeleindes gebruik."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO en Grub hoof opsies is:\n"
-#~ " - Herlaaitoestel: Stel die naam van die toestel (bv. hardeskyfpartisie\n"
-#~ " wat die herlaaisektor bevat. Indien u spesifiek anders weet\n"
-#~ " kies \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Wagperiode voor verstekbedryfstelsel gelaai word. Kies die syfer in\n"
-#~ " tiendes van 'n sekonde at die herlaaistelsel moet wag.\n"
-#~ " Hierdie is handig op stelsels wat onmiddelik die hardeskyf skop na "
-#~ "die\n"
-#~ " sleutelbord geaktiveer is. Die herlaaistelsel sal nie wag nie indien "
-#~ "die\n"
-#~ " wagperiode nul is.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Videomode: Kies die spesifieke VGA teksmode wat gebruik moet word "
-#~ "met\n"
-#~ " herlaai. Die volgende waardes is beskikbaar:\n"
-#~ " * normaal: selekteer normale 80x25 mode.\n"
-#~ " * syfer: die ooreenstemmende teksmode."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO 'n herlaaiprogram vir SPARC. Dir kan GNU/Linux of enige ander\n"
-#~ "bedryfstelsel wat op u rekenar teenwoordig is, laai. Gewoonlik word "
-#~ "hierdie\n"
-#~ "bedryfstelsels reg bespeur en bygevoeg. Indien nie, kan u 'n inskrywing "
-#~ "maak\n"
-#~ "op hierdie skerm. Maak seker u kies die korrekte paramters.\n"
-#~ "\n"
-#~ "\n"
-#~ "U mag dalk toegang tot ander bedryfstelsels beperk, in welke geval u die "
-#~ "nodige\n"
-#~ "inskrywings kan uitvee. Maar dan het u die nodige herlaaiskywe nodig om "
-#~ "die\n"
-#~ "betrokke bedryfstelsels te laai."
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "SILO hoofkeuses is:\n"
-#~ " - Herlaaitoestel: Waar wil u die inligting om GNU/Linux te laai plaas? "
-#~ "Die beste is\n"
-#~ "gewoonlik om \"Eerste hardeskyfsektor (MBR)\" te kies.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Wagperiode voor verstekbedryfstelsel gelaai word. Kies die syfer in\n"
-#~ " tiendes van 'n sekonde at die herlaaistelsel moet wag.\n"
-#~ " Hierdie is handig op stelsels wat onmiddelik die hardeskyf skop na "
-#~ "die\n"
-#~ " sleutelbord geaktiveer is. Die herlaaistelsel sal nie wag nie indien "
-#~ "die\n"
-#~ " wagperiode nul is."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Dit is tyd om die X-vensterstelsel op te stel. Hierdie is die kern van\n"
-#~ "die GNU/Linux grafiese omgewing. Vir hierdie doeleindes, moet u 'n "
-#~ "videokaart\n"
-#~ "en monitor kies. Meeste van hierdie stappe is outomaties en u moet net\n"
-#~ "verifier of dit korrek is.\n"
-#~ "\n"
-#~ "\n"
-#~ "Na konfigurasie sal X outmaties gelaai word, behalwe as u DrakX "
-#~ "andersins\n"
-#~ "aans. Indien die stelling u nie pas nie, kom terug en verander so veel\n"
-#~ "keer soos nodig."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Indien iets verkeerd is in die X-konfigurasie, gebruik hierdie opsies om\n"
-#~ "die X-vensterstelsel reg op te stel."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Indien u verkies om 'n grafiese intekenarea te kry, kies \"Ja\", "
-#~ "andersins \"Nee\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "U stelsel gaan nou herlaai.\n"
-#~ "\n"
-#~ "U nuwe Mandrake Linux stelsel sal outomaties laai. Indien u 'n ander\n"
-#~ " bedryfstelsel wil laai, lees die ekstra instruksies noukeurig deur."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Skryf /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formatteer almal"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Na formatering van alle partisies"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "alle data om hierdie partisies sal verloor word"
-
-#~ msgid "Reload"
-#~ msgstr "Herlaai"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "Wil u 'n outoinstallasieskyf maak vir Linux replikasie?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL konfigurasie"
-
-#, fuzzy
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Met 'n eksterne CUPS-bediener, hoef u glad nie 'n drukker hier\n"
-#~ "op te stel nie; drukkers wod outomaties bespeur.\n"
-#~ "Indien u twyfel, kies \"Eksterne CUPS-bediener\"."
-
-#~ msgid "Remote queue"
-#~ msgstr "Eksterne drukkertou"
-
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Eksterne tounaam ontbreek!"
-
-#~ msgid "Command line"
-#~ msgstr "Instruksielyn"
-
-#~ msgid "Modify printer"
-#~ msgstr "Verander drukker"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "Netwerkmonitor"
-
-#~ msgid "Profile "
-#~ msgstr "Profiel"
-
-#~ msgid "Connection Time: "
-#~ msgstr "Konneksietyd"
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "Internetkonneksie"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Internetdiskonneksie"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Diskonnekteer van die internet het misluk."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Diskonneksie van die internet sukssevol"
-
-#~ msgid "Connection complete."
-#~ msgstr "Konneksie suksesvol"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "Verstek loopvlak"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Konfigurasielerinhoud is onverstaanbaar"
-
-#~ msgid "Adapter"
-#~ msgstr "Toestel"
-
-#~ msgid "Disable network"
-#~ msgstr "Sper netwerkstelsel"
-
-#~ msgid "Enable network"
-#~ msgstr "Aktiveer netwerk"
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (of ADSL) konneksie"
-
-#~ msgid "Choose"
-#~ msgstr "kies"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr ""
-#~ "U kan die URI, om die drukker via CUPS te gebruik, direk spesifiseer"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Ja, druk ASCII toetsbladsy"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Ja, druk die PostScript toetsbladsy"
-
-#~ msgid "Paper Size"
-#~ msgstr "Papiergrootte"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Stoot papier uit na voltooiing?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint-dryweropsies"
-
-#~ msgid "Color depth options"
-#~ msgstr "Kleurdiepte opsies"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Druk teks as PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Korrigeer trapsgewyse teks?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Aantal bladsye per uitsetblad?"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Regs/Links kantlyne in punte (1/72 van 'n duim)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Bo/Onder kantlyne in punte (1/72 van 'n duim)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Ekstra GhostScriptopsies"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Ekstra teksopsies"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Omgekeerde bladsyorde"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Kies eksterne drukkerkonneksie"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Elke drukker benodig 'n naam (bv. lp)\n"
-#~ "Ander parameters soos 'n beskrywing en 'n ligging kan ook gegee word.\n"
-#~ "Wat is die drukker se naam en wat is die konneksietipe?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Elke drukkertou (waar drukstukke heengaan) het 'n naam nodig \n"
-#~ "(baie keer 'lp') and 'n gekoppelde spoelgids. Watter naam en\n"
-#~ "spoelgids moet gebruik word?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Tounaam"
-
-#~ msgid "Spool directory"
-#~ msgstr "Spoelgids"
-
-#~ msgid "Disable"
-#~ msgstr "Deaktiveer"
-
-#~ msgid "Enable"
-#~ msgstr "Aktiveer"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Om 'n veiliger stelsel te bou, moet u \"Gebruik skaduler\" \n"
-#~ "en \"Gebruik MD5 wagwoorde\" kies."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Indien u netwerk NIS wil gebruik, kies \"Gebruik NIS\" hier. Indien u "
-#~ "twyfel vra\n"
-#~ "die sysadmin.."
-
-#~ msgid "yellow pages"
-#~ msgstr "geelbladsye"
-
-#~ msgid "Light configuration"
-#~ msgstr "Ligte konfigurasie"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "Voorsiener DNS 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "Voorsiener DNS 2"
-
-#, fuzzy
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Wil u nou aan die internet konnekteer?"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Selekteer lOer"
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Konfigureer internetkonneksie"
-
-#, fuzzy
-#~ msgid "Configure..."
-#~ msgstr "Stel X op"
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Stel netwerk op"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "Hierdie skrip laai de nodige modules vir 'n USB-muis."
-
-#, fuzzy
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Nou dat u internetkonfigurasie opgestel is,\n"
-#~ "moet u die rekenaar opstel om dit te deel.\n"
-#~ "LW: U benodig 'n ware netwerkkaart om 'n lokalearea netwerk (LAN) op te "
-#~ "stel.\n"
-#~ "\n"
-#~ "Wil u internetdeling opstel?\n"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Outomatiese afhanklikhede"
-
-#, fuzzy
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Stel X op"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Maar 'n herlaaiskyf"
-
-#~ msgid "Choice"
-#~ msgstr "Keuse"
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "U kan nou 'n paar diverse opsies vir u stelsel kies.\n"
-#~ "\n"
-#~ " - Optimeer hardeskyf. Hierdie kan hardeskyfwerksverrigting verbeter, "
-#~ "maar is net\n"
-#~ " vir kundige gebruikers bedoel. Sekere gebroke koppelvlakke kan data "
-#~ "runeer.\n"
-#~ " Die bedryfstelsel kern het 'n swartlys van hardeskywe, maar indien u "
-#~ "onaangename\n"
-#~ " verrassings wil voorkom los hierdie opsie uit.\n"
-#~ "\n"
-#~ " - Sekuriteitsvlak: Lees die handleiding vir volledigheid, maar in "
-#~ "kort:\n"
-#~ " Kies \"Medium\" indien u twyfel. Vir 'n hoogs veilige stelsel kies "
-#~ "\"Paranoes\",\n"
-#~ " maar pasop: OP HIERDIE VLAK KLAN SELFS NIE 'ROOT' OP DIE KONSOLE\n"
-#~ " AANTEKEN NIE. Vir 'root' toegang moet 'n gewone gebruiker eers "
-#~ "aanteken en dan\n"
-#~ " \"su\". Dit is uitsluitlik vir 'n bediener bedoel.\n"
-#~ "\n"
-#~ " - Presiese geheuegrootte: Daar is geen ongelukkig standaard metode om "
-#~ "die geheuegrootte\n"
-#~ " uit die BIOS te bepaal nie. Soms sal Linux nie die grootte korrek "
-#~ "bepaal nie. In hierdie geval\n"
-#~ " kan die korrekte grootte her gegee word. Let daarop dat 'n verskil "
-#~ "van 2-4MB normaal is.\n"
-#~ "\n"
-#~ " - Outohegting van verwyderbare media: Indien u nie elke keer die "
-#~ "hegting per intik wil doen\n"
-#~ " nie (van CDROMs, floppies, ZIpaandrywers ens.), selekteer hierdie "
-#~ "opsie.\n"
-#~ "\n"
-#~ " - NumLock: Indien u NumLock wil aansit by herlaaityd, selekteer hierdie "
-#~ "opsie. Dit sal\n"
-#~ " nie noodwendig NumLock onder X aansit nie."
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Arbitrre items"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Diverse vrae"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "U kan nie supermount in ho sekuriteitsvlak gebruik nie."
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "Warskuwing: IN HIERDIE SEKURITEITSVLAK, kan ROOT nie by die KONSOLE "
-#~ "AANTEKEN nie.\n"
-#~ "OM 'root' te wees moet u eers as 'n gewone gebruiker aanteken en dan 'su'."
-#~ "Hierdie is spesifiek vir bedienergebruik. U is gewaarsku!"
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Wees versigtig, met NumLock aan sal heelwat sleutels as syfers eerder as "
-#~ "karakters na vore kom. (Bv 'n 'p' mag dalk '6' wees)"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Eerste DNS bediener"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Tweede DNS bediener"
-
-#~ msgid "loopback"
-#~ msgstr "teruglus"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Watter herlaaistelsel(s) verlang u?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Outoinstallasieskyf"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Soekj vir 'n modem?"
-
-#~ msgid "Configure local network"
-#~ msgstr "Stel netwerk op"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr "Plaaslike netwerk is alreeds opgestel: Wil u?"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Konfigureer tydsone"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(kan data korrupteer)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Aansit van NumLock met herlaai"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Bevestig wagwoord"
-
-#~ msgid "default"
-#~ msgstr "verstek"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "Waarvoor word u stelsel gebruik?"
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "Kies die grootte van die installasie"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Gebruik diskdrake"
-
-#
-#~ msgid "Customized"
-#~ msgstr "Gespesialiseerde"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Is u 'n kundige? U sal sal toegelaat word om kragtige, maar\n"
-#~ "gevaarlike keuses uit te oefen\n"
-#~ "\n"
-#~ "U sal vrae gevra word soos: \"Gebruik skaduwagwoorde?\"\n"
-#~ "Is u reg vir sulke vrae?"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Gebruik skaduler"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Gebruik MD5 wagwoorde"
-
-#~ msgid "Search"
-#~ msgstr "Soek"
-
-#~ msgid "Package"
-#~ msgstr "Pakket"
-
-#~ msgid "Tree"
-#~ msgstr "Boom"
-
-#~ msgid "Sort by"
-#~ msgstr "Gesorteer volgens"
-
-#~ msgid "Category"
-#~ msgstr "Kategorie"
-
-#~ msgid "Installed packages"
-#~ msgstr "Installeerde pakkette"
-
-#~ msgid "Available packages"
-#~ msgstr "Beskikbare pakkette"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Wys net eindnodes"
-
-#~ msgid "Expand all"
-#~ msgstr "Maak boom oop"
-
-#~ msgid "Collapse all"
-#~ msgstr "Maak boom toe"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Voeg pakketareas by"
-
-#~ msgid "Update location"
-#~ msgstr "Dateer ligging op"
-
-#~ msgid "Find Package"
-#~ msgstr "Soek pakket"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Soek pakket met ler"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Skakel tussen installeerde en beskikbare"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Afhanklikhede word getoets"
-
-#
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Die volgende pakkette gaan verwyder word"
-
-#~ msgid "Regexp"
-#~ msgstr "Regex"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Watter pakket soek vir"
-
-#~ msgid "No match"
-#~ msgstr "Geen treffer"
-
-#~ msgid "No more match"
-#~ msgstr "Niks meer treffers nie"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake is in lae-geheue opstelling.\n"
-#~ "Ek gaan rpmdrake herlaai om soektogte toe te laat."
-
-#
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Watter ler verlang u?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Wat soek vir?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Gee 'n (engelse) naam (bv. 'extra')"
-
-#~ msgid "Directory"
-#~ msgstr "Lergids"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "Geen cdrom beskikbaar nie (niks in /mnt/cdrom nie)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL van die lergids met die RPM's"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Vir FTP en HTTP, moet die pad vir die hdlist gegee word\n"
-#~ "Dit moet relatief tot bg. URL wees."
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Voorsien asb. die volgende inligting"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s is lareeds in gebruik"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Die RPM's se basis word opgedateer"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Inskrywing %s gaan verwyder word"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Eindnodes word gesoek"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "Soek van eindnodes neem 'n tydjie"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "Ek het 'n ISDN-kaart gevind\n"
-
-#~ msgid "Other countries"
-#~ msgstr "Ander lande"
-
-#
-#~ msgid "In which country are you located ?"
-#~ msgstr "In watter land is u?"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Alcatel modem"
-
-#~ msgid "ECI modem"
-#~ msgstr "ECI modem"
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr "Indien u ADSL-modem 'n Alcatel is, kies Alcatel, andersins ECI."
-
-#~ msgid "don't use pppoe"
-#~ msgstr "moenie pppoe gebruik nie"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (belangrik)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (baie oulik)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (oulik)"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "Aan watter seriaalpoort is u muis gekoppel?"
-
-#~ msgid "Czech"
-#~ msgstr "Tseggies"
-
-#~ msgid "Slovakian"
-#~ msgstr "Slovaaks"
-
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr "Kon nie ipchains RPM m.b.v. urpmi installeer nie."
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr "Kon nie dhcp RPM m.b.v. urpmi installeer nie."
-
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr "Kon nie linuxconf RPM m.b.v. urpmi installeer nie."
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr "Kon nie bind RPM m.b.v. urpmi installeer nie."
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr "Kon nie caching-nameserver RPM m.b.v. urpmi installeer nie. "
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "Herkonfigureer plaaslike netwerk"
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr "U rekenaar is opgestel om sy internet konneksie te deel.\n"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "Internetkonneksiedeling is ontsper.\n"
-
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Konnekteer aan die internet met gewone modem"
-
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Konnekteer aan die internet met ISDN"
-
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Konnekteer aan die internet met DSL (of ADSL)"
-
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Konnekteer aan die internet met kabel"
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ "Tyd, in sekondes, van onaktiwiteit voor diskonneksie.\n"
-#~ "Los oop om di funksie te sper."
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "Duitsland (1TR6)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "Wat wil u doen?"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "Installasie/Redding"
-
-#~ msgid "Rescue"
-#~ msgstr "Redding"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Watter partisietipe verlang u?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Selekteer:\n"
-#~ "\n"
-#~ " - Afgemeet: Indien u vertroud genoeg is met GNU/Linux, kan u die "
-#~ "primre\n"
-#~ " gebruik van u rekenaar kies. Sien onder vir details.\n"
-#~ "\n"
-#~ " - Kundige: Indien u vlot is in GNU/Linux en 'n hoogs aangepaste "
-#~ "installasie wil\n"
-#~ " doen, kan u die deur die gebruik van u rekenaar te kies.\n"
-#~ " MOET ASB. NIE HIERDIE OPSIE KIES INDIEN U NIE WEET WAT U DOEN NIE."
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "U kan nou kies watter partisie(s) gebruik kan word om Mandrake Linux\n"
-#~ "op te installeer indien hulle reeds bestaan (geskep uit 'n vorige "
-#~ "installasie,\n"
-#~ "of met 'n ander partisieprogram). In ander gevalle moet die partisies nog "
-#~ "geskep\n"
-#~ "word. Hierdie operasie bestan uit die logiese verdeling van die hardeskyf "
-#~ "in\n"
-#~ "aparte bruikbare areas\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien u nuwe partisies moet skep, gebruik \"Outo-allokasie\" om "
-#~ "outomaties\n"
-#~ "partisies vir Linux te skep. U kan die skyf vir partisionering selekteer "
-#~ "deur\n"
-#~ "op \"hda\" te kliek vir die eerste IDE hardeskyf, hdb vir die tweede of "
-#~ "\"sda\"\n"
-#~ "vir die eerste SCSI skyf ens.\n"
-#~ "\n"
-#~ "\n"
-#~ "Twee algemene partisies is die \"root\" partisie (/), wat die wortel is\n"
-#~ "van die lergidsstelsel, en /boot, wat die nodige lers bevat om die\n"
-#~ "bedryfstelsel aan die gang te kry wanneer die rekenaar aangesit word.\n"
-#~ "\n"
-#~ "\n"
-#~ "Omdat die gevolge van hierdie proses onomkeerbaar is, kan partisionering "
-#~ "baie\n"
-#~ "intimiderend en stresvol vir die onervare gebruiker wees. DiskDrake maak "
-#~ "di\n"
-#~ "proses heelwat makliker. Lees die dokumentasie en neem u tyd voor u "
-#~ "voortgaan.\n"
-#~ "\n"
-#~ "\n"
-#~ "U kan enige opsie gebruik deur die sleutelbord te gebruik. Navigeer deur "
-#~ "diepartisies met\n"
-#~ "Tab en die pyltjies. Wanneer 'n partisie gekies is, gebruik:\n"
-#~ "\n"
-#~ "- Ctrl-c om 'n partisie te skep (wanneer 'n le partisie gekies is)\n"
-#~ "\n"
-#~ "- Ctrl-d om 'n partisie uit te vee\n"
-#~ "\n"
-#~ "- Ctrl-m om 'n partisie te heg\n"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Enige partisies wat nuut geskep is, moet eers formateer word voor "
-#~ "gebruik.\n"
-#~ "(Formateering beteken die skep van 'n lOerstelsel). U kan nou kies om "
-#~ "ook\n"
-#~ "bestaande partisies te herformateer en die data daarop te vernietig.\n"
-#~ "NOTA: Dit is nie nodig om alle bestaande partisies te herformateer nie,\n"
-#~ "veral indien daar data op is wat u wil hou. 'n Tipiese voorbeeld is /home."
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Die gekose pakette gaan nou installeer word. Hierdie proses\n"
-#~ "sal 'n paar minute neem. Indien u 'n opgradering gekies, kan dit\n"
-#~ "nog langer neem voordat die opgradering begin."
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Indien DrakX nie u muis kon vind nie, of as u wil sien\n"
-#~ "wat gedoen is, sal u moet die bg. lys van muistoestelle gepresenteer\n"
-#~ "word.\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien u met DrakX saamstem, spring na die afdeling wat u\n"
-#~ "verlang deur op die kierkaart links te kliek. Andersins kies\n"
-#~ "'n muistoetsel in die kieskaart wat u dink die beste klop met die\n"
-#~ "muis wat u het.\n"
-#~ "\n"
-#~ "In geval van 'n seriaalmuis, moet u ook vir DrakX die seriaalpoort\n"
-#~ "gee."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Hierdie afdeling is vir die konfigurasie van 'n lokaalareanetwerk\n"
-#~ "of 'n modem.\n"
-#~ "\n"
-#~ "Kies \"LAN\" en DrakX sal probeer om 'n Ethernetkaart in u rekenaar\n"
-#~ "te vind. PCI-kaarte sal heelwaarskynlik outomaties gevind en\n"
-#~ "inisialiseer word. Indien u 'n ISA-kaart het sal daar 'n kieslys\n"
-#~ "vertoon word waaruit u dan u kaart moet selekteer.\n"
-#~ "\n"
-#~ "\n"
-#~ "indien u Mandrake Linux installeer op 'n stelsel wat deel is van 'n\n"
-#~ "bestaande netwerk, sal due netwerk administrateur u alreeds met die\n"
-#~ "nodige inligting (IP adres, netmasker en rekenaarnaam) voorsien het.\n"
-#~ "Indien u 'n privaat netwerk opstel (sso by die huis), dan moet u die\n"
-#~ "adresse kies.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kies \"Uitbel met Modem\" en die internetkonneksie vir 'n modem\n"
-#~ "sal opgestel word. DrakX sal u modem probeer bepaal. Indien di faal\n"
-#~ "sal u die modem en korrekte seriaalpoort moet selekteer."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "GNU/Linux kan verskeie drukkers gebruik. Elkeen van hierdie tipes\n"
-#~ "verlang 'n ander opstelling. Let asb. daarop dat die verstek drukkernaam "
-#~ "'lp' is.\n"
-#~ "U moet so 'n drukker skep. U kan egter addisionele name bysit deur dit "
-#~ "met die '|' karakterte skei.\n"
-#~ "Derhalwe kan u dus die drukker 'n meer betekenisvolle naam ook toeken.\n"
-#~ "Die drukker met 'lp' in die naam sal die verstek drukker wees.\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien u drukker direk aan die rekenaar gekoppel is, selekteer\n"
-#~ "\"Lokale Drukker\". U moet dan die korrekte poort uitwys\n"
-#~ "en die gepaslike filter selekteer.\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien u 'n drukker om 'n ander Unix-rekenaar wil gebruik, kies\n"
-#~ "\"Eksterne lpd\". In hierdie geval moet u die naam van die drukkertou\n"
-#~ "op die ander rekenaar ken.\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien u toegang tot 'n SMB drukker (op 'n Windows-rekenaar) verlang,\n"
-#~ "moet u die SMB/NETBIOS naam (nie TCP/IP-naam nie) ken en moontlik ook "
-#~ "die\n"
-#~ "IP-adres. Daarby moet u ook 'n gebruikerskode, werkgroep en wagwoord en "
-#~ "die\n"
-#~ "drukkernaam voorsien. Dieselfde geld vir 'n Netware-drukker, behalwe dat "
-#~ "u\n"
-#~ "die werkgroep hoef te voorsien nie."
-
-# ../help.pm_.c:240 ../help.pm_.c:481 msgid ""
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "Dit word sterk aanbeveel dat u \"Ja\" antwoord. Indien u Windows sou\n"
-#~ "herinstalleer, sal dit die herlaaisektor oorskryf. Indien u die die "
-#~ "herlaaiskyf\n"
-#~ "gemaak het nie, sal u nie weer in GNU/Linux kan inkom nie."
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Draai u wiel!"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Vergeet van die veranderinge?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Wat is u muistipe?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "OUtomatiese resolusies"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "Ek gaan nou probeer m die beskikbare resolusies te kry.\n"
-#~ "Die skerm sal 'n paar maal flits...\n"
-#~ "U kan die skerm afsit indien u wil, ek sal biep wanneer ek klaar is"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "Ek kan probeer om al die beskikbare resolusies te kry (bv. 800x600).\n"
-#~ "Soms kan die rekenaar ophang.\n"
-#~ "Wil u probeer?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "Geen geldige modes was gevind nie\n"
-#~ "Probeer 'n ander videokaart of monitor"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Outomatiese resolusie soektog"
-
-#~ msgid "pump"
-#~ msgstr "pump"
-
-#~ msgid "dhcpxd"
-#~ msgstr "dhcpxd"
-
-#~ msgid "dhcp-client"
-#~ msgstr "DHCP-klint"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Apple ADB-muis"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Apple ADB-muis (2 knoppe)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Apple ADB-muis (3+ knoppe)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Apple USB-muis"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Apple USB-muis (2 knoppe)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Apple USB-muis (3+ knoppe)"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI Busmuis"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Microsoft busmuis"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logitech busmuis"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USB Muis (3 knoppe of meer)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A of beter (seriaal)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (seriaal)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (seriaal)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (seriaal)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Generiese Muis (seriaal)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Microsoft aanpasbaar (seriaal)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Generiese 3-knopmuis (seriaal)"
-
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse (seriaal)"
-
-#~ msgid ""
-#~ "I need to configure your network adapter to be able to connect to "
-#~ "internet."
-#~ msgstr ""
-#~ "Ek moet u netwerkkaart konfigureer om aan die internet te konnekteer."
-
-#~ msgid "nfs mount failed"
-#~ msgstr "NFS heg het gefaal"
-
-#~ msgid "Socket"
-#~ msgstr "Sok"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Kriptografie"
-
-#~ msgid ""
-#~ "DrakX will generate config files for both XFree 3.3 and XFree 4.0.\n"
-#~ "By default, the 4.0 server is used unless your card is not supported.\n"
-#~ "\n"
-#~ "Do you want to keep XFree 3.3?"
-#~ msgstr ""
-#~ "DrakX sal konfigurasielers maak vir beide XFree 3.3 en XFree 4.0.\n"
-#~ "By verstek sal die 4.0 bediener gebruik word indien u videokaart "
-#~ "ondersteun. word\n"
-#~ "\n"
-#~ "Wil u XFree 3.3 behou?"
-
-#~ msgid "Configure LAN"
-#~ msgstr "Stel LAN op"
-
-#~ msgid "Do not set up networking"
-#~ msgstr "Moenie netwerk opstel nie"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Wil u die netwerk vir u stelsel opstel?"
-
-#~ msgid "Show less"
-#~ msgstr "Vertoon minder"
-
-#~ msgid "Show more"
-#~ msgstr "Vertoon meer"
-
-#, fuzzy
-#~ msgid "tie"
-#~ msgstr "koppel"
-
-#~ msgid "brunette"
-#~ msgstr "brunette"
-
-#~ msgid "girl"
-#~ msgstr "meisie"
-
-#~ msgid "woman-blond"
-#~ msgstr "blondine"
-
-#, fuzzy
-#~ msgid "automagic"
-#~ msgstr "automagic"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Wat is u sleutelborduitleg?"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Soek PCMCIA-kaarte?"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "Soek vir %s-toestelle?"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr "Wil u die opbelkonneksie (modem) konfigureer?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "Soek vir PCI-toestelle?"
-
-#~ msgid "Searching root partition."
-#~ msgstr "Wortelpartisisie word gesoek."
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr ""
-#~ "%s: Hierdie is nie 'n wortellerstelsel nie, kies asb. 'n ander een."
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "Watter partisie moet u wortelpartisie wees?"
-
-#~ msgid "You don't have any windows partitions!"
-#~ msgstr "U het geen Windows-partisies nie!"
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "U het nie genoeg spasie vir Lnx4win nie."
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#, fuzzy
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Welkom by %s die bedryfstelselkeuseprogram!\n"
-#~ "\n"
-#~ "Om die moontlikhede te vertoon, druk <TAB>.\n"
-#~ "\n"
-#~ "Om 'n spesifieke een te laai, tik die nodige naam en druk <ENTER> of wag\n"
-#~ "%ds en die verstek bedryfstelsel sal laai.\n"
-#~ "\n"
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#, fuzzy
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Welkom by %s die bedryfstelselkeuseprogram!\n"
-#~ "\n"
-#~ "Om die moontlikhede te vertoon, druk <TAB>.\n"
-#~ "\n"
-#~ "Om 'n spesifieke een te laai, tik die nodige naam en druk <ENTER> of wag\n"
-#~ "%ds en die verstek bedryfstelsel sal laai.\n"
-#~ "\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "SILO hoofopsies"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "Hier is die huidige SILO-inskrywings\n"
-#~ "U kan byvoeg or verwyder soos nodig."
-
-#~ msgid "This label is already in use"
-#~ msgstr "Hierdie etiket is alreeds in gebruik"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "SILO installasie het gefaal a.g.v. hierdie fout: "
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "DrakX will probeer om eers te kyk vir een of meer bekende PCI\n"
-#~ "SCSI kaarte. Indien iets gevind word, en die drywers daarvoor\n"
-#~ "bekend is, sal dit outomaties bygevoeg word.\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien u 'n ISA SCSI kaart het, of 'n onbekende PCI SCSI kaart, of\n"
-#~ "geen SCSI kaart nie, sa; u gevra word of daar enige SCSI kaarte is.\n"
-#~ "Indien daar geen is nie, antwoord \"Nee\". Indien daar wel is, antwoord\n"
-#~ "\"Ja\" en 'n lys van kaarte sal gegee word waaruit u moet kies.\n"
-#~ "\n"
-#~ "\n"
-#~ "Na seleksie van die drywer, sal DrakX of vra vir opsies. Probeer eers\n"
-#~ "dat die drywer die hardeware ondervra; dit werk gewoonlik.\n"
-#~ "\n"
-#~ "\n"
-#~ "Indien nie, moenie die dokumentasie van u hardeware vergeet nie; ook nie\n"
-#~ "enige inligting van Windows (indien u dit gennstalleer het). Hierdie is\n"
-#~ "opsies wat u die drywer moet verskaf."
-
-#~ msgid "Shutting down"
-#~ msgstr "Stelselafsluiting"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
deleted file mode 100644
index bad02e711..000000000
--- a/perl-install/share/po/ar.po
+++ /dev/null
@@ -1,10269 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2000 Free Software Foundation, Inc.
-# Djaghlouli Kamel <djkamel@chez.com>, 2000.
-# Mohammed Gamal <f2c2001@yahoo.com>, 2002
-# Boujaj Mostapha Ibrahim <mboujaj@yahoo.de>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-08 02:00GMT\n"
-"Last-Translator: Mohammed Gamal <f2c2001@yahoo.com>\n"
-"Language-Team: ARABIC <ar@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "اعداد كل الرؤوس بشكل مستقل"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "استخدام امتداد Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "قم بإعداد البطاقة \"%s\" فقط (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "إعداد متعدد الرؤوس"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"نظامك يدعم الإعداد متعدد الرؤوس.\n"
-"ماذا تريد أن تفعل؟"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "بطاقة الشاشة"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "اختر بطاقة شاشة"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "إختر خادم X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "خادم X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "إختر مشغل X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "مشغل X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "أي اعداد لـXFree تريد؟"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد لكن فقط مع XFree %s.\n"
-"بطاقتك مدعومة عن طريق XFree %s التي يمكن أن تكون مدعومة بشل أفضل في الوضع "
-"ثنائي الأبعاد."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد مع XFree %s"
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s مع تسريع ثلاثي الأبعاد"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"يمكن لبطاقتك التمتع بدعم للرسوم ثلاثية الأبعاد مع XFree %s, \n"
-"لاحظ أن هذا الدعم تجريبي و قد يتسبب في ايقاف جهازك."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s مع دعم تجريبي للرسوم ثلاثية الأبعاد"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"يمكن لبطاقتك التمتع بدعم للتسريع ثلاثي الأبعاد لكن فقط مع XFree %s, \n"
-"لاحظ أن هذا الدعم تجريبي و قد يتسبب في ايقاف جهازك.\n"
-"بطاقتك مدعومة عن طريق XFree %s التي يمكن أن تكون مدعومة بشكل أفضل في وضعية "
-"الرسوم ثنائية الأبعاد."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (مشغل عرض التثبيت)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "إعداد XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "إختر حجم ذاكرة بطاقة الشاشة"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "إختر خيارات الخادم"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "إختر شاشة"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "الشاشة"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"المعاملان المهمان جدا هما نسبة الإنعاش الأفقي, و هي النسبة التي\n"
-"يتم فيها انعاش الشاشة كاملة, و الأهم هو نسبة التزامن الأفقي\n"
-"و التي في خلالها يتم عرض خطوط المسح.\n"
-"\n"
-"من *المهم جدا* أن لا تحدد نوع شاشة مع متوسط تزامن\n"
-"أكبر من مقدرة شاشتك لأنك بهذا قد تدمر شاشتك.\n"
-" اذا لم تكن متأكدا يمكنك اختيار اعدادات عادية."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "نسبة الإنعاش الأفقي"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "نسبة الإنعاش الرأسي"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "الشاشة غير معدّة"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "لم يتم اعداد بطاقة الشاشة حتى الآن"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "ام يتم اعداد دقة العرض حتى الآن"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "هل تريد تجربة الإعداد؟"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "تحذير: اختبار بطاقة العرض هذه قد يتسب في ايقاف جهازك"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "اختبار الإعداد"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"حاول تغيير بعض المعاملات"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "ظهر خطأ:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "المغادرة في %d ثوان"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "هل هذا هو الضبط الصحيح؟"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "ظهر خطأ, حاول تغيير بعض الماملات"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "دقة العرض"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "اختر دقة العرض و عمق الألوام"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "بطاقة الشاشة: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "خادم XFree86 :%s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "أكثر"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "موافق"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "وضعية الخبير"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "اظهار الكل"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "دقة العرض"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "لوحة المفاتيح: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "نوع الفأرة: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "جهاز الفأرة: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "الشاشة: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "تزامن الشاشة الأفقي: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "انعاش الشاشة الرأسي: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "بطاقة الشاشة: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "معرف بطاقة الشاشة: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "ذاكرة بطاقة الشاشة: %s كيلوبايت\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "عمق الألوان: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "دقة العرض: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "خادم XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "مشغل XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "جاري تجهيز تهيئة X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "ماذا تريد أن تفعل؟"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "تغيير الشاشة"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "تغيير بطاقة الشاشة"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "تغيير خيارات الخادم"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "تغيير دقة العرض"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "عرض المعلومات"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "اختبر مرة أخرى"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "خروج"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"هل تريد حفظ التغييرات؟\n"
-"الإعداد الحالي هو:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X عند بدء التشغيل"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"يمكنني جعل جهازك يبدأ X بشكل آلي بعد الإقلاع.\n"
-"هل تريد X أن بيدأ بعد إعادة تشغيل جهازك؟"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "يرجى اعادة تسجيل الدخول الى %s لتنشيط التغييرات"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "يرجى تسجيل الخروج ثم استخدم Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 لون )8 بت("
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 ألف لون )15 بت("
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 ألف لون )16 بت("
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 مليون لون )24 بت("
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 بليون لون )32 بت("
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 كيلوبايت"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 كيلوبايت"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 ميغابايت"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 ميغابايت"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 ميغابايت"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 ميغابايت"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 ميغابايت"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 ميغابايت"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 ميغابايت أو أكثر"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 at 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 at 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA, 1024x768 at 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency that can do 1280x1024 at 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency that can do 1280x1024 at 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency that can do 1280x1024 at 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor that can do 1600x1200 at 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor that can do 1600x1200 at 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "القطاع اول من تجزئة الإقلاع"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "القطاع الأول من القرص (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "تثبيت SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "أين تريد تثبيت محمّل الإقلاع؟"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "تثبيت LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO مع قائمة نصية"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO مع قائمة رسومية"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "الإقلاع من DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "خيارات محمّل الإقلاع الرئيسية"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "محمّل الإقلاع المُستخدم"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "تثبيت محمل الإقلاع"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "جهاز الإقلاع"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA )لا يعمل مع أنظمة الـBIOS القديمة("
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "مدمج"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "مدمج"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "وضعية الفيدية"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "توقيت ما قبل اقلاع الصورة الافتراضية"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "???§?????????© ?§???³?????????±"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "كلمة المرور )ثانيةً("
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "تشديد خيارات سطر الأوامر"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "تشديد"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "قم بتنظيف /tmp عند كل إقلاع"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "حجم الذاكرة الدقيق عند الحاجة )تم ايجاد %d ميغابايت("
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "تمكين التشكيلات المتعددة"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "اكتب حجم الذاكرة بالميغابايت"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "خيار ``تشديد خيارات سطر الأوامر`` بدون قائدة من دون كلمة مرور"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "رجاء جاول مرة أخرى"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "كلمات المرور غير متطابقة"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "رسالة Init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Delay"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "الوقت الأقصى لإقلاع النواة"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "تمكين الإقلاع من القرص المدمج؟"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "تمكين اقلاع OF؟"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "نظام التشغيل الافتراضي؟"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"ها هنا المخلات المختلفة.\n"
-"يمكنك اضافة مدخلات أخرى أو تغيير الموجودين."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "إضافة"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "انتهى"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "تعديل"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "ما نوع المدخل الذي تريد اضافته؟"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "لينكس"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "نظام آخر (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "نظام آخر (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "نظام آخر (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "صورة"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "الجذر"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "الحاق"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "للقراءة و الكتابة"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "الجدول"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Unsafe"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "عنوان"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "الإفتراضي"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "حجم Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "لا فيديو"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "ازل المدخل"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "غير مسموح بالعلامات الفارغة"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "يجب أن تحدد صورة النواة"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "يجب عليك تحديد تقسيم جذر"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "هذه العلامة مستخدمة مسبقا"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "تم ايجاد %s %s واجهات"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "هل عندك واحدة أخرى؟"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "هل لديك أي واجهات %s؟"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "لا"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "نعم"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "عرض معلومات العتاد"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "جاري تثبيت مشغل %s للبطاقة %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr ")الوحدة %s("
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "أي مشغل %s يجب أن استخدمه؟"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"في بعض الأحيان يحتاج مشغل %s معلومات اضافية لكي يعمل\n"
-"بشكل صحيح, الا أنه يمكنه العمل جيدا بدونها. هل تريد تحديد\n"
-"خيارات اضافية له أو تسمح للمشغل بالتحقق في جهازك\n"
-"عن المعلومات التي سيحتاجها؟ في بعض الأحيان, قد يتسبب التحقق في تعليق الجهاز, "
-"لكن\n"
-"لا يجب أن يتسبب ذلك في أي مشاكل."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "تحقق آلي"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "حدد الخيارات"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"يمكنك الآن اعطاء الخيارات للوحدة %s.\n"
-"الخيارات في هيئة ``name=value name2=value2 ...'' \n"
-"مثلا, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "خيارات الوحدة:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"فشل تحميل الوحدة %s.\n"
-"هل تريد المحاولة ثانية بمعاملات أخرى؟"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "الوصول الى برامج X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "الوصول الى أدوات rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "اسمح بـ\"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "الوصول الى ملفات الإدارة"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(تم اضافة %s مسبقا)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "كلمة المرور هذه بسيطة جدا"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "رجاءً قم بإعطاء اسم مستخدم"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "اسم المستخدم يجب أن يحتوي فقط على الحروف الصغيرة, الأرقام, `-' و `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "اسم المستخدم مُضاف مسبقا"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "اضف مستخدم"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"أدخل مستخدم\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "وافق على المستخدم"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "الاسم الحقيقي"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "اسم المستخدم"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "الغلاف"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "أيقونة"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "دخول آلي"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"يمكنني اعداد جهازك لتسجيل الدخول آليل لمستخدم ما.\n"
-"هل تريد استخدام هذه الميزة؟"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "اختر المستخدم الافتراضي:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "اختر مدير النوافذ الذي سيتم تشغيله:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "رجاء اختر لغة الاستخدام."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "يمكنكن اختيار لغات أخرى و التي ستكون متوفرة بعد التثبيت"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "الكل"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "اسمح لكل المستخدمين"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "مخصص"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "لا مشاركة"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "يمكنك التصدير باستخدام NFS أو Samba. أي منهما تريد"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "الحزمة الضرورية %s مفقودة"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "إلغاء"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "شغّل userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"المشاركة لكل مستخدم تستخدم المجموعة \"fileshare\".\n"
-"يمكنك أن تستخدم userdrake لإضافة مستخدم في هذه المجموعة."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "مرحبا بالمخترقين"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "فقير"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "القياسي"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "مرتفع"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "مرتفع أكثر"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "مرتفع جدا"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "اختر مستوى الأمن"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "مستوى الأمن"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "إستخدم libsafe للملقمات"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use the %c and %c keys for selecting which entry is highlighted."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Press enter to boot the selected OS, 'e' to edit the"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "The highlighted entry will be booted automatically in %d seconds."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "لا توجد مساحو كافية في /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "سطح المكتب"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "يمكنك تثبيت محمّل الإقلاع على التجزئة %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "لا توجد مساعدة لهذا حتى الآن.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "اعداد أسلوب الإقلاع"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_ملف"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/ملف/_خروج"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>خ"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "شاشة NewStyle التصنيفية"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "شاشة NewStyle"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "شاشة تقليدية"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "شاشة Gtk+ التقليدية"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "شغّل Aurora عند الإقلاع"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "وضع Lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "وضع Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"أنت تستخدم %s كمدير اقلاع حاليا.\n"
-"اضغط على تهيئة لتشغيل معالج الإعداد"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "إعداد"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "وضع النظام"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "شغّل X-Window عند بدء التشغيل"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "لا, لا أريد دخولا أليا"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "نعم, أريد دخولا آليا مع هذا )المستخدم, سطح المكتب("
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "موافق"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "لم يمكن فتح /etc/inittab للقراءة: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "غيغابايت"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "كيلوبايا"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "م.ب"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "تيرابايت"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d دقائق"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "دقيقة واحدة"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d ثوان"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "لا يمكنني غمل لقطات للشاشة قبل التجزئة"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "ستكون لقطات الشاشة موجودة بعد التثبيت في %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "فرنسا"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "كوستاريكا"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "بلجيكا"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "جمهورية التشيك"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "ألمانيا"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "اليونان"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "النرويج"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "السويد"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "هولندا"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "إيطاليا"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "النمسا"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "الولايات المتحدة"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "رجاء قم بعمل نسخة احتياطية من بياناتك أولا"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "اقرأ جيدا!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"اذا كنت تريد استخدام aboot, فلا تنسى أن تترك مساحة فارغة في\n"
-"بداية القرص (2048 قطاعات كافية)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "خطأ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "المعالج"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "اختر حدثا"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"لديك تجزئة FAT واحدة كبيرة\n"
-")يستخدم عامة عن طريق Microsoft DOS/Windows(.\n"
-"اقترح أن تغير حجم هذه التجزئة\n"
-")اضغط عليها ثم اختر \"تغيير الحجم\"("
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "فضلا اضغط على تجزئة"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "تفاصيل"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "التبديل"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "فارغ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "أخرى"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "أنواع أنظمة الملفات:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "عمل تجزئة"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "النوع"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "استخدم ``%s'' بدلا من ذلك"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "إلغاء"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "استخدم ``ازالة التجهيز'' أولا"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "بعد تغيير نوع التجزئة %s, فإنك ستسخر كل البيانات على التجزئة"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "إختر تجزئة"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "إختر شاشة"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "خروج"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "النتقال الى وضعية الخبير"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "الانتقال الى الوضع العادي"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "تراجع"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "هل تريد الاكمال على أي حال؟"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "الخروج بدون الحفظ"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "هل تريد الخروج بدون كتابة جدول التقسيم؟"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "هل تريد حفظ تعديلات /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "تحديد آلي"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "أمسح الكل"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "معلومات القرص الصلب"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "كل التجزئات الرئيسية مستخدمة"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "لا يمكنني اضافة أي تجزئة أخرى"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr "لكي تمتلك تجزئات أكثر, يرجى الغاء تجزئة كي تتمكن من عمل تجزئة ممتدة"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "حفظ جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "استعادة جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "إنقاذ جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "إعادة تحميل جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "التجهيز الآلي للوسائط القابلة للإزالة"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "اختر ملف"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"جدول التقسيم المحفوظ ليس بنفس الحجم\n"
-"لا زلت تريد الإكمال؟"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "تحذير"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"أدخل قرصا مرنا في السواقة\n"
-"كل البيانات على القرص ستمحى"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "جاري محاولة انقاذ جدول التقسيم"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "معلومات مفصّلة"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "نقطة التجهيز"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "خيارات"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "تغيير الحجم"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "نقل"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "تنسيق"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "جهز"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "اضافة الى RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "اضافة الى LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "ازل التجهيز"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "ازالة من RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "ازالة من LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "تعديل RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "استخدام لـloopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "اعمل تجزئة جديدة"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "قطاع البداية: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "الحجم باليغابايت: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "نوع نظام المفات: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "نقطة التجهيز: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "التفضيل: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "هل تريد ازالة ملف loopback؟"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "غير نوع التجزئة"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "أي نظام ملفات تريد؟"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "جاري التغيير من ext2 الى ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "أين تريد تجهيز ملف loopback %s؟"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "أين تريد بجهيز الجهاز%s؟"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"لم يمكن ازالة تعيين نقطة التجهيز نظرا لأن هذه التجزئة مستخدمة لـloop back.\n"
-"قم بإزالة الـloopback أولا"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "جاري حساب روابط نظام ملفات FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "جاري تغيير الحجم"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "هذا التقسيم غير قابل لتغيير الحجم"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "كل البيانات على هذه التجزئة يجب حفظها احتياطيا"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "بعد تغيير حجم التجزئة %s, فإن كل البيانات على هذه التجزئة ستفقد"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "اختر الحجم الجديد"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "الحجم الجديد بالميغابايت: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "أي قرص تريد نقله؟"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "القطاع"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "أي قطاع تريد نقله؟"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "نقل"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "جاري نقل التجزئة..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "اختر RAID موجود للاضافة"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "جديد"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "اختر LVM l,جود للاضافة"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "اسم LVM؟"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "هذه التجزئة لا يمكن استخدامها لـloopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "اسم ملف Loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "اعط اسم ملف"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "هذا الملف مستخدم من loopback أخرى, اختر ملفا آخر"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "الملف موجود مسبقا, هل تريد استخدامه؟"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "خيارات التجهيز"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "متنوعة"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "الجهاز"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "المستوى"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "حجم chunk"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "كن حذرا: هذه العملية خطيرة"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "أي نوع من التجزئة؟"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "جدول اتتقسيم للقرص %s سيتم كتابته الى القرص!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "ستحتاج الى اعادة التشغيل قبل أن يتم تفعيل التعديلات"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "بعد تهيئة التقسيم %s, فإن كل البيانات الموجودة على التجزئة ستفقد"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "جاري التهيئة"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "جاري تهيئة ملف loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "جاري تهيئة التجزئة %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "خبء الملفات"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "انقل الملفات الى تجزئة جديدة"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"الدليل %s يحتوي مسبقا على بعض البيانات\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "جاري نقل الملفات الى التجزئة الجديدة"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "جاري نسخ %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "جاري ازالة %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "التجزئة %s معروفة الآن بالإسم %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "الجهاز: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "حرف سواقة DOS: %s (مجرد تخمين)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "النوع: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "الاسم: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "البداية: قطاع %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "الحجم: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s قطاع"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "الاسطوانة %d الى %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "مجهز\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "غير مجهز\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "محمل\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "المستوى %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "حجم Chunk %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "أقراص RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "اسم ملف Loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "الحجم: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "الهندسة: %s اسطوانة, %s رأس, %s قطاع\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "معلومات: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "أقراص LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "نوع جدول التقسيم: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "على bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "الخيارات: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "مفتاح تشفير نظام الملفات"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "اختر مفتاح تشفير نظام الملفات"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "مفتاح التشفير هذا بسيط جدا (يجب أن يكون %d حرفا على الأقل)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "مفاتيح التشفير غير متطابقة"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "مفاتح التشفير"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "مفاتح التشفير (مرة أخرى)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "غيّر النوع"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "فضلا اضعط على وسيط"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "ابحث في أجهزة الخادم"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s تجهيز %s قد فشل"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "لا أعرف كيف أجهز %s في النوع %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "بسيط"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "خادم"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr ""
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "لا توجد مساحة كافية للتحديد الآلي"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr ""
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "NIS لا تسطيع ا ستعمال هذ ا البرنامج مع"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr "استمرّ بأيّة حال"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "استعمل مكانا حرا"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr ""
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr ""
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr ""
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr ""
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr ""
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr ""
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "قبول"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "هل تريد فعلا مغادرة التثبيت؟"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "لوحة المفاتيح"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "رجاء, اختر لوحة المفاتيح."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "ترقية"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "رجاء اختر لغة نوع الفأرة."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "خادم NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "بطاقة الصّوت ISA هل عندك عند"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "الفأرة"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "طابعة"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "التحقق"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "خادم LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "تخطي"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr ""
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr ""
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "إختر ملف"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "متقدم"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "هل تريد الضغط على هذا الزر؟ "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "الألمانية"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr ""
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "الإسبانية"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "الفنلندية"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "الفرنسية"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "النرويجية"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "البولندية"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "الروسية"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "السويدية"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "البلجيكية"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "البلغارية (صوتية)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "البلغارية (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "البيلاروسية"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "الدنماركية"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (سويدية)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "الإستونية"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "يوناني"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "المجرية (الهنغارية)"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "الكرواتية"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "العبرية"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "الآيسلاندية"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "الإيطالية"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr ""
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr ""
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "اللاتفية"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "المقدونية"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "البرتغالية"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "السلوفينية"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "التاميل"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "الأوكرانية"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr ""
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr ""
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr ""
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr ""
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr ""
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr ""
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr ""
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr ""
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr ""
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr ""
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr ""
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr ""
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr ""
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ولا واحد"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr ""
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "إنتهاء"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "التالي ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "معالج إعداد الشبكة"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "إعداد جديد (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "إعداد قديم (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "إنهاء"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "تابع"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr ""
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr ""
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr ""
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr ""
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr ""
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr ""
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr ""
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "اتصل"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "اقطع الإتصال"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "قم بإعداد الإتصال"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "وصلة ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "وصلة LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "وصلة انترنت"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr ""
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr ""
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr ""
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr ""
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr ""
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr ""
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr ""
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr ""
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr ""
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr ""
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr ""
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr ""
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr ""
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr ""
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr ""
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr ""
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr ""
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr ""
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr ""
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr ""
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr ""
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "إختر بلدك"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr ""
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "سرعة الإتصال"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "الوقت الأقصى للاتصال (بالثواني)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "فشل التحميل: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr ""
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr ""
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr ""
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr ""
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr ""
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "طابعة محلية"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "طابعة بعيدة"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr ""
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr ""
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "طابعة شبكة (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr ""
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr ""
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr ""
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "الطابعات المحلية"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "الطابعات البعيدة"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ""
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr ""
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "على خادم CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr " CUPS اعدادات"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "الخادم CUPS حدّد"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "عنوان IP لخادم CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "البوابة"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "تهيئة CUPS آلية"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "أضف طابعة جديدة"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "طابعة محلية"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "تحقق من الطابعات آليا"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "تحقق آلي"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "تم التحقق من %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr ""
-
-#
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"لم يتم ايحاد طابعة محلية!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "رجاء اختر المنفذ الموصلة إليه طابعتك."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "إعداد يدوي"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "مجموعة العمل"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "اسم مستضيف الطابعة"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "الوصف"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "المكان"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "تم اختيار النّموذج يدويًّا"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "إختيار وحدات الطابعة"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "ما هو نوع الطابعة لديك؟"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "إعداد OKI WinPrinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "إعداد Lexmark Inkjet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"هل تريد تعيين هذه الطابعة (\"%s\")\n"
-"كطابعة افتراضية؟"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "إطبع"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "طابعة خام"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "إغلاق"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "جاري الطباعة/المسح على \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "جاري الطباعة على الطابعة \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "قائمة خيارات الطابعة"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "نقل إعدادات الطابعة"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "جاري بدء الشبكة..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "لم يتم تحديد وظيفية الشبكة"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "مرتفع"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "أي نظام طباعة تريد أن تستخدم؟"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "إعداد الطابعة \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "جاري إعداد التطبيقات..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "تغيير نظام الطباعة"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "هل تريد تجربة إعداد طابعة أخرى؟"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "تعديل اعدادات الطابعة"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"الطابعة %s\n"
-"هل تريد تعديل تلك الطابعة؟"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "نوع وصلة الطابعة"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "اعرف كيف تستخدم هذه الطابعة"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr ""
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "إعداد البروكسي"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "عنوان"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr ""
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr ""
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr ""
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr ""
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr ""
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr ""
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "إنترنت"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "نظام"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr ""
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "خادم قواعد بيانات"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "الخدمات"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr ""
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "ابدأ"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "توقف"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "الإنترنت و المراسلة"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "وسائط متعددة و رسوميات"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "مركز تحكم Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "واجهات الإستخدام"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "الالعاب"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "استشارات Mandrake"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr ""
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "أداة اعداد المثبّت الآلي"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "إعداد الخطوات الآلية"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "تثبيت آلي"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "أزل المادة الأخيرة"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "رجاء اختر كل المستخدمين الذين تريد تضمينهم في النسخ الإحتياطي."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "ازل المادة المختارة"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "المستخدمون"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "فضلا أدخل اسم المستضيف أو عنوان IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "رجاء أدخل اسم الدخول"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "رجاء كلمة المرور"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "تذكّر كلمة السّرّ هذه "
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "وصلة FTP"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "وصلة آمنة"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "إلى المساعد CD/DVDROM الاستعمال "
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "رجاء اختر مساحة القرص المدمج"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-" من فضلك فحص إذا أردت أن تتضمّن \n"
-"ركّب الجدر على قرصك المدمج"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "الشبكة"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "كلّ ساعة "
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "يوميًّا "
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "أسبوعيّا"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "شهريا"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "استخدم المراقب"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"فضلا اختر الفترة \n"
-"ما بين كل عملية نسخ احتياطي"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"رجاء اختر\n"
-"وسيط النسخ الاحتياطي"
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "FTPاستخدم مع المراقب"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "ماذا "
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "أين"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "متى "
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "خيارات أكثر"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "إعدادات Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "رجاء اختر أين تريد النسخ الاحتياطي."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "على القرص الصّلب"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "عبر الشّبكة"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "رجاء اختر ما تريد نسخه احتياطياً"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "نظام المساعد"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "مستخدمو المساعد"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "اخترالمستخدم يدويًّا"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"مصادر المساعد :\n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"-ملفّات النّظام :\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"-ملفّات المستخدم:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"-الملفّات الأخرى:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- احفد القرص الصّلب على الطّريق :%s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"-FTP و على host احفد على : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- خيارات:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackups use tar and bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackups use tar and gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"-Daemon (%s) include :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Network by FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Network by SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "رجاء اختر تاريخ الإستعادة"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "اختر وسيط آخر للاستعادة منه"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "وسيط آخر"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "استعد النّظام"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "أعد المستخدمين "
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "استعد آخر"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "استعادة مخصصة"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "السابق"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "حفظ"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "استعادة"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "التالي"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "قائمة الحزم المطلوب تثبيتها"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "رجاء اختر تاريخ الإستعادة..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "رجاء اختر وسيط النسخ الإحتياطي..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "رجاء اختر البيانات المطلوب نسخها احتياطيا..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "رجاء أدخل سرعة سواقة كتابة الأقراص"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "قم بالنسخ الآن من ملف التهيئة"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "اعرض تهيئة النسخ الإحتياطي"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "إعدادات المعالج"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "إعداد متقدم"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "فشل تثبيت %s. ظهر الخطأ التالي:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "انتهى"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs restart"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "استيراد الخطوط"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "خيارات متقدمة"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "قائمة الخطوط"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "طابعات عادية (Generic)"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "تم اختيار الكل"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "ازل القائمة"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "الإختبارات الأولية"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "ما بعد التثبيت"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "ما بعد ازالة التثبيت"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "أعق"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "مشاركة اتصال الإنترنت غير ممكَّنة الآن."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr "ماذا تحبّ أن تعمل"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "مشاركة إتصال الإنترنت ممكَّنة الآن."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "السّطح البينيّ %s(استعمال مركبة%s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "السّطح البينيّ %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "لا محوّل الشّبكة على نظامك"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "سطح بينيّ للشبكة "
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "واجهة الشبكة معدّة مسبقا!"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "اعداة تهيئة آلية"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "أظهر تهيئة الواجهة الحالية"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"الشّكل الحاليّ من `%s':\n"
-"n/الشّبكة : %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "عنوان IP لخادم DHCP (هذا)"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Firewalling configuration تم اكتشاف "
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "لم يتم اعداد أي مشاركة اتصال بالإنترنت"
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "إعدادات مشاركة إتصال الإنترنت"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr ""
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "النّبذة :"
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "نبذة جد يد ة..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Hostname :"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr ""
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "النوع:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "الانتظار من فضلك"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "إعداد LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "المحرك"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "الواجهة"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "الحالة"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "المعالج..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "تطبيق"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "يرجى الإنتظار... جاري تطبيق الإعدادات"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "متّصل "
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "غير متصل"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "متصل"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "إعداد LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "المحوّل %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP العميل "
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "إعدادات الإتصال بالإنترنت"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "إعدادات الإتصال بالإنترنت"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "نوع العلاقة"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameters"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet Card"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP العميل"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr ""
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "مركز التّحكّم "
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "كندة (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "الولايات المتّحدة الأمريكيّة (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "الولايات المتّحدة الأمريكيّة (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "الولايات المتّحدة الأمريكيّة (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "الصين (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "اليابان (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "اليابان (cable)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "أوروبّا الشّرقيّة"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "أيرلندا"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "أوروبّا الغربيّة"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "أوستراليا"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "نيوزيلندا "
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "جنوب أفريقيا "
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "الأرجنتين "
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"من فضلك\n"
-" في معيار تليفزيونك و البلد type"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV norm :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Area :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "من فضلك اختر تصميم لوحة مفاتيحك"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Cd-Romتغيير"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "إعرض سجلات اليوم المختار فقط"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/ملف/_جديد"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>ج"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/ملف/_فتح"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>ف"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/ملف/_حفظ"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>ح"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/ملف/حفظ با_سم"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/ملف/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/خ_يارات"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/خيارات/احتبار"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_مساعدة"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/مساعدة/_حول"
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "المستخدم"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "الرسائل"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "شروح أدوات Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "بحث"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "أداة لمراقبة سجلات نظامك"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "الضبط"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "الموائمة"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "لكن ليس موائمة"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "احتيار ملف"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "التقويم"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "محتويات الملف"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "تنبية البريد/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "يرجى الإنتظار, جاري تحليل الملف: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "تهيئة تنبيه البريد/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"أهلا بكم الى أداة تهيئة البريد/SMS.\n"
-"\n"
-"هنا سيمكنك الإعداد \n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "إعدادات الخدمات"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "حمل الإعدادات"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "سوف تستلم تنبيها اذا كان التحميل أعلى من هذه القيمة"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "إعدادات التنبيه"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "أعدّ الطريقة التي سينبهك النظام بها"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "حفظ بإسم.."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "no serial_usb found\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s found on %s وفّق بينه "
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "اختر جهاز المسح الضوئي"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "هذا %s الماسح الضّوئيّ غير مدعّم"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "جهاز الإقلاع"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "إعدادات الجدار الناري"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "أعدادات الجدار الناري"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "اختر لغتك"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "اختر نوع التثبيت"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "التحقق من الأقراص الصلبة"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "إعداد الفأرة"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "اختر لوحة المفاتيح الخاصة بك"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "الأمن"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "إعداد نظم الملفات"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "تجهيز التجزئات"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "اختر الحزم التي ستُثبَّت"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "تثبيت النظام"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "أضف مستخدم"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "تهيئة الشبكة"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "تهيئة الخدمات"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "تثبيت محمِّل الإقلاع"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "إعمل قرص إقلاع"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "تهيئة X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "تثبيت تحديثات النظام"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "الخروج من التثبيت"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"?قد نكتب التّغييرات هذه للقرص. اعد اد كامل \n"
-" \n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "استطع"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "%sللكتابة %sلا يمكن أن ينفتح \n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "لا, لا أحتاج الى DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "نعم أحتاج الى DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "لا, لا أحتاج الى NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "نعم أحتاج NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "لا تحفظ"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "إحفظ و اخرج"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "معالج إعداد الجدار الناري"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "لا (امنع هذا من الإنترنت عن طريق الجدار الناري)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "نعم (اسمح لهذا من خلال الجدار الناري)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "يرجى الإنتظار... جاري التأكد من الحزم المثبتة"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "ويب/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "جهاز شبكة (عميل)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "خادم NFS, خادم SMB, خادم بروكسي, خادم ssh"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "أدوات المكتب"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "محطة عمل غنوم"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "أدوات لجهاز بالم بايلوت أو فايزور ألخاص بك"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "محطة عمل"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "جدتر ناري/موجِّه"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "خادم أسماء النطاثات و معلومات الشيكة"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"برامج مكتبية: معالجة الكلمات (kword, abiword), الجداول الحسابية (kspread, "
-"gnumeric) , برامج عرض pdf, الخ"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "أدوات صوتية: مشغلات mp3 أو midi, مازجات صوت, الخ"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "كتب و مذكرات 'كيف أعمل' حول لينكس و البرامج الحرة"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "محطو عمل كيدي"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, الخ"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "وسائط متعدددة - فيديو"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "مجموعة من الأدوات للبريد , الأخبار, الإنترنت, نقل الملفات, و المحادثة"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "قواعد البيانات"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "خادم قواعد البيانات PostgreSQL أو MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "أدوات لتسهيل إعداد جهازك"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "وسائط متعددة - صوت"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "أدوات خدمية"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "وثائق المساعدة"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "أدوات سطر الأوامر"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "خادم البريد Postfix, خادم الأخبار Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "محطة انترنت"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "محطة وسائط متعددة"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "أدوات الإعدادات"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "أسطح مكتب رسومية أكثر (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"بيئة سطح مكتب كيدي, البيئة الرسومية الأساسية مع مجموعة من الأدوات المصاحبة"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "بيئات رسومية"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "أدوات لعمل و نسخ الأقراص"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "محطة عمل مكتبية"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "خادم"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, الخ"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "برامج رسوميات مثل The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "برامج و مكتبات تطوير C و C++"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "خادم شبكات"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "بريد/أدوات مجموعات/أخبار"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "محطة ألعاب"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "برامج تشغيل و تحرير الفيديو"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "وسائط متعددة - رسوميات"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "برامج التسلية: ألعاب فيديو, ألعاب لوحات, ألعاب ستراتيجية, الخ"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"مجموعة من الأدوات لقراءة و ارسال البريد و الأخبار (pine, mutt, tin..) و "
-"لتصفح الإنترنت"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "الأرشفة, محاكيات, أدوات مراقبة النظام"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "الميزانية الشخصية"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"بيئة رسومية مع مجموعة من التطبيقات و أدوات سطح المكتب المناسبة للمستخدمين "
-"العاديين"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "عملاء لبروتوكولات مختلفة مثل ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "بوابة انترنت"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "برامج تحرير/تشغيل الفيدية و الصوت"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "أسطخ مكتب رسومية أخرى"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "محررات نصوص, أغلفة, أدوات ملفات, طرفيات"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "برامج لإدارة ميزانيتك مثل gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "ادارة المعلومات الشخصية"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "وسائط متعددة - نسخ أقراص"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "محطة عمل علمية"
-
-#~ msgid "About"
-#~ msgstr "حول"
-
-#~ msgid " Help "
-#~ msgstr " مساعدة "
-
-#~ msgid "None"
-#~ msgstr "ولا واحدة"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "اختر الطابعة الافتراضية:"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "يمكنك الآن اعطاء الخيارات للوحدة %s"
-
-#~ msgid "mount failed"
-#~ msgstr "فشل التحميل"
-
-#~ msgid "Low"
-#~ msgstr "منخفض"
-
-#~ msgid "Medium"
-#~ msgstr "متوسط"
-
-#~ msgid "Export"
-#~ msgstr "تصدير"
-
-#~ msgid "click here"
-#~ msgstr "انقر هنا"
-
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "تم التخقق من وجود %s, هل تريد اعداده؟"
-
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "رجاء اختر الطابعة التي تريد تهيئتها."
-
-#~ msgid "authentification"
-#~ msgstr "المصادقة"
-
-#~ msgid "user"
-#~ msgstr "المستخدم"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "جاري مسح مصادر nfs المشتركة المتوفرة"
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr "جاري مسح مصادر nfs المشتركة المتوفرة للخادم %s"
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "جاري مسح مصادر samba المشتركة المتوفرة"
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr "جاري مسح مصادر samba المشتركة المتوفرة للخادم %s"
-
-#~ msgid "\\@quit"
-#~ msgstr "\\@خروج"
-
-#~ msgid "Removable media"
-#~ msgstr "وسائط قابلة للإزالة"
-
-#~ msgid "Active"
-#~ msgstr "نشط"
-
-#~ msgid "No X"
-#~ msgstr "لا X"
-
-#~ msgid " Linux "
-#~ msgstr " لينكس "
-
-#~ msgid " System "
-#~ msgstr " نظام "
-
-#~ msgid " Other "
-#~ msgstr " أخرى "
-
-#~ msgid "please choose your CD space"
-#~ msgstr "رجاء اختر مساحة القرص المدمج"
-
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-
-#~ msgid " Tape "
-#~ msgstr " الشريط "
-
-#~ msgid " Cancel "
-#~ msgstr " إلغاء "
-
-#~ msgid " Ok "
-#~ msgstr " موافق "
-
-#~ msgid "close"
-#~ msgstr "إغلاق"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "لم يمكن فتح /etc/sysconfig/autologin للقراءة: %s"
-
-#~ msgid "New"
-#~ msgstr "جديد"
-
-#~ msgid "Remote"
-#~ msgstr "بعيد"
-
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr ""
-#~ "فضلا اضغط الزر بالأعلى\n"
-#~ "\n"
-#~ "أو استخدم \"جديد\""
-
-#~ msgid "Use \"New\""
-#~ msgstr "استخدم \"جديد\""
-
-#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
-#~ msgstr "اذا لم تتضمن القائمة المدخل المطلوب, قم بإدخاله هنا:"
-
-#~ msgid "Shared resource"
-#~ msgstr "مصدر مشترك"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
deleted file mode 100644
index fb71a4b28..000000000
--- a/perl-install/share/po/az.po
+++ /dev/null
@@ -1,12924 +0,0 @@
-# Azerbaijani Turkish translation of DrakX
-# Copyright (C) 1999 MandrakeSof
-# Vasif Ismailoglu MD <azerb_linux@hotmail.com>, 2000
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-06-09 23:30GMT +0200\n"
-"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
-"Language-Team: Azerbaijani Turkish <linuxaz@azerimal.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.8\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Bütün başlıqları ayrı ayrı quraşdır"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Xinerama ifadələrini işlət"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Təkcə \"%s\" kartını qur (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Çoxlu Başlıq quraşdırılması"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Sizin sisteminiz çoxlu başlıq quraşdırmasını dəstəkləyir.\n"
-"Nə etmək istəyirsiniz?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Ekran kartı"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Ekran kartınızı seçin"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Bir X vericisi seçin"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X verici"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Bir X vericisi seçin"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X verici"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Necə bir XFree qurğusunu istəyirsiniz?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Sizin kartınızın 3D sür'ətləndirmə dəstəyi ola bilər, amma sadecə olaraq "
-"XFree %s\n"
-"ilə düzgün işləyər.\n"
-"Sizin kartınıza XFree %s tərəfindən dəstək verilir ve bu 2D üçün daha yaxşı "
-"bir fikir olar."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Sizin kartınızın XFree %s ilə 3D dəstəyi ola bilər."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "3D avadanlıq sür'ətləndirməsi ilə XFree %s"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Sizin kartınızın XFree %s ilə 3D dəstəyi ola bilər.\n"
-"DİQQƏT! BU SINAQ MƏRHƏLƏSINDƏDIR VƏ KOMPÜTERİNİZ DONDURA BILƏR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "SINAQ MƏRHƏLƏSİNDƏKİ 3D sür'ətləndirmə dəstəkli XFree %s"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Sizin kartınızın 3D sür'ətləndirmə dəstəyi ola bilər, amma sadecə olaraq "
-"XFree %s\n"
-"ilə düzgün işləyər.\n"
-"DİQQƏT! BU SINAQ MƏRHƏLƏSINDƏDIR VƏ KOMPÜTERİNİZ DONDURA BILƏR.\n"
-"Sizin kartınıza XFree %s tərəfindən dəstək verilir ve bu 2D üçün daha yaxşı "
-"bir seçki olar."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree quraşdırılması"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Ekran kartınızın yaddaş böyüklüyünü seçin"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "X verici üçün seçənəkləri göstərin"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Monitorunuzu seçin"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Buradaki iki vacib parametr üfüqi ve şaquli yeniləmə sür'ətləridir.\n"
-"Seçərkən monitorunuzun qabiliyyətinin üstündə bir parametr\n"
-"seçməməyiniz çox vacibdir, əks halda monitor zərər görər.\n"
-"Seçərkən bir qərarsızlığa düşərsəniz, alçaq rezolyusiya seçin."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Üfüqi yeniləmə sür'əti"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Şaquli yeniləmə sür'əti"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor qurulmayıb"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Ekran kartı hələ qurulmayıb"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Rezolyusiya hələ seçilməyib"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Qurğuları sınamaq istəyirsiniz?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Diqqət: Bu qrafika kartı ilə ediləcək sınaq təhlükəlidir"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Qurğuların sınağı"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"bə'zi parametrləri dəyişdirin"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Bir xəta oldu:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "%d saniyə sonra çıxılacaq"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Bu qurğular doğrudur?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Bir xəta oldu, parametrləri dəyişdirin"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rezolyusiya"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Rezolyusiya və rəng dərinliyini seçin"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Ekran kartı: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 verici: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Daha Çox"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Oldu"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Usta Modu"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Hamısını Göstər"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rezolyusiyalar"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Klavatura düzülüşü: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Siçan növü: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Siçan avadanlığı: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitorun Şaquli Daraması: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitorun Üfüqi Yeniləməsi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Ekran kartı: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Ekran kartı: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Ekran kartı yaddaşı: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Rəng dərinliyi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezolyusiya: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 verici: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 sürücü: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "X-Window qurğuları hazırlanır"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Nə etmək istəyirsiniz?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Monitoru Dəyişdir"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Ekran kartını dəyişdir"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Verici seçənəklərini dəyişdir"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Rezolyusiyanı Dəyişdir"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mə'lumatı göstər"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Yenidən sına"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Çıx"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Mövcud qurğuları saxlayım?\n"
-"Hal-hazırkı qurğular:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X ilə Açılış"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Kompüterinizi avtomatik olaraq X ilə açılması üçün qura bilərəm.\n"
-"Açılışda X Window ilə başlamaq istəyirsiniz?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "\"%s\"a(ə) təkrar girin və dəyişiklikləri fəallaşdırın"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Lütfen çıxın və Ctrl-Alt-BackSpace düymələrinə basın"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 rəng (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 min rəng (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 min rəng (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milyon rəng (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milyard rəng (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB və ya daha çox"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standart VGA, 60 Hz-də 640x480 "
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 56 Hz-də 800x600"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Uyğun, 87 Hz-də titrəşimli 1024x768 (800x600 yox)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 87 Hz-də titrəşimli 1024x768, 56 Hz-də 800x600"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Təkmilləşdirilmiş Super VGA, 60 Hz-də 800x600, 72 Hz-də 640x480"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Titrəşimsiz SVGA, 60 Hz-də 1024x768, 72 Hz-də 800x600"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Yüksək Frekanslı SVGA, 70 Hz-də 1024x768"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Çoxlu Frekansa qadir 60 Hz-də 1280x1024"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Çoxlu Frekansa qadir 74 Hz-də 1280x1024"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Çoxlu Frekansa qadir 76 Hz-də 1280x1024"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "70 Hz də 1600x1200 qadir Monitor"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "76 Hz də 1600x1200 qadir Monitor"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Açılış qisminin ilk sektoru"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Diskin ilk sektoru (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO Qurulumu"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Sistem yükləyicisini haraya qurmaq istəyirsiniz?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grup Qurulumu"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "Mətn menyulu LILO"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "Qrafiki menyulu LILO"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "DOS/Wİndowsdan açıl (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Sistem yükləyicisi ana seçənəkləri"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "İstifadə ediləcək Açılış idarəcisi"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Açılış yükləyici quruluşu"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Açılış avadanlığı"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (köhnə BIOSlarda işləməz)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Bəsit"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "bəsit"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Ekran modu"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Açılışda gecikmə müddəti"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Parol"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Parol (təkrar)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Əmr sətiri seçənəklərini məhdudlaşdır"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "məhdudlaşdır"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "/tmp-i hər açılışda təmizlə"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Ümumi yaddaş miqdarı (%d MB tapıldı)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Birdən artıq profilə icazə ver"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Yaddaş miqdarını Mb cinsindən verin"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"``Əmr sətiri seçənəklərini məhdudlaşdır`` seçənəyi parolsuz bir işə yaramaz"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Xahiş edirik təkrar sınayın"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Parollar uyğun gəlmir"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "İnit İsmarıcı"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Firmware Gecikməsini Aç"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Çəkirdək Açılışı Vaxt Dolması"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "CDdən Açılışı Fəallaşdırım?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "OF Açılışı Fəallaşdırım?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Əsas OS"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Buradakı bir birindən fərqli seçənəklərə yenilərini əlavə edə bilər,\n"
-"ya da mövcud olanları dəyişdirə bilərsiniz."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Əlavə et"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Qurtardı"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Təkmilləşdir"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Ne cür bir giriş istəyirsiniz?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linuks"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Digər sistemlər (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Digər sistemlər (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Digər sistemlər (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Əks"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Kök"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Sonuna əlavə et"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Oxu-yaz"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Cədvəl"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "E'tibarsız"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etiket"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Əsas"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd böyüklüyü"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVİdeo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Girişi sil"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Boş etiket qəbul edilə bilməz"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Bir swap sahəsinə ehtiyacınız var"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Bu etiket istifadə edilməz"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s ara üzü tapıldı"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Başqa var?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Heç %s ara üzü var?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Xeyr"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Bəli"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Avadanlıq mə'lumatına bax"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "%s kartı (%s) üçün sürücü yüklənir"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Hansı %s sürücüsü sınansın?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Bəzi hallarda, %s sürücü düzgün işləməsi üçün əlavə mə'lumat istəyə bilər.\n"
-"Sürücüler üçün əlavə bir xüsusiyyət göstərmək mi istəyərsiniz, yoxsa\n"
-"sürücülərin lazımi mə'lumatlar üçün avadalığı tanımasını mı istəyərsiniz? \n"
-"Bə'zən tanımlama kompüterinizi dondura bilər amma donduğu üçün\n"
-"kompüterinizə heç bir şey olmaz."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Avtomatik yoxla"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Seçənəkləri göstər"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"İstəsəniz indi %s modulunun parametrlərini göstərə bilərsiniz.\n"
-"Parametrlər``ad=qiymət ad2=qiymət2...'' şəklində olmalıdır.\n"
-"Məsələn ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modul seçənəkləri:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"%s modulunun yüklənməsi iflas etdi.\n"
-"Yenidən başqa bir parametr ilə sınamaq istəyirsiniz?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s artıq əlavə edilmişdir)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Zəif parol seçdiniz!"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Xahiş edirik bir istifadəçi adı alın"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"İstifadəçi adında sadacə kiçik hərflər, rəqəmlər, `-' və `_' xarakterləri "
-"ola bilər"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Bu istifadəçi adı artıq vardır"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "İstifadəçini əlavə et"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Bir istifadəçi girin\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "İstifadəçini qəbul et"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Həqiqi adı"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "İstifadəçi adı"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Qabıq"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Timsal"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Avtomatik Giriş"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Kompüterinizi avtomatik olaraq bir istifadəçi ilə başlada bilərəm.\n"
-"İstəmirsiniz isə rədd edin."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Əsas istifadəçini seçin:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "İstifadə etmək istədiyiniz pəncərə idarəçisini seçin:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Qurulumdan sonra istifadə edə biləcəyiniz başqa dillər seçə bilərsiniz"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Hamısı"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "İstifadəçi əlavə et"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Xüsusi"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS başlayır"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Bu paket yenilənməlidir\n"
-"Sistemdən çıxarmaq mövzusunda ciddisiniz?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Ləğv et"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Krakerlərə xoşgəlmişsiniz"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Zəif"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standart"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Yüksək"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Yüksək"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Şübhəci"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Bu səviyyə RAID'i diqqətli istifadənizi tövsiyə edirik. Sisteminiz daha "
-"asand\n"
-"işlədiləcək, ancaq xətalara qarşı da həssaiyyəti də artacaqdır. İnternetə \n"
-"bağlı isəniz bunu tövsiyə etmirik. Parol ilə girilir."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Parollar fəallaşdırıldı, yenə də bir şəbəkə üstündə istifadə edilməməsi "
-"tövsiyə edilir."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"İnternetə bağlı bir kompüter üçün standart və tövsiyə edilən bir "
-"təhlükəsizlik səviyyəsidir."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Bu təhlükəsizlik səviyyəsiylə sistemin bir verici olaraq istifadəsi "
-"mümkündür. \n"
-"Təhlükəsizlik, birdən çox alıcının bağlanmasına icazə verəcək şəkildə "
-"artırılmışdır. "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Biz dördüncü səviyyə haqlarını verdik və sistem xarici bağlantılara qarşı "
-"tamamilə qapalıdır.\n"
-"Təhlükəsizlik səviyyəsi indi ən üstdədir."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Təhlükəsizlik səviyyəsini seçin"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Təhlükəsizlik səviyyəsinin quraşdırılması"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "X verici üçün seçənəkləri göstərin"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"%s emeliyyat sistemi secki proqramina xos gəlmissiniz!\n"
-"\n"
-"Içlerinden birini acmaq ucun adini yazin ve <ENTER>\n"
-"duymesine basin ve ya esas acilis ucun %d saniye gozleyin.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Emeliyyat sistemi secici GRUB'a xos gəlmissiniz!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "%c ve %c duymeleri ile isıqlandırılmıs girisleri sece bilersiniz"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr ""
-"acilisdan evvel emrleri duzeltmək ucun 'e', emr setiri ucun ise 'c' basin"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Isaretli secenek %d saniye icinde sistemi acacaq."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "/boot içində lazımi yer yoxdur"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Masa Üstü"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Başlama Menyusu"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Sistem yükləyicisini haraya qurmaq istəyirsiniz?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "hələlik yardım sistemi mövcud deyildir.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Qurulum Tərzi Quraşdırılması"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fayl"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fayl/Çı_x"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>x"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Kateqoriyasından Monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Ənənəvi Monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Ənənəvi Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Açılışda Auroranı başlat"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modu"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot modu"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Açılış İdarəçisi olaraq hazırda %s işlədirsiniz.\n"
-"Quraşdırma sehirbazını başlatmaq üçün tıqlayın."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Qur"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistem modu"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Açılışda X-Window sistemini başlat"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Xeyr, Avtomatik giriş istəmirəm"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-"Bəli, bu istifadəçi üçün avtomatik giriş istəyirəm (istifadəçi, masa üstü)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Oldu"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "/etc/inittab oxunmaq üçün açıla bilmir: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr ""
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr ""
-
-#: ../../common.pm_.c:114
-#, fuzzy, c-format
-msgid "%d seconds"
-msgstr "%d saniyə sonra çıxılacaq"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Artıq bölmə əlavə edilə bilməz"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Qurulumdan sonra istifadə edə biləcəyiniz başqa dillər seçə bilərsiniz"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Fransızca"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belçika dili"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "Almanca"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Yunanca"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norveçcə"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "İsveçcə"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "İtalyanca"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "serial"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Əvvəlcə datanızın yedəyini alın"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Diqqətlə Oxuyun!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Aboot istifadə etməyi istəyirsinizsə, boş disk sahəsi (2048 sektor bəsdir.)\n"
-"buraxmayı unutmayın."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Xəta"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Sehirbaz"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Monitorunuzu seçin"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Tək bir böyük disk bölməniz var\n"
-"(əsasən MS DOS/Windows istifadə edər).\n"
-"Əvvəlcə bu disk bölməsinin böyüklüyünü dəyişdirməyinizi\n"
-"tövsiyə edirik. Əvvəlcə bölmənin üstünə, sonra \"Böyüklüyü\n"
-"Dəyişdir\" düyməsinə tıqlayın"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Ətraflı"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "bağlama iflas etdi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Boş"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Digər"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Fayl sistemi növü:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Yarat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Növ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Yerinə ``%s'' işlət"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Sil"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Əvvəlcə ``Ayır'-ı işlət"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"%s bölməsinin növünü dəyişdirdikdən sonra, bu bölmədəki bütün mə'lumatlar "
-"silinəcəkdir"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Monitorunuzu seçin"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Yeni bölmə yarat"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Usta moduna keç"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Normal moda keç"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Geri al"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Davam edilsin?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Qeyd etmədən Çıx"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Bölmə cədvəlini qeyd etmədən çıxırsınız?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Qurğuları sınamaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Avtomatik ayır"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Hamısını təmizlə"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Sabit disk seçkisi"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Bütün birinci bölmələr istifadədədir"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Artıq bölmə əlavə edilə bilməz"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr "Artıq bölmə yaratmaq üçün, bir bölməni silib məntiqi bölmə yaradın"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Bölmə cədvəlini yaz"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Bölmə cədvəlini qurtar"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Bölmə cədvəlini qurtar"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Bölmə cədvəlini qurtar"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Taxılıb sökülə bilən avadanlıqların avtomatik bağlanması"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Fayl seç"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Yedək bölmə cədvəli eyni böyüklüyə sahib deyil\n"
-"Davam etmək istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Xəbərdarlıq"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Disket sürücüyə bir disket yerləşdirin\n"
-"Bu disketdəki bütün mə'lumatlar yox olacaqdır"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Bölmə cədvəli qurtarılmağa cəhd edilir"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Mə'lumatı göstər"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Bağlama nöqtəsi"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Seçənəklər"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Böyüklüyünü Dəyişdir"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Daşı"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Şəkilləndir"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Bağla"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "RAIDə əlavə et"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "LVMə əlavə et"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Ayır"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "RAIDdən ayır"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "LVMdən ayır"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "RAIDi dəyişdir"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Loopback üçün istifadə et"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Yeni bölmə yarat"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Başlanğıç sektoru: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "MB cinsindən böyüklük: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Fayl sistemi növü: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Bağlama nöqtəsi: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Xüsusiyyətlər: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Loopback faylı şəkilləndirilir: %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Bölmə növünü Dəyişdir"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Hansı dili istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "%s loopback avadanlığını haraya bağlamaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "%s avadanlığını haraya bağlamaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Bu disk bölməsi loopback üçün istifadə edildiyindən ötrü bağlanma "
-"nöqtəsindən ayrıla bilinmir.\n"
-"Əvvəlcə loopback-ı ləğv edin."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Fat fayl sistemi ucları hesaplanır"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Böyüklüyü dəyişdirilir"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Hansı bölmə növünü istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Bu bölmədəki bütün mə'lumatlar yedəklənməlidir"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"%s bölməsi böyüklüyü dəyişdirildirkdən sonra bu bölmədəki bütün mə'lumatlar "
-"silinəcəkdir"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Yeni böyüklük seçin"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "MB cinsindən böyüklük: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Hansı diskə daşımaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Hansı sektora daşımaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Daşınır"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Bölmə daşınır..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Əlavə etmək üçün mövcud bir RAID seçin"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "yeni"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Əlavə etmək üçün mövcud bir LVM seçin"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM adı?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Bu disk bölməsi loopback üçün işlədilməz"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback fayl adı: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Həqiqi adı"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Fayl başqa bir loopback tərəfindən istifadədədir, başqa\n"
-"birini seçin"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Fayl onsuz da vardır. İşlədilsin?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Modul seçənəkləri:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "avadanlıq"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "səviyyə"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "parça böyüklüyü"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Diqqətlı olun: bu əməliyyat təhlükəlidir."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Nəcə bölməlandirmə istəyirsən?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Bağışlayın, /boot bölməsini bu sürücüdə yarada bilməyəcəm.\n"
-"Onda ya LILO istifadə edə bilməyəcəksiniz ve /boot bölümünə \n"
-"ehtiyacınız yoxdur və ya LILO istifadəsini sınayarsınız, ancaq LILO işləməyə "
-"bilər."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Seçdiyiniz bölüm fiziki sahənin üstündə (1024. silindrin xaricində)\n"
-"/boot bölümünüz yoxdur. Lilo açılış idarəcisindən istifadə etmək "
-"istəyirsinizsə, \n"
-"/boot bölməsini əlavə edərkən çox diqqətli olmalısınız."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Bir proqram tə'minatlı RAID bölməsini kök qovluğu (/) olaraq tə'yin "
-"etdiniz.\n"
-"Əgər lilo ya da grub istifadə etmək istəyirsinizsə, bir /boot bölməsi\n"
-"əlavə etməyi unutmayın"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "%s sürücüsünün bölmə cədvəli diskə yazılacaq!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Yeni qurğuların fəallaşmağı üçün sistemi yenidən başlatmalısınız"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"%s bölməsi şəkilləndirildikdən sonra bu bölmədəki bütün mə'lumatlar "
-"silinəcəkdir"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Şəkilləndirilir"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Loopback faylı şəkilləndirilir: %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Şəkilləndirilən bölmə: %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid iflas etdi"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Yeni bölmələr üçün boş sahə yoxdur"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Yeni bölmələr üçün boş sahə yoxdur"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Rezolyusiya: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Avadanlıq: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS sürücü hərfi: %s (sadəcə təxmini)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Növ: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Ad: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Başlanğıc: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Böyüklüyü: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektor"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silindr %d -dən silindr %d-yə\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Şəkilləndirilmiş\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Şəkilləndirilməmiş\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Bağlı\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback faylı:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Ana açılma bölməsi\n"
-" (MS-DOS açılışı üçün)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Səviyyə %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Parça böyüklüyü %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskləri %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback faylı adı: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Bəlkə də bu bir Sürücü bölməsidir.\n"
-"Onda bunu ele beləcə buraxın.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Bu, ikili açılış üçün xüsusi\n"
-"Bootstrap-dır.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Böyüklük: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometriyası: %s silindr, %s baş, %s sektor\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Mə'lumat: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskləri %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Bölmə cədvəli növü: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "%d data yolunda, %d nö'li\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Seçənəklər: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Fayl sistemi növü: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Bu parol çox sadədir (en az %d xarakter boyunda olmalıdır)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Parollar uyğun gəlmir"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Bölmə növünü Dəyişdir"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS verici"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s şəkilləndirilməsində %s bölmə xətası"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "%s'i necə şəkilləndirəcəyimi bilmirəm (Növ: %s)"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "%s ayrılırkən xəta oldu: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "bəsit"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "verici"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "16MB dən kiçik disk bölmələrində JFS istifadə etməlisiniz"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "32MB dən kiçik disk bölmələrində ReiserFS istifadə etməlisiniz"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Bağlama nöqtələri / ilə başlamalıdır"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Onsuz da bağlama nöqtəsi %s olan bir bölmə var\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "%s üçün LVM Məntiqi Cildini istifadə edə bilməzsiniz"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Bu qovluq kök fayl sistemi içərisində olmalıdır"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Bu bağlama nöqtəsi üçün həqiqi bir fayl sisteminə (ext2, reisrfs)\n"
-"ehtiyac vardır.\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "%s üçün LVM Məntiqi Cildini istifadə edə bilməzsiniz"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Avtomatik yerləşdirmə üçün boş sahə yoxdur"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Yazmaq üçün açılan %s'də xəta: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Bir xəta oldu. Yeni fayl sisteminin yaradılacağı hökmlü bir sürücü "
-"tapılmadı. Bu problemin qaynağı üçün avadanlığınızı yoxlayın"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Heç disk bölməniz yoxdur!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Yuxarıda sürücünüzdə tapılan Linuks bölmələri sıralanıb\n"
-"Sehirbazın tövsiyələrinə uyun, onlar çox vaxt işə yarayır.\n"
-"Əgər bunu istəməsəniz en azından kök bölməsi (\"/\") seçməlisiniz\n"
-"Çox kiçik bölmə seçməyin. yoxsa çox proqram tə'minatı yükləyə bilməzsəniz.\n"
-"Əgər verilərinizi başqa bölmədə tutmaq istəyirsinizsə, ondabir de \"/home\" "
-"bölməsi də yaratmalısınız (birdən çox Linuks\n"
-"bölməniz var isə).\n"
-"\n"
-"\n"
-"Xəbəriniz olsun, hər bölmə aşağıdakı kimi sıralanıb: \"Ad\", \"Həcm\".\n"
-"\n"
-"\n"
-"\"Ad\" belə kodlanıb: \"sürücü növü\", \"sürücü mömrəsi\",\n"
-"\"bölmə nömrəsi\" (məsələn \"hda1\").\n"
-"\n"
-"\n"
-"\"Sürücü növü\" əgər sürücünüz IDE sürücüdürsə \"hd\"dirvə SCSI sürücü isə "
-"\"sd\"dir.\n"
-"\n"
-"\n"
-"\"Sürücü nömrəsi\" həmişə \"hd\" və ya \"sd\"dən sonrakı rəqəmdir.IDE "
-"sürücülər üçün:\n"
-"\n"
-"*\"a\" yəni \"birinci IDE idarəcisində ali sürücü\",\n"
-"\n"
-"*\"b\" yəni \"birinci IDE idarəcisində kölə sürücü\",\n"
-"\n"
-"*\"c\" yəni \"ikinci IDE idarəcisində ali sürücü\",\n"
-"\n"
-"*\"d\" yəni \"ikinci IDE idarəcisində kölə sürücü\".\n"
-"\n"
-"\n"
-"SCSI sürücülərində \"a\" nın mənası \"birinci sürücü\",\n"
-"\"b\"nin mənası \"ikinci sürücü\"dür vs..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"İndi, açılışda avtomatik olaraq başlamasını istədiyiniz xidmətləri \n"
-"seçə bilərsiniz. Siçan bir maddənin üzərina gəldiyində o xidmətin rolunu "
-"açıqlayan\n"
-"kiçik bir baloncuq ortaya çıxacaqdır.\n"
-"\n"
-"Əgər kompüterinizi bir verici olaraq istifadə edəcəksəniz bu addımda tam bir "
-"diqqət ayırmalısınız:\n"
-"mühtəməldir ki lazımi heç bir xidməti başlatmaq istəməzsiniz."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Bu nöqtədə Linuks Mandrakeni sabit diskinizdə haraya quracağınıza\n"
-"qərar verəcəksiniz. Əgər diskiniz boş isə və ya bir başqa sistem\n"
-"bütün yeri doldurmuş isə, o zaman diskinizdə Linuks Mandrake üçün\n"
-"yer açmalısınız. Ona görə də diski bölmələndirməlisiniz.\n"
-"Bölmələndirmə əsasən diskinizdə məntiqi sürücülər yaratmaqdan ibarətdir.\n"
-"\n"
-"Ümumiyyətlə bölmələndirmənin təsiri geri dönülməzdir.Ona görə də\n"
-"bu iş çox gərgin və yorucudur. Əgər özünüzə inanmırsınız isə bu\n"
-"sehirbaz sizə yardım edər. Başlamadan əvvəl xahiş edirik əl kitabçanıza\n"
-"baxın. Və bu iş üçün bir az vaxt ayırın.\n"
-"\n"
-"\n"
-"Sizə ən az 2 bölmə lazımdır. Biri sistemin özünü köçürməsi üçün\n"
-"Digəri isə uydurma yaddaş (ya da digər adı ilə Swap) üçün.\n"
-"\n"
-"\n"
-"Əgər diskiniz onsuz da bölünmüş isə (əvvəlki sistemden ya da\n"
-"başqa bölmələndirmə vasitələri ilə hazırlanmış) quruluşda\n"
-"sadəcə olaraq o yerləri yükləmək üçün seçin.\n"
-"\n"
-"\n"
-"Əgər disk bölünməmiş ise, yuxarıdakı sehirbazdan istifadə edə bilərsiniz.\n"
-"Sisteminizin quruluşundan asılı olaraq müxtəlif imkanlarınız var:\n"
-"\n"
-"* Bütün diski sil: Linuks Mandrake qurmaq üçün bütün diskinizin\n"
-" üzərindəki bölmələri silər. Burada diqqətli olun.\n"
-" Sildikləriniz əsla geri gəlməz.\n"
-"\n"
-"\n"
-"* Windows bölməsindəki sahəni istifadə et: Sisteminizdə\n"
-" Microsoft Windows qurulu isə ve bütün diski əhatə edir isə\n"
-" Linuks Mandrake üçün bir yer ayırmalısınız. Bunun üçün\n"
-" ya bütün diski silməlisiniz (\"Bütün diski sil\" bax ya da\n"
-" \" Usta modu\" tövsiyələri) ya da yenidən bölmələndirməlisiniz.Bu iş heç "
-"bir mə'lumat itkisi olmadan da edilə bilər.Bunun başqa adı\n"
-" eyni kompüterdə həm Linuks Mandrake həm də Windows qurulu olmasıdır.\n"
-"\n"
-"\n"
-"t Bu seçkiyə getmədən əvvəl bir şeyi başa düşməlisiniz ki, yenidən "
-"bölmələndirmə ilə sizin Windows bölməsi kiçiləcəkdir.\n"
-" Yə'ni Windows altında daha az disk sahəsinə malik olacaqsınız.\n"
-"\n"
-"\n"
-"* Usta modu: Əgər əllə diski bölmək istəsəniz, bu modu seçin. Diqqətli "
-"olun.\n"
-" Bu mod güçlüdür amma bir o qədər də təhlükəlidir. Diskinizdəki bütün "
-"bilgiyi asandlıqla itirə bilərsiniz.\n"
-" Təcrübəsiz isəniz bunu seçməyin."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Yeni yaradılan bütün bölmələr şəkilləndirilməlidir\n"
-"(şəkilləndirmək yəni fayl sistemi yaratmaq - format).\n"
-"\n"
-"\n"
-"Bu arada var olan hazır bölmələri də üstündəkiləri silmək üçünyenidən "
-"şəkilləndirmək istəya\n"
-"bilərsiniz.\n"
-"Bunu istəyirsinizsə bu bölmələri də seçməlisiniz.\n"
-"\n"
-"\n"
-"Bunu ağlınızda tutun ki var olan bütün bölmələri şəkilləndirmək\n"
-"məcburi deyil.\n"
-"İşlətim sistəmini əmələ gətirən bölmələri (yəni\n"
-"\"/\", \"usr\" və ya \"var\"ı yenidən şəkilləndirmək üçün\n"
-"seçə bilərsiniz. Verilər olan \"home\"u məsələ toxunulmadan\n"
-"buraxa bilərsiniz.\n"
-"\n"
-"\n"
-"Diqqətli olun. şəkilləndirdiyiniz bölmələrdəki verilər\n"
-"geri gəlməz.\n"
-"\n"
-"\n"
-"Şəkilləndirməyə hazır isəniz \"Oldu\" düyməsini tıqlayın.\n"
-"\n"
-"\n"
-"Yeni Linuks Mandrake sisteminizi qurmaq üçün başqa bölmə seçmək\n"
-"istəyirsiniz isə \"Ləğv et\" düyməsinə basın."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Təptəzə Linuks Mandrake sisteminizə qurulacaq. Bu da seçdiyiniz\n"
-"yükləmə böyüklüyünə və sistəminizin qabiliyyətinə görə\n"
-"bir neçə deqiqə alar.\n"
-"\n"
-"\n"
-"Xahiş edirik, səbrli olun."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Bu nöqtədə siz Linuks Mandrake yükləmək üçün bölmələri seçməlisiniz. Əgər "
-"əvvəldən bölmələr var isə (sistemdə əvvəllər qurulu olan GNU/Linuks "
-"bölmələri və ya başqa bölmələndirmə vasitələri ilə hazırladığınız bölmələr), "
-"onları seçin və istifadə edin.\n"
-"Yoxsa onları bildirməlisiniz.\n"
-"\n"
-"\n"
-"Bölmələri yaratmaq üçün əvvəlci diski seçməlisiniz.\n"
-"Diski seçmək üçün birinci IDE sürücüsü üçün \"hda\" nı, ikinciyi seçmək üçün "
-"\"hdb\"ni, birinci SCSİ sürücüsü üçün ise \"sda\" vs tıqlamalısınız.\n"
-"\n"
-"\n"
-"Seçdiyiniz sürücüyə aşağıdakıları etməyə qadirsiniz:\n"
-"\n"
-" *Hamısını təmizlə: seçili sürücüdə bütün bölmələri silər.\n"
-"\n"
-"\n"
-" *Avtomatik: Sürücünüzdəki boş sahədə Ext2 və Swapbölmələrini avtomatik\n"
-"yaradar.\n"
-"\n"
-"\n"
-" *Bölmə cədvəlini qurtar: Zədələnmiş bölmə cədvəlinibərpa edər. Xahiş "
-"edirik\n"
-" diqqətli olun, çünkü bu da iflas edə bilər.\n"
-"\n"
-"\n"
-" *Gəri dön: İstəmədiyiniz seçkilərinizdən geri döndərər.\n"
-"\n"
-"\n"
-" *Yenidən yüklə: Bütün dəyişikliklərinizdən geri dönərbaşdakı bölmə "
-"cədvəlinə gələr.\n"
-"\n"
-"\n"
-" *Sehirbaz: Bölmələndirməyi bir sehirbaz edər. Təcrübəsizisəniz bunu "
-"seçin.\n"
-"\n"
-"\n"
-" *Floppy-dən bərpa et: Bölmə cədvəlini əvvəllər flopy-yə qeydetdiniz isə, "
-"bölmə cədvəlini bərpa edin.\n"
-"\n"
-"\n"
-" *Floppy-yə qeyd et: Daha sonradan bərpa etmek üçünbilgiləri floppy-yə qeyd "
-"edin.\n"
-" Bu seçki şiddətlə tövsiyə edilir.\n"
-"\n"
-"\n"
-" *Oldu: Bölmələndirmə bitdiyində, bunu seçərəkdəyişikliklərinizi qeyd "
-"edin.\n"
-"\n"
-"\n"
-"Xəbəriniz olsun, istənilən seçkiyə Tab ve Aşağı/Yuxarı oxlarını da işlədərək "
-"klaviaturadan idarə edə bilərsiniz.\n"
-"\n"
-"\n"
-"Bölmə seçildiyi zaman bunları işlədə bilərsiniz:\n"
-"\n"
-" *Ctrl-c yeni bölmə yaratmaq üçün (boş bölmə seçili olduğu zaman)\n"
-"\n"
-" *Ctrl-d bölməni ləğv etmək üçün\n"
-"\n"
-" *Ctrl-m bağlama nöqtəsini göstərmək üçün\n"
-"\n"
-"\n"
-"\n"
-"Əgər PPC kompüterdə qurulum aparırsınızsa, ən az 1 MBlıq balaca bir HFC "
-"'bootstrap' bölməsini yaboot açılış yükləyicisi üçün seçmək istəyəcəksiniz.\n"
-"Əgər daha çox yeriniz varsa ; məsələn 50 MB, onda bütün kernel və ramdisk "
-"əksini təcili açılış halları üçün saxlaya bilərsiniz."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Sürücünüzdə bir və ya daha çox Windows bölməsi tapıldı.\n"
-"Xahiş edirik Linuks Mandrakeni qurmaq üçün onlardan birini "
-"yenidənölçüləndirmək üzərə seçin.\n"
-"\n"
-"\n"
-"Xəbəriniz olsun, her bölmə bu cür sıralanıb; \"Linuks adı\",\"Windows\n"
-"adı\"\"Həcm\".\n"
-"\n"
-"\"Linuks adı\" bu cür kodlanıb: \"sürücü növü\", \"sürücü nömrəsi\",\"bölmə "
-"nömrəsi\" (məsələn, \"hda\").\n"
-"\n"
-"\n"
-"\"Sürücü növü\" sürücünüz IDE sürücü isə \"hd\"dirSCSI sürücü isə\n"
-"\"sd\"dir.\n"
-"\n"
-"\n"
-"\"Sürücü nömrəsi\" həmişə \"hd\" və ya \"sd\"dən sonrakı rəqəmdir.IDE "
-"sürücülər üçün:\n"
-"\n"
-"*\"a\" yəni \"birinci IDE idarəcisində ali sürücü\",\n"
-"\n"
-"*\"b\" yəni \"birinci IDE idarəcisində kölə sürücü\",\n"
-"\n"
-"*\"c\" yəni \"ikinci IDE idarəcisində ali sürücü\",\n"
-"\n"
-"*\"d\" yəni \"ikinci IDE idarəcisində kölə sürücü\".\n"
-"\n"
-"\n"
-"SCSI sürücülərində \"a\" nın mənası \"birinci sürücü\",\n"
-"\"b\"nin mənası \"ikinci sürücü\"dür vs..."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Səbrli olun. Bu əməliyyat bir neçə deqiqə sürə bilər."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Xahiş edirik Linuks Mandrakenin daha əvvəlki buraxılışları qurulu deyilsə və "
-"ya müxtəlif əməliyyat sistemlərindən istifadə etmək istəyirsinizsə \"Yüklə\" "
-"seçin.\n"
-"\n"
-"\n"
-"Xahiş edirik qurulu olan Linuks Mandrakenin əvvəlki buraxılışını güncəlləmək "
-"istəyirsinizsə \"Güncəllə\" seçin.\n"
-"\n"
-"\n"
-"Sizin GNU/Linuks biliyinizdən asılı olaraq yükləmək və ya güncəlləmək üçün "
-"Linuks Mandrakenin aşağıdakı səviyyələrini seçə bilərsiniz:\n"
-"\n"
-"* Tövsiyə edilən: Əgər əvvəlcə heç GNU/Linuks ilə tanış olmadınız isə seçin. "
-"Yükləmə çox asand olacaq və çox az sual soruşulacaq.\n"
-"\n"
-"\n"
-"* Xüsusi: Əgə əvvəlcə GNU/Linuksa bir az aşina isəniz, seçin. Onda siz "
-"istədiyiniz sistem növünü (Masa üstü, Verici, Təcrübi) seçə biləcəksiniz.\n"
-" Əlbətdə sizə \"Tövsiyə edilən\" seçkidən daha çox sual soruşulacaq.\n"
-" Ona görə də GNU/Linuksa bir az aşina olmalısınız.\n"
-"\n"
-"\n"
-"* Usta: Əgər yaxşı bir GNU/Linuks biliyinə sahibsəniz, bu sinifi seçin.\n"
-" \"Xüsusi\" sinifindəki kimi işlədəcəyiniz sistemi (Masa üstü, Verici, "
-"Təcrübi)\n"
-" seçə biləcəksiniz. Amma sizi çox çətin suallar gözləyir. Bəzən bu sualların "
-"içindən\n"
-" çıxa bilmək çox zəhmətli olur. Ona görə də nə etdiyinizi bilirsəniz, bu "
-"sinifi seçin."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Xahiş edirik doğru qapını seçin. Məsələn, MS Windowsdakı COM1'in qarşılığı\n"
-"Linuksda ttyS0'dır."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (Linuks Yükləyici) və Grub açılış sistem yükləyiciləridir: sistemi "
-"Linuks\n"
-"ya da kompüterinizdə olan başqa bir əməliyyatiyle aça bilərlər.\n"
-"Əsasən bu digər əməliyyat sistemləri doğru bir şəkilde təsbit edilib "
-"açılışa\n"
-"qurula bilərlər. Əgər bir problem olarsa, buradan əllə əlavə edilə "
-"bilərlər.\n"
-"Parametrlər mövzusunda diqqətli olun."
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Linuksu açmaq üçün lazımi bilgilərin harada saxlanılacağına qərar verin.\n"
-"\n"
-"Nə etdiyinizi bilmirsinizsə, \"Diskin ilk sektoru (MBR)\" seçin."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX PCI SCSI adapterleri axtarmağa cəhd edəcək. Əgə DrakX SCSI\n"
-"taparsa və hansı sürücü işlədiləcəyini bilərsə, her şey öz özünə\n"
-"qurulacaq.\n"
-"\n"
-"\n"
-"Əgər sisteminizdə SCSI adapteri yoxsa, DrakXin tanımayacağı bir\n"
-"ISA SCSI və ya PCI SCSI adapteri var isə, sizə sisteminizdə SCSI\n"
-"adapteri olub olmadığı soruşulacaq.\n"
-"Əgər SCSI adapteriniz yox isə, \"Yox\" tıqlayın. Əgər \"Var\"ı "
-"tıqlayarsanız.\n"
-"qarşınıza sürücüləin siyahısı çıxacaq, oradan sizə uyanını seçərsiniz.\n"
-"\n"
-"\n"
-"Əgər əllə qurmağı səçərsəniz, o zaman DrakX sizə adapterin xüsusiyyətlərini\n"
-"soruşacaq. İmkan verin ki, DrakX sərbəstcə özü xüsusiyyətləri tapsın.\n"
-"Çoxunda bu işə yarayır.\n"
-"\n"
-"\n"
-"Əgər istəmirsəniz isə, o zaman adapter üçün xüsusiyyətləri özünüz\n"
-"göstərməlisiniz. Bunun üçün İstifadəçinin Əl Kitabçasına\n"
-"(başlıq 3, \"Avadanlığınız üçün kollektiv mə'lumat) bölməsinə\n"
-"baxın. Ya da avadanlığınızın əl kitabçasından və ya\n"
-"veb səhifəsindən (Əgər internetə çıxışınız var isə)\n"
-"ya da Microsoft Windowsdan (Əgər sisteminizdə qurulu isə)\n"
-"mə'lumat alın."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Burada yaboot üçün həm başqa əməliyyat sistemləri, həm alternativ "
-"kernellər,\n"
-" ya da təcili yardım açılış əksləri əlavə edə bilərsiniz.\n"
-"\n"
-"\n"
-"Başqa OSlər üçün girişin mənası ad və kök çığırından ibarətdir.\n"
-"\n"
-"\n"
-"Linuks üçün mühtəməl girişlər bunlar ola bilər: \n"
-"\n"
-"\n"
-" - Ad: Bu sadəcə olaraq yaboot üçün açılacaq sistemi timsal edən bir "
-"addır.\n"
-"\n"
-"\n"
-" - Əks: Bu isə açılacaq çəkirdəyin, yə'ni kernelin adıdır. Çox vaxt bu "
-"vmlinux və ya\n"
-"bunun variasiyalarıdır.\n"
-"\n"
-"\n"
-" - Kök: Linuks qurulumunun kök avadanlığı və ya '/'.\n"
-"\n"
-"\n"
-" \n"
-" - Əlavə: Apple avadanlıqlarında kernel əlavə seçənəkləri ilə sıxlıqla "
-"başlanğıc\n"
-"video avadanlığı və ya sıx sıx xəta verən 2ci və 3cü siçan düymələri üçün "
-"emulyasiya\n"
-"imkanları tanına bilir. Məsələn bunlar \n"
-"bir neçə nümunədir:\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: Açılış avadanlığından əvvəl bə'zi açılış modullarını seçmək\n"
-"üçün işlədilir, ya da təcili yardım açılışlarında ramdisk əksini yükləmək "
-"imkanı verir.\n"
-"\n"
-"\n"
-" - Initrd-size: Ana ramdisk böyüklüyü ümumiyyətlə 4096 baytdır. Əgər daha "
-"geniş ramdisk bildirə\n"
-"bilərsiniz isə bu seçənəyi işlədin.\n"
-"\n"
-"\n"
-" - Oxuma-yazma: Normalda sistemin 'dirilməsindən' əvvəl bə'zi sınaqların "
-"aparıla bilməsi üçün\n"
-"'root' fayl sistemi bu moda soxulur. Bu seçənəyi nəzərə almayabilərsiniz.\n"
-"\n"
-"\n"
-" - NoVideo: Bəlkə Apple video avadanlığı problem çıxarda bilər.Onda bu "
-"seçənəklə\n"
-"sistemi 'novideo' modda təbii framebuffer dəstəyi ilə aça bilərsiniz.\n"
-"\n"
-"\n"
-" - Əsas: Bu seçənəklə Linuks sistemi əsas əməliyyat sistemi halına gətirə "
-"bilərsiniz.\n"
-"Onda ENTER düyməsinə basmaqla Linuks sistemi açılacaqdır. Bu giriş ayrıca "
-"TAB ilə açılış seçkilərinə baxdığınız vaxt \n"
-"'*' işarətilə işıqlandırılacaqdır."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot NewWorld MacIntosh avadalığı üçün açılış idarəcisidir. Ayrıca\n"
-"GNU/Linuks, MacOS, və ya MacOSX sistemlərini kompüterinizdə varsa, "
-"açacaqdır.\n"
-"Normalda, bu əməliyyat sistemləri düzgün tapılıb qurula bilirlər\n"
-"Əgər belə olmazsa, bu ekrandan əllə lazımi qurğuları girə bilərsiniz.\n"
-"Düzgün parametrləri girib girmədiyinizi yaxşıca bir yoxlayın.\n"
-"\n"
-"\n"
-"Yaboot ana seçənəkləri:\n"
-"\n"
-"\n"
-" - Başlanğıc İsmarıcı: Açılışdan əvvəl çıxan sadə bir ismarıc.\n"
-"\n"
-"\n"
-" - Açılış Avadanlığı: GNU/Linuksu hardan başlatmaq istədiyinizi bildirir."
-"Ümumiyyətlə bu mə'lumatı daha əvvəl \"bootstrap\" quraşdırılması "
-"sırasındabildirmiş olacaqsınız.\n"
-"\n"
-"\n"
-" - Açıq Firmware Gecikməsi: LILOdan fərqli olaraq, yabootda iki dənə "
-"gecikmə vardır\n"
-"Birinci gecikmə saniyələrlə ölçülür və bu arada siz\n"
-"CD, OF açılışı, MacOS və ya Linuks arasında seçki aparmalısınız.\n"
-"\n"
-"\n"
-" - Kernel Açılış Vaxt Dolması: Bu vaxt dolması LILO açılış gecikməsinə "
-"uyğun gəlir. Linuksu\n"
-"seçdikdən sonra ana kernel parametri olaraq bu gecikmə 0.1 saniyə olaraq "
-"qurulu olacaqdır.\n"
-"\n"
-"\n"
-" - CD Açılışı Fəallaşsınmı?: Bu seçənəklə CDdən açılışı timsal edən 'C' "
-"xarakteri ilk açılışda çıxacaqdır.\n"
-"\n"
-"\n"
-" - OF Açılışı Fəallaşsın?: Bu seçənəklə OFdən (Open Firmware) açılışını "
-"timsal edən 'N' xarakteri\n"
-"ilk açılışda çıxacaqdır.\n"
-"\n"
-"\n"
-" - Ana OS: OF gecikməsi müddəti dolduğu vaxt hansı OSnin açılacağını "
-"göstərir."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Linuks Mandrakeni yükləmak üçün sürücüyü seçin.\n"
-"Diqqətli olun, sürücüdəki bütün mə'lumatlar silinəcək\n"
-"və geri gəlməyəcək."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Sürücüdəki bütün bilgiləri və bölmələri silmək üçün\n"
-"\"Oldu\" düyməsinə basın. Diqqətli olun,\"Oldu\" düyməsinə basdıqdan sonra\n"
-"Windows bilgiləri də daxil olmaq üzərəbütün bölmə mə'lumatı geri dönməyəcək "
-"şəkildə silinəcək.\n"
-"\n"
-"\n"
-"Bölmədəki mə'lumatları qoruyaraq \"Ləğv et\" düyməsinə\n"
-"əməliyyatı ləğv edə bilərsiniz."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"bu vericiləri seçdiniz: %s\n"
-"\n"
-"\n"
-"bu vericilər əsasən fəallaşdırılır. Onların heç bir təhlükəsizlik\n"
-"problemləri yoxdur, amma bə'zi xətalar tapıla bilər. Belə olsa, mümükün olan "
-"ən yaxın zamanda güncəlləməlisiniz.\n"
-"\n"
-"\n"
-"Bu vericiləri qurmaq istəyirsiniz?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "NİS domeyni olmadan translasiya işlədilə bilməz"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "%s sürücüsünə FAT şəkilləndirilmiş bir disket taxın"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Bu floppi FAT şəklində deyildir"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Bu saxlanmış paketlər seçkisini işlətmək üçün qurulumu ``linux "
-"defcfg=floppy''ilə başladın."
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "%s faylı oxunurkan xəta oldu"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Sisteminizdaki bə'zi avadanlıqlar işləməsi üçün düzgün sürücülərə ehtiyac "
-"duyar.\n"
-"Bunun haqqında %s də/a lazımi malumatları tapa bilərsiniz"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Bir root disk bölümüna ehtiyacınız var.\n"
-"Bunun üçün istər mövcud bir disk bölümü üzərina tıqlayın, \n"
-"ya da yeni birini başdan yaradın. Sonra \"Bağlama \n"
-"Nöqtəsi\"nə gəlin va burayı '/' olaraq dəyişdirin."
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Bir swap sahəsinə ehtiyacınız var"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Bir swap sahəniz yoxdur\n"
-"Davam edim?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Bir swap sahəsinə ehtiyacınız var"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Boş sahəni istifadə et"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Yeni bölmələr üçün boş sahə yoxdur"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Var olan bölmələri işlədimmi"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Bölmə cədvəli qurtarılmağa çalışılır"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Loopback üçün Windows bölməsini işlət"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Linuks4Win'i qurmaq üçün hansı disk bölməsini istifadə edəcəksiniz?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Böyüklüklərini seçin"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Kök (root) bölməsi böyüklüyü (Mb): "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap sahəsi böyüklüyü (Mb): "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Windows bölməsindəki boş sahəni işlət"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Hansı bölmənin böyüklüyünü dəyişdirəcəksiniz?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Fat fayl sistemi ucları hesaplanır"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT tədqiqatçımız sizin bölümləri işlədə bilmir,\n"
-"bu xəta oldu: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Sizin Windows bölümü çox dağınıqdır. Daxiş edirik, əvvəlcə birləşdirin "
-"(defraq)"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"DİQQƏT!\n"
-"\n"
-"DrakX \"Windows\" disk bölmənizin böyüklüyünü dəyişdirəcək. Bu iş \n"
-"tehlükəli ola bilər. Aşina deyil isəniz qurulumdan çıxın və \"Windows\" \n"
-"altında \"Scandisk\" (lazım gələrsə \"defrag\" da) proqramını çalışdırın. "
-"Ardından quruluma \n"
-"davam edin. Verilərinizin yedəyini almağı da unutmayın!"
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Hansı sektora daşımaq istəyirsiniz?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "bölmə %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT böyüklüyü dəyişdirilməsi bacarılmadı: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr "FAT bölməsi yoxdur ya da loopback üçün lazımi yer buraxılmayıb"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Bütün diski sil"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "\"Windows\"u sil"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Sizin birdən çox diskiniz var, linux qurmaq üçün hansını istifadə "
-"edəcəksiniz?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"%s bölüməsinin böyüklüyü dəyişdirildikdən sonra bu bölmədəki bütün "
-"mə'lumatlar silinəcəkdir"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Hazırkı disk bölmələndirməsi"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Fdisk istifadə et"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"İndi %s sabit diskinizi bölmələndirə bilərsiniz\n"
-"İşinizi bitirdiyinizdə `w' ilə qeyd etməyi unutmayın"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Heç Windows disk bölməniz yoxdur!"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Artıq bölmə əlavə edilə bilməz"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX bölmə sehirbazı bu yolu tapdı:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Bölmə cədvəli növü: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Şəbəkə fəallaşdırılır"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Şəbəkə dayandırılır"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Bir xəta oldu, fəqət necə düzəldiləcəyini bilmirəm.\n"
-"Davam edin, riski sizə aitdir!"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "%s bağlama nöqtəsini çoxalt"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Bəzi paketlər doğru olaraq qurulumu bitirmədi.\n"
-"cdrom sürücünüz ya da cdromunuz düzgün işləmir.\n"
-"Əvvəldən Linuks qurulu bir sistemdə \"rpm -qpl Mandrake/RPMS/*.rpm\"'yi\n"
-"istifadə edərək Cd-Rom'u yoxlayın.\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "%s Sisteminə Xoşgəlmişsiniz"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Disket sürücü yoxdur"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Başlanğıc addımı `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Sizin sisteminizin qaynaqları çatışmır. Qurulum ərzində problem yaşaya "
-"bilərsiniz\n"
-"Bu baş verərsə mətn aracılığı ilə qurulumu sınamalısınız. Bunun üçün "
-"dəCDROMdan başlatdığınız zaman,\n"
-" 'F1'ə basın və 'text' yazaraq enter'ə basın."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Qurulum Sinifi"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Xahiş edirik aşağıdakı qurulum siniflərindən birisini seçiniz:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Seçdiyiniz paket qruplarının ümumi böyüklüyü təximən %d MBdır.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Bu böyüklükdən daha azını yükləmək istəsəniz,\n"
-"qurmaq istədiyiniz paket faizini seçin.\n"
-"100%%'i seçərsəniz bütün paketlər qurulacaqdır."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Sabit diskinizdə bu paketlərin sadəcə olaraq %d%%'sini quracaq qədər yer "
-"var.\n"
-"Bundan daha azını qurmaq istəsəniz,\n"
-"daha az bir faiz sadəcə ən vacib paketləri ;\n"
-"%d%% isə qurula biləcək bütün paketləri quracaqdır."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Sonrakı addımda daha geniş bir seçki qabağınıza gələcəkdir."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Qurulacaq paketlərin faizi"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Paket Qrup Seçkisi"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Fərdi paket seçkisi"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ümumi böyüklük: %d / %d Mb"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Xətalı paket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Ad: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Buraxılış: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Böyüklüyü: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Əhəmiyyət: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Bu paketi seçə bilməzsiniz, çünki qurmaq üçün yer çatmır."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Aşağıdakı paketlər qurulacaqdır"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Aşağıdakı paketlər sistemdən silinəcəklər"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Bu paketi seçə bilməzsiniz/sistemdən çıxarda bilməzsınız"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Bu lazımlı bir paketdir, sistemdən çıxardıla bilməz"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Bu paketi sistemdən çıxarda bilməzsınız. Artıq qurulmuşdur."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Bu paket yenilənməlidir\n"
-"Sistemdən çıxarmaq mövzusunda ciddisiniz?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Bu paketi sistemdən çıxarda bilməzsiniz. Yenilənməlidir"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Avtomatik seçili paketləri göstər"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Qurulum"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Disketə qeyd et"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Paket seçkilərini saxla"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Qurulumdan çıx"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Qurmaq istədiyiniz paketləri seçin"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Qurulur"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Təxmini olaraq hesaplanır"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Qalan müddət"
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Xahiş edirik gözləyin, qurulum hazırlanır"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paket"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "%s paketi qurulur"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Qəbul Et"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Rədd Et"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Cd-Romu dəyişdirin!\n"
-"\n"
-"\"%s\" adlı Cd-Romu sürücünüzə taxın və OLDU'ya basın.\n"
-"Əgər Cd-Rom əlinizdə deyilsə bu Cd-Rom'dan qurmamaq üçün İMTİNA ET'ə basın."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Yenə də davam edək?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Paketləri istərkən bir xəta oldu:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Paketlər qurulurkən bir xəta oldu:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a şəbəkə. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Bir xəta oldu"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Şəbəkəni yenidən başlatmaq istəyirsiniz?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Lisenziya sözləşməsi"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Linuks-"
-"Mandrake distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Linuks-Mandrake distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Linuks-Mandrake sites which are prohibited or restricted in "
-"some countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Linuks-Mandrake\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klaviatura"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Klaviatura quruluşunu seçiniz."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Bütün mövcud klaviaturaların siyahısı"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Hansı qurulum sinifini istəyirsiniz?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Qurulum/Güncəlləmə"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Bu bir qurulum mu, yoxsa güncəlləməmidir?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Tövsiyə edilən"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Usta"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Güncəlləmə"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Paket seçkilərini saxla"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Xahiş edirik siçanınızın növünü seçin."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Siçan Qapısı"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Siçanınızın bağlı olduğu serial Qapıyı seçin."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Düymə emulyasiyası"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Düymə 2 emulyasiyası"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Düymə 3 emulyasiyası"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA kartlar qurulur..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE qapıları qurulur"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "uyğun bölmə tapılmadı"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Bağlama nöqtələri üçün bölmələr daranır"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Bağlama nöqtələrini seçin"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Bölmə cədvəlinizi oxuya bilmirəm, dəyəsən biraz xarab olub:-(\n"
-"Xarab olmuş bolmələri düzəltməyə çalışacam.\n"
-"Amma bütün mə'lumatlar itəcəkdir.\n"
-"Başqa bir yol isə DrakXin bölmə cədvəllərini yoxlamasını "
-"passivləşdirməkdir.\n"
-"(xəta %s)\n"
-"\n"
-"Bütün bölmələri itirmək istəyirsiniz?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake bölmə cədvəlini oxumağı bacara bilmədi.\n"
-"Özünüz davam edə bilərsiniz."
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Şəkilləndiriləcək disk bölmələrini seçin"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Kök (root) Bölməsi"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Sisteminizin kök (/) bölməsi hansıdır?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Bölmə cəvəlindəki dəyişikliklərin daxil olması üçün kompüterinizi yenidən "
-"başlatmalısınız."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Şəkilləndiriləcək disk bölmələrini seçin"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Xətalı bloklar sınansınmı?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Bölmələr şəkilləndirilir"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "%s faylı yaradılır və şəkilləndirilir"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Qurulumu bitirmək üçün lazımi sahə yoxdur, xahiş edirik əlavə edin"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Mövcud olan paketlər axtarılır."
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Güncəllənəcək paketlar tapılır"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Sisteminizdə qurulum ya da güncəlləmə üçün lazımi boş yer yoxdur(%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Hamısı (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Ən az (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Tövsiyə edilən (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Disketdən geri çağır"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Disketdən geri çağır"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Paket Qrup Seçkisi"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "%s sürücüsünə bir disket taxın"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Disketə qeyd et"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Seçili böyüklük var olandan daha böyükdür"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Aşağıdakı siyahıdakı bütün CD'lərə sahib isəniz, OLDU'ya basın.\n"
-"CD'lərin heç birinə sahib deyilsəniz, İMTİNA ET'ə basın.\n"
-"CD'lərdən bə'ziləi əksik isə, onları seçili vəziyyətdən çıxardıb OLDU'ya "
-"basın."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "\"%s\" adlı Cd-Rom"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Qurulum hazırlanır"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"%s paketi qurulur\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Qurulum sonrası qurğular"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "%s sürücüsünə bir disket taxın"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "%s sürücüsünə boş bir disket yerləşdirin"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"İndi şifrləmə üçün istifadə ediləcək tə'minatı endirə bilərsiniz.\n"
-"DİQQƏT:\n"
-"\n"
-"Bu tə'minata bə'zi fərqli ümumi ehtiyaclardan və müxtəlif\n"
-"mühakəmə haqlarından ötrü, bu tə'minatın son istifadəçisi, qanunların ona "
-"bu\n"
-"tə'minatı internetdən endirmə və saxlama haqqını verdiyindən əmin "
-"olmalıdır.\n"
-"\n"
-"Əlavə olaraq, müşdəri va/və ya son istifadəçi xüsusilə, yerləşdiyi mühakəmə "
-"yerinin\n"
-"qanunlarını çeynəmədiyindən əmin olmalıdır. Müşdəri və/və ya son istifadəçi\n"
-"qanunların əmr etdiyi şərtləri pozduğu zaman ciddi cəzalara\n"
-"mə'ruz qalacaqdır.\n"
-"\n"
-"Xüsusi ya da dolaylı zərərlərə (gəlir azalması, işin pozulması, ticari "
-"mə'lumat\n"
-"itkisi və digər maddi itkilər) yol açan heç bir hadisədə nə Mandrakesoft, nə "
-"də \n"
-"istehsalatçıları və/va ya qaynaq vericiləri məs'ul tutulmazlar. Bu "
-"tə'minatı\n"
-"internetden endirirkən son istifadəçi bu sözləşməyi qəbul etdiyini \n"
-"bəyan etmiş sayılır.\n"
-"\n"
-"\n"
-"Bu sözləşməylə əlaqədər hər cür sual üçün xahiş edirik\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA\n"
-"ünvanına yazınız."
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Əks ünvanına bağlantı qurulur"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Paketleri almaq üçün bir əks ünvanı seçin"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Əks ünvanına bağlantı qurulur"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Sisteminiz hansı məqsədlə istifadə ediləcək?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Avadanlıq saatınız GMT-yə göra quruludur mu?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS Verici"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Uzaq CUPS vericisi"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Çap Edicisiz"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Başqa var?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Mündəricat"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Siçan"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Vaxt Dilimi"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Çap Edici"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN kartı"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Səs kartı"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV kartı"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "NIS istifadə et"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Yerli Çap Edici"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Root parolunu qur"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Parolsuz"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Bu parol çox sadədir (en az %d xarakter boyunda olmalıdır)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Tanıtma"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Tanıtma"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Verici"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS sahəsi"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS Verici"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Xüsusi bir açılış disketi, Linuks sisteminizin normal bir sistem yükləyiciyə "
-"lüzüm\n"
-"olmadan açılmasına imkan verər. Əgə sisteminizə lilo (ya da grub) "
-"qurmayacaqsanız,\n"
-"ya da başqa bir əməliyyat sistemi liloyu silərsa ya da lilo "
-"avadanlığınızlaişləməzsə\n"
-"bu disket sizə yardımçi olacaqdır. Sonradan Mandrake qurtarma disketi "
-"rəsmini\n"
-"istifadə edərək də bu disket yaradıla bilər.\n"
-"Açılış disketi yaratmaq istəyirsiniz?\n"
-"Açılış disketi yaratmaq istəyirsinizsə, birinci disket sürücüyə disket "
-"yerləşdirin\n"
-"və \"OLDU\" basın."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "İlk disket sürücü"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "İkinci disket sürücü"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Nəzərə Alma"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Xüsusi bir açılış disketi, Linuks sisteminizin normal bir sistem yükləyiciyə "
-"lüzüm\n"
-"olmadan açılmasına imkan verər. Əgə sisteminizə lilo (ya da grub) "
-"qurmayacaqsanız,\n"
-"ya da başqa bir əməliyyat sistemi liloyu silərsa ya da lilo "
-"avadanlığınızlaişləməzsə\n"
-"bu disket sizə yardımçi olacaqdır. Sonradan Mandrake qurtarma disketi "
-"rəsmini\n"
-"istifadə edərək də bu disket yaradıla bilər.\n"
-"Açılış disketi yaratmaq istəyirsiniz?\n"
-"Açılış disketi yaratmaq istəyirsinizsə, birinci disket sürücüyədisklet "
-"yerləşdirin\n"
-"və \"OLDU\" basın.\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Bağışlayın, disket sürücü yoxdur"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Açılış disketi yaratmaq üçün istifadə ediləcək disket sürücüyü seçin"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "%s sürücüsünə bir disket taxın"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Açılış disketi yaradılır"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Açılış yükləyici hazırlanır"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "aboot istifadə etmək istəyirsiniz?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"aboot qurulumunda xata, \n"
-"ilk disk bölməsini yox etsə belə yenə də qurulmasını istəyirsiniz?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Sistem yükləyicini qur"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Açılış yükləyicisi qurulumu iflas etdi. Xəta:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Siz Open Fİrmware açılış avadanlığınızı açılış yükləyicisini\n"
-"fəallaşdırmaq üçün dəyişdirməli ola bilərsiniz. Əmr-Seçənək-O-F düymələrini\n"
-" yenidən başlarkən basın və bunları girin:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" Sonra da bunları yazın: shut-down\n"
-"Bir sonrakı başlanğıcda açılış yükləyicisi sətirini görməlisiniz."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "%s sürücüsünə boş bir disket yerləşdirin"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Avtomatik qurulum disketi hazırlanır"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Bə'zi bölmələr bitdi.\n"
-"\n"
-"Həqiqətən də çıxmaq istəyirsiniz?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-#, fuzzy
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Təbriklər, quruluş bitdi.\n"
-"Cdrom və disketi çıxartdıqtan sonra Enter'ə basaraq kompüterinizi \n"
-"yenidən başladın. Linuks Mandrake'nin bu buraxılışındakı yamaqlar haqqında \n"
-"mə'lumat almaq üçün http://www.mandrakelinux.com ünvanından Errata'ya "
-"baxın.\n"
-"Sisteminizin qurğuları haqqında daha geniş bilgiyi Linuks Mandrake \n"
-"İstifadəçi Kitabcığında tapa bilərsiniz."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Avtomatik qurulum disketi hazırlanır"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Avtomatik qurulum disketi hazırlanması seçilərsə,\n"
-"bütün sabit disk mə'lumatı daxil ediləcəkdir!!\n"
-"(yə'ni başqa sistemi də qura bilmək üçün).\n"
-"\n"
-"Bu qurulumu takrar etmək istəyə bilərsiniz axı.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Avtomatlaşdırılmış"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Təkrarla"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Paket seçkilərini saxla"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Linuks-Mandrake Qurulumu %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> irəli/geri | <Boşluq> işarətlə | <F12> sonrakı ekran"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu əksikdir"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Monitorunuzu seçin"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Ətraflı"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Xahiş edirik gözləyin"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Mə'lumat"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Ağacı Aç"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Ağacı Qapat"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Otaq və grup sıralaması arasında gəz"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Xətalı tərcih, təkrar sınayın\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Seçkiniz? (əsas %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Seçkiniz? (əsas %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Seçənəklər: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "aboot istifadə etmək istəyirsiniz?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Seçkiniz? (əsas %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Çex dili (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Almanca"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "İspanca"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Fincə"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Fransızca"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norveçcə"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polyakca"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rusca"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "İsveçcə"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "İngiliz (UK) klaviaturası"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Amerikan (US) klaviaturası"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Farsca"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Ermenicə (köhnə) "
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Ermenicə (yazı maşını)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Ermenicə (fonetik)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azərbaycanca (latın)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belçika dili"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Ermenicə (fonetik)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulqarca"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilya dili (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarusca"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "İsveçcə (Alman sırası)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "İsveçcə (Fransız sırası)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Çex dili (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Almanca (ölü düymələr olmasın)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danimarka dili"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norveçcə)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estoniya dili"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gürcü dili (\"Rus\" sırası)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gürcü dili (\"Latın\" sırası)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Yunanca"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Macarca"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Xırvatca"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "İsrail"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "İsrail (Fonetik)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Farsca"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "İzlandiya dili"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "İtalyanca"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Yaponca 106 düyməli"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreya klaviaturası"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latın Amerika dili"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litvaniya dili AZERTY (köhnə)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litvanya dili AZERTY (yeni)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litvanya dili \"number row\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litvanya dili \"Fonetik\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Yeri"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedoniya dili"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Hollandiya dili"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polyakca (QWERTY sırası)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polyakca (QWERTZ sırası)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portuqalca"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Fransızca (Kanada/Quebec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Rusca (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Rusca (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rusca (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovencə"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakca (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakca (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azərbaycanca (kiril)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Cədvəl"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai klaviatura"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Thai klaviatura"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Türkcə (ənənəvi \"F\" klaviatura)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Türkcə (müasir \"Q\" klaviatura)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrayna dili"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Amerikan (US) klaviaturası (beynəlmiləl)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vyetnam dili \"numeric row\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Yugoslavca (latın/kiril)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Dairəvi bağlama %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Məntiqi ciltləri birinci olaraq sil\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Siçan"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Sıravi PS2 Çərxli Siçan"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 düymə"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Sıravi 2 Düyməli Siçan"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Ümumi"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Çərx"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serial"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Sıravi 3 Düyməli Siçan"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech mouse (serial ya da köhnə C7 növü)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 düyməli"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 düyməli"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "heç biri"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Siçansızs"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Xahiş edirik siçanınızı seçin"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Siçanınızı işə salmaq üçün,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "TƏKƏRİ OYNADIN!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Qurtar"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Sonrakı ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Əvvəlki"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Doğrudur?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "İnternetə bağlan"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"ADSL ilə internetə bağlanmanın ən yaxşı yolu pppoe'dur.\n"
-"Bəzi bağlantılar pptp istifadə edir, çox azı isə dhcp işlədir.\n"
-"Bilmirsiniz isə 'pppop istifadə et'i seçin"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "dhcp istifadə et"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "pppoe istifadə et"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "pptpe istifadə et"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Hansı dhcp alıcısını istifadə edəcəksiniz?\n"
-"Əsası dhcpcd dir"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Sisteminizdə heç bir eternet şəbəkə adapteri tapıla bilmədi.\n"
-"Bu bağlantı şəklini qura bilmərəm."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Şəbəkə ara üzünü seçin"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "İnternetə bağlanmaq üçün şəbəkə adapteri seçin."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "şəbəkə kartı tapılmadı"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Şəbəkə Qurğuları"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Xahiş edirik kompüterinizın adını girin.\n"
-"Məsələn``kompüteradı.sahəadı.com''.\n"
-"Əgə şəbəkə keçidi istifadə edirsinizsə bunun da IP nömrəsini girməlisiniz."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Ev sahibi adı"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Şəbəkə Quraşdırılması Sehirbazı"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Xarici ISDN kart"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Daxili ISDN kart"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "ISDN bağlantınızın növü nədir?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Oddan divar (Firewall) quruluşu tapıldı!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Oddan divar (Firewall) quruluşu tapıldı!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN quraşdırılması"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"İnternet xidmət vericinizi seçin.\n"
-"Siyahıda deyilsə Siyahıda deyil'i seçin."
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Açılış Protokolu"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Avropa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Bütün dünya"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Bütün dünya \n"
-" D-Channel'lə xaric (kiralıq xətlər)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Hansı protokolu istifadə etmək istəyirsiniz?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Hansı növ kartınız var?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Bilmirəm"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"ISA kartınız var isə sonrakı ekrandakı qiymətlər doğru olmalıdır.\n"
-"\n"
-"PCMCIA kartınız var isə kartınızın irq və ya io'sunu bilməlisiniz.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Dayandır"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Davam et"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Hansısı sizin ISDN kartınızdır?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"ISDN PCI kart tapdım, amma növünü bilmirəm. Xahiş edirik sonrakı ekrandakı "
-"kartlardan birini seçin."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Heç bir ISDN PCI kart tapılmaı. Sonrakı ekrandakılardan seçin."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Çevirməli şəbəkə seçənəkləri"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Bağlantı adı"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefon nömrəsi"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Giriş adı"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skript əsaslı"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminal əsaslı"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Sahə(domain) adı"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Birinci DNS Vericisi (arzuya görə)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "İkinci DNS Vericisi (arzuya görə)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Bağlantınızı kəsə bilərsiniz. Ya da bağlantını yenidən də quraşdıra "
-"bilərsiniz."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Bağlantınızı yenidən quraşdıra bilərsiniz."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Artıq İnternetə bağlısınız."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"İstəsəniz İnternetə bağlana bilərsiniz ya da yeniden quraşdıra bilərsiniz."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Hələ İnternetə bağlı deyilsiniz."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Bağlan"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Bağlantını kəs"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Şəbəkəni qur"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "İnternet bağlantısı & quraşdırılması"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Bağlantınızı kəsə bilərsiniz. Ya da bağlantını yenidən də quraşdıra "
-"bilərsiniz."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Bağlantınızı kəsə bilərsiniz. Ya da bağlantını yenidən də quraşdıra "
-"bilərsiniz."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Şəbəkə quraşdırılması"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Şəbəkədən quraşdırması apardığınız üçün şəbəkəniz artıq qurulmuş olmalıdır.\n"
-"Şəbəkə/İnternet bağlantınızı yenidən quraşdırmaq üçün Oldu'ya yoxsa Ləğv "
-"et'ə basın.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Şəbəkə Quraşdırma Sehirbazına Xoç Gəldiniz\n"
-"\n"
-"İnternet/Şəbəkə qurğularınızı edəcəyik.\n"
-"Avtomatik təsbit istəmirsiniz isə işarəti qaldırın.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Qurulacaq profili seçin"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Avtomatik təsbit işlət"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Avadanlıqlar tanınır..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normal modem təsbiti"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "%s qapısında tapıldı"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN Bağlantısı"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s tapıldı"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Yerli Şəbəkə quraşdırılması"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "%s ara üzündə tapıldı"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabel bağlantısı"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Kabel bağlantısı"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Yerli Şəbəkə quraşdırılması"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "eternet kart tapıldı"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "İstifadə edəcəyiniz vasitəni seçin"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "İnternet Bağlantısı Bölüşdürülməsi"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Bağlantınızı açılışda başlatmaq istəyirsiniz?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Şəbəkə quraşdırılması"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Şəbəkənin yenidən başladılması sırasında xəta oldu: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Təbrik edirik, internet və şəbəkə quraşdırılması qurtardı.\n"
-"\n"
-"Qurğular indi sisteminizə əlavə ediləcək.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Bu edildikdən sonra Xdən çıxmağınızı tövsiyyə edirik, yoxsa\n"
-"verici adı xəsarətləri meydana gələ bilər."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"DİQQƏT: Bu avadanlıq daha əvvəl İntenetə bağlanmaq üçün qurulmuşdur.\n"
-"Avadanlığın qurğularını dəyişdirmaək istəmirsiniz isə,\n"
-"OLDU ya basın.\n"
-"Aşağıdakı girişləri düzəltməniz özünü əvvəlki qurğuların üstünə yazacaqdır."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr "Xahiş edirik bu kompüter üçün IP qurğularını girin"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "%s şəbəkə avadanlığı qurulur"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (sürücü %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP ünvanı"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Avtomatlaşdırılmış IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP ünvanı 1.2.3.4 şəklində olmalıdır"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Xahiş edirik kompüterinizn adını girin.\n"
-"Məsələn``kompüteradı.sahəadı.com''.\n"
-"Əgər şəbəkə keçidi istifadə edirsinizsə bunun da IP nömrəsini girməlisiniz."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS verici"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Keçit avadanlığı"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Vəkil vericilər quraşdırılması"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP vəkil verici"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP vəkil verici"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Vəkil verici http://... şəklində olmalıdır."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Vəkil verici ftp://... olmalıdır."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "İnternet qurğuları"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "İnternete girişi indi sınamaq istəyirsiniz?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Bağlantınız sınanır..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "İnternetə artıq bağlısınız"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Təhlükəsizlik səbəbi ilə indi bağlantı qopacaqdır."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Sisteminiz İnternetə bağlı deyil.\n"
-"Bağlantını yenidən quraşdırın"
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Bağlantı quraşdırılması"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Xahiş edirik aşağıdakıları doldurun ya da seçin"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kart IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kart mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kart IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kart IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kart IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Sizin şəxsi telefon nömrəniz"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "İnternet xidmət vericinizin adı (məsələn azeronline.com)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "İXM telefon nömrəsi"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Dns xidmətcisi 1 (arzuya görə)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Dns xidmətcisi 2 (arzuya görə)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Klaviaturanızı seçin"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Yığma modu"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Bağlantı növü:"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Bağlantı növü:"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Hesab Girişi (istifadəçi adı)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Hesap Parolu"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "bağlama iflas etdi: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Bu platformda genişlədilmiş bölmələr dəstəklənmir"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Bölmə cədvəlinizdə bir boşluq var, amma o da işlədilə bilməz.\n"
-"Bu boşluğu, birinci bölmənizi en yaxınındakı genişlədilmiş bölməyə "
-"daşıyaraq\n"
-"məsələni həll edə bilərsiniz."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "%s faylından qurtarılışda xəta: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "%s faylına yazarkən xəta oldu"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Bə'zən sürücünüzdə pis şeylər ola bilər.\n"
-"Datanın bütövlüyü yoxlaması bacarılmadı. \n"
-"Bu o demekdir ki diskə yazılan hər şey təsadüfi olacaqdır"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "alınmalı"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "vacib"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "əla"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "gözəl"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "bəlkə"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Yerli Çap Edici"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Uzaq CUPS vericisi"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Uzaq çap edici vericisi(lpd)"
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Şəbəkə Çap Edicisi (soket) "
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Çap Edici Vericisi"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Çap Edici avadanlığı URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Yerli Çap Edici"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "%s faylına yazarkən xəta oldu"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modul %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS verici IP"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Əsas)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Çap Edici Bağlantısı Seçin"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Çap ediciniz nə şəkildə bağlıdır?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Uzaq CUPS vericiləri üçün heç bir quraşdırmağa lüzüm yoxdur\n"
-"Buradakı hər çap edici avtomatik tapılacaqdır.\n"
-"Olmazsa \"Uzaq CUPS vericisi\" ni seçin."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Yerli Şəbəkə Quraşdırılması"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Uzaq CUPS vericisi"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP ünvanı 1.2.3.4 şəklində olmalıdır"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "Qapı nömrəsi rəqəmlə yazılmalıdır"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS verici IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Qapı"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Qurulum Tərzi Quraşdırılması"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Avadanlıqlar tanınır..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Qapıları sına"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Çap Edicisiz"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Yerli Çap Edici"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Avtomatik təsbit işlət"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "%s tapıldı"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Çap Edici avadanlığı URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Yerli Çap Edici"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Çap Edici avadanlığı URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Quraşdırma"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "%s paketi qurulur"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "%s paketi qurulur"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Uzaq Çap Edici (lpd) Seçənəkləri"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Uzaqdakı bir lpd çap edici növbəsini istifadə etmək üçün, \n"
-"çap edicinin bağlı olduğu çap edici vericisinin adını və növbə \n"
-"adınını verməlisiniz."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Uzaqdakı ev sahibi adı"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Uzaqdakı ev sahibi adı"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Uzaqdakı ev sahibi adı"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) Çap Edici Seçənəkləri"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Bir SMB çap edicidən yekun almaq üçün, SMB kompüter adı, çap edici "
-"vericisinin\n"
-"IP ünvanı, çap edicinin paylaşdırma adı, işləmə grupu, istifadəçi adı və \n"
-"parol verilməlidir."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB verici adı"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB verici IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Paylaşdırma adı"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "İş qrupu"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare Çap Edici Qurğuları"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"NetWare çap edicidən yekun almaq üçün, NetWare vericisinin adı və çap "
-"edici \n"
-"növbəsi adı ilə istifadəçi adı va parolu verilməlidir."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Çap Edici Vericisi"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Çap Edici Növbə Adı"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Soket Çap Edici Qurğuları"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Soket çap edicidən yekun almaq üçün, çap edicinin ev sahibi adını ve "
-"mümkünsə, qapısının nömrəsini verməlisiniz."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Çap Edici Ev sahibi"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Çap Edici Ev sahibi"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Çap Edici avadanlığı URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Çap edici adı"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "İzah"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Yeri"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Doğrudur?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Çap Edici Bağlantısı"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Nə cür bir çap ediciniz var?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "İnternet qurğuları"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "İnternet qurğuları"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Çap edicini sınamaq istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Qapıları sına"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Bəli, hər iki sınaq səhifəsini də çap et"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Çap Edici"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Standart"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Sınaq səhifəsi çap edilir..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Sınaq səhifəsi çap edilir..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Sınaq səhifəsi çap edilir..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Sınaq səhifəsi çap edilir..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Sınaq səhifəsi çap edici vasitəsinə göndərildi.\n"
-"Çap edicinin işləməsi üçün bir az vaxt keçər.\n"
-"Çap vəziyyəti:\n"
-"%s\n"
-"\n"
-"Düz mü işləyir?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Sınaq səhifəsi çap edici vasitəsinə göndərildi.\n"
-"Çap edicinin işləməsi üçün bir az vaxt keçər.\n"
-"Düz mü işləyir?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Çap Edicisiz"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Qapat"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Şəbəkə dayandırılır"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Şəbəkə dayandırılır"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Çap edici seçənəkləri"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "İnternet qurğuları"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Çap edici adı təkcə hərf, rəqəm və alt xətt daxil edə bilər"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Çap Edicisiz"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Bağlantınız başladılır..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Şəbəkəni qur"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor qurulmayıb"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Şəbəkə Qurğuları"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Yüksək"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Şübhəci"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Çap Edici Bağlantısı Seçin"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Çap Edicini Qur"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "%s paketi qurulur"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Çap edici seçənəkləri"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Çap Edicini Qur"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Bir çap edici qurmaq istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Çap Edici"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Aşağıda yazıçıdakı növbələr verilmişdir.\n"
-"Yenilərini əlavə edə bilər, və ya mövcud olanları dəyişdirə bilərsiniz."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Aşağıda yazıçıdakı növbələr verilmişdir.\n"
-"Yenilərini əlavə edə bilər, və ya mövcud olanları dəyişdirə bilərsiniz."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Şəbəkəni qur"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normal Mod"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Qurğuları sınamaq istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "İnternet qurğuları"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Qurğuları sınamaq istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "İnternet Bağlantısı Bölüşdürülməsi"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Çap Edici Bağlantısı"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Sınaq səhifəsi çap edilir..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Qurğuları sınamaq istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Uzaq Çap Edici"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Yerli Çap Edici"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Şəbəkəni yenidən başlatmaq istəyirsiniz?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "CUPS sürücü datası oxunur..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Vəkil vericilər quraşdırılması"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Qapı"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Vəkil verici http://... şəklində olmalıdır."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "Qapı nömrəsi rəqəmlə yazılmalıdır"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Vəkil verici ftp://... olmalıdır."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Avtomatik Giriş"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Parol"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Parolsuz"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Parollar uyğun gəlmir"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Şəkilləndirilmiş RAID md%d-yə disk bölməsi əlavə edilə bilinmədi"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "%s faylına yazıla bilinmədi"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid iflas etdi"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid iflas etdi (raidtools əksik ola bilər mi?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "%d səviyyə RAID üçün çatmayan sayda disk bölməsi\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "ALSA səs sistemini (Advanced Linux Sound Architecture) başlat"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anakron, periodik əmr zamanlayıcısı"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd batareya vəziyyətini izləmək üçün və syslog aracılığıyla bunun qeydini "
-"tutmaq üçün istifadə edilir.\n"
-"Ayrıca batareya azaldığında sistemi qapatmaq üçün də istifadə edilir."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"at əmri, zamanlanan əmrləri işləmələri lazım gələn vaxtda işlədir.\n"
-"Sistem yükü lazımi qədər alçaq olduğunda yığma əmrləri işlədilir."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron, istifadəçilərə xüsusi əmrləri periodik olaraq işə sala bilən\n"
-"standart bir UNIX proqramıdır. vixie cron, standart cron'a əlavə edilmiş bir "
-"çox\n"
-"yeni xüsusiyyət daxildir."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM, Midnight Commander kimi mətn əsaslı tə'minatlara siçan dəstəyi əlavə "
-"edər.\n"
-"Ayrıca konsolda siçanla kəsmə və yapışdırma əməliyyatlarına da imkan verər.\n"
-"Konsolda pop-up menyu dəstəyi verər."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake texniki tə'minat sınağı aparar və onları bir ön quraşdırmadan "
-"keçirər."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache bir World Wide Web vericisidir. HTML faylları və CGI verilməsi üçün "
-"istifadə edilir."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet superserver daemon (qısaca inetd ) bir çox \n"
-"başqa internet xidmətcisini lazım gəldiyi zaman işa salır. İçində telnet, "
-"ftp, rsh və rlogin kimi proqramın olduğu xidmətləri işə salmaqla məs'uldur.\n"
-"inetd-ni sistemden çıxarmaq, onun məs'ul olduğu bütün xidmətləri\n"
-"rədd etmək mənasını daşıyır."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Linuks 2.2 seriyası çəkirdəklərində firewall\n"
-"qurmaq üçün üçün paket süzülməsini başlat."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Bu paket /etc/sysconfig/keyboard'dakı seçili klaviatura düzülüşünü yüklər.\n"
-"Hansı klaviatura düzülüşü istifadə ediləcəyi kbdconfig ilə seçilir.\n"
-"Bu, mandrake qurulan bir çox kompüterdə fəal buraxılmalıdır."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"/usr/include/linux/{autoconf,version}.h üçün \n"
-"/boot-da avtomatik çəkirdək başlığı yaradılması."
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Texniki avadanlığın açılışda avtomatik təsbiti və qurulması."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf sistem qurğularınızı idarə edən proqramları\n"
-"müxtəlif vəzifələri açılışda icra edər."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd, lpr'nin düzgün olaraq işləməsi üçün lazımi çap edici vasitəsidir.\n"
-"lpd əsasən, çap vəzifələrini idarə edən və onları çap ediciyə göndərən "
-"vericidir."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linuks Virtual Verici, yüksək qabiliyyətli vericilər qurmaq üçün işlədilir."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) verici adlarını IP ünvanlarına çevirən\n"
-"Sahə Adı Vericisidir(DNS)."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Bütün Şəbəkə Fayl Sistemlərini (NFS), SMB (Lan Manager/Windows), və \n"
-"NCP (NetWare) bağlama nöqtələrini bağlar və ayırır."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Açılış sırasında başlamaq üçün qurulmuş bütün şəbəkə axtar üzlərini "
-"fəallaşdırır ya da qapatır."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS TCP/IP şəbəkələrində fayl bölüşülməsi üçün istifadə edilən məşhur bir "
-"protokoldur.\n"
-"Bu xidmət, /etc/exports faylında qurğuları olan NFS vericisinin\n"
-"istifadəsinə imkan verər."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS TCP/IP şəbəkələrində fayl bölüşülməsi üçün istifadə edilən məşhur bir \n"
-"protokoldur. Bu xidmət NFS fayl qıfılı istifadəsinə imkan verər."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Açılışda XFree və konsolda numlock düyməsini\n"
-"avtomatik olaraq aç."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "OKI 4w və uyğun Windows çap edicilərini dəstəklə."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA dəstəyi, laptoplarda eternet və modem kimi avadanlıqların "
-"dəstəklənməsinə imkan verər.\n"
-"Qurulmadığı vaxtda açılışda işləməz, işləməsinə ehtiyac olmayan\n"
-"kompüterlərdə qurulu olması problem yaratmaz."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper, NFS ve NIS kimi protokollar tərəfindən istifadə edilən RPC \n"
-"bağlantılarını təşkilatlandırır. Portmap vericisi RPC mexanizmini işlədən\n"
-"protokollarla xidmət edən kompüterlərdə qurulmalıdır və işlədilməlidir."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Posfix, elektronik məktubların bir kompüterdən digərinə yollayan \n"
-"Elektronik Məktub Yollama Vasitəsidir."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Yüksək keyfiyyət təsadüfi rəqəm istehsal edən sistem entropi hovuzunun \n"
-"saxlanması və yenidən köhnə halına gətirilməsinə imkan verər."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"routed vasitəsi avtomatik IP router cədvəlinin RIP protokolu tərəfindən\n"
-"yenilənməsinə imkan verər. RIP əsasən kiçik şəbəkələrdə istifadə edilir, "
-"daha böyük\n"
-"şəbəkələrdə daha qarışıq routing protokollarına ehtiyacı vardır."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokolu bir şəbəkədəkı istifadəçilərin o şəbəkədəkı hər hansı bir\n"
-"kompüter haqqındakı qabiliyyət ölçüləri ala bilmələrinə imkan verər."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokolu bir şəbəkədəkı istifadəçilərin o şəbəkədəkı kompüterlərdə\n"
-"işləyən istifadəçiləri görməsinə imkan verər."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokolu, uzaq istifadəçilərin, rwho vasitəsi işlədən bir kompüterdə\n"
-"olan bütün istifadəçiləri görmələrina imkan verər."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Kompüterinizdə səs sistemı başladın"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog, bir çox vasitənin ismarıclarını müxtəlif sistem qeydlərində\n"
-"tutmalarına imkan verər. Syslog'un hər zaman işləməsi\n"
-"yaxşı fikirdir."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "USB avadanlığınız üçün sürücüləri yükləyin."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"X Font Vericisini açılışda işə salar (Bu, XFree icrası üçün məcburidir)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Açılışda avtomatik olaraq başlayacaq xidmətləri seçin"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Çap Edici"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "İnternet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Sistem modu"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Uzaq Çap Edici (lpd) Seçənəkləri"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Databeyz"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "avadanlıq"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "işləmir"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "dayandırılıb"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Xidmətlər və vasitələr"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Bu xidmət haqqında təəsüf ki,\n"
-"əlavə mə'lumat yoxdur."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Açılışda"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Hal:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Bütün dünya"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "İnternet imkanı"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedya - Qrafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Təcrübi"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "İdarə Mərkəzi"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Şəbəkə ara üzü"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB verici adı"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Oyunlar"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Usta"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "%s paketi qurulur"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Bölmə cədvəlini oxuya bilmirəm, dəyəsən biraz xarab olub:-(\n"
-"Xəsərli hissələri düzəltməyə cəhd edəcəm"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Xəta"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Qurulum sonrası qurğular"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Qurulum Tərzi Quraşdırılması"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Təbriklər!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Qurulum"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "İstifadəçi əlavə et"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Loopback faylı şəkilləndirilir: %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Paket Qrup Seçkisi"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Növbəni sil"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "\"Windows\"u sil"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "İstifadəçi adı"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Xahiş edirik siçanınızı seçin"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Xahiş edirik təkrar sınayın"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Xahiş edirik təkrar sınayın"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Parolsuz"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Yerli Şəbəkə quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Çap Edici Bağlantısı Seçin"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Klaviatura quruluşunu seçiniz."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Xahiş edirik siçanınızı seçin"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Şəbəkə ara üzü"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "İstifadəçi adı"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Sabit disk seçkisi"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "İstifadəçi adı"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Çərx"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Çərx"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Modul seçənəkləri:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Şəbəkə quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Fayl sistemi qurğuları"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Seçənəklər"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Şəbəkə quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Xahiş edirik siçanınızın növünü seçin."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Disketdən geri çağır"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Xahiş edirik siçanınızın növünü seçin."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Digər"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Sistemi qur"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Fayldan geri çağır"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Fayldan geri çağır"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Xüsusi"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_Yardım"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Əvvəlki"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Hal:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Fayldan geri çağır"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Sonrakı ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Qurulacaq paketləri seçin"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Xətalı yedəkləmə faylı"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Fayla qeyd et"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Xahiş edirik siçanınızı seçin"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Şəbəkə quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Şəbəkə quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Yerli Şəbəkə Quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Yerli Şəbəkə Quraşdırılması"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Fayl sistemi qurğuları"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s qurulumu iflas etdi. Olan xəta:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "şəbəkə kartı tapılmadı"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Qurtardı"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Qurulum hazırlanır"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "məhdudlaşdır"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "məhdudlaşdır"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Bölmə şəkilləndirilməsi"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Yerli Şəbəkə Quraşdırılması"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Bağlama nöqtəsi"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Şəkilləndiriləcək disk bölmələrini seçin"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "İş Yeri"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Dayandır"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Çap Edici"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Sistemi qur"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Fayl seç"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Uzaq Çap Edici"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "İnit İsmarıcı"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Qurulum"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Qurulumdan çıx"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "İnternet Bağlantısı Bölüşdürülməsi"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "İnternet Bağlantısı Bölüşdürülməsi fəallaşdırıldı"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"İnternet Bağlantısı Bölüşdürülməsi qurulması artıq bitdi.\n"
-"Və artıq fəallaşdırılmışdır.\n"
-"\n"
-"Nə etmək istəyirsiniz?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "passivləşdir"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "keç"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "yenidən quraşdır"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Vericilər bağlanır..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "İnternet Bağlantısı Bölüşdürülməsi indi bağlandı"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "İnternet Bağlantısı Bölüşdürülməsi passivləşdirildi"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"İnternet Bağlantısı Bölüşdürülməsi qurulması artıq bitdi.\n"
-"Və artıq passivləşdirilmişdir.\n"
-"\n"
-"Nə etmək istəyirsiniz?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "fəallaşdır"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Xidmətlər fəallaşdırılır..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "İnternet Bağlantısı Bölüşdürülməsi indi açıldı"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Kompüterınızi İnternet bağlantısını bölüşdürmək üçün quraşdırırsınız.\n"
-"Bu seçənəklə yerli şəbəkənizdəki başqa kompüterlər sizin İnternet "
-"bağlantınızdan faydalana biləcəklər.\n"
-"\n"
-"Xəbədarlıq: Yerli Şəbəkə (LAN) qurmaq üçün uyğun Şəbəkə Adapterinə "
-"ehtiyacınız var."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Ara Üz %s (%s modulu işlədilir)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Ara üz %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Sisteminizdə şəbəkə kartı tapıla bilməyib.Avadanlığı quran vasitəni işə "
-"salın."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Şəbəkə ara üzü"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Sistemnizdə bir dənə qurulmuş şəbəkə adapteri var:\n"
-"\n"
-"%s\n"
-"\n"
-"Yerli Şəbəkə adapterinizi qurmaq üzərəyəm?"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Sizi Yerli Şəbəkəyə bağlayacaq adapteri seçin"
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor qurulmayıb"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Qurulum Tərzi Quraşdırılması"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "İnternet qurğuları"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS verici IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "%s quğusunda dəyəsən bir LAN ünvan çaxışması tapıldı!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Oddan divar (Firewall) quruluşu tapıldı!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Diqqət! Var olan Firewall qurğusu tapıldı. Yükləmədən sonra bir az əl "
-"gəzdirə bilərsiniz."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Quraşdırılır..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Skriptlə qurulur, proqram tə'minatı qurulur, xidmətlər başladılır..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "%s paketi qurulurkən xəta oldu"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Hər şey quruldu.\n"
-"İndi isə İnternet bağlantınızı yerli şəbəkədəkı başqa kompüterlər ilə "
-"bölüşdürə bilərsiniz, bunun üçün isə avtomatik şəbəkə quraşdırılması (DHCP) "
-"işlədilir."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Quraşdırma artıq qurtarıbdır, amma fəaliyyəti dayandırılıb."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Quraşdırma artıq qurtarıbdır və fəaliyyətdədir."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "İnternet Bağlantısı Bölüşdürmə Quraşdırması aparılmayıb."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "İnternet bağlantısı bölüşdürülməsi quraşdırılması"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"İnternet Bağlantısı Bölüşdürmə vasitəsinə Xoş Gəldiniz!\n"
-"\n"
-"%s\n"
-"\n"
-"Quraşdırma sehirbazını açmaq üçün Quraşdıra tıqlayın."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Şəbəkə quraşdırılması (%d adapter)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Profili sil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Silinəcək profil:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Yeni profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Ev sahibi adı:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "İnternet imkanı"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Növ: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Keçit:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Ara üz"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Hal:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "İnternet keçişini Qur..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Yerli Şəbəkə quraşdırılması"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Sürücü"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Ara üz"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Hal:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Yerli Şəbəkəni Quraşdır..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Sehirbaz..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Əlavə Et"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Lütdən Gözləyin... Qurğular əlavə edilir"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Bağlandı"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Bağlı deyil"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Bağlan..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Bağlantını Kəs..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Qurulu ara üzünüz yoxdure.\n"
-"Əvvəlcə onları 'Quraşdır'a basaraq qurun"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Yerli Şəbəkə Quraşdırılması"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "%s Adapteri: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Açılış Protokolu"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Açılışda başladılır"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP alıcısı"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Fəal"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Fəal"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Heç İnternet bağlantınız yoxdur.\n"
-"Əvvəlcə onları 'Quraşdır'a basaraq qurun"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "İnternet bağlantısı quraşdırılması"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "İnternet Bağlantısı Quraşdırılması"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Bağlantı növü:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametrlər"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Keçit"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Eternet Kartı"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP Alıcısı"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Təhlükəsizlik səviyyəsinin quraşdırılması"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "İdarə Mərkəzi"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "İstifadə edəcəyiniz vasitəni seçin"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Fransızca (Kanada/Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Avropa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "İzlandiya dili"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Avropa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "serial"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "istifadə qaydası: keyboarddrake [--expert] [klavatura]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Klaviatura quruluşunu seçiniz."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Konsolda BackSpace'in Silmə funksyasını görməyini istəyirmisiniz?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Cd-Romu dəyişdir"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Qurma Cd-Romunu sürücünüzə taxın və OLDUya basın.\n"
-"Əgər Cd-Rom əlinizdə yox isə, bu Cd-Rom-dan qurmamaq üçün RƏDD ETə basın."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Təkmilləşdirmə işi başlaya bilmir !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Təkcə bu gününkünü göstər"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fayl/_Yeni"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>Y"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fayl/_Aç"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>A"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fayl/_Qeyd Et"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>Q"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fayl/_Fərqli Qeyd Et"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fayl/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Seçənəklər"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Seçənəklər/Sınaq"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Yardım"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Yardım/_Haqqında..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "İstifadəçi adı"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "ismarıclar"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "sistem qeydi"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "axtar"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Qeydlərinizə baxan vasitə"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Qurğular"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "oxşayır"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "amma oxşamır"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Fayl seç"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Təqvim"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Fayl məzmunu"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "xahiş edirik, gözləyin, fayl daranır: %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Yerli Şəbəkə quraşdırılması"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache və Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "avadanlıq"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Şəkilləndirilir"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Quraşdırma"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Fərqli qeyd et..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Xahiş edirik siçanınızın növünü seçin."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_USB avadanlığı tapılmadı\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "3 düymə emulasiyası"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Ekran kartınızı seçin"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Açılış avadanlığı"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Firewall quraşdırılması"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Firewall quraşdırılması"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Firewall qurğularını artıq qurtarmısınız.\n"
-"Qur-a tıqlayaraq firewall qurğuların silin ya da təkmilləşdirin."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Qur-a tıqlayaraq standart firewall qurğularını aparın."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "İşlətdiyiniz dili seçin"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Quruluş sinifini seçin"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Sabit disk seçkisi"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Siçan qurğuları"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Klaviaturanızı seçin"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Təhlükəsizlik"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Fayl sistemi qurğuları"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Bölmə şəkilləndirilməsi"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Qurulacaq paketləri seçin"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Sistemi qur"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "İstifadəçi əlavə et"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Şəbəkəni qur"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Xidmətləri qur"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Sistem yükləyicini qur"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Açılış disketi yarat"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X qur"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Sistemi qur"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Qurulumdan çıx"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall configurator\n"
-"\n"
-"Bu, Linuks Mandrake sisteminiz üçün şəxsi bir firewall quraşdıracaqdır.\n"
-"Daha güclü və e'tibarlı sistem üçün xahiş edirik xüsusi MandrakeSecurity "
-"Firewall\n"
-"buraxılışını tədqiq edin."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"İndi isə internetə bağlanırkən istifadə etməyi arzuladığınız xidmətləri\n"
-"soruşacağıq. Bu suallara xahiş edirik diqqətlə cavab verin, çünkü "
-"kompüterinizin \n"
-"təhlükəsizliyi çox vacib məsələdir.\n"
-"\n"
-"Xahiş edirik, bu xidmətlərdən istifadə etmədiklərinizə yaxşı qərar verin ki, "
-"firewall\n"
-"onu bağlasın. Sonradan bu qurğuları özünüz proqramı yenidən işə salaraq "
-"dəyişdirə bilərsiniz.!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Sisteminizdə bütün İnternetə göstərmək istədiyiniz veb vericisi "
-"işlədirsiniz? \n"
-"Təkcə bu kompüterin görəcəyi bir veb vericisi olacaqsa burada YOX cavasbı "
-"verə bilərsiniz.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Bu kompüterdə ad vericisi işlədirsiniz? Əgər internetə bağlanırkən bir IP "
-"ünvanı və\n"
-"nahiyə mə'lumatı almırsınızsa YOX cavabı verin.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Gələn E'tibarlı Qabıq (ssh) bağlantılarına icazə vermək istəyiriniz? Bu, "
-"bir\n"
-"cür telnet əvəzidir. İndi telnet işlədirsinizsə onda \"ssh\"yə "
-"keçməlisiniz. \n"
-"Telnet kodlama işlətmir, ona görə dəbə'zi həkerlər parolunuzu oğurlaya "
-"bilər. \n"
-"ssh bunlara icazə verməz."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Gələn telnet bağlantılarına icazə verim?\n"
-"Bu çox e'tibarsızdır. Bunu sizə əvvəlki ekranda söylədik. Buna \n"
-"yox cavabı verməyinizi tövsiyyə edirik. Yerinə ssh işlədin.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"İnternetdən yetişilə bilən bir FTP vericisi işlədirsiniz? Əgər "
-"işlədirsinizsə,\n"
-"təkcə Anonim köçürmələr üçün olmasını tövsiyyə edərik. FTP ilə göndərilən\n"
-"parollar həkerlər tərəfindən oğurlana bilər. FTP parolları kodlaya bilmir "
-"axı.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Burada məktub vericisi işlədirsiniz? Əgər ismarıclarınızı pine\n"
-"mutt və ya başqa mətn əsaslı məktub alıcısından göndərirsinizsə,\n"
-"demək ki, işlədirsiniz. Yoxsa firewall bunu bağlamalıdır.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Burada POP və ya IMAP vericisi işlədirsiniz? Bu isə\n"
-"kompüterdə veb əsaslı olmayan məktub hesabları qurmaq üçün lazımdır.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Dəyəsən 2.2 çəkirdək işlədirsiniz. Əgər kompüterinizin\n"
-"IPsi başqa bir kompüter tərəfindən dinamik olaraq verilirsə,\n"
-"onda buna icazə vermək olar. Beledir?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Kompüterinizin vaxtı başqa bir kompüterlə sinxronlaşdırır?\n"
-"Bu, daha çox orta və geniş Unix/Linuks şirkətləri tərəfindən işlədilir.\n"
-"Əgər bir şirkətin bir parçası deyilsinizsə, demək ki, işlətmirsiniz."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Qurulum qurtarıldı. Dəyişiklikləri diskə yazım?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "%s açıla bilmir: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Yazmaq üçün %s açıla bilmir: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Firewall quraşdırılması"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Xahiş edirik gözləyin, qurulum hazırlanır"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Verici, Veb/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Şəbəkə Kompüteri (alıcı)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS vericisi, SMB vericisi, SSH vericisi, Vəkil Verici"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "İş Yeri"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome iş stansiyası"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Palm Pilot və ya Visorunuz üçün vasitələr"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Masa üstü"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Verici, Firewall/Ruter"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domeyn Ad bə Şəbəkə Mə'lumat Vericisi"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"İdarə proqramları: kəlmə işləyənlər (kword, abiword), hesablayıcılar və pdf "
-"göstəriciləri, vs."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-"Səs ilə əlaqədər vasitələr: mp3 və ya midi çalğıçılar, qarışdırıçılar, vs."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Linuks və pulsuz proqram tə'minatıları Kitablar və Howtoları"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE iş stansiyası"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, vs."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedya - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Məktub, xəbərlər, fayl daşınması, chat vasitələri"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Databeyz"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL və ya MySQL databeyz vericisi"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Kompüter qurğularını asandlaşdıran vasitələr"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedya - Səs"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Vasitələr"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Sənədlər"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsol Vasitələri"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix məktub vericisi, Inn xəbər vericisi"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "İnternet stansiyası"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedya stansiyası"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Yerli Şəbəkə Quraşdırılması"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Başqa qrafiki ara üzlər (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr "KDE, əsas qrafiki ara üz və yardımçi proqramlar kolleksiyası"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Qrafiki Ara Üz"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache və Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "CD yazmaq və yandırmaq proqramları"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "İş Yeri Stansiyası"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Verici"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, IceWM, Windows Maker, Enlightement, Fvwm, vs."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Qrafika proqramları, məsələn The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C və C++ inkişaf kitabxanaları, proqramları və daxil ediləcək fayllar"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Şəbəkə Kompüteri vericisi"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Verici, ePoçt/Groupware/Xəbərlər"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Oyun stansiyası"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video çalğıçıları və editorları"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedya - Qrafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Məzəli proqramlar: arkad, lövhə oyunları, strategiya, vs"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Elektronik məktub və xəbər oxuyucusu (pine, mutt, tin..) və Web səyyahları"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arxivləmə, emulyatorlar, izləmə"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Şəxsi Maliyyə"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"İstifadəçi dostu proqram və masa üstü ilə bərabər qrafiki ara üz vasitələri"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "SSH daxil bir çox protokolların alıcıları"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "İnternet keçişı"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Səs və video çalınması/düzəliş proqramları"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Başqa qrafiki ara üzlər"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editorlar, rəflər, fayl vasitələri, terminallar"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Şəxsi maliyyə idarəçiləri, məsələn gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Şəxsi Mə'lumat İdarəçisi"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedya - CD Yandırma"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Elmi iş stansiyası"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Dayandır"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr "Qurtardı"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Əsas istifadəçini seçin:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Uzaq Çap Edici"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "İndi %s moduluna parametrlər girə bilərsiniz."
-
-#~ msgid "mount failed"
-#~ msgstr "bağlama iflas etdi"
-
-#~ msgid "Low"
-#~ msgstr "Alçaq"
-
-#~ msgid "Medium"
-#~ msgstr "Orta"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Bu təhlükəsizlik səviyyəsi üçün əlavə olaraq artırılmış təhlükəsizlik "
-#~ "xəbərdarlığı və \n"
-#~ "yoxlama var."
-
-#~ msgid "Boot mode"
-#~ msgstr "Açılış modu"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Usta"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Linuks zamanı GMT-yə (Greenwich Mean Time) görə qurğular və olduğunuz \n"
-#~ "yerdəki zamana görə lazımi dəyişiklikləri edər."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "İnternetə bağlantı"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "İnternetə bağlantını kəs"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Şəbəkə (İnternet/LAN) bağlantınızı quraşdırın"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Hansı diskə daşımaq istəyirsiniz?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Mə'lumat"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnome iş stansiyası"
-
-#~ msgid "authentification"
-#~ msgstr "tanıtma"
-
-#~ msgid "user"
-#~ msgstr "istifadəçi"
-
-#, fuzzy
-#~ msgid ""
-#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
-#~ "CGI."
-#~ msgstr ""
-#~ "Apache bir World Wide Web vericisidir. HTML faylları və CGI verilməsi "
-#~ "üçün istifadə edilir."
-
-#~ msgid ""
-#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-#~ "host names to IP addresses."
-#~ msgstr ""
-#~ "named (BIND) verici adlarını IP ünvanlarına çevirən\n"
-#~ "Sahə Adı Vericisidir(DNS)."
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Xahiş edirik siçanınızın növünü seçin."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Çıx"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Taxılıb sökülə bilən avadanlıqların avtomatik bağlanması"
-
-#~ msgid "Active"
-#~ msgstr "Fəal"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Xeyr"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "\"%s\" modelində bir çap edici tapıldı:"
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Yerli Çap Edici Avadanlığı"
-
-#~ msgid "Printer Device"
-#~ msgstr "Çap Edici Avadanlığı"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Uzaq CUPS vericisi"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Uzaq CUPS vericisi"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linuks"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Sistem modu"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Digər"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Klaviatura quruluşunu seçiniz."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Növ: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Xətalı yedəkləmə faylı"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "X qur"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Çap Edici Avadanlığı"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Ləğv et"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Oldu"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Qapat"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "Bağlantınız başladılır..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "Bağlantınız kəsilir..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "Bağlantı kəsildi. Buna əllə kökdə\n"
-#~ "/etc/sysconfig/şəbəkə-scripts/net_cnx_down\n"
-#~ "əmrini icra edərək nail ola bilərsiniz."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "Sistem indi bağlantısını kəsib."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Qurmaq istədiyiniz paketləri seçin"
-
-#~ msgid "Total size: "
-#~ msgstr "Hamısı: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Xahiş edirik gözləyin, "
-
-#~ msgid "Total time "
-#~ msgstr "Ümumi müddət"
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "X11 qurğuları üçün mövcud qurğulardan istifadə edək?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Çap ediciniz hansı avadanlığa bağlıdır? \n"
-#~ "(/dev/lp0, LPT1'nin qarşılığıdır)\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr "Diqqət, şəbəkə adapteriniz onsuz da qurulub. Yenidən quracam."
-
-#~ msgid "New"
-#~ msgstr "Yeni"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Uzaqdakı növbə adı"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Qarışıqlıq (%s), daha aydın yazın\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (əsas %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Seçkiniz (əsas %s, yoxsa `none' yazın) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "/etc/sysconfig/autologin oxunmaq üçün açıla bilmir: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Şəbəkəni yenidən başlatmaq istəyirsiniz?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Razısınız?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Şəbəkə avadanlığını yenidən başlatmalıyam:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "%s avadanlığını yenidən başladacam. Razısınız?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Başqa bir şəkildə seçilməmiş isə, ümumiyyətlə bu seçki \"/dev/hda\" \n"
-#~ "(Birinci ali IDE disk) ya da \"/dev/sda\" (birinci SCSI disk)\n"
-#~ "olacaqdır."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Bağlantı növü:"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Əsas istifadəçini seçin:"
-
-#~ msgid "Test the mouse here."
-#~ msgstr "Siçanınızı buradan sınayın."
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Qurulma və sistem istifadəsi üçün bir dil seçin."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Davam edə bilmək üçün yuxarıdakı lisenziyanın maddələrini qəbul "
-#~ "etməlisiniz.\n"
-#~ "\n"
-#~ "\n"
-#~ "Xahiş edirik, maddələrlə razı isəniz \"Qəbul\" düyməsinə basın.\n"
-#~ "\n"
-#~ "\n"
-#~ "Xahiş edirik, maddələrlə razı deyilsəniz ,\"Rədd\" düyməsinə basın\n"
-#~ "Yükləmə indiki qurğularınız dəyişdirilmədən bitiriləcək."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Yuxarıdakı siyahıdan klaviaturanıza uyöun gələn düzülüşü seçiniz"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Əgər yükləmədən sonra işlətmək üçün fərqli dillər (yükləmənin əvvəlində "
-#~ "seçdiyinizdən) seçmək istəyirsinizsə,\n"
-#~ "xahiş edirik, onları yuxarıdakı siyahıdan seçin.\n"
-#~ "Əgər hamısını seçmək istəyirsiniz isə \"Hamısını\" seçin."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Seç:\n"
-#~ "\n"
-#~ " - Xüsusi: Əgər Linuksa aşina isəniz bu seçənəyə tıqlayın.\n"
-#~ " Sonra sistemin sinifini seçə biləcəksiniz.\n"
-#~ " Ayrınrılar üçün aşağıya baxın.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Usta: Əgər GNU/Linuks haqqında yaxşı bilik sahibi isəniz bunu seçin.\n"
-#~ " Daha sonra \"Xüsusi\" seçkisində olduğu kimi sistemin sinifini seçə "
-#~ "biləcəksiniz.\n"
-#~ " Ancaq artıq dərəcədə xahiş edirik, NƏ ETDİYİNİZİ BİLMİRSƏNİZ BU "
-#~ "SİNİFİ SEÇMƏYİN!."
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "İndi isə kompüterinizi necə işlədəcəyinizə qerar verin.Seç:\n"
-#~ "\n"
-#~ "* Masa üstü: kompüterinizi gündəlik işlər (idarə işləri, qrafika vs.)\n"
-#~ " üçün istifadə edəcək isəniz, bunu seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Təcrübi: Kompüterinizi proqram tə'minatı inkişafı üçün işlədəcəksəniz, "
-#~ "sizin üçün ideal seçkidir.\n"
-#~ " O zaman qaynaq kodları yazmaq, şəkilləndirmək və xətadan ayıqlamaq və ya "
-#~ "proqram paketləri hazırlamaq üçün lazımi hər cür proqramın daxil olduğu "
-#~ "bir kolleksiya kompüterinizə qurulacaqdır.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Verici: Kompüterinizə Linuks-Mandrakeni verici olaraq işlətmək üçün "
-#~ "quracaqsanız, bu yaxşı bir seçkidir.\n"
-#~ " Bir fayl vericisi (NFS ya da SMB),çap edici vericisi(Unixin lp protokolu "
-#~ "ya da Windows tərzi SMB çap),\n"
-#~ " tanıdıcı verici (NIS), mə'lumat tabanı vericisi və oxşarı...Onda KDE, "
-#~ "GNOME kimi məzəli şeylərin qurulmağını gözləməyin."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "İndi qurmaq ya da güncəlləmək istədiyiniz paket qruplarını\n"
-#~ "seçə bilərsiniz.\n"
-#~ "\n"
-#~ "Sonra DrakX seçdiklərinizi qurmaq ya da güncəlləmək üçün lazımi \n"
-#~ "boş yerinizin olub olmadığını sınayacaq. Əgər yoxsa, sizə bunu \n"
-#~ "söyləyəcək. Nə olursa olsun davam etmək istəsəniz,yükləmə davam edəcək.\n"
-#~ "Amma daha az ehtiyac olan paketlər qurulmayacaq.\n"
-#~ "Siyahının üstündə \"Şəxsi paket seçilməsi\"\n"
-#~ "seçənəyini işarətləsiniz 1000dən artıqpaket arasından seçə bilərsiniz."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "İndi isə siz istədiyiniz paketi qurmaq üçün\n"
-#~ "seçə bilərsiniz.\n"
-#~ "\n"
-#~ "\n"
-#~ "Paket pəncərəsi solundakı bucaqdaki seçənəyə tıqlayaraqağacı həm aça\n"
-#~ "həm də sıxışdıra bilərsiniz.\n"
-#~ "\n"
-#~ "\n"
-#~ "Paketlərin əlifba sırasına görə düzülməsini istəyirsinizsə\n"
-#~ "\"Otaq və grupu düz\"\n"
-#~ "düyməsinə basın.\n"
-#~ "\n"
-#~ "\n"
-#~ "Paket ehtiyacları xəbərdarlıqlarını istəmirsəniz \"Avtomatik\n"
-#~ "ehtiyaclar\"ı seçə bilərsiniz.\n"
-#~ "Amma bunu işarətlədiyiniz vaxt unutmayın bir paketin işarətini "
-#~ "qaldırdığınızda\n"
-#~ "ehtiyacı olan digər paketlerin de işarəti səssizcə qalxar."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Yuxarıdakı siyahıdakı bütün CDlərə sahibsəniz, OLDUya tıqlayın.\n"
-#~ "Bu CD'lərin heç birinə sahib deyilsəniz, Ləğv et'i tıqlayın.\n"
-#~ "CD'lərdən bə'ziləri əksiksə, bunları seçili vəziyyətdən çıxarıb OLDUya "
-#~ "tıqlayın."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Kompüterinizi internete və ya yerli networka bağlamaq\n"
-#~ "istəyirsinizsə xahiş edirik doğru xüsusiyəti seçin. Ayrıca DrakXin bunu "
-#~ "tapması üçün avadanlığınızı açın.\n"
-#~ "\n"
-#~ "\n"
-#~ "İnternet və ya yerli networka heç girişiniz yox isə\"Şəbəkə qurğularını "
-#~ "keç\"\n"
-#~ "seçənəyini işarətləyin.\n"
-#~ "\n"
-#~ "\n"
-#~ "Şəbəkə qurğularını sonraya buraxmaq istəyirsinizsəvə ya qurğular bitdiysə "
-#~ "\"Oldu\" seçənəyini işarətləyin."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Modem tapılmadı. Xahiş edirik modemin bağlı olduğu serial qapını seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "Xəbəriniz olsun, birinci serial qapı (Windows altında\n"
-#~ "\"COM1\") linux altında\"ttyS0\" deyə adlandırılır."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "İndi isə çevirməli bağlantı xüsusiyyətləri seçə bilərsiniz.\n"
-#~ "Əgər bilmirsinizsə və ya ne girəcəyinizə qerar vermədinizsə\n"
-#~ "(Məsələn, İXV (ISP) və DNS nömrələri kimi) bunları\n"
-#~ "daha sonra da internete girərək öyrənə bilərsiniz."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Modeminiz xarici isə modeminizi açın ki DrakX onu avtomatik olaraq tapsın."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Xahiş edirik modeminizi açın ve doğru seçənəyi işarətləyin."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Əgər yuxarıdakılar haqqında mə'lumatınız yox isə və ya ne girəcəyinizə "
-#~ "qərar vermədinizsə\n"
-#~ "(Məsələn, İXV (ISP) və DNS nömrələri kimi)bunları\n"
-#~ "daha sonra da internete girərək öyrənə bilərsiniz."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "İndi isə ev sahibi bilgilərini girin. Ne girəcəyinizə\n"
-#~ "qerar vermədinizsə\n"
-#~ "(Məsələn, İXV (ISP) və DNS nömrələri kimi)bunları\n"
-#~ "daha sonra da internete girərək öyrənə bilərsiniz."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Seç:\n"
-#~ "\n"
-#~ " - IP ünvanı: Əgər IP ünvanını bilmirsinizsə, sistem idarəcisinəya da \n"
-#~ "İnternet xidmət vericisinə danışın.\n"
-#~ "\n"
-#~ " - Şəbəkə maskası: Ümumiyyətlə \"255.255.255.0\" yaxşı bir seçkidir. Əgər "
-#~ "əmin \n"
-#~ "deyilsəniz, yenə sistem idarəcinizə ya da xidmət vericinizəsoruşun.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Avtomatik IP : Əgər networkunuz bootp ya da dhcp protokollarından bir "
-#~ "dənəsini \n"
-#~ "istifadə edirsə bu seçənəyi işarətləyin."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Əgər şəbəkədə NIS işlədilirsə, \"NIS kullan\" seçənəyini işarətləyin. "
-#~ "Əgər \n"
-#~ "bilmirsinizsə sistem idarəcinizə soruşun."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr "İndi ev sahibi adını girin. Bilmirsinizsə boş buraxın."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "İndi çevirməli bağlantı seçənəklərini girə bilərsiniz. Əgər nə yazılması "
-#~ "lazım olduğunu\n"
-#~ "bilmirsinizsə İnternet xidmət vericinizdən lazımi bilgiləri alın."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr "Əgə vəkil (proxy) verici istifadə edacəmsəniz bunları girin."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Əgər İnternet bağlantınız doğru şəkildə qurulmuş isə kriptoqrafik "
-#~ "paketi \n"
-#~ "də qura bilərsiniz. Əvvəl bir əks ünvanı seçin və daha sonra qurulacaq \n"
-#~ "paketləri quraşdırın."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "İndi isə yaşadığınız yerə görə zaman zolağını seçin."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Siz indi yerli və ya çevirməli yazıçını qura bilərsiniz\n"
-#~ "(Unix, Netware və ya Microsoft Windows networkundakı)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Yazdırma funksiyası istəyirsinizsə CUPS və LPR arasında seçici\n"
-#~ "davranmalısınız.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS yeni, güclü ve elastik bir Unix yazdırma sistemidir\n"
-#~ "CUPS yəni \"Common Unix Printing System\". Bu da Linuks Mandrake\n"
-#~ "də əsas yazdırma sistemidir.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR Linuks Mandrakenin köhne sistemidir.\n"
-#~ "\n"
-#~ "\n"
-#~ "Printeriniz yox isə \"Yox\" düyməsinə tıqlayın."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linuks bir çox çap edici növü işlədə bilər. Hər bir növ\n"
-#~ "müxtəlif quruluş istəyər.\n"
-#~ "\n"
-#~ "\n"
-#~ "Çap ediciniz fiziki olaraq kompüterinizə bağlı isə\n"
-#~ "\"Yerli çap edici\"nı seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "Unix sisteminə bağlı çap ediciyə uzaqdan bağlanmaq istəyirsinizsə\n"
-#~ "\"Uzaqdan bağlanılan çap edici\".\n"
-#~ "\n"
-#~ "\n"
-#~ " MS Windows kompüterinə (və ya SMB protokolunu\n"
-#~ "işlədən Unix kompüterinə) bağlı bir çap ediciyə çatmaq üçün\n"
-#~ "\"SMB/Windows95/98/NT\" seçənəyini işarətləyin."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Xahiş edirik DrakXin tapa bilməsi üçün yazıçınızı açın.\n"
-#~ "\n"
-#~ "Burada bir neçə mə'lumat verməlisiniz.\n"
-#~ "\n"
-#~ "\n"
-#~ "*Çap Edici adı: yazıçılar üçün \"lp\" işlədilir.\n"
-#~ "Ona görə də yazıçınızın adı \"lp\" olmalıdır.\n"
-#~ "Bir neçə çap ediciniz var isə istədiyiniz adı verə bilərsiniz. Sadəcə "
-#~ "olaraq ə aralarına boru işarəti \"|\" qoymalısınız.\n"
-#~ "Məsələn \"Mənim yazıçım|lp\".\n"
-#~ "Adında \"lp\" olan çap edici baş çap edici olacaqdır.\n"
-#~ "\n"
-#~ "\n"
-#~ "*Təsvir: İstəyə bağlıdır. Amma bir neçə çap ediciniz var isə\n"
-#~ "bir xeyli faydalı ola bilər.\n"
-#~ "\n"
-#~ "\n"
-#~ "*Yerləşmə: Çap Edicinin yeri haqqında istədiyinizi yaza bilərsiniz."
-#~ "Məsələn, \"2ci mərtəbə\".\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Burada bir neçə mə'lumat verməlisiniz.\n"
-#~ "\n"
-#~ "\n"
-#~ "*İstək adı: yazıçılar üçün \"lp\" işlədilir.\n"
-#~ "Ona görə də yazıçınızın adı \"lp\" olmalıdır.\n"
-#~ "Bir neçə çap ediciniz var isə istədiyiniz adı verə bilərsiniz. Sadəcə "
-#~ "əolaraq aralarına boru işarəti \"|\" qoymalısınız.\n"
-#~ "Məsələn \"Mənim yazıçım|lp\".\n"
-#~ "Adında \"lp\" olan çap edici baş çap edici olacaqdır.\n"
-#~ "\n"
-#~ "\n"
-#~ "*Saxlama qovluğu: Çap Edici sifarişlərinizi saxlanıldığı yer.\n"
-#~ "Mövzudan bixəbər isəniz əsas qurğunu seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "*Çap Edici bağlantısı: Çap Edici fiziki olaraq kompüterə bağlı ise\n"
-#~ "\"Yerli Çap Edici\" seçin.\n"
-#~ "Uzaq bir Unix sistemə bağlı çap edici isə\"Uzaqdan idarəli lpd Çap Edici"
-#~ "\" seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "Uzaq SMB vericisi işlədən Unix və ya Windows sisteminə bağlıyazıçı üçün "
-#~ "isə \"SMB/Windows 95/98/NT\" seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "NetWare şəbəkədə yerləşən çap edici üçün isə\"NetWare\" seçin.\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Sizin çap edici tapılmadı. Xahiş edirik bağlı olduğu avadanlığın\n"
-#~ "adını girin.\n"
-#~ "\n"
-#~ "\n"
-#~ "Xəbəriniz olsun, bir çox çap edici birinci paralel qapıya bağlıdır.\n"
-#~ "Bu da GNU/Linuksda \"/dev/lp0\", Windowsda isə \"LPT1\"dir."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "İndi yuxarıdakı siyahıdan çap edici seçmalisiniz."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Xahiş edirik yazıcınız üçün doğru qurğuları girin.\n"
-#~ "Nə seçəcəyinizi bilmirsiniz isə sənədlərə baxın\n"
-#~ "\n"
-#~ "\n"
-#~ "Bir sonrakı addımda yazıcınızı sınaya bilərsiniz və\n"
-#~ "daha sonra da istədiyiniz zaman dəyişdirə bilər."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Linuks sisteminiz üçün bir idarəci parolu verilməlidir. Bu parol\n"
-#~ "yazılış xətalarına meydan verməməsi və e'tibarlı olması səbəbi ilə iki "
-#~ "dəfə\n"
-#~ "girilməlidir.\n"
-#~ "\n"
-#~ "\n"
-#~ "Bu parolu diqqətli seçməlisiniz. Sadəcə idarəi parolunu bilən \n"
-#~ "adamlar sistemi idarə və dəyişiklik edə bilirlər. Ayrıca idarəci \n"
-#~ "parolu ilə sistemə girən bir adam bütün veriləri silib, sistema zərər \n"
-#~ "verə bilər. Seçdiyiniz parol alfanumerik xarakterlər daxil edib en az 8 "
-#~ "xarakter uzunluğunda olmalıdır. Hər hansı bir kağıza, dəftara qeyd\n"
-#~ "alınmamalıdır. Çox uzun bir parol və ya çox qarışıq bir parol işlədilir "
-#~ "isə \n"
-#~ "parolun xatırlanması çətinləşir.\n"
-#~ "\n"
-#~ "\n"
-#~ "İdarəci olaraq sistemə girəcayiniz zaman, giriş sırasında \"login\"\n"
-#~ "yazan qismə \"root\" və \"password\" yazan qismə idarəci parolunu\n"
-#~ "yazmalısınız."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "İndi bir ya da daha çox adamın Linuks sisteminizi istifadə etməsinə "
-#~ "icazə\n"
-#~ "verə bilərsiniz. Hər istifadəçi hesabı üçün edilən dəyişikliklər sadəcə\n"
-#~ "o istifadəçi ve istifadəçinin \"istifadəçi sırası\" üçün hökmlü olar.\n"
-#~ "\n"
-#~ "\n"
-#~ "Sistemi sadəcə siz istifadə edeceksəniz belə ayrı bir istifadəçi hesabı "
-#~ "açaraq\n"
-#~ "normal işler üçün bu hesabı istifadə etməlisiniz. İdarəçi \"root\" "
-#~ "hesabı\n"
-#~ "gündəlik işlərdə istifadə edilməməlidir. Bu bir təhlükəsizlik riski "
-#~ "təşkil edər.\n"
-#~ "Sadə bir istifadəçi hesabı ilə işləmək sizi və sistemi size qarşı\n"
-#~ "qoruyar. İdarəci hesabı olan \"root\" sadəcə, sadə bir istifadəçi hesabı\n"
-#~ "ilə etməyəcəyiniz idarə və təmir işləri üçün istifadə edilməlidir."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Başlanğıc disketi yaradılması aşırı dərəcədə tövsiyyə edilir.\n"
-#~ "Sistemi aça bilmədiyiniz zaman bu, sizin üçün tək qurtuluş yolu olar.\n"
-#~ "Yoxsa sistemi yenidən yükləmək məcburiyyətindəsiniz."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO və grub ana seçənəkləri bunlardır: \n"
-#~ "- Açılış avadanlığı: Açılış sektorunu olduğu sabit disk bölməsini daxil "
-#~ "edən avadanlığın\n"
-#~ "adını təyin edər.\n"
-#~ "Əgər heç bir şey bilmirsinizsə \"/dev/hda\"yı seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "- Əsas əks ilə açmadan əvvəl gecikmə: Açılış sistem yükləyicisinin ilk \n"
-#~ "əksi açmadan əvvəl gözləyəcəyi zamanın, saniyənin onda biri cinsindən "
-#~ "miqdarıdır.\n"
-#~ "Bu, klaviaturanın fəallaşmasından həmən sonra sabit diskdən açılan "
-#~ "sistemlər üçün faydalıdır.\n"
-#~ "Sistem yükləyicisi, əgər \"delay\" sıfır olaraq verilmiş isə\n"
-#~ "heç gözləməz.\n"
-#~ "\n"
-#~ "\n"
-#~ "- Ekran modu: Açılışda bir neçə mətn ekran modu seçilə bilər:\n"
-#~ " * sadə: 80x25 mətn ekran açılır.\n"
-#~ " * <rəqəm>: Göstərilənn rəqəmlərə görə mətn ekran rezolyusiyası "
-#~ "quraşdırılır.\n"
-#~ "\n"
-#~ "\n"
-#~ "- \"/tmp\"I hər açılışda təmizlə: Əgər hər açılışda \"/tmp\" cərgəsində "
-#~ "olan bütün\n"
-#~ "olan bütün cərgə və qovluqların silinməsini istəyirsinizsə, bu seçənəyi "
-#~ "seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ "- Var olan RAM miqdarı: Təəsüf ki, Linuks həmişə RAM miqdarını BIOSdan "
-#~ "düzgün\n"
-#~ "bir şəkildə öyrənəməyə bilər. Onda siz çzünüz sisteminizdə olan həqiq RAM "
-#~ "miqdarını buradan\n"
-#~ "girə bilərsiniz. Yadda saxlayın ki, həqiqi RAM ilə sistemin tapdığı "
-#~ "miqdar arasında 2\n"
-#~ "və ya 4 MBlıq fərq ola bilər."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO (Linuks Yükləyici) SPARC üçün bir sistem yükləyicidir: sistemi "
-#~ "Linuks\n"
-#~ "ya da kompüterinizdəki başqa bir əməliyyat sistemiylə aça bilirlər.\n"
-#~ "Əsasən bu digər əməliyyat sistemləri doğru bir şəkildə təsbit edilib "
-#~ "açılışa\n"
-#~ "qurula bilərlər. Əgər bir problem olarsa, buradan əllə əlavə edilə "
-#~ "bilərlər.\n"
-#~ "Parametrlər mövzusunda diqqətli olun."
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ " - Açılış avadanlığı: Açılış sektorunu olduğu sabit disk bölməsini daxil "
-#~ "edən avadanlığın\n"
-#~ "adını təyin edər.\n"
-#~ "Əgər heç bir şey bilmirsinizsə \"/dev/hda\"yı seçin.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ana əks ilə açmadan əvvəl gecikmə: Açılış sistem yükləyicisinin ilk \n"
-#~ "görünüşü açmadan əvvəl gözləyəcəyi zamanın, saniyənin onda biri cinsindən "
-#~ "miqdarıdır.\n"
-#~ "Bu, klaviaturanın aktivləşməsindən həmən sonra sabit diskdən açılan "
-#~ "sistemlər üçün faydalıdır.\n"
-#~ "Sistem yükləyicisi, əgər delay sıfır olaraq verilmiş isə\n"
-#~ "heç gözləməz."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Buradan etibarən, Linuks GUI (Qrafik İstifadəçi Ara üzü) çəkirdəyini\n"
-#~ "əmələ gətirən X Window sistemini quracağıq. Buna görə də ekran kartınızı\n"
-#~ "və monitorunuzu qurmalısınız. Bu addımların çoxu onsuz da avtomatik "
-#~ "olaraq\n"
-#~ "keçiləcək və sizə sadəcə olaraq tövsiyə edilən qurğuları incələmək və "
-#~ "qəbul etmək\n"
-#~ "düşəcək. :-)\n"
-#~ "\n"
-#~ "\n"
-#~ "Quruluş qurtardığında əgər DrakXdən əksini istəmədiniz isə X Window \n"
-#~ "başlayacaqdır. Qurğuşarınıza baxın və yoxlayın. Qurğularınızı yoxlayaraq\n"
-#~ "uyuşmazlıq olub olmadığına baxın, lazım gəlirsə geriyə dönün."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr "X qurğularında problem olarsa aşağıdakı seçənəkləri istifadə edin."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Əgər sistemə girərkən qrafik arar üzünün gəlməsini istəyirsənız isə \"Bəli"
-#~ "\",əks halda \"Xeyr\" düyməsinə basın."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "Sisteminiz üçün təhlükəsizlik səviyyəsini seçə bilərsiniz. Ətraflı "
-#~ "mə'lumat üçün xahiş edirik bələdçiyə\n"
-#~ " baş vurun. Əsasən , nə seçəcəyinizi bilmirsiniz isə buraya heç "
-#~ "toxunmayın.\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "İndi sistem yenidən qapanıb açılacaqdır.\n"
-#~ "\n"
-#~ "Açıldıqdan sonra Linuks Mandrake avtomatik olaraq yüklənəcəkdir. Əgər "
-#~ "başqa \n"
-#~ "bir əməliyyat sistemi də işlədəcəksəniz əlavə xəbərdarlıqları oxuyun."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Çex dili (Proqramcılar)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovakca (Proqramcılar)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Yaradılacaq profil adı:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "/etc/fstab-a Yaz"
-
-#~ msgid "Format all"
-#~ msgstr "Hamısını şəkilləndir"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Bütün bölmələri şəkilləndirdikdən sonra, "
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "bu bölmələrdəki bütün verilər itəcəkdir"
-
-#~ msgid "Reload"
-#~ msgstr "Yenidən yüklə"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ "Linuks köçürülməsi üçün bir dənə avtomatik qurulum disketi yaratmaq "
-#~ "istəyərmisiniz?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL quraşdırılması"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Uzaq CUPS vericiləri üçün heç bir quraşdırmaya lüzüm yoxdur \n"
-#~ "Buradakı hər çap edici avtomatik tapılacaqdır. \n"
-#~ "Əgər uzaq çap edici vericiniz var ise CUPS vercisinin \n"
-#~ "IP ünvanını verməlisiniz. Qapı nömrəsi vacib \n"
-#~ "deyil."
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Uzaqdakı növbə adı"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Sahə(domain) adı"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Çap Edicisiz"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "Şəbəkə Monitoru"
-
-#~ msgid "Profile "
-#~ msgstr "Profil "
-
-#~ msgid "Statistics"
-#~ msgstr "Statistikalar"
-
-#~ msgid "Sending Speed:"
-#~ msgstr "Yollama Sür'əti:"
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "Alam Sür'əti:"
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Bağlantı növü:"
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "İnternetə bağlanılır"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "İnternet ilə bağlantını kəs"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "İnternet ilə bağlantı kəsilməsi bacarılmadı."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "İnternet ilə bağlantı kəsilməsi qurtardı."
-
-#~ msgid "Connection complete."
-#~ msgstr "Bağlantı qurtardı."
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Bağlantı iflas etdi.\n"
-#~ "Qurğularınızı Mandrake İdarə Mərkəzindən yoxlayın."
-
-#~ msgid "sent: "
-#~ msgstr "yollandı:"
-
-#~ msgid "received: "
-#~ msgstr "alındı:"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "Əsas Runlevel"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Quraşdırma faylının içindəkilərlə oynanılmaz"
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Tanınmaz quraşdırma faylı"
-
-#~ msgid "Adapter"
-#~ msgstr "Adapter"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Bağla"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Aç"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "İndi siçanı sınaya bilərsiniz. Hər şeyin yolunda olduğunu \n"
-#~ "sınamaq üçün düymə və çarxı işlədin. Qurğular yaxşı isə\n"
-#~ "problem yoxdur. Əgər deyilsə onda \"Ləğv et\"i tıqlayaraq\n"
-#~ "başqa siçan sürücüsü seçə bilərsiniz."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (və ya ADSL) bağlantısı"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Qapat"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "CUPS ilə çap ediciyə yetişmək üçün URIni verməlisiniz"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Bəli, ASCII sınaq səhifəsi çap et"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Bəli, PostScript sınaq səhifəsi çap et"
-
-#~ msgid "Paper Size"
-#~ msgstr "Kağız Böyüklüyü"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "İş bittikdən sonra səhifə atılsın mı?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint sürücü seçənəkləri"
-
-#~ msgid "Color depth options"
-#~ msgstr "Rəng dərinlik seçənəkləri"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Mətni PostScript olaraq yazdırsın mı?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Mətn pilləli olaraq düzəldilsin mi?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Hər yekun səhifəsinin nömrəsi"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Sağ/Sol boşluqlar nöqtəvi(inch'in 1/72'si"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Üst/Alt boşluqlar nöqtəvi (inch'in 1/72'si)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Əlavə GhostScript seçənəkləri"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Əlavə mətn seçənəkləri"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Tərs səhifə sıralaması"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Çap Edici Bağlantısı Seçin"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Hər çap edicinin bir adı olmalıdır (məsələn lp).\n"
-#~ "Çap edicinin təsviri və yeri də göstərilməlidir.\n"
-#~ "Bu çap edicinin adı nədir və yeri haradadır?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Hər çap edici növbəsinin (çap edici işlərinin yollandığı yer) bir adı "
-#~ "olar \n"
-#~ "(çoxunda lp) və gözləmə qovluğuna ehtiyac duyar. Bu növbə üçün\n"
-#~ "hansı ad və qovluq istifadə edilsin?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Növbənin adı"
-
-#~ msgid "Spool directory"
-#~ msgstr "Gözləmə qovluğu"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Daha e'tibarlı bir sistem üçün \"Kölgə parol işlət\" və \"MD5 kodlama \n"
-#~ "işlət\" seçənəklərini işarətlayin."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Əgər şəbəkədə NIS istifadə edilirsə, \"NIS işlət\" seçəneyini "
-#~ "işarətləyin. Əgər \n"
-#~ "bilmirsinizsə sistem idarəcinizə soruşun."
-
-#~ msgid "yellow pages"
-#~ msgstr "sarı səhifələr"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "İXM dns 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "İXM dns 2"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "İnternetə necə bağlanmaq istəyirsiniz?"
diff --git a/perl-install/share/po/b_dump_strings.pm b/perl-install/share/po/b_dump_strings.pm
deleted file mode 100644
index f29275ecd..000000000
--- a/perl-install/share/po/b_dump_strings.pm
+++ /dev/null
@@ -1,113 +0,0 @@
-package b_dump_strings;
-
-use B qw(minus_c save_BEGINs peekop class walkoptree walkoptree_exec
- main_start main_root cstring sv_undef);
-
-BEGIN { open OUT, ">$ENV{OUTFILE}" }
-
-sub B::CV::debug {
- my ($sv) = @_;
- B::walkoptree_exec($sv->START, "debug");
-}
-
-sub B::OP::debug {
- my ($op) = @_;
-# print "OP ", class($op), " ", $op->name, "\n";
- eval {
- if ($op->name eq 'entersub') {
- $op2 = $op->first->first or return;
-
- if ($op2->name eq 'pushmark') {
- my $s = $op2->sibling->sv->PV;
- my $l;
- for ($l = $op2->sibling; ${$l->sibling}; $l = $l->sibling) {}
-
- $s =~ s/"/\\"/g;
- if ($l->first->sv->NAME eq '_') {
- print OUT qq($::pkg _("$s")\n);
- }
- }
- }
- };
-}
-sub B::RV::debug {
- my ($op) = @_;
- $op->RV->debug;
-}
-sub B::SVOP::debug {
- my ($op) = @_;
- $op->sv->debug;
-}
-sub B::PV::debug {
- my ($sv) = @_;
-# print "STRING ", $sv->PV, "\n";
-}
-sub B::IV::debug {
- my ($sv) = @_;
-# printf "IV\t%d\n", $sv->IV;
-}
-sub B::NV::debug {
- my ($sv) = @_;
-# printf "NV\t%s\n", $sv->NV;
-}
-sub B::PVIV::debug {
- my ($sv) = @_;
-# printf "IV\t%d\n", $sv->IV;
-}
-sub B::PVNV::debug {
- my ($sv) = @_;
-# printf "NV\t%s\n", $sv->NV;
-}
-sub B::AV::debug {
- my ($av) = @_;
-# print "ARRAY\n";
-}
-sub B::GV::debug {
- my ($gv) = @_;
-# printf "GV %s::%s\n", $gv->STASH->NAME, $gv->SAFENAME;
-}
-sub B::NULL::debug {
-# print "NUL\n";
-}
-sub B::SPECIAL::debug {}
-
-sub B::SV::debug { die "SV"; }
-sub B::BM::debug {
- die "BM";
-}
-sub B::PVLV::debug { die "PVLV"; }
-
-sub B::GV::pgv {
- my ($gv) = @_;
-# print $gv->NAME, "\n";
- $gv->SV->debug;
- $gv->HV->debug;
- $gv->AV->debug;
- $gv->CV->debug;
-}
-
-
-
-
-sub search {
-
-foreach my $pkg (grep { /^[a-z]/ && !/^(diagnostics|strict|attributes|main)/ } grep { /\w+::$/ } keys %main::) {
- $::pkg = $pkg;
- foreach (keys %{$main::{$pkg}}) {
- print STDERR "$pkg $_ XXXXX\n";
- local *f = *{$main::{$pkg}{$_}};
- B::svref_2object(\*f)->pgv;
- }
-}
-print STDERR "DONE\n";
-}
-
-CHECK { search() }
-INIT { exit 0 }
-
-#use lib qw(. /home/pixel/gi/perl-install);
-##use commands;
-#require '/tmp/t.pl';
-#search();
-
-1;
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
deleted file mode 100644
index 617c278c6..000000000
--- a/perl-install/share/po/be.po
+++ /dev/null
@@ -1,13566 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 1999 MandrakeSoft.
-# Alexander Bokovoy <ab@avilink.net>, 2000
-# Maryia Davidouskaia <maryia@scientist.com>, 2000
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
-"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
-"Language-Team: be\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=windows-1251\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:246
-#, fuzzy, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "i "
-
-#: ../../Xconfigurator.pm_.c:249
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr " i"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "i"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr " i"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr " XFree86 %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr " i XFree ?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" 3D- XFree %s.\n"
-"XFree %s 2D- ."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-" i 3D-, i i XFree %"
-"s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s 3D-"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-" i 3D-, i i XFree %"
-"s.\n"
-" , I I \n"
-"I '."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s 3D-"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" i 3D-, i i XFree %"
-"s.\n"
-" , I I \n"
-"I '. i i XFree %s, i\n"
-" i 2D-."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr " XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr " ii"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr " i "
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr " i"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "i"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-" - i, i\n"
-" , -\n"
-" iii i, i \n"
-" .\n"
-"\n"
-"I , i i iii, \n"
-" i i: i \n"
-" i.\n"
-"i , i."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr " i"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr " i"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "i "
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "i i"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "i i i?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ": i i "
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr " i"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-" i "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr ":"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr " %d "
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " i?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr " , i "
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr " i ii "
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "i: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr " XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-#, fuzzy
-msgid "More"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Expert Mode"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr " i: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "i: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr " .. i: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr " .. i: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "i: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "i: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "i: %s \n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr " ii : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr " i X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr " i?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "i i"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "i i"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "i i "
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "i "
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "I"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"ֳ ?\n"
-" :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr " X i"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-" i i X i.\n"
-", X ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "i , i %s i "
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "i , i, Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 i)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 (15 i)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 (16 i)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 i (24 i)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 ii (24 i)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 "
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 "
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 "
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 "
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 "
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 "
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 "
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 "
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 i "
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr " VGA, 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr " 8514, 1024x768 87 Hz ( 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 i 87 Hz , 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr " SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr " SVGA, 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr ", i i 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr ", i i 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr ", i i 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "i, i i 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "i, i i 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr " "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr " (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr " SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr " ?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr " LILO/GRUB"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr " i "
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-#, fuzzy
-msgid "Bootloader to use"
-msgstr " i "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr " "
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr " "
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA ( i BIOS)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr ""
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "i-"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr " "
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr ""
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr " "
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr " "
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr " /tmp "
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr " RAM ( %d M)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr " i"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr " RAM M"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-" `` '' "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr " "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "i "
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-#, fuzzy
-msgid "Default OS?"
-msgstr " "
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-" .\n"
-" , i i."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr ""
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "i RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "i ?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "I (SunOS,...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "I (MacOS,...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "I (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr ""
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr ""
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "-i"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "i"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr ""
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr " "
-
-#: ../../any.pm_.c:326
-#, fuzzy
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "i i"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr " "
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr " i swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr " "
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr " %s %s i"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "i i?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "i %s i?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr ". i "
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr " %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "( %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "i %s ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-" %s i,\n"
-" . i \n"
-" i, i i i \n"
-" ii? , i \n"
-" ', i ."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr ""
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr " "
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" i %s.\n"
-"i - ``i= i2=2 ...''.\n"
-", ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "i :"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-" %s .\n"
-" ii i?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "( %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " "
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "i , i i i"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"I i i i i ii i, \n"
-"i, `-' i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr " i i "
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr " i"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"i i i\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr " i"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr " i"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "I i:"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr ":"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "i"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr " i"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-" i i i \n"
-" i. i , ii \"\"."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr " i:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr " :"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "i , ."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr " , i "
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr " i"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr " "
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr ""
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr " "
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr " Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr " "
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "i"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "i"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "i"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-" . i \n"
-" i, i : i "
-"\n"
-" , i i i Internet. "
-"."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-" , ' i \n"
-" ."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-" i, i ',\n"
-"i Internet i i. i\n"
-"i."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" i i i\n"
-". i i \n"
-", i i iii ii."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-" ii 4 , i .\n"
-" i i."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr " i"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "i i"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr " i "
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use the %c and %c keys for selecting which entry is highlighted."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Press enter to boot the selected OS, 'e' to edit the"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "The highlighted entry will be booted automatically in %d seconds."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr " /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr " "
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr " "
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr " ?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr " "
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-#, fuzzy
-msgid "/_File"
-msgstr ":\n"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr ""
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr ""
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "i"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "i i"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr " I-"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-#, fuzzy
-msgid "Configure"
-msgstr " X Window"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr ""
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr ""
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d ii"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 ii"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d "
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr " "
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr " , i "
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "ii"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "i"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "i"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "i"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "."
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Ii"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "-, i i "
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr " i!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"i boot , i \n"
-" 2048 "
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-" i i ii FAT\n"
-"( MS Dos/Windows).\n"
-", -, i \n"
-"(ii , \" \")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "i"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr " i"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr " i:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr " ``%s'' "
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "i"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr " i ``Unmount''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr " %s "
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "i "
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "i i i "
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "i i i?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "i "
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "I"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-" i , i i i "
-"(extended)"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "i i "
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr " i "
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr " i "
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr " i "
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "i "
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"i i \n"
-" ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "!"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-" \n"
-" "
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr " i "
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "I"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr " i"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "i"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "i"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "i"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "i RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "i LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "i RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr " i i"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr " :"
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr " :"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr " i:"
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr " i:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr " i %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "i "
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr " i ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr " i i %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " i %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-" i, \n"
-"i i.\n"
-" i i i"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr " i FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:609
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr " i?"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr " i i"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr " %s "
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr " :"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr " i ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr " i ?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr " ..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr " i RAID "
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr " i LVM "
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr " i i"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "i i (loopback)"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "I i "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr " i"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-" i i i. i , \n"
-" i "
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr " i. ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "i :"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr " i. i"
-
-#: ../../diskdrake/interactive.pm_.c:906
-#, fuzzy
-msgid "What type of partitioning?"
-msgstr "i i ?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-", /boot ( i > 1024).\n"
-" LILO - , LILO "
-", /boot ."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-" i (/) ii i \n"
-"1024- i , /boot .\n"
-"i i LILO, \n"
-" /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-" i RAID .\n"
-" , i i /boot .\n"
-" /boot, i ."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "i %s i !"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr " i ii , i"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr " %s "
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr " i %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid "
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr " : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr ":"
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "i DOS-: %s ()\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "I: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "i %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr " \n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "i\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "() i i: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-" \n"
-" ( i MS-DOS, lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-i %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "I i i: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr ": %s i, %s , %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "I: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-i %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr " i : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "i: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr " i:"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-" ( i %d i)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "i "
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "i "
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr " "
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS "
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr " %s %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr " i %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-#, fuzzy
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr " i , i 16 "
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr " i , i 32 "
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr " i i /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr " i %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr " "
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-" i i (ext2, reiserfs)\n"
-" i i\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-" i i (ext2, reiserfs)\n"
-" i i\n"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr " "
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr " %s i: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-": i \n"
-". i ."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " i ii !"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-" Linux, ,\n"
-" . "
-"\n"
-" , . \n"
-" , , (\"/\"). \n"
-" , \n"
-" . "
-"\n"
-" , \"/home\".\n"
-"\n"
-" \"\", \"\".\n"
-"\n"
-"\n"
-"\"\" - \" \", \" \", \" \" \n"
-"(, \"hda1\").\n"
-"\n"
-"\n"
-"\" \" \"hd\", IDE, \"sd\" SCSI.\n"
-" * \"\" \"master\" IDE \n"
-" * \"b\" \"slave\" IDE\n"
-" * \"c\" \"master\" IDE\n"
-" * \"d\" \"slave\" IDE\n"
-"\n"
-"\n"
-" SCSI - \"a\" \" \", \"b\" - \" "
-" \", .."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-" , \n"
-" Mandrake Linux. \n"
-" \n"
-" , . ,\n"
-" \n"
-" Mandrake Linux.\n"
-"\n"
-" , \n"
-" , . \n"
-" . , \n"
-", .\n"
-"\n"
-" , , . \n"
-", (Swap - ).\n"
-"\n"
-" ( \n"
-" ), , \n"
-" .\n"
-"\n"
-"\n"
-" , . \n"
-", , . \n"
-" , :\n"
-"\n"
-"* : .\n"
-" . ,\n"
-" .\n"
-"\n"
-"\n"
-"* : , "
-" \n"
-" Mandrake Linux. , "
-" .\n"
-"\n"
-"\n"
-"* Windows: MicrosoftWindows "
-" \n"
-" , "
-" Linux\n"
-" , Windows (."
-"\" \" \n"
-" \" \") Windows "
-" \n"
-" . , "
-" Mandrake Linux \n"
-" Microsoft Windows '.\n"
-"\n"
-" , , , , "
-" \n"
-" Microsoft Windows .\n"
-"\n"
-"\n"
-"* : , "
-" .\n"
-" . , "
-" \n"
-" . "
-" ."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-" , \n"
-" ( - ).\n"
-"\n"
-"\n"
-" , , \n"
-" . , "
-"\n"
-" .\n"
-"\n"
-"\n"
-", . \n"
-" , ( \"/"
-"\",\n"
-"\"/usr\" \"/var\"), , "
-"\n"
-", ( /home).\n"
-"\n"
-"\n"
-" , , , \n"
-" .\n"
-"\n"
-"\n"
-" \"\" .\n"
-"\n"
-"\n"
-" \"\" "
-"\n"
-" Mandrake Linux."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-" Mandrake Linux 븢.\n"
-" ( "
-"\n"
-" ') .\n"
-"\n"
-"\n"
-" , ."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-" \n"
-"Windows. , , , "
-"\n"
-" Mandrake Linux.\n"
-"\n"
-"\n"
-" i, : \"Linux \", \"Windows\n"
-"\" \"C\".\n"
-"\"Linux \" - \" \", \" \",\" "
-"\n"
-"(, \"hda1\").\n"
-"\n"
-"\n"
-"\" \" \"hd\", IDE, \"sd\" SCSI.\n"
-"\n"
-"\" \" - \"hd\" \"sd\". IDE :\n"
-" * \"\" \"master\" IDE \n"
-" * \"b\" \"slave\" IDE\n"
-" * \"c\" \"master\" IDE\n"
-" * \"d\" \"slave\" IDE\n"
-"\n"
-"\n"
-" SCSI - \"a\" \" \", \"b\" - \" "
-" \", ..\n"
-"\n"
-"\"Windows \" Windows ( \n"
-" \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr " , . ."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-" , \"븢\" "
-"Mandrake Linux\n"
-" .\n"
-"\n"
-"\n"
-" GNU/Linux, "
-", 븢 \n"
-" Mandrake Linux:\n"
-"\n"
-"* : , 븢GNU/Linux. "
-" ,\n"
-" .\n"
-"\n"
-"\n"
-"* : GNU/Linux, "
-" \n"
-" , , . "
-" \n"
-" \"\", , GNU/Linux, "
-" .\n"
-"\n"
-"\n"
-"* : , GNU/"
-"Linux. \n"
-" \"\", "
-" , ,\n"
-" . , "
-". \n"
-" . "
-" , GNU/Linux.\n"
-" , , ."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO ( LInux LOader) i Grub - i. i "
-"\n"
-"GNU/Linux i i i, .\n"
-", i i i\n"
-"븢. i , i\n"
-". , i .\n"
-"\n"
-"\n"
-" i i i.\n"
-" i i i. \n"
-" , i!"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-" , i i, \n"
-" i Linux.\n"
-"\n"
-"\n"
-"i , i, \n"
-" \" (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-" \n"
-" Mandrake Linux. , "
-"\n"
-" ."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" \"\", \n"
-" . , \n"
-"\n"
-" , Windows\n"
-"\n"
-"\n"
-" \"\" "
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr " broadcast NIS"
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-" .\n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-" i .\n"
-" ( i).\n"
-" `` i'' i i `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " i swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-" swap.\n"
-"\n"
-" ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr " i swap"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr " i "
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr " i , i "
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " Windows i i"
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr " i?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr " M: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr " swap M:"
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr " i?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "i i Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-" FAT \n"
-" , : %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-" Windows . \n"
-" i ``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"!\n"
-"\n"
-"DrakX i i Windows.\n"
-" i: . i ii \n"
-" i , i ,"
-" scandisk i defrag , i i\n"
-" i i i .\n"
-"i i, ii Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr " Windows?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr " FAT %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-" FAT \n"
-" i i i (i )"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "i i "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "i Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr " i i Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr " i %s i i "
-
-#: ../../install_interactive.pm_.c:190
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr " i "
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr " fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-" i %s\n"
-" i i, `w'"
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr " i DrakX :"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr " : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr " i"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr " i"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"i , ,\n"
-" ."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr " i %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-" i .\n"
-"i cdrom i cdrom .\n"
-" cdrom , \"rpm -qpl Mandrake/RPMS/*."
-"rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Сардэчна запрашаем у %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr " "
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr " `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-" i , \n"
-" i Mandrake Linux. \n"
-" . ii `F1' i, \n"
-" `text' i ii <ENTER>."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "i , i :"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr " i %d .\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"i ,\n"
-" , i .\n"
-"\n"
-" ii i ,\n"
-" 100% ."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-" i %d%% .\n"
-"\n"
-"i , \n"
-" .\n"
-" ;\n"
-" %d%% i i ."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " i ."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "i "
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr " : %d / %d M"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "I: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "i: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d K\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-" , "
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr " i"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr " , i"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr " i . "
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-" i \n"
-" , i ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr " i . i"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "븢"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "i "
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "i i"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "븢"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:528
-#, fuzzy
-msgid "Please wait, preparing installation"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d "
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"i Cd-Rom!\n"
-"\n"
-"i , Cd-Rom, \"%s\", i ii O "
-".\n"
-"i , ii i, i "
-"Cd."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "i i i?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "˳ "
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "i , i."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "i ?"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Install/Update"
-msgstr "븢"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Is this an install or an update?"
-msgstr " i "
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "i "
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "i , ."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "i , , ."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr " PCMCIA ..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr " IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr " i"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"i , :(\n"
-" ii i ( \n"
-" !). I i DrakX i i "
-".\n"
-"( %s)\n"
-"\n"
-"i i ?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake i i .\n"
-" i !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "i (/) i?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr " i i i, ."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr " i %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-" i (swap) , i ."
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-" i i (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr " (%dM)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "ii (%dM)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr " (%d)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"i CD i i i, ii .\n"
-"i i CD , ii i.\n"
-"i CD , i i i ii ."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-" %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-" i .\n"
-"\n"
-":\n"
-"\n"
-"- i \n"
-" , i/ i "
-"i\n"
-"i , /i , "
-"\n"
-"i/ .\n"
-"\n"
-" , i/ i i , "
-"\n"
-" i. i i/ i \n"
-", i , / \n"
-"\n"
-"i i i Mandrakesoft, i i i \n"
-" , ( , \n"
-" , i, "
-" \n"
-" i ii i, i i i i, i \n"
-" i ), i , \n"
-", i i , i \n"
-"i i i .\n"
-"\n"
-" i, "
-"\n"
-", i \n"
-" . \n"
-"i , , i.\n"
-"i , i i i ii "
-"i\n"
-"i.\n"
-"\n"
-" i i, i , : \n"
-"Mandrakesoft\n"
-"43, rue d'Aboukir\n"
-"75002 Paris\n"
-"FRANCE"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr " i "
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr " i "
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "i ?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr " i ii GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS :"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr " CUPS"
-
-#: ../../install_steps_interactive.pm_.c:1015
-#, fuzzy
-msgid "No printer"
-msgstr "I i"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "i i?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-#, fuzzy
-msgid "Mouse"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1049
-#, fuzzy
-msgid "ISDN card"
-msgstr " ISDN "
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-#, fuzzy
-msgid "Sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr " root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-" ( i %d i)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "i NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS Domain"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS :"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-" Linux \n"
-" . , i \n"
-"븢 SILO, i i i SILO, i SILO \n"
-" ii. \n"
-" Mandrake Linux, i \n"
-" i .\n"
-"\n"
-"i , \n"
-" i ii \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "i "
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-" Linux i \n"
-" . , i \n"
-"븢 LILO (i Grub), i i i LILO,\n"
-"i LILO ii. "
-"\n"
-" Mandrake Linux, i \n"
-" i .\n"
-"\n"
-" ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr ", "
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr " , i "
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr " aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-" boot, \n"
-" 븢, ?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr " . i :"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-" i .\n"
-" i ?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"i, .\n"
-"i i ii enter i.\n"
-"\n"
-"\n"
-" i i Mandrake Linux,\n"
-" \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"I i -\n"
-" i i i Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-#, fuzzy
-msgid "Generate auto install floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-#, fuzzy
-msgid "Replay"
-msgstr "i"
-
-#: ../../install_steps_interactive.pm_.c:1364
-#, fuzzy
-msgid "Save packages selection"
-msgstr "i "
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr " Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> i i | <Space> | <F12> "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr " "
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "i , "
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "I"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr " i i "
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr " , \n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr " ? ( %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr " ? ( %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "i: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr " aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr " ? ( %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "i (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Ii"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "ii"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK i"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US i"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Ii"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "i ()"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "i (typewriter)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "i ()"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr " (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "ii"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "i ()"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "ii (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "i ( )"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "i ( )"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "i (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "i ( i i)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (i)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "ii (\"\" )"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "ii (\"i\" )"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "I"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "I ()"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Ii"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Ii"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Ii"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "i 106 i"
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "UK i"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "i-i"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "ii AZERTY ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "ii AZERTY ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "ii \" \" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "ii \"\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "i ( )"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "i (qwertz )"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "i ()"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "i (-----)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "i (-----)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "i (-----)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "i (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "i (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "i"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr " i"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr " i"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "i ( \"F\" )"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "i ( \"Q\" )"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ii"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US i (i)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "i \" \" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr " (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "i %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - "
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-#, fuzzy
-msgid "Generic PS2 Wheel Mouse"
-msgstr " 2 "
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-#, fuzzy
-msgid "1 button"
-msgstr "2 i"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr " 2 "
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr " "
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr " 3 "
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (, C7)"
-
-#: ../../mouse.pm_.c:66
-#, fuzzy
-msgid "busmouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 i"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 i"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr " , ."
-
-#: ../../mouse.pm_.c:500
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr " , ."
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr " !"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-#, fuzzy
-msgid "Finish"
-msgstr "ii"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr " ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr " ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr " I"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr " pppoe"
-
-#: ../../network/adsl.pm_.c:22
-#, fuzzy
-msgid "use pptp"
-msgstr " pppoe"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"i dhcp i ?\n"
-" , dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-#, fuzzy
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"i ethernet i . i , "
-" i i."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr " i"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"i , , i "
-" i"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr " i"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"i i (host).\n"
-"I i ,\n"
-" ``mybox.mylab.myco.com''.\n"
-" i IP , i ."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "I "
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "i i"
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr " ISDN "
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr " ISDN "
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "i ISDN ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr " (firewall)!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr " (firewall)!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr " ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-" .\n"
-"i i, ``I''"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Ţ (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-" \n"
-" D- ( )"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "i ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "i ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"i ISA , ii i "
-"i.\n"
-"\n"
-"i PCMCIA , i irq i io .\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "i"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr " ISDN ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-" ISDN PCI , . i , PCI "
-" ."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr " ISDN PCI . i , ."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr " ?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr " (Dialup)"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "I "
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr " "
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "I (login ID)"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr " i"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "I "
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr " DNS"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "i DNS:"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr " I?"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr " I?"
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "I "
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr " ISDN"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr " i"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "I i i"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "i i"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr " i:"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr " ..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr " i %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy
-msgid "ISDN connection"
-msgstr " ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy, c-format
-msgid "detected on interface %s"
-msgstr " i"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "Cable connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, fuzzy
-msgid "LAN connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr " i, i "
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr " I-"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr " , ?"
-
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Network configuration"
-msgstr "i i"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "i i i?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"i , i IP i .\n"
-" i IP - \n"
-"i (, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr " %s"
-
-#: ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr " XFree86: %s\n"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP "
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr " i"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr " IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP i 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"i i (host).\n"
-"I i ,\n"
-" ``mybox.mylab.myco.com''.\n"
-" i IP , i ."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS "
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "-"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr " proxy "
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy i http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy i ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr " I"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "i I?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "i ISDN ?"
-
-#: ../../network/tools.pm_.c:50
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr " I?"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr " I"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "i , i i i"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ "
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr " (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO "
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 "
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 "
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr " i "
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "I , .net"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 "
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 "
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr " i"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr " "
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "I "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "I "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "I (i i)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr " "
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr " i: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr " i "
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-" i i , i .\n"
-"i , i , i i\n"
-" (extended) "
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr " %s : %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr " ii"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr " i %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "i "
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "i "
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr " "
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr " "
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr " "
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr " CUPS"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr " lpd"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr " (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr " "
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "URI "
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr " i %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "( %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP SMB"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " ( )"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-" CUPS \n"
-" , .\n"
-" , \" CUPS\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP i 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP SMB"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "I i"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr " i %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "URI "
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "URI "
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "i lpd"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-" i i \n"
-" i i i i ,\n"
-" i."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "i SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-" SMB i SMB ( "
-" i TCP/IP) i IP , i "
-", i , i i, i "
-"i ."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "I SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "I "
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "i NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-" NetWare i NetWare "
-"( i TCP/IP) i i i , "
-" , i i i ."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "I i "
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "i "
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-" i, \n"
-"i i ."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "I "
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "I "
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI "
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "I i"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "i"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "i i ?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr " I"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr " I"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr " i ?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr ", i "
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-" i .\n"
-" , , i .\n"
-" :\n"
-"%s\n"
-"\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-" i .\n"
-" , , i .\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "I i"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr " i"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr " i"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "i "
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr " I"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "I i"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "i ISDN ?"
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr " i"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "i "
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr " i"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr " i ?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "i"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "i"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr " i ?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr " i ?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "i "
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr " i ?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-" i .\n"
-" , i i."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-" i .\n"
-" , i i."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr " i"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "i i i?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr " I"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "i i i?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr " I-"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "i i i?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "i i i?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr " CUPS"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr " proxy "
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Proxy i http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Proxy i ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr " i"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr " "
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "i "
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr " i _i_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr " i i %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid "
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ( raid i?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr " RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, i."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"ampd i i "
-"i.\n"
-" ii i."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-", i , i i \n"
-"i , i i i ."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron - UNIX , i\n"
-" . Vixie cron "
-"\n"
-"UNIX cron, i i i i."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM , i ,\n"
-"i Midnight Commander. "
-"ii i ,\n"
-"i (pop-up) ."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache - World Wide Web . \n"
-"HTML i CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"I - ( inetd) \n"
-" i , i . "
-" \n"
-" , telnet, ftp, rsh i rlogin. inetd, "
-"\n"
-" , i ."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-" i \n"
-"/etc/sysconfig/keyboard. "
-"kbdconfig.\n"
-" i ."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd - , lpr. \n"
-", i i ()."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) - i, i \n"
-" i IP ."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"i i i i (NFS),\n"
-" SMB (Lan Manager/Windows) i NCP (Netware) i."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"i/i i, i \n"
-" i."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS - TCP/IP i.\n"
-" NFS , i i \n"
-"/etc/exports ."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS - TCP/IP\n"
-"i. i i NFS i."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-" PCMCIA - i , Ethernet i\n"
-" . i i i, i \n"
-" i , i ."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper (i ) i RPC i, i \n"
-" ii i NFS i NIS. Portmap i "
-"\n"
-" i , i RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix - , , \n"
-" ."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-" i i i i i\n"
-" ."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-" i i i IP i\n"
-" RIP . RIP , \n"
-" i - ii ."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-" rstat i i i\n"
-" i i."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-" rusers i i , \n"
-" i ."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-" rwho i i i\n"
-"i, , rwho ( finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog - , i i "
-"i\n"
-" i. i ."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr " i X Font Server i i."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ", i i "
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-#, fuzzy
-msgid "Internet"
-msgstr "i"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Mouse Systems"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "i lpd"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr " "
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "!"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr " "
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr " I"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr " - "
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr " I"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr " i"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "I SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr " %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"i , :(\n"
-" ii i "
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr " ii!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "븢"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr " i"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr " i %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "i "
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "i Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "I i:"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr " , ."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "i , i."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr " , ."
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr ":"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "I i:"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "i , ."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr " i ?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr " i ?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "i :"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "i i"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-#, fuzzy
-msgid "across Network"
-msgstr ":"
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr ". i"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "i"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr " ?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "i i"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "i , ."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "i , ."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr " i"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "i , ."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "i , ."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "i , ."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr " ii"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr " , ."
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "i i"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "i i"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr " i"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr ". i"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr " %s . i :"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr " i %s"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr " RPM- i"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr " i"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr " i"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "i"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr " i"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr " i !"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "븢"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr " i !"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr " I-"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr " I- "
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-#, fuzzy
-msgid "disable"
-msgstr "i"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "reconfigure"
-msgstr " X Window"
-
-#: ../../standalone/drakgw_.c:146
-#, fuzzy
-msgid "Disabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr " I- "
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr " I- "
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "enable"
-msgstr "i"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr " I- "
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-" ' \n"
-" (Internet Connection Sharing)?\n"
-"\n"
-": .\n"
-"\n"
-" Internet?"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr " i"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr " i !"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"i ethernet i . i , "
-" i i."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr " i"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"i , , "
-" i."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "i "
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr " I"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP SMB"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr " i i %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr " (firewall)!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"! i i (firewall). "
-" ."
-
-#: ../../standalone/drakgw_.c:340
-#, fuzzy
-msgid "Configuring..."
-msgstr " IDE"
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr " , , ..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-" .\n"
-" Internet\n"
-" ' , \n"
-" (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr " I- "
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "I i i"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr " I-"
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "i i"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-#, fuzzy
-msgid "Profile: "
-msgstr " i: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-#, fuzzy
-msgid "Hostname: "
-msgstr "I "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr ""
-
-#: ../../standalone/draknet_.c:181
-#, fuzzy
-msgid "Type:"
-msgstr ": "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr " "
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-#, fuzzy
-msgid "LAN configuration"
-msgstr " ADSL"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Driver"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Interface"
-msgstr " i"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr " "
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr " i"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr " i"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "I "
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Not connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-#, fuzzy
-msgid "LAN Configuration"
-msgstr ""
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "I i i"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "I i i"
-
-#: ../../standalone/draknet_.c:597
-#, fuzzy
-msgid "Connection type: "
-msgstr "I "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr ""
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "i i"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr " I"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " i, i "
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "i ()"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Ţ"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Ii"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Ţ"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "i , i."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr " BackSpace Delete?"
-
-#: ../../standalone/livedrake_.c:24
-#, fuzzy
-msgid "Change Cd-Rom"
-msgstr "i "
-
-#: ../../standalone/livedrake_.c:25
-#, fuzzy
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"i Cd-Rom!\n"
-"\n"
-"i , Cd-Rom, \"%s\", i ii O "
-".\n"
-"i , ii i, i "
-"Cd."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr " live upgrade !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "I i:"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr " ADSL"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "i , ."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_usb \n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr " ?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr " i"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr " (firewall)!"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr " (firewall)!"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr " "
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr " "
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr " "
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr " "
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr " i"
-
-#: ../../steps.pm_.c:19
-#, fuzzy
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr ". i"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr " "
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr " "
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr " i"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr " i"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr " i"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr " "
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr " "
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr " . "
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr " X Window"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr " i"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr " "
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr " %s i: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "i i"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr " "
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr " (socket)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr " Palm Pilot Visor"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-" : (kword, abiword), , "
-" pdf-, .."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ": mp3 midi, .."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr " Howto Linux Free Software"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr " , , web', , chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "i i i?"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Documentation"
-msgstr "i"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr " I"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr " (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"The K Desktop Environment - "
-" "
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr " CD"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr " The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr " ++"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr " (socket)"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr " : , 㳳 .."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-" (pine, mutt, tin...), "
-"Web "
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ", , "
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-" "
-" "
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr " I"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ", , "
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr " , gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr " - CD"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr " "
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "i"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr " i:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr " "
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr " i %s."
-
-#~ msgid "mount failed"
-#~ msgstr " i"
-
-#~ msgid "Low"
-#~ msgstr ""
-
-#~ msgid "Medium"
-#~ msgstr "i"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ " i , \n"
-#~ "i i ."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Connect to Internet"
-#~ msgstr " I"
-
-#, fuzzy
-#~ msgid "Disconnect from Internet"
-#~ msgstr " I"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr " i ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "I"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid ""
-#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
-#~ "CGI."
-#~ msgstr ""
-#~ "Apache - World Wide Web . "
-#~ "\n"
-#~ "HTML i CGI."
-
-#~ msgid ""
-#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-#~ "host names to IP addresses."
-#~ msgstr ""
-#~ "named (BIND) - i, i \n"
-#~ " i IP ."
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "i , ."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "i "
-
-#~ msgid "Active"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr ""
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr " i \"%s\" "
-
-#~ msgid "Local Printer Device"
-#~ msgstr " "
-
-#~ msgid "Printer Device"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr " CUPS"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr " CUPS"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Mouse Systems"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "i , i."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr ": "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr " ii"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr " X Window"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "Root"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "i ISDN ?"
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "i ISDN ?"
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr " I?"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr " "
-
-#~ msgid "Total size: "
-#~ msgstr " : "
-
-#~ msgid "Please wait, "
-#~ msgstr ", i , "
-
-#~ msgid "Total time "
-#~ msgstr " "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr " i X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ " \n"
-#~ "(/dev/lp0 i LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ ", i.\n"
-#~ "i i ?"
-
-#~ msgid "New"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "i"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr " "
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr " (%s), \n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? ( %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr " ? ( %s. i `none' i) "
-
-#, fuzzy
-#~ msgid "Do you want to restart the network"
-#~ msgstr "i i i?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ " ?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "i , ' \"/dev/hda"
-#~ "\"\n"
-#~ "( IDE ) i \"/dev/sda\" ( SCSI )."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "I "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr " i:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr " , ."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ " 糳, .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \"\", 糳.\n"
-#~ "\n"
-#~ "\n"
-#~ " , \"\", "
-#~ "糳. \n"
-#~ " ."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr " i i"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ " \n"
-#~ "( , ), "
-#~ "\n"
-#~ " . \""
-#~ "\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ ": \n"
-#~ "\n"
-#~ " - : , i "
-#~ "i \n"
-#~ " GNU/Linux, i i \n"
-#~ " i '. i i "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : , GNU/"
-#~ "Linux\n"
-#~ " i i . i "
-#~ " \n"
-#~ " \" \" i \n"
-#~ " .\n"
-#~ " i , I , I ݡ, I "
-#~ "I!"
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ " , \n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ "\"\".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " \" \". , , "
-#~ "\n"
-#~ " ,\n"
-#~ " ."
-
-#, fuzzy
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "i CD i i i, ii .\n"
-#~ "i i CD , ii i.\n"
-#~ "i CD , i i i ii "
-#~ "."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ " ' Internet , ,\n"
-#~ " . "
-#~ ", DrakX \n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ " Internet , \n"
-#~ "\" \".\n"
-#~ " "
-#~ "\n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ " . .\n"
-#~ "\n"
-#~ "\n"
-#~ " ( \"COM1\" Microsoft Windows) \n"
-#~ "\"ttyS0\" Linux."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ " .\n"
-#~ " , "
-#~ "nternet\n"
-#~ ". DNS , \n"
-#~ " Internet-."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ " , , , DrakX "
-#~ " ."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr " , ."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ " , ' \n"
-#~ " \n"
-#~ "\n"
-#~ " Internet. \n"
-#~ " DNS, \n"
-#~ " ."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ " i (dialup). i \n"
-#~ " , i,\n"
-#~ " i Internet "
-#~ "(ISP)."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ " , . \n"
-#~ " , . ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ " , . \n"
-#~ " , . ."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ " i (dialup). i \n"
-#~ " , i,\n"
-#~ " i Internet "
-#~ "(ISP)."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "i i proxy, i i .\n"
-#~ "i , i , i ii\n"
-#~ "i i Internet-."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ " ( ')\n"
-#~ " ( Unix, Netware MS Windows)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ " , , \n"
-#~ "CUPS LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS , Unix "
-#~ "(CUPS\n"
-#~ "- \"Common Unix Printing System\"). \n"
-#~ " Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR - Mandrake "
-#~ "Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux . \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " ', \"\n"
-#~ "\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Unix , \n"
-#~ "\" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " Microsoft Windows ( "
-#~ "Unix\n"
-#~ ", SMB), \"SMB/Windows 95/98/NT"
-#~ "\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ " , DrakX .\n"
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : \"lp\" "
-#~ " \n"
-#~ ", \"lp\".\n"
-#~ " , "
-#~ ". ( \"|\").\n"
-#~ " , , "
-#~ " , .: \"My printer|lp\".\n"
-#~ " \"lp\" .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : , , "
-#~ " ' \n"
-#~ " ' .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : i \n"
-#~ " , ( \n"
-#~ " , \"2nd floor\").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : \"lp\" . "
-#~ ", \"lp\".\n"
-#~ " , "
-#~ ". ( \"|\").\n"
-#~ " , , "
-#~ " , .: \"My printer|lp\".\n"
-#~ " \"lp\" .\n"
-#~ "\n"
-#~ " \n"
-#~ " * spool: . "
-#~ " \n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : ', "
-#~ " \" \".\n"
-#~ " Unix , \" "
-#~ "lpd \".\n"
-#~ "\n"
-#~ "\n"
-#~ " MS Windows ( "
-#~ "Unix , SMB,\n"
-#~ " \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " NetWare, \"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ " . \n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " .\n"
-#~ " \"/dev/lp0\" GNU/Linux \"LPT1\" Microsoft Windows."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ " , .\n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ " i i \"\" i "
-#~ "i\n"
-#~ "i. i i "
-#~ "i\n"
-#~ "i i. i i "
-#~ "i\n"
-#~ "(i , i ,...) i \"i "
-#~ "\",\n"
-#~ " i i.\n"
-#~ "\n"
-#~ "\n"
-#~ "-, ! i i\n"
-#~ "i , i i\n"
-#~ "i : i \n"
-#~ "i. i i .\n"
-#~ "\n"
-#~ "\n"
-#~ " i i i i,\n"
-#~ " i , i i root i\n"
-#~ " i ii i i."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ " boot ! \n"
-#~ " ', \n"
-#~ " ."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ " SILO:\n"
-#~ " - : , i\n"
-#~ "i, i GNU/Linux. i , \n"
-#~ "i i, \" (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \n"
-#~ ", "
-#~ ".\n"
-#~ " i, i \n"
-#~ " i. , i "
-#~ "\"\"\n"
-#~ "\"\" i ."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO - SPARC. i \n"
-#~ "GNU/Linux i i i, .\n"
-#~ ", i i i\n"
-#~ "븢. i , i\n"
-#~ ". , i .\n"
-#~ "\n"
-#~ "\n"
-#~ " i i i.\n"
-#~ " i i i. \n"
-#~ " i , i."
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ " SILO:\n"
-#~ " - : , i\n"
-#~ "i, i GNU/Linux. i , \n"
-#~ "i i, \" (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \n"
-#~ ", "
-#~ ".\n"
-#~ " i, i \n"
-#~ " i. , i "
-#~ "\"\"\n"
-#~ "\"\" i ."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ " i X Window System, '\n"
-#~ " Linux GUI (i I i). \n"
-#~ " i i i i. \n"
-#~ ", \n"
-#~ "i i i :)\n"
-#~ "\n"
-#~ "i i , X (i \n"
-#~ "i DrakX i ), i , i \n"
-#~ " i. i , i i\n"
-#~ "i ."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "i X, \n"
-#~ " i X Window System."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "i i (login), \"\". "
-#~ "I - \n"
-#~ "\"\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "i i i.\n"
-#~ "\n"
-#~ " i, i Mandrake Linux i "
-#~ ".\n"
-#~ "i i i i, \n"
-#~ " ii."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "i /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr " "
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr " i ,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr " "
-
-#~ msgid "Reload"
-#~ msgstr "i"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ "i i- ii linux?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr " ADSL"
-
-#, fuzzy
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ " CUPS \n"
-#~ " , .\n"
-#~ " , \" CUPS\"."
-
-#~ msgid "Remote queue"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "I "
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "I i"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "i i"
-
-#, fuzzy
-#~ msgid "Profile "
-#~ msgstr " i: "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "I "
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr " I"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr " I"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr " I"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr " I"
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "I "
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr " "
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr " ."
-
-#~ msgid "Disable network"
-#~ msgstr "i "
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "i "
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ " . \n"
-#~ " . \"\" "
-#~ "\n"
-#~ " ."
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr " "
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr " URI i CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr ", ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr ", PostScript"
-
-#~ msgid "Paper Size"
-#~ msgstr " "
-
-#~ msgid "Eject page after job?"
-#~ msgstr " ?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr " Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr " ii "
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr " PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr " ?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr " i i "
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "/ i (1/72 )"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "/i i (1/72 )"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr " i GhostScript"
-
-#~ msgid "Extra Text options"
-#~ msgstr " "
-
-#~ msgid "Reverse page order"
-#~ msgstr " "
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ " , i , "
-#~ " i ( lp). i , i i "
-#~ "i i\n"
-#~ " , . i i "
-#~ "\n"
-#~ " i ?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ " , i , "
-#~ " i ( lp) i i. "
-#~ " i i i."
-
-#~ msgid "Name of queue"
-#~ msgstr "I i "
-
-#~ msgid "Spool directory"
-#~ msgstr " i"
-
-#, fuzzy
-#~ msgid "Disable"
-#~ msgstr "i"
-
-#, fuzzy
-#~ msgid "Enable"
-#~ msgstr "i"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ " i i, \" "
-#~ "\"\n"
-#~ "i \" i MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "i NIS, \" NIS\". "
-#~ "i\n"
-#~ " , ii i."
-
-#~ msgid "yellow pages"
-#~ msgstr " i"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr " ADSL"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS 1 "
-
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS 2 "
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr " I?"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "i ISDN ?"
-
-#, fuzzy
-#~ msgid "Configure..."
-#~ msgstr " IDE"
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr ": i"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr " i usb ."
-
-#, fuzzy
-#~ msgid "Boot style configuration"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ " ' \n"
-#~ " (Internet Connection Sharing)?\n"
-#~ "\n"
-#~ ": .\n"
-#~ "\n"
-#~ " Internet?"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr " "
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr " LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr " . "
-
-#~ msgid "Choice"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "gMonitor"
-#~ msgstr "i"
-
-#~ msgid "Miscellaneous"
-#~ msgstr ""
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr " i"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr " i i i i"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ ": I ΡI I ROOT I "
-#~ "!\n"
-#~ "i i root, i, \n"
-#~ " \"su\". i , "
-#~ ",\n"
-#~ " i .\n"
-#~ " , i ."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ " i, NumLock i \n"
-#~ " i (, i `p' `6')."
-
-#, fuzzy
-#~ msgid "Actions"
-#~ msgstr ""
-
-#~ msgid "Scientific applications"
-#~ msgstr " "
-
-#~ msgid "First DNS Server"
-#~ msgstr " DNS"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "i DNS:"
-
-#, fuzzy
-#~ msgid "using module"
-#~ msgstr " "
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s "
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s: , i i."
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "( i )"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse ()"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI Bus Mouse"
-
-#~ msgid "Add location of packages"
-#~ msgstr " i "
-
-#~ msgid "After %s partition %s,"
-#~ msgstr " %s %s,"
-
-#~ msgid "Alcatel modem"
-#~ msgstr " Alcatel"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ " i \n"
-#~ "( i). ii\n"
-#~ " i i ,\n"
-#~ "i i. : i "
-#~ ",\n"
-#~ "i i i , i .\n"
-#~ " /home i /usr/local."
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Apple ADB "
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Apple ADB (2 i)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Apple ADB (3 i i )"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Apple USB "
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Apple USB (2 i)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Apple USB (3 i i )"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ " , ?\n"
-#~ " "
-#~ ",\n"
-#~ " ii i .\n"
-#~ "\n"
-#~ " , , i i: ``i "
-#~ "\n"
-#~ " ?'' i i?"
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ " , i \n"
-#~ " i Mandrake Linux, i i ( "
-#~ "\n"
-#~ " Linux i i). i \n"
-#~ " i . "
-#~ "\n"
-#~ "i i ' i\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "i , \n"
-#~ "\" \", GNU/Linux. "
-#~ "\n"
-#~ " i, i \"hda\" IDE "
-#~ ",\n"
-#~ "\"hdb\" i \"sda\" SCSI i ..\n"
-#~ "\n"
-#~ "\n"
-#~ " : (/), i ' "
-#~ "\n"
-#~ " iii i, i /boot, i \n"
-#~ ", i i "
-#~ "'.\n"
-#~ "\n"
-#~ "\n"
-#~ "i ii , i "
-#~ "\n"
-#~ " i. DiskDrake , \n"
-#~ "i i. i i .\n"
-#~ "\n"
-#~ "\n"
-#~ " \n"
-#~ "i, i i i "
-#~ "Tab\n"
-#~ "i Up/Down. i , :\n"
-#~ "\n"
-#~ "- Ctrl-c (i "
-#~ ")\n"
-#~ "\n"
-#~ "- Ctrl-d i \n"
-#~ "\n"
-#~ "- Ctrl-m i.\n"
-
-#~ msgid "Auto install floppy"
-#~ msgstr " i"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr " "
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr " "
-
-#~ msgid "Available packages"
-#~ msgstr " "
-
-#~ msgid "Bad kickstart file %s (failed %s)"
-#~ msgstr " (kickstart) %s ( %s)"
-
-#~ msgid "Category"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ " Chat (IRC or instant messaging), xchat, licq, gaim .."
-
-#~ msgid "Checking dependencies"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "%s or %s.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ " \"\", i i ii\n"
-#~ "GNU/Linux, , i i i i "
-#~ ".\n"
-#~ "\n"
-#~ " \"\", i "
-#~ "i Mandrake Linux:\n"
-#~ "%s %s.\n"
-#~ "\n"
-#~ "\n"
-#~ ":\n"
-#~ "\n"
-#~ " - : i ii 븢i \n"
-#~ " GNU/Linux, .\n"
-#~ "\n"
-#~ " - : , i "
-#~ "i \n"
-#~ " GNU/Linux, i i \n"
-#~ " i . i i "
-#~ ".\n"
-#~ "\n"
-#~ " - : , GNU/"
-#~ "Linux\n"
-#~ " i i . i "
-#~ "\n"
-#~ " \" \" i \n"
-#~ " .\n"
-#~ " i , I , I ݡ, I "
-#~ "I!\n"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ " \"\", i i ii\n"
-#~ "GNU/Linux, , i i i i "
-#~ ".\n"
-#~ "\n"
-#~ " \"\", i "
-#~ "i Mandrake Linux:\n"
-#~ "\n"
-#~ "\n"
-#~ ":\n"
-#~ "\n"
-#~ " - : i ii 븢i \n"
-#~ " GNU/Linux, .\n"
-#~ "\n"
-#~ " - : , i "
-#~ "i \n"
-#~ " GNU/Linux, i i \n"
-#~ " i . i i "
-#~ ".\n"
-#~ "\n"
-#~ " - : , GNU/"
-#~ "Linux\n"
-#~ " i i . i "
-#~ " \n"
-#~ " \" \" i \n"
-#~ " .\n"
-#~ " i , I , I ݡ, I "
-#~ "I!\n"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake\n"
-#~ "Linux: 5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1\n"
-#~ "(Helios) or Gold 2000."
-#~ msgstr ""
-#~ " \"\", i Linux,\n"
-#~ " i i .\n"
-#~ "\n"
-#~ "\n"
-#~ " \"i\" i i i\n"
-#~ "Mandrake Linux: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus),\n"
-#~ "6.1 (Helios) Gold 2000."
-
-#~ msgid "Collapse all"
-#~ msgstr " "
-
-#~ msgid "Communication facilities"
-#~ msgstr " "
-
-#~ msgid "Configure LAN"
-#~ msgstr " i ()"
-
-#~ msgid "Configure timezone"
-#~ msgstr " "
-
-#~ msgid "Confirm Password"
-#~ msgstr "i "
-
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr " I ()"
-
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr " i DSL (i ADSL)"
-
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr " i ISDN"
-
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr " i "
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr " RPM ``bind'' urpmi."
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr ""
-#~ " RPM "
-#~ "urpmi."
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr " RPM ``dhcp'' urpmi."
-
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr " RPM ``ipchains'' urpmi."
-
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr " RPM ``linuxconf'' urpmi."
-
-#~ msgid "Cryptographic"
-#~ msgstr "i"
-
-#~ msgid "Customized"
-#~ msgstr " "
-
-#~ msgid "Czech"
-#~ msgstr "i"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr " (mysql and postgresql)"
-
-#~ msgid "Directory"
-#~ msgstr ""
-
-#~ msgid "Do not set up networking"
-#~ msgstr " 븢 "
-
-#~ msgid "Do you want to configure a ISDN connection for your system?"
-#~ msgstr "i i ISDN i?"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr "i i i?"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "i i i i?"
-
-#~ msgid "Downloading cryptographic packages"
-#~ msgstr " i "
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "DrakX i i i i PCI\n"
-#~ "i SCSI. i , i DrakX , i \n"
-#~ " , .\n"
-#~ "\n"
-#~ "i SCSI ISA-, PCI-, DrakX \n"
-#~ "i , i DrakX , \n"
-#~ "SCSI , , i .\n"
-#~ "i , \"\". i i i i,\n"
-#~ " \"\". 'i i , i \n"
-#~ " .\n"
-#~ "\n"
-#~ " , DrakX , i \n"
-#~ " i. "
-#~ ":\n"
-#~ " .\n"
-#~ "\n"
-#~ " , i i, "
-#~ "\n"
-#~ " Windows (i i i), "
-#~ "\n"
-#~ " i . i, "
-#~ "i\n"
-#~ " ."
-
-#~ msgid ""
-#~ "DrakX will generate config files for both XFree 3.3 and XFree 4.0.\n"
-#~ "By default, the 4.0 server is used unless your card is not supported.\n"
-#~ "\n"
-#~ "Do you want to keep XFree 3.3?"
-#~ msgstr ""
-#~ "DrakX i XFree 3.3 i XFree 4.0.\n"
-#~ " 4.0. i i \n"
-#~ "i i, 3.3.\n"
-#~ "i i XFree 3.3 i?"
-
-#~ msgid "ECI modem"
-#~ msgstr " ECI"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr " num lock "
-
-#~ msgid ""
-#~ "Enter a floppy to create an HTP enabled boot\n"
-#~ "(all data on floppy will be lost)"
-#~ msgstr ""
-#~ " i HTP\n"
-#~ "( i)"
-
-#~ msgid "Everything configured!"
-#~ msgstr " i!"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr " i.\n"
-
-#~ msgid "Expand all"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Failed to create an HTP boot floppy.\n"
-#~ "You may have to restart installation and give ``%s'' at the prompt"
-#~ msgstr ""
-#~ " . HTP.\n"
-#~ ", i ``%s'' i"
-
-#~ msgid "Find Package"
-#~ msgstr " "
-
-#~ msgid "Find Package containing file"
-#~ msgstr "i , i "
-
-#~ msgid "Finding leaves"
-#~ msgstr " i"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr " i "
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ " FTP i HTTP, i hdlist\n"
-#~ " URL"
-
-#~ msgid "Forget the changes?"
-#~ msgstr " i?"
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "Linux iii i . "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "i "
-#~ "',\n"
-#~ " \" \". , "
-#~ "\n"
-#~ " i i.\n"
-#~ "\n"
-#~ "\n"
-#~ "i , i i "
-#~ "\n"
-#~ " Unix, \" lpd\". i "
-#~ "\n"
-#~ ", i i , i i "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " SMB (i i \n"
-#~ "Windows 9x/NT/2000 i Unix Samba), i\n"
-#~ "SMB ( i i TCP/IP), i, ,\n"
-#~ " IP i i i, i \n"
-#~ ", i . i \n"
-#~ "NetWare, i i ."
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse ()"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "i (1TR6)"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr " i (.: `extra', `commercial')"
-
-#~ msgid "Going to install %d MB. You can choose to install more programs"
-#~ msgstr ""
-#~ " %d M. ."
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr " %s"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "SILO .\n"
-#~ " , i i."
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ " i (.: 800x600).\n"
-#~ " i i i ' .\n"
-#~ " ?"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "i ISDN :\n"
-
-#~ msgid ""
-#~ "I need to configure your network adapter to be able to connect to "
-#~ "internet."
-#~ msgstr ""
-#~ " i , "
-#~ " I."
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "i DrakX i , \n"
-#~ "i . i \n"
-#~ " i .\n"
-#~ "\n"
-#~ "\n"
-#~ " , , "
-#~ "i\n"
-#~ "DrakX i , ."
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr ""
-#~ "i ADSL Alcatel, Alcatel. i "
-#~ " - ECI."
-
-#~ msgid "In which country are you located ?"
-#~ msgstr " i ?"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "/"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr " SILO . i :"
-
-#~ msgid "Installed packages"
-#~ msgstr " "
-
-#~ msgid "It is necessary to restart installation booting on the floppy"
-#~ msgstr " i i i "
-
-#~ msgid "It is necessary to restart installation with the new parameters"
-#~ msgstr " i i i"
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "i \"\"! , i \n"
-#~ " Windows, i .\n"
-#~ "i i , i\n"
-#~ "Linux!"
-
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse ()"
-
-#~ msgid ""
-#~ "LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-#~ "Normally they are correctly detected during installation. If you don't\n"
-#~ "see yours detected, you can add one or more now.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't want that everybody could access at one of them, you can "
-#~ "remove\n"
-#~ "it now (a boot disk will be needed to boot it)."
-#~ msgstr ""
-#~ "LILO (LInux LOader) Linux i i i.\n"
-#~ " . i i\n"
-#~ " i, i i , \n"
-#~ " i i.\n"
-#~ "\n"
-#~ "\n"
-#~ "i , i i, i \n"
-#~ "( i )."
-
-#~ msgid "Linear (needed for some SCSI drives)"
-#~ msgstr "i ( SCSI)"
-
-#~ msgid ""
-#~ "Linux does not yet fully support ultra dma 66 HPT.\n"
-#~ "As a work-around i can make a custom floppy giving access the hard drive "
-#~ "on ide2 and ide3"
-#~ msgstr ""
-#~ "Linux i ultra dma 66 HPT.\n"
-#~ " , , "
-#~ "ide2 i ide3"
-
-#~ msgid "Local LAN"
-#~ msgstr " "
-
-#~ msgid "Local Printer Device (URI)"
-#~ msgstr " (URI)"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "i i .\n"
-#~ "i :"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logitech Bus Mouse"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ ()"
-
-#~ msgid "Logitech MouseMan/FirstMouse (serial)"
-#~ msgstr "Logitech MouseMan/FirstMouse ()"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Microsoft Bus Mouse"
-
-#~ msgid "Microsoft IntelliMouse (serial)"
-#~ msgstr "Microsoft IntelliMouse ()"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A ()"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Microsoft i ()"
-
-#~ msgid "Move your wheel!"
-#~ msgstr " "
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "cdrom (i /mnt/cdrom)"
-
-#~ msgid "No match"
-#~ msgstr " "
-
-#~ msgid "No more match"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ " .\n"
-#~ " i i i i"
-
-#~ msgid "Other countries"
-#~ msgstr "I i"
-
-#~ msgid "Package"
-#~ msgstr ""
-
-#~ msgid "Password:"
-#~ msgstr ":"
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "i i ?"
-
-#~ msgid ""
-#~ "Please choose which network adaptater do you want to use to connect to "
-#~ "internet.\n"
-#~ "If you don't know, choose eth0.\n"
-#~ msgstr ""
-#~ "i , , i "
-#~ " I.\n"
-#~ "i , eth0.\n"
-
-#~ msgid "Please submit the following information"
-#~ msgstr " i"
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "i "
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Rescue"
-#~ msgstr ""
-
-#~ msgid "SILO main options"
-#~ msgstr " i SILO"
-
-#~ msgid "Sciences"
-#~ msgstr ""
-
-#~ msgid "Search"
-#~ msgstr ""
-
-#~ msgid "Searching root partition."
-#~ msgstr " ."
-
-#~ msgid "Select the size you want to install"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ ":\n"
-#~ "\n"
-#~ " - : i ii 븢i Linux.\n"
-#~ "\n"
-#~ " - : i Linux, \n"
-#~ " i: , , \n"
-#~ ". \"\" i "
-#~ ".\n"
-#~ " \" i\" , "
-#~ "'\n"
-#~ "i i . i "
-#~ "\n"
-#~ " ( , , ...), \"\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : i GNU/Linux i i\n"
-#~ " , - .\n"
-#~ " i, \" "
-#~ "\"."
-
-#~ msgid "Setup SCSI"
-#~ msgstr " SCSI"
-
-#~ msgid "Show less"
-#~ msgstr " "
-
-#~ msgid "Show more"
-#~ msgstr " "
-
-#~ msgid "Show only leaves"
-#~ msgstr " i"
-
-#~ msgid "Shutting down"
-#~ msgstr " '"
-
-#~ msgid "Size: %d MB"
-#~ msgstr ": %d MB"
-
-#~ msgid "Size: %d MB\n"
-#~ msgstr ": %d MB\n"
-
-#~ msgid "Size: %s MB"
-#~ msgstr ": %s M"
-
-#~ msgid "Slovakian"
-#~ msgstr "i"
-
-#~ msgid "Small(%dMB)"
-#~ msgstr " (%dM)"
-
-#~ msgid "Socket"
-#~ msgstr ""
-
-#~ msgid "Sort by"
-#~ msgstr " "
-
-#~ msgid "Take over the hard drive"
-#~ msgstr " "
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr " i"
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ " . \n"
-#~ "i ii , i i i i,\n"
-#~ " i \n"
-#~ " i i."
-
-#~ msgid "This label is already in use"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ " i,\n"
-#~ "(LAN), . \n"
-#~ "\n"
-#~ " \" \" i DrakX i\n"
-#~ " Ethernet. PCI i \n"
-#~ "i . , i ISA,\n"
-#~ " , i i \n"
-#~ " i, i 'i .\n"
-#~ "\n"
-#~ "\n"
-#~ " i SCSI, i \n"
-#~ " , i i,\n"
-#~ "i i .\n"
-#~ "\n"
-#~ "\n"
-#~ " Mandrake Linux ', i \n"
-#~ " , ii i i\n"
-#~ " i (IP , i\n"
-#~ "i , i i ). i \n"
-#~ " , , i \n"
-#~ " i .\n"
-#~ "\n"
-#~ "\n"
-#~ " \" \" i \n"
-#~ " Internet . DrakX \n"
-#~ "i , i , \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ " () i, \n"
-#~ " . (i , i)"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ " . \n"
-#~ " i... i i, \n"
-#~ ", ."
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr " /"
-
-#~ msgid "Too many packages chosen: %dMB doesn't fit in %dMB"
-#~ msgstr " : %dM i %dM"
-
-#~ msgid "Tree"
-#~ msgstr ""
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr " i %s ?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr " i PCI ?"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr " i PCMCIA?"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr " i ?"
-
-#~ msgid "URI for Local printer"
-#~ msgstr "URI "
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL , i RPM"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USB (3 i i )"
-
-#~ msgid "Update location"
-#~ msgstr "i i"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr " RPM"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr " i MD5"
-
-#~ msgid "Use diskdrake"
-#~ msgstr " DiskDrake"
-
-#~ msgid "Use shadow file"
-#~ msgstr " "
-
-#~ msgid "User name:"
-#~ msgstr "I i:"
-
-#~ msgid ""
-#~ "What URI device is your printer connected to\n"
-#~ "(note that parallel:/dev/lp0 is equivalent to LPT1:)?"
-#~ msgstr ""
-#~ " \n"
-#~ "(/dev/lp0 i LPT1:)?"
-
-#~ msgid "What are looking for?"
-#~ msgstr " ?"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr " i?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "i ?"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "i i?"
-
-#~ msgid "What is your system used for?"
-#~ msgstr " ?"
-
-#~ msgid "What usage do you want?"
-#~ msgstr " i?"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "i ?"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "i ?"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "i "
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "i ?"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr " ?"
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr " Lnx4win"
-
-#~ msgid "You don't have any windows partitions!"
-#~ msgstr " ii Windows !"
-
-#~ msgid ""
-#~ "You may now select the packages you wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "First you can select group of package to install or upgrade. After that\n"
-#~ "you can select more packages according to the total size you wish to\n"
-#~ "select.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are in expert mode, you can select packages individually.\n"
-#~ "Please note that some packages require the installation of others.\n"
-#~ "These are referred to as package dependencies. The packages you select,\n"
-#~ "and the packages they require will be automatically selected for\n"
-#~ "install. It is impossible to install a package without installing all\n"
-#~ "of its dependencies."
-#~ msgstr ""
-#~ " , i .\n"
-#~ "\n"
-#~ "\n"
-#~ "-, i i. "
-#~ "\n"
-#~ " i , i\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "i , i "
-#~ "ii.\n"
-#~ " , i "
-#~ ".\n"
-#~ " . , i i, i ,\n"
-#~ " i , .\n"
-#~ " i , i "
-#~ "."
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr ""
-#~ " ' i I-.\n"
-
-#~ msgid "automagic"
-#~ msgstr "i"
-
-#~ msgid "beginner"
-#~ msgstr ""
-
-#~ msgid "brunette"
-#~ msgstr ""
-
-#~ msgid "changing type of"
-#~ msgstr " "
-
-#~ msgid "default"
-#~ msgstr " "
-
-#~ msgid "dhcp-client"
-#~ msgstr "dhcp-client"
-
-#~ msgid "dhcpxd"
-#~ msgstr "dhcpxd"
-
-#~ msgid "don't use pppoe"
-#~ msgstr " pppoe"
-
-#~ msgid "girl"
-#~ msgstr ""
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n ()"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n ()"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (i )"
-
-#~ msgid "linear"
-#~ msgstr "i"
-
-#~ msgid "loopback"
-#~ msgstr "i i (loopback)"
-
-#~ msgid "nfs mount failed"
-#~ msgstr " i nfs"
-
-#~ msgid "pptp alcatel"
-#~ msgstr "pptp alcatel"
-
-#~ msgid "pump"
-#~ msgstr "pump"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake ``low memory''.\n"
-#~ "rpmdrake "
-
-#~ msgid "tie"
-#~ msgstr ""
-
-#~ msgid "woman-blond"
-#~ msgstr "-"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
deleted file mode 100644
index 7bea7e548..000000000
--- a/perl-install/share/po/bg.po
+++ /dev/null
@@ -1,13898 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 1999, 2000 MandrakeSoft
-# Elena Radeva <ely@triada.bg>, 1999.
-# Pavel Cholakov <pavel@linux.home.bg>, 1999.
-# Boyan Ivanov <boyan17@bulgaria.com>, 1999, 2000
-# Bozhan Boiadzhiev <bozhan@plov.omega.bg>, 2000
-# Valery Dachev <valery@zonebg.com>, 2000, 2001
-#
-# Bulgarians on Linux use windows-1251 encoding
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-08-15 15:29+0200\n"
-"Last-Translator: Valery Dachev <valery@zonebg.com>\n"
-"Language-Team: Bulgarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=windows-1251\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr " Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr " \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr " XFree ?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" 3D , Xfree %"
-"s.\n"
-" XFree %s, - "
-"2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr " 3D XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s 3D "
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-" 3D XFree %s.\n"
-", "
-"."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s O 3D "
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" 3D , XFree %"
-"s,\n"
-", "
-".\n"
-" XFree %s, - "
-"2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac ( )"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr " XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-" , "
-" , \n"
-" , - - \n"
-" , , "
-" .\n"
-"\n"
-" , "
-" - "
-" .\n"
-" , ."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-": \"\" "
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-" "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr " :"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr " %d "
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr " , "
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr " : %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 : %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr " : %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr " X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-" ?\n"
-" :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"K , X .\n"
-" X , ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " %s, "
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr " Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 )"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 (15 )"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 (16 )"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 (24 )"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 (32 )"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 "
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 "
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 "
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 "
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 "
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 "
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 "
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 "
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 "
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514-, 1024x768 87 Hz interlaced ( 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 87 Hz interlaced, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr " SVGA, 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr " , 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr " , 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr " , 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr ", 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr ", 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr " "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr " (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO "
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr " bootloader-?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub "
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO "
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO "
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr " DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr " "
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr " "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Bootloader "
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr " "
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA ( BIOS-)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr ""
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr " "
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr " default "
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr ""
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr " ()"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr " , "
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr " /tmp "
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr " RAM-, ( %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr " "
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr " RAM- Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr " `` '' "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr ", "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr " "
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr " "
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr " Open Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr " "
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr " CD ?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr " OF ?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr " ?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr ""
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr ""
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr " "
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr " (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr " (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr " (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr ""
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr ""
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr ""
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "-"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr ""
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr ""
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr " "
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr " "
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr " "
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr " "
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr " swap-"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr " "
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr " %s %s "
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr " () ?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr " %s ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr " "
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr " %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "( %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr " %s ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-" , %s , \n"
-" , . "
-"\n"
-" "
-"\n"
-" ? , "
-" ."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr " "
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr " "
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" %s.\n"
-" ``= 2=2 ...''.\n"
-": ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr " :"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-" %s .\n"
-" ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "( %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " "
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr ", "
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-" , , `-' `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr " "
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr " "
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-" \n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr " "
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr " "
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr " "
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr ""
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-" "
-".\n"
-" ?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr " :"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr " Windows Manager :"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr ", ."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr " , "
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr " "
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr " "
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-" \n"
-" , ?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr " Cracker-"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr ""
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-" . - \n"
-", -: \n"
-" . ."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-" , "
-"."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-" , \n"
-" . "
-". "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" , "
-".\n"
-" \n"
-" . "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-" 4- , .\n"
-" ."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr " "
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr " "
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr " libsafe "
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-", a "
-"."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use the %c and %c keys for selecting which entry is highlighted."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Press enter to boot the selected OS, 'e' to edit the"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "The highlighted entry will be booted automatically in %d seconds."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr " /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr " "
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr " bootloader %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr " .\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr " "
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "//_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle "
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle "
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr " "
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr " Gtk+ "
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr " Aurora "
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr " Lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr " Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" %s .\n"
-" , ."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr " X-Window "
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ", autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ", autologin (, )"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr " /etc/inittab : %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr ""
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d "
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 "
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d "
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr " "
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr " , "
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr ""
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr ""
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr " backup "
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr " !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-" aboot, (2048 "
-"\n"
-" ) "
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-" FAT \n"
-"( Microsoft Dos/Windows).\n"
-" \n"
-"( , \" \")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr ", "
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr " FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr " :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr " ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr " ''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, "
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr ", ?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr " /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-" , , "
-" "
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-" \n"
-" ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-" \n"
-" , , "
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr " MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr " loopback ?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr " ext2 ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr " loopback- %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-" , "
-"loopback.\n"
-" loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr " fat "
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, te "
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr " MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr " ... "
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr " RAID "
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr " LVM "
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM ?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr " loopback : "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr " loopback, ."
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr " . ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr " mount:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-", /boot "
-"( > 1024).\n"
-" LILO , LILO "
-" /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-", root (/) \n"
-"1024- /boot .\n"
-" boot LILO, \n"
-" /boot "
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-" RAID root (/).\n"
-" , /boot .\n"
-" /boot "
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr " %s !"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr " , "
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr " %s, "
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr " loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-" %s \n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr " DOS: %s ( )\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr " %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback ():\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-", \n"
-" ( MS-DOS boot, lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID- %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr " loopback : %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-" \n"
-"-, \n"
-" .\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-" \n"
-" \n"
-" .\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr ": %s , %s , %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM- %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr " : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr " ( %d )"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr ", "
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS "
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s "
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr " %s %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck %d %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr " %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr " JFS - 16 "
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr " ReiserFS - 32 "
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr " /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr " %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr " LVM %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr " root ."
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-" (ext2, reiserfs) "
-"\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr " LVM %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr " "
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr " %s : %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-" - , "
-" . "
-" "
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " !"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux , , "
-"\n"
-" , ... "
-"\n"
-", .\n"
-" Root, , , "
-" \n"
-" "
-".\n"
-" .\n"
-" . "
-"\n"
-" root , ! -"
-"\n"
-" , . "
-"\n"
-" , "
-",\n"
-" .\n"
-"\n"
-", . , , "
-"\n"
-" . DrakX "
-"\n"
-" . , "
-"\n"
-" . "
-".\n"
-" . () "
-"\n"
-" Root , "
-"\n"
-" , .\n"
-"\n"
-" \" \", "
-".\n"
-" : , , "
-".\n"
-" , , .\n"
-"\n"
-" \"\", "
-"\n"
-" (bash )."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"- Linux \n"
-" . , \n"
-" . , \n"
-"root (\"/\"). , "
-"\n"
-" . \n"
-" , \"/home\" ( , "
-"\n"
-" Linux ).\n"
-"\n"
-"\n"
-" , , : \"\", \"\".\n"
-"\n"
-"\n"
-"\"\" : \" \", \" \",\n"
-"\" \" (, \"hda1\").\n"
-"\n"
-"\n"
-"\" \" \"hd\", IDE , \"sd\", "
-"\n"
-"SCSI .\n"
-"\n"
-"\n"
-"\" \" \"hd\" \"sd\". IDE "
-":\n"
-"\n"
-" * \"a\" \"master IDE \",\n"
-" * \"b\" \"slave IDE \",\n"
-" * \"c\" \"master IDE \",\n"
-" * \"d\" \"slave IDE \".\n"
-"\n"
-"\n"
-" SCSI , \"a\" \" \", \"b\" "
-"\" \" ..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-" Mandrake Linux CDROM-. DrakX\n"
-" CDROM \n"
-"CD , ."
-
-#: ../../help.pm_.c:77
-#, fuzzy
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-" \n"
-" . Mandrake Linux , \n"
-" .\n"
-"\n"
-" CDROM, \n"
-"CD- ( ). CD- \n"
-" CD-, . \"OK\",\n"
-" .\n"
-"\n"
-" \n"
-" . , , :\n"
-"\n"
-" * \" \": "
-",\n"
-" .\n"
-"\n"
-" * \"\": , "
-"\n"
-"() ().\n"
-"\n"
-" * \"\": , , \n"
-" - \n"
-" .\n"
-"\n"
-" * \" \": "
-".\n"
-" , !\n"
-"\n"
-" , \n"
-" .\n"
-"\n"
-" \" \", "
-",\n"
-" , "
-"\n"
-" , .\n"
-"\n"
-" \"\", "
-"\n"
-" , . \n"
-" ."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-", , \n"
-" \n"
-". , , "
-"\n"
-" .\n"
-"\n"
-" , . \n"
-" , \"\", \n"
-" . ,\n"
-" , .\n"
-" , , \n"
-" \n"
-" .\n"
-"\n"
-"!! , \n"
-", , \n"
-" . Mandrake Linux, "
-"\n"
-" . , \n"
-" , , \n"
-" , Mandrake Linux . \n"
-" , \n"
-"\"\". \"\" \n"
-" . !!\n"
-"\n"
-" \" \" ,\n"
-" . , \n"
-" , , \n"
-" .\n"
-"\n"
-" \n"
-" . , \n"
-" "
-".\n"
-" , \n"
-" ."
-
-#: ../../help.pm_.c:164
-#, fuzzy
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-" , "
-"\n"
-" . , "
-"\n"
-", DrakX .\n"
-"\n"
-"Mandrake Linux \n"
-". : , ISDN , ADSL ,\n"
-" LAN (Ethernet).\n"
-"\n"
-" . , \n"
-" \n"
-".\n"
-"\n"
-" \n"
-" \n"
-" , .\n"
-"\n"
-" - "
-"\n"
-" , \"\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-" .\n"
-"\n"
-" , .\n"
-" , "
-".\n"
-"\n"
-" , "
-" \n"
-" . , , "
-"-\n"
-" .\n"
-"\n"
-" , "
-":\n"
-" , . ,\n"
-", , "
-".\n"
-" , , ."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-#, fuzzy
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X ( X Window System) GNU/Linux , \n"
-" (KDE, Gnome, AfterStep, WindowMaker...) "
-"\n"
-" Mandrake Linux. , DrakX X.\n"
-"\n"
-" , \n"
-" ( ). , X -"
-"\n"
-" . \n"
-" , .\n"
-"\n"
-" \"\" , \n"
-" X. \n"
-" .\n"
-"\n"
-" , \"\", DrakX \n"
-" . , , \n"
-" 10 ,\n"
-" ."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-" , X, \n"
-" ( , ...). "
-"\n"
-", X , DrakX \n"
-". , , \n"
-", , .\n"
-"\n"
-" , X, \n"
-"\" \", \" \", , \n"
-" , \"FBDev\". \n"
-" , - . "
-"\" \", ."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-", \n"
-". , ,\n"
-" . , \"\", "
-"\n"
-" ."
-
-#: ../../help.pm_.c:256
-#, fuzzy
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux CDROM- . \n"
-", CDROM-, >>F1<< \n"
-">>rescue<<. , CDROM, "
-"\n"
-" :\n"
-"\n"
-" * boot loader, DrakX (MBR) "
-" ( ), \n"
-" Windows GNU/Linux ( Windows ). \n"
-" Windows, Microsoft\n"
-" GNU/Linux!\n"
-"\n"
-" * GNU/Linux "
-",\n"
-" GNU/Linux. "
-"\n"
-" , \n"
-" , , \n"
-".\n"
-"\n"
-" , \n"
-". , , "
-"\n"
-", . , DrakX\n"
-" ."
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-" "
-"\n"
-"Mandrake Linux . \n"
-" , "
-".\n"
-" , "
-"\n"
-" Mandrake Linux .\n"
-"\n"
-" , \n"
-" , . , \n"
-", . , "
-"\n"
-" .\n"
-"\n"
-" , DiskDrake,\n"
-" Mandrake Linux, \n"
-" . DiskDrake . \n"
-" , \n"
-"\"\" .\n"
-"\n"
-" , \n"
-" , Linux\n"
-".\n"
-"\n"
-" , \n"
-". , "
-"\n"
-":\n"
-"\n"
-" * \" \": \n"
-" . \n"
-" .\n"
-"\n"
-" * \" \": \n"
-" Linux . ,\n"
-" .\n"
-"\n"
-" * \" Windows \": "
-"\n"
-"Microsoft Windows \n"
-" , Linux . \n"
-", Microsoft Windows (\n"
-" \" \" \" \") \n"
-" Microsoft Windows . \n"
-" . , \n"
-" Mandrake Linux Microsoft Windows .\n"
-"\n"
-" , , , ,\n"
-" Microsoft Windows -, "
-".\n"
-" - Microsoft Windows "
-"\n"
-" .\n"
-"\n"
-" * \" \": , "
-"\n"
-" Mandrake Linux\n"
-", . , \n"
-" , .\n"
-"\n"
-" !! , "
-" !!\n"
-"\n"
-" * \" Windows\": "
-"\n"
-", . .\n"
-"\n"
-" !! , "
-" !!\n"
-"\n"
-" * \" \": , \n"
-" . - , . \n"
-" . , \n"
-" ."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-" ! GNU/Linux \n"
-". \"OK\", . \n"
-" GNU/Linux Windows, ( "
-"),\n"
-" .\n"
-"\n"
-" \"\" ( \"\") :\n"
-"\n"
-" * \" \": \n"
-" , \n"
-" , , -"
-"\n"
-" .\n"
-"\n"
-" , , :\n"
-"\n"
-" * \"\". \n"
-" .\n"
-"\n"
-" * \"\". : \n"
-" , .\n"
-"\n"
-" , \n"
-". web-.\n"
-"\n"
-" * \" \"(*): , "
-"\n"
-" . , \n"
-" , \n"
-" [F1] >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) FAT- ( GNU/Linux,\n"
-" \"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-" , "
-"\n"
-"( ).\n"
-"\n"
-" , "
-"\n"
-" , . , "
-"\n"
-" .\n"
-"\n"
-", , \n"
-" . \n"
-" ( \"/\", \"/usr\" \"/var\"), \n"
-" , "
-"(\n"
-"\"/home\").\n"
-"\n"
-", , . \n"
-" \n"
-".\n"
-"\n"
-" \"OK\", .\n"
-"\n"
-" \"\", "
-"\n"
-" Mandrake Linux .\n"
-"\n"
-" \"\", , \n"
-" ."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-" Mandrake Linux . \n"
-" ( "
-"\n"
-" ).\n"
-"\n"
-", ."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-" , . "
-"\n"
-" Mandrake Linux , , "
-"\n"
-" , . . "
-"\n"
-" , ."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-" , , \n"
-". , "
-"\n"
-" , - "
-".\n"
-" , .\n"
-" MSEC Reference Manual, "
-"\n"
-" .\n"
-"\n"
-" , ."
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-" "
-"\n"
-" Mandrake Linux . , \n"
-" GNU/Linux , "
-"\n"
-" . \n"
-" .\n"
-"\n"
-" , . \n"
-" , \"hda\" IDE "
-",\n"
-"\"hdb\" , \"sda\" SCSI ...\n"
-"\n"
-" , :\n"
-"\n"
-" * \" \": .\n"
-"\n"
-" * \" \": \n"
-"Ext2 swap .\n"
-"\n"
-" * \" \": , \n"
-" . , \n"
-", .\n"
-"\n"
-" * \"\": , .\n"
-"\n"
-" * \"\": , \n"
-" .\n"
-"\n"
-" * \"\": , "
-",\n"
-" . , "
-"\n"
-" .\n"
-"\n"
-" * \" \": "
-"\n"
-" .\n"
-"\n"
-" * \" \": . "
-"\n"
-" . "
-"\n"
-" .\n"
-"\n"
-" * \"\": , "
-"\n"
-" .\n"
-"\n"
-": .\n"
-" [Tab} /.\n"
-"\n"
-" , :\n"
-"\n"
-" * Ctrl-c, ( );\n"
-"\n"
-" * Ctrl-d, ;\n"
-"\n"
-" * Ctrl-m, .\n"
-"\n"
-" PPC , HFS\n"
-"\"bootstrap\" 1 , boot loader-\n"
-"yaboot. -, 50 , "
-"\n"
-" , image \n"
-"ramdisk ."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-" Microsoft Windows \n"
-" . , , "
-"\n"
-" Mandrake Linux .\n"
-"\n"
-"\n"
-" , : \"Linux \", \"Windows "
-"\", \"\".\n"
-"\n"
-"\"Linux \" : \" \", \" "
-"\",\n"
-"\" \" (, \"hda1\").\n"
-"\n"
-"\n"
-"\" \" \"hd\", IDE , \"sd\", "
-"\n"
-"SCSI .\n"
-"\n"
-"\n"
-"\" \" \"hd\" \"sd\". IDE "
-":\n"
-"\n"
-" * \"a\" \"master IDE \",\n"
-" * \"b\" \"slave IDE \",\n"
-" * \"c\" \"master IDE \",\n"
-" * \"d\" \"slave IDE \".\n"
-"\n"
-"\n"
-" SCSI , \"a\" \" \", \"b\" "
-"\" \" ...\n"
-"\n"
-"\"Windows \" Windows ( "
-"\n"
-" \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ", . ."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX (\""
-"\")\n"
-" , - (\"\"). \n"
-" \n"
-" Mandrake Linux . \"\" \n"
-" . \"\", \n"
-" \n"
-"\n"
-", \"\", \n"
-"Mandrake Linux .\n"
-"\n"
-", \"\", \n"
-" Mandrake Linux.\n"
-"\n"
-" GNU/Linux, , \n"
-" / Mandrake Linux :\n"
-"\n"
-" * : , GNU/Linux\n"
-" . \n"
-" .\n"
-"\n"
-" * : GNU/Linux, \n"
-" . \n"
-" . , \n"
-" GNU/Linux, , \n"
-" ."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-", DrakX ( "
-"\n"
-" , ) . "
-" \n"
-" : , "
-" ,\n"
-" . "
-"a, \n"
-" , . , "
-" \n"
-" "
-".\n"
-"\n"
-", , "
-"\n"
-" , .\n"
-"\n"
-" , "
-"\n"
-" \"\". "
-" ."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-", .\n"
-"\n"
-" \"\" \n"
-" . \n"
-" \n"
-". , ,\n"
-" \n"
-"\"\" \n"
-"\"|\".\n"
-", . \n"
-" , \"OK\", ."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-" , DrakX \n"
-" . DrakX PS/2, "
-"\n"
-"USB .\n"
-"\n"
-" , ,\n"
-" .\n"
-"\n"
-" , \n"
-" . , , \n"
-" . , , \n"
-" \"\" ."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-", . , COM1 Windows GNU/Linux\n"
-" ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO ( LInux LOader) Grub bootloader-: \n"
-"GNU/Linux "
-".\n"
-", \n"
-". , \n"
-" . .\n"
-"\n"
-"\n"
-" ,\n"
-" . ,\n"
-" boot-, !"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-" \n"
-" , GNU/Linux.\n"
-"\n"
-" , , \" \n"
-" (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-" , , \n"
-" Mandrake Linux . , "
-" \n"
-" ."
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" \"OK\", \n"
-" . , \"OK\", "
-" "
-" ,\n"
-" Windows .\n"
-"\n"
-" \"\", \n"
-" ."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-" () (): %s\n"
-"\n"
-"\n"
-" . \n"
-", . , \n"
-", -.\n"
-"\n"
-"\n"
-" ?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr " broadcast NIS "
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr " FAT %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr " FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-" , ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-" `` '' , "
-" .\n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-" root-.\n"
-" ( ).\n"
-" `` '' `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " swap-"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-" swap-\n"
-"\n"
-" ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr " FAT /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr " , "
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " Windows loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr " Linux4Win ?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr " root- MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr " swap- MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr " Windows "
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr " ?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr " Windows "
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-" FAT , \n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-" Windows , ''defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"!\n"
-"\n"
-"DrakX Windows . : "
-" \n"
-". , scandisk (\n"
-" defrag) Windows , \n"
-" . .\n"
-" , ."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr " windows?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr " FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-" FAT loopback ( "
-" )"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr " Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr " , ?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr " e %s "
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr " fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-" %s.\n"
-" , `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr " DrakX :"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr " : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr " "
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-" , .\n"
-" ."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-" .\n"
-" CDROM .\n"
-" \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr " "
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr " `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-" . \n"
-" Mandrake Linux. . "
-",\n"
-" 'F1', CDROM ''."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr ", :"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr " , , %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-" - ,\n"
-" , .\n"
-"\n"
-" - ;\n"
-" 100%% ."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-" %d%% .\n"
-"\n"
-" - ,\n"
-" , .\n"
-" - ;\n"
-" %d%% ."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " - ."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr " : %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-" , "
-""
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr " / "
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr " , "
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr " . "
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-" \n"
-" , ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr " . "
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "/ "
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr " , "
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr ", , "
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d "
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-" CD-ROM !\n"
-"\n"
-", CD-ROM \"%s\" Ok, "
-" .\n"
-" , , CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"\n"
-"\n"
-", -. ,\n"
-" CD . \n"
-"'', .\n"
-"\n"
-"\n"
-" CD \n"
-" GPL . \n"
-" . , \n"
-" "
-"\n"
-".\n"
-" , ( \n"
-"), , , \n"
-" .\n"
-" \n"
-" . ,\n"
-" \n"
-" . , \n"
-" .\n"
-" , \n"
-" , .\n"
-"\n"
-"\n"
-" CD \n"
-" \n"
-" .\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr " \"%s\" ?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"\n"
-"\n"
-" Mandrake Linux "
-" - \n"
-" \" \". , "
-" , \n"
-", , "
-" \n"
-" Mandrake Linux .\n"
-"\n"
-"\n"
-"1. \n"
-"\n"
-", . "
-" \n"
-"MandrakeSoft S.A., . "
-", \n"
-" "
-" \n"
-" .\n"
-" , , "
-" \n"
-" . , "
-" \n"
-" "
-" \n"
-" . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-"2. \n"
-"\n"
-" \" "
-" \", ,\n"
-" .\n"
-"MandrakeSoft S.A., , "
-" e\n"
-", , ( "
-", ,\n"
-", , "
-" \n"
-" ) "
-" \n"
-" , MandrakeSoft S.A. "
-" .\n"
-"\n"
-" "
-" \n"
-"\n"
-" , MandrakeSoft S.A. "
-" \n"
-" , , "
-"( \n"
-" , , , , "
-" \n"
-" ) "
-" \n"
-" "
-" Mandrake Linux,\n"
-" .\n"
-" , , "
-" \n"
-" .\n"
-"\n"
-"\n"
-"3. GPL \n"
-"\n"
-" "
-". \n"
-" GNU "
-", \n"
-"\"GPL\", . "
-", , \n"
-" , . , "
-" \n"
-" . "
-" \n"
-" , "
-" MandrakeSoft.\n"
-" MandrakeSoft S.A. GPL . "
-" \n"
-" MandrakeSoft S.A. . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-"4. \n"
-"\n"
-" "
-" \n"
-" "
-" .\n"
-"MandrakeSoft S.A. "
-", \n"
-", .\n"
-"\"Mandrake\", \"Mandrake Linux\" "
-"MandrakeSoft S.A.\n"
-"\n"
-"\n"
-"5. \n"
-"\n"
-" , "
-" ,\n"
-" . "
-" .\n"
-" .\n"
-" "
-". ,\n"
-" - "
-".\n"
-" , , MandrakeSoft S.A.\n"
-"\n"
-": , "
-", \n"
-" . - "
-" \n"
-".\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr ", ."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "/"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr ", ."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ", ."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr " 2 "
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr " 3 "
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr " PCMCIA ..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr " IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-" , :(\n"
-" ( "
-"!).\n"
-" DrakX .\n"
-"( %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake .\n"
-" !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-" 1 ! , , "
-" , "
-"DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root "
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr " root- (/) ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr " owe"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-" swap , "
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-" (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr " (%d Mb)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr " (%dMb)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-" .\n"
-" auto_install ."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr " - "
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-" CD- -, Ok.\n"
-" CD-, .\n"
-" CD-, , Ok. "
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-" %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-" .\n"
-"\n"
-":\n"
-"\n"
-" \n"
-", / \n"
-" , , \n"
-"/ .\n"
-"\n"
-" / \n"
-" . / \n"
-" , \n"
-".\n"
-" Mandrakesoft /\n"
-" \n"
-", (, \n"
-" , , \n"
-" , \n"
-" ) , \n"
-" , / \n"
-" .\n"
-"\n"
-" , , \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr " GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr " ( NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP "
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr " CUPS "
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr " () ?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN "
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV "
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr " root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr " ( %d )"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP "
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP "
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-" bootdisk Linux "
-"\n"
-" bootloader. , \n"
-"SILO , SILO\n"
-" SILO . bootdisk\n"
-" \n"
-" Mandrake, \n"
-" .\n"
-"\n"
-" bootdisk , \n"
-" \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-" bootdisk Linux "
-"\n"
-" . , "
-"\n"
-"LILO ( GRUB) "
-" LILO LILO \n"
-" . Bootdisk- \n"
-" Mandrake, \n"
-" . bootdisk ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr " bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-" \n"
-", yaboot .\n"
-" , \n"
-" BootX, "
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr " aboot ?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-" aboot, \n"
-" , ?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr " bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr " bootloader . :"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-" Open Firmware ,\n"
-" . \n"
-" , Command-Option-O-F :\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" : shut-down\n"
-" ."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-" .\n"
-"\n"
-" ?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-", .\n"
-" Enter .\n"
-"\n"
-"\n"
-" , Mandrake Linux,\n"
-" Errata, : \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-" \n"
-" Official Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-" ,\n"
-" !!!\n"
-"( ).\n"
-"\n"
-" .\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr " "
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr " Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> | <Space> | <F12> "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr " kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr " "
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr " "
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr " , \n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr " ? ( %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr " ? ( %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr ": %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr " aboot ?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr " ? ( %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr ""
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "U "
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US "
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr " (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr " (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr " (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr ""
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr " 106 "
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr ""
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr " AZERTY ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr " AZERTY ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr " \" \" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr " \"\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr " (QWERTY )"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr " (QWERTZ )"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr " (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr " (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr ""
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr " ( \"F\" )"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr " ( \"Q\" )"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US ()"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr " \" \" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "\" \" : %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr " \n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr " Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr " PS2 "
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington THinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genuis NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 "
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr " 2- "
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Wheel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr " 3- "
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (, C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "BUS "
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 "
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 "
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr ", "
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr " ,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr " !"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr " ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- "
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr " ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr " "
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"- ADSL PPPOE.\n"
-" PPTP, ma DHCP.\n"
-" , ' PPPOE'."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr " DHCP"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr " PPPOE"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr " PPPTP"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-" DHCP ?\n"
-" dhcpcd ?"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ", "
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-", .\n"
-" DHCP .\n"
-"Host ,\n"
-" ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr " :"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr " ISDN "
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr " ISDN "
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr " ISDN ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-" ISDN ?\n"
-"\n"
-"* isdn4net. \n"
-" .\n"
-"\n"
-"* - , ,\n"
-" - .\n"
-"\n"
-" .\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr " (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr " (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr " IDSN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-" .\n"
-" , Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr " (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-" \n"
-" D- ( )"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr " ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr " ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-" ISA , .\n"
-"\n"
-" PCMCIA , IRC IO .\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr " ISDN ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-" ISDN PCI , . PCI "
-" ."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr " ISDN PCI . ."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr ", ."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr " "
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr " "
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr " "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr " DNS ( )"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr " DNS ( )"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr " %s ."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-" %s .\n"
-"\n"
-" OK, ."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-" , .\n"
-" Ok, , , "
-" .\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-" \n"
-"\n"
-" / .\n"
-" , .\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr " ..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN "
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL "
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet "
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr " , "
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-" .\n"
-" , .\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr " ?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-" :\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-", .\n"
-"\n"
-" .\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-" , X\n"
-" , ."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-": .\n"
-" , .\n"
-" - ."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-", IP .\n"
-" IP \n"
-" - (, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr " %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " ( %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP "
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr " "
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr " IP "
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-", host name .\n"
-"Host ,\n"
-" ``mybox.mylab.myco.com''.\n"
-" IP gateway, "
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS "
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway "
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr " proxy"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr " ID ( )"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy- http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy- ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr " "
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr " ?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr " ..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr " ."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr " , ."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr " "
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ", -"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ "
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr " (DMA) "
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO "
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 "
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 "
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr " (. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "1- DNS ( )"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "2- DNS ( )"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr " "
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr " "
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr " "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Timeout ( )"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr " ( )"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr " "
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr " "
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-" , .\n"
-" , "
-" extended-"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr " %s : %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr " backup-"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr " %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-" .\n"
-" .\n"
-" , \n"
-" "
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr ""
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr " "
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr ""
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Unix "
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR "
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - "
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - , "
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr " "
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr " "
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr " CUPS "
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr " LPD "
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr " (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr " SMB/Windows 95/98/NT "
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr " NetWare "
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr " URI "
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr " "
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr " "
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr " %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "( %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "( )"
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP CUPS "
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " ( )"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-" CUPS \n"
-"; . ,\n"
-" \" CUPS \" ."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr " CUPS "
-
-#: ../../printerdrake.pm_.c:71
-#, fuzzy
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-" CUPS , \n"
-" ; CUPS \n"
-" . \n"
-" \" \". \n"
-" \n"
-"\"/ \". , \n"
-" ( 30 \n"
-" CUPS, ).\n"
-" CUPS , IP ,\n"
-" CUPS , \n"
-" , ."
-
-#: ../../printerdrake.pm_.c:72
-#, fuzzy
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-", CUPS ,\n"
-" CUPS \n"
-" . , \"\n"
-"CUPS \" /etc/cups/cupsd.conf . \n"
-" CUPS (: \"service\n"
-"cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP CUPS "
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr " URI "
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr ", ."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr " URI "
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr " lpd-"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-" lpd , \n"
-" \n"
-" ."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr " SMB (Windows 9x/NT) "
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-" SMB , \n"
-" SMB ( ! TCP/IP !)\n"
-" IP , \n"
-", , \n"
-" ."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr " SMB "
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP SMB :"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr " IP !"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr " SAMBA share !"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr " NetWare "
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-" NetWare , \n"
-" , , ,."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr " NCP !"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr " NCP !"
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr " Socket "
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-" socket , \n"
-" , , .\n"
-" HP JetDirect , 9100,\n"
-" . \n"
-" ."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr " a !"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr " URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-" URI . URI "
-" CUPS Foomatic . , "
-" URI spooler-."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr " URI !"
-
-#: ../../printerdrake.pm_.c:1004
-#, fuzzy
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-" ( lp).\n"
-" \n"
-". ."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr " OKI Winprinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr " Lexmark inkjet"
-
-#: ../../printerdrake.pm_.c:1265
-#, fuzzy
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Inkjet Lexmark \n"
-" , \n"
-" . , \n"
-" , ."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-#, fuzzy
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-" \n"
-" , \n"
-" ( ) .\n"
-", \n"
-", ."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-" (\"%s\")\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1583
-#, fuzzy
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-", .\n"
-": \n"
-" \n"
-" . ."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr " ()"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr " (4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr " (/) (/) ..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-" .\n"
-" .\n"
-" :\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-" .\n"
-" .\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-" ( ), "
-" \"%s <file>\" : \"xpp "
-"<file>\" \"kprinter <file>\". "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-" \" \" "
-" . , "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-" \"%s\" "
-" . "
-" , . \"%s <file>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, fuzzy, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-" , "
-" - \" \".\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-" ( ) "
-" \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-" \" \" "
-" . , "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-#, fuzzy
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-" , "
-"\" \".\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-" ( ), "
-" \"%s <file>\" \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-" \"%s\" \"%s\" "
-" . "
-" , . \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr " \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr " \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1815
-#, fuzzy, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-" , \n"
-" spoller %s %s, spooler. \n"
-"( , , , \n"
-" ) , \n"
-".\n"
-" :\n"
-
-#: ../../printerdrake.pm_.c:1818
-#, fuzzy
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS Novell \n"
-" - .\n"
-
-#: ../../printerdrake.pm_.c:1820
-#, fuzzy
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ , LPD \n"
-" Socket/TCP .\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD LPRng IPP .\n"
-
-#: ../../printerdrake.pm_.c:1824
-#, fuzzy
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-" , \n"
-" \"foomatic-configure\" ."
-
-#: ../../printerdrake.pm_.c:1825
-#, fuzzy
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-" , PPD \n"
-" CUPS \n"
-" ."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-" , \n"
-"\"\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-" \"%s\" %s.\n"
-" \"\", .\n"
-" ."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr " , "
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-" \"%s\" ,\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr " %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, fuzzy, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-" (\"%s\"),\n"
-" \n"
-" %s ?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr " ...."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-#, fuzzy
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-" \n"
-". , \n"
-". \n"
-"."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr " %s "
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr " LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr " LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr " spooler"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr " (spooler) ?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr " \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr " PinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr " \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr " : "
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-" .\n"
-" , \n"
-" , \n"
-" \" \", ."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-" .\n"
-" , \n"
-" , \n"
-" \" \", ."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-" %s: %s %s\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr " , , "
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr " , , "
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr " , "
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr " \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr " \"%s\" ."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr " \"%s\" ?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr " \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxy "
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-" Proxy.\n"
-"\n"
-" HTTP FTP proxy\n"
-" \n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-", HTTP proxy.\n"
-" , HTTP proxy."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr " "
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-", FTP proxy.\n"
-" , FTP proxy."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URL 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-", proxy, .\n"
-" , /"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr " "
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr " "
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr " . !"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr " __ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr " %s "
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid "
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ( raidtools ?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr " RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr " ALSA (Advanced Linux Sound Architecture) "
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacrton - ."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd \n"
-"syslog. , "
-"."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-" at \n"
-" , ."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron UNIX , \n"
-" . vixie cron \n"
-"UNIX cron, - ."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM - Linux \n"
-"Midnight Commander. \n"
-"-- , ."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake , \n"
-"/ ."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache World Wide Web (WWW) . HTML "
-"\n"
-" CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet superserver daemon ( inetd) \n"
-" . \n"
-"telnet, ftp, rsh rlogin. inetd ,\n"
-" ."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-" Linux 2.2, \n"
-" , s cel \n"
-" ."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-" /etc/sysconfig/"
-"keyboard.\n"
-" kbdconfig. "
-" ."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-" header- , /boot \n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr " ."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf \n"
-" ."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd lpr . \n"
-", (/)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server \n"
-" ."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) Domain Name Server (DNS), \n"
-" IP ."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-" Network File System (NFS), SMB (LAN\n"
-"Manager/Windows), NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"/ , \n"
-" ."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS TCP/IP .\n"
-" NFS , \n"
-" /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS TCP/IP .\n"
-" NFS ."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-" numlock \n"
-"XFree ."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr " OKI 4w win-."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA ethernet \n"
-"laptop-. , \n"
-"- , ."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper RPC , \n"
-"NFS NIS. portmap , \n"
-" , RPC ."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix Main Transport Agent (MTA), \n"
-" ."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-" - \n"
-" ."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-" ( \n"
-" ), Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"touted IP \n"
-"RIP . RIP , -\n"
-" . "
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat \n"
-" ."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers \n"
-" ."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho \n"
-" rwho ( "
-"finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr " "
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog \n"
-" (). ."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr " USB ."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr " X Font Server ( , XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr " , "
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr ""
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr " "
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr ""
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr " "
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr " -"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ": %d %d "
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr " "
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-" \n"
-" , ."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr " "
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr ""
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr " "
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr " "
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr " - "
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr " "
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr " "
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr " SMB "
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr " ..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-" , :(\n"
-" "
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr " !"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr " `%s'."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-", , , "
-" "
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr " !"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr " loopback ?"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr ", , ."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr " Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN "
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ", , ."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ", , ."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr " ?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr " ?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Wheel"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Wheel"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr " :"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr ", , ."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr ", , ."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- "
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr ", , ."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr " %s . :"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s "
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr " , "
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr " !"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr " !"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-" .\n"
-" .\n"
-"\n"
-" ?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-" .\n"
-" .\n"
-"\n"
-" ?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-" , \n"
-". , \n"
-" .\n"
-"\n"
-": , "
-" (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr " %s ( %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr " !"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-" ethernet . , "
-" ."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-" :\n"
-"\n"
-"%s\n"
-"\n"
-" ."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-" ."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr " CUPS"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP CUPS "
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr " LAN %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr " !"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-" ! . "
-" ."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-" , , ..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-" .\n"
-" "
-" (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr " , ."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" !\n"
-"\n"
-"%s\n"
-"\n"
-" ``'', ."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr " (%d )"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ": "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr " :"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-" ( ):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr " :"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr " "
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ": "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr " LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr ""
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr " , ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr ", ... "
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr " "
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-" .\n"
-" , ''"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr " %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr " "
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr " "
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP "
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr " "
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr " "
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-" Internet .\n"
-" , ''"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr " : "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet "
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP "
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " , "
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr " ()"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ": keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr ", ."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr " BackSpace Delete ?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr " CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-", CD-ROM Ok, "
-" .\n"
-" , , CD-"
-"ROM."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr " !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "// _"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "//-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "//"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "//_..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr " , : %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr " LILO/Grub"
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-" Proxy.\n"
-"\n"
-" HTTP FTP proxy\n"
-" \n"
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "shadow"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr " ..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr ", ."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr " serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr " ?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr " "
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr " "
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-" \n"
-"\n"
-" .\n"
-" , "
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-" \n"
-"\n"
-" , "
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr " "
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr " "
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr " "
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr " "
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr " "
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr " "
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr " "
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr " "
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr " "
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr " "
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr " "
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr " "
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr " bootloader"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr " boot-"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr " "
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr " "
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr " "
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-" \n"
-"\n"
-" Mandrake Linux .\n"
-" , , \n"
-"MandrakeSecurity Firewall ."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-" , \n"
-" . , \n"
-" , .\n"
-"\n"
-", , .\n"
-" , , \n"
-" !"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-" Web , \n"
-" ? , ,\n"
-" .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-" Name ? \n"
-" IP- , , .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-" Secure SHell (SSH) ? \n"
-" telnet, . \n"
-" telnet, SSH.\n"
-"Telnet -- \n"
-" , . SSH \n"
-"."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-" telnet ?\n"
-" , . \n"
-" SSH \n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-" FTP , ?\n"
-" , .\n"
-" FTP \n"
-", FTP .\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-" ? \n"
-" pine, mutt ,\n"
-" . , .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-" POP IMAP ? \n"
-" -web- \n"
-" .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-" 2.2 . IP \n"
-" ( ),\n"
-" . ?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-" ?\n"
-" - Unix/Linux ,\n"
-" .\n"
-" - ,\n"
-" ."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-" . ?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr " %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr " %s : %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr " "
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr ", , "
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ", Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr " ()"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS , SMB , Proxy , SSH "
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome "
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr " Palm Pilot Visor- "
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ", Firewall/"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-" : word- (kword, abiword), (kspread, gnumeric), "
-" PDF, .."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr " : MP3 MIDI , , .. "
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr " HOTWO- Linux "
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE "
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm .."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr " , , web, , "
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ", -"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL MySQL -"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix , Inn "
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr " desktop- (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"The K Desktop Environment, "
-""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr " CD-"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, .."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr " The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "FND/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr " C C++, include "
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr " , "
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ", /Groupware/"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr " : , , .."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-" (pine, mutt, "
-"tin..) "
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ", , "
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-" desktop "
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr " SSH"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr " gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr " / "
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr " desktop-"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ", , , "
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr " , gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr " - CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr " "
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ " "
-#~ " ( %s )"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr ""
-
-#~ msgid "Choose a default printer!"
-#~ msgstr " "
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "/ "
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr " %s."
-
-#~ msgid "mount failed"
-#~ msgstr " "
-
-#~ msgid "Low"
-#~ msgstr ""
-
-#~ msgid "Medium"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ " . , \n"
-#~ " ."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr ""
-
-#~ msgid "Boot mode"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "To know about the options available for the current printer read either "
-#~ "the list shown below or click on the \"Print option list\" button. %s\n"
-#~ "\n"
-#~ msgstr ""
-#~ " , "
-#~ " - \" "
-#~ "\".\n"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux GMT ( )\n"
-#~ " , ."
-
-#~ msgid "Connect to Internet"
-#~ msgstr " "
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr " "
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr " (LAN )"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr " ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr ", , ."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnome "
-
-#~ msgid "authentification"
-#~ msgstr ""
-
-#~ msgid "user"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
-#~ "CGI."
-#~ msgstr ""
-#~ "Apache World Wide Web (WWW) . HTML "
-#~ "\n"
-#~ " CGI."
-
-#~ msgid ""
-#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-#~ "host names to IP addresses."
-#~ msgstr ""
-#~ "named (BIND) Domain Name Server (DNS), \n"
-#~ " IP ."
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr ", ."
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr " NFS "
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr " NFS %s"
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr " SAMBA "
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr " SAMBA %s"
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr ""
-
-#~ msgid "Removable media"
-#~ msgstr " "
-
-#~ msgid "Active"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr ""
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr " \"%s\", "
-
-#~ msgid "Local Printer Device"
-#~ msgstr " "
-
-#~ msgid "Printer Device"
-#~ msgstr " "
-
-#~ msgid "Device/file name missing!"
-#~ msgstr " / !"
-
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "() () CUPS ()"
-
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "() () ()"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr ", ."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr ", "
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr ": "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr " backup-"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Ok"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr ""
-
-#~ msgid "Starting your connection..."
-#~ msgstr " ...."
-
-#~ msgid "Closing your connection..."
-#~ msgstr " ..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ " .\n"
-#~ " , \n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ " root."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr " ."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr " , "
-
-#~ msgid "Total size: "
-#~ msgstr " : "
-
-#~ msgid "Please wait, "
-#~ msgstr ", , "
-
-#~ msgid "Total time "
-#~ msgstr " "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr " X11 ?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ " \n"
-#~ "(: /dev/lp0 LPT1) ?\n"
-
-#~ msgid "%s"
-#~ msgstr "%s"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ", . ."
-
-#~ msgid "New"
-#~ msgstr ""
-
-#~ msgid "Remote"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr ""
-#~ ", -\n"
-#~ "\n"
-#~ " \"\""
-
-#~ msgid "Use \"New\""
-#~ msgstr " \"\""
-
-#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
-#~ msgstr " - , :"
-
-#~ msgid "Shared resource"
-#~ msgstr " "
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "..... (%s), -\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? ( %s)"
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr " ? ( %s, 'none' )"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr " /etc/sysconfig/autologin : %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr " ?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ " ?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr " :\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr ""
-#~ " %s. ?"
-
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ " , \"/dev/hda\"\n"
-#~ "( IDE ) \"/dev/sda\" ( SCSI )."
-
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ " .\n"
-#~ " ."
-
-#~ msgid ""
-#~ "\n"
-#~ "If you continue, I will shut down your %s environnement"
-#~ msgstr ""
-#~ "\n"
-#~ " , %s "
-
-#~ msgid ""
-#~ "\n"
-#~ "Warning:\n"
-#~ "Applying the changes while running may crash your X environnement."
-#~ msgstr ""
-#~ "\n"
-#~ ":\n"
-#~ " X ."
-
-#~ msgid "%s is already in use"
-#~ msgstr " %s "
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "( )"
-
-#~ msgid "A command line must be entered!"
-#~ msgstr " !"
-
-#~ msgid "ADSL configuration"
-#~ msgstr " ADSL"
-
-#~ msgid "Adapter"
-#~ msgstr ""
-
-#~ msgid "Add location of packages"
-#~ msgstr " "
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr " ,"
-
-#~ msgid "Alcatel modem"
-#~ msgstr " Alcatel"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ " , ?\n"
-#~ " , .\n"
-#~ " : ``Use shadow file for passwords?'',\n"
-#~ " ?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr " "
-
-#~ msgid "Automatic dependencies"
-#~ msgstr " "
-
-#~ msgid "Available packages"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ ", numlock \n"
-#~ " (: 'p' '6')"
-
-#~ msgid "Boot style configuration"
-#~ msgstr " "
-
-#~ msgid "CUPS starting"
-#~ msgstr " CUPS"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr " supermount "
-
-#~ msgid "Category"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ " (IRC ) xchat, licq, gaim "
-#~ " "
-
-#~ msgid "Checking dependencies"
-#~ msgstr " "
-
-#~ msgid "Choice"
-#~ msgstr ""
-
-#~ msgid "Choose"
-#~ msgstr ""
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr " -"
-
-#~ msgid "Collapse all"
-#~ msgstr " "
-
-#~ msgid "Color depth options"
-#~ msgstr " "
-
-#~ msgid "Command line"
-#~ msgstr " "
-
-#~ msgid "Communication facilities"
-#~ msgstr " "
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr " ."
-
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr " Lilo/Grub"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr " LILO/GRUB"
-
-#~ msgid "Configure local network"
-#~ msgstr " "
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr " / "
-
-#~ msgid "Configure timezone"
-#~ msgstr " "
-
-#~ msgid "Configure..."
-#~ msgstr " ..."
-
-#~ msgid "Confirm Password"
-#~ msgstr " "
-
-#~ msgid "Connecting to Internet "
-#~ msgstr " "
-
-#~ msgid "Connection Time: "
-#~ msgstr " : "
-
-#~ msgid "Connection complete."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ " .\n"
-#~ " Mandrake Control Center."
-
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Timeout ( ) [ , ]"
-
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr " \"%s\" !"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr " boot-"
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ " boot . \n"
-#~ " , \n"
-#~ " ."
-
-#~ msgid "Customized"
-#~ msgstr ""
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr " ()"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr ", DNS/DHCP "
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL ( ADSL) "
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr " (MySQL PostgreSQL)"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "Runlevel "
-
-#~ msgid "Development C/C++"
-#~ msgstr " C/C++"
-
-#~ msgid "Development, Database"
-#~ msgstr ", -"
-
-#~ msgid "Development, Integrated Environment"
-#~ msgstr ", "
-
-#~ msgid "Development, Standard tools"
-#~ msgstr ", "
-
-#~ msgid "Directory"
-#~ msgstr ""
-
-#~ msgid "Disable"
-#~ msgstr ""
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr " "
-
-#~ msgid "Disable network"
-#~ msgstr " "
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr " "
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr " ."
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ " Linux ?"
-
-#~ msgid "ECI modem"
-#~ msgstr " ECI"
-
-#~ msgid "Eject page after job?"
-#~ msgstr " ?"
-
-#~ msgid "Enable"
-#~ msgstr ""
-
-#~ msgid "Enable network"
-#~ msgstr " "
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr " Num Lock- "
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ " ( ) \n"
-#~ " ( lp) spool- . \n"
-#~ " "
-#~ " ?"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ " (, \"lp\").\n"
-#~ " "
-#~ "\n"
-#~ " . \n"
-#~ " ?"
-
-#~ msgid "Expand all"
-#~ msgstr " "
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr " GhostScript "
-
-#~ msgid "Extra Text options"
-#~ msgstr " "
-
-#~ msgid "File/Print/Samba"
-#~ msgstr ", //Samba"
-
-#~ msgid "Find Package"
-#~ msgstr " "
-
-#~ msgid "Find Package containing file"
-#~ msgstr " "
-
-#~ msgid "Finding leaves"
-#~ msgstr " "
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr " "
-
-#~ msgid "First DNS Server"
-#~ msgstr " DNS "
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr " stair-stepping ?"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ " FTP HTTP, hdlist\n"
-#~ " URL- "
-
-#~ msgid "Format all"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux . \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \"\n"
-#~ "\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Unix , "
-#~ "\n"
-#~ "\" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " Microsoft Windows "
-#~ "\n"
-#~ "( Unix SMB ), \"SMB/Windows "
-#~ "95/98/NT\"."
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr " (.: `extra', `commercial')"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr " %s"
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr " "
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr " ?"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr " ISDN :\n"
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ " X, \n"
-#~ " X Window ."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ " - \n"
-#~ " , \n"
-#~ " . "
-#~ "\n"
-#~ "DNS (name server), "
-#~ "\n"
-#~ "."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ " CD- -, Ok. \n"
-#~ " CD-, . CD-, "
-#~ " ,\n"
-#~ " Ok."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ " , \"\". \n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ " proxy , , . ,\n"
-#~ " ."
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ " ( , \n"
-#~ " ), , "
-#~ ", \n"
-#~ " -. , "
-#~ "\"\"."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ " , , "
-#~ "\n"
-#~ "CUPS LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS , Unix (CUPS\n"
-#~ " \" Unix \"). "
-#~ " \n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR , Mandrake Linux "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ " \n"
-#~ " , , . , "
-#~ "\n"
-#~ " , DrakX "
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ "\" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " -, , "
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr ""
-#~ " ADSL Alcatel, Alcatel. , ECI."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ " , , , DrakX "
-#~ " ."
-
-#~ msgid ""
-#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
-#~ "select\n"
-#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
-#~ "network\n"
-#~ "administrator.\n"
-#~ "\n"
-#~ "If your computer is not connected to any administrated network, you may "
-#~ "want to\n"
-#~ "choose \"Local files\" for authentication."
-#~ msgstr ""
-#~ " LDAP ( NIS) , \n"
-#~ "\"LDAP\" ( \"NIS\") . , "
-#~ "\n"
-#~ ".\n"
-#~ "\n"
-#~ " , "
-#~ "\n"
-#~ " \" \" ."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ " NIS, \" NIS\". ,\n"
-#~ " ."
-
-#~ msgid "In which country are you located ?"
-#~ msgstr " ?"
-
-#~ msgid "Installed packages"
-#~ msgstr " "
-
-#~ msgid "Internet Tools"
-#~ msgstr " "
-
-#~ msgid "Internet/Network access"
-#~ msgstr "/ "
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "KDE, QT, Gnome, GTK+"
-#~ msgstr "KDE, QT, Gnome, GTK+"
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ " LILO GRUB :\n"
-#~ " - Boot : (.. \n"
-#~ "), boot . \"/dev/hda\", \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " - : "
-#~ "\n"
-#~ " , "
-#~ "\n"
-#~ ". , "
-#~ "\n"
-#~ " . , \"delay\" \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " - : VGA , \n"
-#~ " . :\n"
-#~ " * normal: 80x25 .\n"
-#~ "\n"
-#~ " * <number>: .\n"
-#~ "\n"
-#~ "\n"
-#~ " - \"/tmp\" : "
-#~ "\n"
-#~ " \"/tmp\", "
-#~ ",\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " - RAM, : , , \n"
-#~ " BIOS RAM . , GNU/Linux "
-#~ "\n"
-#~ " RAM. , \n"
-#~ " RAM. , 2 4 MB\n"
-#~ " RAM ."
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ " .\n"
-#~ " :"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Miscellaneous"
-#~ msgstr ""
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr " "
-
-#~ msgid "Modify printer"
-#~ msgstr " "
-
-#~ msgid "Name of queue"
-#~ msgstr " "
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr " :"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Network Monitoring"
-#~ msgstr " "
-
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr " 1 (eth0):"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr " CDROM ( /mnt/cdrom)"
-
-#~ msgid "No match"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ " . , , .\n"
-#~ "\n"
-#~ "\n"
-#~ " , ( \"COM1\" Microsoft\n"
-#~ "Windows) \"ttyS0\" Linux."
-
-#~ msgid "No more match"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ " X Window System, \n"
-#~ "GNU/Linux GUI ( ). \n"
-#~ " . - \n"
-#~ ", "
-#~ "\n"
-#~ " :)\n"
-#~ "\n"
-#~ "\n"
-#~ " , X ( \n"
-#~ "DrakX ), . "
-#~ "\n"
-#~ " , , \n"
-#~ " ."
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ ", ,\n"
-#~ " .\n"
-#~ ": , "
-#~ " (LAN).\n"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr " "
-
-#~ msgid "Opening your connection..."
-#~ msgstr " ..."
-
-#~ msgid "Other countries"
-#~ msgstr " "
-
-#~ msgid "Package"
-#~ msgstr ""
-
-#~ msgid "Paper Size"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ ", .\n"
-#~ ", , .\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ " ."
-
-#~ msgid "Please submit the following information"
-#~ msgstr ", "
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr ", ."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ ", , DrakX "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : , spooler \"lp\" "
-#~ " . \n"
-#~ " \"lp\".\n"
-#~ " , "
-#~ ". pipe\n"
-#~ " (\"|\"). , - , "
-#~ " , . \"My printer|lp\".\n"
-#~ " \"lp\" () "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " * : , , "
-#~ " \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : \n"
-#~ " , ( "
-#~ ",\n"
-#~ " \"2- \").\n"
-
-#~ msgid "Press next to continue."
-#~ msgstr " , ."
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr " PostScript ?"
-
-#~ msgid "Profile "
-#~ msgstr " "
-
-#~ msgid "Provider dns 1"
-#~ msgstr "1- DNS "
-
-#~ msgid "Provider dns 2"
-#~ msgstr "2- DNS "
-
-#~ msgid "Python, Perl, libraries, tools"
-#~ msgstr "Python, Perl, , "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr " : "
-
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr " ..."
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Reload"
-#~ msgstr ""
-
-#~ msgid "Remote queue"
-#~ msgstr " "
-
-#~ msgid "Remote queue name missing!"
-#~ msgstr " !"
-
-#~ msgid "Reverse page order"
-#~ msgstr " "
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "/ (1/72 )"
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO bootloader SPARC: o \n"
-#~ "GNU/Linux , "
-#~ " .\n"
-#~ ", \n"
-#~ ". , \n"
-#~ " . .\n"
-#~ "\n"
-#~ "\n"
-#~ " ,\n"
-#~ " . ,\n"
-#~ " boot-, !"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ " SILO :\n"
-#~ " - bootloader : , "
-#~ "\n"
-#~ " GNU/Linux. \n"
-#~ ", \" (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : "
-#~ "\n"
-#~ " , "
-#~ "\n"
-#~ ". , \n"
-#~ " . , \"delay\" \n"
-#~ " ."
-
-#~ msgid "Sciences"
-#~ msgstr ""
-
-#~ msgid "Scientific applications"
-#~ msgstr " "
-
-#~ msgid "Search"
-#~ msgstr ""
-
-#~ msgid "Second DNS Server"
-#~ msgstr " DNS "
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr " "
-
-#~ msgid "Select the size you want to install"
-#~ msgstr " , "
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ ":\n"
-#~ "\n"
-#~ " - : GNU/Linux, "
-#~ "\n"
-#~ " . - "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : , \"\" GNU/Linux \n"
-#~ " . "
-#~ "\"\"\n"
-#~ " , "
-#~ ".\n"
-#~ " , , , !"
-
-#~ msgid "Selected size %d%s"
-#~ msgstr " %d%s"
-
-#~ msgid "Sending Speed:"
-#~ msgstr " : "
-
-#~ msgid "Show only leaves"
-#~ msgstr " "
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr " ()"
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr ""
-#~ ", . ."
-
-#~ msgid "Sort by"
-#~ msgstr " "
-
-#~ msgid "Spool directory"
-#~ msgstr "Spool-"
-
-#~ msgid "Spooler: "
-#~ msgstr "Spooler: "
-
-#~ msgid "Statistics"
-#~ msgstr ""
-
-#~ msgid "Test the mouse here."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "The Mandrake Linux spreads among several CDROMs. It may be that drakX "
-#~ "has\n"
-#~ "selected packages on another CDROM than the installation CDROM, and when "
-#~ "it\n"
-#~ "needs that you put another one into the drive, it will eject the current "
-#~ "CDROM\n"
-#~ "and ask you for another one."
-#~ msgstr ""
-#~ "Mandrake Linux CDROM-. , "
-#~ "DrakX\n"
-#~ " CDROM, CDROM, , \n"
-#~ " , CDROM "
-#~ "\n"
-#~ " ."
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr " "
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr " usb ."
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ " - , \" shadow \"\n"
-#~ " \" MD5 \"."
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr " "
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "/ (1/72 )"
-
-#~ msgid "Tree"
-#~ msgstr ""
-
-#~ msgid "Try to find a modem?"
-#~ msgstr " ?"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL RPM"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr " Uniprint "
-
-#~ msgid "Unrecognized config file"
-#~ msgstr " "
-
-#~ msgid "Update location"
-#~ msgstr " "
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr " RPM "
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr " MD5 "
-
-#~ msgid "Use diskdrake"
-#~ msgstr " diskdrake"
-
-#~ msgid "Use shadow file"
-#~ msgstr " shadow "
-
-#~ msgid ""
-#~ "Welcome to The Network Configuration Wizard.\n"
-#~ "Which components do you want to configure?\n"
-#~ msgstr ""
-#~ " .\n"
-#~ " ?\n"
-
-#~ msgid "What are looking for?"
-#~ msgstr " ?"
-
-#~ msgid "What is your system used for?"
-#~ msgstr " ?"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr " ?"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr " ?"
-
-#~ msgid "Which package are looking for"
-#~ msgstr " "
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr " ?"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ " CUPS , \n"
-#~ " ; ,\n"
-#~ " ; ,\n"
-#~ " IP \n"
-#~ "CUPS ."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr " /etc/fstab"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr ", ASCII "
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr ", PostScript "
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ " . , "
-#~ " \n"
-#~ ". , , "
-#~ ".\n"
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ " ( ) "
-#~ "\n"
-#~ " ( Unix, Netware Microsoft Windows )."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ " , \n"
-#~ " . , "
-#~ "\n"
-#~ ", .\n"
-#~ "\n"
-#~ "\n"
-#~ ", ,\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ " , \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " \" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ "\" \".\n"
-#~ " , "
-#~ "\n"
-#~ " , ."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ " root Mandrake Linux .\n"
-#~ " , "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ "Root , "
-#~ "\n"
-#~ " . .\n"
-#~ " root "
-#~ "\n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ " - 8\n"
-#~ ". .\n"
-#~ "\n"
-#~ "\n"
-#~ " , : "
-#~ "\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ "* : "
-#~ " , \n"
-#~ " : , "
-#~ " . , \n"
-#~ " , , "
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ "* : "
-#~ "\n"
-#~ " . , . , "
-#~ "\n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ "* RAM, : , , "
-#~ " BIOS RAM . \n"
-#~ " , GNU/Linux "
-#~ "RAM. , \n"
-#~ " RAM. , 2 4 MB "
-#~ " RAM .\n"
-#~ "\n"
-#~ "\n"
-#~ "* : "
-#~ " (CD-ROM,\n"
-#~ " , Zip ..) \"mount\" \"umount\", "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ "* \"/tmp\" : "
-#~ " \"/tmp\",\n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ "* NumLock : NumLock "
-#~ " , . , \n"
-#~ " "
-#~ " X)."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ " . , "
-#~ "\n"
-#~ " . , \""
-#~ "\",\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are installing on an Apple machine with a 1-button mouse, you "
-#~ "will\n"
-#~ "be given the opportunity to define some keyboard keys to emulate the 2nd\n"
-#~ "and 3rd mouse buttons. This will allow you to be able to access the "
-#~ "full\n"
-#~ "functionality of the mouse in both the Linux console and the X Window "
-#~ "GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have an ADB mouse, please select USB, as the Linux kernel will "
-#~ "take\n"
-#~ "care of mapping your mouse hardware correctly."
-#~ msgstr ""
-#~ " . , "
-#~ "\n"
-#~ " . , \"\", "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " Apple , "
-#~ "\n"
-#~ " , 2- 3- \n"
-#~ ". "
-#~ "Linux\n"
-#~ ", X Windows GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ " ADB , , USB, Linux "
-#~ "\n"
-#~ " ."
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr " URI CUPS."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ " * IP : , "
-#~ " .\n"
-#~ " IP , \" IP"
-#~ "\", -.\n"
-#~ "\n"
-#~ " * : \"255.255.255.0\" . "
-#~ " , "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " * IP: BOOTP DHCP , "
-#~ " . , \n"
-#~ " \"IP \". "
-#~ " , ."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ " \"\" \n"
-#~ ", \"\" \n"
-#~ " \"root\". , \n"
-#~ " . \n"
-#~ " ( , ..)\n"
-#~ " \"Home\" , \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " . ,\n"
-#~ " "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ ", ."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ " dialup . \n"
-#~ " , "
-#~ "\n"
-#~ " . DNS (name "
-#~ "server)\n"
-#~ ", \n"
-#~ "."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ " . ,\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ " . \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ " , . \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ " , . \n"
-#~ " , "
-#~ "\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ " , \n"
-#~ " .\n"
-#~ "\n"
-#~ "DrakX . "
-#~ ",\n"
-#~ " . , "
-#~ "\n"
-#~ " , - "
-#~ ".\n"
-#~ " \" "
-#~ "\";\n"
-#~ " , 1000 ..."
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "\t* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ "\t at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ "\t will then have a complete collection of software installed in order "
-#~ "to compile, debug and format source code,\n"
-#~ "\t or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ "\t SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ "\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ " . "
-#~ ":\n"
-#~ "\n"
-#~ "\t* : , "
-#~ " \n"
-#~ "\t .\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* : "
-#~ " , .\n"
-#~ "\t , , "
-#~ " ,\n"
-#~ "\t .\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* : , "
-#~ " . \n"
-#~ "\t (NFS SMB), (Unix- Microsoft Windows-), "
-#~ " (NIS), \n"
-#~ "\t - ... , "
-#~ " (KDE, GNOME, ..)."
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ " . "
-#~ ":\n"
-#~ "\n"
-#~ "* : , "
-#~ " \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "* : "
-#~ " , .\n"
-#~ " , , "
-#~ " ,\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "* : , "
-#~ " . \n"
-#~ " (NFS SMB), (Unix- Microsoft Windows-), "
-#~ " (NIS), \n"
-#~ " - ... , "
-#~ " (KDE, GNOME, ..)."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr " -."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ " -, "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " \"\", .\n"
-#~ "\n"
-#~ "\n"
-#~ " \"\", . "
-#~ " \n"
-#~ "."
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : , spooler \"lp\" "
-#~ " . \n"
-#~ " \"lp\".\n"
-#~ " , "
-#~ ". pipe\n"
-#~ " (\"|\"). , - , "
-#~ " , . \"My printer|lp\".\n"
-#~ " \"lp\" () , "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " * Spool : , "
-#~ " . \n"
-#~ " , \n"
-#~ "\n"
-#~ "\n"
-#~ " * : "
-#~ " , \" \".\n"
-#~ " Unix , "
-#~ " \" LPD \".\n"
-#~ "\n"
-#~ "\n"
-#~ " Microsoft "
-#~ "Windows ( Unix SMB\n"
-#~ " ), \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " NetWare , "
-#~ "\"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ " . , , "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , . "
-#~ "\n"
-#~ " \"/dev/lp0\" GNU/Linux \"LPT1\" Microsoft Windows."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ " , Mandrake Linux \n"
-#~ ". "
-#~ ",\n"
-#~ " ."
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ ": , ROOT "
-#~ " !\n"
-#~ " root, "
-#~ " \"su\".\n"
-#~ " , , "
-#~ ". ."
-
-#~ msgid "cannot fork: "
-#~ msgstr " : "
-
-#~ msgid "default"
-#~ msgstr " "
-
-#~ msgid "don't use pppoe"
-#~ msgstr " PPPOE"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr " - aurora"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n ()"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n ()"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n ( )"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#~ msgid "not connected"
-#~ msgstr " "
-
-#~ msgid "received: "
-#~ msgstr ": "
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake `` ''.\n"
-#~ " rpmdrake, "
-
-#~ msgid "sent: "
-#~ msgstr ": "
-
-#~ msgid "using module"
-#~ msgstr " "
-
-#~ msgid "vertical traditional aurora"
-#~ msgstr " aurora"
-
-#~ msgid "yellow pages"
-#~ msgstr " "
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
deleted file mode 100644
index f210d9039..000000000
--- a/perl-install/share/po/br.po
+++ /dev/null
@@ -1,12284 +0,0 @@
-# DrakX e Brezhoneg.
-# Copyright (C) 1999-2002 MandrakeSoft
-# Thierry Vignaud <tvignaud@mandrakesoft.com>, 1999-2002
-# Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>, 1999-2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX 8.2\n"
-"POT-Creation-Date: 2002-06-13 15:54+0200\n"
-"PO-Revision-Date: 2002-01-28 22:41GMT\n"
-"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
-"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:244
-msgid "Use Xinerama extension"
-msgstr "Implijit Xinemara"
-
-#: ../../Xconfigurator.pm_.c:247
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Kefluniadur hep ken kartenn \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:250
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../Xconfigurator.pm_.c:251
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Graphics card"
-msgstr "Kartenn c'hrafek"
-
-#: ../../Xconfigurator.pm_.c:263
-msgid "Select a graphics card"
-msgstr "Diuzit ur gartenn c'hrafek"
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "Choose a X server"
-msgstr "Dibabit ur servijer X"
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "X server"
-msgstr "servijer X"
-
-#: ../../Xconfigurator.pm_.c:294
-msgid "Choose a X driver"
-msgstr "Dibabit ur sturier X"
-
-#: ../../Xconfigurator.pm_.c:294
-msgid "X driver"
-msgstr "Sturier X"
-
-#: ../../Xconfigurator.pm_.c:361 ../../Xconfigurator.pm_.c:367
-#: ../../Xconfigurator.pm_.c:417 ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:364
-#, fuzzy
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Pe seurt enmont a vennit ouzhpennañ"
-
-#: ../../Xconfigurator.pm_.c:375
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:377 ../../Xconfigurator.pm_.c:410
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:379 ../../Xconfigurator.pm_.c:412
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s gant 3D"
-
-#: ../../Xconfigurator.pm_.c:387 ../../Xconfigurator.pm_.c:401
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:389 ../../Xconfigurator.pm_.c:403
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:398
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:418
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:422
-msgid "XFree configuration"
-msgstr "Staliadur XFree86"
-
-#: ../../Xconfigurator.pm_.c:497
-msgid "Select the memory size of your graphics card"
-msgstr "Diuzit ment memor ho kartenn c'hrafek"
-
-#: ../../Xconfigurator.pm_.c:551
-msgid "Choose options for server"
-msgstr "Dibabit dibarzhoù ar servijer"
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Choose a monitor"
-msgstr "Dibabit ur skramm"
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Monitor"
-msgstr "Skramm"
-
-#: ../../Xconfigurator.pm_.c:578
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"An div arventenn dreistpouezus a zo ar feur freskaat a-serzh, da lavaret eo "
-"ar\n"
-"feur ma vez freskaet ar skramm a-bezh, ha pouezusuc'h c'hoazh ar feur "
-"kempredañ\n"
-"a-led, da lavaret eo ar feur ma vez diskwelet linennoù skubañ.\n"
-"\n"
-"HOLLBOUEZHUS eo deoc'h na spisaat ur seurt skramm gant ur feur kempredañ\n"
-"a zo en tu-hont da varregezh ho skramm : gallout a rafe gwastañ ho skramm\n"
-" M'hoc'h eus douetañs, dibabit ur c'hefluniadur fur."
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Horizontal refresh rate"
-msgstr "Feur freskaat a-led"
-
-#: ../../Xconfigurator.pm_.c:586
-msgid "Vertical refresh rate"
-msgstr "Feur freskaat a-serzh"
-
-#: ../../Xconfigurator.pm_.c:623
-msgid "Monitor not configured"
-msgstr "Skramm ket kefluniet"
-
-#: ../../Xconfigurator.pm_.c:626
-msgid "Graphics card not configured yet"
-msgstr "Kartenn c'hrafek ket kefluniet c'hoazh"
-
-#: ../../Xconfigurator.pm_.c:629
-msgid "Resolutions not chosen yet"
-msgstr "Spisterioù ket dibabet c'hoazh"
-
-#: ../../Xconfigurator.pm_.c:647
-msgid "Do you want to test the configuration?"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../Xconfigurator.pm_.c:651
-#, fuzzy
-msgid "Warning: testing this graphics card may freeze your computer"
-msgstr "Da ziwall : arvarus eo amprouiñ ar gartenn c'hrafek-mañ"
-
-#: ../../Xconfigurator.pm_.c:654
-msgid "Test of the configuration"
-msgstr "Amprouiñ ar c'hefluniadur"
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"klaskit kemmañ arventennoù 'zo"
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid "An error occurred:"
-msgstr "C'hoarvezet eo ur fazi :"
-
-#: ../../Xconfigurator.pm_.c:734
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Kuitaat e %d eilenn"
-
-#: ../../Xconfigurator.pm_.c:745
-msgid "Is this the correct setting?"
-msgstr "Ha reizh eo ar c'hefluniadur ?"
-
-#: ../../Xconfigurator.pm_.c:754
-msgid "An error occurred, try to change some parameters"
-msgstr "C'hoarvezet eo ur fazi, klaskit kemmañ arventennoù 'zo"
-
-#: ../../Xconfigurator.pm_.c:825
-msgid "Resolution"
-msgstr "Spister"
-
-#: ../../Xconfigurator.pm_.c:877
-msgid "Choose the resolution and the color depth"
-msgstr "Dibabit ar spister ha donder al livioù"
-
-#: ../../Xconfigurator.pm_.c:879
-#, c-format
-msgid "Graphics card: %s"
-msgstr "Kartenn c'hrafek : %s"
-
-#: ../../Xconfigurator.pm_.c:880
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Servijer XFree86 : %s"
-
-#: ../../Xconfigurator.pm_.c:894 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-#, fuzzy
-msgid "More"
-msgstr "Dilec'hiañ"
-
-#: ../../Xconfigurator.pm_.c:894 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:701
-#: ../../my_gtk.pm_.c:1034 ../../my_gtk.pm_.c:1056
-#: ../../standalone/drakbackup_.c:2288 ../../standalone/drakbackup_.c:2359
-#: ../../standalone/drakbackup_.c:2375
-msgid "Ok"
-msgstr "Mat eo"
-
-#: ../../Xconfigurator.pm_.c:896 ../../network/netconnect.pm_.c:173
-#: ../../printerdrake.pm_.c:2473 ../../standalone/drakfloppy_.c:146
-#: ../../standalone/draknet_.c:275 ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Mod mailh"
-
-#: ../../Xconfigurator.pm_.c:897
-msgid "Show all"
-msgstr "Diskouez pep tra"
-
-#: ../../Xconfigurator.pm_.c:942
-msgid "Resolutions"
-msgstr "Spisterioù"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Reizhadur ar stokellaoueg : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Seurt logodenn : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Trobarzhell al logodenn : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Skramm : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "KempredA-led ar skramm : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "FreskA-serzh ar skramm : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1518
-#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Kartenn c'hrafek : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Graphics card identification: %s\n"
-msgstr "Anavezoud kartenn c'hrafek : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Memor c'hrafek : %s ko\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Donder liv: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Spister: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1525
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Servijer XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1526
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Sturier XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1544
-msgid "Preparing X-Window configuration"
-msgstr "O prientiñ kefluniadur X-Window"
-
-#: ../../Xconfigurator.pm_.c:1564
-msgid "What do you want to do?"
-msgstr "Petra a vennit ober ? "
-
-#: ../../Xconfigurator.pm_.c:1569
-msgid "Change Monitor"
-msgstr "Kemmañ ar skramm"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Graphics card"
-msgstr "Kemmañ ar gartenn c'hrafek"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Change Server options"
-msgstr "Kemmañ dibarzhoù ar servijer"
-
-#: ../../Xconfigurator.pm_.c:1574
-msgid "Change Resolution"
-msgstr "Kemmañ ar spister"
-
-#: ../../Xconfigurator.pm_.c:1575
-msgid "Show information"
-msgstr "Diskouez titouroù"
-
-#: ../../Xconfigurator.pm_.c:1576
-msgid "Test again"
-msgstr "Amprouiñ adarre"
-
-#: ../../Xconfigurator.pm_.c:1577 ../../printerdrake.pm_.c:2476
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Kuitaat"
-
-#: ../../Xconfigurator.pm_.c:1585
-#, fuzzy, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr "Derc'hel ar c'hefluniadur IP o ren"
-
-#: ../../Xconfigurator.pm_.c:1606
-msgid "Graphical interface at startup"
-msgstr "X pa loc'her"
-
-#: ../../Xconfigurator.pm_.c:1607
-msgid ""
-"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
-msgstr ""
-"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
-"Mennout a rit lañsañ X pa adloc'hit ?"
-
-#: ../../Xconfigurator.pm_.c:1613
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Adereit ouzh %s evit bevaat ar c'hemmoù mar plij"
-
-#: ../../Xconfigurator.pm_.c:1628
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 liv (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil liv (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil liv (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milion a livioù (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliard a livioù (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 ko"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 ko"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 Mo pe vuioc'h"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA standard, 640x480 da 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Gour-VGA, 800x600 da 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Kenglotus 8514, 1024x768 da 87 Hz pebeilet (800x600 ebet)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Gour-VGA, 1024x768 da 87 Hz pebeilet, 800x600 da 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Gour-VGA astennet, 800x600 da 60 Hz, 640x480 da 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "G-VGA nann-pebeilet, 1024x768 da 60 Hz, 800x600 da 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "G-VGA talm uhel, 1024x768 da 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Lies-talm a c'hell ober 1280x1024 da 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Lies-talm a c'hell ober 1280x1024 da 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Lies-talm a c'hell ober 1280x1024 da 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Skramm a c'hell ober 1600x1200 da 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Skramm a c'hell ober 1600x1200 da 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Rann gentañ ar parzhadur loc'hañ"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Rann gentañ ar bladenn (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Staliadur SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Staliadur LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO gant meuziad skrid"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO gant meuziad c'hrafek"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Loc'hañ abaoe DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Dibarzhoù pennañ ar c'harger loc'hañ"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "C'harger loc'hañ da implijout"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Staliadur c'harger loc'hañ"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Trobarzhell loc'hañ"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne da ket en-dro gant BIOSoù kozh)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Fetis"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "fetis"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Mod video"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Gedvezh kent loc'hañ ar skeudenn dre ziouer"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1087 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:710 ../../printerdrake.pm_.c:808
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Tremenger"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Password (again)"
-msgstr "Tremenger (adarre)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Strishaat dibarzhoù al linenn urzhiañ"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "strishaat"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Skarañ /tmp bep ma loc'her"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Spisait ment ar memor vev diouzh ret (kavet %d Mo)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Aotren lies trolinenn"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Roit ment ar memor vev e Mo"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Didalvout eo ``Strishaat dibarzhoù al linenn urzhiañ'' hep tremenger"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1143
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "Please try again"
-msgstr "Klaskit adarre mar plij"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "The passwords do not match"
-msgstr "An tremegerioù ne glot ket"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "RK dre ziouer"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Setu da heul an enmontoù liesseurt.\n"
-"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:741
-#: ../../standalone/drakbackup_.c:850 ../../standalone/drakfont_.c:790
-#: ../../standalone/drakfont_.c:827
-msgid "Add"
-msgstr "Ouzhpennañ"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Graet"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Kemmañ"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Pe seurt enmont a vennit ouzhpennañ"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:884
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Reizhiadoù (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Reizhiadoù (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Reizhiadoù (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Skeudenn"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Gwrizienn"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Ouzhpennañ"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lenn-skrivañ "
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Taolenn"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Arvarus"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Skridennad"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Dre ziouer"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Ment an Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "N'ev ket video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Dilemel an enmont"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Berzet eo ar skridennadoù goullo"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Ret eo deoc'h kaout ur parzhadur disloañ"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "En implij eo ar skridennad-se endeo"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Kavet etrefas %s %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Hag un all hoc'h eus ?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Hag un etrefas %s bennak a zo ganeoc'h ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "No"
-msgstr "Ket"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "Yes"
-msgstr "Ya"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Gwelet titouroù periantel"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "O staliañ ur sturier evit kartenn %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(mollad %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Pe sturier %s a zlefen amprouiñ ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"E degouezhoù 'zo, ar sturier %s en deus ezhomm titouroù ouzhpenn evit mont\n"
-"en-dro reizh, daoust ma da en-dro mat hepto peurvuiañ. Ha mennout a rit "
-"spisaat\n"
-"dibaboù ouzphenn evitañ, pe aotren d'ar sturier amprouiñ ho penvek evit\n"
-"an titouroù en deus ezhomm ? A-wechoù, amprouiñ a c'hell sac'hañ un "
-"urzhiataer,\n"
-"hogen ne raio reuz ebet."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Embrouiñ"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Spisait dibarzhoù"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Bremañ e c'hellit pourvezañ e zibarzhoù d'ar mollad %s.\n"
-"Diouzh ar furmad ``anv=talvoud anv2=talvoud2...'' eo an dibaboù.\n"
-"Da skouer, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Dibarzhoù ar mollad :"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Kargañ ar mollad %s a zo sac'het.\n"
-"Mennout a rit klask adarre gant arventennoù all ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(ouzhpennet %s endeo)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Re eeun eo an tremeger"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Roit un anv arveriad mar plij"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"An anv arveriad a zle bezañ ennañ lizherennoù munut, sifroù, `-' ha `_' "
-"hepken"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "En implij eo an anv arveriad-se endeo"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Ouzhpennañ un arveriad"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Skrivit un arveriad\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aotren an arveriad"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Anv gwirion"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:709
-#: ../../printerdrake.pm_.c:807
-msgid "User name"
-msgstr "Anv arveriad"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Arlun"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
-"Mennout a rit lañsañ X pa adloc'hit ?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Dibabit ar arveriad dre ziouer"
-
-#: ../../any.pm_.c:834
-#, fuzzy
-msgid "Choose the window manager to run:"
-msgstr "Dibabit ar benveg a vennit staliañ"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Diuzit ar yezh da implijout, mar plij."
-
-#: ../../any.pm_.c:851
-msgid ""
-"Mandrake Linux can support multiple languages. Select\n"
-"the languages you would like to install. They will be available\n"
-"when your installation is complete and you restart your system."
-msgstr "Gallout a rit dibab yezhoù all hag a vo hegerz goude staliañ"
-
-#: ../../any.pm_.c:865 ../../install_steps_interactive.pm_.c:689
-#: ../../standalone/drakxtv_.c:78
-msgid "All"
-msgstr "An holl"
-
-#: ../../any.pm_.c:957
-msgid "Allow all users"
-msgstr "Aotreiñ an holl dud"
-
-#: ../../any.pm_.c:957
-msgid "Custom"
-msgstr "Personelañ"
-
-#: ../../any.pm_.c:957
-msgid "No sharing"
-msgstr "N'ev ket lodañ"
-
-#: ../../any.pm_.c:967 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Bremanaet e tle bezañ ar pabak-mañ\n"
-"Ha sur oc'h e mennit e ziuzañ ?"
-
-#: ../../any.pm_.c:970
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
-
-#: ../../any.pm_.c:978 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:984
-msgid ""
-"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:998 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:564
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:702 ../../my_gtk.pm_.c:705 ../../my_gtk.pm_.c:1034
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1588
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2279 ../../standalone/drakbackup_.c:2300
-#: ../../standalone/drakbackup_.c:2321 ../../standalone/drakbackup_.c:2339
-#: ../../standalone/drakbackup_.c:2387 ../../standalone/drakbackup_.c:2407
-#: ../../standalone/drakbackup_.c:2426 ../../standalone/drakfloppy_.c:235
-#: ../../standalone/drakfloppy_.c:384 ../../standalone/drakfont_.c:768
-#: ../../standalone/drakgw_.c:598 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:527
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Nullañ"
-
-#: ../../any.pm_.c:998
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1000
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1037
-msgid "Welcome To Crackers"
-msgstr "Bezit deuet mat, preizherien !"
-
-#: ../../any.pm_.c:1038
-msgid "Poor"
-msgstr "Paour"
-
-#: ../../any.pm_.c:1039 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Skouer"
-
-#: ../../any.pm_.c:1040
-msgid "High"
-msgstr "Uhel"
-
-#: ../../any.pm_.c:1041
-#, fuzzy
-msgid "Higher"
-msgstr "Uhel"
-
-#: ../../any.pm_.c:1042
-msgid "Paranoid"
-msgstr "Ankeniet"
-
-#: ../../any.pm_.c:1045
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Ret eo implijout al live-mañ gant evezh. Ober a ra d'ho reizhiad bezañ\n"
-"aesoc'h da implijout, hogen kizidig-tre : arabat e implj evit un ardivink\n"
-"kevreet ouzh lod all pe ouzh ar genrouedad. N'eus ket a haeziñ dre dremenger."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Gweredekaet eo bremañ an tremenger, hogen dierbedet eo c'hoazh an implij en "
-"ur rouedad"
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Setu al live surentez standard a vez erbedet evit un urzhiataer a vo "
-"implijet\n"
-"evit kevreañ evel arval ouzh ar Genrouedad. Bremañ ez eus gwiriadennoù "
-"surentez."
-
-#: ../../any.pm_.c:1050
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1051
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which can "
-"accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Gant al live surentez-mañ e teu posupl implijout ar reizhiad-mañ evel ur "
-"servijer.\n"
-"Uhel a-walc'h eo bremañ ar surentez evit implijout ar reizhiad evel ur "
-"servijer\n"
-"o tigemer kevreadennoù a-berzh arvaloù niverus."
-
-#: ../../any.pm_.c:1054
-#, fuzzy
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-msgstr ""
-"Kemer a reomp arc'hweloù al live 4, hogen bremañ eo peurserret ar reizhiad.\n"
-"Arc'hweloù surentez a zo en o muiañ"
-
-#: ../../any.pm_.c:1059
-msgid "Please choose the desired security level."
-msgstr "Dibabit al live surentez"
-
-#: ../../any.pm_.c:1062
-msgid "Security level"
-msgstr "Live surentez"
-
-#: ../../any.pm_.c:1064
-msgid "Use libsafe for servers"
-msgstr "Implijit libsafe gant ar servijer"
-
-#: ../../any.pm_.c:1065
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#: ../../any.pm_.c:1067
-msgid "Security user (login or email)"
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:354
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Degemer mat e %s, an dibaber reizhiad oberian~ !\n"
-"\n"
-"Dibabit an dibaber reizhiad pe\n"
-"gortozit %d eilennoù\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:910
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Degemer mat e GRUB an dibaber reizhiad oberia¤ !"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:913
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Implijit ar stokelloù %c ha %c evit diuz pe enmont zo war wel"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:916
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Stokit enkas evit loc'ha¤ ar RK diuzet, 'e' evit aoza¤ an"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:919
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "urzhiado— kent loc'ha¤, pe 'c' evit ul linenn-urzhia¤."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:922
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "An enmont war wel a vo loc'het ent emgefreek e %d eilenn."
-
-#: ../../bootloader.pm_.c:926
-msgid "not enough room in /boot"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1026
-msgid "Desktop"
-msgstr "Gorretaol"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1028
-msgid "Start Menu"
-msgstr "Meuziad Lañsañ"
-
-#: ../../bootloader.pm_.c:1047
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "N'ev ket skoazell.\n"
-
-#: ../../bootlook.pm_.c:62
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Restr"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Restr/_Kuitaat"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr ""
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Skramm"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Kemmañ ar skramm"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Anv domani"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Trobarzhell loc'hañ"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Lugerezh ar voullerez"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1457
-#: ../../standalone/drakbackup_.c:1468 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Kefluniañ"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the graphical environment when your system starts"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2431 ../../standalone/drakbackup_.c:3335
-#: ../../standalone/drakfloppy_.c:377 ../../standalone/drakfont_.c:537
-#: ../../standalone/drakfont_.c:658 ../../standalone/drakfont_.c:721
-#: ../../standalone/drakfont_.c:766 ../../standalone/draknet_.c:109
-#: ../../standalone/draknet_.c:141 ../../standalone/draknet_.c:297
-#: ../../standalone/draknet_.c:436 ../../standalone/draknet_.c:522
-#: ../../standalone/draknet_.c:565 ../../standalone/draknet_.c:666
-#: ../../standalone/logdrake_.c:520
-msgid "OK"
-msgstr "YA"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "Go"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "Ko"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "Mo"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "To"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d munutennoù"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 munutenn"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d eilenn"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Gallout a rit dibab yezhoù all hag a vo hegerz goude staliañ"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../network/tools.pm_.c:113
-msgid "France"
-msgstr "Gall"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27 ../../network/tools.pm_.c:116
-msgid "Belgium"
-msgstr "Beljik"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Tchek"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Alaman"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Gres"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norvegek"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Suis"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34 ../../network/tools.pm_.c:114
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../network/tools.pm_.c:115
-#: ../../standalone/drakxtv_.c:74
-msgid "Italy"
-msgstr "Italian"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "a-steud"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67 ../../network/tools.pm_.c:117
-msgid "United States"
-msgstr "Amerika"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Gwarezit ho roadoù da gentañ mar plij"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:899
-#: ../../diskdrake/interactive.pm_.c:908 ../../diskdrake/interactive.pm_.c:962
-msgid "Read carefully!"
-msgstr "Lennit aketus !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"M'emaoc'h e soñj implijout aboot, taolit evezh leuskel un egor dieub (2048 "
-"rann\n"
-"a zo a-walc'h) e deroù ar bladenn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Fazi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Skoazeller"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Dibabit un obererezh"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Ur mell barzhadur FAT hoc'h eus\n"
-"(implijet gant MicroSoft Dos/Windows peurliesañ).\n"
-"Aliañ a ran ouzoc'h adventañ ar parzhadur-se\n"
-"(klikit warni, da c'houde klikit war \"Adventañ\")"
-
-#
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Klikit war ur parzhadur mar plij"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Munudoù"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "marc'hañ sac'het"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Disloañ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1058
-msgid "Empty"
-msgstr "Goullo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:933
-msgid "Other"
-msgstr "All"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Seurt ar reizhiadoù restroù :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Krouiñ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Seurt"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Grit kentoc'h gant ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Dilemel"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Implijit ``Divarc'hañ'' da gentañ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Goude kemmañ seurt ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Dibabit un parzhadur"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Dibabit un parzhadur all"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Kuitaat"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Tremen er mod mailh"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Tremen er mod boas"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Dizober"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Kenderc'hel evelato ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Kuitaat hep enrollañ"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Kuitaat hep skrivañ an daolenn barzhañ ?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Ac'hubiñ ent emgefreek"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Skarañ an holl"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Dinoiñ ar bladenn galet"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Ac'hubet eo an holl barzhadurioù kentañ renk"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Evit kaout muioc'h a barzhadurioù, lamit unan evit ma c'hellot krouiñ ur "
-"parzhadur astennet mar plij"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Skrivañ an daolenn barzhañ"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Taolenn barzhañ saveteerezh"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Taolenn barzhañ saveteerezh"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Taolenn barzhañ saveteerezh"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Emvarc'hañ ar skoroù lem/laka"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Diuzit ar restr"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"N'eo ket heñvel ment an daolenn barzhañ gwarezet\n"
-"Kenderc'hel memestra ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Ho evezh"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Lakait ur bladennig el lenner\n"
-"Kollet e vo holl roadoù ar bladennig-se"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "O klask assevel an daolenn barzhañ"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Diskouez titouroù"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:535
-#: ../../diskdrake/interactive.pm_.c:562 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Poent marc'hañ"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-#, fuzzy
-msgid "Options"
-msgstr "Parzhadur"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:629
-msgid "Resize"
-msgstr "Adventañ"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:682
-msgid "Move"
-msgstr "Dilec'hiañ"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Furmadiñ"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Marc'hañ"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Ouzhpennañ da RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Ouzhpennañ da LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Divarc'hañ"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Lemel diwar RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Lemel diwar LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Kemmañ RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Implij da saveteiñ"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Krouiñ ur parzhadur nevez"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Rann kregiñ : "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:781
-msgid "Size in MB: "
-msgstr "Ment e Mo : "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:782
-msgid "Filesystem type: "
-msgstr "Seurt ar reizhiad restroù : "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1042
-#: ../../diskdrake/interactive.pm_.c:1116
-msgid "Mount point: "
-msgstr "Poent marc'hañ : "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Dibarzh : "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "O furmadiñ ar restr saveteiñ %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Kemmañ seurt ar parzhadur"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Pe seurt parzhadur a vennit ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:533
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Pelec'h e mennit marc'hañ ar restr saveteiñ %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/interactive.pm_.c:561
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Pelec'h e mennit marc'hañ an drobarzhell %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:540
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"N'hellan ket dizober ar poent marc'hañ dre m'eo implijet ar parzhadur-se\n"
-"evit saveteiñ. Lamit ar saveteiñ da gentañ"
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid "Computing FAT filesystem bounds"
-msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-
-#: ../../diskdrake/interactive.pm_.c:585 ../../diskdrake/interactive.pm_.c:644
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Oc'h adventañ"
-
-#: ../../diskdrake/interactive.pm_.c:617
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Pe seurt parzhadur a vennit ?"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "All data on this partition should be backed-up"
-msgstr "Mat e vije gwareziñ holl roadoù ar parzhadur-se"
-
-#: ../../diskdrake/interactive.pm_.c:624
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-
-#: ../../diskdrake/interactive.pm_.c:629
-msgid "Choose the new size"
-msgstr "Dibabit ar ment nevez"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "New size in MB: "
-msgstr "Ment nevez e Mo : "
-
-#: ../../diskdrake/interactive.pm_.c:683
-msgid "Which disk do you want to move it to?"
-msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-
-#: ../../diskdrake/interactive.pm_.c:684
-msgid "Sector"
-msgstr "Rann"
-
-#: ../../diskdrake/interactive.pm_.c:685
-msgid "Which sector do you want to move it to?"
-msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving"
-msgstr "O tilec'hiañ"
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving partition..."
-msgstr "O tilec'hiañ ur parzhadur..."
-
-#: ../../diskdrake/interactive.pm_.c:705
-msgid "Choose an existing RAID to add to"
-msgstr "Dibabit da be RAID ouzhpennañ"
-
-#: ../../diskdrake/interactive.pm_.c:706 ../../diskdrake/interactive.pm_.c:724
-msgid "new"
-msgstr "nevez"
-
-#: ../../diskdrake/interactive.pm_.c:722
-msgid "Choose an existing LVM to add to"
-msgstr "Dibabit da be LVM ouzhpennañ"
-
-#: ../../diskdrake/interactive.pm_.c:727
-msgid "LVM name?"
-msgstr "Anv LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:767
-msgid "This partition can't be used for loopback"
-msgstr "N'heller ket implijout ar parzhadur-mañ evit saveteiñ"
-
-#: ../../diskdrake/interactive.pm_.c:779
-msgid "Loopback"
-msgstr "Saveteiñ"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "Loopback file name: "
-msgstr "Anv ar restr saveteiñ : "
-
-#: ../../diskdrake/interactive.pm_.c:785
-#, fuzzy
-msgid "Give a file name"
-msgstr "Anv gwirion"
-
-#: ../../diskdrake/interactive.pm_.c:788
-msgid "File already used by another loopback, choose another one"
-msgstr "Restr implijet gant ur saveteiñ all endeo, dibabit unan all"
-
-#: ../../diskdrake/interactive.pm_.c:789
-msgid "File already exists. Use it?"
-msgstr "Ar restr a zo endeo. E implijout ?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "Mount options"
-msgstr "Dibarzhoù marc'hañ"
-
-#: ../../diskdrake/interactive.pm_.c:819
-msgid "Various"
-msgstr "A bep sort"
-
-#: ../../diskdrake/interactive.pm_.c:882 ../../standalone/drakfloppy_.c:104
-msgid "device"
-msgstr "trobarzhell"
-
-#: ../../diskdrake/interactive.pm_.c:883
-msgid "level"
-msgstr "live"
-
-#: ../../diskdrake/interactive.pm_.c:884
-msgid "chunk size"
-msgstr "ment diaoz"
-
-#: ../../diskdrake/interactive.pm_.c:899
-msgid "Be careful: this operation is dangerous."
-msgstr "Bezit war evezh : arvarus eo an obererezh-mañ."
-
-#: ../../diskdrake/interactive.pm_.c:914
-#, fuzzy
-msgid "What type of partitioning?"
-msgstr "Peseurt moullerez hoc'h eus ?"
-
-#: ../../diskdrake/interactive.pm_.c:932
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Ma zigarezit na asantiñ krouiñ /boot ken pell war ar bladenn (war ur granenn "
-"> 1024).\n"
-"Pe e implijit LILO ha ne daio ket en-dro, pe ne rit ket ha n'hoc'h eus ket "
-"ezhomm a /boot"
-
-#: ../../diskdrake/interactive.pm_.c:936
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Lec'hiet eo ar parzhadur hoc'h eus diuzet da ouzphennañ evel gwrizienn (/) "
-"en tu-hont\n"
-"d'ar 1024vet kranenn eus ar bladenn galet, ha n'hoc'h eus ket a barzhadur /"
-"boot.\n"
-"Ma vennit implijout ar merour loc'hañ LILO, taolit pled da ouzhpennañ ur "
-"parzhadur /boot"
-
-#: ../../diskdrake/interactive.pm_.c:942
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:962
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "War-nes bezañ skrivet war bladenn eo taolenn barzhañ an ardivink %s !"
-
-#: ../../diskdrake/interactive.pm_.c:966
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Ret e vo deoc'h adloc'hañ a-raok ma talvezo ar c'hemm"
-
-#: ../../diskdrake/interactive.pm_.c:977
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Goude furmadiñ ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-
-#: ../../diskdrake/interactive.pm_.c:979
-msgid "Formatting"
-msgstr "O furmadiñ"
-
-#: ../../diskdrake/interactive.pm_.c:980
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "O furmadiñ ar restr saveteiñ %s"
-
-#: ../../diskdrake/interactive.pm_.c:981
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "O furmadiñ ar parzhadur %s"
-
-#: ../../diskdrake/interactive.pm_.c:992
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid sac'het"
-
-#: ../../diskdrake/interactive.pm_.c:992
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Krouiñ ur parzhadur nevez"
-
-#: ../../diskdrake/interactive.pm_.c:993
-#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Krouiñ ur parzhadur nevez"
-
-#: ../../diskdrake/interactive.pm_.c:1008
-#, c-format
-msgid "Copying %s"
-msgstr "Adskrivañ %s"
-
-#: ../../diskdrake/interactive.pm_.c:1012
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Spisterioù"
-
-#: ../../diskdrake/interactive.pm_.c:1022
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1043
-#: ../../diskdrake/interactive.pm_.c:1102
-msgid "Device: "
-msgstr "Trobarzhell : "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lizher ar bladenn DOS : %s (diwar varteze hepken)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1056
-#: ../../diskdrake/interactive.pm_.c:1120
-msgid "Type: "
-msgstr "Seurt : "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Name: "
-msgstr "Anv: "
-
-#: ../../diskdrake/interactive.pm_.c:1060
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "O kregiñ : rann %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "Size: %s"
-msgstr "Ment: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s rann"
-
-#: ../../diskdrake/interactive.pm_.c:1065
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Kranenn %d da granenn %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-msgid "Formatted\n"
-msgstr "Furmadet\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-msgid "Not formatted\n"
-msgstr "Ket furmadet\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-msgid "Mounted\n"
-msgstr "Marc'het\n"
-
-#: ../../diskdrake/interactive.pm_.c:1069
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1071
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Restr(où) saveteiñ : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1072
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Parzhadur loc'het dre ziouer\n"
-" (evit loc'hañ MS-DOS, ket evit lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1074
-#, c-format
-msgid "Level %s\n"
-msgstr "Live %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1075
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Ment diaoz %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Pladennoù RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1078
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Anv ar restr saveteiñ : %s"
-
-#: ../../diskdrake/interactive.pm_.c:1081
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1084
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#, c-format
-msgid "Size: %s\n"
-msgstr "Ment: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1104
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Mentoniezh : %s kranenn, %s penn, %s rann\n"
-
-#: ../../diskdrake/interactive.pm_.c:1105
-msgid "Info: "
-msgstr "Titouroù: "
-
-#: ../../diskdrake/interactive.pm_.c:1106
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Pladennoù LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1107
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Seurt taolenn barzhañ : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "war bus %d Nn %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1122
-#, fuzzy, c-format
-msgid "Options: %s"
-msgstr "Parzhadur"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Seurt ar reizhiad restroù : "
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1142
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutañ)"
-
-#: ../../diskdrake/interactive.pm_.c:1143
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "An tremegerioù ne glot ket"
-
-#: ../../diskdrake/interactive.pm_.c:1146
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1147
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Kemmañ seurt ar parzhadur"
-
-#
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a medium"
-msgstr "Klikit war ur parzhadur mar plij"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Servijer DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "furmadiñ er seurt %s eus %s a zo sac'het"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "N'ouzon ket penaos furmadiñ %s er seurt %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fazi en ur zivarc'hañ %s : %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "eeun"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "gant /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servijer"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Poentoù marc'hañ a rank kregiñ gant /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Bez' ez eus ur parzhadur e boent marc'hañ %s endeo\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:486
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fazi en ur zigeriñ %s evit skrivañ : %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"C'hoarvezet ez eus ur fazi - n'eus bet kavet trobarzhell reizh ebet a-benn "
-"krouiñ reizhiadoù restroù nevez warni. Gwiriit abeg ar gudenn-mañ en ho "
-"ardivinkaj mar plij "
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "N'hoc'h eus parzhadur ebet !"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Bremañ e c'hellit diuz pe servijoù a vennit e vije lañset pa loc'her.\n"
-"Pa zeu ho logodenn war un draez, ul lagadenn skoazell a zeuio war wel hag\n"
-"a zisplego pal ar servij-se.\n"
-"\n"
-"Bezit aketuz-kenañ el lankad-mañ ma vennit implijout ho ardivink evel ur\n"
-"servijer : mennout a rit emichañs chom hep loc'hañ kement servij n'ho peus "
-"ket\n"
-"c'hoant."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr "Gortozit mar plij"
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-#, fuzzy
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Gortozit mar plij."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Diuzit ar porzh a zere mar plij. Da skouer, porzh COM1 dindan MS Windows\n"
-"a vez anvet ttyS0 gant Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) ha Grub a zo kargerien loc'hañ : barrek int da "
-"loc'hañ\n"
-"pe Linux pe forzh pe reizhiad korvoiñ all bezañt war ho urzhiataer.\n"
-"Peurvuiañ, ar reizhiadoù korvoiñ all-se a vez dinoet ha staliet reizh.\n"
-"Ma n'eo ket kont evel-hen, gallout a rit ouzhpennañ un enmont gant an dorn\n"
-"er skramm-mañ. Taolit pled da zibab an arventennoù reizh.\n"
-"\n"
-"\n"
-"Gallout a rafec'h ivez mennout na lakaat hegerz hini ebet eus ar reizhiadoù\n"
-"korvoiñ-se, neuze n'hoc'h eus ken nemet dilemel an enmontoù a zegouezh. "
-"Hogen\n"
-"neuze e vo ret deoc'h kaout ur bladennig loc'hañ evit loc'hañ anezho."
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Ret eo deoc'h menegiñ pelec'h e mennit\n"
-"lec'hiañ an titouroù ret evit loc'hañ Linux.\n"
-"\n"
-"\n"
-"Nemet ma ouifec'h resis ar pezh a rit, dibabit \"Rann gentañ\n"
-"ar bladenn (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "N'hellañ ket implijout ar skignañ hep domani NIS"
-
-#: ../../install_any.pm_.c:794
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Lakait ur bladennig el lenner %s"
-
-#: ../../install_any.pm_.c:798
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:810
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:832 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fazi en ur lenn ar restr %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Ret eo deoc'h kaout ur parzhadur gwrizienn.\n"
-"Evit se, krouit ur parzhadur (pe glikit war unan a zo c'hoazh).\n"
-"Da c'houde dibabit an ober ``Poent marc'hañ'' ha lakait anezhañ da `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Ret eo deoc'h kaout ur parzhadur disloañ"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"N'hoc'h eus ket a barzhadur disloañ\n"
-"\n"
-"Kenderc'hel evelato ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Ret eo deoc'h kaout ur parzhadur disloañ"
-
-#: ../../install_interactive.pm_.c:90
-#, fuzzy
-msgid "Use free space"
-msgstr "Implij da saveteiñ"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:100
-#, fuzzy
-msgid "Use existing partitions"
-msgstr "O furmadiñ parzhadurioù"
-
-#: ../../install_interactive.pm_.c:102
-#, fuzzy
-msgid "There is no existing partition to use"
-msgstr "O klask assevel an daolenn barzhañ"
-
-#: ../../install_interactive.pm_.c:109
-#, fuzzy
-msgid "Use the Windows partition for loopback"
-msgstr "Implij da saveteiñ"
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Pe barzhadur a vennit implijout evit lakaat Linux4Win ?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Dibabit ar mentoù"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Ment ar parzhadur gwrizienn e Mo : "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Ment ar parzhadur disloañ e Mo : "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:128
-#, fuzzy
-msgid "Which partition do you want to resize?"
-msgstr "Pe seurt parzhadur a vennit ?"
-
-#: ../../install_interactive.pm_.c:130
-#, fuzzy
-msgid "Resizing Windows partition"
-msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:136
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"HO EVEZH !\n"
-"\n"
-"Ezhomm en deus DrakX adventañ ho parzhadur Windows bremañ. Bezit war "
-"evezh :\n"
-"arvarus eo an obererezh-se. Ma n'hoc'h eus ket graet c'hoazh, gwelloc'h e\n"
-"vije deoc'h seveniñ da gentañ scandisk (ha diouzh ret seveniñ defrag) war "
-"ar\n"
-"parzhadur-se, ha gwareziñ ho roadoù. Pa vezit sur, gwaskit \"Mat eo\""
-
-#: ../../install_interactive.pm_.c:147
-#, fuzzy
-msgid "Which size do you want to keep for Windows on"
-msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "parzhadur %s"
-
-#: ../../install_interactive.pm_.c:155
-#, fuzzy, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Adventañ ent emgefreek sac'het"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Chetan an holl planedenn"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Chetan Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:182
-#, fuzzy, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-
-#: ../../install_interactive.pm_.c:190
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "O furmadiñ parzhadurioù"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Implijit fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, fuzzy, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Gallout a rit bremañ parzhañ ho pladenn galet %s\n"
-"Pa 'z eo graet, na zisoñjit ket enrollañ dre implijout `w'"
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr "N'hoc'h eus parzhadur windows ebet !"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:251
-#, fuzzy, c-format
-msgid "Partitioning failed: %s"
-msgstr "Seurt taolenn barzhañ : %s\n"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "O lañsañ ar rouedad"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "O tizenaouiñ ar rouedad"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Degouezhet ez eus ur fazi, hogen n'ouzon ket e verañ naet.\n"
-"Kendalc'hit war ho mar."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Poent marc'hañ doubl %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Degemer e %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Lenner pladennig hegerz ebet"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "O kregiñ gant al lankad `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resources. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Renkad staliañ"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Dibabit unan eus ar renkadoù staliañ a-heul mar plij :"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Ment hollek ar strolladoù hoc'h eus diuzet a zo war-dro %d Mo.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ma vennit staliañ nebeutoc'h eget ar ment-se,\n"
-"diuzit an dregantad a bakadoù a vennit staliañ.\n"
-"\n"
-"Un dregantad izel a stalio hepken ar pakadoù pouezusañ;\n"
-"un dregantad a 100%% a stalio an holl bakadoù diuzet."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"N'eus egor war ho pladenn nemet evit %d%% eus ar pakadoù-se.\n"
-"\n"
-"Ma vennit staliañ nebeutoc'h eget se,\n"
-"diuzit an dregantad a bakadoù a vennit staliañ.\n"
-"Un dregantad izel a stalio hepken ar pakadoù pouezusañ;\n"
-"un dregantad a %d%% a stalio kement a bakadoù ma 'z eus tu."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Tu vo deoc'h o dibab spisoc'h el lankad a zeu."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Dregantad a bakadoù da staliañ"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:675
-msgid "Package Group Selection"
-msgstr "Diuzadenn strollad pakadoù"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:690
-msgid "Individual package selection"
-msgstr "Diuz pakadoù unan hag unan"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:615
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ment hollek : %d / %d Mo"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pakad siek"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Anv : %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Stumm : %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Ment : %d Ko\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Talvoudegezh : %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-#, fuzzy
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "N'hellit ket andiuz ar pakad-mañ. Staliet eo endo"
-
-#: ../../install_steps_gtk.pm_.c:422
-#, fuzzy
-msgid "The following packages are going to be installed"
-msgstr "Ar pakadoù a-heul a zo war-nes bezañ distaliet"
-
-#: ../../install_steps_gtk.pm_.c:423
-#, fuzzy
-msgid "The following packages are going to be removed"
-msgstr "Ar pakadoù a-heul a zo war-nes bezañ staliet/lamet"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "N'hellit ket diuz/andiuz ar pakad-mañ"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Hemañ a zo ur pakad ret, n'hell ket bezañ andiuzet"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "N'hellit ket andiuz ar pakad-mañ. Staliet eo endo"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Bremanaet e tle bezañ ar pabak-mañ\n"
-"Ha sur oc'h e mennit e ziuzañ ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "N'hellit ket andiuz ar pakad-mañ. Ret eo dezhañ bezañ bremanaet"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Staliañ"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Enrollañ war bladennig"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Diuz pakadoù unan hag unan"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Distaliañ"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:525
-msgid "Choose the packages you want to install"
-msgstr "Dibabit ar pakadoù a vennit staliañ"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:757
-msgid "Installing"
-msgstr "O staliañ"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "O vrasjediñ"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Amzer a chom"
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation..."
-msgstr "Gortozit mar plij, o prientiñ ar staliadur"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakad"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "O staliañ ar pakad %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aotren"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-#, fuzzy
-msgid "Refuse"
-msgstr "Adventañ"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:782
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Kemmit ho Cd-Rom!\n"
-"\n"
-"Lakait el lenner ar Cd-Rom warnañ an diketenn \"%s\" mar plij ha gwaskit Mat "
-"eo da c'houde.\n"
-"Ma n'emañ ket ganeoc'h gwaskit Nullañ evit chom hep staliañ ar Cd-Rom-se."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:794
-#: ../../install_steps_interactive.pm_.c:798
-msgid "Go on anyway?"
-msgstr "Kenderc'hel evelato ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:794
-msgid "There was an error ordering packages:"
-msgstr "Ur fazi a zo bet en ur rummañ pakadoù :"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:798
-msgid "There was an error installing packages:"
-msgstr "Ur fazi a zo bet en ur staliañ ar pakadoù :"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ur fazi a zo bet"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read this document carefully. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1017
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Stokellaoueg"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-
-#: ../../install_steps_interactive.pm_.c:207
-#, fuzzy
-msgid "Here is the full list of keyboards available"
-msgstr "stokellaoueg"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Pe renkad staliañ a fell deoc'h ?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Staliañ/Bremanaat"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Hag ur staliadur pe ur bremanadur eo ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Erbedet"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Mailh"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Bremanaat"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Bremanaat pakadoù hep ken"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Porzh al logodenn"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outañ, mar plij."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "O kefluniañ kartennoù PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Kefluniañ IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "No partition available"
-msgstr "parzhadur hegerz ebet"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Dibabit at poentoù marc'hañ"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, fuzzy, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"N'hellañ ket lenn ho taolenn barzhañ, re vrein eo evidon :(\n"
-"Klask a rin kenderc'hel en ur ziverkañ ar parzhadurioù siek"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Ne c'hellas ket DiskDrake lenn ent reizh an daolenn barzhañ.\n"
-"Kendalc'hit war ho mar !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Parzhadur gwrizienn kavet ebet"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Parzhadur gwrizienn"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Pehini eo parzhadur gwrizienn (/) ho reizhiad ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Ret eo deoc'h adloc'hañ evit ma talvezo kemmoù an daolenn barzhañ"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Dibabit ar parzhadur a vennit furmadiñ"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Gwiriañ ar bloc'hoù siek ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "O furmadiñ parzhadurioù"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "O krouiñ hag o furmadiñ ar restr saveteiñ %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Ket a-walc'h a zisloañ evit peurstaliañ, kreskit anezhañ mar plij"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages..."
-msgstr "O klask ar pakadoù hegerz"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade..."
-msgstr "O kavout pakadoù da vremanaat"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, fuzzy, c-format
-msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
-msgstr "Ho reizhiad n'eus ket wa-walc'h a egor evit staliañ pe vremanaat"
-
-#: ../../install_steps_interactive.pm_.c:538
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:541
-msgid "Load from floppy"
-msgstr "Assevel adalek ar pladennig"
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Loading from floppy"
-msgstr "Assevelañ adalek ar pladennig"
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Package selection"
-msgstr "Diuzadenn pakadoù"
-
-#: ../../install_steps_interactive.pm_.c:548
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Lakait ur bladennig el lenner %s"
-
-#: ../../install_steps_interactive.pm_.c:560
-msgid "Save on floppy"
-msgstr "Enrollañ war bladennig"
-
-#: ../../install_steps_interactive.pm_.c:628
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:641
-#, fuzzy
-msgid "Type of install"
-msgstr "Dibabit pakadoù da staliañ"
-
-#: ../../install_steps_interactive.pm_.c:642
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:645
-msgid "With X"
-msgstr "Gant X"
-
-#: ../../install_steps_interactive.pm_.c:647
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:648
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:732
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"M'hoc'h eus an holl CDoù er roll a-is, gwaskit Mat eo.\n"
-"Ma n'hoc'h eus hini eus ar CDoù-se, gwaskit Nullañ.\n"
-"Ma fazi deoc'h lod eus ar CDoù, andiuzit anezho ha gwaskit Mat eo."
-
-#: ../../install_steps_interactive.pm_.c:737
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom skridennet \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:757
-msgid "Preparing installation"
-msgstr "O prientiñ ar staliadur"
-
-#: ../../install_steps_interactive.pm_.c:766
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"O staliañ ar pakad %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:812
-msgid "Post-install configuration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../install_steps_interactive.pm_.c:818
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Lakait ur bladennig el lenner %s"
-
-#: ../../install_steps_interactive.pm_.c:824
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-
-#: ../../install_steps_interactive.pm_.c:844
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Tu zo deoc'h bremañ ezkargañ meziantoù gouestlet d'ar rinegouriezh.\n"
-"\n"
-"HO EVEZH :\n"
-"\n"
-"Abalamour m'eo disheñvel ar pennaennoù meur o talvezout evit ar meziantoù-"
-"mañ hervez\n"
-"gwiraouriezhoù disheñvel, ret eo d'an arval ha/pe arveriad en diwezh ar "
-"meziantoù-mañ\n"
-"gwiriañ eo aotreet da ezskargañ, mirout ha/pe implijout ar meziantoù-mañ\n"
-"gouez d'al lezennoù en e/he gwiraouriezh.\n"
-"\n"
-"Ouzhpenn an arval ha/pe arveriad en diwezh a rank bezañ war evezh chom hep "
-"terriñ\n"
-"lezennoù e/he gwiraouriezh. Ma c'hoarvezfe gant an arval ha/pe arveriad\n"
-"en diwezh na zoujañ ouzh termenoù lezennoù o talvezout, e telezfe kastizoù\n"
-"kriz.\n"
-"\n"
-"E nep degouezh ne vo dalc'het Mandrakesoft nag e oberatourien na/pe e "
-"bourvezerien\n"
-"atebek eus nep gaou dibar, ameeun pe zarvoudus a c'hoarvezfe (ha pa vefe\n"
-"zoken e-touez traoù all koll gounid, arsav aferioù, koll roadoù kenwerzhel "
-"ha\n"
-"kolloù arc'hant all, hag atebegezh pe zigoll diouzh an dro da vezañ paeet\n"
-"da heul ur barnadeg) o tont diouzh implij, perc'hennañ, pe zoken ezkargañ\n"
-"ar meziantoù-mañ, a c'hellfe an arval ha/pe arveriad en diwezh bezañ\n"
-"grataet goude bezañ sinet an emglev-mañ.\n"
-"\n"
-"\n"
-"Evit forzh pe c'houlenn a-zivout an emglevioù-se, darempredit mar plij\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"SUA"
-
-#: ../../install_steps_interactive.pm_.c:883
-msgid ""
-"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
-"contain security or bug fixes.\n"
-"\n"
-"To download these packages, you will need to have a working Internet \n"
-"connection.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:898
-#, fuzzy
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr "O taremprediñ ar melezour evit kaout roll ar pakadoù hegerz"
-
-#: ../../install_steps_interactive.pm_.c:903
-msgid "Choose a mirror from which to get the packages"
-msgstr "Dibabit ur melezour da dapout ar pakadoù diwarnañ"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "O taremprediñ ar melezour evit kaout roll ar pakadoù hegerz"
-
-#: ../../install_steps_interactive.pm_.c:939
-msgid "Which is your timezone?"
-msgstr "Pe seurt a vo ho takad-eur ?"
-
-#: ../../install_steps_interactive.pm_.c:944
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Ha war GMT eo lakaet ho eurier periantel ?"
-
-#: ../../install_steps_interactive.pm_.c:945
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:952
-msgid "NTP Server"
-msgstr "Servijer NTP"
-
-#: ../../install_steps_interactive.pm_.c:986
-#: ../../install_steps_interactive.pm_.c:994
-#, fuzzy
-msgid "Remote CUPS server"
-msgstr "Steud a-bell"
-
-#: ../../install_steps_interactive.pm_.c:987
-#, fuzzy
-msgid "No printer"
-msgstr "Moullerez lec'hel"
-
-#: ../../install_steps_interactive.pm_.c:1004
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Hag un all hoc'h eus ?"
-
-#: ../../install_steps_interactive.pm_.c:1006
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1008
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1013 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Evit diverriñ"
-
-#: ../../install_steps_interactive.pm_.c:1016
-msgid "Mouse"
-msgstr "Logodenn"
-
-#: ../../install_steps_interactive.pm_.c:1018
-msgid "Timezone"
-msgstr "Takad-eur"
-
-#: ../../install_steps_interactive.pm_.c:1019 ../../printerdrake.pm_.c:2279
-#: ../../printerdrake.pm_.c:2357
-msgid "Printer"
-msgstr "Moullerez"
-
-#: ../../install_steps_interactive.pm_.c:1021
-msgid "ISDN card"
-msgstr "Kartenn ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1024
-#: ../../install_steps_interactive.pm_.c:1026
-msgid "Sound card"
-msgstr "Kartenn son"
-
-#: ../../install_steps_interactive.pm_.c:1028
-msgid "TV card"
-msgstr "Kartenn pellwel"
-
-#: ../../install_steps_interactive.pm_.c:1066
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1094
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1103
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1068
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "Local files"
-msgstr "Restroù lec'hel"
-
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1078 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Termeniñ tremenger root"
-
-#: ../../install_steps_interactive.pm_.c:1079
-msgid "No password"
-msgstr "Tremenger ebet"
-
-#: ../../install_steps_interactive.pm_.c:1084
-#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutañ)"
-
-#: ../../install_steps_interactive.pm_.c:1090 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Dilesadur"
-
-#: ../../install_steps_interactive.pm_.c:1098
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Dilesadur"
-
-#: ../../install_steps_interactive.pm_.c:1099
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1100
-msgid "LDAP Server"
-msgstr "Servijer LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication NIS"
-msgstr "Dilesadur NIS"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "NIS Domain"
-msgstr "Domani NIS"
-
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "NIS Server"
-msgstr "Servijer NIS"
-
-#: ../../install_steps_interactive.pm_.c:1143
-#, fuzzy
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Ur bladenn loc'hañ neuziet a ro un tu da loc'hañ ho reizhiad Linux hep "
-"bezañ\n"
-"dindan beli ar c'harger loc'hañ boas. Talvoudus eo ma ne mennit ket staliañ "
-"LILO\n"
-"(pe grub) war ho reizhiad, pe ma skarzh ur reizhiad oberiañ LILO, pe ma ne\n"
-"da ket en-dro LILO war ho kefluniadur periantel. Ur bladenn loc'hañ neuziet\n"
-"a c'hell ivez bezañ implijet gant ar skeudenn saveteiñ Mandrake, en ur "
-"aesaat an\n"
-"assevel pa vefec'h sac'het grevus. Mennout a rit krouiñ ur bladenn loc'hañ "
-"evit\n"
-"ho reizhiad ?"
-
-#: ../../install_steps_interactive.pm_.c:1159
-msgid "First floppy drive"
-msgstr "Lenner pladennig kentañ"
-
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "Second floppy drive"
-msgstr "Eil lenner pladennig"
-
-#: ../../install_steps_interactive.pm_.c:1161 ../../printerdrake.pm_.c:1851
-msgid "Skip"
-msgstr "Tremen e-biou"
-
-#: ../../install_steps_interactive.pm_.c:1166
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Ur bladenn loc'hañ neuziet a ro un tu da loc'hañ ho reizhiad Linux hep "
-"bezañ\n"
-"dindan beli ar c'harger loc'hañ boas. Talvoudus eo ma ne mennit ket staliañ "
-"LILO\n"
-"(pe grub) war ho reizhiad, pe ma skarzh ur reizhiad oberiañ LILO, pe ma ne\n"
-"da ket en-dro LILO war ho kefluniadur periantel. Ur bladenn loc'hañ neuziet\n"
-"a c'hell ivez bezañ implijet gant ar skeudenn saveteiñ Mandrake, en ur "
-"aesaat an\n"
-"assevel pa vefec'h sac'het grevus. Mennout a rit krouiñ ur bladenn loc'hañ "
-"evit\n"
-"ho reizhiad ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1172
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1180
-msgid "Sorry, no floppy drive available"
-msgstr "Ho tigarez, lenner pladennig hegerz ebet"
-
-#: ../../install_steps_interactive.pm_.c:1184
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Dibabit al lenner pladennig a vennit implijout evit ober ar bladenn loc'hañ"
-
-#: ../../install_steps_interactive.pm_.c:1188
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Lakait ur bladennig el lenner %s"
-
-#: ../../install_steps_interactive.pm_.c:1191
-msgid "Creating bootdisk..."
-msgstr "O krouiñ ar bladenn loc'hañ"
-
-#: ../../install_steps_interactive.pm_.c:1198
-msgid "Preparing bootloader..."
-msgstr "O prientiñ ar c'harger loc'hañ"
-
-#: ../../install_steps_interactive.pm_.c:1209
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1215
-msgid "Do you want to use aboot?"
-msgstr "Mennout a rit implijout aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1218
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Fazi en ur staliañ aboot,\n"
-"klask rediañ ar staliadur zoken ma tistruj ar parzhadur kentañ ?"
-
-#: ../../install_steps_interactive.pm_.c:1225
-msgid "Installing bootloader"
-msgstr "Staliañ ar c'harger loc'hañ"
-
-#: ../../install_steps_interactive.pm_.c:1231
-#, fuzzy
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
-
-#: ../../install_steps_interactive.pm_.c:1239
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1283
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-
-#: ../../install_steps_interactive.pm_.c:1287
-msgid "Creating auto install floppy..."
-msgstr "O krouiñ ur bladennig staliañ emgefreek"
-
-#: ../../install_steps_interactive.pm_.c:1298
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Lankadoù 'zo n'int ket peurc'hraet.\n"
-"\n"
-"Mennout a rit kuitaat da vat bremañ ?"
-
-#: ../../install_steps_interactive.pm_.c:1309
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gourc'hemennoù, peurc'hraet eo ar staliadur.\n"
-"Lamit ar bladenn loc'hañ ha gwaskit enkas evit adloc'hañ.\n"
-"\n"
-"\n"
-"Evit titouroù war palastroù hegerz evit stumm-mañ Mandrake Linux,\n"
-"sellit ouzh ar meneger fazioù hegerz e \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Titouroù war gefluniañ ho reizhiad a zo hegerz e rannbennad Goude\n"
-"Staliañ Sturier ofisiel an Arveriad Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1326
-#, fuzzy
-msgid "Generate auto install floppy"
-msgstr "O krouiñ ur bladennig staliañ emgefreek"
-
-#: ../../install_steps_interactive.pm_.c:1328
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Automated"
-msgstr "Emgefreek"
-
-#: ../../install_steps_interactive.pm_.c:1333
-#, fuzzy
-msgid "Replay"
-msgstr "Adkargañ"
-
-#: ../../install_steps_interactive.pm_.c:1336
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Diuz pakadoù unan hag unan"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Staliadur Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> etre elfennoù | <Esaouenn> a ziuz | <F12> skramm a heul "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu mank"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Dibabit ur restr"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Barek"
-
-#: ../../interactive.pm_.c:315
-#, fuzzy
-msgid "Basic"
-msgstr "Diazez"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Gortozit mar plij"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Dibab fall, klaskit adarre\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ho tibab ? (%s dre ziouer)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ho tibab ? (%s dre ziouer)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Nozel `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button?"
-msgstr "Mennout a rit implijout SILO ?"
-
-#: ../../interactive_stdio.pm_.c:103
-msgid " enter `void' for void entry"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ho tibab ? (%s dre ziouer)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:197 ../../keyboard.pm_.c:228
-msgid "Czech (QWERTZ)"
-msgstr "Tchek (QWERTZ)"
-
-#: ../../keyboard.pm_.c:198 ../../keyboard.pm_.c:230
-msgid "German"
-msgstr "Alaman"
-
-#: ../../keyboard.pm_.c:199
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:200 ../../keyboard.pm_.c:237
-msgid "Spanish"
-msgstr "Spagnol"
-
-#: ../../keyboard.pm_.c:201 ../../keyboard.pm_.c:238
-msgid "Finnish"
-msgstr "Finnek"
-
-#: ../../keyboard.pm_.c:202 ../../keyboard.pm_.c:239
-msgid "French"
-msgstr "Gall"
-
-#: ../../keyboard.pm_.c:203 ../../keyboard.pm_.c:264
-msgid "Norwegian"
-msgstr "Norvegek"
-
-#: ../../keyboard.pm_.c:204
-msgid "Polish"
-msgstr "Polonek"
-
-#: ../../keyboard.pm_.c:205 ../../keyboard.pm_.c:272
-msgid "Russian"
-msgstr "Rusiek"
-
-#: ../../keyboard.pm_.c:207 ../../keyboard.pm_.c:274
-msgid "Swedish"
-msgstr "Svedek"
-
-#: ../../keyboard.pm_.c:208 ../../keyboard.pm_.c:289
-msgid "UK keyboard"
-msgstr "Stokellaoueg RU"
-
-#: ../../keyboard.pm_.c:209 ../../keyboard.pm_.c:290
-msgid "US keyboard"
-msgstr "Stokellaoueg SUA"
-
-#: ../../keyboard.pm_.c:211
-#, fuzzy
-msgid "Albanian"
-msgstr "Ukrainiek"
-
-#: ../../keyboard.pm_.c:212
-msgid "Armenian (old)"
-msgstr "Armeniek (kozh)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Armenian (typewriter)"
-msgstr "Armeniek (skriverez)"
-
-#: ../../keyboard.pm_.c:214
-msgid "Armenian (phonetic)"
-msgstr "Armeniek (soniadel)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjanek (latin)"
-
-#: ../../keyboard.pm_.c:221
-msgid "Belgian"
-msgstr "Belgian"
-
-#: ../../keyboard.pm_.c:222
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armeniek (soniadel)"
-
-#: ../../keyboard.pm_.c:223
-msgid "Bulgarian (BDS)"
-msgstr "Bulgarek (BDS)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilek (ABNT-2)"
-
-#: ../../keyboard.pm_.c:225
-#, fuzzy
-msgid "Belarusian"
-msgstr "Bulgarek"
-
-#: ../../keyboard.pm_.c:226
-msgid "Swiss (German layout)"
-msgstr "Suis (reizhadur alaman)"
-
-#: ../../keyboard.pm_.c:227
-msgid "Swiss (French layout)"
-msgstr "Suis (reizhadur gall)"
-
-#: ../../keyboard.pm_.c:229
-msgid "Czech (QWERTY)"
-msgstr "Tchek (QWERTY)"
-
-#: ../../keyboard.pm_.c:231
-msgid "German (no dead keys)"
-msgstr "Alaman (stokell marv ebet)"
-
-#: ../../keyboard.pm_.c:232
-msgid "Danish"
-msgstr "Danek"
-
-#: ../../keyboard.pm_.c:233
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:234
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norvegek)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Svedek)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Estonian"
-msgstr "Estoniek"
-
-#: ../../keyboard.pm_.c:240
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Jorjiek (reizhadur \"Rusiek\")"
-
-#: ../../keyboard.pm_.c:241
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Jorjiek (reizhadur \"Latin\")"
-
-#: ../../keyboard.pm_.c:242
-msgid "Greek"
-msgstr "Gresian"
-
-#: ../../keyboard.pm_.c:243
-msgid "Hungarian"
-msgstr "Hungarian"
-
-#: ../../keyboard.pm_.c:244
-msgid "Croatian"
-msgstr "Kroatek"
-
-#: ../../keyboard.pm_.c:245
-msgid "Israeli"
-msgstr "Israelian"
-
-#: ../../keyboard.pm_.c:246
-msgid "Israeli (Phonetic)"
-msgstr "Israelian (soniadel)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Iranian"
-msgstr "Ukrainiek"
-
-#: ../../keyboard.pm_.c:248
-msgid "Icelandic"
-msgstr "Islandek"
-
-#: ../../keyboard.pm_.c:249
-msgid "Italian"
-msgstr "Italian"
-
-#: ../../keyboard.pm_.c:251
-msgid "Japanese 106 keys"
-msgstr ""
-
-#: ../../keyboard.pm_.c:254
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Reizhadur Stokellaoueg RU"
-
-#: ../../keyboard.pm_.c:255
-msgid "Latin American"
-msgstr "Amerikan Latin"
-
-#: ../../keyboard.pm_.c:256
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituaniek AZERTY (kozh)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituaniek AZERTY (nevez)"
-
-#: ../../keyboard.pm_.c:259
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituaniek QUERTY \"linenn sifroù\""
-
-#: ../../keyboard.pm_.c:260
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituaniek QUERTY \"soniadel\""
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Latvian"
-msgstr "Titouroù"
-
-#: ../../keyboard.pm_.c:262
-msgid "Macedonian"
-msgstr "Makedonia"
-
-#: ../../keyboard.pm_.c:263
-msgid "Dutch"
-msgstr "Hollandek"
-
-#: ../../keyboard.pm_.c:265
-msgid "Polish (qwerty layout)"
-msgstr "Polonek (reizhadur qwerty)"
-
-#: ../../keyboard.pm_.c:266
-msgid "Polish (qwertz layout)"
-msgstr "Polonek (reizhadur qwerty)"
-
-#: ../../keyboard.pm_.c:267
-msgid "Portuguese"
-msgstr "Portugalek"
-
-#: ../../keyboard.pm_.c:268
-msgid "Canadian (Quebec)"
-msgstr "Kanadian (Kebek)"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Rusiek (Yawerty)"
-
-#: ../../keyboard.pm_.c:271
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Rusiek (Yawerty)"
-
-#: ../../keyboard.pm_.c:273
-msgid "Russian (Yawerty)"
-msgstr "Rusiek (Yawerty)"
-
-#: ../../keyboard.pm_.c:275
-msgid "Slovenian"
-msgstr "Slovek"
-
-#: ../../keyboard.pm_.c:276
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakek (QWERTZ)"
-
-#: ../../keyboard.pm_.c:277
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakek (QWERTY)"
-
-#: ../../keyboard.pm_.c:279
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Yougoslaviek (reizhadur latin)"
-
-#: ../../keyboard.pm_.c:281
-#, fuzzy
-msgid "Tamil"
-msgstr "Taolenn"
-
-#: ../../keyboard.pm_.c:282
-msgid "Thai keyboard"
-msgstr "Stokellaoueg Thai"
-
-#: ../../keyboard.pm_.c:284
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Stokellaoueg Thai"
-
-#: ../../keyboard.pm_.c:285
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turkek (hengounel doare \"F\")"
-
-#: ../../keyboard.pm_.c:286
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turkek (arnevez doare \"Q\")"
-
-#: ../../keyboard.pm_.c:288
-msgid "Ukrainian"
-msgstr "Ukrainiek"
-
-#: ../../keyboard.pm_.c:291
-msgid "US keyboard (international)"
-msgstr "Stokellaoueg SUA (etrevroadel)"
-
-#: ../../keyboard.pm_.c:292
-#, fuzzy
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Lituaniek QUERTY \"linenn sifroù\""
-
-#: ../../keyboard.pm_.c:293
-msgid "Yugoslavian (latin)"
-msgstr "Yougoslaviek (latin)"
-
-#: ../../keyboard.pm_.c:301
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:302
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:303
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:304
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:305
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:306
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:307
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:308
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:309
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Marc'hañ kelc'hiek %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:832
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Logodenn Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Logodenn rummel PS2 rodellek"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Logodenn Kensington Thinking"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 nozelenn"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Logodenn rummel 2 nozelenn"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Rummel"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rodel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "a-steud"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Logodenn rummel 3 nozelenn"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech doare CC"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "Doare MM"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logodenn Logitech (a-steud, seurt C7 kozh)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "Logodenn bus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 nozelenn"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 nozelenn"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ebet"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Logodenn ebet"
-
-#: ../../mouse.pm_.c:499
-#, fuzzy
-msgid "Please test the mouse"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../mouse.pm_.c:500
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "FIÑV HO RODELL !"
-
-#: ../../my_gtk.pm_.c:666
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:701
-msgid "Finish"
-msgstr "Disoc'h"
-
-#: ../../my_gtk.pm_.c:701 ../../printerdrake.pm_.c:1590
-msgid "Next ->"
-msgstr "A heul ->"
-
-#: ../../my_gtk.pm_.c:702 ../../printerdrake.pm_.c:1588
-msgid "<- Previous"
-msgstr "<- Diaraog"
-
-#: ../../my_gtk.pm_.c:1034
-msgid "Is this correct?"
-msgstr "Ha reizh eo ?"
-
-#: ../../my_gtk.pm_.c:1098 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Titouroù"
-
-#: ../../my_gtk.pm_.c:1119
-msgid "Expand Tree"
-msgstr "Astenn ar wezenn"
-
-#: ../../my_gtk.pm_.c:1120
-msgid "Collapse Tree"
-msgstr "Plegañ ar wezenn"
-
-#: ../../my_gtk.pm_.c:1121
-msgid "Toggle between flat and group sorted"
-msgstr "Gwintañ etre kompez ha rummet dre strollad"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "implijit dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "implijit pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "implijit pptp"
-
-#: ../../network/ethernet.pm_.c:37
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Pe seurt parzhadur a vennit ?"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:248
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Dibabit ar ment nevez"
-
-#: ../../network/ethernet.pm_.c:93
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outañ, mar plij."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "kartenn rouedad kavet ebet"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:364
-msgid "Configuring network"
-msgstr "Kefluniañ ar rouedad"
-
-#: ../../network/ethernet.pm_.c:203
-#, fuzzy
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Roit ho anv ostiz mar plij.\n"
-"Un anv peurzoareet a zlefe bezañ hini o ostiz,\n"
-"evel ``mabenveg.mastal.makomp.com''.\n"
-"Gallout a rit ivez reiñ chomlec'h IP an dreuzell m'hoc'h eus unan"
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:369
-msgid "Host name"
-msgstr "Anv an ostiz"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:179
-#: ../../network/netconnect.pm_.c:206 ../../network/netconnect.pm_.c:229
-#: ../../network/netconnect.pm_.c:237
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Mailh"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Kefluniadur ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Amprouiñ ar c'hefluniadur"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-#, fuzzy
-msgid "Which protocol do you want to use?"
-msgstr "Pe seurt parzhadur a vennit ?"
-
-#: ../../network/isdn.pm_.c:199
-#, fuzzy
-msgid "What kind of card do you have?"
-msgstr "Peseurt moullerez hoc'h eus ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Dilaoskel"
-
-#: ../../network/isdn.pm_.c:210
-#, fuzzy
-msgid "Continue"
-msgstr "Kenderc'hel evelato ?"
-
-#: ../../network/isdn.pm_.c:216
-#, fuzzy
-msgid "Which is your ISDN card?"
-msgstr "Pehini eo ho takad-eur ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Dibarzhoù sifrennañ"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-#, fuzzy
-msgid "Phone number"
-msgstr "Niverenn bellgomz"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Anv ereañ"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Diazezet war ur skrid"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Diazezet war un dermenell"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Anv ar domani"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Servijer DNS kentañ (da zilenn)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Eil servijer DNS (da zilenn)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../network/netconnect.pm_.c:50
-#, fuzzy
-msgid "Internet connection & configuration"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:256
-#: ../../network/netconnect.pm_.c:276 ../../network/tools.pm_.c:63
-msgid "Network Configuration"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard.\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:171
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Dibabit ar ment nevez"
-
-#: ../../network/netconnect.pm_.c:172
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:179 ../../printerdrake.pm_.c:145
-msgid "Detecting devices..."
-msgstr "O tinoiñ trobarzhelloù..."
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Poent marc'hañ doubl %s"
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-#, c-format
-msgid "detected %s"
-msgstr "kavoutet %s"
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-#, c-format
-msgid "detected on interface %s"
-msgstr "kavoutet war %s"
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Cable connection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-#, fuzzy
-msgid "LAN connection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "ethernet card(s) detected"
-msgstr "kartenn(où) ethernet kavoutet"
-
-#: ../../network/netconnect.pm_.c:206
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Dibabit ar benveg a vennit staliañ"
-
-#: ../../network/netconnect.pm_.c:230
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:231
-#, fuzzy
-msgid "Internet connection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../network/netconnect.pm_.c:237
-#, fuzzy
-msgid "Do you want to start the connection at boot?"
-msgstr "Mennout a rit implijout aboot ?"
-
-#: ../../network/netconnect.pm_.c:251
-#, fuzzy
-msgid "Network configuration"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../network/netconnect.pm_.c:252
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:256
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:270
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:271
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:293
-msgid ""
-"WARNING: this device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:298
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Skrivit ar c'hefluniadur IP evit ar benveg-mañ mar plij.\n"
-"Pep mellad a zlefe bezañ skrivet evel ur chomlec'h IP e stumm\n"
-"sifroù dekvel pikoù etrezo (da skouer 1.2.3.4)."
-
-#: ../../network/network.pm_.c:308 ../../network/network.pm_.c:309
-#, c-format
-msgid "Configuring network device %s"
-msgstr "O kefluniañ an drobarzhell rouedad %s"
-
-#: ../../network/network.pm_.c:309
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "Servijer XFree86 : %s\n"
-
-#: ../../network/network.pm_.c:311 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Chomlec'h IP"
-
-#: ../../network/network.pm_.c:312 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Maskl rouedad"
-
-#: ../../network/network.pm_.c:313
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:313
-msgid "Automatic IP"
-msgstr "IP emgefreek"
-
-#: ../../network/network.pm_.c:314
-#, fuzzy
-msgid "Start at boot"
-msgstr "Krouiñ ur bladennig loc'hañ"
-
-#: ../../network/network.pm_.c:335 ../../printerdrake.pm_.c:714
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
-
-#: ../../network/network.pm_.c:365
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Roit ho anv ostiz mar plij.\n"
-"Un anv peurzoareet a zlefe bezañ hini o ostiz,\n"
-"evel ``mabenveg.mastal.makomp.com''.\n"
-"Gallout a rit ivez reiñ chomlec'h IP an dreuzell m'hoc'h eus unan"
-
-#: ../../network/network.pm_.c:370
-msgid "DNS server"
-msgstr "Servijer DNS"
-
-#: ../../network/network.pm_.c:371
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:373
-msgid "Gateway device"
-msgstr "Trobarzhell an dreuzell"
-
-#: ../../network/network.pm_.c:385
-#, fuzzy
-msgid "Proxies configuration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../network/network.pm_.c:386
-msgid "HTTP proxy"
-msgstr "Proksi HTTP"
-
-#: ../../network/network.pm_.c:387
-msgid "FTP proxy"
-msgstr "Proksi FTP"
-
-#: ../../network/network.pm_.c:388
-msgid "Track network card id (useful for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:391
-msgid "Proxy should be http://..."
-msgstr "http://... a zlefe bezañ ar proksi"
-
-#: ../../network/network.pm_.c:392
-msgid "Proxy should be ftp://..."
-msgstr "ftp://... a zlefe bezañ ar proksi"
-
-#: ../../network/tools.pm_.c:41
-#, fuzzy
-msgid "Internet configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../network/tools.pm_.c:42
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../network/tools.pm_.c:46 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../network/tools.pm_.c:56
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-
-#: ../../network/tools.pm_.c:57
-msgid "For security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:58
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/tools.pm_.c:82
-#, fuzzy
-msgid "Connection Configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../network/tools.pm_.c:83
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ kartenn"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memor kartenn (DMA)"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO kartenn"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 kartenn"
-
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 kartenn"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:615
-#, fuzzy
-msgid "Provider phone number"
-msgstr "Niverenn bellgomz"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Dibarzhoù ar voullerez (da zilenn)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Dibarzhoù ar voullerez (da zilenn)"
-
-#: ../../network/tools.pm_.c:95
-#, fuzzy
-msgid "Choose your country"
-msgstr "Dibabit ho stokellaoueg"
-
-#: ../../network/tools.pm_.c:96 ../../standalone/draknet_.c:620
-#, fuzzy
-msgid "Dialing mode"
-msgstr "Anv domani"
-
-#: ../../network/tools.pm_.c:97 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/tools.pm_.c:98 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Anv ar gevreadenn"
-
-#: ../../network/tools.pm_.c:99 ../../standalone/draknet_.c:618
-#, fuzzy
-msgid "Account Login (user name)"
-msgstr "Poent marc'hañ"
-
-#: ../../network/tools.pm_.c:100 ../../standalone/draknet_.c:619
-#, fuzzy
-msgid "Account Password"
-msgstr "Tremenger"
-
-#: ../../network/tools.pm_.c:118
-msgid "United Kingdom"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "marc'hañ sac'het : "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions."
-msgstr ""
-"Un toull a zo en ho taolenn barzhañ hogen n'hellan ket e implijout.\n"
-"Fiñval ar parzhadurioù kentañ derez evit ma vo an toull stok ouzh ar "
-"parzhadurioù astennet eo an diskoulm"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Assevel adalek ar restr %s sac'het %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Restr gwareziñ siek"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Fazi en ur skrivañ er restr %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "a rankfec'h kaout"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "a-bouez"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "brav-tre"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "brav"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "marteze"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Moullerez lec'hel"
-
-#: ../../printer.pm_.c:48
-#, fuzzy
-msgid "Remote printer"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Steud a-bell"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:736
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "lpd a-bell"
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Dibarzhoù ar voullerez NetWare"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Servijer moullañ"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:740
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Trobarzhell ar voullerez"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2733
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Moullerezioù lec'hel"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Moullerezio* a-bell"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", Mouluriez USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Fazi en ur skrivañ er restr %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1138
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(mollad %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP ar servijer SMB"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2394
-#: ../../printerdrake.pm_.c:2405 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2673 ../../printerdrake.pm_.c:2700
-#: ../../printerdrake.pm_.c:2870 ../../printerdrake.pm_.c:2872
-msgid " (Default)"
-msgstr " (Dre ziouer)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Diuzit lugerezh ar voullerez"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Penaos eo luget ar voullerez ?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2457
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Kefluniadur"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2458
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Steud a-bell"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:864
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP ar servijer SMB"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:857
-#, fuzzy
-msgid "Port"
-msgstr "Paour"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Amprouiñ ar porzhioù"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2440
-#: ../../printerdrake.pm_.c:2559
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Moullerez lec'hel"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Moullerez lec'hel"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Dilesadur"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "Poent marc'hañ doubl %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Moullerez USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Trobarzhell ar voullerez"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "N'ev ket Moullerez lec'hel!\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Trobarzhell ar voullerez"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-"1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart P100 or 1315 or an "
-"HP LaserJet 2200?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:484
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "O staliañ ar pakad %s"
-
-#: ../../printerdrake.pm_.c:489
-msgid "Checking device and configuring HPOJ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:507
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "O staliañ ar pakad %s"
-
-#: ../../printerdrake.pm_.c:519
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:536
-msgid "Making printer port available for CUPS..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:546 ../../printerdrake.pm_.c:1020
-#: ../../printerdrake.pm_.c:1134
-msgid "Reading printer database..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote lpd Printer Options"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"A-benn implijout ur steud moulañ lpd a-bell, ret eo deoc'h\n"
-"pourvezañ anv ostiz ar servijer moullañ hag anv as steud\n"
-"war ar servijer-se ma zlefe bezañ kaset an dleadoù moullañ."
-
-#: ../../printerdrake.pm_.c:628
-#, fuzzy
-msgid "Remote host name"
-msgstr "Anv an ostiz a-bell"
-
-#: ../../printerdrake.pm_.c:629
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:632
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Anv an ostiz a-bell"
-
-#: ../../printerdrake.pm_.c:636
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Anv an ostiz a-bell"
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Dibarzhoù moullañ SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:705
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Evit moullañ war ur voullerez SMB eo ret deoc'h pourvezañ\n"
-"anv an ostiz SMB (Ho evezh ! Disheñvel e c'hell bezañ diouzh\n"
-"e anv ostiz TCP/IP !) ha marteze chomlec'h IP ar servijer moullañ,\n"
-"kement hag anv rannet ar voullerez a glaskit tizhout ha ne vern pe\n"
-"ditour a anv arveriad, tremenger ha strollad labour en implij."
-
-#: ../../printerdrake.pm_.c:706
-msgid "SMB server host"
-msgstr "Anv ar servijer SMB"
-
-#: ../../printerdrake.pm_.c:707
-msgid "SMB server IP"
-msgstr "IP ar servijer SMB"
-
-#: ../../printerdrake.pm_.c:708
-msgid "Share name"
-msgstr "Anv rannet"
-
-#: ../../printerdrake.pm_.c:711
-msgid "Workgroup"
-msgstr "Strollad labour"
-
-#: ../../printerdrake.pm_.c:718
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:722
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:727
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:728
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:738
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:741
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-msgid "NetWare Printer Options"
-msgstr "Dibarzhoù ar voullerez NetWare"
-
-#: ../../printerdrake.pm_.c:804
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Evit moullañ war ur voullerez NetWare eo ret deoc'h pourvezañ anv ar\n"
-"servijer moullañ NetWare (Ho evezh ! Disheñvel e c'hell bezañ diouzh e\n"
-"anv ostiz TCP/IP !) kement hag anv ar steud moullañ evit ar voullerez\n"
-"a glaskit tizhout ha ne vern pe anv arveriad ha tremenger en implij."
-
-#: ../../printerdrake.pm_.c:805
-msgid "Printer Server"
-msgstr "Servijer moullañ"
-
-#: ../../printerdrake.pm_.c:806
-msgid "Print Queue Name"
-msgstr "Anv ar steud moullañ"
-
-#: ../../printerdrake.pm_.c:811
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:815
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Dibarzhoù ar voullerez NetWare"
-
-#: ../../printerdrake.pm_.c:855
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:856
-msgid "Printer host name"
-msgstr "Anv ar voullerez"
-
-#: ../../printerdrake.pm_.c:860
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Dibarzhoù ar voullerez"
-
-#: ../../printerdrake.pm_.c:889 ../../printerdrake.pm_.c:891
-#, fuzzy
-msgid "Printer Device URI"
-msgstr "Trobarzhell ar voullerez"
-
-#: ../../printerdrake.pm_.c:890
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:905
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1006
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Name of printer"
-msgstr "Anv ar moullerez"
-
-#: ../../printerdrake.pm_.c:1008
-#, fuzzy
-msgid "Description"
-msgstr "Spisait dibarzhoù"
-
-#: ../../printerdrake.pm_.c:1009
-#, fuzzy
-msgid "Location"
-msgstr "Titouroù"
-
-#: ../../printerdrake.pm_.c:1023
-msgid "Preparing printer database..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1114
-#, fuzzy
-msgid "Your printer model"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:1115
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1120 ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "The model is correct"
-msgstr "Ha reizh eo ?"
-
-#: ../../printerdrake.pm_.c:1121 ../../printerdrake.pm_.c:1122
-#: ../../printerdrake.pm_.c:1125
-#, fuzzy
-msgid "Select model manually"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:1141
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../printerdrake.pm_.c:1142
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Peseurt moullerez hoc'h eus ?"
-
-#: ../../printerdrake.pm_.c:1143
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1146
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1222
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Kefluniañ ar modem"
-
-#: ../../printerdrake.pm_.c:1223
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1266 ../../printerdrake.pm_.c:1293
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../printerdrake.pm_.c:1267
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1294
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1510
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1519
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1523
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1528
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1567
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Ha mennout a rit amprouiñ moullañ skrid ?"
-
-#: ../../printerdrake.pm_.c:1584
-#, fuzzy
-msgid "Test pages"
-msgstr "Amprouiñ ar porzhioù"
-
-#: ../../printerdrake.pm_.c:1585
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1589
-#, fuzzy
-msgid "No test pages"
-msgstr "Ya, moullit an div bajenn arnod"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Print"
-msgstr "Moullerez"
-
-#: ../../printerdrake.pm_.c:1592
-#, fuzzy
-msgid "Standard test page"
-msgstr "Diorren"
-
-#: ../../printerdrake.pm_.c:1595
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "O voullañ pajenn(où) skrid..."
-
-#: ../../printerdrake.pm_.c:1600
-#, fuzzy
-msgid "Photo test page"
-msgstr "O voullañ pajenn(où) skrid..."
-
-#: ../../printerdrake.pm_.c:1604
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "O voullañ pajenn(où) skrid..."
-
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1749
-msgid "Printing test page(s)..."
-msgstr "O voullañ pajenn(où) skrid..."
-
-#: ../../printerdrake.pm_.c:1637
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Pajenn(où) arnod zo bet kaset d'an diaoul moullañ.\n"
-"Ur pennadig e c'hell padout a-raok ma loc'hfe a voullerez.\n"
-"Stad ar moullañ :\n"
-"%s\n"
-"\n"
-"Ha mont a ra en-dro reizh ?"
-
-#: ../../printerdrake.pm_.c:1641
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Pajenn(où) arnod zo bet kaset d'an diaoul moullañ.\n"
-"Ur pennadig e c'hell padout a-raok ma loc'hfe a voullerez.\n"
-"Ha mont a ra en-dro reizh ?"
-
-#: ../../printerdrake.pm_.c:1648
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1669 ../../printerdrake.pm_.c:2735
-#, fuzzy
-msgid "Raw printer"
-msgstr "Moullerez lec'hel"
-
-#: ../../printerdrake.pm_.c:1687
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1689
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1692 ../../printerdrake.pm_.c:1708
-#: ../../printerdrake.pm_.c:1718
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1695 ../../printerdrake.pm_.c:1734
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1698
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1705 ../../printerdrake.pm_.c:1715
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1710 ../../printerdrake.pm_.c:1720
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1723
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1727
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1731
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1740 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:1747 ../../printerdrake.pm_.c:1748
-#: ../../printerdrake.pm_.c:2719 ../../standalone/drakbackup_.c:743
-#: ../../standalone/drakbackup_.c:2448 ../../standalone/drakfont_.c:580
-#: ../../standalone/drakfont_.c:792
-#, fuzzy
-msgid "Close"
-msgstr "Logodenn USB"
-
-#: ../../printerdrake.pm_.c:1743 ../../printerdrake.pm_.c:1755
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "O tizenaouiñ ar rouedad"
-
-#: ../../printerdrake.pm_.c:1744 ../../printerdrake.pm_.c:1756
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "O tizenaouiñ ar rouedad"
-
-#: ../../printerdrake.pm_.c:1746
-#, fuzzy
-msgid "Print option list"
-msgstr "Dibarzhoù ar voullerez"
-
-#: ../../printerdrake.pm_.c:1768
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1775
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1797 ../../printerdrake.pm_.c:2224
-#: ../../printerdrake.pm_.c:2488
-msgid "Reading printer data..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1817 ../../printerdrake.pm_.c:1845
-#: ../../printerdrake.pm_.c:1880
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../printerdrake.pm_.c:1818
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1821
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1823
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1827
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1828
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1832
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1833 ../../printerdrake.pm_.c:1850
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1846
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1854
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1859
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1867
-#, fuzzy
-msgid "New printer name"
-msgstr "Moullerez lec'hel"
-
-#: ../../printerdrake.pm_.c:1870
-#, c-format
-msgid "Transferring %s..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1881
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1890
-msgid "Refreshing printer data..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1969
-#: ../../printerdrake.pm_.c:1981
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Kefluniañ ar voullerez"
-
-#: ../../printerdrake.pm_.c:1899
-#, fuzzy
-msgid "Starting network..."
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../printerdrake.pm_.c:1933 ../../printerdrake.pm_.c:1937
-#: ../../printerdrake.pm_.c:1939
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../printerdrake.pm_.c:1934
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Skramm ket kefluniet"
-
-#: ../../printerdrake.pm_.c:1935
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1938
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Kefluniañ ar rouedad"
-
-#: ../../printerdrake.pm_.c:1971
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1972
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1982
-#, fuzzy
-msgid "Restarting printing system..."
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:2020
-#, fuzzy
-msgid "high"
-msgstr "Uhel"
-
-#: ../../printerdrake.pm_.c:2020
-#, fuzzy
-msgid "paranoid"
-msgstr "Ankeniet"
-
-#: ../../printerdrake.pm_.c:2021
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2022
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2054
-msgid "Starting the printing system at boot time"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2055
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2078 ../../printerdrake.pm_.c:2116
-#: ../../printerdrake.pm_.c:2146 ../../printerdrake.pm_.c:2179
-#: ../../printerdrake.pm_.c:2284
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2120
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2150
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2208
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Diuzit lugerezh ar voullerez"
-
-#: ../../printerdrake.pm_.c:2209
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Pe seurt parzhadur a vennit ?"
-
-#: ../../printerdrake.pm_.c:2242
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Kefluniañ ar voullerez"
-
-#: ../../printerdrake.pm_.c:2255
-#, fuzzy
-msgid "Installing Foomatic..."
-msgstr "O staliañ ar pakad %s"
-
-#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2351
-#: ../../printerdrake.pm_.c:2736 ../../printerdrake.pm_.c:2806
-msgid "Printer options"
-msgstr "Dibarzhoù ar voullerez"
-
-#: ../../printerdrake.pm_.c:2321
-msgid "Preparing PrinterDrake..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2893
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Kefluniañ ar voullerez"
-
-#: ../../printerdrake.pm_.c:2358
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Mennout a rit kefluniañ ur voullerez ?"
-
-#: ../../printerdrake.pm_.c:2370
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2418
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Moullerez"
-
-#: ../../printerdrake.pm_.c:2422
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Setu da heul ar steudadoù moullañ.\n"
-"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-
-#: ../../printerdrake.pm_.c:2423
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Setu da heul ar steudadoù moullañ.\n"
-"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-
-#: ../../printerdrake.pm_.c:2449
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2467
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../printerdrake.pm_.c:2472 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Boas"
-
-#: ../../printerdrake.pm_.c:2628 ../../printerdrake.pm_.c:2678
-#: ../../printerdrake.pm_.c:2887
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../printerdrake.pm_.c:2714
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Kefluniañ ar modem"
-
-#: ../../printerdrake.pm_.c:2716
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../printerdrake.pm_.c:2720
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2780
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2784
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../printerdrake.pm_.c:2728 ../../printerdrake.pm_.c:2799
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2729 ../../printerdrake.pm_.c:2800
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2810
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2815
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2741 ../../printerdrake.pm_.c:2824
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2833
-#, fuzzy
-msgid "Print test pages"
-msgstr "O voullañ pajenn(où) skrid..."
-
-#: ../../printerdrake.pm_.c:2743 ../../printerdrake.pm_.c:2835
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2837
-#, fuzzy
-msgid "Remove printer"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:2789
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../printerdrake.pm_.c:2813
-#, fuzzy
-msgid "Default printer"
-msgstr "Moullerez lec'hel"
-
-#: ../../printerdrake.pm_.c:2814
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2818 ../../printerdrake.pm_.c:2821
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2822
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2827 ../../printerdrake.pm_.c:2830
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2831
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2839
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../printerdrake.pm_.c:2841
-#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Paour"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "http://... a zlefe bezañ ar proksi"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "ftp://... a zlefe bezañ ar proksi"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Belgian"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Tremenger"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Tremenger ebet"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "An tremegerioù ne glot ket"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "N'hellan ket ouzhpennañ ur parzhadur da RAID md%d _furmadet_"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "N'hellan ket skrivañ e %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid sac'het"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid sac'het (raidtools a vank emichañs ?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ket a-walc'h a parzhadurioù evit RAID live %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, ur steuñvaer urzhiadoù mareadek."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"servijout a ra apmd evit evezhiañ stad an daspugner hag he enrollañ dre "
-"syslog.\n"
-"Gallout a ra ivez servijout da lazhañ an ardivink pa vez izel an daspugner."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Seveniñ an urzhiadoù steuñvaet gant an urzhiad at d'ar pred laket pa 'z eo\n"
-"bet sevenet at, ha seveniñ urzhiadoù dre lod pa 'z eo izel a-walc'h ar garg."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Ur goulev standard UNIX eo cron evit seveniñ goulevioù diouzh c'hoant an\n"
-"arveriaded da goulzoù mareadek steuñvaet. vixie cron a ouzhpenn kalzig a "
-"arc'hweloù\n"
-"d'ar cron UNIX diazez, en o zouez surentez ha dibarzhoù kefluniañ gwelloc'h."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM a zegas implij al logodenn d'an arloadoù Linux mod-skrid evel\n"
-"Midnight Commander. Reiñ a ra tu da seveniñ obererezhoù troc'hañ-ha-pegañ,\n"
-"ha skor evit meuziadoù kemperzhel war al letrin."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:414
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Ur servijer evit ar Gwiad Bedel eo Apache. Implijet e vez evit servijañ\n"
-"restroù HTML ha CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"An diaoul gourservijer kenrouedad (anvet inetd ordinal) a loc'h ur\n"
-"bochad a servijoù kenrouedad all diouzh an ezhomm. E karg loc'hañ meur a "
-"servijoù\n"
-"eo, en o zouez telnet, ftp, rsh, and rlogin. Dizoberiañ inetd a zizoberia\n"
-"an holl servijoù m'eo eñ atebek warno."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ar pakad-mañ a garg ar stokellaoueg diuzet evel termenet e\n"
-"/etc/sysconfig/keyboard. Dre ar maveg kbdconfig e c'hell bezañ diuzet\n"
-"kement-se. Gwell deoc'h leuskel se gweredekaet war darn vuiañ an ardivinkoù."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"An diaoul moullañ ret evit ma dafez en-ro reizh lpr eo lpd. Dre vras\n"
-"ez eo ur servijer a vera dleadoù moullañ evir ar voullerez(ed)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) a zo ur Servijer Anvioù Domani (DNS) a zo implijet evit\n"
-"amdreiñ anvioù ostiz e chomlec'hioù IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Evit marc'hañ ha divarc'hañ poentoù marc'hañ an holl Reizhiadoù Restroù\n"
-"Rouedad (NFS), SMB (Lan Manager/Windows) ha NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Oberia/Dizoberia an holl etrefasoù rouedad kefluniet da lañsañ\n"
-"da vare al loc'hañ."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS a zo ur c'homenad brudet evit rannañ restroù dre rouedadoù TCP/IP.\n"
-"Ar servij-mañ a bourvez arc'hweloù ur servijer NFS, a vez kefluniaet dre ar\n"
-"restr /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS a zo ur c'homenad brudet evit rannañ restroù dre rouedadoù\n"
-"TCP/IP. Ar servij-mañ a bourvez un arc'hwel morailhañ restroù NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Skorañ PCMCIA a zegas an tu da implijonut traoù evel ethernet ha modemoù\n"
-"e urzhiataeroù hezoug. Ne vo ket kroget hep bezañ bet kefluniet, rak-se eo "
-"diarvar\n"
-"e staliañ war ardivinkoù n'o deus ket ezhomm anezhañ."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Ar c'hartenner porzhioù a vera kevreadennoù RPC, a zo implijet gant\n"
-"komenadoù evel NFS ha NIS. Ar servijer kartenn-porzhioù a rankfe mont en-"
-"dro\n"
-"war ardivinkoù anezho servijerien komenadoù a implij ar reizhiad RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Ur Gwazour Treuzdougen Postel eo Postfix, a zo ar goulev a\n"
-"zilech posteloù etre un ardivink hag un all."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Enroll hag assav poul dizurzh ar reizhiad evit genel niveroù\n"
-"dargouezhek gant gwelloc'h perzhded."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"An diaoul routed a ro an tu da vremanaat ent emgefreek an taolenn henchañ\n"
-"IP dre ar c'homenad RIP. Tra ma vez implijet aliesig RIP war rouedadoù "
-"bihan,\n"
-"ezhomm a zo komenadoù henchañ kemplezhoc'h evit rouedadoù rouestlet."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Ar c'homenad rstat a ro tu da implijerien ur rouedad da zastum\n"
-"muzulioù barregezh diwar ne vern pe ardivink er rouedad-se."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Ar c'homenad rusers a ro tu da implijerien ur rouedad da anavezout piv\n"
-"a zo kevreet ouzh ardivinkoù all a respont."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Ar c'homenad rwho a bourchas da implijerien a-bell roll an holl arveriaded a "
-"zo\n"
-"kevreet ouzh un ardivink ma da en-dro warnañ an diaoul rwhod (heñvel ouzh "
-"finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog a zo ur gwazerezh ma enroll drezañ an diaouled niverus o "
-"c'hemennadoù\n"
-"e kerzhlevrioù liesseurt ar reizhiad. Ur mennozh mat eo seveniñ ingal syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Enaou ha dizenaou ar servijer Fontoù X da vare al loc'hañ hag al lazhañ."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Dibabit pe servijoù a zlefe bezañ lañset ent emgefreek pa loc'her"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Moullerez"
-
-#: ../../services.pm_.c:123
-#, fuzzy
-msgid "Internet"
-msgstr "dedennus"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:923
-#, fuzzy
-msgid "System"
-msgstr "Reizhiad/Diazez"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Stlennvonioù"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "trobarzhell"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Ho evezh"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Ouzhpennañ"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Gwrizienn"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Meuziad Lañsañ"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Rann"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Amprouiñ ar c'hefluniadur"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "dedennus"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Liesvedia"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Diorren"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Anv ar gevreadenn"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Etrefas arveriad/X"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Anv ar servijer SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "C'hoarioù"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "O staliañ pakadoù..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"N'hellañ ket lenn ho taolenn barzhañ, re vrein eo evidon :(\n"
-"Klask a rin kenderc'hel en ur ziverkañ ar parzhadurioù siek"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Fazi!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:83
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "O krouiñ ur bladennig staliañ emgefreek"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gourc'hemennoù!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Staliañ"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Ouzhpennañ un arveriad"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "O furmadiñ ar restr saveteiñ %s"
-
-#: ../../standalone/drakbackup_.c:438
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:439
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:443
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:465
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:544 ../../standalone/drakbackup_.c:591
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:592 ../../standalone/drakbackup_.c:656
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:604
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:605
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:655
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:663
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-msgid ""
-"\n"
-" FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:676
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "Fazi en ur lenn ar restr %s"
-
-#: ../../standalone/drakbackup_.c:717 ../../standalone/drakbackup_.c:728
-#: ../../standalone/drakbackup_.c:739 ../../standalone/drakfont_.c:788
-#, fuzzy
-msgid "File Selection"
-msgstr "Diuzadenn strollad pakadoù"
-
-#: ../../standalone/drakbackup_.c:744
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:779
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:780
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:781
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:782
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:783
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:784
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:801
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#: ../../standalone/drakbackup_.c:828
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:829 ../../standalone/drakbackup_.c:853
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:851 ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Lemel ar steudad"
-
-#: ../../standalone/drakbackup_.c:889
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:928
-#, fuzzy
-msgid "Users"
-msgstr "Anv arveriad"
-
-#: ../../standalone/drakbackup_.c:954
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:957
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../standalone/drakbackup_.c:962
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Klaskit adarre mar plij"
-
-#: ../../standalone/drakbackup_.c:972
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Klaskit adarre mar plij"
-
-#: ../../standalone/drakbackup_.c:978
-#, fuzzy
-msgid "Remember this password"
-msgstr "Tremenger ebet"
-
-#: ../../standalone/drakbackup_.c:1042 ../../standalone/drakbackup_.c:2038
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/drakbackup_.c:1049 ../../standalone/drakbackup_.c:2046
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Diuzit lugerezh ar voullerez"
-
-#: ../../standalone/drakbackup_.c:1075 ../../standalone/drakbackup_.c:2879
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1078 ../../standalone/drakbackup_.c:2883
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-
-#
-#: ../../standalone/drakbackup_.c:1084 ../../standalone/drakbackup_.c:2895
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Klikit war ur parzhadur mar plij"
-
-#: ../../standalone/drakbackup_.c:1090 ../../standalone/drakbackup_.c:2901
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1096
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#: ../../standalone/drakbackup_.c:1102
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1143
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:1146
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1152 ../../standalone/drakbackup_.c:1193
-#: ../../standalone/drakbackup_.c:2003
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1185 ../../standalone/drakbackup_.c:1995
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:2009
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:1257
-#, fuzzy
-msgid "Network"
-msgstr "Taolenn"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1287 ../../standalone/drakbackup_.c:1291
-#: ../../standalone/drakbackup_.c:1295
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1288 ../../standalone/drakbackup_.c:1292
-#: ../../standalone/drakbackup_.c:1295
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1289 ../../standalone/drakbackup_.c:1293
-#: ../../standalone/drakbackup_.c:1295
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290 ../../standalone/drakbackup_.c:1294
-#: ../../standalone/drakbackup_.c:1295
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1302
-#, fuzzy
-msgid "Use daemon"
-msgstr "Anv arveriad"
-
-#: ../../standalone/drakbackup_.c:1307
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#: ../../standalone/drakbackup_.c:1313
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Diuzit ar yezh da implijout, mar plij."
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Implijout gwelladur ar bladenn galet ?"
-
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Rouedad/Diaouled"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1359
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1401
-msgid "What"
-msgstr "Petra"
-
-#: ../../standalone/drakbackup_.c:1406
-msgid "Where"
-msgstr "Pelec'h"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "When"
-msgstr "Pa"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "More Options"
-msgstr "Dibarzhoù ar mollad :"
-
-#: ../../standalone/drakbackup_.c:1435 ../../standalone/drakbackup_.c:2791
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../standalone/drakbackup_.c:1453
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#: ../../standalone/drakbackup_.c:1455
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1466
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1530
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#: ../../standalone/drakbackup_.c:1531
-#, fuzzy
-msgid "Backup system"
-msgstr "Kefluniañ reizhiadoù restroù"
-
-#: ../../standalone/drakbackup_.c:1532
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1535
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1617
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1618
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1620
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1622
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1624
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1625
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1626
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Parzhadur"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1629
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1631
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1633
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1743
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1745
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1776
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1777
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1876
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../standalone/drakbackup_.c:1894
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1912
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1962
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../standalone/drakbackup_.c:1992
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:2073
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Assevel adalek ar pladennig"
-
-#: ../../standalone/drakbackup_.c:2075
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2133
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../standalone/drakbackup_.c:2135
-#, fuzzy
-msgid "Other Media"
-msgstr "All"
-
-#: ../../standalone/drakbackup_.c:2141
-#, fuzzy
-msgid "Restore system"
-msgstr "Staliañ ar reizhiad"
-
-#: ../../standalone/drakbackup_.c:2142
-#, fuzzy
-msgid "Restore Users"
-msgstr "Adaozañ adalek ar restr"
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Restore Other"
-msgstr "Adaozañ adalek ar restr"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2149
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2150
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2207
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2215
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Neuziet"
-
-#: ../../standalone/drakbackup_.c:2256 ../../standalone/drakbackup_.c:2281
-#: ../../standalone/drakbackup_.c:2302 ../../standalone/drakbackup_.c:2323
-#: ../../standalone/drakbackup_.c:2341 ../../standalone/drakbackup_.c:2373
-#: ../../standalone/drakbackup_.c:2389 ../../standalone/drakbackup_.c:2409
-#: ../../standalone/drakbackup_.c:2428 ../../standalone/drakbackup_.c:2450
-#: ../../standalone/drakfont_.c:578
-msgid "Help"
-msgstr "Skoazell"
-
-#: ../../standalone/drakbackup_.c:2259 ../../standalone/drakbackup_.c:2286
-#: ../../standalone/drakbackup_.c:2305 ../../standalone/drakbackup_.c:2326
-#: ../../standalone/drakbackup_.c:2344 ../../standalone/drakbackup_.c:2392
-#: ../../standalone/drakbackup_.c:2412 ../../standalone/drakbackup_.c:2431
-msgid "Previous"
-msgstr "Diaraog"
-
-#: ../../standalone/drakbackup_.c:2261 ../../standalone/drakbackup_.c:2328
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Enrollañ"
-
-#: ../../standalone/drakbackup_.c:2307
-#, fuzzy
-msgid "Build Backup"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:2346 ../../standalone/drakbackup_.c:3023
-#, fuzzy
-msgid "Restore"
-msgstr "Adaozañ adalek ar restr"
-
-#: ../../standalone/drakbackup_.c:2394 ../../standalone/drakbackup_.c:2414
-#: ../../standalone/drakbackup_.c:2435
-msgid "Next"
-msgstr "A heul"
-
-#: ../../standalone/drakbackup_.c:2468
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2489
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2512
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Dibabit pakadoù da staliañ"
-
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Diuzit ar yezh da implijout, mar plij."
-
-#: ../../standalone/drakbackup_.c:2584
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Diuzit ar yezh da implijout, mar plij."
-
-#: ../../standalone/drakbackup_.c:2606
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Diuzit ar yezh da implijout, mar plij."
-
-#: ../../standalone/drakbackup_.c:2628
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2649
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2729
-#, fuzzy
-msgid "Backup system files"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:2731
-#, fuzzy
-msgid "Backup user files"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:2733
-#, fuzzy
-msgid "Backup other files"
-msgstr "Restr gwareziñ siek"
-
-#: ../../standalone/drakbackup_.c:2735 ../../standalone/drakbackup_.c:2766
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2757
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2761
-#, fuzzy
-msgid "Sending files..."
-msgstr "Enrollañ er restr"
-
-#: ../../standalone/drakbackup_.c:2831
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2889
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../standalone/drakbackup_.c:2907
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2913
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#: ../../standalone/drakbackup_.c:2979
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../standalone/drakbackup_.c:3010
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Kefluniadur"
-
-#: ../../standalone/drakbackup_.c:3014
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Kefluniadur"
-
-#: ../../standalone/drakbackup_.c:3018
-#, fuzzy
-msgid "Backup Now"
-msgstr "Kefluniañ reizhiadoù restroù"
-
-#: ../../standalone/drakbackup_.c:3043
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3094
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3124
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3132
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3171
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3197 ../../standalone/drakbackup_.c:3272
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-"Copyright (C) 2001 MandrakeSoft gant DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3199 ../../standalone/drakbackup_.c:3274
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3213
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3251
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3260
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3288
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Staliadur %s a zo sac'het. Degouezhet eo ar fazi a heul :"
-
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:68
-#, fuzzy
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/drakfloppy_.c:69
-#, fuzzy
-msgid "Module name"
-msgstr "Dibarzhoù ar mollad :"
-
-#: ../../standalone/drakfloppy_.c:69
-#, fuzzy
-msgid "Size"
-msgstr "Ment: %s"
-
-#: ../../standalone/drakfloppy_.c:74 ../../standalone/drakfloppy_.c:373
-#, fuzzy
-msgid "drakfloppy"
-msgstr "Assevel adalek ar pladennig"
-
-#: ../../standalone/drakfloppy_.c:91
-#, fuzzy
-msgid "boot disk creation"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
-msgid "default"
-msgstr "dre ziouer"
-
-#: ../../standalone/drakfloppy_.c:115
-#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:126
-#, fuzzy
-msgid "kernel version"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../standalone/drakfloppy_.c:132
-#, fuzzy
-msgid "General"
-msgstr "Rummel"
-
-#: ../../standalone/drakfloppy_.c:137
-#, fuzzy
-msgid "Expert Area"
-msgstr "Mod mailh"
-
-#: ../../standalone/drakfloppy_.c:140
-msgid "mkinitrd optional arguments"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:141
-#, fuzzy
-msgid "Add a module"
-msgstr "Ouzhpennañ un arveriad"
-
-#: ../../standalone/drakfloppy_.c:161
-#, fuzzy
-msgid "force"
-msgstr "Dilec'hiañ"
-
-#: ../../standalone/drakfloppy_.c:162
-msgid "if needed"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:163
-msgid "omit scsi modules"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:164
-msgid "omit raid modules"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:200
-#, fuzzy
-msgid "Remove a module"
-msgstr "Eilpennañ urzh ar pajennoù"
-
-#: ../../standalone/drakfloppy_.c:222
-msgid "Output"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:234
-msgid "Build the disk"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:422
-#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:427
-#, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:429
-#, c-format
-msgid "Unable to fork: %s"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:433
-#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:230
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:232
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:254
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s ket kavet"
-
-#: ../../standalone/drakfont_.c:262 ../../standalone/drakfont_.c:304
-#: ../../standalone/drakfont_.c:353 ../../standalone/drakfont_.c:413
-#: ../../standalone/drakfont_.c:422 ../../standalone/drakfont_.c:448
-#: ../../standalone/drakfont_.c:460 ../../standalone/drakfont_.c:473
-#, fuzzy
-msgid "done"
-msgstr "Graet"
-
-#: ../../standalone/drakfont_.c:266
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:302
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:305
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:328
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:351
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Furmadiñ ar bladennig"
-
-#: ../../standalone/drakfont_.c:354
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "O prientiñ ar staliadur"
-
-#: ../../standalone/drakfont_.c:358
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:362
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:369 ../../standalone/drakfont_.c:385
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:373 ../../standalone/drakfont_.c:389
-#: ../../standalone/drakfont_.c:409
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:378 ../../standalone/drakfont_.c:393
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:400
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:404
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:417
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:458 ../../standalone/drakfont_.c:468
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:470
-#, fuzzy
-msgid "xfs restart"
-msgstr "strishaat"
-
-#: ../../standalone/drakfont_.c:477 ../../standalone/drakfont_.c:761
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:551
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Furmadiñ parzhadurioù"
-
-#: ../../standalone/drakfont_.c:566
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "O tistaliañ ar RPMoù"
-
-#: ../../standalone/drakfont_.c:571
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Kefluniadur"
-
-#: ../../standalone/drakfont_.c:573
-#, fuzzy
-msgid "Font List"
-msgstr "Poent marc'hañ"
-
-#: ../../standalone/drakfont_.c:740
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Dibabit ar parzhadur a vennit furmadiñ"
-
-#: ../../standalone/drakfont_.c:744
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:748
-#, fuzzy
-msgid "StarOffice"
-msgstr "Burev"
-
-#: ../../standalone/drakfont_.c:752
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:756
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Moullerez"
-
-#: ../../standalone/drakfont_.c:793
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:829
-#, fuzzy
-msgid "Install List"
-msgstr "Staliañ ar reizhiad"
-
-#: ../../standalone/drakfont_.c:859
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:896
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-#, fuzzy
-msgid "Selected All"
-msgstr "Diuzit ar restr"
-
-#: ../../standalone/drakfont_.c:898
-#, fuzzy
-msgid "Remove List"
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../standalone/drakfont_.c:915 ../../standalone/drakfont_.c:935
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:916
-msgid "Copy fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:917
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:918
-#, fuzzy
-msgid "Post Install"
-msgstr "Staliañ"
-
-#: ../../standalone/drakfont_.c:936
-msgid "Remove fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:937
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Dilezel ar staliadur"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:196
-#, fuzzy
-msgid "Internet Connection Sharing"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/drakgw_.c:122
-msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:134
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:135
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-#, fuzzy
-msgid "disable"
-msgstr "Taolenn"
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-#, fuzzy
-msgid "reconfigure"
-msgstr "Kefluniañ X"
-
-#: ../../standalone/drakgw_.c:142
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "O tinoiñ trobarzhelloù..."
-
-#: ../../standalone/drakgw_.c:150
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/drakgw_.c:159
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:160
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-#, fuzzy
-msgid "enable"
-msgstr "Taolenn"
-
-#: ../../standalone/drakgw_.c:171
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:176
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/drakgw_.c:197
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:223
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:224
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "dedennus"
-
-#: ../../standalone/drakgw_.c:232
-msgid "No network adapter on your system!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:233
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:239
-msgid "Network interface"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:240
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:249
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:267
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Skramm ket kefluniet"
-
-#: ../../standalone/drakgw_.c:268
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:273
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Kefluniadur goude staliañ"
-
-#: ../../standalone/drakgw_.c:274
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Kefluniañ ar modem"
-
-#: ../../standalone/drakgw_.c:276
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:288
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:293
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:294
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP ar servijer SMB"
-
-#: ../../standalone/drakgw_.c:295
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:302
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:313
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:321
-#, fuzzy
-msgid "Firewalling configuration detected!"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../standalone/drakgw_.c:322
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:329
-#, fuzzy
-msgid "Configuring..."
-msgstr "Kefluniañ IDE"
-
-#: ../../standalone/drakgw_.c:330
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:366
-#, fuzzy, c-format
-msgid "Problems installing package %s"
-msgstr "O staliañ ar pakad %s"
-
-#: ../../standalone/drakgw_.c:549
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:566
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:567
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:568
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/drakgw_.c:573
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/drakgw_.c:580
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Kefluniadur ar rouedad"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-#, fuzzy
-msgid "Profile: "
-msgstr "marc'hañ sac'het : "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-#, fuzzy
-msgid "Hostname: "
-msgstr "Anv an ostiz : "
-
-#: ../../standalone/draknet_.c:168
-#, fuzzy
-msgid "Internet access"
-msgstr "dedennus"
-
-#: ../../standalone/draknet_.c:181
-#, fuzzy
-msgid "Type:"
-msgstr "Seurt : "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Treuzell : "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-#, fuzzy
-msgid "Interface:"
-msgstr "dedennus"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Kefluniañ servijoù"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-#, fuzzy
-msgid "LAN configuration"
-msgstr "Kefluniadur"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Driver"
-msgstr "Servijer"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Interface"
-msgstr "dedennus"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Meuziad Lañsañ"
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Skoazeller..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Amprouiñ ar c'hefluniadur"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Anv ar gevreadenn"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Not connected"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-#, fuzzy
-msgid "LAN Configuration"
-msgstr "Kefluniadur"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Bevaat"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Bevaat"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Lugerezh ar voullerez"
-
-#: ../../standalone/draknet_.c:597
-#, fuzzy
-msgid "Connection type: "
-msgstr "Anv ar gevreadenn"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Treuzell"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:51
-msgid "Setting security level"
-msgstr "O termeniñ al live surentez"
-
-#: ../../standalone/draksec_.c:57
-#, fuzzy
-msgid "Setting security user"
-msgstr "O termeniñ al live surentez"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Anv ar gevreadenn"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Dibabit ar benveg a vennit staliañ"
-
-#: ../../standalone/drakxtv_.c:55
-msgid ""
-"XawTV isn't installed!\n"
-"\n"
-"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv\n"
-"module in \"/etc/modules\") nor installed xawtv, please send the\n"
-"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
-"with subject \"undetected TV card\".\n"
-"\n"
-"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanadian (Kebek)"
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "China (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Gall"
-
-#: ../../standalone/drakxtv_.c:74
-#, fuzzy
-msgid "Ireland"
-msgstr "Islandek"
-
-#: ../../standalone/drakxtv_.c:74
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:75
-#, fuzzy
-msgid "Australia"
-msgstr "a-steud"
-
-#: ../../standalone/drakxtv_.c:75
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:76
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:77
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:113
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:115
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:116
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:120
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:128
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:131
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Ur fazi a zo bet en ur staliañ ar pakadoù :"
-
-#: ../../standalone/drakxtv_.c:132
-msgid "XawTV isn't installed!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:135
-msgid "Have a nice day!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:136
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:148
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:149
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-#, fuzzy
-msgid "Change Cd-Rom"
-msgstr "Kemmañ ar spister"
-
-#: ../../standalone/livedrake_.c:25
-#, fuzzy
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Kemmit ho Cd-Rom!\n"
-"\n"
-"Lakait el lenner ar Cd-Rom warnañ an diketenn \"%s\" mar plij ha gwaskit Mat "
-"eo da c'houde.\n"
-"Ma n'emañ ket ganeoc'h gwaskit Nullañ evit chom hep staliañ ar Cd-Rom-se."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:516
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-#, fuzzy
-msgid "/File/_New"
-msgstr "Restroù :\n"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Restr/_Enrollañ"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Restr/-"
-
-#: ../../standalone/logdrake_.c:108
-#, fuzzy
-msgid "/_Options"
-msgstr "Parzhadur"
-
-#: ../../standalone/logdrake_.c:109
-#, fuzzy
-msgid "/Options/Test"
-msgstr "Parzhadur"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Anv arveriad"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Amprouiñ ar porzhioù"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-#, fuzzy
-msgid "search"
-msgstr "Klask"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "O vrasjediñ"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-#, fuzzy
-msgid "Choose file"
-msgstr "Dibabit un obererezh"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-#, fuzzy
-msgid "Content of the file"
-msgstr "Anv ar gevreadenn"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:392
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr "O prientiñ ar staliadur"
-
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../standalone/logdrake_.c:408
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:416
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:419
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:420
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:421
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:424
-#, fuzzy
-msgid "service setting"
-msgstr "dedennus"
-
-#: ../../standalone/logdrake_.c:425
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:435
-#, fuzzy
-msgid "load setting"
-msgstr "O furmadiñ"
-
-#: ../../standalone/logdrake_.c:436
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:449
-#, fuzzy
-msgid "alert configuration"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../standalone/logdrake_.c:450
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:493
-#, fuzzy
-msgid "Save as.."
-msgstr "Meuziad Lañsañ"
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_usb kavet ebet\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Kendarvan an trede nozelenn ?"
-
-#: ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#: ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "O tinoiñ trobarzhelloù..."
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Diuzit ur gartenn c'hrafek"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Trobarzhell loc'hañ"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Dibabit ho yezh"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Diuzit renkad ar staliadur"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Dinoiñ ar bladenn galet"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Kefluniañ al logodenn"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Dibabit ho stokellaoueg"
-
-#: ../../steps.pm_.c:19
-#, fuzzy
-msgid "Security"
-msgstr "rodellek"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Kefluniañ reizhiadoù restroù"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Furmadiñ parzhadurioù"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Dibabit pakadoù da staliañ"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Staliañ ar reizhiad"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Ouzhpennañ un arveriad"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Kefluniañ ur rouedad"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Kefluniañ servijoù"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Staliañ ar c'harger loc'hañ"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Krouiñ ur bladennig loc'hañ"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Kefluniañ X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Staliañ ar reizhiad"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Dilezel ar staliadur"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Fazi en ur zigeriñ %s evit skrivañ : %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "o lenn ar c'hefluniadur"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Gortozit mar plij, o prientiñ ar staliadur"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Dibarzhoù ar voullerez NetWare"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Burev"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Titouroù"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "Titouroù"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Titouroù"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Liesvedia"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Database"
-msgstr "Stlennvonioù"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Sound"
-msgstr "Liesvedia"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Teuliadur"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Kefluniañ ar proksioù"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Liesvedia"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Kefluniadur"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Titouroù"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Servijer"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Dibarzhoù ar voullerez NetWare"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Teuliadur"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Liesvedia"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "dedennus"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - CD Burning"
-msgstr "Liesvedia"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Titouroù"
-
-#~ msgid "Complete (%dMB)"
-#~ msgstr "Boas (%dMo)"
-
-#~ msgid "Minimum (%dMB)"
-#~ msgstr "Bihanañ (%d Mo)"
-
-#~ msgid "Recommended (%dMB)"
-#~ msgstr "Erbedet (%dMo)"
-
-#~ msgid "CDROM / DVDROM"
-#~ msgstr "CDROM / DVDROM"
-
-#, fuzzy
-#~ msgid "Utilities"
-#~ msgstr "Mavegoù/Skrid"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Marc'hañ"
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Ebet"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Dibabit ar ment nevez"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Dibarzhoù ar voullerez lpd a-bell"
-
-#~ msgid "You may now provide options to module %s."
-#~ msgstr "Bremañ e c'hellit pourvezañ e zibarzhoù d'ar mollad %s"
-
-#~ msgid "mount failed"
-#~ msgstr "marc'hañ sac'het"
-
-#~ msgid "Low"
-#~ msgstr "Izel"
-
-#~ msgid "Medium"
-#~ msgstr "Etre"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Nebeut a wellaenoù evit al live surentez-mañ, an hini pouezusañ eo bezañ\n"
-#~ "muioc'h a evezhiadennoù hag a wiriadennoù surentez."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Liesvedia"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Mailh"
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Bremañ e c'hellit diuz ho takad-eur diouzh al lec'h ma chomit ennañ.\n"
-#~ "\n"
-#~ "\n"
-#~ "Linux a vera an eur e GMT pe \"Greenwich Mean Time\" hag e amdreiñ a ra\n"
-#~ "en eur lec'hel hervez an takad-eur hoc'h eus diuzet."
-
-#, fuzzy
-#~ msgid "Connect to Internet"
-#~ msgstr "Anv ar gevreadenn"
-
-#, fuzzy
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Anv ar gevreadenn"
-
-#, fuzzy
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Kefluniañ ur rouedad"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Titouroù"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Titouroù"
-
-#, fuzzy
-#~ msgid "user"
-#~ msgstr "Anv arveriad"
-
-#, fuzzy
-#~ msgid ""
-#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
-#~ "CGI."
-#~ msgstr ""
-#~ "Ur servijer evit ar Gwiad Bedel eo Apache. Implijet e vez evit servijañ\n"
-#~ "restroù HTML ha CGI."
-
-#~ msgid ""
-#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-#~ "host names to IP addresses."
-#~ msgstr ""
-#~ "named (BIND) a zo ur Servijer Anvioù Domani (DNS) a zo implijet evit\n"
-#~ "amdreiñ anvioù ostiz e chomlec'hioù IP."
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#~ msgid "Active"
-#~ msgstr "Bevaat"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Ur voullerez, doare \"%s\", zo bet dinoet war "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Trobarzhell voullerez lec'hel"
-
-#~ msgid "Printer Device"
-#~ msgstr "Trobarzhell ar voullerez"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Dibabit ar ment a vennit staliañ"
-
-#~ msgid "Total size: "
-#~ msgstr "Ment hollek : "
-
-#~ msgid "Please wait, "
-#~ msgstr "Gortozit mar plij,"
-
-#~ msgid "Total time "
-#~ msgstr "Amzer hollek"
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Implijout ar c'hefluniadur o ren evit X11 ?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Ouzh pe drobarzhell eo luget ho moullerez \n"
-#~ "(taolit evezh /dev/lp0 a zo kevatal da LPT1:) ?\n"
-
-#~ msgid "New"
-#~ msgstr "Nevez"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Amsklaer (%s), bezit spisoc'h\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr "? (%s dre ziouer)"
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Ho tibab ? (%s dre ziouer, skrivit `none' evit hini ebet)"
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Dibabit ar reizhadur a glot gant ho stokellaoueg er roll a-us"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Diuzit :\n"
-#~ "\n"
-#~ " - Neuziet : Ma 'z oc'h kustumet a-walc'h gant GNU/Linux, tu vo neuze "
-#~ "deoc'h\n"
-#~ " dibab an implij pennañ evit ho ardivink. Sellit a-is evit munudoù.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Mailh : Ma 'z oc'h en ho pleud gant GNU/Linux ha mennet da seveniñ\n"
-#~ " ur staliadur neuziet-tre. Evel evit ar renkad staliañ \"Neuziet\" e "
-#~ "vo\n"
-#~ " tu deoc'h diuz an implij evit hor reizhiad.\n"
-#~ " Hogen mar plij, NA ZIBABIT KET SE NEMET MA OUZIT PEZH EMAOC'H OC'H "
-#~ "OBER !"
-
-#, fuzzy
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "\t* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ "\t at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ "\t will then have a complete collection of software installed in order "
-#~ "to compile, debug and format source code,\n"
-#~ "\t or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ "\t SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ "\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "An dibaboù liessek evit implij ho ardivink (en ur c'houlakaat neuze hoc'h "
-#~ "eus\n"
-#~ "dibabet pe \"Neuziet\" pe \"Mailh\" da renkad staliañ) a zo evel a-"
-#~ "heul :\n"
-#~ "\n"
-#~ " - Boas : dibabit se ma 'z oc'h mennet da implijout ho ardivink dreist-"
-#~ "holl\n"
-#~ " evit un implij pemdeziek (labour burev, aozerezh grafikoù hag all). "
-#~ "Na\n"
-#~ " c'hortozit ket e vije staliaet nep kempuner, maveg diorren h.a.\n"
-#~ "\n"
-#~ " - Diorren : evel m'hen diskouez an anv. Dibabit se ma 'z oc'h mennet "
-#~ "da\n"
-#~ " implijout ho ardivink dreist-holl evit diorren meziantoù. Neuze ho po "
-#~ "un\n"
-#~ " heuliad klok a meziantoù staliet a-benn kempunañ, dizraenañ ha "
-#~ "furmadiñ\n"
-#~ " kod tarzh, pe grouiñ pakadoù meziantel.\n"
-#~ "\n"
-#~ " - Servijer : dibabit se m'eo gouestlet an ardivink a stalhit Mandrake "
-#~ "Linux\n"
-#~ " warnañ da vezañ impliet evel servijer. ur servijer restroù (NFS pe "
-#~ "SMB),\n"
-#~ " ur servijer moullañ (moullañ diouzh komenad Unix lp (line printer) pe "
-#~ "zoare\n"
-#~ " Windows SMB), ur servijer dilesadur (NIS), ur servijer stlennvon hag "
-#~ "all.\n"
-#~ " Da heul, na c'hortozit staliadur tamm kinkladur ebet (KDE, "
-#~ "GNOME...).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Gallout a rit bremañ diuz ar strollad pakadoù a vennit\n"
-#~ "staliañ pe vremanaat.\n"
-#~ "\n"
-#~ "DrakX a glasko neuze hag-eñ hoc'h eus egor a-walc'h evit staliañ an holl "
-#~ "anezho.\n"
-#~ "Ma n'hoc'h eus ket, e kemenno deoc'h. Ma vennit kenderc'hel evelato, e "
-#~ "seveno staliadur\n"
-#~ "an holl strolladoù diuzet hogen e laosko pakadoù 'zo dezho nebeutoc'h a\n"
-#~ "dalvoudegezh. E traoñ ar roll e c'hellit diuz an dibarzh\n"
-#~ "\"Diuz pakadoù unan hag unan\" ; en degouezh-se e vo ret deoc'h furchal\n"
-#~ "a-dreuz tremen 1000 pakad..."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Gallout a rit bremañ skrivañ dibarzhoù sifrennañ. Ma n'oc'h ket sur "
-#~ "petra\n"
-#~ "skrivañ, an titouroù reizh ho po digant ho PMG."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Skrivit :\n"
-#~ "\n"
-#~ " - Chomlec'h IP : m'eo dianav deoc'h, goulennit digant merour ho "
-#~ "rouedad.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Rouedmaskl : \"255.255.255.0\" a zo peurvuiañ un dibab mat. M'hoc'h "
-#~ "eus\n"
-#~ "douetañs, goulennit digant merour ho rouedad.\n"
-#~ "\n"
-#~ "\n"
-#~ " - IP emgefreek : Ma ra ho rouedad gant ar c'homenad bootp pe dhcp, "
-#~ "diuzit \n"
-#~ "an dibarzh-se. Ma vez diuzet, n'eus ezhomm talvoud ebet er \"Chomlec'h IP"
-#~ "\".\n"
-#~ "M'hoc'h eus douetañs, goulennit digant merour ho rouedad.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Ma implij ho rouedad NIS, diuzit \"Implijout NIS\". Ma ne ouzit ket, "
-#~ "goulennit\n"
-#~ "digant merour ho rouedad."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Gallout a rit bremañ skrivañ dibarzhoù sifrennañ. Ma n'oc'h ket sur "
-#~ "petra\n"
-#~ "skrivañ, an titouroù reizh ho po digant ho PMG."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Ma implijit proksioù, keflugnit anezho bremañ mar plij. Ma ne ouzit ket "
-#~ "hag\n"
-#~ "e rankit implijout proksioù, goulennit digant merour ho rouedad pe ho PMG."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Staliañ pakadoù rinegouriezh a c'hellit m'eo bet kefluniet reizh ho\n"
-#~ "kevreadenn ouzh ar Genrouedad. Dibabit da gentañ ur melezour a vennit "
-#~ "ezkargañ\n"
-#~ "pakadoù diwarnañ ha da c'houde diuzit ar pakadoù da staliañ.\n"
-#~ "\n"
-#~ "Taolit evezh e rankit diuz ar melezour hag ar rinegouriezh hervez al\n"
-#~ "lezennoù o ren du-se."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Bremañ e c'hellit krouiñ unan pe vuioc'h a gont(où) arveriad \"boutin\",\n"
-#~ "dre enebiez ouzh ar gont arveriad \"dreistwiriet\", root hec'h anv. "
-#~ "Gallout\n"
-#~ "a rit krouiñ unan pe vuioc'h a gont(où) evit kement den a fell deoc'h\n"
-#~ "aotren da implijout an urzhiataer. Taolit evezh pep kont arveriad he\n"
-#~ "devo he dibarzhoù dezhi (endro grafikel, kefluniadur ar goulevioù,\n"
-#~ "h.a.) hag he renkell \"Er-gêr\" dezhi, ma vo enrollet an dibarzhoù-se\n"
-#~ "enni.\n"
-#~ "\n"
-#~ "\n"
-#~ "Da gentañ holl, krouit ur gont evidoc'h-chwi ! Ha pa vefec'h arveriad "
-#~ "nemetañ\n"
-#~ "an ardivink, ARABAT deoc'h ereañ evel root evit implij pemdeziek ar "
-#~ "reizhiad : \n"
-#~ "arvarus-kenañ eo a-fet surentez. Ur fazi stokell a zo a-walc'h evit "
-#~ "lakaat\n"
-#~ "boud ho reizhiad.\n"
-#~ "\n"
-#~ "\n"
-#~ "Gant se, gwelloc'h vije deoc'h ereañ ouzh ar reizhiad en ur implijout ar\n"
-#~ "gont arveriad ho po krouet amañ, hag ereañ evel root evit kefridioù a\n"
-#~ "vererezh ha trezerc'hel hepken."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "Setu dibaboù pennañ LILO ha grub :\n"
-#~ " - Trobarzhell loc'hañ : a dermen anv an drobarzhell (da sk. parzhadur\n"
-#~ "ur bladenn galet) a zo enni ar rann loc'hañ. Nemet ma ouifec'h a-zevri\n"
-#~ "ez eo disheñvel, dibabit \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Gedvezh a-raok loc'hañ ar skeudenn dre ziouer : a spisa an niver a\n"
-#~ "zekvet eilennoù a rankfe gortoz ar c'harger loc'hañ kent loc'hañ ar "
-#~ "skeudenn\n"
-#~ "gentañ. Talvoudus eo war reizhiadoù a loc'h diouzhtu adalek ar bladenn "
-#~ "galet\n"
-#~ "goude bezañ enaouet ar stokellaoueg. Ne gortoz ket ar c'harger loc'hañ "
-#~ "m'eo\n"
-#~ "disoñjet \"gedvezh\" pe dermenet da mann.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Mod video : a spisa ar mod skrid VGA a rankfe bezañ diuzet pa "
-#~ "loc'her.\n"
-#~ "An talvoudoù a heul a zo hegerz :\n"
-#~ " * boas : a ziuz ar mod skrid 80x25 boas.\n"
-#~ " * <niver> : a implij ar mod skrid a zegouezh."
-
-#, fuzzy
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Bremañ eo poent kefluniañ ar reizhiad X Window, a zo kraonienn\n"
-#~ "EGA (Etrefas Grafikel Arveriad) Linux. Evit ar c'hefridi-se, ret eo\n"
-#~ "deoc'h kefluniañ ho kartenn grafek hag ho skramm. Emgefreek eo ar bras\n"
-#~ "eus al lankadoù-se, evelato, neuze gwiriañ pezh a zo bet graet hag\n"
-#~ "asantiñ d'ar c'hefluniadur a zlefe bezañ ho labour :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Pa 'z eo graet ar c'hefluniañ, lañset e vo X (nemet ma c'houlennit\n"
-#~ "digant DrakX chom hep hen ober) e seurt ma c'hellit gwiriañ ha\n"
-#~ "sellet ha plijet oc'h gant an dibarzhoù. Ma n'oc'h ket, e c'hellit\n"
-#~ "mont war gil hag o c'hemmañ, ken lies gwech ha ma karot."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "M'eo siek un dra bennak en ho kefluniadur X, implijit an dibarzhoù-se\n"
-#~ "a-benn kefluniañ reizh ar reizhiad X Window."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Ma kavit gwelloc'h implijout un ereadur grafikel, diuzit \"Ya\". Mod "
-#~ "all,\n"
-#~ "diuzit \"Ket\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Emañ ho reizhiad war-nes adloc'hañ.\n"
-#~ "\n"
-#~ "Goude adloc'hañ, kargañ a raio ho reizhiad Mandrake Linux nevez ent "
-#~ "emgefreek.\n"
-#~ "Ma vennit loc'hañ ur reizhiad korvoiñ all, lennit ar gourc'hemennoù "
-#~ "ouzhpenn\n"
-#~ "mar plij."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Skrivañ /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Furmadiñ an holl"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Goude furmadiñ an holl barzhadurioù,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "kollet e vo holl roadoù war ar parzhadurioù-se"
-
-#~ msgid "Reload"
-#~ msgstr "Adkargañ"
-
-#~ msgid "Remote queue"
-#~ msgstr "Steud a-bell"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Ya, moullit ur bajenn arnod ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Ya, moullit ur bajenn arnod PostScript"
-
-#~ msgid "Paper Size"
-#~ msgstr "Ment ar paper"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Stlepel ar bajenn goude moullañ ?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Dibarzhoù ar sturier Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Dibarzhoù donder liv"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Moullañ skrid evel PostScript ?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Kempenn an efed-diri ?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Niver a bajennoù dre bajenn ziskas"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Marzoù Dehoù/Kleiz e poentoù (1/72 ur meudad)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Marzoù Krec'h/Traoñ e poentoù (1/72 ur meudad)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Dibarzhoù GhostScript ouzhpenn"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Dibarzhoù skrid ouzhpenn"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Pep steud moullañ (m'eo kaset an dleadoù moullañ davetañ) en deus\n"
-#~ "ezhomm un anv (lp alies) hag ur renkell spool kevret gantañ. Pe anv\n"
-#~ "ha renkell a zo da implijout evit ar steud-mañ ha penaos eo luget ar "
-#~ "voullerrez ?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Anv ar steud"
-
-#~ msgid "Spool directory"
-#~ msgstr "Renkell ar spool"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Evit sevel ur reizhiad suroc'h, gwelloc'h deoc'h diuz \"Implijout ur "
-#~ "restr kuzhet\"\n"
-#~ "hag \"Implijout tremegerioù MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Ma implij ho rouedad NIS, diuzit \"Implijout NIS\". Ma ne ouzit ket, "
-#~ "goulennit\n"
-#~ "digant merour ho rouedad."
-
-#~ msgid "yellow pages"
-#~ msgstr "pajennoù melen"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "An urzhiaoueg loc'hañ a glask kargañ molladoù evit ho logodenn usb."
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Sujedigezh emgefreek"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Kefluniañ LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Krouiñ ur bladennig loc'hañ"
-
-#~ msgid "Choice"
-#~ msgstr "Dibab"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "A bep seurt"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Goulennoù a bep seurt"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "N'hellan ket implijout supermount el live surentez uhel"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Servijer DNS kentañ"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Eil servijer DNS"
-
-#~ msgid "loopback"
-#~ msgstr "saveteiñ"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Pe garger(ien) loc'hañ a vennit imlijout ?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Pladennig staliañ emgefreek"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Klask kavout ur modem ?"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Kefluniañ an takad-eur"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(a c'hell breinañ roadoù)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Enaouiñ KrouilhNiv pa loc'her"
-
-#~ msgid "DNS server:"
-#~ msgstr "Servijer DNS :"
-
-#~ msgid "Gateway device:"
-#~ msgstr "Trobarzhell an dreuzell :"
-
-#~ msgid "Customized"
-#~ msgstr "Neuziet"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Implijout ur restr kuzhet"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Implijout tremegerioù MD5"
-
-#~ msgid "Package"
-#~ msgstr "Pakad"
-
-#~ msgid "Tree"
-#~ msgstr "Gwezenn"
-
-#~ msgid "Sort by"
-#~ msgstr "Rummañ dre"
-
-#~ msgid "Category"
-#~ msgstr "Rummad"
-
-#~ msgid "Installed packages"
-#~ msgstr "Pakadoù staliet"
-
-#~ msgid "Available packages"
-#~ msgstr "Pakadoù hegerz"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Diskouez an delioù hepken"
-
-#~ msgid "Expand all"
-#~ msgstr "Astenn pep tra"
-
-#~ msgid "Collapse all"
-#~ msgstr "Plegañ pep tra"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Ouzhpennañ lec'hiadur ar pakadoù"
-
-#~ msgid "Update location"
-#~ msgstr "Bremanaat al lec'hiadur"
-
-#~ msgid "Find Package"
-#~ msgstr "Kavout ur pakad"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Kavout ur pakad ennañ ur restr"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Gwintañ etre Staliet hag Hegerz"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "O wiriañ sujedigezhioù"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Ar pakadoù a-heul a zo war-nes bezañ distaliet"
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Pe bakad a glask"
-
-#~ msgid "No match"
-#~ msgstr "Klotadur ebet"
-
-#~ msgid "No more match"
-#~ msgstr "Klotadur ouzphenn ebet"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "Emañ rpmdrake er mod ``memor izel'' evit poent.\n"
-#~ "Adlañsañ a rin rpmdrake tuchantik evit aotren da glask restroù"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Pe restr emaoc'h o klask ?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Petra emaoc'h o klask ?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Roit din un anv (da sk. `ouzhpenn', `kenwerzhel')"
-
-#~ msgid "Directory"
-#~ msgstr "Renkell"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "Cdrom hegerz ebet (netra e /mnt/cdrom)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL ar renkell enni ar RPMoù"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Evit FTP hag HTTP eo ret deoc'h reiñ lec'hiadur an hdlist\n"
-#~ "Da geñver an URL a-us e rank bezañ"
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Leugnit ar stlenn a-heul mar plij"
-
-#~ msgid "%s is already in use"
-#~ msgstr "War implij eo %s endeo"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "O vremanaat an diaz RPMoù"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "War-nes dilemel an enmont %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "O klask delioù"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "Klask delioù a bad ur frapadig"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (a-bouez)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (brav-tre)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (brav)"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-
-#~ msgid "Czech"
-#~ msgstr "Tchek"
-
-#~ msgid "Slovakian"
-#~ msgstr "Slovakek"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Pe seurt parzhadur a vennit ?"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Kement parzhadur a zo bet nevez termenet a zle bezañ furmadet a-benn\n"
-#~ "e implijout (furmadiñ a dalvez krouiñ ur reizhiad restroù). Er poent-se,\n"
-#~ "e c'hellit mennout adfurmadiñ parzhadurioù 'zo o vezañ endeo evit "
-#~ "diverkañ\n"
-#~ "ar roadoù a zo enno. Ho evezh : n'eo ket ret adfurmadiñ parzhadurioù o\n"
-#~ "vezañ endeo, dreist-holl ma 'z eus enno restroù pe roadoù a vennit "
-#~ "derc'hel.\n"
-#~ "Skouerioù dibar eo /home ha /usr."
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Emañ ar pakadoù diuzet o vezañ staliaet bremañ. Un nebeut munut\n"
-#~ "e zlefe padout an obererezh-se nemet m'ho pije dibabet bremanaat\n"
-#~ "ur reizhiad o vezañ, en degouezh-se e c'hell kemer muioc'h a amzer\n"
-#~ "zoken a-raok na grogfe ar bremanaat."
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Disoñjal ar c'hemmoù"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Peseurt eo ho logodenn ?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Spisterioù emgefreek"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "A-benn kavout ar spisterioù hegerz e klaskin meur a hini.\n"
-#~ "C'hwildañ a raio ho skramm...\n"
-#~ "Gallout a rit e tizenaouiñ ma fell deoc'h, klevet a rit ur bip pa vo echu"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "Klask kavout ar spisterioù hegerz a c'hellan (da sk. 800x600).\n"
-#~ "A-wechoù, evelato, e c'hell sac'hañ an ardivink.\n"
-#~ "Mennout a rit klask ?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "Mod reizh ebet kavet\n"
-#~ "Klaskit gant ur gartenn video pe ur skramm all"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Klask ent emgefreek ar spisterioù"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Logodenn Apple ADB"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Logodenn Apple ADB (2 nozelenn)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Logodenn Apple ADB (3 nozelenn pe vuioc'h)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Logodenn Apple ADB "
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Logodenn Apple USB (2 nozelenn)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Logodenn Apple USB (3 nozelenn pe vuioc'h)"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "Logodenn bus ATI"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Logodenn bus Microsoft"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logodenn bus Logitech"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "Logodenn USB (3 nozelenn pe vuioc'h)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Stumm 2.1A pe uheloc'h (a-steud)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (a-steud)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (a-steud)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (a-steud)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Logodenn rummel (a-steud)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Kenglotus Microsoft (a-steud)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Logodenn rummel 3 nozelenn (a-steud)"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "marc'hañ NFS sac'het"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Rinegouriezh"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Ha mennout a rit kefluniañ ur rouedad lec'hel evit ho reizhiad ?"
-
-#~ msgid "Show less"
-#~ msgstr "Diskouez nebeutoc'h"
-
-#~ msgid "Show more"
-#~ msgstr "Diskouez muioc'h"
-
-#~ msgid "tie"
-#~ msgstr "frondenn"
-
-#~ msgid "brunette"
-#~ msgstr "duardez"
-
-#~ msgid "girl"
-#~ msgstr "plac'h"
-
-#~ msgid "woman-blond"
-#~ msgstr "meleganez"
-
-#~ msgid "automagic"
-#~ msgstr "emhud"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Petra eo reizhadur ho stokellaoueg ?"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Klask kavout kartennoù PCMCIA ?"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "Klask kavout trobarzhelloù %s ?"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr ""
-#~ "Ha mennout a rit kefluniañ ur gevreadenn gervel dre modem evit ho "
-#~ "reizhiad ?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "Klask kavout trobarzhelloù PCI ?"
-
-#~ msgid "Searching root partition."
-#~ msgstr "O klask ar parzhadur gwrizienn."
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s : N'eo ket ur parzhadur gwrizienn, diuzit un all mar plij."
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr ""
-#~ "Dibabit ur parzhadur d'ober anezhañ ho parzhadur gwrizienn, mar plij."
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "N'hoc'h eus ket a-walc'h a egor evit Lnx4win !"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U Mo"
-
-# NOTE: this message will be displayed by lilo at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# '¤' is the 'ñ' (ntilde) in cp437 encoding.
-# '\227' is the 'ù' (ugrave) in cp437 encoding.
-#
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Degemer mat e LILO, an dibaber reizhiad oberia¤ !\n"
-#~ "\n"
-#~ "Evit rolla¤ an dibabo— aotreet, stokit <TAB>.\n"
-#~ "\n"
-#~ "Evit karga¤ unan anezho, skrivit e anv ha stokit <ENKAS> pe c'hortozit %d "
-#~ "eilenn evit al loc'ha¤ dre ziouer.\n"
-#~ "\n"
-
-# NOTE: this message will be displayed by SILO at boot time; that is
-# only the ascii charset will be available
-# so use only 7bit for this message
-#
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Degemer mat e SILO, an dibaber reizhiad oberian~ !\n"
-#~ "\n"
-#~ "Evit rollan~ an dibabou aotreet, stokit <TAB>.\n"
-#~ "\n"
-#~ "Evit kargan~ unan anezho, skrivit e anv ha stokit <ENKAS> pe c'hortozit %"
-#~ "d eilenn evit al loc'han~ dre ziouer.\n"
-#~ "\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "Dibarzhoù pennañ SILO"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "Setu da heul enmontoù a vez e SILO.\n"
-#~ "Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-
-#~ msgid "This label is already in use"
-#~ msgstr "War implij eo ar skridennad-se endeo"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "Staliadur SILO zo sac'het. Degouezhet eo ar fazi a heul :"
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "DrakX a glasko da gentañ kavout unan pe vuioc'h a azasaer SCSI PCI.\n"
-#~ "Ma gav anezhañ (pe anezho) ha ma oar pe sturier(ien) implijout, e (o)\n"
-#~ "enlakaat a raio ent emgefreek.\n"
-#~ "\n"
-#~ "\n"
-#~ "M'eo ho azasaer SCSI ur gartenn ISA, pe m'eo ur gartenn PCI hogen\n"
-#~ "ne oar ket DrakX pe sturier implijout evit ar gartenn-se, pe n'hoc'h eus\n"
-#~ "tamm azasaer SCSI ebet, goulennet e vo diganeoc'h neuze hag-eñ hoc'h\n"
-#~ "eus unan pe get. Ma n'hoc'h eus hini, eilgeriit \"Ket\". M'hoc'h eus\n"
-#~ "unan pe vuioc'h, eilgeriit \"Ya\". Ur roll sturierien a zeuio neuze\n"
-#~ "war wel, a vo ret deoc'h diuz unan anezho.\n"
-#~ "\n"
-#~ "\n"
-#~ "Goude m'ho po diuzet ar sturier, DrakX a c'houlenno ma vennit spisaat\n"
-#~ "dibarzhoù evitañ. Da gentañ, klaskit leuskel ar sturier amprouiñ\n"
-#~ "ar periant : peurliesañ e da mat en-dro.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ma ne ra ket, na zisoñjit ket an titouroù war ho periant a c'hellit\n"
-#~ "kavout en ho teuliadur pe digant Windows (m'hoc'h eus hemañ war ho\n"
-#~ "reizhiad), evel m'eo aliet gant ar sturlevr staliañ. An dibarzhoù a\n"
-#~ "vo ret deoc'h pourvezañ d'ar sturier eo a zo e kaoz."
-
-#~ msgid "Shutting down"
-#~ msgstr "O tizenaouiñ"
-
-#~ msgid "useless"
-#~ msgstr "diezhomm"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "Dibabit \"Staliañ\" ma n'eus ket a stumm kent Linux bet staliaet,\n"
-#~ "pe ma vennit implijout meur a stumm pe a zasparzhadenn.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dibabit \"Bremanaat\" ma vennit hizivaat ur stumm kent Mandrake Linux :\n"
-#~ "5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "pe 7.0 (Air)."
-
-#~ msgid "Creating and formatting loopback file %s"
-#~ msgstr "O krouiñ hag o furmadiñ ar restr saveteiñ %s"
-
-#~ msgid "Amusements/Games"
-#~ msgstr "Dudi/C'hoarioù"
-
-#~ msgid "Applications/Archiving"
-#~ msgstr "Arloadoù/Diellerezh"
-
-#~ msgid "Applications/CPAN"
-#~ msgstr "Arloadoù/CPAN"
-
-#~ msgid "Applications/Configuration"
-#~ msgstr "Arloadoù/Kefluniañ"
-
-#~ msgid "Applications/Engineering"
-#~ msgstr "Arloadoù/Kalvezerezh"
-
-#~ msgid "Applications/File"
-#~ msgstr "Arloadoù/Restr"
-
-#~ msgid "Applications/Finance"
-#~ msgstr "Arloadoù/Arc'hanterezh"
-
-#~ msgid "Applications/Internet"
-#~ msgstr "Arloadoù/Kenrouedad"
-
-#~ msgid "Applications/Multimedia"
-#~ msgstr "Arloadoù/Liesvedia"
-
-#~ msgid "Applications/Networking"
-#~ msgstr "Arloadoù/Rouedad"
-
-#~ msgid "Applications/Productivity"
-#~ msgstr "Arloadoù/Ampletusted"
-
-#~ msgid "Applications/Publishing/TeX"
-#~ msgstr "Arloadoù/Embann/TeX"
-
-#~ msgid "Applications/Text"
-#~ msgstr "Arloadoù/Skrid"
-
-#~ msgid "Development/Debuggers"
-#~ msgstr "Diorren/Dizraenerien"
-
-#~ msgid "Development/Languages"
-#~ msgstr "Diorren/Aregoù"
-
-#~ msgid "Development/System"
-#~ msgstr "Diorren/Reizhiad"
-
-#~ msgid "Development/Tools"
-#~ msgstr "Diorren/Binvioù"
-
-#~ msgid "Extensions/Arabic"
-#~ msgstr "Astennoù/Arabeg"
-
-#~ msgid "Extensions/Chinese"
-#~ msgstr "Astennoù/Sineg"
-
-#~ msgid "Extensions/Japanese"
-#~ msgstr "Astennoù/Japaneg"
-
-#~ msgid "Libraries"
-#~ msgstr "Mezarc'hioù"
-
-#~ msgid "Networking/Utilities"
-#~ msgstr "Rouedad/Mavegoù"
-
-#~ msgid "System Environment/Base"
-#~ msgstr "Endro reizhiad/Diazez"
-
-#~ msgid "System Environment/Daemons"
-#~ msgstr "Endro reizhiad/Diaouled"
-
-#~ msgid "User Interface/Desktops"
-#~ msgstr "Etrefas arveriad/Gorretaol"
-
-#~ msgid "User Interface/X Hardware Support"
-#~ msgstr "Etrefas arveriad/Merañ ardivinkaj X"
-
-#~ msgid "Utilities/Archiving"
-#~ msgstr "Mavegoù/Diellerezh"
-
-#~ msgid "Utilities/System"
-#~ msgstr "Mavegoù/Reizhiad"
-
-#~ msgid "X11/Amusements"
-#~ msgstr "X11/Dudi"
-
-#~ msgid "X11/Applications"
-#~ msgstr "X11/Arloadoù"
-
-#~ msgid "X11/Applications/Internet"
-#~ msgstr "X11/Arloadoù/Kenrouedad"
-
-#~ msgid "X11/Applications/Networking"
-#~ msgstr "X11/Arloadoù/Rouedad"
-
-#~ msgid "X11/Window Managers"
-#~ msgstr "X11/Merourien prenester"
-
-#~ msgid "Communications"
-#~ msgstr "Kehentiñ"
-
-#~ msgid "Development/C++"
-#~ msgstr "Diorren/C++"
-
-#~ msgid "Development/Databases"
-#~ msgstr "Diorren/Stlennvonioù"
-
-#~ msgid "Development/Kernel"
-#~ msgstr "Diorren/Kraoñell"
-
-#~ msgid "Editors"
-#~ msgstr "Aozerien"
-
-#~ msgid "Emulators"
-#~ msgstr "Kendarvanerezh"
-
-#~ msgid "Graphics"
-#~ msgstr "Grafek"
-
-#~ msgid "Publishing"
-#~ msgstr "Embann"
-
-#~ msgid "Shells"
-#~ msgstr "Shelloù"
-
-#~ msgid "Sound"
-#~ msgstr "Son"
-
-#~ msgid "System/Fonts/True type"
-#~ msgstr "Reizhiad/Nodrezhoù/True Type"
-
-#~ msgid "System/Libraries"
-#~ msgstr "Reizhiad/Mezarc'hioù"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
deleted file mode 100644
index c406f3c6f..000000000
--- a/perl-install/share/po/bs.po
+++ /dev/null
@@ -1,12336 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# Vedran Ljubovic <vljubovic@smartnet.ba>, 2001
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-02-28 20:49GMT\n"
-"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
-"Language-Team: Bosnian <prijevodi@lugbih.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfiguriši sve glave odvojeno"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Koristi Xinerama ekstenziju"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfiguriši samo karticu \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Multi-head konfiguracija"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Vaš sistem podržava konfiguraciju više glava.\n"
-"Šta želite učiniti?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafička karta"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Izaberite grafičku kartu"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Izaberite X server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Izaberite X drajver"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X drajver"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Koju konfiguraciju XFree želite imati?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaša kartica može imati podršku za 3D hardversko ubrzanje ali samo sa\n"
-"XFree %s. Vašu karticu podržava XFree %s koji može imati bolju podršku za 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Vaša kartica može imati podršku za 3D hardversko ubrzanje sa XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s sa 3D hardverskim ubrzanjem"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Vaša kartica može imati podršku za 3D hardversko ubrzanje sa XFree %s,\n"
-"PAŽNJA OVO JE EKSPERIMENTALNA PODRŠKA I MOŽE ZALEDITI VAŠ RAČUNAR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaša kartica može imati podršku za 3D hardversko ubrzanje sa XFree %s,\n"
-"PAŽNJA OVO JE EKSPERIMENTALNA PODRŠKA I MOŽE ZALEDITI VAŠ RAČUNAR.\n"
-"Vašu karticu podržava XFree %s koji može imati bolju podršku za 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installation display driver)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfiguracija"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Izaberite veličinu memorije vaše grafičke karte"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Izaberite opcije za server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Izaberite monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dva kritična parametra su brzina vertikalnog osvježenja, što je brzina\n"
-"kojom se cijeli ekran osvježava, i najvažnije brzina horizontalne\n"
-"sinhronizacije, što je brzina kojm se prikazuju skan-linije.\n"
-"\n"
-"VEOMA JE VAŽNO da ne navedete tip monitora čiji je sinhronizacioni\n"
-"raspon izvan mogućnosti vašeg monitora: time možete oštetiti monitor.\n"
-" Ako niste sigurni, izaberite najmanju opciju."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Brzina horizontalnog osvježavanja"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Brzina vertiaklnog osvježavanja"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor nije konfigurisan"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafička karta još uvijek nije konfigurisana"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Rezolucije još nisu odabrane"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Želite li testirati konfiguraciju?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Upozorenje: testiranje ove grafičke karte može zalediti računar"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Testiranje konfiguracije"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"probajte izmjeniti neke parametre"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Došlo je do greške"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Napuštam za %d sekundi"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Da li je ovo ispravna vrijednost?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Došlo je do greške, probajte izmjeniti neke parametre"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rezolucija"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Izaberite rezoluciju i dubinu boja"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafička karta: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Još"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Ekspertni mod"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Prikaži sve"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rezolucije"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Raspored tastature: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tip miša: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Uređaj miša: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor HorizSync: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor VertRefresh: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafička karta: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikacija grafičke karte: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafička memorija: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Dubina boja: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezolucija: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 drajver: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Pripremam X-Window konfiguraciju"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Šta želite učiniti?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Izmjena Monitora"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Izmjena Grafičke kartice"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Izmjena Server opcija"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Izmjena Rezolucije"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Prikaži informacije"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testiraj ponovo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Izlaz"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Zadržati izmjene?\n"
-"Trenutna konfiguracija je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X u startanju"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Mogu podesiti vaš računar da automatski pokrene X nakon boota.\n"
-"Želite li da se X pokrene kada bootate?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Molimo izvršite logout i zatim koristitite Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 boja (8 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 hiljada boja (15 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 hiljada boja (16 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miliona boja (24 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milijarde boja (32 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB ili više"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standardna VGA, 640x480 na 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 na 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Kompatibilna, 1024x768 na 87 Hz sa preplitanjem (bez 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 na 87 Hz sa preplitanjem, 800x600 na 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 na 60 Hz, 640x480 na 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 na 60 Hz, 800x600 na 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA, 1024x768 na 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency koja može postići 1280x1024 na 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency koja može postići 1280x1024 na 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency koja može postići 1280x1024 na 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor koji može postići 1600x1200 na 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor koji može postići 1600x1200 na 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Prvi sektor boot particije"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor diska (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO instalacija"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Gdje želite smjestiti bootloader?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalacija"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO sa tekstualnim menijem"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO sa grafičkim menijem"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Bootanje iz DOS/Windowsa (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Glavne opcije bootloadera"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Bootloader koji ćete koristiti"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Bootloader instalacija"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Boot uređaj"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne radi na starim BIOSima)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompaktno"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompaktno"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video mod"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Čekanje prije bootanja default preslike"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Šifra"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Šifra (ponovo)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Ograniči opcije komandne linije"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "ograniči"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Čisti /tmp prilikom svakog boota"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Precizna veličina RAMa ako je potrebno (pronađeno %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Omogući više profila"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Navedite veličinu rama u MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Opcija ``Ograniči opcije komandne linije'' je beskorisna bez šifre"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Molimo pokušajte ponovo"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Šifre se ne poklapaju"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Init Poruka"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Otvori čekanje firmware-a"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Kernel Boot Timeout"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Omogući boot sa CDa?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Omogući boot sa OFa?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Default OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Navedene su razne stavke.\n"
-"Možete dodati nove ili promjeniti postojeće."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Gotovo"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Izmjeni"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Koju vrstu stavke želite dodati?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Ostali OSi (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Ostali OSi (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Ostali OSi (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Preslika"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Append"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Čitaj-piši"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabela"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nesigurno"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Labela"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Default"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-veličina"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Ukloni stavku"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Prazna labela nije dozvoljena"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Morate navesti image kernela"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Morate navesti root particiju"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ova labela je već u upotrebi"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Pronađeno %s %s interfejsa"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Imate li neki drugi?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Imate li ijedan %s interfejs?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Da"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Pogledaj hardware info"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instaliram drajver za %s karticu %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Koji %s drajver ću pokušati?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"U nekim slučajevima, %s drajver treba imati dodatne informacije za\n"
-"ispravan rad, iako on obično radi dobro i bez njih. Želite li navesti neke\n"
-"ekstra opcije za njega ili dozvoliti drajveru da ispita vaš računar za sve\n"
-"informacije koje mu trebaju? Povremeno, ispitivanje može zaglaviti računar,\n"
-"ali ne bi trebalo izazvati nikakvu štetu."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Ispitivanje"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Navedi opcije"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Sada možete navesti opcije za modul %s.\n"
-"Obratite pažnju da adrese trebate unositi sa prefiksom 0x kao npr. '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Sada možete navesti opcije za modul %s. Opcije su u formatu ``ime=vrijednost "
-"ime2=vrijednost2 ...''.\n"
-"Na primjer, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opcije modula"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Učitavanje modula %s nije uspjelo.\n"
-"Želite li probati opet sa drugim parametrima?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "pristup X programima"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "pristup rpm alatima"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "dozvoli \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "pristup administrativnim datotekama"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(već dodan %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Ova šifra je previše jednostavna"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Molimo navedite korisničko ime"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Korisničko ime smije sadržati samo mala slova, brojeve, `-' i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Ovo korisničko ime je već dodano"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Dodaj korisnika"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Unesite korisnika\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Prihvati korisnika"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Pravo ime"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Korisničko ime"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mogu podesiti vaš računar da automatski prijavi jednog korisnika.\n"
-"Želite li koristiti ovu mogućnost?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Izaberite default korisnika:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Izaberite window manager koji će se pokretati:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Molimo izaberite jezik koji ćete koristiti."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Možete izabrati i druge jezike koji će biti dostupni nakon instalacije"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Svi"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Dozvoli svim korisnicima"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Ručno izaberi"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Bez dijeljenja"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Paket %s treba biti instaliran. Da li ga želite instalirati?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Možete eksportovati koristeći NFS ili Sambu. Koji želite"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Nedostaje obavezan paket %s"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Odustani"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Pokreni userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Dijeljenje po-korisniku koristi grupu \"fileshare\". \n"
-"Možete dodavati korisnike u ovu grupu pomoću userdrake-a."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Dobrodošli u Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Loš"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Visok"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Viši"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoičan"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Ovaj nivo treba koristiti pažljivo. On čini vaš sistem lakšim za upotrebu,\n"
-"ali vrlo osjetljivim: ne smije biti korišten za računar koji je spojen na\n"
-"druge ili na Internet. Nema pristupa šifrom."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Šifra je sada aktivirana, ali korištenje za mrežni računar još nije "
-"preporučeno."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Ovo je standardna sigurnost koja je preporučena za računar koji će biti "
-"korišten za spajanje na Internet kao klijent."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Već postoje određena ograničenja, a više automatskih provjera se pokreće "
-"svaku noć."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Sa ovim sigurnosnim nivoom, postaje moguće koristiti ovaj sistem kao "
-"server.\n"
-"Sigurnost je sada dovoljno visoka za upotrebu sistema kao servera koji "
-"prima\n"
-"konekcije sa mnogo klijenata. Napomena: ako je vaš računar samo klijent na "
-"Internetu, možda je bolje da izaberete niži nivo."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
-"Sigurnosne osobine na maksimumu."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Izaberite nivo sigurnosti"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Nivo sigurnosti"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Koristi libsafe za servere"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Biblioteka koja brani od napada \"buffer overflow\" i \"format string\"."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Dobro došli u %s izbornik operativnog sistema!\n"
-"\n"
-"Izaberite operativni sistem na listi gore ili\n"
-"sačekajte %d sekundi do default boota.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Dobro došli u GRUB izbornik operativnog sistema!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Koristite tipke %c i %c za izbor jedne od stavki."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pritisnite enter za bootanje izabranog OSa, 'e' za editovanje"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandi prije bootanja, ili 'c' za komandnu liniju."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Osvjetljene stavke će biti bootane automatski za %d sekundi."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nema dovoljno prostora u /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Ne možete instalirati bootloader na %s particiju\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "pomoć još nije implementirana.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfiguracija stila boota"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Datoteka"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>I"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Categorizing Monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradicionalni Monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicionalni Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Pokreni Aurora-u prilikom boota"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub mod"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot mod"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Trenutno koristite %s kao boot manager.\n"
-"Kliknite na Konfiguriši kako bi se pokrenuo čarobnjak za podešavanje."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfiguriši"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistem mod"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Pokreni X-Window sistem na startu"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne, ne želim da se autologiram"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Da, želim da se autologiram sa ovim (korisnik, desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ne mogu otvoriti /etc/inittab za čitanje: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuta"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekundi"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Ne mogu napraviti screenshot prije particioniranja"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Screenshotovi će biti dostupni nakon što instalirate u %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francuska"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Kostarika"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgija"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Češka"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Njemačka"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grčka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norveška"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Švedska"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Nizozemska"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italija"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austrija"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "SAD"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Molimo najprije napravite backup vaših podataka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Pročitajte pažljivo!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ako planirate koristiti aboot, budite pažljivi i ostavite slobodnog prostora "
-"(2048 sektora je dovoljno)\n"
-"na početku diska"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Greška"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Čarobnjak"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Izaberi akciju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Imate jednu veliku FAT particiju\n"
-"(koju najvjerovatnije koristi MicroSoft Dos/Windows).\n"
-"Predlažem da najprije promjenite veličinu te particije\n"
-"(kliknite na nju, zatim na \"Promjeni veličinu\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Molimo kliknite na particiju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalji"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Prazno"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Ostalo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipovi file sistema:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Kreiraj"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tip"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Koristite ``%s'' umjesto toga"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Obriši"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Najprije koristite ``Demontiraj''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Nakon promjene tipa particije %s, svi podaci na ovoj particiji će biti "
-"izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Izaberi particiju"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Izaberi drugu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Izlaz"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Prebaci u ekspertni mod"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Prebaci u normalni mod"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Poništi"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Svejedno nastavljate?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Izlaz bez spašavanja"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Izlazite bez pisanja tabele particija?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Želite li spasiti izmjene /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Auto alokacija"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Obriši sve"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informacije o hard disku"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Sve primarne particije su u upotrebi"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ne mogu dodati više particija"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Da biste imali još particija, molimo pobrišite jednu kako bi se mogla "
-"kreirati extended particija"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Snimi tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Vrati tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Spasi tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ponovo učitaj tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automatsko montiranje izmjenjivog medija"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Izaberite datoteku"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Backup tabela particija nema istu veličinu\n"
-"Ipak nastavljate?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Ubacite disketu u jedinicu\n"
-"Svi podaci na toj disketi će biti izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Pokušavam da spasim tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detaljne informacije"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Tačka montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcije"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Promjeni veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Premještanje"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatiraj"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Dodaj na RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Dodaj na LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Ukloni sa RAIDa"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Ukloni sa LVMa"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modificiraj RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Koristi za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Napravi novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Početni sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Veličina u MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tip datotečnog sistema: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Tačka montiranja: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preference: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Ukloniti loopback datoteku?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Izmjena tipa particije"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Koji datotečni sistem želite?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Prebacujem sa ext2 na ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Gdje želite montirati loopback datoteku %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gdje želite montirati uređaj %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ne mogu izmjeniti tačku montiranja jer se ova particija koristi za "
-"loopback.\n"
-"Najprije uklonite loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Izračunavam granice FAT filesistema"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Mijenjam veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Ovoj particiji ne možete mijenjati veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Svi podaci na toj particiji bi trebali biti backupovani"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Nakon promjene veličine particije %s, svi podaci na njoj će biti izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Izaberite novu veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nova veličina u MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Na koji disk je želite premjestiti?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Na koji sektor je želite premjestiti?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Premještam"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Premještam particiju..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Izaberite postojeći RAID na koji ćete dodati"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "novi"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Izaberite postojeći LVM na koji ćete dodati"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Naziv LVMa?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Ova particija se ne može koristiti za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Naziv loopback datoteke: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Dajte naziv datoteke"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Datoteku već koristi drugi loopback, izaberite drugo ime"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Datoteka već postoji. Želite li je koristiti?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opcije montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Razni"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "uređaj"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivo"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "veličina chunka"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Budite oprezni: ova operacija je opasna"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Koju vrstu particioniranja?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Žalim, ali ipak neću prihvatiti kreiranje /boot particije ovdje (na cilindru "
-">1024).\n"
-"Ili ćete koristiti LILO i stvar neće raditi, ili nećete koristiti LILO pa "
-"vam ne treba ni /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Particija koju ste izabrali da dodate kao root (/) je fizički locirana "
-"iznad\n"
-"1024og cilindra hard diska, tako da nemate /boot particiju.\n"
-"Ako planirate koristiti LILO boot manager, pazite da dodate /boot particiju"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Izabrali ste softversku RAID particiju kao root (/).\n"
-"Nijedan bootloader nije u mogućnosti da rukuje sa ovim bez /boot particije.\n"
-"Pazite da dodate /boot particiju"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tabela particija za uređaj %s će biti zapisana na disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Biće potrebno da rebootate prije nego što izmjene mogu stupiti na snagu"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Nakon formatiranja particije %s, svi podaci na toj particiji će biti "
-"izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatiram"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiram loopback datoteku %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiram particiju %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Sakrij datoteke"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Prebaci datoteke na novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Direktorij %s već sadrži neke podatke\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Premještam datoteke na novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopiram %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Uklanjam %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "particija %s je od sada poznata kao %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Uređaj: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS slovo uređaja: %s (pretpostavka)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tip: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Ime: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Početak: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Veličina: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektora"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindar %d do %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatirana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nije formatirana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montirana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback datoteka(e):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Particija koja se boota po defaultu\n"
-" (za MS-DOS boot, ne za lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivo %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Veličina chunka %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskovi %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Naziv loopback datoteke: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Postoji mogućnost da je ova\n"
-"particija Driver particija, vjerovatno\n"
-"biste je trebali ostaviti na miru.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Ova posebna Bootstrap\n"
-"particija je za\n"
-"dvojni boot vašeg sistema.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Veličina: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskovi %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tip tabele particija: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na busu %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcije: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Ključ za kodiranje datotečnog sistema"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Izaberite vaš ključ za kodiranje datotečnog sistema"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Ova šifra je previše jednostavna (mora biti duga najmanje %d karaktera)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Šifre se ne poklapaju"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Šifra"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Šifra (još jednom)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Promjeni tip"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Molimo kliknite na medij"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Traži servere"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatiranje %s nije uspjelo"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ne znam kako formatirati %s tipa %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck nije uspio, izlazni kod %d ili signal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "greška u demontiranju %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednostavno"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "sa /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Ne možete koristiti JFS za particije manje od 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Ne možete koristiti ReiserFS za particije manje od 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Tačke montiranja moraju počinjati sa /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Već postoji particija sa tačkom montiranja %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Ne možete koristiti LVM logički volumen za tačku montiranja %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Ovaj direktorij treba ostati unutar korijenskog file sistema"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Potreban vam je pravi file sistem (ext2, reiserfs) za ovu tačku montiranja\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Ne možete koristiti kriptovani datotečni sistem za tačku montiranja %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nema dovoljno prostora za auto-alokaciju"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nemam šta da radim"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Greška u otvaranju %s za pisanje: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Došlo je do greške - nije pronađen nijedan ispravan uređaj na kojem se mogu "
-"kreirati novi file sistemi. Molimo provjerite vaš hardware i pronađite uzrok "
-"greške"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nemate nijednu particiju!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux instalacija se prostire na nekoliko CDova. DrakX zna da li "
-"je\n"
-"neki paket smješten na drugom CDu i on će izbaciti trenutni CD i zamoliti "
-"vas\n"
-"da ubacite neki drugi po potrebi."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\" Installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server.\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wishto connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Sada možete izabrati koje servise želite pokretati prilikom boota.\n"
-"\n"
-"Ovdje su predstavljeni svi servisi koji su dostupni u trenutnoj\n"
-"instalaciji. Pregledajte ih pažljivo i isključite sve one koji nisu "
-"potrebni\n"
-"prilikom boota.\n"
-"\n"
-"Kada izaberete servis dobićete kratki tekst koji objašnjava taj servis\n"
-"Ipak, ako niste sigurni da li je servis koristan ili ne, sigurnije je da ne\n"
-"mijenjate predloženi izbor.\n"
-"\n"
-"!! Budite vrlo pažljivi sa ovim korakom ako namjeravate koristiti vaš "
-"računar\n"
-"kao server: vjerovatno ne želite da pokrenete neke servise koji vam ne\n"
-"trebaju. Molimo vas da zapamtite da pojedini servisi mogu biti opasni\n"
-"ako su aktivni na serveru. Općenito, izaberite samo one servise koji vam\n"
-"stvarno trebaju. !!"
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working internet connection for this feature to function. It\n"
-"will actually install on your machine a time server that can be optionally\n"
-"used by other machines on your local network."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the boot loader, DrakX will rewrite the boot sector "
-"(MBR)\n"
-"of your main disk (unless you are using another boot manager) so that you\n"
-"can start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Na ovom mjestu trebate izabrati gdje želite instalirati Linux Mandrake\n"
-"operativni sistem na vašem hard disku. Ako je disk prazan ili ako postojeći\n"
-"operativni sistem koristi sav prostor na njemu, potrebno je da ga\n"
-"particionirate. U biti, particioniranje hard diska predstavlja logičko\n"
-"organiziranje kako bi se stvorio prostor za instaliranje vašeg novog\n"
-"Mandrake Linux sistema.\n"
-"\n"
-"Pošto su efekti particioniranja obično nepovratni, particioniranje može\n"
-"biti zastrašujuće i stresno ako ste neiskusan korisnik. Srećom, postoji\n"
-"čarobnjak koji pojednostavljuje taj proces. Prije započinjanja, molimo\n"
-"konsultirajte priručnik i nemojte žuriti.\n"
-"\n"
-"Ako instalirate koristeći Ekspertni mod, ući ćete u DiskDrake, Mandrake\n"
-"Linux alat za particioniranje, koji vam omogućava da fino podesite vaše\n"
-"particije. Pogledajte priručnik, poglavlje o DiskDrake-u. Na instalacionom\n"
-"sučelju možete koristiti čarobnjake kao što je opisano tamo, klikajući na\n"
-"dugme Čarobnjak.\n"
-"\n"
-"Ako su particije već definirane (tokom neke ranije instalacije ili pomoću\n"
-"nekog drugog alata za particioniranje), sve što trebate jeste da ih "
-"izaberete\n"
-"za instalaciju vašeg Linux sistema.\n"
-"\n"
-"Ako particije nisu već definirane, trebate ih kreirati koristeći čarobnjak.\n"
-"Ovisno o konfiguraciji vašeg hard diska, može biti dostupno nekoliko\n"
-"mogućnosti:\n"
-"\n"
-" * Koristi slobodan prostor: jednostavno vodi na automatsko particioniranje\n"
-"vašeg praznog diska (diskova). Neće biti postavljana nikakva daljnja "
-"pitanja.\n"
-"\n"
-" * Koristi postojeću particiju: čarobnjak je detektovao jednu ili više "
-"postojećih\n"
-"Linux particija na vašem hard disku. Ako ih želite zadržati, izaberite ovu\n"
-"opciju.\n"
-"\n"
-" * Koristi slobodan prostor na Windows particiji: ako je na vašem hard\n"
-"disku instaliran Microsoft Windows koji je zauzeo sav slobodan prostor,\n"
-"moraćete napraviti nešto slobodnog prostora za Linux. To možete učiniti\n"
-"brišući vašu Microsoft Windows particiju zajedno sa podacima (vidi opcije\n"
-"\"Pobriši čitav disk\" ili \"Ekspertni mod\") ili možete promjeniti veličinu "
-"vaše\n"
-"Microsoft Windows particije. Promjena veličine se može izvršiti bez gubitka\n"
-"podataka. Ova mogućnost je preporučena ako namjeravate koristiti i Linux\n"
-"Mandrake i Microsoft Windows na istom računaru.\n"
-"\n"
-" Prije izbora ove opcije, molimo da imate na umu da će veličina vaše\n"
-"Microsoft Windows particije biti manja nego trenutno. To znači da će "
-"Microsoft\n"
-"Windows prijavljivati da imate manje prostora za smještaj podataka ili "
-"instaliranje\n"
-"novog softwarea.\n"
-"\n"
-" * Pobriši čitav disk: ako želite da obrišete sve podatke i sve particije\n"
-"koje su prisutne na vašem hard disku i umjesto njih postavite vaš novi "
-"Linux\n"
-"Mandrake sistem, možete izabrati ovu opciju. Budite oprezni sa ovom\n"
-"mogućnošću, jer nećete moći poništiti vaš izbor nakon potvrde.\n"
-"\n"
-" !! Ako izaberete ovu opciju, svi podaci na vašem disku će biti "
-"izgubljeni. !!\n"
-"\n"
-" * Ukloni Windows: ovo će jednostavno pobrisati sve na disku i početi od\n"
-"početka, particionirajući ga. Svi podatci na vašem disku će biti "
-"izgubljeni.\n"
-"\n"
-" !! Ako izaberete ovu opciju, svi podaci na vašem disku će biti "
-"izgubljeni. !!\n"
-"\n"
-" * Ekspertni mod: ako želite da ručno particionirate vaš hard disk, "
-"izaberite ovu\n"
-"opciju. Budite oprezni - to je moćan, ali i opasan izbor. Vrlo lako možete\n"
-"izgubiti sve vaše podatke. Zato nemojte birati ovu opciju sem ako ste "
-"sigurni\n"
-"šta radite."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\n"
-"\n"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
-"\n"
-" * \"Save packages selection\"(*): saves the packages selection as made\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the driver and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Sve particije koje su upravo definisane moraju biti formatirane kako bi se\n"
-"mogle koristiti (formatiranje znači kreiranje datotečnog sistema). \n"
-"\n"
-"U ovom trenutku možda ćete poželjeti da reformatirate neke već postojeće\n"
-"particije kako biste pobrisali podatke koje sadrže. Ako želite to učiniti, "
-"molim\n"
-"takođe izaberite te particije koje želite da formatirate.\n"
-"\n"
-"Molim obratite pažnju da nije neophodno formatirati sve postojeće "
-"particije.\n"
-"Morate reformatirati particije koje sadrže operativni sistem (kao što su\n"
-"\"/\", \"/usr\" ili \"var\") ali ne morate reformatirati particije koje "
-"sadrže\n"
-"podatke koje želite zadržati (tipično /home).\n"
-"\n"
-"Molimo da pažljivo izaberete particije. Nakon formatiranja, svi podaci na\n"
-"odabranim particijama će biti pobrisani i nećete biti u mogućnosti da ih\n"
-"povratite.\n"
-"\n"
-"Kliknite na OK kada budete spremni za formatiranje particija.\n"
-"\n"
-"Kliknite na Odustani ako želite da izaberete druge particije za instalaciju\n"
-"vašeg novog Linux-Mandrake operativnog sistema.\n"
-"\n"
-"Kliknite na Napredno da izaberete particije koje želite provjeriti radi\n"
-"loših blokova."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Vaš novi Linux-Mandrake operativni sistem se trenutno intalira. Ovisno o\n"
-"broju paketa koje želite instalirati i brzini vašeg računara, ova operacija\n"
-"bi mogla trajati nekoliko minuta ali i značajno duže.\n"
-"\n"
-"Molim da imate strpljenja."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bug-fixes may\n"
-"have been fixed, and security issues solved. To allow you to benefit from\n"
-"this updates you are now proposed to download them from the internet.\n"
-"Choose \"Yes\" if you have a working internet connection, or \"No\" if you\n"
-"prefer to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearer to you. Then a packages selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package or \"Cancel\" to abort."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Prije nego što nastavimo, trebate pažljivo pročitati uvjete licence. Ona\n"
-"pokriva cijelu Mandrake Linux distribuciju, pa ako se ne slažete sa svim\n"
-"uvjetima u njoj, kliknite na dugme Odbij, što će automatski završiti "
-"instalaciju.\n"
-"Da biste nastavili sa instalacijom, kliknite na dugme Prihvati."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"At this point, you need to choose what partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have been already\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on \"hda\" for the first IDE drive,\n"
-"\"hdb\" for the second, \"sda\" for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive.\n"
-"\n"
-" * \"Auto allocate\": this option allows you to automatically create Ext2\n"
-"and swap partitions in free space of your hard drive.\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step.\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk.\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail.\n"
-"\n"
-" * \"Reload partition table\": discards all changes and load your "
-"initial\n"
-"partitions table.\n"
-"\n"
-" * \"removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning.\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes.\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(Type, options, format) and gives more information.\n"
-"\n"
-" * \"Done\": when you have finished partitioning your hard drive, this will\n"
-"save your changes back to disc.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the chapter ext2fs from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"\"bootstrap\" partition of at least 1MB which will be used by the yaboot\n"
-"boot loader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"More than one Microsoft Windows partition has been detected on your hard\n"
-"drive. Please choose the one you want to resize in order to install your\n"
-"new Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-"Molimo da imate strpljenja. Ova operacija može potrajati nekoliko minuta."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX sada mora znati da li želite obaviti podrazumjevanu instalaciju\n"
-"(\"Preporučeno\") ili želite da imate veću kontrolu (\"Ekspert\"). Takođe\n"
-"imate izbor između instalacije novog ili unaprijeđenja postojećeg\n"
-"Mandrake Linux sistema. \n"
-"\n"
-" * \"Instaliraj\" Potpuno briše raniji sistem. U stvari, ovisno o tome\n"
-"šta trenutno sadrži vaš računar, možda ćete moći zadržati neke stare\n"
-"particije (Linux i druge) bez ikakvih izmjena.\n"
-"\n"
-" * \"Unaprijedi\" Ova klasa instalacije vam omogućuje da jednostavno\n"
-"unaprijedite pakete trenutno instalirane na vašem Mandrake Linux sistemu.\n"
-"Ona zadržava trenutne particije vaših hard diskova kao i postavke "
-"korisnika.\n"
-"Svi drugi koraci instalacije ostaju dostupni kao i u običnoj instalaciji.\n"
-"\n"
-" * \"Unaprijedi samo pakete\" Ova potpuno nova klasa vam omogućuje da\n"
-"unaprijedite postojeći Mandrake Linux sistem pri čemu ćete sačuvati svu\n"
-"sistemsku konfiguraciju bez izmjena. Dodavanje novih paketa trenutnoj\n"
-"instalaciji je također moguće.\n"
-"\n"
-"Unaprijeđenja bi trebala raditi fino za Mandrake Linux sisteme počevši\n"
-"od verzije \"8.1\".\n"
-"\n"
-"Ovisno o vašem poznavnaju GNU/Linuxa, molim izaberite jedan od sljedećih\n"
-"načina za instalaciju ili update vašeg Mandrake Linux operativnog sistema:\n"
-"\n"
-" * Preporučeno: ako nikada niste instalirali GNU/Linux operativni sistem,\n"
-"izaberite ovo. Instalacija će biti veoma jednostavna i biće vam postavljeno\n"
-"svega par pitanja.\n"
-"\n"
-" * Ekspert: ako imate dobro znanje GNU/Linuxa, možete odabrati ovu klasu\n"
-"instalacije. Ekspertna instalacija vam omogućuje da obavite visoko "
-"prilagođenu\n"
-"instalaciju. Odgovor na neka pitanja može biti vrlo težak ako nemate dobro\n"
-"poznavanje GNU/Linuxa, zato nemojte birati ovo sem ako znate šta radite."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you will not even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the grey star corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales click the \"OK\" button to continue."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"By default, DrakX assumes you have a two-button mouse and will set it up\n"
-"for third-button emulation. DrakX will automatically know whether it is a\n"
-"PS/2, serial or USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
-"\n"
-"If you choose a mouse other than the default you will be presented with a\n"
-"mouse test screen. Use the buttons and wheel to verify that the settings\n"
-"are good. If the mouse is not working correctly press the space bar or\n"
-"[Return] to \"Cancel\" and choose again."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Molimo izaberite ispravan port. Na primjer, \"COM1\" port pod MS\n"
-"Windowsom se zove \"ttyS0\" pod GNU/Linuxom."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if onlynfor "
-"one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO and grub are boot loaders for GNU/Linux. This stage, normally, is\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Boot loader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the boot loader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\").\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose - in the boot loader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a boot loader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general boot-loader parameters, you are\n"
-"presented the list of boot options that will be available at boot time.\n"
-"\n"
-"If there is another operating system installed on your machine, it will be\n"
-"automatically added to the boot menu. Here, you can choose to fine-tune the\n"
-"existing options. Select an entry and click \"Modify\" to modify or remove\n"
-"it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Morate navesti gdje želite smjestiti informacije koje su potrebne za\n"
-"bootanje GNU/Linuxa.\n"
-"\n"
-"Izaberite \"Prvi sektor na disku (MBR)\" sem ako znate tačno šta radite."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control "
-"Centernand clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX sada pronalazi sve IDE uređaje prisutne na vašem računaru. Također\n"
-"će pretražiti sistem za jednu ili više PCI SCSI kartica. Ako SCSI kartica "
-"bude\n"
-"pronađena, DrakX će automatski instalirati odgovarajući drajver.\n"
-"\n"
-"Budući da pronalaženje hardware-a ponekad ne uspjeva pronaći neki dio\n"
-"hardware-a, DrakX će pitati za potvrdu da li imate SCSI karticu ili ne.\n"
-"Kliknite Da ako znate da postoji SCSI kartica instalirana na vašem "
-"računaru.\n"
-"Biće vam predstavljena lista SCSI kartica koje možete izabrati. Kliknite Ne\n"
-"ako nemate nikakav SCSI hardware. Ako niste sigurni, možete pregledati "
-"listu\n"
-"hardware u vašem računaru tako što ćete izabrati \"Vidi hardware info\" i "
-"kliknuti\n"
-"na OK. Pretražite listu hardware-a i zatim kliknite na dugme OK kako bi se\n"
-"vratili na pitanje o SCSI-ju.\n"
-"\n"
-"Ako morate ručno odabrati adapter, DrakX će vas pitati da li želite navesti\n"
-"neke opcije za njega. Trebate dopustiti DrakXu da ispita hardware za\n"
-"neke opcije specifične za tu karticu. Ovo obično radi dobro.\n"
-"\n"
-"Ako DrakX ne može ispitati opcije koje trebaju biti proslijeđene, moraćete\n"
-"ručno navesti opcije za drajver. Molimo pogledajte Priručnik za korištenje\n"
-"/User Guide/ (poglavlje 3, sekcija \"Prikupljanje informacija o vašem "
-"hardveru\")\n"
-"za napomene o pribavljanju ovih informacija iz hardverske dokumentacije,\n"
-"sa web stranice proizvođača (ako imate internet pristup) ili iz Microsoft\n"
-"Windowsa (ako ga imate na vašem sistemu)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the root partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful as\n"
-"to choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-" * Boot Device: indicate where you want to place the information required "
-"to\n"
-"boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
-"hold this information.\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux.\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected.\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary.\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary.\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in.\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard.\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Izaberite hard disk koji želite obrisati kako biste instalirali vašu novu "
-"Mandrake\n"
-"Linux particiju. Budite pažljivi, svi podaci koji se nalaze na njemu će "
-"biti\n"
-"izgubljeni i neće se moći vratiti!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Morate također formatirati i %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Izabrali ste sljedeći server (servere): %s\n"
-"\n"
-"\n"
-"Ovi serveri su aktivirani automatski. Oni nemaju nikakvih poznatih "
-"sigurnosnih\n"
-"problema, ali možda će biti pronađeni neki novi. U tom slučaju, morate ih\n"
-"unaprijediti što prije bude moguće.\n"
-"\n"
-"\n"
-"Da li zaista želite instalirati ove servere?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Ne mogu koristiti broadcast bez NIS domene"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Ova disketa nije FAT (DOS/Windows) formatirana"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Da koristite ovaj izbor spašenih paketa, bootajte instalaciju sa ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Greška u čitanju datoteke %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Neki dio hardware-a na vašem računaru zahtjeva ``posjedovane'' drajvere za "
-"rad.\n"
-"Možete naći više podataka o njima na: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Morate imati root particiju.\n"
-"Za ovo, kreirajte particiju (ili kliknite na neku od postojećih).\n"
-"Zatim izaberite ``Tačka montiranja'' i postavite ga na `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Morate imati swap particiju"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nemate nijednu swap particiju\n"
-"\n"
-"Svejedno nastavi?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Morate imati FAT particiju montiranu na /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Koristi slobodan prostor"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Koristi postojeću particiju"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nema nijedne postojeće particije za upotrebu"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Koristi Windows particiju za loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Koju particiju želite koristiti za Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Izaberite veličine"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Veličina root particije u MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Veličina swap particije u MB:"
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Koristi slobodan prostor na Windows particiji"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kojoj particiji želite promjeniti veličinu?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Izračunavam granice Windows datotečnog sistema"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT resizer ne može izmjeniti vašu particiju, \n"
-"došlo je do sljedeće greške: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Vaša Windows particija je previše fragmentirana, molimo prvo pokrenite "
-"``defrag'' "
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"UPOZORENJE!\n"
-"\n"
-"DrakX će sada promjeniti veličinu vaše Windows particije. Budite pažljivi, "
-"ova\n"
-"operacija je opasna. Ako to već niste uradili, najprije napustite "
-"instalaciju,\n"
-"pokrenite scandisk pod Windowsom (opcionalno pokrenite defrag), zatim\n"
-"ponovo pokrenite instalaciju. Također biste trebali spasiti sve podatke.\n"
-"Kada ste sigurni, kliknite na Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Koju veličinu želite da sačuvate za windows na"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "particiji %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT promjena veličine nije uspjela: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Ne postoji nijedna FAT particija za promjenu veličine ili upotrebu za "
-"loopback (ili nije ostalo dovoljno prostora)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Pobriši čitav disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Ukloni Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Imate više od jednog hard diska, na koji želite instalirati linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"SVE postojeće particije i podaci na njima će biti izgubljeni na disku %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Ručno particioniranje diska"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Koristi fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Sada možete particionirati %s.\n"
-"Kada završite, ne zaboravite spasiti sa `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nemate dovoljno slobodnog prostora na vašoj Windows particiji"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ne mogu naći dovoljno prostora za instalaciju"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX Particioni čarobnjak je našao sljedeća rješenja:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Particioniranje nije uspjelo: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Pokrećem mrežu"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Zaustavljam mrežu"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Došlo je do greške, ali ne znam kako da je riješim fino.\n"
-"Nastavite na vlastiti rizik."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dvostruka tačka montiranja %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Neki bitni paketi nisu ispravno instalirani.\n"
-"Ili je neispravan vaš cdrom uređaj ili vaš cdrom medij.\n"
-"Provjerite cdrom na instaliranom računaru koristeći \"rpm -qpl Mandrake/RPMS/"
-"*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Dobro došli u %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nema pogodne disketne jedinice"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Prelazim na korak `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Vaš sistem ima nizak nivo resursa. Možda imate neki problem sa instalacijom\n"
-"Mandrake Linuxa. Ako se ovo desi, možete pokušati tekstualnu instalaciju. Za "
-"ovo,\n"
-"pritisnite `F1' prilikom bootanja na CDROMu, zatim unesite `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Klasa instalacije"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Molimo izaberite jednu od sljedećih klasa instalacije:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Ukupna veličina grupa koje ste izabrali je otprilike %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ako želite da instalirate manje od ove veličine,\n"
-"izaberite procenat paketa koje želite instalirati.\n"
-"\n"
-"Nizak procenat će instalirati samo one najbitnije pakete;\n"
-"procenat 100%% će instalirati sve izabrane pakete."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Na disku imate mjesta samo za %d%% ovih paketa.\n"
-"\n"
-"Ako želite da instalirate manje od ovoga,\n"
-"izaberite procenat paketa koje želite da instalirate.\n"
-"Nizak procenat će instalirati samo one najbitnije pakete;\n"
-"procenat %d%% će instalirati najveći mogući broj paketa."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-"Na idućem koraku ćete biti u mogućnosti da ih izaberete nešto preciznije."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procenat paketa za instalaciju"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Izbor grupe paketa"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Izbor pojedinačnih paketa"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ukupna veličina: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Neispravan paket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Ime: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verzija: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Veličina: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Značaj: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Ne možete izabrati ovaj paket jer nema dovoljno prostora za njega"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Sljedeći paketi će biti instalirani"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Sljedeći paketi će biti uklonjeni"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Ne možete izabrati/isključiti ovaj paket"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ovo je obavezan paket, ne može biti isključen"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Ne možete isključiti ovaj paket. On je već instaliran"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ovaj paket mora biti unaprijeđen\n"
-"Jeste li sigurni da ga želite isključiti?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Ne možete isključiti ovaj paket. On mora biti unaprijeđen"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Automatski prikaži izabrane pakete"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalacija"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Učitaj/Spasi na disketu"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Osvježavam izbor paketa"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimalna instalacija"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Izaberite pakete koje želite instalirati"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instaliram"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Procjenjujem"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Preostalo vremena "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Molimo sačekajte, pripremam instalaciju"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paketa"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Prihvati"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Odbij"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Promjenite vaš CD-ROM!\n"
-"\n"
-"Molimo ubacite CD označen sa \"%s\" u vaš CD-ROM uređaj i pritisnite Ok kad "
-"ste spremni.\n"
-"Ako ga nemate, pritisnite Odustani da biste izbjegli instaliranje sa ovog CD-"
-"ROMa."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Svejedno nastavi?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Došlo je do greške pri naručivanju paketa:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Došlo je do greške kod instaliranja paketa:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Došlo je do greške"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Da li zaista želite napustiti instalaciju?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licencni ugovor"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatura"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Molimo izaberite izgled vaše tastature."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ovdje je puna lista svih dostupnih tastatura"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Koju klasu instalacije želite?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instaliraj/Unaprijedi"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Da li je ovo instalacija ili update?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Preporučeno"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ekspert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Unaprijedi"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Unaprijedi samo pakete"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Molimo izaberite vrstu vašeg miša."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port miša"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Molimo izaberite na kojem serijskom portu je spojen vaš miš."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulacija tipki"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulacija 2 dugmeta"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulacija 3 dugmeta"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Podešavam PCMCIA kartice..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Podešavam IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nema dostupnih particija"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Pretražujem particije da nađem tačke montiranja"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Izaberite tačke montiranja"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ne mogu pročitati vašu tabelu particija, previše je oštećena za mene :(\n"
-"Mogu pokušati da pobrišem loše particije (SVI PODACI će biti izgubljeni!).\n"
-"Drugo rješenje je da onemogućim DrakX da mijenja tabelu particija.\n"
-"(greška je %s)\n"
-"\n"
-"Slažete li se sa gubitkom svih particija?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake nije uspio ispravno pročitati tabelu particija.\n"
-"Nastavljate na vlastiti rizik!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Nema dovoljno slobodnog prostora za 1 MB bootstrap! Instalacija će "
-"nastaviti, ali da biste bootali vaš sistem, morate kreirati bootstrap "
-"particiju u DiskDrake-u"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Nije pronađena nijedna root particija radi unaprjeđivanja"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root particija"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Šta je root particija (/) vašeg sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Moraćete rebootati da bi izmjene tabele particija stupile na snagu"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Izaberite particije koje želite formatirati"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Provjeri loše blokove?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatiram particije"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Kreiram i formatiram datoteku %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Nemam dovoljno swap prostora da dovršim instalaciju, molimo dodajte još"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Tražim dostupne pakete"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Pronalazim pakete za unaprjeđenje"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Vaš sistem nema dovoljno preostalog prostora za instalaciju ili unaprjeđenje "
-"(%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Potpuna (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimalna (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Preporučena (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Molimo izaberite učitaj ili spasi izbor paketa na disketu.\n"
-"Format je isti kao i diskete koje generiše auto_install"
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Vrati sa diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Vraćam sa diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Izbor paketa"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Ubacite disketu koja sadrži izbor paketa"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Spasi na disketu"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Izabrana veličina je veća od slobodnog prostora"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Vrsta instalacije"
-
-#: ../../install_steps_interactive.pm_.c:672
-#, fuzzy
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Niste izabrali nijednu grupu paketa\n"
-"Molimo izaberite minimalnu instalaciju koju želite"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Sa X-om"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Sa osnovnom dokumentacijom (preporučeno)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ako imate sve CDe na listi, kliknite na Ok.\n"
-"Ako nemate nijedan od ovih CDova, kliknite na Odustani.\n"
-"Ako nedostaju samo neki CDovi, isključite ih, zatim kliknite na Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM pod oznakom \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Pripremam instalaciju"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instaliram paket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Post-instalacijsko podešavanje"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Molimo ubacite disketu Update Modula u jedinicu %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Sada imate mogućnost da dobavite sa interneta unaprijeđene pakete koji\n"
-"su izašli nakon što je distribucija objavljena.\n"
-"\n"
-"Dobićete sigurnosne ispravke ili ispravke bugova, ali prethodno je potrebno\n"
-"da podesite Internet konekciju.\n"
-"\n"
-"Da li želite instalirati unaprjeđenja ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Kontaktiram Mandrake Linux web stranicu da bih saznao listu dostupnih mirrora"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Izaberite mirror sa kojeg će biti dobavljeni paketi"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Kontaktiram mirror da bih saznao listu dostupnih paketa"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Koja je vaša vremenska zona?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardverski sat podešen na GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatska sinhronizacija vremena (koristeći NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Udaljeni CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nema štampača"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Imate li ISA zvučnu karticu?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Pokrenite \"sndconfig\" poslije instalacije kako biste podesili vašu zvučnu "
-"karticu"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Nije otkrivena zvučna kartica. Probajte \"harddrake\" poslije instalacije"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Ukratko"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Miš"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Vremenska zona"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Štampač"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN kartica"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Zvučna kartica"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV kartica"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokalne datoteke"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Podesite root šifru"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez šifre"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Ova šifra je previše jednostavna (mora biti duga najmanje %d karaktera)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentikacija"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Autentikacijski LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP Server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Autentifikacija NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domen"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Prva disketna jedinica"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Druga disketna jedinica"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Preskoči"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, fuzzy, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(PAŽNJA! Vi koristite XFS za vašu root particiju,\n"
-"pravljenje boot diskete na 1.44 Mb disketi vjerovatno neće\n"
-"raditi, pošto XFS traži veoma velik drajver)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Žao mi je, nema dostupne disketne jedinice"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Izaberite disketnu jedinicu koju želite koristiti da napravite boot disketu"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Ubacite disketu u %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Pravim boot disketu"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Pripremam bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Izgleda da imate OldWorld ili Unknown računar,\n"
-" yaboot bootloader neće raditi kod vas.\n"
-"Instalacija će se nastaviti, ali ćete\n"
-" morati koristiti BootX za bootanje vašeg računara"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Da li želite koristiti aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Greška u instaliranju aboota, \n"
-"da li da pokušam nasilnu instalaciju čak i ako to uništi prvu particiju?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Instaliram bootloadera"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalacija bootloadera nije uspjela. Došlo je do sljedeće greške:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Možda ćete trebati promjeniti vaš Open Firmware boot uređaj\n"
-" da biste aktivirali bootloader. Ako ne vidite upit bootloadera\n"
-" prilikom bootanja, držite Command-Option-O-F prilikom boota\n"
-" i unesite:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Zatim kucajte: shut-down\n"
-"Prilikom idućeg boota biste trebali vidjeti upit bootloadera."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Ubacite praznu disketu u jedinicu %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Pravim auto instalacijsku disketu"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Neki koraci nisu dovršeni.\n"
-"\n"
-"Da li zaista želite izaći sada?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Čestitamo, instalacija je završena.\n"
-"Uklonite boot medij i pritisnite return za reboot.\n"
-"\n"
-"\n"
-"Za informacije o ispravkama koje su dostupne za ovu verziju Mandrake "
-"Linuxa,\n"
-"pogledajte Errata koja je dostupna na:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informacije o podešavanju vašeg sistema su dostupne u poglavlju\n"
-"\"nakon instalacije\" vašeg Zvaničnog Mandrake Linux priručnika za upotrebu."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Napravi auto instalacijsku disketu"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Ova auto instalacija može biti potpuno automatizovana ako želite,\n"
-"u kojem slučaju će preuzeti hard disk!!\n"
-"(ovo je namjenjeno za instaliranje na drugi računar).\n"
-"\n"
-"Možda ćete željeti radije ponoviti instalaciju.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatizovano"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Ponovi"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Spasi izbor paketa"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux instalacija %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> između elemenata | <Space> vrši izbor | <F12> idući ekran "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu nedostaje"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "nedostaje consolehelper"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Izaberi datoteku"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Napredno"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Osnovno"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Molimo sačekajte"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Proširi stablo"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Smanji stablo"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Prekidač između ravnog i grupnog sortiranja"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Pogrešan izbor, pokušajte ponovo\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Vaš izbor? (podrazumjevano %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Stavke koje morate popuniti:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Vaš izbor? (0/1, podrazumjevano %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Dugme '%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Da li želite kliknuti na ovo dugme?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Vaš izbor? (podrazumjevano '%s' %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Postoji mnogo stvari od kojih možete izabrati (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Molimo unesite prvi broj od deset koji želite izmjeniti,\n"
-"ili samo pritisnite Enter za nastavak.\n"
-"Vaš izbor?"
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Primjetite, label je promjenjena:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Ponovo pošalji"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Češka (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Njemačka"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Španska"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finska"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francuska"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norveška"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Poljska"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ruska"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Švedska"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK tastatura"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US tastatura"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanska"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenska (stara)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenska (pisaća mašina)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenska (fonetska)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbejdžanska (latinica)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgijska"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bugarska (fonetska)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bugarska (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilska (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bjeloruska"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Švicarska (Njemački izgled)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Švicarska (Francuski izgled)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Češka (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Njemačka (bez mrtvih tipki)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danska"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norveška)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Švedska)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonska"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzijska (\"Ruski\" izgled)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzijska (\"Latinični\" izgled)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grčka"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Mađarska"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Hrvatska"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izraelska"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Izraelska (Fonetska)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranska"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandska"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italijanska"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japanska 106 tipki"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korejanska tastatura"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latino-Američka"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litvanska AZERTY (stara)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litvanska AYERTY (nova)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litvanska \"red brojeva\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litvanska \"fonetska\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latvijska"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedonska"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holandska"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Poljska (qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Poljska (qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugalska"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadska (Kvebek)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumunska (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumunska (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Ruska (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovenačka"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovačka (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovačka (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Srpska (ćirilica)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamilska"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Tajlandska tastatura"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tadžička tastatura"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turska (tradicionalni \"F\" model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turska (moderni \"Q\" model)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrajinska"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US tastatura (međunarodna)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vjetnamska \"red brojeva\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavenska (latinično)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Desna Alt tipka"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Obje Shift tipke istovremeno"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Control i Shift tipka istovremeno"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock tipka"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl i Alt tipke istovremeno"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt i Shift tipke istovremeno"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "\"Meni\" tipka"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Lijeva \"Windows\" tipka"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Desna \"Windows\" tipka"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Kružno montiranje %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Najprije ukloni logičke volumene\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA podrška za 2.2 kernele više ne postoji. Molim koristite 2.4 kernel."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Opšti PS2 Miš sa kotačem"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 dugme"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Opšti miš sa 2 dugmeta"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Opšti"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Kotač"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serijski"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Opšti miš sa 3 dugmeta"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (serijski, stari C7 tip)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 dugmeta"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 dugmeta"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "nijedan"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Bez miša"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Molimo testirajte miš"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Da biste aktivirali miša,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "POMJERITE VAŠ KOTAČ!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Kraj"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Sljedeći ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Prethodni"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Da li je ovo ispravno?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Spoji se na Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Najčešći način za konekciju sa adsl-om je pppoe.\n"
-"Neke konekcije koriste pptp, a vrlo rijetke koriste dhcp.\n"
-"Ako ne znate, izaberite 'koristi pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "koristi dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "koristi pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "koristi pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Koji dhcp klijent želite koristiti?\n"
-"Podrazumjevani je dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nije pronađen ethernet mrežni adapter na vašem sistemu.\n"
-"Ne mogu podesiti ovu vrstu konekcije."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Izaberite mrežni interface"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Molimo izaberite koji mrežni adapter želite koristiti za spajanje na Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nije pronađena mrežna kartica"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Podešavam mrežu"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Molimo unesite naziv vašeg računara ako ga znate.\n"
-"Neki DHCP serveri traže hostname kako bi radili.\n"
-"Naziv vašeg računara bi trebao biti puno-kvalifikovani naziv,\n"
-"kao što je ``mojcomp.mojlab.mojafirma.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Host name"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Čarobnjak za podešavanje mreže"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Vanjski ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interna ISDN kartica"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Koje je vrste vaša ISDN konekcija?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Koju ISDN konfiguraciju želite?\n"
-"\n"
-"* Stara konfiguracija koristi isdn4net. On sadrži moćne alate,\n"
-" ali ga je teško podesiti i nije standardiziran.\n"
-"\n"
-"* Novu konfiguraciju je lakše razumjeti, standardnija je,\n"
-" ali ima manje alata.\n"
-"\n"
-"Preporučujemo light konfiguraciju.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nova konfiguracija (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Stara konfiguracija (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Podešavanje ISDNa"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Izaberite vašeg providera.\n"
-" Ako nije na listi, izaberite Nije na listi"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Evropski protokol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Evropski protokol (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol za ostatak svijeta"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol za ostatak svijeta \n"
-" bez D-kanala (iznajmljene linije)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Koji protokol želite koristiti?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Koju vrstu kartice imate?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ne znam"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Ako imate ISA karticu, vrijednosti na idućem ekranu bi trebale biti "
-"ispravne.\n"
-"\n"
-"Ako imate PCMCIA karticu, moraćete znati IRQ i IO vaše kartice.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Prekid"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Nastavak"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Koja je vaša ISDN kartica ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Otkrio sam neku ISDN PCI karticu, ali ne znam tip. Molimo izaberite neku PCI "
-"karticu na idućem ekranu."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nije pronađena nijedna ISDN PCI kartica. Molimo izaberite jednu na idućem "
-"ekranu."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Molimo izaberite na koji serijski port je nakačen vaš modem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opcije dialupa"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Naziv konekcije"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Broj telefona"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Login ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skripta"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Ime domena"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Prvi DNS server (opcionalno)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Drugi DNS server (opcionalno)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Možete se diskonektovati ili prekonfigurisati vašu konekciju."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Možete prekonfigurisati vašu konekciju."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Trenutno ste spojeni na Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Možete se spojiti na Internet ili prekonfigurisati vašu konekciju."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Trenutno niste konektovani na Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Konektuj me"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Prekini konekciju"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Podesi konekciju"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internet konekcija & podešavanje"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Sada ćemo podesiti konekciju %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Sada ćemo podesiti konekciju %s.\n"
-"\n"
-"\n"
-"Pritisnite OK za nastavak."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Podešavanje mreže"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Pošto radite mrežnu instalaciju, vaša mreža je već podešena.\n"
-"Kliknite na Ok da zadržite tu konfiguraciju ili Odustani za podešavanje vaše "
-"Internet & Mrežne konekcije.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Dobro došli u Čarobnjak za podešavanje mreže\n"
-"\n"
-"Sada ćemo podesiti vašu internet/mrežnu konekciju.\n"
-"Ako ne želite da koristite automatsko prepoznavanje, isključite opciju.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Izaberite profil za podešavanje"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Koristi auto prepoznavanje"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Prepoznajem uređaje..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normalna modemska konekcija"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detektovan na portu %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN konekcija"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detektovan %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL konekcija"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detektovan na interfejsu %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kablovska konekcija"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "otkrivena kablovska konekcija"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN konekcija"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "prepoznata ethernet kartica(e)"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Izaberite konekciju koju želite podesiti"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Podesili ste nekoliko načina za konekciju na Internet.\n"
-"Izaberite jedan od njih koji ćete koristiti.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internet konekcija"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Da li želite pokrenuti konekciju prilikom boota?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Podešavanje mreže"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Potrebno je restartovati mrežu"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Došlo je do problema prilikom restartovanja mreže:\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Čestitamo, podešavanje mreže i interneta je završeno.\n"
-"\n"
-"Sada će ova konfiguracija biti primjenjena na vaš sistem.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Nakon što je to gotovo, preporučujemo da restartujete vaš X\n"
-"okoliš kako bi se izbjegao problem sa promjenom naziva računara."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Došlo je do problema prilikom podešavanja.\n"
-"Provjerite vašu konekciju pomoću net_monitor ili mcc. Ako vaša konekcija ne "
-"radi, možete ponovo pokrenuti podešavanje"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"UPOZORENJE: Ovaj uređaj je prethodno podešen za konekciju na Internet.\n"
-"Samo prihvatite kako bi ovaj uređaj ostao podešen.\n"
-"Izmjena polja ispod će prepisati ovu konfiguraciju."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Molimo unesite IP konfiguraciju za ovaj računar.\n"
-"Svaka stavka bi trebala biti unesena kao IP adresa u decimalnoj notaciji\n"
-"razdvojenoj tačkama (npr. 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Podešavam mrežni uređaj %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (drajver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adresa"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatska IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa treba biti u formatu 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Molimo unesite naziv vašeg računara ako ga znate.\n"
-"Naziv vašeg računara bi trebao biti puno-kvalifikovani naziv,\n"
-"kao što je ``mojcomp.mojlab.mojafirma.com''.\n"
-"Možete također unijeti IP adresu gateway-a ako ga imate"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (tj. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway uređaj"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfiguracija proxija"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Otkrij id mrežne karte (korisno za laptope)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy treba biti http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy treba biti ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internet konfiguracija"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Da li se želite pokušati spojiti na Internet sada?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Probavam vašu konekciju..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sistem je sada spojen na Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Iz sigurnosnih razloga, sada će biti odspojen."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Izgleda da sistem nije spojen na Internet.\n"
-"Probajte promjeniti postavke vaše konekcije."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Podešavanje konekcije"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Molimo ispunite ili provjerite polje ispod"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ kartice"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memorija kartice (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO kartice"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 kartice"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 kartice"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Vaš lični broj telefona"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Naziv provajdera (npr. provajder.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Broj telefona provajdera"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Provider dns 1 (opcionalno)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Provider dns 2 (opcionalno)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Izaberite vašu državu"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Način biranja broja"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Brzina konekcije"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Timeout konekcije (u sek.)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Login naloga (korisničko ime)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Šifra naloga"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montiranje nije uspjelo: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Extended particije nisu podržane na ovoj platformi"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Imate rupu u vašoj tabeli particija li je ja ne mogu upotrijebiti.\n"
-"Jedino rješenje je da pomjerite vaše primarne particija kako bi rupa bila "
-"pored extended particija"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Povratak iz datoteke %s nije uspio: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Loša backup datoteka"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Greška u pisanju datoteke: %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Nešto loše se dešava na vašem disku. \n"
-"Test integriteta podataka nije uspio. \n"
-"To znači će da pisanje bilo čeka na disk rezultirati smećem"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "obavezno"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "važno"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "vrlo fino"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "fino"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "možda"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokalni štampač"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Udaljeni štampač"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Štampač na udaljenom CUPS serveru"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Štampač na udaljenom lpd serveru"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Mrežni štampač (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Štampač na SMB/Windows 95/98/NT serveru"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Štampač na NetWare serveru"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Unesite URI uređaja štampača"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Spoji zadatak na komandu"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Nepoznat model"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokalni štampači"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Udaljeni štampači"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " na paralelnom portu \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB štampač \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", višenamjenski uređaj na paralelnom portu \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", višenamjenski uređaj na USBu"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", višenamjenski uređaj na HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", višenamjenski uređaj"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", štampa u %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "na LPD serveru \"%s\", štampač \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "na Windows serveru \"%s\", share \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "na Novell serveru \"%s\", štampač \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", koristeći komandu %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Sirovo štampanje (Bez drajvera)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(na %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(na ovom računaru)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Na CUPS serveru \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Default)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Izaberi konekciju štampača"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kako je štampač povezan na računar?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Ovdje ne morate podešavati štampače na udaljenim CUPS serverima;\n"
-"ovi štampači će biti automatski prepoznati."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "Podešavanje CUPSa"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Navedite CUPS server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Da biste dobili pristup štampačima na udaljenim CUPS serverima u vašoj "
-"lokalnoj mreži, ne morate podešavati ništa; CUPS serveri automatski "
-"informišu vaš računar o svojim štampačima. Svi štampači koji su trenutno "
-"poznati vašem računaru su izlistani u odjeljku \"Udaljeni štampači\" glavnog "
-"prozora Printerdrake-a. Ako vaš CUPS server nije u lokalnoj mrežu, morate "
-"unijeti IP adresu CUPS servera i eventualno broj porta kako biste dobili "
-"informacije o štampačima sa servera, inače ostavite ova polja praznim."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa treba biti u formatu 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Broj porta treba biti cijeli broj!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP CUPS servera"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatska konfiguracija CUPSa"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Prepoznajem uređaje ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Testiraj portove"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Dodaj novi štampač"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Dobro došli u Čarobnjak za podešavanje štampača\n"
-"\n"
-"Ovaj čarobnjak vam omogućuje da instalirate lokalne ili udaljene štampače "
-"koji će biti korišteni sa ovog računara, a također i sa drugih računara na "
-"mreži.\n"
-"\n"
-"On će od vas tražiti sve potrebne informacije kako bi štampač bio podešen, a "
-"vama omogućen pristup svim dostupnim drajverima, opcijama drajvera i vrstama "
-"konekcije štampača."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokalni štampač"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Dobro došli u Čarobnjak za podešavanje štampača\n"
-"\n"
-"Ovaj čarobnjak će vam pomoći da instalirate vaš(e) štampač(e) koji su "
-"povezani na ovaj računar.\n"
-"\n"
-"Molim uključite štampač(e) na ovom računaru i uključite ih. Kliknite na "
-"dugme \"Dalje\" kada budete spremni, a na \"Odustani\" ako ne želite da "
-"podesite vaše štampače sada.\n"
-"\n"
-"Obratite pažnju da neki računari mogu krahirati tokom automatskog "
-"prepoznavanja štampača. Isključite opciju \"Automatski prepoznaj štampače\" "
-"ako je ovo slučaj kod vas. Koristite \"Ekspertni mod\" printerdrake-a ako "
-"želite da podesite štampanje na udaljenom štampaču a printerdrake ga ne "
-"izlista automatski."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Automatski prepoznaj štampače"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Čestitamo, vaš štampač je sada instaliran i podešen!\n"
-"\n"
-"Možete štampati koristeći komandu \"Štampaj\" u vašoj aplikaciji (obično se "
-"nalazi u meniju \"Datoteka).\n"
-"\n"
-"Ako želite dodati, ukloniti ili promjeniti ime štampača, ili ako želite "
-"promjeniti neke podrazumjevane postavke (ulazni put papira, kvaliteta "
-"štampe...), izaberite opciju \"Štampač\" u \"Hardware\" sekciji Mandrake "
-"Kontrolnog centra."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatsko prepoznavanje štampača"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake može automatski prepoznati štampače koji su spojeni lokalno "
-"putem paralelne ili USB veze, ali zapamtite da na nekim sistemima automatsko "
-"prepoznavanje MOŽE ZALEDITI VAŠ SISTEM, ŠTO MOŽE VODITI DO OŠTEČENJA "
-"DATOTEČNIH SISTEMA! Zato ovo radite NA VAŠU ODGOVORNOST!\n"
-"\n"
-"Da li zaista želite da vaši štampači budu prepoznati automatski?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Koristi auto prepoznavanje"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Ručno podesite štampač"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Detektovan %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Štampač na paralelnom portu \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB štampač \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Nije pronađen nijedan lokalni štampač! Ako želite ručno instalirati štampač, "
-"unesite ime uređaja / ime datoteke na ulaznu liniju (Paralelni portovi: /dev/"
-"lp0, /dev/lp1, ..., ekvivalentno LPT1:, LPT2:, ..., prvi USB štampač: /dev/"
-"usb/lp0, drugi USB štampač: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Morate unijeti naziv uređaja ili datoteke!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Nije pronađen nijedan lokalni štampač!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Mrežni štampači mogu biti instalirani samo nakon završetka instalacije. "
-"Izaberite \"Hardware\" i zatim \"Štampač\" u Mandrake Kontrolnom centru."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Da instalirate mrežne štampače, kliknite na \"Odustani\", prebacite na "
-"\"Ekspert mod\" i kliknite ponovo na \"Dodaj novi štampač\"."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Sljedeći štampač je prepoznat automatski: ako to nije onaj koji želite "
-"podesiti, uneiste naziv uređaja / naziv datoteke u ulaznu liniju"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Ovo je lista svih automatski prepoznatih štampača. Molimo izaberite štampač "
-"koji želite podesiti ili unesite naziv uređaja / naziv datoteke na ulaznu "
-"liniju"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Sljedeći štampač je prepoznat automatski. Podešavanje štampača će raditi "
-"potpuno automatski. Ako vaš štampač nije ispravno prepoznat ili ako želite "
-"sami podesiti štampač, uključite \"Ručno podešavanje\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Ovo je lista svih automatski prepoznatih štampača. Molim odaberite štampač "
-"koji želite podesiti. Podešavanje štampača će raditi potpuno automatski. Ako "
-"vaš štampač nije ispravno prepoznat ili ako želite sami podesiti štampač, "
-"uključite \"Ručno podešavanje\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Molimo izaberite port na koji je vaš štampač povezan ili unesite naziv "
-"uređaja / naziv datoteke na ulaznoj liniji"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Molimo izaberite na koji port je priključen vaš štampač."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Paralelni portovi: /dev/lp0, /dev/lp1, ..., ekvivalentno sa LPT1:, "
-"LPT2:, ..., prvi USB štampač: /dev/usb/lp0, drugi USB štampač: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Morate izabrati ili unijeti štampač / uređaj!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Ručno podešavanje"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Da li je vaš štampač višenamjenski uređaj od HPa (OfficeJet, PSC, "
-"PhotoSmart, LaserJet 1100/1200/1220/3200/3300 sa skenerom)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Instaliram HPOJ paket..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Provjeravam uređaj i podešavam HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Instaliram SANE paket..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Skeniram na vašem HP višenamjenskom uređaju"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Omogućujem CUPSu port štampača ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Čitam bazu podataka o štampačima ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opcije udaljenog lpd štampača"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Da biste koristili udaljeni lpd štampač, morate dati ime računara za printer "
-"server i ime štampača na tom serveru."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Ime udaljenog računara"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Ime udaljenog štampača"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Ime udaljenog računara nedostaje!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Ime udaljenog štampača nedostaje!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opcije SMB (Windows 9x/NT) štampača"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Da biste štampali na SMB štampač, morate dati ime SMB računara (Pažnja! Ono "
-"može biti različito od TCP/IP imena!) i eventualno IP adresu print servera, "
-"kao i share naziv štampača kojem želite pristupiti i korisničko ime, šifru i "
-"informacije o radnoj grupi."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB server ime"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB server IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Share naziv"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Radna grupa"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Treba biti dato ili ime servera ili IP adresa servera!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Naziv samba share-a nedostaje!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opcije NetWare štampača"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Da biste štampali na NetWare štampač, trebate dati naziv NetWare print "
-"servera (Pažnja! Ono može biti različito od njegovog TCP/IP imena!) kao i "
-"naziv reda za štampu na štampaču kojem želite pristupiti i eventualno "
-"korisničko ime i šifru."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Printer Server"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Naziv reda za štampu"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP naziv servera nedostaje!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP naziv reda nedostaje!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/socket opcije štampača"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Da biste štampali na TCP ili socket štampač, morate dati hostname štampača i "
-"opcionalno broj porta. Na HP JetDirect serverima broj porta je obično 9100, "
-"na ostalim serverima on može varirati. Pogledajte priručnik vašeg hardware-a."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Hostname štampača"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Hostname štampača nedostaje!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI uređaja štampača"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Možete dati direktno URI za pristup štampaču. URI mora zadovoljavati ili "
-"CUPS ili Foomatic specifikacije. Obratite pažnju da nisu svi tipovi URIja "
-"podržani od svih spoolera."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Trebate unijeti ispravan URI!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Svakom štampaču treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
-"nije potrebno popuniti. Oni su komentari za korisnike."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Naziv štampača"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Opis"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lokacija"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Pripremam bazu podataka o štampačima..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Model vašeg štampača"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake je uporedi ime modela koje je dobijeno od automatskog "
-"prepoznavanja štampača sa modelima koji su navedeni u njegovoj bazi podataka "
-"kako bi našao najbliži. Ovaj izbor možda nije tačan, pogotovo ako vaš "
-"štampač uopšte nije naveden u bazi. Stoga provjerite da li je izbor ispravan "
-"i ako je tako kliknite \"Model je ispravan\", u suprotnom kliknite "
-"\"Izaberite model ručno\" kako biste ručno izabrali vaš model štampača na "
-"sljedećem ekranu.\n"
-"\n"
-"Za vaš štampač Printerdrake je našao:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Model je ispravan"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Izaberite model ručno"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Izbor modela štampača"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Koji model štampača imate?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Molim provjerite da li je Printerdrake izvršio ispravno automatsko "
-"prepoznavanje modela vašeg štampača. Potražite ispravan model na listi ako "
-"kursor stoji na pogrešnom modelu ili na \"Raw štampač\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Ako štampač nije naveden, izaberite kompatibilan (pogledajte uputstva za "
-"štampač) ili sličan."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Podešavanje OKI winprinter-a"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Sada podešavate OK laserski winprinter. Ovi štampači\n"
-"koriste jedan poseban komunikacijski protokol i stoga rade samo kada su "
-"spojeni na prvom paralelnom portu. Ako je vaš štampač spojen na neki drugi "
-"port ili na print server molimo spojite štampač na prvi paralelni port prije "
-"nego što odštampate testnu stranicu. Inače štampač neće raditi. Drajver će "
-"ignorisati vaše podešenje tipa konekcije."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Podešavanje Lexmark inkjet-a"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Inkjet drajveri za štampu koje obezbjeđuje Lexmark podržavaju samo lokalne "
-"štampače, a ne i štampače na udaljenim računarima ili print serverima. "
-"Molimo spojite vaš štampač na lokalni port ili ga podesite na računaru na "
-"koji je spojen."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Da biste mogli štampati sa vašim Lexmark inkjetom na ovoj konfiguraciji, "
-"potrebni su vam inkjet drajveri za štampu koje obezbjeđuje Lexmark (http://"
-"www.lexmark.com/). Idite na US stranicu i kliknite na dugme \"Drivers\". "
-"Zatim izaberite vaš model a zatim \"Linux\" kao operativni sistem. Drajveri "
-"dolaze u vidu RPM paketa ili shell skripte sa interaktivnom grafičkom "
-"instalacijom. Ne morate obaviti ovu konfiguraciju na grafičkom interfejsu. "
-"Odustanite odmah nakon licencnog ugovora. Zatim odštampaje stranice za "
-"poravnavanje glava sa \"lexmarkmaintain\" i podesite opcije poravnanja glave "
-"pomoću ovog programa."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Podrazumjevane opcije štampača\n"
-"\n"
-"Trebate provjeriti da su veličina papira i tip tinte (ako je dostupno) "
-"ispravno podešeni. Obratite pažnju da za voma veliku kvalitetu / rezoluciju "
-"štampa može postati znatno sporija."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opcija %s mora biti cijeli broj!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opcija %s mora biti broj!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Opcija %s izvan raspona!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Da li želite da podesite ovaj štampač (\"%s\")\n"
-"kao podrazumjevani štampač?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testna stranica"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Molimo izaberite testne stranice koje ćete štampati.\n"
-"Pažnja: foto testna stranica može tražiti dosta vremena za štampu a na "
-"laserskim štampačima sa malo memorije možda neće nikad ni izaći. U većini "
-"slučajeva dovoljno je odštampati standardnu testnu stranicu."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Nijedna testna strana"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Štampaj"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standardna testna strana"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternativna testna strana (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternativna testna strana (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Foto testna strana"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Nemoj štampati testnu stranicu"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Štampam testnu stranicu..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testna stranica je poslana štampaču.\n"
-"Može potrajati određeno vrijeme dok štampač krene.\n"
-"Status štampanja:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testna stranica je poslana štampaču.\n"
-"Može potrajati određeno vrijeme dok štampač krene.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Da li je radilo ispravno?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Sirovi štampač"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Za štampanje datoteke sa komandne linije (terminalski prozor) možete "
-"koristiti ili komandu \"%s <datoteka>\" ili grafički alat za štampu: \"xpp "
-"<datoteka>\" ili \"kprinter <datoteka>\". Grafički alati vam omogućuju da "
-"jednostavno odaberete štampač i izmjenite podešenja opcija.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Ove komande možete također koristiti u polju \"Komanda za štampu\" u "
-"dijalozima za štampu mnogih aplikacija, ali ovdje ne morate navesti ime "
-"datoteke jer tu datoteku obezbjeđuje sama aplikacija.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Komanda \"%s\" također omogućava izmjenu opcija za pojedinačni zadatak "
-"štampe. Jednostavno dodajte željena podešenja na komandnu liniju, npr. \"%s "
-"<datoteka>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Za listu opcija koje su dostupne za trenutni štampač ili pročitajte listu "
-"koja je data ispod ili kliknite na dugme \"Lista opcija za štampu\".%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Ovo je lista mogućih opcija za štampu za trenutni štampač:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Za štampanje datoteke sa komandne linije (terminalski prozor) koristite "
-"komandu \"%s <datoteka>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Ovu komandu također možete koristiti u polju \"Komanda za štampu\" u "
-"dijalozima za štampu mnogih aplikacija. Ovdje nije potrebno navesti naziv "
-"datoteke jer tudatoteku obezbjeđuje sama aplikacija.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Za listu opcija koje su dostupne za trenutni štampač kliknite na dugme "
-"\"Lista opcija za štampu\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Za štampanje datoteke sa komandne linije (terminalski prozor) koristite "
-"komandu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Možete također koristiti grafički interfejs \"xpdq\" za podešavanje opcija i "
-"upravljanje zadacima štampe.\n"
-"Ako koristite KDE okruženje radne površine imate \"dugme za paniku\". To je "
-"ikona na radnoj površini čiji je naziv \"ZAUSTAVI štampač!\", koja "
-"zaustavlja sve zadatke štampe odmah kada kliknete na nju. Ovo je korisno "
-"npr. u slučaju zaglavljivanja papira.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Komande \"%s\" i \"%s\" također omogućavaju izmjenu opcija za pojedinačni "
-"zadatak štampe. Jednostavno dodajte željena podešenja na komandnu liniju, "
-"npr. \"%s <datoteka>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Zatvori"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Štampam/skeniram na \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Štampam na štampač \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Lista opcija za štampu"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Vaš HP višenamjenski uređaj je automatski konfigurisan kako bi mogao "
-"skenirati. Sada možete skenirati sa komandne linije pomoću komande "
-"\"scanimage\" (\"scanimage -d hp:%s\" kako biste naveli scanner ako imate "
-"više od jednog) ili koristeći grafičke okoline \"xscanimage\" ili \"xsane\". "
-"Ako koristite GIMP, možete također skenirati koristeći odgovarajuću stavku u "
-"meniju \"File\"/\"Acquire\". Za više informacija, pogledajte još i \"man "
-"scanimage\" i \"man sane-hp\" na komandnoj liniji.\n"
-"\n"
-"Nemojte koristiti \"scannerdrake\" za ovaj uređaj!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Vaš HP višenamjenski uređaj je automatski konfigurisan kako bi mogao "
-"skenirati. Sada možete skenirati sa komandne linije pomoću komande \"ptal-hp "
-"%s scan ...\". Skeniranje putem grafičkog interfejsa ili iz GIMPa još nije "
-"podržano za vaš uređaj. Više informacija možete naći u datoteci\"/usr/share/"
-"doc/hpoj-0.8/ptal-hp-scan.html\" na vašem računaru. Ako imate HP LaserJet "
-"1100 ili 1200, možete skenirati samo ako ste instalirali opciju za "
-"skeniranje.\n"
-"\n"
-"Nemojte koristiti \"scannerdrake\" za ovaj uređaj!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Čitam podatke o štampaču..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Premještanje konfiguracije štamapča"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Možete kopirati konfiguraciju štampača koju ste napravili za spooler %s u % "
-"s, vaš trenutni spooler. Svi podaci o konfiguraciji (naziv štampača, opis, "
-"lokacija, tip konekcije kao i podrazumjevane opcije) će biti preuzeti, ali "
-"zadaci štampe neće biti prebačeni.\n"
-"Svi redovi ne mogu biti prebačeni zbog sljedećih razloga:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS ne podržava štampače na Novell serverima ili štampačekoji šalju podatke "
-"u komandama slobodnog oblika.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ podržava samo lokalne štampače, udaljene LPD štampačei Socket/TCP "
-"štampače.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD i LPRng ne podržavaju IPP štampače.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Pored toga, redovi koji nisu kreirani ovim programom ili sa \"foomatic-"
-"configure\" ne mogu biti premješteni."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Također štampači konfigurisani sa PPD datotekama koje su osigurali njihovi "
-"proizvođači ili sa vlastitim CUPS drajverima ne mogu biti prebačeni."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Označite štampače koje ćete prebacivati i kliknite na \n"
-"\"Prebaci\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Nemoj prebacivati štampače"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Prebaci"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Štampač pod imenom \"%s\" već postoji pod %s: \n"
-"Kliknite na \"Prebaci\" da to prepišete.\n"
-"Možete također unijeti novo ime ili preskočiti ovaj štampač."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Naziv štampača bi se trebao sastojati od slova, brojeva i donje linije"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Štampač \"%s\" već postoji,\n"
-"da li sigurno želite prepisati ovu konfiguraciju?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Novo ime štampača"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Prebacujem %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Prebacili ste vaš bivši podrazumjevani štampač (\"%s\"),Da li će to također "
-"biti podrazumjevani štampač podnovim sistemom štampe %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Osvježavam podatke o štampaču..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Podešavanje udaljenog štampača"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Pokrećem mrežu..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Sada podesite mrežu"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Mrežna funkcionalnost nije podešena"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Sada ćete podesiti udaljeni štampač. Ovo zahtjeva aktivan pristup mreži, ali "
-"vaša mreža još uvijek nije podešena. Ako želite nastaviti bez podešavanja "
-"mreže, nećete moći koristiti štampač koji sada podešavate. Kako želite da "
-"nastavimo?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Nastavi bez podešavanja mreže"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Podešavanje mreže koje je napravljeno tokom instalacije sada ne može biti "
-"pokrenuto. Molim provjerite da li će mreža postati dostupna nakon bootanja "
-"sistema i popravite podešenja koristeći Mandrake Kontrolni centar, sekcija "
-"\"Mreža i Internet\"/\"Konekcija\", a zatim podesite štampač, ponovo "
-"koristeći Mandrake Kontrolni centar, sekcija \"Hardver\"/\"Štampač\""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Mrežni pristup nije aktivan i nije mogao biti pokrenut. Molimo provjerite "
-"vašu konfiguraciju i vaš hardware. Onda ponovo pokušajte podesiti udaljeni "
-"štampač."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Restartujem sistem za štampu ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "visok"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoičan"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instaliram sistem za štampu na sigurnosnom nivou: %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Sada ćete instalirati sistem za štampu %s na sistemu koji je na sigurnosnom "
-"nivou % s.\n"
-"\n"
-"Ovaj sistem za štampu pokreće demon (pozadinski proces) koji čeka zadatke "
-"štampe i rješava ih. Ovom demonu takođe mogu pristupiti drugi računari putem "
-"mreže, tako da je to moguća tačka napada. Stoga se tek rijetki od odabranih "
-"demona pokreću na ovom sigurnosnom nivou.\n"
-"\n"
-"Da li zaista želite podesiti štampanje na ovom računaru?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Pokrećem sistem za štampu tokom boota"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Sistem za štampu (%s) se neće pokrenuti automatski prilikom boota računara.\n"
-"\n"
-"Moguće je da je automatsko pokretanje isključeno prilikom promjene na viši "
-"nivo sigurnosni, pošto je sistem za štampu moguća tačka napada.\n"
-"\n"
-"Da li želite da ponovo uključite automatsko pokretanje sistema za štampu?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Provjeravam instalirani software..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Uklanjam LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Uklanjam LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Izaberite spooler štampača"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Koji sistem štampanja (spooler) želite koristiti?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Podešavam štampač \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Instaliram Foomatic..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opcije štampača"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Pripremam PrinterDrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Podešavam aplikacije..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Da li želite podesiti štampanje?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Sistem štampe: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Sljedeći štampači su podešeni. Dvokliknite na štampač da promjenite njegove "
-"postavke; da ga učinite podrazumjevanim štampačem; da vidite informacije o "
-"njemu; ili da učinite štampač na udaljenom CUPS serveru upotrebljivim iz "
-"Star Office/OpenOffice.org-a."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Sljedeli štampači su podešeni. Kliknite dva puta na neki od njih za izmjenu "
-"postavki; ako ga želite učiniti podrazumjevanim štampačem; ili da biste "
-"vidjeli informacije o njemu."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Osvježi listu štampača (kako bi bili prikazani svi dostupni CUPS štampači)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Promjenite sistem štampe"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normalni mod"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Želite li podesiti još jedan štampač?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Izmjeni konfiguraciju štampača"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Štampač %s\n"
-"Šta želite da izmjenite na ovom štampaču?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Uradi!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tip konekcije štampača"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Naziv štampača, opis, lokacija"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Proizvođač štampača, model, drajver"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Proizvođač štampača, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Podesi štampač kao podrazumjevani"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Dodaj ovaj štampač u Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Ukloni ovaj štampač iz Star/Open Offica"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Štampaj testnu stranicu"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Saznaj kako koristiti ovaj štampač"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Ukloni štampač"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Uklanjam stari štampač \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Podrazumjevani štampač"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Štampač \"%s\" je sada podešen kao podrazumjevani štampač."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Dodajem štampač u Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Štampač \"%s\" je uspješno dodan u Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Nisam uspio dodati štampač \"%s\" u Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Uklanjam štampač iz Star/Open Offica"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Štampač \"%s\" je uspješno uklonjen iz Star/Open Offica."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Nisam uspio ukloniti štampač \"%s\" iz Star/Open Offica."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Da li želite da uklonite štampač \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Uklanjam štampač \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Podešavanje proxija"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Dobro došli u alat za podešavanje proxija.\n"
-"qn Ovdje ćete biti u prilici da podesite vaše http i ftp proxije\n"
-"sa ili bez logina i šifre\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Molimo popunite informacije o http proxiju\n"
-"Ostavite polja praznim ako ne želite http proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url treba počinjati sa 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Port treba biti broj"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Molimo popunite informacije o ftp proxiju\n"
-"Ostavite polja praznim ako ne želite ftp proxy"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url treba počinjati sa 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Molimo unesite login i šifru za proxy, ako su potrebni.\n"
-"Ostavite polja praznim ako ne želite login/šifru"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "šifra"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "ponovo unesite šifru"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Šifre se ne poklapaju. Pokušajte opet!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ne mogu dodati particiju na _formatiran_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ne mogu pisati datoteku %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid nije uspio"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid nije uspio (možda nedostaju raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nema dovoljno particija za RAID nivo %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Pokreni ALSA zvučni sistem (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron periodični pokretač komandi."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd se koristi za nadgledanje statusa baterija i logovanje preko\n"
-"sysloga. Također se može koristiti za gašenje računara kada su baterije "
-"potrošene."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Pokreće komande zakazane putem at komande u vrijeme koje je zadato\n"
-"prilikom pokretanja at-a, te pokreće pozadinske komande kada je nizak "
-"prosječni nivo opterećenja."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron je standardan UNIX program koji pokreće programe koje zada korisnik\n"
-"u periodičnim terminima. vixie cron dodaje veći broj mogućnosti osnovnom\n"
-"UNIX cronu, uključujući bolju sigurnost i moćnije opcije za podešavanje."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM dodaje podršku za miša tekst-baziranim aplikacijama kao što je\n"
-"Midnight Commander. On također omogućuje konzolne isjeci/zaljepi operacije\n"
-"pomoću miša i uključuje podršku za pop-up menije na konzoli."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake pokreće probavanje hardware-a i opcionalno konfiguriše\n"
-"novi/izmjenjeni hardware."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache je World Wide Web server. Koristi se za posluživanje HTML\n"
-"datoteka i CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Demon za nadgledanje Interneta (obično nazvan inetd) pokreće\n"
-"raznolike druge Internet servise po potrebi. Odgovoran je za pokretanje\n"
-"raznih servisa, kao što su telnet, ftp, rsh i rlogin. Isključivanje inetd-a\n"
-"isključuje sve servise za koje je on nadležan."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Pokrenite filtriranje paketa za Linux kernel seriju 2.2 kako\n"
-"biste postavili firewall i zaštitili vaš računar od mrežnih napada."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ovaj paket učitava izabranu mapu tastature kao što je podešeno u\n"
-"/etc/sysconfig/keyboarc. Ovo može biti izabrano korištenjem kbdconfig\n"
-"programa. Možete ovo ostaviti uključenim na većini računara."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatsko regenerisanje kernel zaglavlja u /boot za\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatsko prepoznavanje i podešavanje hardware-a tokom boota."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf će ponekad obaviti raznolike zadatke tokom boota\n"
-"kako bi se održala sistemska konfiguracija."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd je demon za štampu koji je potreban da bi lpr radio ispravno.\n"
-"To je u osnovi server koji dodjeljuje zadatke štampe štampaču/ima."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtuelni Server, koristi se za izgradnju servera visokih performansi\n"
-"i dostupnosti."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) je Domain Name Server (DNS) koji se koristi za pretvaranje "
-"imena računara u IP adrese."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Montira i demontira sve Network File System (NFS), SMB (Lan\n"
-"Manager/Windows) i NCP (NetWare) tačke montiranja."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktivira/deaktivira sve mrežne interfejse koji su konfigurisani\n"
-"za pokretanje tokom boota."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS je popularan protokol za dijeljenje datoteka preko TCP/IP mreža.\n"
-"Ovaj servis omogućuje funkcionalnost NFS servera, koji je podešen putem\n"
-"/etc/exports datoteke."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS je popularan protokol za dijeljenje datoteka preko TCP/IP mreža.\n"
-"Ovaj servis omogućuje NFS funkcionalnost zaključavanja datoteka."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automatski uključuje numlock bravu tipaka pod konzolom i\n"
-"XFree tokom boota."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Podrška za OK 4w i kompatibilne windows štampače"
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA podrška je obično za podržavanje stvari kao što je\n"
-"ethernet i modemi u laptopima. Neće se pokrenuti dok se ne\n"
-"konfiguriše tako da je sigurno imati ga instaliranog na računarima\n"
-"kojima nije potreban."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper upravlja RPC konekcijama, koje koriste protokoli kao što\n"
-"su NFS i NIS. Portmap server mora raditi na računarima koje služe kao\n"
-"serveri za protokole koji koriste RPC mehanizam."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix je Mail Transport Agent, tj. program koji šalje poštu sa jednog "
-"računara na drugu."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Spašava i vraća sistemski raspon entropije za veću kvalitetu\n"
-"generisanja slučajnih brojeva."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Dodjeljuje sirove uređaje blokovskim urećajima (kao što su\n"
-"particije hard diska) za upotrebu aplikacijama kao što je Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed demon omogućuje da se automatska IP tabela rutiranja podešava\n"
-"preko RIP protokola. Mada se RIP često koristi na malim mrežama, "
-"kompleksniji\n"
-"protokoli rutiranja su potrebni za složene mreže."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokol omogućava korisnicima na mreži da dobave\n"
-"mjeru performansi za svaki računar na toj mreži"
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokol omogućava korisnicima na mreži da identificiraju\n"
-"ko je prijavljen na ostalim računarima."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokol omogućava udaljenim korisnicima da dobiju listu svih\n"
-"korisnika prijavljenih na računar na kojem radi rwho demon (slično fingeru)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Pokreće zvučni sistem na vašem računaru"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog je pogodnost pomoću koje mnogi demoni zapisuju poruke\n"
-"u razne sistemske dnevnike. Dobra ideja je uvijek imati pokrenuti syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Pokreće drajvere za vaše usb uređaje."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Pokreće X Font Server (ovo je nužno da bi XFree radio)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Izaberite koji servisi se trebaju pokretati automatski prilikom boota"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Štampa"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Dijeljenje datoteka"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistem"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Udaljena administracija"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Server baze podataka"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Servisi: %d aktiviran za %d registrovan"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servisi"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "aktivan"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "zaustavljen"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servisi i demoni"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Nema dodatnih informacija\n"
-"o ovom servisu, izvinite."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Prilikom boota"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Hvala vam što ste odabrali Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Dobro došli u svijet otvorenog izvornog koda"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Uspjeh MandrakeSofta je baziran na principima Slobodnog softvera. Vaš novi "
-"operativni sistem je rezultat zajedničkog rada dijela Linux zajednice širom "
-"svijeta"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Pridružite se svijetu Slobodnog softvera"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Upoznajte Open Source zajednicu i postanite njen član. Učite, podučavajte i "
-"pomozite drugima tako što ćete pristupiti mnogim forumima za diskusiju koje "
-"ćete naći na našim \"Community\" stranicama"
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet i razmjena poruka"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 pruža najbolji softver za pristup svemu što Internet "
-"pruža: Pretražujte web i pregledajte animacije pomoću Mozilla-e i "
-"Konquerora, razmjenjujte email i organizirajte vaše lične podatke pomoću "
-"Evolution i KMail-a, i mnogo drugog"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedija i grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 vam omogućuje da potjerate vaš multimedijalni računar do "
-"krajnjih granica! Koristite najnoviji softver za slušanje muzike i audio "
-"datoteka, mijenjajte i organizujte vaše slike i fotografije, gledajte TV i "
-"video-snimke i mnogo drugog"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Programiranje"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 je najbolja platforma za razvoj aplikacija. Otkrijte moć "
-"GNU gcc kompajlera kao i najboljih razvojnih okolina koje su Open Source"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrolni centar"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Mandrake Linux 8.2 Kontrolni centar je jedinstvena lokacija za puno "
-"prilagođavanje i podešavanje vašeg Mandrake sistema"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Korisnički okoliš"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 nudi vam na izbor 11 različitih grafičkih desktop okolina "
-"i window managera uključujući GNOME 1.4, KDE 2.2.2, Window Maker 0.8 i druge"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Serverski softver"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Pretvorite vaš računar u moćan server sa svega nekoliko klikova mišem: Web "
-"server, email, firewall, file i print server, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Igre"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 pruža najbolje Open Source igre - arkadne, akcione, "
-"karte, sportovi, strategije, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Želite li naučiti Linux jednostavno, brzo i besplatno? MandrakeSoft vam nudi "
-"besplatno učenje Linuxa kao i način za testiranje vašeg napretka na "
-"MandrakeCampus-u -- našem online centru za obuku"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Kvalitetna podrška od strane Linux zajednice i MandrakeSofta nalazi se odmah "
-"iza ugla. A ako ste već Linux veteran, postanite \"Expert\" i dijelite vaše "
-"znanje na našem web sajtu za podršku"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Za sve vaše IT projekte, naši konsultanti su spremni da analiziraju vaše "
-"potrebe i ponude prilagođeno rješenje. Iskoristite veliko iskustvo "
-"MandrakeSofta kao proizvođača Linux rješenja kako biste ponudili pravu IT "
-"alternativu za vaš biznis"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Čitav raspon Linux rješenja, kao i posebne ponude za proizvode i "
-"'potrepštine', dostupni su u našoj online radnji"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Za više informacija o MandrakeSoftovim profesionalnim uslugama i "
-"komercijalnoj ponudi, molimo posjetite sljedeću web stranicu:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Instaliram pakete..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ne mogu čitati vašu tabelu particija, previše je oštećena za mene :(\n"
-"Pokušaću izbrisati loše particije"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Greška!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ne mogu pronaći potrebnu image datoteku '%s'"
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Podešavanje auto instalacije"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Sada ćete podesiti Auto Instalacijsku disketu. Ova opcija je pomalo opasna i "
-"mora biti korištena uz pažnju.\n"
-"\n"
-"Sa ovom opcijom bićete u mogućnosti da ponovite instalaciju koju ste obavili "
-"na ovom računaru, pri ćemu ćete biti interaktivno upitani za neke korake, "
-"kako biste promjenili njihove vrijednosti.\n"
-"\n"
-"Za maksimalnu sigurnost, particioniranje i formatiranje nikad neće biti "
-"obavljeno automatski, bez obzira šta izaberete tokom instalacije na ovaj "
-"računar.\n"
-"\n"
-"Da li želite nastaviti?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Automatska konfiguracija koraka"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Molimo izaberite za svaki korak da li ćete ga ponoviti kao i u vašoj "
-"instalaciji ili će se obaviti ručno"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Dobro došli.\n"
-"\n"
-"Parametri automatske instalacije su dostupni u odjeljcima lijevo"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Čestitamo!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketa je uspješno napravljena.\n"
-"Sada možete ponoviti vašu instalaciju."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Auto instalacija"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Dodaj stavku"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Ukloniti zadnju stavku"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Izvještaj \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Izvještaj o demonima\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Detalji izvještaja\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "ukupno napredak"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Backup-uj sistemske datoteke..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Datoteke backup-a hard diska..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Backup-uj korisničke datoteke..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Napredak backup-a hard diska..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Backup-uj ostale datoteke..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"lista datoteka poslana putem FTPa : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) problem sa FTP konekcijom: Nije bilo moguće poslati vaše backup datoteke "
-"putem FTPa.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Greška tokom slanja pošte. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Izbor datoteka"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Molimo uključite sve potrebne opcije.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Ove opcije mogu spasiti ili vratiti sve datoteke u vašem /etc direktoriju.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Zaobiđi kritične datoteke (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Sa ovom opcijom bićete u mogućnosti da vratite bilo koju\n"
-" verziju vašeg /etc direktorija."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Molimo izaberite sve korisnike koje želite uključiti u vaš backup."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Ne uključuj spremnik web preglednika"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Ukloni izabrano"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Korisnici"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Koristi FTP vezu za backup"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Molimo unesite ime računara ili IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Molimo unesite direktorij za\n"
-" smještaj backupa na ovom računaru."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Molimo unesite vaš login"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Molimo unesite vašu šifru"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Zapamti ovu šifru"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP konekcija"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Sigurna konekcija"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Koristi CD/DVDROM za backup"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Molimo izaberite vaš CD prostor"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Molim uključite ako koristite CDRW medij"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Molim uključite ako želite obrisati vaš CDRW prije"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Molim izaberite ako želite uključiti\n"
-" instalacijski boot na CDu."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Molim unesite naziv uređaja vašeg CD Writera\n"
-" npr: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Koristi traku za backup"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Molim unesite ime uređaja kojeg ćete koristiti za backup"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Molim unesite maksimalnu veličinu\n"
-" dozvoljenu za Draxbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Molimo unesite direktorij za spasiti:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Koristi quotu za backup datoteke."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Mreža"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "svakog sata"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "dnevno"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "sedmično"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "mjesečno"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Koristi demon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Izaberite vremenski interval\n"
-"između svakog backupa"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Molim izaberite medij\n"
-"za backup."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Koristi hard disk sa demonom"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Koristi FTP sa demonom"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Molim budite sigurni da je cron demon aktiviran u vašim servisima."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Pošalji mail izvještaj nakon svakog backupa na :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Šta"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Gdje"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Kada"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Više opcija"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Podešavanje Drakbackup-a"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Molimo izaberite gdje želite backupovati"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "na hard disk"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "preko mreže"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Molim izaberite šta želite backupovati"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Backup sistema"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Backup korisnika"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Ručno izaberite korisnika"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Izvori backup-a: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- sistemske datoteke:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- korisničke datoteke:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- ostale datoteke:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- spasi na hard disku u direktoriju : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- spasi na FTPu na računaru : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t korisničko ime: %s\n"
-"\t\t u direktoriju: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Opcije:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tNe uključuj sistemske datoteke\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackupi koriste tar i bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackupi koriste tar i gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Demon (%s) uključuje :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Hard disk.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Mrežu preko FTPa.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Mrežu preko SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Bez podešavanja, molim kliknite na Čarobnjak ili Napredno.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lista podataka za vraćanje:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lista oštećenih podataka:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Molimo isključite ili pobrišite ga idući put."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Backup datoteke su oštećene"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Svi vaši izabrani podaci su "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " uspješno spašeni na %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Vrati konfiguraciju "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK za vraćanje ostalih datoteka."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Lista korisnika za vraćanje (samo najsvježiji datum po korisniku je značajan)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Vrati sistemske datoteke prije:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "molim izaberite datum za vraćanje"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Koristi hard disk za backup"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Vrati sa hard diska"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Molim unesite direktorij gdje su smješteni backupi"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Izaberite drugi medij za vraćanje"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Drugi medij"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Vrati sistem"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Vrati korisnike"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Vrati ostalo"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "izaberite stazu za vraćanje (umjesto / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Izvrši novi backup prije vraćanja (samo za inkrementalni backup.)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Pobriši korisničke direktorije prije vraćanja."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Vrati sve backupe"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Ručno vraćanje"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Pomoć"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Prethodni"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Spasi"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Izgradi backup"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Vrati"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Sljedeći"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Molimo pokrenite Izgradi backup prije vraćanja...\n"
-" ili provjerite da li je put za spašavanje ispravan."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Greška tokom sendmaila\n"
-" vaš mail izvještaj nije poslan\n"
-" Molim podesite sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lista paketa za instalaciju"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Greška tokom slanja datoteke preko FTPa.\n"
-" Molimo ispravite vašu FTP konfiguraciju."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Molim izaberite podatke za vraćanje..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Molim izaberite medij za backup..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Molim izaberite podatke za backup..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Nije pronađena konfiguraciona datoteka \n"
-"molim kliknite na Čarobnjak ili Napredno."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "U izradi ... molim sačekajte."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Backup sistemskih datoteka"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Backup korisničkih datoteka"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Backup ostalih datoteka"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Ukupan napredak"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "slanje datoteka putem FTPa"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Šaljem datoteke..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Lista podataka koji će biti smješteni na CDROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Molim unesite brzinu cd pisača"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Molim unesite naziv uređaja vašeg CD pisača (ex: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Molim uključite ako želite imati instalacioni boot na vašem CDu."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Backup-uj sada iz konfiguracijske datoteke"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Pogledaj postavke backupa."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Čarobnjak za podešavanje"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Napredno podešavanje"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Backup-uj sada"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Neke greške prilikom slanja poruka može izazvati \n"
-" loše podešen postfix. Ovo možete riješiti tako što ćete\n"
-" podesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalacija %sa nije uspjela. Javila se sljedeća greška:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Pretraži instalirane fontove"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Isključi instalirane fontove"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "obradi sve fontove"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "nije pronađen nijedan font"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "gotovo"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "ne mogu naći nijedan font na montiranim particijama"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Ponovo izaberi ispravne fontove"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "ne mogu naći nijedan font.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Pretraži fontove na listi instaliranih"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopiranje fontova"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Instalacija True Type fontova"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "molimo sačekajte tokom ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Završena True Type instalacija"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konverzija fontova"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "type1inst kreiranje"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript referenciranje"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf fonts konverzija"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm fonts konverzija"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Onemogući privremene datoteke"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Restartuj XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Onemogući datoteke fontova"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "restart xfs-a"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Prije instaliranja fontova, provjerite da li imate dozvole da ih koristite i "
-"instalirate na va[em sistemu.\n"
-"\n"
-"-Možete instalirati fontove koristeći uobičajen način. U rijetkim "
-"slučajevima, neispravni fontovi mogu zaglaviti vaš X Server."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Uvoz fontova"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Preuzmi fontove iz Windowsa"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Deinstaliraj fontove"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Napredne opcije"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Lista fontova"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Izaberite aplikacije koje će podržavati fontove :"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Razni štampači"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Izaberite font datoteku ili direktorij i kliknite na 'Dodaj'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Lista instalacije"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "kliknite ovdje ako ste sigurni."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "ovdje ako ne."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Ništa izabrano"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Sve izabrano"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Pobriši listu"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Probni inicijali"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Kopiraj fontove na sistem"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Instaliraj i konvertuj fontove"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Post Install"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Pobriši fontove sa mog sistema"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Post Uninstall"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Dijeljenje Internet konekcije"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Dijeljenje Internet konekcije je trenutno aktivno"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Dijeljenje Internet konekcije je već podešeno. Trenutno je\n"
-"aktivno.\n"
-"\n"
-"Šta želite uraditi?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "isključi"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "otkaži"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "rekonfiguriši"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Isključujem servere..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Dijeljenje Internet konekcije je sada isključeno."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Dijeljenje Internet konekcije je trenutno neaktivno"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Dijeljenje Internet konekcije je već podešeno. Trenutno je\n"
-"neaktivno.\n"
-"\n"
-"Šta želite uraditi?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "uključi"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Uključujem servere..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Dijeljenje Internet konekcije je sada uključeno."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Sada ćete konfigurisati vaš računar za dijeljenje Internet konekcije.\n"
-"Sa ovom opcijom, ostali računari na vašoj lokalnoj mreži će moći koristiti "
-"Internet konekciju ovog računara. \n"
-"\n"
-"Napomena: potreban vam je poseban Mrežni adapter da biste podesili Lokalnu "
-"mrežu (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfejs %s (koristeći modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfejs %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nema mrežnog adaptera na vašem sistemu!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Na vašem sistemu nije pronađen nijedan ethernet mrežni adapter. Molimo "
-"pokrenite alat za podešavanje hardware-a."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Mrežni interface"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Trenutno je samo jedan mrežni adapter podešen na vašem sistemu:\n"
-"\n"
-"%s\n"
-"\n"
-"Sada ću podesiti vašu Lokalnu mrežu sa ovim adapterom."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Molimo izaberite koji mrežni adapter će biti spojen na vašu Lokalnu mrežu."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Mrežni interfejs je već podešen"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Upozorenje, mrežni adapter (%s) je već podešen.\n"
-"\n"
-"Da li želite automatsko ponovno podešavanje?\n"
-"\n"
-"To možete obaviti ručno, ali morate znati šta radite."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatsko ponovno podešavanje"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Prikaži postavke trenutnog interfejsa"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Trenutna konfiguracija `%s':\n"
-"\n"
-"Mreža: %s\n"
-"IP adresa: %s\n"
-"IP atributi: %s\n"
-"Drajver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Mogu zadržati trenutnu konfiguraciju i pretpostaviti da ste već podesili "
-"DHCP server; u tom slučaju molim provjerite da li sam ispravno pročitao "
-"mrežu C klase koju ćete koristiti na lokalnoj mreži; neću je ponovo podesiti "
-"i neću mijenjati vaše postavke DHCP servera.\n"
-"\n"
-"Ako ne, mogu ponovo podesiti vaš interfejs i podesiti DHCP server za vas.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Lokalna mreža C klase"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "IP adresa (ovog) DHCP servera"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Ponovo podesi interfejs i DHCP server"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Lokalna mreža se ne završava sa `.0', izlazim."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Potencijalan konflikt LAN adresa pronađen u trenutnoj konfiguraciji %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Otkrivena konfiguracija firewalla!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Upozorenje! Pronađena je postojeća konfiguracija firewalla. Možda će biti "
-"potrebno neko ručno podešavanje nakon instalacije."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Podešavam..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Podešavam skripte, instaliram software, pokrećem servere..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemi tokom instaliranja paketa %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Sve je konfigurisano.\n"
-"Sada možete dijeliti Internet konekciju sa ostalim računarima na vašoj "
-"lokalnoj mreži, koristeći automatsku mrežnu konfiguraciju (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Podešavanje je već završeno, ali je trenutno isključeno."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Podešavanje je već završeno i trenutno je uključeno."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Dijeljenje Internet konekcije nije nikad podešeno."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Podešavanje dijeljenja Internet konekcije"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Dobrodošli u alat za Dijeljenje Internet konekcije!\n"
-"\n"
-"%s\n"
-"\n"
-"Kliknite na Podesi da pokrenete čarobnjak."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Podešavanje mreže (%d adaptera)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil:"
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Briši profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil za brisanje:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Novi profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Naziv profila koji će biti kreiran (novi profil je kreiran kao kopija "
-"postojećeg) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Hostname: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Pristup Internetu"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tip:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfejs:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Molim sačekajte"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Podesi Internet pristup..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Podešavanje LANa"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Drajver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfejs"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Podesi Lokalnu mrežu..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Kliknite ovdje za pokretanje čarobnjaka ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Čarobnjak..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Primjeni"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Molimo sačekajte... Primjenjujem konfiguraciju"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Konektovan"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nije konektovan"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Konektuj se..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Prekini konekciju..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Upozorenje, otkrivena je druga Internet konekcija, možda preko vaše mreže"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Nemate nijedan podešen interfejs.\n"
-"Podesite ih prvo klikajući na 'Podesi'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Podešavanje LANa"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Boot protokol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Pokrenut na bootu"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "pokreni sada"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "zaustavi sada"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Interfejs još nije podešen.\n"
-"Pokrenite čarobnjak za podešavanje u glavnom prozoru"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nemate nijednu Internet konekciju.\n"
-"Napravite jednu klikajući na 'Podesi'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Podešavanje Internet konekcije"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Podešavanje Internet konekcije"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tip konekcije: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametri"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet kartica"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Podešavanje nivoa sigurnosti"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrolni centar"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Izaberite alat koji želite koristiti"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kablovska)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (kablovska)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Kina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japan (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japan (kablovska)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Istočna Evropa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irska"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Zapadna Evropa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australija"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Novi Zeland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Južna Afrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Molim,\n"
-"unesite vaš tv standard i državu"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV standard :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Oblast :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Pretraga TV kanala je u toku ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Tražim TV kanale"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Molimo izaberite izgled vaše tastature."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Želite li da BackSpace vrati Delete u konzoli?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Promjenite CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Molimo ubacite Instalacioni CD u vaš CD-ROM uređaj i pritisnite Ok kad ste "
-"spremni.\n"
-"Ako ga nemate, pritisnite Odustani da bi se izbjegao live upgrade."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ne mogu da pokrenem live upgrade !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "Izmjena je napravljena, ali da bi stupila na snagu morate se odjaviti"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Prikaži samo za izabrani dan"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/File/_New"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Datoteka/_Otvori"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Datoteka/_Sačuvaj"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Datoteaka/Sačuvaj _kao"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Datoteka/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcije"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcije/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Pomoć"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Pomoć/_O programu..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Korisnik"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Poruke"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Objašnjenja Mandrake alata"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "pretraživanje"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Alat za pregled vaših logova"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Podešavanja"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "matching"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "but not matching"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Izaberi datoteku"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalendar"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Sadržaj datoteke"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Mail/SMS obavijest"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "molim sačekajte, parsiram datoteku: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Podešavanje Mail/SMS obavijesti"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Dobro došli u aplikaciju za podešavanje mail/SMSa.\n"
-"\n"
-"Ovdje možete podesiti sistem obavještavanja.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "postavke servisa"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Možete primiti obavještenje ako neki od izabranih servisa prestane raditi"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "postavka opterećenja"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-"Primićete upozorenje ako je opterećenje (system load) veće od ove vrijednosti"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "postavka upozorenja"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Podesite način na koji će vas sistem obavijestiti"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Sačuvaj kao..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Molimo izaberite vrstu vašeg miša."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nije pronađen serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emuliraj treće dugme?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s je pronađen na %s, podesi ga ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Izaberite skener"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Ovaj %s skener nije podržan"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Boot uređaj"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Ovaj %s skener se mora podesiti iz printerdrake-a.\n"
-"Možete pokrenuti printerdrake iz Mandrake Kontrolnog centra u odjeljku "
-"Hardware."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Podešavanje firewalla"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Podešavanje firewalla"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Već ste podesili firewall.\n"
-"Kliknite na Podesi kako bi se izmjenio ili uklonio firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Kliknite na Podesi za podešavanje standardnog firewalla"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Izaberite svoj jezik"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Izaberite klasu instalacije"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Prepoznavanje hard diska"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Podešavanje miša"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Izaberite vašu tastaturu"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sigurnost"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Podešavanje datotečnih sistema"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatiranje particija"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Izaberite pakete za instalaciju"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Sistem instalacije"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Dodajte korisnika"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Podešavanje mreže"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Podešavanje servisa"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalacija bootloadera"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Napravite boot disketu"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Podešavanje X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Instaliraj sistemske update"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Napusti instalaciju"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall podešavač\n"
-"\n"
-"On podešava lični firewall za ovaj Mandrake Linux računar.\n"
-"Za moćnu soluciju posebnog firewalla, molimo pogledajte\n"
-"specijaliziranu MandrakeSecurity Firewall distribuciju."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sada ćemo vam postaviti pitanja o servisima kojima želite dozvoliti\n"
-"pristup sa Interneta. Molimo razmislite pažljivo o ovim pitanjima,\n"
-"jer je sigurnost vašeg računara bitna.\n"
-"\n"
-"Molimo vas, ako trenutno ne koristite neki od ovih servisa, isključite\n"
-"ga firewallom. Možete izmjeniti ove postavke kad god želite ponovnim\n"
-"pokretanjem ove aplikacije!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut web server na ovom računaru za koji želite da ga\n"
-"cijeli Internet vidi? Ako imate pokrenut webserver kojem ćete pristupati\n"
-"samo sa ovog računara, možete slobodno ovdje odgovoriti NE.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut name server (DNS) na ovom računaru? Ako niste\n"
-"podesili DNS radi davanja informacija o IP i zoni cijelom Internetu, \n"
-"molimo vas odgovorite ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Da li želite da dozvolite ulazne Secure Shell (ssh) konekcije? Ovo\n"
-"je zamjena za telnet koju možete koristiti za prijavu. Ako sada koristite\n"
-"telnet, definitivno trebate preći na ssh. Telnet nije kriptovan, tako\n"
-"da neki napadači mogu ukrasti vašu šifru ako ga koristite. ssh je\n"
-"kriptovan i ne dozvoljava ovo prisluškivanje."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Da li želite dozvoliti ulazne telnet konekcije?\n"
-"Ovo je užasno nesigurno, kao što je objašnjeno na prethodnom\n"
-"ekranu. Strogo preporučujemo da odgovorite Ne ovdje i koristite\n"
-"ssh umjesto telneta.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Da li imate pokrenut FTP server za koji želite da je pristupačan sa\n"
-"Interneta? Ako da, onda strogo preporučujemo da ga koristite samo\n"
-"za anonimne transfere. Bilo koju šifru koja je poslana putem FTPa\n"
-"mogu ukrasti napadači, pošto FTP također ne koristi kriptovanje.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut mail server ovdje? Ako šaljete poruke\n"
-"kroz pine, mutt ili neki drugi tekst-bazirani mail klijent, onda\n"
-"vjerovatno imate. U suprotnom, trebali biste isključiti ovo \n"
-"firewallom.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut POP ili IMAP server ovdje? Ovo bi\n"
-"bilo korišteno za smještaj ne-web-baziranih mail naloga\n"
-"za ljude na ovom računaru.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Čini se da koristite 2.2 kernel. Ako je vaša mrežna IP\n"
-"automatski podešena putem računara u vašoj kući ili\n"
-"uredu (dinamički dodjeljena), moramo ovo dozvoliti. Da\n"
-"li je ovo slučaj?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Da li vaš računar sinhronizuje vrijeme sa drugim računarom?\n"
-"Najčešće, ovo se koristi u srednje velikim Unix/Linux organizacijama\n"
-"za sinhronizaciju vremena za pravljenje dnevnika i slično. Ako\n"
-"niste dio većeg ureda i niste čuli za ovo, onda vjerovatno\n"
-"ovo nije slučaj."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Podešavanje završeno. Možemo li zapisati ove izmjene na disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ne mogu otvoriti %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Ne, ne treba mi DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Da, treba mi DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Ne, ne treba mi NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Da, treba mi NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Nemoj snimiti"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Snimi i izađi"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Čarobnjak za podešavanje firewalla"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Ne (isključi pristup sa interneta)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Da (dozovoli pristup sa interneta)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Molim sačekajte... Provjeravam instalirane pakete"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Greška prilikom instaliranja paketa : %s i Bastille.\n"
-" Pokušajte ih instalirati ručno."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Mrežni računar (klijent)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, ssh server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Ured"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome Radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Alati za vaš Palm Pilot ili Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domain Name i Network Information Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Uredski programi: obrada teksta (kword, abiword), tablični alati (kspread, "
-"gnumeric), pdf preglednici itd."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Alati vezani za zvuk: mp3 ili midi playeri, mixeri itd."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knjige i Howto-i na temu Linuxa i Slobodnog Software-a"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE Radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, itd."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedija - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Skup alata za mail, news, web, prenos datoteka i chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Baze podataka"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL ili MySQL baza podataka"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Alati za lakše podešavanje računara"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedija - Zvuk"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Korisni programi"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentacija"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Alati za konzolu"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix mail server, Inn news server"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet stanica"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedijalna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Podešavanje"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Druge grafičke okoline (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, osnovno grafičko okruženje sa izborom pratećih alata"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafičko okruženje"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Alati za pravljenje i prženje CDova"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Uredska radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itd."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafički programi kao što je Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C i C++ razvojne biblioteke, programi i include datoteke"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Network Computer server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Stanica za igru"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video playeri i editori"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedija - Grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Zabavni programi: arkadne igre, igre za tablu, strategije itd."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Skup alata za čitanje i slanje pošte i news-a (pine, mutt, tin...) i "
-"pregledanje Weba"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arhiviranje, emulatori, nadzor"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Lične finansije"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafički okoliš sa skupom korisnički orjentisanih aplikacija i alata za "
-"radnu površinu"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klijenti za razne protokole uključujući ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programi za pregled i editovanje zvuka i videa"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Ostale grafičke okoline"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editori, ljuske, datotečni alati, terminali"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programi za upravljanje vašim finansijama, kao što je gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Upravljanje ličnim informacijama"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedija - Prženje CDa"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Znanstvena radna stanica"
-
-#~ msgid "About"
-#~ msgstr "O programu"
-
-#~ msgid " Help "
-#~ msgstr " Pomoć "
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-2,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Ne mogu pristupiti kernel modulima koji odgovaraju vašem kernelu "
-#~ "(nedostaje datoteka %s)"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Nijedan"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Izaberite default štampač!"
-
-#~ msgid ""
-#~ "With remote CUPS servers, you do not have to configure any printer here; "
-#~ "CUPS servers inform your machine automatically about their printers. All "
-#~ "printers known to your machine currently are listed in the \"Default "
-#~ "printer\" field. Choose the default printer for your machine there and "
-#~ "click the \"Apply/Re-read printers\" button. Click the same button to "
-#~ "refresh the list (it can take up to 30 seconds after the start of CUPS "
-#~ "until all remote printers are visible). When your CUPS server is in a "
-#~ "different network, you have to give the CUPS server IP address and "
-#~ "optionally the port number to get the printer information from the "
-#~ "server, otherwise leave these fields blank."
-#~ msgstr ""
-#~ "Sa udaljenim CUPS serverom, ne morate podešavati nijedan\n"
-#~ "štampač ovdje; CUPS serveri obavještavaju vaš računar automatski\n"
-#~ "o svojim štampačima. Svi štampači koji su trenutno poznati vašem\n"
-#~ "računaru su izlistani u polju \"Podrazumjevani štampač\". Izaberite "
-#~ "podrazumjevani\n"
-#~ "štampač za vaš računar ovdje i kliknite na dugme \"Primjeni/Ponovo\n"
-#~ "pročitaj štampače\". Kliknite na isto dugme za osvježavanje liste (može\n"
-#~ "trajati do 30 sekundi nakon pokretanja CUPSa dok svi udaljeni štampači\n"
-#~ "ne postanu vidljivi). Kada je vaš CUPS server u različitoj mreži, morate "
-#~ "dati\n"
-#~ "IP adresu CUPS servera i eventualno broj porta kako bi se dobavile "
-#~ "informacije\n"
-#~ "o štampačima sa servera, inače ostavite ova polja praznim."
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Primjeni/Ponovo pročitaj štampače"
-
-#~ msgid "Configure printing system"
-#~ msgstr "Podešavanje sistema štampe"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
deleted file mode 100644
index 0663d463f..000000000
--- a/perl-install/share/po/ca.po
+++ /dev/null
@@ -1,14978 +0,0 @@
-# drakX translation to Catalan
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 MandrakeSoft
-# Copyright (c) 1999-2001 Softcatal
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-04-10 23:29+0200\n"
-"Last-Translator: Softcatal <traddrake@softcatala.org>\n"
-"Language-Team: Catalan\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configura tots els capals independentment"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Utilitza l'extensi Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configura noms la targeta \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Configuraci Multi-head"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"El vostre sistema permet l's d'una configuraci de mltiples capals.\n"
-"Qu voleu fer?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Targeta grfica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Seleccioneu una targeta grfica"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Escolliu un servidor X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Escolliu un servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Quina configuraci de l'XFree voleu tenir?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"La vostra targeta pot tenir acceleraci 3D de maquinari, per noms amb "
-"l'Xfree %s.\n"
-"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"La vostra targeta pot tenir acceleraci 3D de maquinari amb l'Xfree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "Xfree %s amb acceleraci 3D de maquinari"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"La vostra targeta pot tenir acceleraci 3D de maquinari amb l'Xfree %s,\n"
-"TINGUEU EN COMPTE QUE ES TRACTA D'UN SUPORT EXPERIMENTAL; L'ORDINADOR ES POT "
-"PENJAR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s amb acceleraci 3D de maquinari EXPERIMENTAL"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"La vostra targeta pot tenir acceleraci 3D de maquinari, per noms amb "
-"l'Xfree %s,\n"
-"TINGUEU EN COMPTE QUE ES TRACTA D'UN SUPORT EXPERIMENTAL; L'ORDINADOR ES POT "
-"PENJAR.\n"
-"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configuraci de l'XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Seleccioneu la mida de memria de la vostra targeta grfica"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Escolliu les opcions per al servidor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Escolliu un monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Els dos parmetres ms importants son la velocitat de refresc vertical, que\n"
-"s la velocitat a qu es refresca tota la pantalla, i el ms important, la\n"
-"velocitat de sincronitzaci horitzontal, que s la velocitat a qu es\n"
-"visualitzen les lnies d'exploraci.\n"
-"\n"
-"s MOLT IMPORTANT que no especifiqueu un tipus de monitor amb un abast\n"
-"de sincronitzaci superior a les possibilitats del vostre monitor, perqu\n"
-"el podreu fer malb.\n"
-"En cas de dubte, sigueu conservador amb aquest parmetre."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Velocitat de refresc horitzontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Velocitat de refresc vertical"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "El monitor no est configurat"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "La targeta grfica encara no est configurada"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Encara no s'han escollit les resolucions"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Voleu comprovar la configuraci?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Avs: la comprovaci d'aquesta targeta grfica pot penjar-vos l'ordinador"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Comprova la configuraci"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"intenteu canviar alguns parmetres"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "S'ha produt un error:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Sortida en %d segons"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "s aquest el parmetre corrcte?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "S'ha produt un error, intenteu canviar alguns parmetres"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resoluci"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Escolliu la resoluci i la profunditat de color"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Targeta grfica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Servidor xFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Ms"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "D'acord"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Mode expert"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Mostra'ls tots"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resolucions"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Disposici del teclat: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipus de ratol: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositiu del ratol: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Sincronitzaci horitzontal del monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Refresc vertical del monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Targeta grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Targeta grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memria grfica: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Profunditat del color: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resoluci: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Servidor xFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Controlador de l'xFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "S'est preparant la configuraci de l'X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Qu voleu fer?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Canvia el monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Canvia la targeta grfica"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Canvia les opcions del servidor"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Canvia la resoluci"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mostra la informaci"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Torna-ho a comprovar"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Surt"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Voleu conservar els canvis?La configuraci actual s:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X a l'inici"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Puc configurar el vostre ordinador de manera que executi X automticament "
-"durant l'arrencada.\n"
-"Voleu que X s'inici quan torneu a arrencar l'ordinador?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-Enrere"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 colors (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32.768 colors (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65.536 colors (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milions de colors (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4.294 milions de colors (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB o ms"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA estndard, 640x480 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatible 8514, 1024x768 a 87 Hz entrellaada (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 a 87 Hz entrellaada, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA ampliada, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA no entrellaada, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA d'alta freqncia, 1024x768 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-freqncia que pot fer 1280x1024 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-freqncia que pot fer 1280x1024 a 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-freqncia que pot fer 1280x1024 a 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor que pot fer 1600x1200 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor que pot fer 1600x1200 a 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primer sector de la partici d'arrencada"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primer sector de la unitat (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Installaci del SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "On voleu installar el carregador d'arrencada?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Installaci del LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO amb men de text"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO amb men grfic"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Arrencada des de DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Opcions principals del carregador d'arrencada"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Carregador d'arrencada a utilitzar"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installaci del carregador d'arrencada"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dispositiu d'arrencada"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (no funciona en BIOS antics)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compacte"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compacte"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Mode de vdeo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Demora abans d'arrencar la imatge predeterminada"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Contrasenya"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Contrasenya (un altre cop)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Limita les opcions de la lnia d'ordres"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "limita"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Buida /tmp en cada arrencada"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Habilita perfils mltiples"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Introduu la mida de la RAM en Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"L'opci ``Limita les opcions de la lnia d'ordres'' no t cap s sense una "
-"contrasenya"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Si us plau, torneu-ho a intentar"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Les contrasenyes no coincideixen"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Missatge d'inicialitzaci"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Demora de firmware obert"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Temps mxim d'arrencada del nucli"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Voleu habilitar l'arrencada des de CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Voleu habilitar l'arrencada des d'OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "OS per defecte?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Aquestes sn les diferents entrades.\n"
-"Podeu afegir-ne algunes ms o canviar-ne les existents."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Afegeix"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Fet"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "Modifica el RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Quin tipus d'entrada voleu afegir?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Un altre SO (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Un altre SO (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Un altre SO (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Imatge"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Arrel"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Afegeix"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lectura-escriptura"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Taula"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "No segur"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etiqueta"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Predeterminat"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-size"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Elimina l'entrada"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "No es permet una etiqueta buida"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Heu de tenir una partici d'intercanvi"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Aquesta etiqueta ja est en s"
-
-# #msgid "Found %s %s interfaces"
-# #msgstr "S'han trobat interfcies %2$s %1$s"
-#: ../../any.pm_.c:656
-#, fuzzy, c-format
-msgid "Found %s %s interfaces"
-msgstr "S'han trobat interfcies %2$s %1$s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "En teniu una altra?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Teniu alguna interfcie %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "No"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "S"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Mira la informaci del maquinari"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "S'est installant el programa de control per a la targeta %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(mdul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Quin programa de control %s he de provar?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"En alguns casos, el programa de control %s necessita informaci addicional\n"
-"per funcionar correctament, tot i que normalment funciona b sense ella.\n"
-"Voleu especificar opcions addicionals o deixar que el programa de control\n"
-"cerqui al vostre ordinador la informaci que necessita? Aquesta recerca\n"
-"podria blocar l'ordinador, per aix no causaria cap dany."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Exploraci automtica"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Especifica les opcions"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Ara podeu proporcionar les seves opcions per al mdul %s.\n"
-"Les opcions estan amb el format ``nom=valor nom2=valor2 ...''.\n"
-"Per exemple, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opcions del mdul:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Ha fallat la crrega del mdul %s.\n"
-"Voleu tornar-ho a intentar amb altres parmetres?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(ja s'ha afegit %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Aquesta contrasenya s massa senzilla"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Si us plau, introduu un nom d'usuari"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"El nom d'usuari noms pot contenir lletres en minscula, nmeros, `-' i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Aquest nom d'usuari ja s'ha afegit"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Afegeix un usuari"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Introduu un usuari\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Accepta l'usuari"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nom real"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nom d'usuari"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Entrada automtica"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Puc configurar el vostre ordinador de manera que entri automticament amb un "
-"nom d'usuari.\n"
-"Si no voleu utilitzar aquesta caracterstica, feu clic al bot Cancella."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Escolliu l'usuari per omissi:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Escolliu el gestor de finestres per executar:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Si us plau, trieu un idioma per utilitzar."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Podeu seleccionar altres idiomes, que quedaran disponibles desprs de la "
-"installaci"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Tots"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Afegeix un usuari"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personalitzada"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "S'est iniciant el CUPS"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Quins paquets voleu installar"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Cancella"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Benvinguts, crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Pobre"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Estndard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alt"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Alt"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoic"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Aquest nivell s'ha d'utilitzar amb cura. Fa el vostre sistema molt ms "
-"fcil\n"
-"d'utilitzar, per tamb molt sensible: no s'ha d'utilitzar en un ordinador\n"
-"connectat a d'altres o a Internet. No s'hi accedeix mitjanant contrasenya."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Ara, la contrasenya est habilitada, per l's com a ordinador de xarxa "
-"segueix sense ser recomanable."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Aquesta s la seguretat estndard recomanada per a un ordinador que\n"
-"s'utilitzar per connectar-se a Internet com a client. Ara hi ha "
-"comprovacions de seguretat."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Amb aquest nivell de seguretat, la utilitzaci d'aquest sistema com a\n"
-"servidor esdev possible.\n"
-"La seguretat s ara prou alta com per utilitzar el sistema com a servidor\n"
-"que accepti connexions de molts clients. "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Assumim les caracterstiques del nivell 4, per ara el sistema est\n"
-"totalment tancat.\n"
-"Les caracterstiques de seguretat estan al mxim."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Escolliu el nivell de seguretat"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "S'est establint el nivell de seguretat"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Escolliu les opcions per al servidor"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Benvingut al %s, el selector de sistema operatiu!\n"
-"\n"
-"Trieu un sistema operatiu de la lista superior, o espereu\n"
-"%d segons per arrencar en el sistema operatiu predeterminat.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Benvingut al GRUB, el selector de sistema operatiu!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr ""
-"Utilitzeu les tecles %c i %c per seleccionar quina posici est ressaltada."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Premeu Intro per arrencar el SO seleccionat, 'e' per editar les"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "ordres prvies a l'arrencada, o 'c' per obtenir una lnia d'ordres."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "La posici ressaltada arrencar automticament dintre de %d segons."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "no hi ha prou espai a /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Escriptori"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Men Inici"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "On voleu installar el carregador d'arrencada?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "encara no s'ha implementat cap ajuda.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configuraci del tipus d'arrencada"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fitxer"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fitxer/_Surt"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor de categoritzaci NewStyle"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor tradicional"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Gtk+ tradicional"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Executa l'Aurora durant l'arrencada"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Mode LILO/Grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Mode Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Benvingut a la utilitat de compartici de la connexi a Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Feu clic a Configura per executar l'auxiliar de configuraci."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configura"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Mode de sistema"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Executa el sistema X-Window en iniciar"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "No, no vull l'entrada automtica"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "S, vull l'entrada automtica amb aquest (usuari, escriptori)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "D'acord"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "no es pot obrir /etc/inittab per a lectura: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "kB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuts"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minute"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d segons"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "No puc afegir cap ms partici"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-"Podeu seleccionar altres idiomes, que quedaran disponibles desprs de la "
-"installaci"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frana"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belga"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Alemany"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grec"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Noruec"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Consulteu"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Itali"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "srie"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Si us plau, feu primer una cpia de seguretat de les vostres dades"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Llegiu-ho atentament!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Si penseu utilitzar aboot, assegureu-vos de deixar espai lliure (amb 2.048\n"
-"sectors n'hi ha prou) al comenament del disc"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Error"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Assistent"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Trieu una acci"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Teniu una partici FAT gran\n"
-"(utilitzada normalment pel DOS/Windows de Microsoft).\n"
-"Suggereixo que primer en canvieu la mida\n"
-"(feu-hi clic i desprs feu clic a \"Canvia la mida\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Si us plau, feu clic a una partici "
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalls"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "ha fallat el muntatge"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Intercanvia"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Buit"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Altres"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipus de sistema de fitxers"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Crea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Utilitzeu ``%s'' al seu lloc"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Suprimeix"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Utilitzeu primer ``Unmount''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Desprs de canviar el tipus de la partici %s, se'n perdran totes les dades"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Trieu una acci"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Crea una nova partici"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Normal > Expert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Expert > Normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Desfs"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Voleu continuar igualment?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Surt sense desar"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Voleu sortir sense desar la taula de particions?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Voleu comprovar la configuraci?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Assigna automticament"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Buida-ho tot"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Informaci del correu"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "S'utilitzen totes les particions primries"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "No puc afegir cap ms partici"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Per tenir ms particions, suprimiu-ne una per poder crear una partici "
-"ampliada"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Escriu la taula de particions"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Rescata la taula de particions"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Rescata la taula de particions"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Rescata la taula de particions"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Muntatge automtic del suport extrable"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Seleccioneu el fitxer"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La cpia de seguretat de la taula de particions no t la mateixa mida\n"
-"Voleu continuar igualment?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Advertncia"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Inseriu un disquet a la unitat\n"
-"Se'n perdran totes les dades"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "S'est intentant rescatar la taula de particions"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Informaci del correu"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Punt de muntatge"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcions"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Canvia la mida"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Mou"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formata"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Munta"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Afegeix al RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Afegeix al LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Desmunta"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Elimina del RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Elimina del LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modifica el RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Utilitza per a loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Crea una nova partici"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "sector d'inici: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Mida en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipus de sistema de fitxers: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punt de muntatge: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferncia: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "S'est formatant el fitxer de loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Canvia el tipus de partici"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Quin sistema de fitxers voleu?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "On voleu muntar el fitxer de loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "On voleu muntar el dispositiu %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"No es pot anullar el punt de muntatge, perqu aquesta partici\n"
-"s'utilitza per al loopback. Elimineu primer el loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "S'estan calculant els lmits del sistema de fitxers de la FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "S'est canviant la mida"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "No es pot canviar la mida d'aquesta partici"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Cal fer una cpia de seguretat de totes les dades d'aquesta partici"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Desprs de canviar la mida de la partici %s, se'n perdran totes les dades"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Escolliu la nova mida"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Mida en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "A quin disc us voleu desplaar?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "A quin sector us voleu desplaar?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "S'est desplaant"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "S'est desplaant la partici..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Escolliu un RAID existent al qual afegir"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nou"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Escolliu un LVM existent al qual afegir"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nom LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Aquesta partici no es pot utilitzar per al loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nom del fitxer de loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Nom real"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Un altre loopback ja est utilitzant el fitxer, escolliu-ne un altre"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "El fitxer ja existeix. El voleu utilitzar?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Opcions del mdul:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dispositiu"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivell"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "mida del tros"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Aneu amb compte: aquesta operaci s perillosa."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Quin tipus de particionament?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Fins al moment no puc acceptar crear el /boot a la unitat (a un cilindre > "
-"1024).\n"
-"O esteu utilitzant LILO, i no funcionar, o no l'esteu utilitzant i no "
-"necessiteu el /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"La partici que heu seleccionat per afegir com a arrel (/) est ubicada "
-"fsicament ms enll del cilindre n 1024 del disc dur, i no teniu cap "
-"partici /boot.\n"
-"Si teniu previst utilitzar el gestor d'arrencada LILO, penseu d'afegir una "
-"partici /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Heu seleccionat una partici de programari RAID com a arrel (/).\n"
-"Aix no ho pot gestionar cap carregador d'arrencada sense una partici /"
-"boot.\n"
-"Per tant, assegureu-vos d'afegir una partici /boot"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "La taula de particions de la unitat %s s'escriur al disc!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Us caldr tornar a arrencar per tal que les modificacions tinguin efecte"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Desprs de formatar la partici %s, se'n perdran totes les dades"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "S'est formatant"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "S'est formatant el fitxer de loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "S'est formatant la partici %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "l'mkraid ha fallit"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "No hi ha prou espai lliure per assignar noves particions"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "No hi ha prou espai lliure per assignar noves particions"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Resoluci: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dispositiu: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lletra d'unitat del DOS: %s (noms s una suposici)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipus: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nom: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Inici: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Mida: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectors"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindre %d a cilindre %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Sense formatar\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Muntat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Fitxer(s) de loopback: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"La partici s'ha arrencat per defecte\n"
-" (per a l'arrencada de l'MS-DOS, no per a LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivell %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Mida del tros %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discs RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nom del fitxer de loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"s possible que aquesta partici sigui\n"
-"una partici de programa de control;\n"
-"s millor que no la toqueu.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Aquesta partici Bootstrap\n"
-"especial s per arrencar\n"
-"el vostre sistema en dual.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Mida: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cilindres, %s capals, %s sectors\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informaci: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discs LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipus de taula de particions: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "al bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcions: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Tipus de sistema de fitxers: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Aquesta contrasenya s massa senzilla (ha de tenir com a mnim %d carcters)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Les contrasenyes no coincideixen"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Canvia el tipus de partici"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Si us plau, feu clic a una partici "
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "servidor DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatatge de %s ha fallat"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "no s com formatar %s amb el tipus %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "s'ha produt un error en muntar %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "senzill"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servidor"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "No podeu utilitzar el JFS per a particions inferiors a 16 MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "No podeu utilitzar el ReiserFS per a particions inferiors a 32 MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Els punts de muntatge han de comenar amb una /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Ja hi ha una partici amb el punt de muntatge %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "No podeu utilitzar un volum lgic LVM per al punt de muntatge %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers de root"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Necessiteu un sistema de fitxers real (ext2, reiserfs) per a aquest punt de "
-"muntatge\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "No podeu utilitzar un volum lgic LVM per al punt de muntatge %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "No hi ha prou espai per a l'assignaci automtica"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "S'ha produt un error en obrir %s per escriure: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"S'ha produt un error: no s'han trobat dispositius vlids on crear nous "
-"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
-"problema"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "No teniu cap partici!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Aquestes sn les particions de Linux existents que s'han detectat a la\n"
-"vostra unitat de disc dur. Podeu conservar les eleccions fetes per "
-"l'assistent,\n"
-"sn adequades per a un s normal. Si les canvieu, heu de definir una "
-"partici\n"
-"root (\"/\"); no escolliu una partici massa petita, o no podreu installar\n"
-"prou programari. Si voleu emmagatzemar les dades en una altra partici, "
-"tamb\n"
-"haureu de seleccionar una \"/home\" (noms si teniu ms d'una partici de\n"
-"Linux).\n"
-"\n"
-"\n"
-"Per a la vostra informaci, cada partici est identificada d'aquesta "
-"manera: \"Nom\", \"Capacitat\".\n"
-"\n"
-"\n"
-"\"Nom\" es compon de: \"tipus d'unitat de disc\", \"nmero d'unitat de disc"
-"\",\n"
-"\"nmero de la partici\" (per exemple, \"hda1\").\n"
-"\n"
-"\n"
-"\"Tipus d'unitat de disc\" s \"hd\" si la vostre unitat de disc s IDE i "
-"\"sd\"\n"
-"si s SCSI.\n"
-"\n"
-"\n"
-"\"Nmero de la unitat de disc\" s sempre una lletra desprs d'\"hd\" o \"sd"
-"\".\n"
-"Amb unitats de disc IDE:\n"
-"\n"
-" * \"a\" significa \"unitat de disc mestre en el controlador IDE primari"
-"\",\n"
-"\n"
-" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
-"\",\n"
-"\n"
-" * \"c\" significa \"unitat de disc mestre en el controlador IDE secundari"
-"\",\n"
-"\n"
-" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
-"\".\n"
-"\n"
-"\n"
-"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primria de disc"
-"\", una \"b\" significa \"unitat secundria de disc\", etc..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Ara podeu triar quins serveis voleu que s'inicin durant l'arrencada.\n"
-"\n"
-"\n"
-"Quan el ratol passi sobre un element apareixer un petit globus d'ajuda "
-"que\n"
-"explica la finalitat del servei.\n"
-"\n"
-"\n"
-"Aneu especialment amb cura en aquest pas si penseu utilitzar l'ordinador "
-"com\n"
-"a servidor: segurament no us interessar iniciar serveis que no necessiteu.\n"
-"Recordeu que hi ha diversos serveis que poden ser perillosos si s'habiliten\n"
-"en un servidor.\n"
-"En general, seleccioneu noms els serveis que realment necessiteu."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Ara s quan heu de decidir en quin lloc del vostre disc dur voleu "
-"installar\n"
-"el sistema operatiu Mandrake Linux. Si el disc s buit, o si un sistema\n"
-"operatiu existent n'utilitza tot l'espai disponible, us caldr particionar-\n"
-"lo. Bsicament, particionar un disc dur consisteix en dividir-lo de manera\n"
-"lgica per crear espai on installar el nou sistema Mandrake Linux.\n"
-"\n"
-"\n"
-"Ats que els efectes d'aquest procs solen ser irreversibles, el "
-"particionament \n"
-"us pot espantar si sou un usuari sense experincia.\n"
-"Aquest assistent simplifica aquest procs; abans de comenar, consulteu el\n"
-"manual i preneu-vos el temps que calgui.\n"
-"\n"
-"\n"
-"Necessiteu, com a mnim, dues particions, una per al sistema operatiu en\n"
-"si i l'altra per a la memria virtual (anomenada tamb \"Intercanvi\").\n"
-"\n"
-"\n"
-"Si les particions ja s'han definit (en una installaci anterior o "
-"mitjanant\n"
-"una altra eina de particionament), noms caldr que seleccioneu les que "
-"voleu\n"
-"utilitzar per installar el sistema Linux.\n"
-"\n"
-"\n"
-"Si les particions encara no s'han definit, les heu de crear.\n"
-"Per fer-ho, utilitzeu l'assistent que trobareu ms amunt; segons la\n"
-"configuraci del vostre disc dur, hi ha diverses solucions possibles:\n"
-"\n"
-"* Utilitzar una partici existent: l'assistent ha detectat al vostre\n"
-"disc dur una o ms particions de Linux existents. Si voleu conservar-les,\n"
-"escolliu aquesta opci.\n"
-"\n"
-"\n"
-"* Esborrar completament el disc: si voleu suprimir totes les dades i\n"
-"particions que teniu al disc dur i substituir-les pel sistema Linux-\n"
-"Mandrake, podeu escollir aquesta opci. Aneu amb compte, per, perqu,\n"
-"un cop la confirmeu, no podreu fer-vos enrere.\n"
-"\n"
-"\n"
-"* Utilitzar l'espai lliure de la partici del Windows: si teniu el "
-"Microsoft\n"
-"Windows installat al disc dur i n'ocupa tot l'espai diponible, us hi "
-"caldr\n"
-"crear espai lliure per a les dades del Linux. Per fer-ho, podeu suprimir la\n"
-"partici i les dades del Windows (consulteu les opcions \"Esborrar "
-"completament\n"
-"el disc\" o \"Mode expert\") o canviar la mida de la partici del Windows;\n"
-"aquest canvi de mida es pot dur a terme sense cap prdua de dades. Aquesta\n"
-"opci s la ms recomanable si voleu utilitzar tant el Mandrake Linux com "
-"el\n"
-"Microsoft Windows al mateix ordinador.\n"
-"\n"
-"\n"
-" Abans de decidir-vos per aquesta opci, tingueu en compte que la mida\n"
-"de la partici del Microsoft Windows ser ms petita que ara. Aix "
-"significa\n"
-"que tindreu menys espai lliure per emmagatzemar-hi dades o installar-hi "
-"ms\n"
-"programari.\n"
-"\n"
-"\n"
-"* Mode expert: si voleu particionar el disc dur manualment, podeu triar\n"
-"aquesta opci. Aneu amb compte, perqu s molt potent per tamb perillosa;\n"
-"podeu perdre fcilment totes les dades. Per tant, no trieu aquesta opci "
-"tret\n"
-"que sapigueu exactament qu esteu fent."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Les particions que s'acaben de definir s'han de formatar per poder-les\n"
-"utilitzar. El formatatge consisteix en crear-hi un sistema de fitxers).\n"
-"\n"
-"\n"
-"En aquest punt, potser voldreu tornar a formatar algunes de les particions\n"
-"existents per eliminar les dades que contenen. Si s aix, seleccioneu les\n"
-"particions que voleu formatar.\n"
-"\n"
-"\n"
-"Tingueu en compte que no cal tornar a formatar totes les particions que ja\n"
-"existien; heu de tornar a formatar les particions que contenen el sistema\n"
-"operatiu (com ara \"/\", \"/usr\" o \"/var\"), per no les que contenen "
-"dades\n"
-"que voleu conservar (habitualment, /home).\n"
-"\n"
-"\n"
-"Aneu amb compte en seleccionar les particions; desprs del formatatge, "
-"totes\n"
-"les dades s'hauran suprimit i no en podreu recuperar cap.\n"
-"\n"
-"\n"
-"Feu clic a \"D'acord\" quan estigueu a punt per formatar les particions.\n"
-"\n"
-"\n"
-"Feu clic a \"Cancella\" si voleu seleccionar altres particions per "
-"installar\n"
-"el nou sistema Mandrake Linux."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"El nou sistema operatiu Mandrake Linux s'est installant. Aquesta\n"
-"operaci trigar uns quants minuts (dependr de la mida total que\n"
-"hagueu escollit installar i de la velocitat del vostre ordinador).\n"
-"\n"
-"Si us plau, tingueu pacincia."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Ara s quan heu de decidir quina(es) partici(ns) voleu utilitzar per\n"
-"installar el sistems Mandrake Linux. Si ja s'han definit les particions "
-"(amb\n"
-"una installaci anterior de GNU/Linux o mitjanant una altra eina de\n"
-"particionament), podeu utilitzar les particiones existents. En cas "
-"contrari,\n"
-"s'han de definir particions al disc dur.\n"
-"\n"
-"\n"
-"Per crear particions, primer heu de seleccionar un disc dur. Podeu "
-"seleccionar\n"
-"el disc que s'ha de particionar fent clic a \"hda\" per a la primera unitat\n"
-"IDE, \"hdb\" per a la segona o \"sda\" per a la primera unitat SCSI, etc.\n"
-"\n"
-"\n"
-"Per particionar el disc dur seleccionat, podeu utilitzar aquestes opcions:\n"
-"\n"
-" * Buidar-ho tot: aquesta opci suprimeix totes les particions que hi ha\n"
-"al disc dur seleccionat.\n"
-"\n"
-"\n"
-" * Assignaci automtica: aquesta opci us permet crear automticament "
-"les\n"
-"particions Ext2 i Intercanvi en l'espai lliure del disc dur.\n"
-"\n"
-"\n"
-" * Rescatar la taula de particions: si la taula de particions est\n"
-"malmesa, podeu intentar recuperar-la mitjanant aquesta opci. Aneu\n"
-"amb compte i penseu que aix pot fallar.\n"
-"\n"
-"\n"
-" * Desfer: podeu utilitzar aquesta opci per anullar els canvis.\n"
-"\n"
-"\n"
-" * Tornar a carregar: podeu utilitzar aquesta opci si voleu desfer\n"
-"tots els canvis i carregar la taula de particions inicial.\n"
-"\n"
-"\n"
-" * Assistent: Si voleu utilitzar un assistent per particionar el disc "
-"dur,\n"
-"podeu utilitzar aquesta opci, que s la ms recomanable si no teniu massa\n"
-"experincia en particionament.\n"
-"\n"
-"\n"
-" * Restaurar des de disquet: si, en una installaci anterior, vau desar\n"
-"la taula de particions en un disquet, podeu recuperar-la mitjanant aquesta\n"
-"opci.\n"
-"\n"
-"\n"
-" * Desar en disquet: si voleu desar la taula de particions en un disquet\n"
-"per poder-la recuperar, podeu utilitzar aquesta opci. s molt recomanable\n"
-"que l'utilitzeu.\n"
-"\n"
-"\n"
-" * Fet: quan hagueu acabat de particionar el disc dur, utilizeu aquesta\n"
-"opci per desar els canvis.\n"
-"\n"
-"\n"
-"Per a la vostra informaci, podeu accedir a qualsevol opci mitjanant el "
-"teclat:\n"
-"moveu-vos per les particions amb la tecles Tab i Fletxa amunt/Fletxa avall.\n"
-"\n"
-"\n"
-"Quan s'ha seleccionat una partici, podeu utilitzar:\n"
-"\n"
-" * Ctrl+C per crear una nova partici (quan se n'ha seleccionat\n"
-"una de buida)\n"
-"\n"
-" * Ctrl+D per suprimir una partici\n"
-"\n"
-" * Ctrl+M per definir el punt de muntatge\n"
-" \n"
-"\n"
-" \n"
-"Si esteu fent la installaci en un ordinador PPC, potser voldreu crear una\n"
-"petita partici 'bootstrap' HFS d'un mnim d'1 MB per a s del carregador\n"
-"d'arrencada 'yaboot'. Si decidiu fer-la una mica ms gran, per exemple de\n"
-"50 MB, us ser d'utilitat per emmagatzemar un nucli de recanvi i una imatge\n"
-"del disc RAM per a situacions d'emergncia durant l'arrencada."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"S'ha detectat ms d'una partici de Microsoft Windows en la unitat de disc.\n"
-"Si us plau, trieu quina d'elles voleu redimensionar per installar el nou\n"
-"sistema operatiu Mandrake Linux.\n"
-"\n"
-"\n"
-"Per a la vostra informaci, cada partici est identificada d'aquesta "
-"manera; \"Nom Linux\", \"Nom\n"
-"Windows\" \"Capacitat\".\n"
-"\n"
-"\"Nom Linux\" es compon de: \"tipus d'unitat de disc\", \"nmero d'unitat de "
-"disc\",\n"
-"\"nmero de la partici\" (per exemple, \"hda1\").\n"
-"\n"
-"\n"
-"\"Tipus d'unitat de disc\" s \"hd\" si la vostre unitat de disc s IDE i "
-"\"sd\"\n"
-"si s SCSI.\n"
-"\n"
-"\n"
-"\"Nmero de la unitat de disc\" s sempre una lletra desprs d'\"hd\" o \"sd"
-"\".\n"
-"Amb unitats de disc IDE:\n"
-"\n"
-" * \"a\" significa \"unitat de disc mestre en el controlador IDE primari"
-"\",\n"
-"\n"
-" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
-"\",\n"
-"\n"
-" * \"c\" significa \"unitat de disc mestre en el controlador IDE secundari"
-"\",\n"
-"\n"
-" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
-"\".\n"
-"\n"
-"\n"
-"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primria de disc"
-"\", una \"b\" significa \"unitat secundria de disc\", etc...\n"
-"\n"
-"\"Nom Windows\" s la lletra de la vostra unitat de disc sota Windows (el "
-"primer disc o partici s'anomena \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-"Si us plau, tingueu pacincia. Aquesta operaci pot trigar diversos minuts."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Escolliu \"Installaci\" si no teniu cap versi anterior de Mandrake Linux\n"
-"installada a l'ordinador o si voleu utilitzar diversos sistemes operatius.\n"
-"\n"
-"\n"
-"Escolliu \"Actualitzaci\" si voleu actualitzar un versi de Mandrake Linux "
-"que ja est installada.\n"
-"\n"
-"\n"
-"Segons els vostres coneixements de GNU/Linux, podeu escollir un dels "
-"nivells\n"
-"segents d'installaci o actualitzaci del sistema operatiu Mandrake "
-"Linux:\n"
-"\n"
-"* Recomanada: si mai no heu installat un sistema operatiu GNU/Linux,\n"
-"escolliu aquest. La installaci ser molt fcil i noms se us faran\n"
-"unes poques preguntes.\n"
-"\n"
-"\n"
-"* Personalitzada: si coneixeu prou el GNU/Linux, podeu escollir l's\n"
-"principal (estaci de treball, servidor, desenvolupament) del vostre\n"
-"sistema. Haureu de respondre ms preguntes que en la installaci\n"
-"\"Recomanada\", de manera que, si escolliu aquest tipus d'installaci,\n"
-"haureu de saber com funciona el GNU/Linux.\n"
-"\n"
-"\n"
-"* Per a experts: si domineu el GNU/Linux, trieu aquest tipus\n"
-"d'installaci. Com en el cas de la installaci \"Personalitzada\"\n"
-"podreu escollir l's principal del vostre ordinador (estaci de treball,\n"
-"servidor, desenvolupament). Aneu amb molt de compte abans de triar aquest\n"
-"tipus d'installaci; podreu realitzar una installaci altament\n"
-"personalitzada.\n"
-" La resposta a algunes preguntes pot ser molt difcil si no teniu slids\n"
-"coneixements de GNU/Linux. Per tant, no escolliu aquest tipus "
-"d'installaci\n"
-"tret que sapigueu qu esteu fent."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Si us plau, seleccioneu el port correcte. Per exemple, el port COM1 en MS\n"
-"Windows s'anomena ttyS0 en GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"El LILO (Linux Loader, carregador de Linux) i el Grub sn carregadors\n"
-"d'arrencada: poden arrencar el GNU/Linux o qualsevol altre sistema operatiu\n"
-"que tingueu a l'ordinador. Normalment, aquests altres sistemes operatius\n"
-"es detecten i installen correctament, per si no s aix, podeu afegir-los\n"
-"manualment en aquesta pantalla. Aneu amb compte de triar els parmetres\n"
-"correctes.\n"
-"\n"
-"\n"
-"Tamb s possible que no volgueu donar accs a tothom a aquests sistemes\n"
-"operatius; en aquest cas podeu suprimir les entrades corresponents, per\n"
-"aleshores us caldr un disc d'arrencada per poder-los arrencar!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Heu d'indicar on voleu situar la informaci necessria per\n"
-"arrencar el GNU/Linux.\n"
-"\n"
-"\n"
-"Tret que sabeu exactament qu esteu fent, escolliu \"Primer sector\n"
-"de la unitat (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"El DrakX intentar trobar el(s) adaptador(s) SCSI PCI. \n"
-"Si en troba, i sap quin programa de control utilitzar, el(s)\n"
-"installar automticament.\n"
-"\n"
-"\n"
-"Si no teniu cap adaptador SCSI, un adaptador SCSI ISA, o un\n"
-"adaptador SCSI PCI que el DrakX no reconegui, se us demanar si teniu\n"
-"un adaptador SCSI al sistema. Si no en teniu cap, simplement feu clic a \"No"
-"\". Si feu\n"
-"clic a \"S\", apareixer una llista de programes de control on podreu\n"
-"seleccionar l'adaptador concret.\n"
-"\n"
-"\n"
-"Si heu hagut de seleccionar l'adaptador manualment, el DrakX us preguntar\n"
-"si voleu indicar opcions per a ell. Conv que deixeu que el DrakX comprovi\n"
-"el maquinari per a les opcions; aix sol funcionar b.\n"
-"\n"
-"\n"
-"Si no, us caldr proporcionar les opcions al programa de control. Consulteu\n"
-"el captol 3 de la Guia de l'usuari, secci \"Informaci obtinguda del\n"
-"maquinari\" per saber com treure aquesta informaci de la documentaci del\n"
-"maquinari, del lloc web del fabricant (si teniu accs a Internet) o del\n"
-"Microsoft Windows (si el teniu al sistema)."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Podeu afegir entrades addicionals per al yaboot, ja sigui per a altres\n"
-"sistemes operatius, nuclis alternatius, o per a una imatge per a arrencades\n"
-"d'emergncia.\n"
-"\n"
-"\n"
-"Per a altres OS, l'entrada noms consta d'una etiqueta i de la partici "
-"arrel.\n"
-"\n"
-"\n"
-"Per al Linux, hi ha algunes opcions possibles: \n"
-"\n"
-"\n"
-" - Label: s noms el nom a indicar a l'indicador del yaboot per\n"
-"seleccionar aquesta opci d'arrencada.\n"
-"\n"
-"\n"
-" - Image: el nom del nucli a arrencar. Normalment, vmlinux o una\n"
-"variaci de vmlinux amb una extensi.\n"
-"\n"
-"\n"
-" - Rool: el dispositiu arrel o '/' per a la installaci del Linux.\n"
-"\n"
-"\n"
-" \n"
-" - Append: en maquinari Apple, l'opci d'addici de nuclis s'utilitza\n"
-"fora sovint per auxiliar en la inicialitzaci de maquinari de vdeo o per\n"
-"habilitar l'emulaci del bot del ratol de teclat per als 2n i 3r botons,\n"
-"que sovint no existeixen, d'un ratol Apple convencional. Alguns exemples\n"
-"d'aix sn:\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: aquesta opci es pot utilitzar per carregar els mduls "
-"inicials,\n"
-"abans que el dispostiu d'arrencada estigui disponible, o per tornar a "
-"carregar\n"
-"una imatge de disc RAM en una situaci d'arrencada d'emergncia.\n"
-"\n"
-"\n"
-" - Initrd-size: la mida per defecte del disc RAM sol ser de 4.096 bytes. Si "
-"necessiteu assignar un disc RAM gran, podeu utilitzar aquesta opci.\n"
-"\n"
-"\n"
-" - Read-write: normalment, la partici 'root' es tracta inicialment com "
-"noms de lectura per permetre una comprovaci del sistema de fitxers abans "
-"que el sistema esdevingui 'viu'; podeu substituir aquesta opci aqu.\n"
-"\n"
-"\n"
-" - NoVideo: en cas que el maquinari de vdeo de Apple resulti sigui\n"
-"especialment problemtic, podeu seleccionar aquesta opci per arrencar\n"
-"en mode 'no-vdeo', amb el suport nadiu per a memria intermdia de marcs.\n"
-"\n"
-"\n"
-" - Default: selecciona aquesta entrada com a selecci per defecte del\n"
-"Linux; se selecciona prement simplement Retorn a l'indicador del yaboot.\n"
-"Aquesta opci tamb es ressaltar amb un '*' si premeu Tab per veure les\n"
-"seleccions d'arrencada."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"El Yaboot s un carregador d'arrencada per a maquinari NewWorld MacIntosh.\n"
-"Pot arrencar tant el GNU/Linux com el MacOS o el MacOSX, si s que els "
-"teniu\n"
-"a l'ordinador. Normalment, aquests altres sistemes operatius es detecten i\n"
-"installen correctament; si no s aix, per, en aquesta pantalla podeu\n"
-"afegir una entrada manualment. Aneu amb compte de triar els parmetres\n"
-"correctes.\n"
-"\n"
-"\n"
-"Les opcions principals del Yaboot sn:\n"
-"\n"
-"\n"
-" - Missatge d'inicialitzaci: un senzill missatge de text que apareix "
-"abans\n"
-"de l'indicador d'arrencada.\n"
-"\n"
-"\n"
-" - Dispositiu d'arrencada: indica on voleu situar la informaci necessria\n"
-"per arrencar el GNU/Linux. Normalment, haureu configurat abans una partici\n"
-"bootstrap que contindr aquesta informaci.\n"
-"\n"
-"\n"
-" - Demora de l'Open Firmware: a diferncia del LILO, amb el Yaboot hi ha\n"
-"dues demores disponibles. La primera d'elles es mesura en segons i, en "
-"aquest\n"
-"punt, podeu triar entre CD, arrencada OF, MacOS o Linux.\n"
-"\n"
-"\n"
-" - Temps mxim d'arrencada del nucli: aquest temps mxim s similar a la "
-"demora d'arrencada del LILO. Desprs de seleccionar el Linux tindreu aquesta "
-"demora en 0,1 segons abans que se seleccioni la descripci per defecte del "
-"nucli.\n"
-"\n"
-"\n"
-" - Habilitar l'arrencada des de CD?: si activeu aquesta opci podreu triar\n"
-"'C' per a CD al primer indicador de l'arrencada.\n"
-"\n"
-"\n"
-" - Habilitar l'arrencada OF?: si activeu aquesta opci podreu triar 'N' "
-"per\n"
-"Open Firmware al primer indicador de l'arrencada.\n"
-"\n"
-"\n"
-" - OS per defecte: podeu seleccionar amb quin OS, per defecte, s'arrencar\n"
-"quan la demora de l'Open Firmware venci."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Escolliu el disc dur que voleu buidar per installar la nova partici "
-"Linux-\n"
-"Mandrake. Aneu amb compte, se'n perdran totes les dades i no es podran "
-"recuperar."
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Feu clic a \"D'acord\" si voleu suprimir totes les dades i\n"
-"particions que hi ha en aquesta unitat de disc. Aneu amb compte, perqu, un "
-"cop hagueu fet clic a \"D'acord\", no podreu recuperar cap dada ni partici "
-"del disc,\n"
-"incloent las dades de Windows.\n"
-"\n"
-"\n"
-"Feu clic a \"Cancella\" per anullar aquesta operaci sense perdre cap "
-"dada\n"
-"ni partici d'aquest disc."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "No es pot utilitzar l'emissi sense un domini NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Inseriu un disquet formatat amb FAT a la unitat %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Aquest disquet no est formatat en FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Per utilitzar aquesta selecci de paquets desada, arrenqueu la installaci "
-"amb ``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "S'ha produt un error en llegir el fitxer %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Part del maquinari del vostre ordinador necessita programes de control\n"
-"``registrats'' per poder funcionar. En podeu trobar informaci a: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Heu de tenir una partici arrel.\n"
-"Per fer-ho, creeu una partici (o feu clic a una d'existent).\n"
-"Desprs, trieu l'acci ``Punt de muntatge'' i doneu-li el valor '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Heu de tenir una partici d'intercanvi"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"No teniu cap partici d'intercanvi\n"
-"\n"
-"Voleu continuar igualment?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Heu de tenir una partici d'intercanvi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Utilitza l'espai lliure"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "No hi ha prou espai lliure per assignar noves particions"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Utilitza la partici existent"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "No existeix cap partici per utilitzar"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Utilitza la particio Windows per al loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Quina partici voleu utilitzar per al Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Escolliu les mides"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Mida de la partici arrel en MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Mida de la partici d'intercanvi en MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Utilitza l'espai lliure de la partici de Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "A quina partici voleu canviar la mida?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "S'estan calculant els lmits del sistema de fitxers de Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"El redimensionador de la FAT no pot gestionar la vostra partici, \n"
-"s'ha produt l'error segent: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"La partici de Windows est massa fragmentada; si us plau, executeu "
-"``defrag'' primer"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ATENCI!\n"
-"\n"
-"Ara, el DrakX canviar la mida de la vostra partici de Windows. Aneu amb\n"
-"compte: aquesta operaci s perillosa. Si encara no ho heu fet, sortiu de "
-"la\n"
-"installaci, executeu l'Scandisk sota Windows (i potser tamb el Defrag), "
-"i\n"
-"torneu a comenar la installaci. Feu tamb una cpia de seguretat de les\n"
-"vostres dades.\n"
-"Quan estigueu segur, premeu D'acord."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Quina mida voleu deixar per a la partici de Windows?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partici %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Ha fallat la redimensi de la FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"No hi ha particions FAT a qu canviar la mida o per utilitzar-les com a "
-"loopback (o no queda prou espai)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Esborra el disc complet"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Elimina el Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Teniu ms d'un disc dur; en quin voleu installar el Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Es perdran TOTES les particions, i les dades que contenen, de la unitat %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Particionament personalitzat de disc"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Utilitza l'fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Ara podeu fer les particions a %s.\n"
-"Quan acabeu, no oblideu desar-les utiltzant `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "No teniu prou espai lliure a la partici de Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "No puc trobar espai per a la installaci"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-"L'assistent de particionament del DrakX ha trobat les solucions segents:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Ha fallat el particionament: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "S'est activant la xarxa"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "S'est desactivant la xarxa"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"S'ha produt un error, per no s com gestionar-lo correctament.\n"
-"Si continueu, s sota la vostra responsabilitat."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplica el punt de muntatge %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Alguns paquets importants no s'han installat correctament.\n"
-"La vostra unitat de CD-ROM, o b el CD-ROM, sn defectuosos.\n"
-"Comproveu el CD-ROM en un ordinador installat mitjanant \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Benvingut a %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "No hi ha cap unitat de disquet disponible"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "S'est introduint el pas `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"El vostre sistema est baix de recursos; podeu tenir algun problema en\n"
-"installar el Mandrake Linux. Si aix passa, podeu provar d'installar-lo "
-"en\n"
-"mode text. Per fer-ho, premeu `F1' en arrencar des del CD-ROM i escriviu "
-"`text'"
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Tipus d'installaci"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Si us plau, trieu un dels tipus d'installaci segents:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-"La mida total dels grups que heu seleccionat es d'aproximadament %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Si no voleu installar tants MB, seleccioneu el percentatge de paquets\n"
-"que voleu installar.\n"
-"\n"
-"Un percentatge baix installar noms els paquets ms importants;\n"
-"un percentatge del 100%% installar tots els paquets seleccionats."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Noms teniu prou espai al disc per a %d%% d'aquests paquets.\n"
-"\n"
-"Si en voleu installar menys, seleccioneu el percentatge de paquets\n"
-"que voleu installar.\n"
-"Un percentatge baix installar noms els paquets ms importants;\n"
-"un percentatge del %d%% installar tants paquets com sigui possible."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Podreu fer una elecci ms concreta al pas segent"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Percentatge de paquets per installar"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Selecci del grup de paquets"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Selecci individual de paquets"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Mida total: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Paquet incorrecte"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nom: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versi: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mida: %d kB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importncia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"No podeu seleccionar aquest paquet perqu no queda prou espai per installar-"
-"lo"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Ara s'installaran els paquets segents"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Ara s'eliminaran els paquets segents"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "No podeu seleccionar/desseleccionar aquest paquet"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Aquest paquet s obligatori; no es pot deseleccionar"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "No podeu desseleccionar aquest paquet; ja est installat"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Aquest paquet s'ha d'actualitzar\n"
-"Esteu segur que voleu desseleccionar-lo?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "No podeu desseleccionar aquest paquet; s'ha d'actualitzar"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Mostra automticament els paquets seleccionats"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installa"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Desa al disquet"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Desa la selecci de paquets"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Desinstalla"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Escolliu els paquets que voleu installar"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "S'est installant"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "S'est estimant"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Temps restant "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Si us plau, espereu, s'est preparant la installaci"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paquets"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "S'est installant el paquet %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Accepta"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Rebutja"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Canvieu el vostre CD-ROM!\n"
-"\n"
-"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i desprs\n"
-"premeu D'acord.\n"
-"Si no el teniu, premeu Cancella per no fer la installaci des d'aquest CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Voleu seguir igualment?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "S'ha produt un error en ordenar els paquets"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "S'ha produt un error en installar els paquets"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Warning\n"
-"\n"
-"Si us plau, llegiu atentament les clusules segents. Si no esteu\n"
-"d'acord amb qualsevol d'elles, no esteu autoritzat a installar\n"
-"els CD segents. Premeu 'Rebutja-ho' per continuar la installaci\n"
-"sense utilitzar aquests CD.\n"
-"\n"
-"\n"
-"Alguns dels components que s'inclouen en aquest CD no estan\n"
-"regits per la llicncia GPL o acords semblants. Cada un d'aquests\n"
-"components es regeix per les clusules i condicions de la seva\n"
-"prpia llicncia especfica. Si us plau, llegiu atentament i\n"
-"accepteu aquestes llicncies especfiques abans d'utilitzar o\n"
-"redistribuir els components esmentats. En general, aquestes\n"
-"llicncies impedeixen la transferncia, duplicaci (excepte amb\n"
-"la finalitat de fer-ne cpies de seguretat), redistribuci,\n"
-"enginyeria inversa, deassemblatge, decompilaci o modificaci del\n"
-"component. Qualsevol violaci de l'acord finalitzar immediatament\n"
-"els vostres drets sobre la llicncia especfica. Tret que la\n"
-"llicncia especfica us en garanteixi els drets, normalment no\n"
-"podreu installar els programes en ms d'un sistema, ni adaptar-lo\n"
-"per utilitzar-lo en una xarxa. En cas de dubte, poseu-vos en\n"
-"contacte directament amb el distribudor o editor del component.\n"
-"La transferncia a terceres parts i la cpia d'aquests components,\n"
-"incloent la documentaci, estan normalments prohibides.\n"
-"\n"
-"\n"
-"Tots els drets sobre els components del CD segent pretanyen als\n"
-"seus autors respectius i estan protegits per les lleis de\n"
-"propietat intellectual i de copyright aplicables als programes\n"
-"informtics.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "S'ha produt un error"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Voleu reiniciar la xarxa"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Acord de llicncia"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introducci\n"
-"\n"
-"D'ara endavant, hom es referir al sistema operatiu i als diferents\n"
-"components disponibles en la distribuci Mandrake Linux com als\n"
-"\"Productes de programari\". Els Productes de programari inclouen,\n"
-"per no estan restringits a, el conjunt de programes, mtodes, regles\n"
-"i documentaci relativa al sistema operatiu i els diferents\n"
-"components de la distribuci Mandrake Linux.\n"
-"\n"
-"\n"
-"1. Acord de llicncia\n"
-"\n"
-"Si us plau, llegiu atentament aquest document. Aquest document s un\n"
-"acord de llicncia entre la vostra persona i MandrakeSoft S.A., que\n"
-"s'aplica als Productes de programari. Pel fet d'installar, duplicar\n"
-"o utilitzar els Productes de programari en qualsevol forma esteu\n"
-"acceptant explcitament, i expressant el vostre acord a, avenir-vos a\n"
-"les clusules i condicions d'aquesta Llicncia. Si no esteu d'acord\n"
-"amb qualsevol part de la Llicncia, no esteu autoritzat a installar,\n"
-"duplicar o utilitzar els Productes de programari. Qualsevol intent\n"
-"d'installar, duplicar o utilitzar els Productes de programari en una\n"
-"forma que no s'adapti a les clusules i condicions d'aquesta\n"
-"Llicncia, s nul i finalitzar els vostres drets sobre la mateixa.\n"
-"En finalitzar-se la Llicncia, heu de destruir immediatament totes\n"
-"les cpies dels Productes de programari.\n"
-"\n"
-"\n"
-"2. Garantia limitada\n"
-"\n"
-"Els Productes de programari i documentaci adjunta es subministren\n"
-"\"tal com sn\", sense cap garantia, fins al punt perms per la llei.\n"
-"MandrakeSoft S.A. no ser, sota cap circumstncia, i fins al punt\n"
-"perms per la llei, responsable de cap dany especial, incidental ni\n"
-"directe (incloent, sense limitar-se a, els danys per prdua de\n"
-"negocis, interrupci de negocis, prdues financeres, multes i costes\n"
-"judicials, o qualsevol altre dany que resultin d'un judici, o\n"
-"qualsevol altre prdua d'importncia) que resulti de l's o de la\n"
-"impossibilitat d'utilitzar els Productes de programari, fins i tot si\n"
-"MandrakeSoft S.A. ha estat avisat de la possibilitat que\n"
-"s'esdevinguin aquests danys.\n"
-"\n"
-"RESPONSABILITAT LIMITADA RELATIVA A LA POSSESSI O UTILITZACI DE PROGRAMARI "
-"PROHIBIT EN ALGUNS PASOS\n"
-"\n"
-"Fins al punt perms per la llei, MandrakeSoft S.A. o els seus\n"
-"distribudors no seran, sota cap circumstncia, responsables de cap\n"
-"dany especial, incidental ni directe (incloent, sense limitar-se a,\n"
-"els danys per prdua de negocis, interrupci de negocis, prdues\n"
-"financeres, multes i costes judicials, o qualsevol altre dany que\n"
-"resultin d'un judici, o qualsevol altre prdua d'importncia) que\n"
-"resulti de la possessi i utilitzaci dels components de programari o\n"
-"de la seva descrrega des d'un dels llocs de Mandrake Linux, que\n"
-"estiguin prohibides o restringides en alguns pasos per les lleis\n"
-"locals. Aquesta responsabilitat limitada s'aplica, per no est\n"
-"limitada a, els potents components criptogrfics inclosos als\n"
-"Productes de programari.\n"
-"\n"
-"\n"
-"3. la llicncia GPL i llicncies relacionades\n"
-"\n"
-"Els Productes de programari consisteixen en components creats per\n"
-"diferents persones o entitats. La majoria d'aquests components es\n"
-"regeixen per les clusules i condicions de la Llicncia General\n"
-"Pblica de GNU, a la qual d'ara endavant hom s'hi referir com a\n"
-"\"GPL\", o de llicncies similars. la majoria d'aquestes llicncies\n"
-"us permeten duplicar, adaptar o redistribuir els components que\n"
-"cobreixen. Si us plau, llegiu atentament les clusules i condicions\n"
-"de l'acord de llicncia de cada component abans d'utilitzar-lo.\n"
-"Qualsevol pregunta sobre la lllicncia d'un component s'ha d'adrear\n"
-"al seu autor i no a MandrakeSoft.\n"
-"Els programes desenvolupats per MandrakeSoft S.A. es regeixen per la\n"
-"llicncia GPL.La documentaci escrita per MandrakeSoft S.A. est regida per "
-"una\n"
-"llicncia especfica; consulteu la documentaci per a ms\n"
-"informaci.\n"
-"\n"
-"\n"
-"4. Drets sobre la propietat intellectual\n"
-"\n"
-"Tots els drets sobre els components dels Productes de programari\n"
-"pertanyen als seus autors respectius i estan protegits per les lleis\n"
-"de propietat intellectual i de copyright aplicables als programes\n"
-"informtics.\n"
-"MandrakeSoft S.A. es reserva els drets de modificar o adaptar els\n"
-"Productes de programari, totalment o parcialment, per tots els\n"
-"mitjans i amb totes les finalitats.\n"
-"\"Mandrake\", \"Mandrake Linux\" i els logotips associats son marques\n"
-"registrades de MandrakeSoft S.A.\n"
-"\n"
-"\n"
-"5. Lleis rectores \n"
-"\n"
-"Si qualsevol part d'aquest acord s declarat nul, illegal o\n"
-"inaplicable per un tribunal, aquesta part s'exclour del contracte.\n"
-"Seguiu obligat, per, per les altres seccions aplicables de\n"
-"l'acord.\n"
-"Les clusules i condicions d'aquesta Llicncia es regeixen per les\n"
-"lleis de Frana.\n"
-"Tots els litigis sobre les clusules d'aquesta llicncia es dirimiran\n"
-"preferiblement fora dels tribunals. Com a ltim recurs, el litigi es\n"
-"portar als tribunals competents de Pars, Frana.\n"
-"Per a qualsevol tema relacionat amb aquest document, poseu-vos en\n"
-"contacte amb MandrakeSoft S.A.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Teclat"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Si us plau, selecioneu la disposici del vostre teclat."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Aquesta s la llista completa de teclats disponibles"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Quin tipus d'installaci voleu?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installa/Actualitza"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Es tracta d'una installaci o d'una actualitzaci?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recomanada"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Actualitza"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Desa la selecci de paquets"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port del ratol"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-"Si us plau, seleccioneu el port srie a qu est connectat el vostre ratol."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulaci dels botons"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulaci del bot 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulaci del bot 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "S'estan configurant les targetes PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "S'est configurant l'IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "no hi ha particions disponibles"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "S'estan explorant les particions per trobar els punts de muntatge"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Escolliu els punts de muntatge"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"No puc llegir la vostra taula de particions, est massa malmesa per a mi :(\n"
-"Intentar seguir, buidant les particions incorrectes (es perdran TOTES LES "
-"DADES!).\n"
-"L'altra soluci s impedir al DrakX que modifiqui la taula de particions.\n"
-"(l'error s %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"El DiskDrake no ha pogut llegir correctament la taula de particions.\n"
-"Si continueu, s sota la vostra responsabilitat!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "No s'ha trobat cap partici arrel"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partici arrel"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Quina s la partici arrel (/) del vostre sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Us caldr tornar a arrencar per tal que les modificacions de la taula de "
-"particions tinguin efecte"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Escolliu les particions que voleu formatar"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Voleu comprovar els blocs incorrectes?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "S'estan formatant les particions"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "S'est creant i formatant el fitxer %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"No hi ha prou intercanvi per completar la installaci; si us plau, afegiu-ne"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "S'estan cercant els paquets disponibles"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "S'estan cercant els paquets a actualitzar"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Al vostre sistema no li queda prou espai per a la installaci o "
-"actualitzaci (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Completa (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Mnima (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recomanada (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Restaura des del disquet"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Restaura des del disquet"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Selecci del grup de paquets"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Inseriu un disquet a la unitat %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Desa al disquet"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Escolliu el paquet a installar"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Espera"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Si teniu tots els CD de la llista inferior, feu clic a D'acord.\n"
-"Si no teniu cap d'aquests CD, feu clic a Cancella.\n"
-"Si noms falten alguns CD, desseleccioneu-los i feu clic a D'acord."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM etiquetat com \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "S'est preparant la installaci"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"S'est installant el paquet %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Publica la configuraci de la installaci "
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Inseriu un disquet a la unitat %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Inseriu un disquet en blanc a la unitat %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Ara teniu la possibilitat de descarregar programari destinat al xifratge.\n"
-"\n"
-"AVS:\n"
-"Degut a diversos requeriments generals aplicables a aquest programari, i\n"
-"imposats per diverses jurisdiccions, el client i/o l'usuari final d'aquest\n"
-"programari s'ha(n) d'assegurar que les lleis de la(es) seva(es)\n"
-"jurisdicci(ns) li(els) permeten descarregar-lo, emmagatzemar-lo i/o\n"
-"utilitzar-lo.\n"
-"\n"
-"A mes, el client i/o l'usuari final ha(n) de tenir especialment en compte\n"
-"que no ha(n) d'infrigir les lleis de la(es) seva(es) jurisdicci(ns). Si\n"
-"el client i/o l'usuari final no respecta(en) les disposicions d'aquestes\n"
-"lleis, pot(den) ser severament sancionat(s).\n"
-"\n"
-"Mandrakesoft i els seus fabricants i/o provedors no seran en cap cas\n"
-"responsables de cap dany especial, indirecte o incidental (incloent,\n"
-"per sense limitar-se a, la prdua de beneficis, interrupci del negoci,\n"
-"prdua de dades comercials i altres prdues econmiques, i eventuals\n"
-"responsabilitats i idemnitzacions que s'hagin de pagar per sentncia\n"
-"judicial) derivat de l's, la possessi o la simple descrrega d'aquest\n"
-"programari, al qual el client i/o l'usuari final pugui(n), eventualment,\n"
-"tenir accs desprs d'haver signat el present acord.\n"
-"\n"
-"Per a qualsevol consulta relativa a aquest acord, podeu adrear-vos a \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"S'est contactant amb el mirror per obtenir la llista dels paquets "
-"disponibles"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Escolliu un mirror al qual aconseguir els paquets"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"S'est contactant amb el mirror per obtenir la llista dels paquets "
-"disponibles"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "En quina zona horria us trobeu?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "El rellotge del vostre ordinador est regulat a GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Servidor CUPS remot"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Cap impressora"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "En teniu una altra?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Resum"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Ratol"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Zona horria"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Impressora"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Targeta XDSI"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Targeta de so"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Targeta de TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Utilitza el NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Impressora local"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Contrasenya de 'root'"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Sense contrasenya"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Aquesta contrasenya s massa senzilla (ha de tenir com a mnim %d carcters)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autenticaci"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autenticaci"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Servidor"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "NIS d'autenticaci"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domini del NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Un disc d'arrencada personalitzat proporciona una manera d'arrencar el "
-"vostre\n"
-"sistema Linux sense dependre del carregador d'arrencada normal. Aix s "
-"til\n"
-"si no voleu installar el SILO al sistema, o si un altre sistema operatiu\n"
-"elimina el SILO, o si el SILO no funciona amb la vostra configuraci de\n"
-"maquinari. Un disc d'arrencada personalitzat tamb es pot utilitzar amb la\n"
-"imatge de rescat del Mandrake, facilitant molt la recuperaci de fallides\n"
-"serioses del sistema.\n"
-"\n"
-"Si voleu crear un disc d'arrencada per al vostre sistema, inseriu un disquet "
-"a la primera unitat i premeu \"D'acord\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primera unitat de disquet"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Segona unitat de disquet"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Omet"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Un disc d'arrencada personalitzat proporciona una manera d'arrencar el "
-"vostre\n"
-"sistema Linux sense dependre del carregador d'arrencada normal. Aix s "
-"til\n"
-"si no voleu installar el LILO (o el grub) al sistema, o si un altre sistema "
-"operatiu\n"
-"elimina el LILO, o si el LILO no funciona amb la vostra configuraci de\n"
-"maquinari. Un disc d'arrencada personalitzat tamb es pot utilitzar amb la\n"
-"imatge de rescat del Mandrake, facilitant molt la recuperaci de fallides\n"
-"serioses del sistema. Voleu crear un disc d'arrencada per al vostre "
-"sistema?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "No hi ha cap unitat de disquet disponible"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Escolliu la unitat de disquet que voleu utilitzar per crear el disc "
-"d'arrencada"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Inseriu un disquet a la unitat %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "S'est creant el disc d'arrencada"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "S'est preparant el carregador d'arrencada"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Voleu utilitzar l'aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"S'ha produt un error en installar l'aboot; \n"
-"voleu intentar igualment la installaci encara que aix destrueixi la "
-"primera partici?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Installa el LILO"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Ha fallat la installaci del carregador d'arrencada. S'ha produt l'error "
-"segent:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Potser us caldr canviar el dispositiu d'arrencada Open Firware per\n"
-" habilitar el carregador d'arencada. Si no veieu l'indicador del\n"
-" carregador d'arrencada en tornar a arrencar, premeu Command-Option-O-F\n"
-" en tornar a arrencar i introduu:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" Desprs, escriviu: shut-down\n"
-"En l'arrencada segent heu de veure l'indicador del carregador d'arrencada."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Inseriu un disquet en blanc a la unitat %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "S'est creant el diquet d'installaci automtica"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Alguns passos no s'han completat.\n"
-"\n"
-"Segur que voleu sortir ara?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Felicitats! La installaci ha acabat.\n"
-"Traieu el suport d'arrencada i premeu Intro per tornar a arrencar.\n"
-"\n"
-"\n"
-"Trobareu la soluci als problemes coneguts d'aquesta versi del\n"
-"Mandrake Linux a la fe d'errates que hi ha a \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"La informaci sobre com configurar el vostre sistema est disponible a\n"
-"l'ltim captol d'installaci de la Guia Oficial de l'Usuari del\n"
-"Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Genera un disquet per a la installaci automtica"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Si es desitja, la installaci automtica es pot\n"
-"automatitzar completament, per en aquest cas\n"
-"prendr el control del disc dur!!\n"
-"(aix est pensat per a la installaci en una altra caixa).\n"
-"\n"
-"Potser preferireu repetir la installaci.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automtica"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Repeteix"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Desa la selecci de paquets"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Installaci del Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> entre elements | <Espai> selecciona | <F12> pant. segent"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "El kdesu no hi s"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Trieu una acci"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanat"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Si us plau, espereu"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informaci"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandeix l'arbre"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Redueix l'arbre"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Commuta entre pla i ordenat per grups"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Elecci incorrecta, torneu-ho a intentar\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "La vostra elecci? (predeterminat %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "La vostra elecci? (predeterminat %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opcions: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Voleu utilitzar l'aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "La vostra elecci? (predeterminat %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Txec (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Alemany"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Espanyol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Fins"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francs"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Noruec"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polons"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rus"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Suec"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Teclat RU"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Teclat EU"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Irani"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armeni (antic)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armeni (mquina d'escriure)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armeni (fontic)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjans (llat)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armeni (fontic)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Blgar"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiler (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielors"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Sus (disposici alemanya)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Sus (disposici francesa)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Txec (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Alemany (sense tecles inoperatives)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dans"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (EU)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noruec)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (EU)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estoni"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgi (disposici \"russa\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgi (disposici \"llatina\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grec"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hongars"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israeli"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israeli (fontic)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Irani"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islands"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Itali"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japons de 106 tecles"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Teclat core"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Espanyol sud-americ"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litu AZERTY (antic)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litu AZERTY (nou)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litu \"fila de nmeros\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litu \"fontic\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Ubicaci"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedoni"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holands"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polons (disposici qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polons (disposici qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugus"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadenc (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Rus (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Rus (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rus (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Eslov"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Eslovac (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Eslovac (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbaidjans (cirllic)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Taula"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Teclat tai"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Teclat tai"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turc (tradicional, model \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turc (modern, model \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ucrans"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Teclat EU (internacional)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"fila numrica\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Iugoslau (llat/cirllic)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Muntatges circulars %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Elimineu primer els volums lgics\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Rat de bola PS2 genric"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 bot"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generic 2 Button Mouse"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "General"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "De bola"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "srie"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Generic 3 Button Mouse"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (srie, tipus C7 antic)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 botons"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botons"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "cap"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Cap ratol"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Si us plau, comproveu el ratol."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Per activar el ratol,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVEU LA BOLA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Fins"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Segent ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Anterior"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Aix s correcte?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Connecta't a internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"La manera ms habitual de connectar amb ADSL s pppoe.\n"
-"Algunes connexions utilitzen pptp, unes poques utilitzen dhcp.\n"
-"Si no ho sabeu, escolliu 'utilitza pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "utilitza dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "utilitza pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "utilitza pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Quin client dhcp voleu utilitzar?\n"
-"El predeterminat s dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"No s'ha detectat cap adaptador de xarxa ethernet al sistema.\n"
-"No puc configurar aquest tipus de connexi."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Escolliu la interfcie de xarxa"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
-"connectar-vos a Internet."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "no s'ha trobat cap targeta de xarxa"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "S'est configurant la xarxa"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Si us plau, introduu el nom del vostre ordinador central, si el sabeu.\n"
-"Alguns servidors DHCP necessiten que aquest nom funcioni.\n"
-"El nom ha de ser complet,\n"
-"com ara ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nom de l'ordinador central"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Assistent de configuraci de xarxa"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Mdem XDSI extern"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Targeta XDSI interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Quin tipus de connexi XDSI teniu?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configuraci de l'XDSI"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Seleccioneu el vostre provedor.\n"
-" Si no s a la llista, seleccioneu No s a la llista"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protocol d'arrencada"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Resta del mn"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Resta del mn \n"
-" cap canal D (lnies llogades)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Quin protocol voleu utilitzar?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Quin tipus de targeta teniu?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "No s"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Si teniu una targeta ISA, els valors de la pantalla segent han de ser "
-"correctes.\n"
-"\n"
-"Si teniu una targeta PCMCIA, us en cal saber l'irq i l'io.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Interromp"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continua"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Quina targeta XDSI teniu ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"He detectat una targeta PCI XDSI, per no en conec el tipus. Si us plau, "
-"seleccioneu una targeta PCI a la pantalla segent."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"No s'ha trobat cap targeta PCI XDSI. Si us plau, seleccioneu-ne una a la "
-"pantalla segent"
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr ""
-"Si us plau, seleccioneu el port srie al qual teniu connectat el mdem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opcions de marcatge"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nom de la connexi"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Nmero de telfon"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID d'entrada"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Basat en script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Basat en terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nom de domini"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primer servidor DNS (opcional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Segon servidor DNS (opcional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Podeu desconnectar-vos o tornar a configurar la connexi."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Podeu tornar a configurar la connexi."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Ara mateix esteu connectat a Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Podeu connectar-vos a Internet o tornar a configurar la connexi."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Ara mateix no esteu connectat a Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Connecta"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Desconnecta"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Configura una connexi per cable"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Connexi i configuraci d'Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Podeu desconnectar-vos o tornar a configurar la connexi."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Podeu desconnectar-vos o tornar a configurar la connexi."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configuraci de xarxa"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Ats que esteu realitzant una installaci de xarxa, ja teniu la xarxa "
-"configurada.\n"
-"Feu clic a D'acord per conservar la configuraci, o a Cancella per tornar a "
-"configurar la connexi a Internet i xarxa.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Benvingut a l'Auxiliar de configuraci a xarxa\n"
-"\n"
-"Ara configurarem la connexi a Internet/xarxa.\n"
-"Si no voleu utilitzar la detecci automtica, desactiveu el quadre de "
-"verificaci.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Escolliu el perfil per configurar"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Utilitza la detecci automtica"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "S'estan detectant els dispositius..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Connexi normal per mdem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detectat al port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Connexi XDSI"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "s'ha detectat %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Connexi LAN"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detectat a la interfcie %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Connexi de cable"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Connexi de cable"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Connexi LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "s'han detectat una o diverses targetes Ethernet"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Escolliu l'eina que voleu utilitzar "
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Connexi a Internet compartida"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Voleu iniciar la connexi en arrencar?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configuraci de xarxa"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"S'ha produt un problema en reiniciar la xarxa: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Felicitats, la configuraci de xarxa i Internet ha finalitzat.\n"
-"\n"
-"Ara s'aplicar la configuraci al sistema.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Desprs d'aix, s recomanable que reinicieu l'entorn X per\n"
-"evitar problemes deguts al canvi de nom de l'ordinador central."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ATENCI: Aquest dispositiu ja es va configurar per connectar-se a Internet.\n"
-"Noms cal que accepteu mantenir-lo configurat.\n"
-"Si modifiqueu els camps inferiors, sobreescriureu aquesta configuraci."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Si us plau, introduu la configuraci IP d'aquest ordinador.\n"
-"S'ha d'introduir cada element com a una adrea IP amb notaci decimal amb\n"
-"punts (per exemple, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "S'est configurant el dispositiu de xarxa %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (programa de control %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Adrea IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Submscara de la xarxa"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP automtic"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "L'adrea IP ha d'estar amb el format 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Si us plau, introduu el nom del vostre ordinador central.\n"
-"Aquest nom ha de ser complet, com ara\n"
-"``mybox.mylab.myco.com''.\n"
-"Tamb podeu introduir l'adrea IP de la passarella, si en teniu una"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "servidor DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dispositiu de la passarella"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configuraci dels proxys"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "El proxy ha de ser http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "El proxy ha de ser ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configuraci d'Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Voleu intentar connectar-vos a Internet ara?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "S'est comprovant la vostra conexi..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Ara, el sistema est connectat a Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Per raons de seguretat, ara es desconnectar."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"No sembla que el sistema estigui connectat a Internet.\n"
-"Intenteu tornar a configurar la connexi."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configuraci de la connexi"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Si us plau, ompliu o marqueu el camp inferior"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Targeta IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Targeta de memria (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Targeta d'E/S"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Targeta d'E/S_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Targeta d'E/S_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "El vostre telfon particular"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nom del provedor (p.ex. proveidor.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Nmero de telfon del provedor"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 del provedor (opcional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 del provedor (opcional)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Escolliu el vostre teclat"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Mode de marcatge"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Tipus de connexi: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Tipus de connexi: "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Entrada del compte (nom d'usuari)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Contrasenya del compte"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "ha fallat el muntatge: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Aquesta plataforma no suporta particions esteses"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Hi ha un forat a la vostra taula de particions, per no puc utilitzar-lo.\n"
-"L'nica soluci s moure les particions primries per fer que el forat quedi "
-"contigu a les particions ampliades"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Ha fallat la restauraci del fitxer %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "S'ha produt un error en escriure al fitxer %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Alguna cosa no va b en la vostra unitat. \n"
-"Ha fallat una comprovaci de la integritat de les dades. \n"
-"Aix vol dir que qualsevol cosa que s'escrigui al disc acabar feta malb"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "ha de tenir"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "important"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "molt bonic"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bonic"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "potser"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Impressora local"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Impressora remota"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Servidor CUPS remot"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Servidor lpd remot"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Impressora de xarxa (TCP/scol)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Servidor de la impressora"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Dispositiu URI d'impressora"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Impressora local"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Impressora remota"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "S'ha produt un error en escriure al fitxer %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(mdul %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP del servidor CUPS"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Predeterminat)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Seleccioneu la connexi de la impressora"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Com est connectada la impressora?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Amb un servidor CUPS remot, aqu no us cal configurar cap\n"
-"impressora; les impressores es detectaran automticament.\n"
-"En cas de dubte, seleccioneu \"Servidor CUPS remot\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Servidor CUPS remot"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "L'adrea IP ha d'estar amb el format 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "El nmero de port ha de ser numric"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP del servidor CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Configuraci del tipus d'arrencada"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "S'estan detectant els dispositius..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Ports de comprovaci"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Cap impressora"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Utilitza la detecci automtica"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "s'ha detectat %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Dispositiu URI d'impressora"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr ""
-"Si us plau, seleccioneu el port srie al qual teniu connectat el mdem."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Dispositiu URI d'impressora"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Configuraci"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "S'est installant el paquet %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "S'est installant el paquet %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opcions de la impressora lpd remota"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Per poder utilitzar una cua d'impressi lpd remota, necessiteu proporcionar\n"
-"el nom de l'ordinador central del servidor de la impressora i el nom de la\n"
-"cua d'aquest servidor on s'hi han de situar les tasques."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Nom de l'ordinador central remot"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Nom de l'ordinador central remot"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Nom de l'ordinador central remot"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opcions de la impressora SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Per poder imprimir a una impressora SMB, heu d'indicar el nom de\n"
-"l'ordinador central SMB (tingueu en compte que pot ser diferent del seu nom\n"
-"TCP/IP) i possiblement l'adrea IP del servidor d'impressi, aix com el "
-"nom\n"
-"de compartici de la impressora a qu voleu accedir i el nom d'usuari,\n"
-"contrasenya i informaci de grup si sn necessaris."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Ordinador central del servidor SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP del servidor SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nom de compartici"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grup de treball"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opcions de la impressora NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Per poder imprimir a una impressora NetWare, heu de proporcionar el nom del\n"
-"servidor d'impressi NetWare (tingueu en compte que pot ser diferent del "
-"nom\n"
-"TCP/IP del seu ordinador central), aix com el nom de la cua d'impressi de\n"
-"la impressora a qu voleu accedir i el nom d'usuari i contrasenya si sn\n"
-"necessaris."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Servidor de la impressora"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nom de la cua d'impressi"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opcions de la impressora de scol"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Per imprimir a una impressora de scol, heu d'indicar el nom de l'ordinador\n"
-"central de la impressora i, opcionalment, el nmero de port."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Nom de l'ordinador central de la impressora"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Nom de l'ordinador central de la impressora"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Dispositiu URI d'impressora"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nom de la impressora"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Descripci"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Ubicaci"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Aix s correcte?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Connexi de la impressora"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Quin tipus d'impressora teniu?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Configuraci del mdem"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Configuraci d'Internet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Voleu comprovar la impressi?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Ports de comprovaci"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "S, imprimeix ambdues pgines de prova"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Impressora"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Eines estndard"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"La(es) pgina(es) de prova s'ha(n) enviat al procs d'impressi.\n"
-"Degut a aix, pot passar un cert temps abans no comenci la impressi.\n"
-"Estat de la impressi:\n"
-"%s\n"
-"\n"
-"Funciona correctament?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"La(es) pgina(es) de prova s'ha(n) enviat al procs d'impressi.\n"
-"Degut a aix, pot passar un cert temps abans no comenci la impressi.\n"
-"Funciona correctament?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Cap impressora"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Tanca"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "S'est desactivant la xarxa"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "S'est desactivant la xarxa"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Opcions de la impressora"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Configuraci d'Internet"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"El nom de la impressora noms pot constar de lletres, nmeros i el carcter "
-"de subratllat"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Cap impressora"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Configura la impressora"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "S'est comprovant la vostra conexi..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Configura la xarxa"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "El monitor no est configurat"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "S'est configurant la xarxa"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Quin sistema d'impressi voleu utilitzar?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Alt"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoic"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Quin sistema d'impressi voleu utilitzar?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Seleccioneu la connexi de la impressora"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Quin sistema d'impressi voleu utilitzar?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configura la impressora"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "S'est installant el paquet %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opcions de la impressora"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Configura la impressora"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Voleu configurar una impressora?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Aquestes sn les cues d'impressi segents.\n"
-"Podeu afegir-ne algunes ms o canviar-ne les existents."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Aquestes sn les cues d'impressi segents.\n"
-"Podeu afegir-ne algunes ms o canviar-ne les existents."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Configura la xarxa"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Mode normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Voleu comprovar la configuraci?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Configuraci del mdem"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Voleu comprovar la configuraci?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Connexi a Internet compartida"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Connexi de la impressora"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Voleu comprovar la configuraci?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Voleu reiniciar la xarxa"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "S'est llegint la base de dades de controladors CUPS..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Configuraci dels proxys"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Port"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "El proxy ha de ser http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "El nmero de port ha de ser numric"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "El proxy ha de ser ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Entrada automtica"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Contrasenya"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Sense contrasenya"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Les contrasenyes no coincideixen"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "No es pot afegir una partici a un RAID _formatat_ md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "No es pot escriure al fitxer %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "l'mkraid ha fallit"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "l'mkraid ha fallit (potser manquen eines del RAID?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "No hi ha prou particions per al nivell RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, un programador d'ordres peridiques."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"L'apmd s'utilitza per monitoritzar l'estat de la bateria i registrar-lo "
-"mitjanant el registre del sistema.\n"
-"Tamb es pot utilitzar per apagar l'ordinador quan queda poca bateria."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Executa les ordres programades per l'ordre 'at' a l'hora que es va\n"
-"especificar en executar 'at', i executa les ordres 'batch' quan la\n"
-"mitjana de crrega s prou baixa."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"El cron s un programa UNIX estndard que executa programes determinats\n"
-"per l'usuari en hores programades. El vixie cron afegeix un cert nombre de\n"
-"caracterstiques al cron bsic, incloent seguretat millorada i opcions\n"
-"de configuraci ms potents."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"El GPM afegeix suport de ratol a aplicacions Linux basades en text, com ara "
-"el Midnight Commander. Tamb permet operacions de tallar i enganxar amb el "
-"ratol, i inclou suport de mens desplegables a la consola."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"L'Apache s un servidor de World Wide Web. S'utilitza per servir fitxers\n"
-"HTML i CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"El procs superservidor d'Internet (conegut normalment com 'inetd') inicia\n"
-"altres serveis d'Internet a mesura que es van necessitant. s el "
-"responsable\n"
-"d'iniciar molts serveis, incloent el telnet, l'ftp, l'rsh i l'rlogin. Si\n"
-"s'inhabilita l'inetd s'inhabiliten tots els serveis de qu s responsable."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Aquest paquet carrega el mapa de teclat seleccionat segons s'ha definit\n"
-"a /etc/sysconfig/keyboard. Aix es pot seleccionar mitjanant la utilitat\n"
-"kbdconfig.\n"
-"Per a la majoria d'ordinadors, s'ha de deixar habilitat."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"L'lpd s el procs d'impressi necessari per a que l'lpr funcioni\n"
-"correctament. Bsicament, es tracta d'un servidor que assigna les\n"
-"tasques d'impressi a la(es) impressora(es)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) s un servidor de noms de domini (DNS) que s'utiilitza\n"
-"per convertir noms d'ordinadors centrals en adreces IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Munta i desmunta tots els punts de muntatge dels sistemes de fitxers\n"
-"de xarxa (NFS), SMB (gestor de xarxes d'rea local/Windows) i NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activa/Desactiva totes les interfcies de xarxa configurades per\n"
-"iniciar-se durant l'arrencada."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"L'NFS s un popular protocol de compartici de fitxers en xarxes TCP/IP.\n"
-"Aquest servei proporciona la funcionalitat del servidor NFS, que es\n"
-"configura mitjanant el fitxer /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"L'NFS s un popular protocol de compartici de fitxers en xarxes TCP/IP\n"
-"Aquest servei proporciona la funcionalitat de blocatge del fitxer NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"El suport PCMCIA serveix normalment per suportar coses com ara l'ethernet\n"
-"i els mdems en porttils. No s'iniciar tret que es configuri, de manera\n"
-"que no hi ha problema per installar-lo en ordinadors que no el necessiten."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"El portmapper gestiona les connexions RPC, que sn utilitzades per\n"
-"protocols com ara l'NFS i l'NIS. El servidor portmap s'ha d'estar\n"
-"executant en ordinadors que actuen com a servidors per a protocols que\n"
-"utilitzen el mecanisme RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"El Postfix s un agent de transport de correu, que s el programa que\n"
-"passa el correu d'un ordinador a un altre."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Desa i recupera el generador d'entropia del sistema per a\n"
-"la generaci de nombres aleatoris d'una ms alta qualitat."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"El procs 'routed' permet que la taula d'encaminadors IP automtics\n"
-"s'actualitzi mitjanant el protocol RIP. Mentre que el RIP s'utilitza\n"
-"mpliament en xarxes petites, les xarxes complexes necessiten protocols\n"
-"d'encaminament ms complexs."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"El protocol rstat permet que els usuaris d'una xarxa recuperin\n"
-"mtrics de funcionament de qualsevol ordinador de la mateixa."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"El protocol rusers permet que els usuaris d'una xarxa identifiquin\n"
-"qui est connectat en altres ordinadors de la mateixa."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"El protocol rwho permet que els usuaris remots obtinguin una llista\n"
-"de tots els usuaris que estn connectats a un ordinador que est\n"
-"executant el procs rwho (similar al finger)."
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "Executa el sistema X-Window en iniciar"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"El syslog s el sistema que utilitzen molts processos per registrar\n"
-"missatges en diversos fitxers de registre del sistema. s aconsellable\n"
-"executar-lo sempre."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Inicia i atura l'X Font Server en arrencar i apagar l'ordinador."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Escolliu els serveis que s'han d'iniciar automticament durant l'arrencada"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Impressora"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Mode de sistema"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Opcions de la impressora lpd remota"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Servidor, base de dades"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "dispositiu"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "s'est executant"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "aturat"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Serveis i dimonis"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Malauradament no hi ha ms informaci\n"
-"sobre aquest servei."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "En arrencar"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Estat:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sector"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Resta del mn"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Accs a Internet"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimdia - Grfics"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desenvolupament"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Control Center"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Interfcie de la xarxa"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Ordinador central del servidor SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jocs"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "expert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "obligatori"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "S'est installant el paquet %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"No puc llegir la vostra taula de particions, est massa malmesa per a mi :(\n"
-"Intentar seguir buidant les particions incorrectes"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Error"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Publica la configuraci de la installaci "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Configuraci del tipus d'arrencada"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Felicitats!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Installa"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Afegeix un usuari"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "S'est formatant el fitxer de loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Selecci del grup de paquets"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Elimina la cua"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Elimina el Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Nom d'usuari"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Si us plau, comproveu el ratol."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Si us plau, torneu-ho a intentar"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Si us plau, torneu-ho a intentar"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Sense contrasenya"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Connexi LAN"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Seleccioneu la connexi de la impressora"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Si us plau, selecioneu la disposici del vostre teclat."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Si us plau, feu clic a una partici "
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Si us plau, comproveu el ratol."
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Xarxa:"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Nom d'usuari"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Si us plau, trieu un idioma per utilitzar."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Voleu utilitzar l'optimitzaci del disc dur?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Voleu utilitzar l'optimitzaci del disc dur?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Espera"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "De bola"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "De bola"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Opcions del mdul:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Configuraci de xarxa"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-#, fuzzy
-msgid "across Network"
-msgstr "Xarxa:"
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Sistemes de fitxers"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opcions"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr ""
-"Si us plau, seleccioneu el port srie al qual teniu connectat el mdem."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Configuraci de xarxa"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Restaura des del disquet"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Altres"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Installa el sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Restaura des del fitxer"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Restaura des del fitxer"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Personalitzada"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_Ajuda"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Anterior"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Estat:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Restaura des del fitxer"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Text"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Paquets a installar"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Si us plau, trieu un idioma per utilitzar."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Si us plau, trieu un idioma per utilitzar."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Si us plau, trieu un idioma per utilitzar."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Desa al fitxer"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Si us plau, comproveu el ratol."
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Configuraci de xarxa"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Configuraci de xarxa"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Sistemes de fitxers"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Ha fallat la installaci del %s. S'ha produt l'error segent:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "no s'ha trobat %s"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Fet"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formata el disquet"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "S'est preparant la installaci"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "limita"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "limita"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formata les particions"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "S'estan desinstallant els RPM"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Configuraci de la LAN"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Punt de muntatge"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Escolliu les particions que voleu formatar"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Oficina"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Interromp"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Impressora"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Installa el sistema"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Seleccioneu el fitxer"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Impressora remota"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Missatge d'inicialitzaci"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "No teniu cap adaptador de xarxa al sistema!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Installa"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "No teniu cap adaptador de xarxa al sistema!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Surt de la installaci"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Connexi a Internet compartida"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "La connexi a Internet compartida est habilitada"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"La configuraci de la connexi compartida a Internet ja s'ha dut a terme.\n"
-"Ara est habilitada.\n"
-"\n"
-"Qu voleu fer?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "inhabilita"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "deixa-ho crrer"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "torna a configurar"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "S'estan inhabilitant els servidors..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Ara, la compartici de la connexi a Internet est inhabilitada."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "La connexi a Internet compartida est inhabilitada"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"La configuraci de la connexi compartida a Internet ja s'ha dut a terme.\n"
-"Ara est inhabilitada.\n"
-"\n"
-"Qu voleu fer?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "habilita"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "S'estan habilitant els servidors..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Ara, la connexi compartida a Internet est habilitada."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Ara configurareu l'ordinador per tal que comparteixi la connexi a "
-"Internet.\n"
-"Amb aquesta caracterstica, altres ordinadors de la vostra xarxa local\n"
-"podran utilitzar la connexi a Internet d'aquest ordinador.\n"
-"\n"
-"Nota: per configurar una xarxa d'rea local (LAN), us cal un adaptador de "
-"xarxa dedicat."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfcie %s (utilitzant el mdul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfcie %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "No teniu cap adaptador de xarxa al sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"No s'ha detectat cap adaptador de xarxa ethernet al sistema. Si us plau, "
-"executeu l'eina de configuraci de maquinari."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interfcie de la xarxa"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Noms teniu un adaptador de xarxa configurat al sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Ara configurar la vostra xarxa d'rea local amb aquest adaptador."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Si us plau, escolliu l'adaptador de xarxa que es connectar\n"
-"a la vostra xarxa d'rea local."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "El monitor no est configurat"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Configuraci del tipus d'arrencada"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Configuraci del mdem"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP del servidor CUPS"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"S'ha trobat un conflicte potencial d'adrea LAN en la configuraci actual de "
-"%s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Atenci! S'ha detectat una configuraci existent del sistema de tallafocs. "
-"Potser us caldr fer algun ajustament manual desprs de la installaci."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "S'est configurant..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"S'estan configurant les seqncies, installant el programari, iniciant els "
-"servidors..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Hi ha hagut problemes en installar el paquet %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Ja est tot configurat.\n"
-"Ara podeu compartir la connexi a Internet amb altres ordinadors de la "
-"vostra xarxa d'rea local utilitzant la configuraci automtica de xarxa "
-"(DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "La configuraci ja s'ha realitzat, per ara est inhabilitada."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "La configuraci ja s'ha realitzat i ara est habilitada."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "No s'ha configurat mai cap connexi compartida a Internet."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configuraci de la compartici de la connexi a Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Benvingut a la utilitat de compartici de la connexi a Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Feu clic a Configura per executar l'auxiliar de configuraci."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configuraci de xarxa (%d adaptadors)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Perfil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Suprimeix el perfil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Perfil a suprimir:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Perfil nou..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nom de l'ordinador central: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Accs a Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipus:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Passarella:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Intefcie:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Estat:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configura l'accs a Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Programa de control"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfcie"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocol"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Estat:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configura la xarxa d'rea local..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Assistent..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Aplica"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Si us plau, espereu... s'est aplicant la configuraci"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Connectat"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Sense connexi"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Connecta..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Desconnecta..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptador %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocol d'arrencada"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Iniciat en l'arrencada"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Client DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Actiu"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Actiu"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configuraci de la connexi a Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configuraci de la connexi a Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipus de connexi: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parmetres"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Passarella"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Targeta Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Client DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "S'est establint el nivell de seguretat"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Control Center"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Escolliu l'eina que voleu utilitzar "
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Canadenc (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islands"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "srie"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "sintaxi: keyboarddrake [--expert] [teclat]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Si us plau, selecioneu la disposici del vostre teclat."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Voleu que la tecla Enrere efectu un Suprimeix en la consola?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Canvieu el CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Si us plau, inseriu el CD-ROM d'installaci a la unitat i desprs\n"
-"premeu D'acord.\n"
-"Si no el teniu, premeu Cancella per evitar la installaci en directe."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "No es pot iniciar l'actualitzaci en directe !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Mostr-ho noms per a avui"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fitxer/_Nou"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fitxer/_Obre"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fitxer/_Desa"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fitxer/_Anomena i desa"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fitxer/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcions"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcions/Prova"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Ajuda"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Ajuda/_Quant a..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Nom d'usuari"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "missatges"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "cerca"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Eina per veure els registres"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Parmetres"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "que coincideixin amb"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "per que no coincideixein amb"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Escolliu el fitxer"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Calendari"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Contingut del fitxer"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "si us plau, espereu, s'est analitzant el fitxer: %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache i Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "ombra"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "interessant"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "s'est formatant"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Configuraci"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Anomena i desa..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "no s'ha trobat cap serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Voleu emular el tercer bot?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Seleccioneu una targeta grfica"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Dispositiu d'arrencada"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Configuraci del sistema de tallafocs"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Configuraci del sistema de tallafocs"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Sistema de tallafocs\n"
-"\n"
-"Ja heu configurat un tallafocs.\n"
-"Feu clic a Configura per canviar o eliminar el tallafoc"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Sistema de tallafocs\n"
-"\n"
-"Feu clic a Configura per configurar un tallafocs estndard"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Escolliu el vostre idioma"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Tipus d'installaci"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detecci del disc dur"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configura el ratol"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Escolliu el vostre teclat"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Seguretat"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Sistemes de fitxers"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formata les particions"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Paquets a installar"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installa el sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Afegeix un usuari"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configura la xarxa"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configura els serveis"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installa el LILO"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Crea un disc d'arrencada"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configura l'X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Installa el sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Surt de la installaci"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configurador del tinyfirewall\n"
-"\n"
-"Amb aix es configura un tallafocs personal per a aquest ordinador Linux "
-"Mandrake.\n"
-"Per a una potent soluci de tallafocs dedicada, consulteu si us plau la "
-"distribuci especialitzada MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Ara us farem preguntes sobre els serveis a qu voleu autoritzar que\n"
-"Internet us connecti. Si us plau, penseu-hi a fons perqu la seguretat\n"
-"del vostre ordinador s important.\n"
-"\n"
-"Si us plau, si un moment donat no esteu utilitzant algun d'aquests serveis,\n"
-"desactiveu-ne el tallafocs. Podeu canviar aquesta configuraci sempre que\n"
-"vulgueu tornant a executar aquesta aplicaci!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor de web en aquest ordinador que necessiteu que\n"
-"pugui veure tothom a Internet? Si esteu executant un servidor de web a qu\n"
-"noms ha d'accedir aquest ordinador, aqu podeu respondre tranquillament "
-"NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor de noms en aquest ordinador? Si no n'heu\n"
-"configurat cap per proporcionar la IP i la informaci de zona a tothom a\n"
-"Internet, si us plau responeu NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Voleu autoritzar les connexions Secure Shell (ssh) d'entrada? Es tracta\n"
-"d'una substituci del Telnet que podeu utilitzar per entrar. Si ara esteu\n"
-"utilitzant el Telnet, passeu-vos a l'ssh sense cap mena de dubte; el\n"
-"Telnet no est xifrat, de manera que us poden robar la contrasenya si\n"
-"l'utilitzeu, mentre que l'ssh est xifrat i no permet cap mena d'intercepci."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Voleu autoritzar les connexions Telnet d'entrada?\n"
-"Aix s tremendament insegur, com hem dit a la pantalla anterior. Us\n"
-"recomanem vivament que respongueu No aqu i que utilitzeu l'ssh en comptes\n"
-"del Telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Esteu executant un servidor d'FTP que necessiteu que sigui accessible a\n"
-"Internet? Si s aix, us recomanen vivament que noms l'utilitzeu per a\n"
-"transferncies annimes, ja que qualsevol contrasenya que s'envia per FTP\n"
-"pot ser robada, ats que l'FTP no utilitza xifratge per a la transferncia\n"
-"de contrasenyes.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor de correu? Si esteu enviant els missatges\n"
-"a travs del pine, el mutt o qualsevol altre client de correu basat en\n"
-"text, probablement s aix. En cas contrari, desactiveu-ne el tallafocs.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor POP o IMAP? Aix s'utilitzaria\n"
-"per allotjar comptes de correu dels usuaris, no basats en web,\n"
-"mitjanant aquest ordinador.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Sembla que esteu utilitzant un nucli 2.2. Si l'ordinador de\n"
-"casa o de l'oficina estableix automticament la IP de la vostra\n"
-"xarxa (assignaci dinmica), us cal autoritzar aix. s aquest el cas?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"El vostre ordinador est sincronitzat pel que fa al temps amb un altre?\n"
-"Normalment, aix ho utilitzen organitzacions Unix/Linux mitjanes-grans\n"
-"per sincronitzar el temps de les entrades i coses aix. Si no sou una part\n"
-"d'una oficina gran i no heu sentit parlar d'aix, probablement no us trobeu\n"
-"en aquest cas."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"La configuraci est completa. Podem desar aquests canvis al disc?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "No es pot obrir %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "No s'ha pogut obrir %s per escriure-hi: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Configuraci del sistema de tallafocs"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Si us plau, espereu, s'est preparant la installaci"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Servidor, Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Ordinador de xarxa (client)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Servidor NFS, Servidor SMB, Servidor intermediari, Servidor SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Oficina"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Estaci de treball GNOME"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Eines per al Palm Pilot o per al Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Estaci de treball"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Servidor, Tallafoc/Encaminador"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programes d'ofimtica: processadors de textos (kword, abiword), gestors de "
-"fulls de clcul (kspread, gnumeric), visualitzadors pdf, etc."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Eines d'udio: reproductors d'mp3 o midi, mescladors, etc."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Llibres i Com es fa... sobre el Linux i el programari lliure"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Estaci de treball KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - Vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Conjunt d'eines per al correu, notcies, web, transferncia de fitxers i xat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Servidor, base de dades"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Eines per facilitar la configuraci de l'ordinador"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - So"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilitats"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentaci"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Eines de consola"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Estaci d'Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Estaci multimdia"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Configuraci de la LAN"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Ms escriptoris grfics (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr "Entorn d'escriptori K, l'entorn grfic bsic que inclou diverses eines"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Entorn grfic"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache i Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Eines per crear i gravar CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Estaci de treball Office"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programes grfics com ara el Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Biblioteques de desenvolupament C i C++, programes i fitxers inclosos"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Servidor d'ordinador de xarxa"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Servidor, Correu/Groupware/Notcies"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Estaci de jocs"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Reproductors i editors de vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - Grfics"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programes d'entreteniment: acci, jocs de taula, estratgia, etc."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Conjunt d'eines per llegir i enviar correu i notcies (pine, mutt, tin...) i "
-"per navegar pel Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arxivament, emuladors, monitoritzaci"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Comptabilitat personal"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Entorn grfic amb un conjunt d'aplicacions i eines d'escriptori fcil "
-"d'utilitzar"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clients per a diferents protocols, incloent l'ssh"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Accs a Internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programes de reproducci/edici de so i vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Altres escriptoris grfics"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editors, intrprets d'ordres, eines de fitxer, terminals"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programes per gestionar els vostres comptes, com ara el gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Gesti d'informaci personal"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - Gravaci de CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Estaci cientfica de treball"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Interromp"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Cap"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Escolliu l'usuari per omissi:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Impressora remota"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Ara podeu proporcionar les seves opcions per al mdul %s."
-
-#~ msgid "mount failed"
-#~ msgstr "ha fallat el muntatge"
-
-#~ msgid "Low"
-#~ msgstr "Baix"
-
-#~ msgid "Medium"
-#~ msgstr "Mitj"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Poques millores per a aquest nivell de seguretat; la principal s que hi "
-#~ "ha\n"
-#~ "ms avisos i comprovacions de seguretat."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Multimdia"
-
-#~ msgid "Boot mode"
-#~ msgstr "Mode d'arrencada"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Expert"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "El GNU/Linux gestiona l'hora en GMT (Hora de Greenwich) i la\n"
-#~ "tradueix a l'hora local segons la zona horria seleccionada."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Connecta't a Internet"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Desconnecta't d'Internet"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Configura la connexi de xarxa (LAN o Internet)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "A quin disc us voleu desplaar?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Si us plau, escolliu els paquets que voleu installar"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Informaci"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Estaci de treball GNOME"
-
-#~ msgid "authentification"
-#~ msgstr "autenticaci"
-
-#~ msgid "user"
-#~ msgstr "usuari"
-
-#, fuzzy
-#~ msgid ""
-#~ "Apache is a World Wide Web server. It is used to serve HTML files and "
-#~ "CGI."
-#~ msgstr ""
-#~ "L'Apache s un servidor de World Wide Web. S'utilitza per servir fitxers\n"
-#~ "HTML i CGI."
-
-#~ msgid ""
-#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve\n"
-#~ "host names to IP addresses."
-#~ msgstr ""
-#~ "named (BIND) s un servidor de noms de domini (DNS) que s'utiilitza\n"
-#~ "per convertir noms d'ordinadors centrals en adreces IP."
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Surt"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Muntatge automtic del suport extrable"
-
-#~ msgid "Active"
-#~ msgstr "Actiu"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "No"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "S'ha detectat una impressora, model \"%s\", a"
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Dispositiu de la impressora local"
-
-#~ msgid "Printer Device"
-#~ msgstr "Dispositiu d'impressora"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Servidor CUPS remot"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Servidor CUPS remot"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Mode de sistema"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Altres"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Si us plau, selecioneu la disposici del vostre teclat."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Si us plau, feu clic a una partici "
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tipus: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Fitxer de cpia de seguretat incorrecte"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Configura l'X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Dispositiu d'impressora"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Cancella"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "D'acord"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Tanca"
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "toot"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "S'est comprovant la vostra conexi..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "S'est tancant la connexi..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "La connexi no est tancada.\n"
-#~ "Intenteu fer-ho manualment executant\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "a root."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "Ara, el sistema est desconnectat."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Escolliu la mida que voleu installar"
-
-#~ msgid "Total size: "
-#~ msgstr "Mida total: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Si us plau, espereu, "
-
-#~ msgid "Total time "
-#~ msgstr "Temps total "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Voleu utilitzar la configuraci existent per a X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "A quin dispositiu est connectada la vostra impressora?\n"
-#~ "(tingueu en compte que /dev/lp0 equival a LPT1:)\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Compte, l'adaptador de xarxa ja est configurat. El tornar a configurar."
-
-#~ msgid "New"
-#~ msgstr "Nou"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Elimina"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Si us plau, feu clic a una partici "
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Ambigitat (%s), sigueu ms precs\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (predeterminat %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "La vostra elecci? (predeterminat %s introduu `cap' per a cap) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "no es pot obrir /etc/sysconfig/autologin per a lectura: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Voleu reiniciar la xarxa"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Hi esteu d'acord?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Ara reiniciar el dispositiu de xarxa:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Ara reiniciar el dispositiu de xarxa %s. Hi esteu d'acord?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Tret que sapigueu expressament que s'ha d'indicar una altra cosa, "
-#~ "l'elecci\n"
-#~ "habitual s \"/dev/hda\" (el disc IDE mestre primari) o b \"/dev/sda\"\n"
-#~ "(el primer disc SCSI)."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Tipus de connexi: "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Escolliu l'usuari per omissi:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Si us plau, comproveu el ratol."
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr ""
-#~ "Escolliu l'idioma que voleu utilitzar per a la installaci i per a l's "
-#~ "del sistema."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Heu d'acceptar els termes de la llicncia de ms amunt per poder "
-#~ "continuar la installaci.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si us plau, feu clic a \"Accepto\" si hi esteu d'acord.\n"
-#~ "\n"
-#~ "\n"
-#~ "Feu clic a \"No accpeto\" si no hi esteu d'acord. La installaci "
-#~ "finalitzar sense modificar la installaci actual."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Escolliu el vostre tipus de teclat de la llista inferior"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Si desitgeu que altres idiomes (a ms del que vau triar en\n"
-#~ "iniciar la installaci) estiguin disponibles desprs de la "
-#~ "installaci,\n"
-#~ "escolliu-los de la llista de ms amunt. Si els voleu seleccionar tots,\n"
-#~ "noms cal que seleccioneu \"Tots\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Seleccioneu:\n"
-#~ "\n"
-#~ " - Personalitzada: Si esteu familiaritzat amb el Linux, podreu\n"
-#~ "triar l's del sistema installat entre Normal, Desenvolupament o\n"
-#~ "Servidor. Trieu \"Normal\" per a una installaci per a un s\n"
-#~ "general del vostre ordinador, \"Desenvolupament\" si utilitzareu\n"
-#~ "l'ordinador principalment per a desenvolupament de programari,\n"
-#~ "o \"Servidor\" si voleu installar un servidor convencional (per\n"
-#~ "a correu, impressions...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Per a experts: Si domineu el GNU/Linux i voleu realitzar una\n"
-#~ "installaci totalment personalitzada, aquest s el vostre\n"
-#~ "tipus d'installaci. Podreu seleccionar l's del vostre sistema\n"
-#~ "com a \"Personalitzada\"."
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Ara heu de decidir com utilitzareu l'ordinador. Les opcions sn:\n"
-#~ "\n"
-#~ "* Estaci de treball: l'elecci ideal si penseu utilitzar l'ordinador "
-#~ "bsicament per a l's quotidi, a la feina o\n"
-#~ " a casa.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Desenvolupament: si penseu utilitzar l'ordinador bsicament per a "
-#~ "desenvolupament de programari, aquesta s l'elecci ideal.\n"
-#~ " Tindreu installada una completa collecci de programari per poder "
-#~ "compilar, depurar i formatar codi font,\n"
-#~ " o crear paquets de programari.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Servidor: si penseu utilitzar l'ordinador com a servidor, aquesta s "
-#~ "l'elecci ideal, ja sigui un servidor de fitxers (NFS o\n"
-#~ " SMB), un servidor d'impressi (tipus Unix o Microsoft Windows), un "
-#~ "servidor d'autenticaci (NIS), un servidor\n"
-#~ " de bases de dades, etc. En canvi, no espereu que se us installin coses "
-#~ "com ara el KDE, el GNOME, etc.)"
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Ara podeu seleccionar el grup de paquets que voleu installar o "
-#~ "actualitzar.\n"
-#~ "\n"
-#~ "\n"
-#~ "El DrakX comprovar si teniu prou espai per installar-los tots i, si no, "
-#~ "us\n"
-#~ "ho avisar. Si voleu seguir igualment, continuar amb la installaci de "
-#~ "tots\n"
-#~ "els grups seleccionats per no n'installar alguns de menys inters. Al "
-#~ "final\n"
-#~ "de la llista podeu seleccionar l'opci \"Selecci individual de paquets"
-#~ "\", i\n"
-#~ "en aquest cas haureu de navegar per ms de 1.000 paquets..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Ara podeu triar individualment tots els paquets que voleu installar.\n"
-#~ "\n"
-#~ "\n"
-#~ "Podeu expandir o reduir l'arbre fent clic a les opcions del rac esquerre "
-#~ "de la finestra de paquets.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si preferiu veure els paquets ordenats alfabticament, feu clic a la "
-#~ "icona\n"
-#~ "\"Commuta entre ordenaci plana i per grups\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Si no voleu ser avisat pel que fa a les dependncies, feu clic a "
-#~ "\"Dependncies\n"
-#~ "automtiques\". Si ho feu, tingueu en compte que el fet de "
-#~ "desseleccionar\n"
-#~ "un paquet pot causar la desselecci d'altres paquets que en depenen, i "
-#~ "no\n"
-#~ "us n'assabentareu."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Si teniu tots els CD de la llista superior, feu clic a D'acord.\n"
-#~ "Si no teniu cap d'aquests CD, feu clic a Cancella.\n"
-#~ "Si noms falten alguns CD, desseleccioneu-los i feu clic a D'acord."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Si voleu connectar l'ordinador a Internet o a una xarxa local, "
-#~ "seleccioneu\n"
-#~ "l'opci corresponent, per abans recordeu engegar el dispositiu per tal "
-#~ "que\n"
-#~ "el DrakX el detecti automticament.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si no teniu connexi a Internet ni a cap xarxa local, escolliu "
-#~ "\"Inhabilita el servei de xarxa\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Si voleu configurar la xarxa ms endavant, desprs de la installaci, o "
-#~ "si\n"
-#~ "heu acabat la configuraci de la connexi de xarxa, trieu \"Fet\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "No s'ha detectat cap mdem. Si us plau, seleccioneu el port srie on est "
-#~ "connectat.\n"
-#~ "\n"
-#~ "\n"
-#~ "Per a la vostra informaci, el primer port srie (anomenat \"COM1\" en "
-#~ "Microsoft Windows) s'anomena \"ttyS0\" en Linux."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Ara podeu introduir les opcions de marcatge. Si no sabeu qu heu "
-#~ "d'introduir,\n"
-#~ "o si no n'esteu segur, podreu aconseguir la informaci necessria del "
-#~ "vostre\n"
-#~ "provedor d'Internet. Si no introduu aqu la informaci del DNS "
-#~ "(servidor de\n"
-#~ "noms), aquesta informaci s'obtindr del provedor en el moment de "
-#~ "connectar."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Si el mdem que teniu s extern, engegueu-lo per tal que el DrakX el "
-#~ "detecti automticament."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Si us plau, engegueu el mdem i trieu-ne el correcte."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Si no esteu segur de si la informaci de ms amunt s correcta, si no "
-#~ "sabeu\n"
-#~ "qu introduir o si no n'esteu segur, podreu aconseguir la informaci\n"
-#~ "necessria del vostre provedor d'Internet. Si no introduu aqu la\n"
-#~ "informaci del DNS (servidor de noms), aquesta informaci s'obtindr del\n"
-#~ "provedor en el moment de connectar."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Ara podeu introduir el nom del vostre ordinador central. Si no esteu "
-#~ "segur del que hi\n"
-#~ "heu d'introduir, el vostre provedor us en donar la informaci correcta."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Ara podeu configurar el voste dispositiu de xarxa.\n"
-#~ "\n"
-#~ " * Adrea IP: si no la sabeu, o no n'esteu segur, pregunteu-la a "
-#~ "l'administrador de la xarxa.\n"
-#~ " No heu d'introduir cap adrea IP si ms avall seleccioneu l'opci "
-#~ "\"IP automtica\".\n"
-#~ "\n"
-#~ " * Mscara de la xarxa: Normalment, \"255.255.255.0\" s una bona "
-#~ "elecci. Si no n'esteu segur, consulteu-ho a l'administrador de la "
-#~ "xarxa.\n"
-#~ "\n"
-#~ " * IP automtica: si la vostra xarxa utilitza els protocols BOOTP o "
-#~ "DHCP,\n"
-#~ "seleccioneu aquesta opci. Si es selecciona, no cal cap valor per a "
-#~ "\"Adrea IP\". Si no n'esteu segur, consulteu-ho a l'administrador de la "
-#~ "xarxa."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Ara podeu introduir el nom del vostre ordinador central, si cal. Si no "
-#~ "el\n"
-#~ "sabeu, o no esteu segur de qu heu d'introduir, consulteu a "
-#~ "l'administrador de la xarxa."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Ara podeu introduir el nom del vostre ordinador central, si cal. Si no\n"
-#~ "el sabeu, o si esteu segur de qu introduir, deixeu-ho en blanc."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Ara podeu introduir les opcions de marcatge. Si no esteu segur del que "
-#~ "hi\n"
-#~ "heu d'introduir, el vostre provedor us en donar la informaci correcta."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Si teniu previst utilitzar proxys, configureu-los ara. Si no sabeu si\n"
-#~ "n'utilitzareu, consulteu-ho a l'administrador de la xarxa o al vostre\n"
-#~ "provedor."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Podeu installar el paquet criptogrfic si la vostra connexi a Internet\n"
-#~ "s'ha configurat correctament. Escolliu primer una rpilca des de la qual\n"
-#~ "vulgueu descarregar paquets i desprs seleccioneu els paquets a "
-#~ "installar.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tingueu en compte que heu de seleccionar la rplica i els paquets\n"
-#~ "criptogrfics segons la vostra legislaci."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "Ara podeu seleccionar la zona horria segons el lloc on viviu."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Podeu configurar una impressora local (connectada al vostre ordinador) o\n"
-#~ "remota (accessible mitjanant una xarxa Unix, Netware o Microsoft "
-#~ "Windows)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Si voleu imprimir, trieu un sistema de impressi entre CUPS i LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "El CUPS s un nou sistema d'impressi, potent i flexible, per a sistemes "
-#~ "Unix\n"
-#~ "(CUPS significa \"Common Unix Printing System\"). s el sistema "
-#~ "d'impressi\n"
-#~ "per defecte en Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "L'LPR s l'antic sistema d'impressi utilitzat en distribucions anteriors "
-#~ "de\n"
-#~ "Mandrake Linux distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si no teniu impressora, feu clic a \"Cap\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "El GNU/Linux pot treballar amb molts tipus d'impressores, per cada un\n"
-#~ "d'aquests tipus requereix una configuraci diferent.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si teniu la impressora connectada fsicament a l'ordinador, seleccioneu\n"
-#~ "\"Impressora local\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Si voleu accedir a una impressora que es troba en un ordinador Unix "
-#~ "remot,\n"
-#~ "seleccioneu \"Impressora remota\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Si voleu accedir a una impressora que es troba en un ordinador Microsoft\n"
-#~ "Windows remot (o en un ordinador Unix que utilitza el protocol SMB),\n"
-#~ "seleccioneu \"SMB/Windows 95/98/NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Si us plau, engegueu la impressora abans de continuar per tal que el "
-#~ "DrakX\n"
-#~ "la pugui detectar.\n"
-#~ "\n"
-#~ "Aqu heu d'introduir algunes dades.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Nom de la impressora: l'spool d'impressi utilitza \"lp\" com a nom "
-#~ "per\n"
-#~ "omissi de la impressora. Per tant, heu de tenir una impressora "
-#~ "anomenada\n"
-#~ "\"lp\".\n"
-#~ " Si noms teniu una impressora, podeu donar-li diversos;\n"
-#~ "noms; noms cal que els separeu amb el carcter \"|\". Per tant,\n"
-#~ "si preferiu un nom ms expressiu, l'heu d'indicar en primer lloc\n"
-#~ "(per exemple: \"La meva impressora|lp\").\n"
-#~ " La impressora que contingui \"lp\" al(s) nom(s) ser la impressora "
-#~ "per omissi.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Descripci: s opcional, per pot ser til si teniu diverses\n"
-#~ "impressores connectades a l'ordinador o si permeteu que altres\n"
-#~ "ordinadors accedeixin a aquesta impressora.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Ubicaci: si voleu incloure informaci sobre la ubicaci de la\n"
-#~ "impressora, feu-ho aqu (podeu escriure el que vulgueu, (per exemple,\n"
-#~ "\"2n pis\").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Aqu heu d'introduir algunes dades.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Nom de la cua: l'spool d'impressi utilitza \"lp\" com a nom per\n"
-#~ "omissi de la impressora. Per tant, heu de tenir una impressora "
-#~ "anomenada\n"
-#~ "\"lp\".\n"
-#~ " Si noms teniu una impressora, podeu donar-li diversos;\n"
-#~ "noms; noms cal que els separeu amb el carcter \"|\". Per tant,\n"
-#~ "si preferiu un nom ms expressiu, l'heu d'indicar en primer lloc\n"
-#~ "(per exemple: \"La meva impressora|lp\").\n"
-#~ " La impressora que contingui \"lp\" al(s) nom(s) ser la impressora "
-#~ "per omissi.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Directori d'spool: les tasques d'impressi s'emmagatzemen en aquest "
-#~ "directori.Conserveu la opci predeterminada si no sabeu quina utilitzar\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " Si voleu accedir a una impressora que es troba en un ordinador Unix\n"
-#~ "remot, seleccioneu \"Impressora lpd remota\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Si voleu accedir a una impressora que es troba en un ordinador\n"
-#~ "Microsoft Windows remot (o en un ordinador Unix que utilitza el protocol\n"
-#~ "SMB), seleccioneu \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ " Si voleu accedir a una impressora que es troba en una xarxa "
-#~ "NetWare,\n"
-#~ "seleccioneu \"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "No s'ha detectat la vostra impressora. Si us plau, introduu el nom del\n"
-#~ "dispositiu a qu est connectada.\n"
-#~ "\n"
-#~ "\n"
-#~ "Per a la vostra informaci, la majoria d'impressores estan connectades "
-#~ "al\n"
-#~ "primer port parallel, que s'anomena \"/dev/lp0\" en GNU/Linux i \"LPT1"
-#~ "\"\n"
-#~ "en Microsoft Windows."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Ara heu de seleccionar la vostra impressora a la llista superior."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Si us plau, seleccioneu les opcions correctes segons la vostra "
-#~ "impressora;\n"
-#~ "consulteu-ne la documentaci si no sabeu qu heu de seleccionar.\n"
-#~ "\n"
-#~ "\n"
-#~ "Podreu comprovar la configuraci en el pas segent i modificar-la si no\n"
-#~ "funciona exactament com voleu."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Ara podeu introduir la contrasenya de l'usuari 'root' del vostre\n"
-#~ "sistema Mandrake Linux. Ho heu de fer dos cops per verificar que\n"
-#~ "ambdues introduccions sn idntiques.\n"
-#~ "\n"
-#~ "\n"
-#~ "L'usuari 'root' s l'administrador del sistema, i s l'nic\n"
-#~ "autoritzat per modificar la configuraci del sistema; per tant,\n"
-#~ "trieu amb molta cura aquesta contrasenya. L's no autoritzat del\n"
-#~ "compte 'root' pot ser extremadament perills per a la integritat\n"
-#~ "del sistema, per a les seves dades, i per a altres sistema que hi\n"
-#~ "estan connectats.\n"
-#~ "\n"
-#~ "\n"
-#~ "La contrasenya s'ha de crear amb diversos carcters alfanumrics, ha de\n"
-#~ "tenir una llargada mnima de 8 carcters, i mai no s'ha d'anotar enlloc.\n"
-#~ "\n"
-#~ "\n"
-#~ "No obstant aix, no creeu una contrasenya excessivament llarga o\n"
-#~ "complicada: heu de poder recordar-la sense problemes."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Ara podeu crear un o ms comptes \"normals\" d'usuari, en\n"
-#~ "contraposici al compte \"privilegiat\", el 'root'. Podeu crear\n"
-#~ "un o ms comptes per a cada una de les persones a qui permetreu\n"
-#~ "utilitzar l'ordinador. Tingueu en compte que cada compte d'usuari\n"
-#~ "tindr les seves prpies preferncies (entorn grfic, parmetres\n"
-#~ "del programa. etc.) i el seu propi \"directori inicial\", on\n"
-#~ "s'emmagatzemen aquestes preferncies.\n"
-#~ "\n"
-#~ "\n"
-#~ "Primer de tot, creeu-vos un compte propi! Encara que sigueu l'nic\n"
-#~ "usuari de l'ordinador, NO us connecteu com a 'root'\n"
-#~ "per a l's quotidi del sistema: s un risc de seguretat molt alt.\n"
-#~ "Tot sovint, fer el sistema inutilitzable depn d'un simple error\n"
-#~ "tipogrfic.\n"
-#~ "\n"
-#~ "\n"
-#~ "Per tant, connecteu-vos al sistema amb el compte d'usuari que heu\n"
-#~ "creat, i entreu-hi com a 'root' noms per a tasques d'administraci\n"
-#~ "i manteniment."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "s molt recomanable crear un disc d'arrencada. Si no podeu arrencar "
-#~ "l'ordinador,\n"
-#~ "s l'nica manera de solucionar-ho sense haver de reinstallar-ho tot."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "Les opcions principals del LILO i del Grub sn:\n"
-#~ " - Dispositiu d'arrencada: Defineix el nom del dispositiu (p.\n"
-#~ "ex., una partici del disc dur) que cont el sector d'arrencada.\n"
-#~ "Tret que sapigueu expressament que s'ha d'indicar una altra cosa,\n"
-#~ "trieu \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Temps d'espera abans d'arrencar la imatge per defecte: Especifica el\n"
-#~ "temps, en dcimes de segon, que el carregador d'arrencada ha\n"
-#~ "d'esperar abans de carregar la primera imatge.\n"
-#~ "Aix s til en sistemes que arrenquen immediatament des del disc\n"
-#~ "dur desprs d'habilitar el teclat. El carregador d'arrencada no\n"
-#~ "esperar si s'omet el \"temps d'espera\" o si se li dna el valor zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Mode de vdeo: Amb aix s'especifica el mode de text VGA que\n"
-#~ "cal seleccionar en arrencar. Es poden utilitzar els valors\n"
-#~ "segents:\n"
-#~ " * normal: selecciona el mode de text 80x25 normal.\n"
-#~ " * <nmero>: utilitza el mode de text corresponent.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Neteja de \"/tmp\" en cada arrencada: si voleu suprimir tots els "
-#~ "fitxers i\n"
-#~ "directoris emmagatzemats a \"/tmp\" en arrencar el sistame, seleccioneu\n"
-#~ "aquesta opci.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Si cal, indicaci de la mida exacta de la RAM: malauradament, no hi "
-#~ "cap\n"
-#~ "mtode estndard per preguntar al BIOS la quantitat de RAM que teniu a\n"
-#~ "l'ordinador. Per tant, s possible que el Linux no pugui detectar\n"
-#~ "correctament la quantitat de RAM installada. Si s aquest el cas, en "
-#~ "podeu\n"
-#~ "indicar aqu la quantitat correcta, per penseu que una diferncia de 2 o "
-#~ "4\n"
-#~ "MB entre la memria detectada i la memria real s normal."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "El SILO s un carregador d'arrencada per a l'SPARC: pot arrencar el\n"
-#~ "GNU/Linux o qualsevol altre sistema operatiu que tingueu a l'ordinador.\n"
-#~ "Normalment, aquests altres sistemes operatius es detecten i installen\n"
-#~ "correctament, per si no s aix, podeu afegir-los manualment en aquesta\n"
-#~ "pantalla. Aneu amb compte de triar els parmetres correctes.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tamb s possible que no volgueu donar accs a tothom a aquests sistemes\n"
-#~ "operatius; en aquest cas podeu suprimir les entrades corresponents, per\n"
-#~ "aleshores us caldr un disc d'arrencada per poder-los arrencar!"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "Les opcions principals del SILO sn:\n"
-#~ " - Installaci del carregador d'arrencada: indica on voleu situar la\n"
-#~ "informaci necessria per arrencar el GNU/Linux. Tret que sapigueu\n"
-#~ "exactament qu esteu fent, seleccioneu \"Primer sector de la unitat\n"
-#~ "(MBR)\".\n"
-#~ " \n"
-#~ "\n"
-#~ " - Temps d'espera abans d'arrencar la imatge per defecte: Especifica el\n"
-#~ "temps, en dcimes de segon, que el carregador d'arrencada ha\n"
-#~ "d'esperar abans de carregar la primera imatge.\n"
-#~ "Aix s til en sistemes que arrenquen immediatament des del disc\n"
-#~ "dur desprs d'habilitar el teclat. El carregador d'arrencada no\n"
-#~ "esperar si s'omet el \"temps d'espera\" o si se li dna el valor zero."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Ara cal configurar el sistema X Window, que s el nucli del GUI\n"
-#~ "(Interfcie grfica d'usuari) del GNU/Linux. Per a aix, heu de\n"
-#~ "configurar la vostra targeta grfica i el monitor. No obstant\n"
-#~ "aix, la majoria d'aquests passos estan automatitzats, aix que pot\n"
-#~ "ser que la vostra feina es limiti a verificar qu s'ha fet i a\n"
-#~ "acceptar els parmetres :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Quan la configuraci hagi acabat s'iniciar X (tret que demaneu al\n"
-#~ "Drakx que no ho faci), i podreu verificar si els parmetres us\n"
-#~ "convenen. Si no, podreu tornar enrere i canviar-los tantes vegades\n"
-#~ "com calgui."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Si hi ha algun problema a la configuraci X, utilitzeu aquestes opcions\n"
-#~ "per configurar correctament l'X Window System."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Si preferiu utilitzar una entrada grfica, seleccioneu \"S\". En cas\n"
-#~ "contrari, seleccioneu \"No\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "Podeu triar un nivell de seguretat per al vostre sistema. Si us plau,\n"
-#~ "consulteu el manual per obtenir informaci completa. Bsicament, si no\n"
-#~ "sabeu qu triar, conserveu l'opci per defecte.\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Ara, el sistema es tornar a arrencar.\n"
-#~ "\n"
-#~ "Desprs d'aix, el sistema Mandrake Linux es carregar\n"
-#~ "automticament. Si voleu arrencar un altre sistema operatiu existent,\n"
-#~ "llegiu les instruccions addicionals."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Txec (Programadors)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Eslovac (Programadors)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Nom del perfil a crear:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Escriu a /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formata-ho tot"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Desprs de formatar totes les particions,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "totes les dades d'aquestes particions s'hauran perdut"
-
-#~ msgid "Reload"
-#~ msgstr "Torna a carregar"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ "Voleu generar un disquet d'installaci automtica per fer cpies del "
-#~ "Linux?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "Configuraci de l'ADSL"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Amb un servidor CUPS remot, aqu no us cal configurar cap\n"
-#~ "impressora; les impressores es detectaran automticament,\n"
-#~ "tret que tingueu un servidor en una altra xarxa; en aquest\n"
-#~ "cas, heu d'indicar l'adrea IP, i opcionalment el nmero de\n"
-#~ "port, al servidor CUPS."
-
-#~ msgid "Remote queue"
-#~ msgstr "Cua remota"
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Cua remota"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Nom de domini"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Cap impressora"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "Monitoritzaci de la xarxa"
-
-#~ msgid "Profile "
-#~ msgstr "Perfil "
-
-#~ msgid "Statistics"
-#~ msgstr "Estadstiques"
-
-#~ msgid "Sending Speed:"
-#~ msgstr "S'est enviant la velocitat: "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "S'est rebent la velocitat: "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Tipus de connexi: "
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "S'est establint la connexi a Internet"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "S'est realitzant la desconnexi d'Internet"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "No s'ha pogut realitzar la desconnexi d'Internet"
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "La desconnexi d'Internet ha finalitzat"
-
-#~ msgid "Connection complete."
-#~ msgstr "La connexi ha finalitzat."
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ "No s'ha pogut establir la connexi.\n"
-#~ "Comproveu la configuraci al Centre de control de Mandrake."
-
-#~ msgid "sent: "
-#~ msgstr "enviat: "
-
-#~ msgid "received: "
-#~ msgstr "rebut: "
-
-#, fuzzy
-#~ msgid "average"
-#~ msgstr "escombraries"
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Predeterminat"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "No s'ha pogut interpretar el contingut del fitxer de configuraci."
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Fitxer de configuraci no reconegut"
-
-#~ msgid "Adapter"
-#~ msgstr "Adaptador"
-
-#~ msgid "Disable network"
-#~ msgstr "Inhabilita el sistema de xarxa"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Inhabilita el sistema de xarxa"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Ara podeu provar el ratol. Utilitzeu els botons i la bola per comprovar "
-#~ "que\n"
-#~ "els parmetres sn correctes; si no ho sn, feu clic a \"Cancella\" per\n"
-#~ "seleccionar un altre controlador."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Connexi per DSL (o ADSL)"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Tanca"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr ""
-#~ "Podeu indicar directament l'URI per accedir a la impressora amb CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "S, imprimeix una pgina ASCII de prova"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "S, imprimeix una pgina PostScript de prova"
-
-#~ msgid "Paper Size"
-#~ msgstr "Mida del paper"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Voleu expulsar la pgina desprs de la tasca?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Opcions del programa de control Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Opcions de profunditat del color"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Voleu imprimir el text com a PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Voleu ajustar el text 'stair-stepping'?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Nombre de pgines per pgines de sortida"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Marges dret/esquerra en punts (1/72 de polzada)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Marges superior/inferior en punts (1/72 de polzada)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "opcions addicionals del GhostScript"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Opcions addicionals per al text"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Inverteix l'ordre de les pgines"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Seleccioneu la connexi de la impressora remota"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Cada impressora necessita un nom (p.ex. lp).\n"
-#~ "Es poden definir altres parmetres, com ara la descripci de la "
-#~ "impressora\n"
-#~ "o la seva ubicaci. Quin nom cal utilitzar per a aquesta impressora, i "
-#~ "com\n"
-#~ "est connectada?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Cada cua d'impressi (a qu s'adrecen les tasques d'impressi) necessita\n"
-#~ "un nom (sovint lp) i un directori d'spool associada amb ell. Quin nom i\n"
-#~ "directori cal utilitzar per a aquesta cua, i com est connectada la "
-#~ "impressora?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Nom de la cua"
-
-#~ msgid "Spool directory"
-#~ msgstr "Directori d'spool"
-
-#~ msgid "Disable"
-#~ msgstr "Inhabilita"
-
-#~ msgid "Enable"
-#~ msgstr "Habilita"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Per habilitar un sistema ms segur, seleccioneu \"Utilitza el\n"
-#~ "fitxer d'ombra\" i \"Utilitza les contrasenyes MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Si la vostra xarxa utilitza NIS, seleccioneu \"Utilitza NIS\". Si no ho\n"
-#~ "sabeu, consulteu a l'administrador de la xarxa."
-
-#~ msgid "yellow pages"
-#~ msgstr "pgines grogues"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Configuraci de la LAN"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS 1 del provedor"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS 2 del provedor"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Com us voleu connectar a Internet?"
-
-#~ msgid "cannot fork: "
-#~ msgstr "no es pot bifurcar: "
-
-#~ msgid "Configure..."
-#~ msgstr "Configura..."
-
-#~ msgid "Selected size %d%s"
-#~ msgstr "S'ha seleccionat la mida %d%s"
-
-#~ msgid "Opening your connection..."
-#~ msgstr "S'est obrint la connexi..."
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "Aquest script d'inici intenta carregar els mduls del ratol USB."
-
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Configuraci del LILO/Grub"
-
-#~ msgid "Boot style configuration"
-#~ msgstr "Configuraci del tipus d'arrencada"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Ara que ja teniu configurada la connexi a Internet,\n"
-#~ "podeu configurar l'ordinador per tal que la comparteixi.\n"
-#~ "Nota: per configurar una xarxa d'rea local (LAN), us cal un adaptador de "
-#~ "xarxa dedicat.\n"
-#~ "\n"
-#~ "Voleu configurar la connexi a Internet compartida?\n"
-
-#~ msgid "Welcome to the Internet Connection Sharing utility!"
-#~ msgstr "Benvingut a la utilitat de compartici de la connexi a Internet!"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Dependncies automtiques"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Configura el LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Crea un disquet d'arrencada"
-
-#~ msgid "Choice"
-#~ msgstr "Elecci"
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr "aurora horitzontal amb bon aspecte"
-
-#~ msgid "vertical traditional aurora"
-#~ msgstr "aurora vertical tradicional"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Ara podeu seleccionar diverses opcions per al vostre sistema.\n"
-#~ "\n"
-#~ "* Utilitzaci de l'optimitzaci del disc dur: Aquesta opci pot millorar "
-#~ "el\n"
-#~ "rendiment del disc dur, per s noms per a usuaris avanats. Alguns "
-#~ "xips\n"
-#~ "amb errors poden fer malb les vostres dades, aix que aneu amb compte. "
-#~ "El\n"
-#~ "nucli inclou una \"llista negra\" d'unitats i jocs de xips, per, si "
-#~ "voleu\n"
-#~ "evitar-vos sorpreses desagradables, no activeu aquesta opci.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Selecci d'un nivell de seguretat: Podeu escollir un nivell de\n"
-#~ "seguretat per al sistema. Si us plau, consulteu el manual per a ms\n"
-#~ "informaci. Bsicament, si no n'esteu segur, trieu l'opci "
-#~ "predeterminada.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Si cal, indicaci de la mida exacta de la RAM: malauradament, no hi "
-#~ "cap\n"
-#~ "mtode estndard per preguntar al BIOS la quantitat de RAM que hi ha a\n"
-#~ "l'ordinador. Per tant, s possible que el Linux no pugui detectar\n"
-#~ "correctament la quantitat de RAM installada. Si s aquest el cas, en "
-#~ "podeu\n"
-#~ "indicar aqu la quantitat correcta, per penseu que una diferncia de 2 o "
-#~ "4\n"
-#~ "MB entre la memria detectada i la memria real s normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Muntatge automtic de suports extrables: Si preferiu no haver\n"
-#~ "de muntar manualment les unitats extrables (CD-ROM, disquet, Zip)\n"
-#~ "escrivint \"mount\" i \"umount\", seleccioneu aquesta opci.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Neteja de \"/tmp\" en cada arrencada: si voleu suprimir tots els "
-#~ "fitxers\n"
-#~ "i directoris que hi ha emmagatzemats a \"/tmp\" quan arranqueu el "
-#~ "sistema,\n"
-#~ "seleccioneu aquesta opci.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Habilitaci de BlocNum a l'inici: Si voleu que BlocNum s'habiliti "
-#~ "desprs\n"
-#~ "de l'arrencada, seleccioneu aquesta opci. Tingueu en compte que no heu\n"
-#~ "d'habilitar aquesta opci en porttils i que BlocNum pot funcionar o pot "
-#~ "no\n"
-#~ "funcionar sota X."
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr ""
-#~ "Si us plau, tingueu pacincia; la configuraci del correu encara no est "
-#~ "implementada."
-
-#~ msgid ""
-#~ "Welcome to The Network Configuration Wizard.\n"
-#~ "Which components do you want to configure?\n"
-#~ msgstr ""
-#~ "Benvingut a l'Auxiliar de configuraci de la xarxa.\n"
-#~ "Quins components voleu configurar?\n"
-
-#~ msgid "Internet/Network access"
-#~ msgstr "Accs a Internet/xarxa"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Miscellnia"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Preguntes diverses"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "No es pot utilitzar supermount en un nivell d'alta seguretat"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "Atenci: EN AQUEST NIVELL DE SEGURETAT NO ES POT ENTRAR COM A ROOT A LA "
-#~ "CONSOLA!\n"
-#~ "Si voleu ser root, heu d'entrar com a usuari i aleshores utilitzar \"su"
-#~ "\".\n"
-#~ "En general, no espereu utilitzar l'ordinador per a altre cosa que com a "
-#~ "servidor.\n"
-#~ "Esteu avisat."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Aneu amb compte; si teniu BlocNm habilitat, moltes tecles donaran\n"
-#~ "nmeros en comptes de lletres (p.ex., si premeu la `p' obtindreu un `6')"
-
-#~ msgid "not connected"
-#~ msgstr "sense connexi"
-
-#~ msgid "Scientific applications"
-#~ msgstr "Aplicacions cientfiques"
-
-#~ msgid "File/Print/Samba"
-#~ msgstr "Servidor, Fitxer/Impressi/Samba"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr "Servidor, DNS/DHCP "
-
-#~ msgid "First DNS Server"
-#~ msgstr "Servidor DNS primari"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Servidor DNS secundari"
-
-#~ msgid "using module"
-#~ msgstr "s'est utilitzant el mdul"
-
-#~ msgid "Development, Database"
-#~ msgstr "Desenvolupament, base de dades"
-
-#~ msgid "Development, Integrated Environment"
-#~ msgstr "Desenvolupament, entorn integrat"
-
-#~ msgid "Development, Standard tools"
-#~ msgstr "Desenvolupament, eines estndard"
-
-#~ msgid ""
-#~ "\n"
-#~ "Warning:\n"
-#~ "Applying the changes while running may crash your X environnement."
-#~ msgstr ""
-#~ "\n"
-#~ "Avs:\n"
-#~ "Si apliquu els canvis durant l'execuci, s possible que l'entorn X "
-#~ "caigui."
-
-#~ msgid ""
-#~ "\n"
-#~ "If you continue, I will shut down your %s environnement"
-#~ msgstr ""
-#~ "\n"
-#~ "Si continueu, tancar l'entorn %s"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Quin(s) carregador(s) d'arrencada voleu utilitzar?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Disquet d'installaci automtica"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Voleu que intenti trobar un mdem?"
-
-#~ msgid "Configure an ISDN connection"
-#~ msgstr "Configura una connexi per XDSI"
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Inhabilita la connexi a Internet"
-
-#~ msgid "Configure local network"
-#~ msgstr "Configura la xarxa local"
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Configura la connexi a Internet / Configura la xarxa local"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "La xarxa local ja s'ha configurat.\n"
-#~ "Voleu:"
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr "Manipulaci de grfics"
-
-#~ msgid "Sciences"
-#~ msgstr "Cincies"
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ "Programes de xat (IRC o missatgeria instantnia) com ara xchat, licq, "
-#~ "gaim, i eines de transferncia de fitxers"
-
-#~ msgid "Communication facilities"
-#~ msgstr "Installacions de comunicaci"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Internet Tools"
-#~ msgstr "Eines d'Internet"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr "Clients de bases de dades i servidors (mysql i postgresql)"
-
-#~ msgid "Development C/C++"
-#~ msgstr "Desenvolupament C/C++"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Zona horria"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(pot malmetre les dades)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Habilita la tecla Bloc Num en iniciar"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Confirmeu la contrasenya"
-
-#~ msgid "default"
-#~ msgstr "predeterminat"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "Amb quina finalitat utilitzeu el sistema?"
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "Seleccioneu la mida que voleu installar"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Utilitza el diskdrake"
-
-#~ msgid "Customized"
-#~ msgstr "Personalitzada"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Esteu segur que sou un expert? \n"
-#~ "Aqu podreu fer coses molt potents, per tamb perilloses.\n"
-#~ "\n"
-#~ "Us preguntaran coses com: ``Voleu utilitzar un fitxer d'ombres per a les "
-#~ "contrasenyes?'',\n"
-#~ "Sou capa de respondre aquest tipus de preguntes?"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Utilitza el fitxer d'ombra"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Utilitza les contrasenyes MD5"
-
-#~ msgid "Search"
-#~ msgstr "Cerca"
-
-#~ msgid "Package"
-#~ msgstr "Paquet"
-
-#~ msgid "Tree"
-#~ msgstr "Arbre"
-
-#~ msgid "Sort by"
-#~ msgstr "Ordena per"
-
-#~ msgid "Category"
-#~ msgstr "Categoria"
-
-#~ msgid "Installed packages"
-#~ msgstr "Paquets installats"
-
-#~ msgid "Available packages"
-#~ msgstr "Paquets disponibles"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Mostra noms les fulles"
-
-#~ msgid "Expand all"
-#~ msgstr "Expandeix-ho tot"
-
-#~ msgid "Collapse all"
-#~ msgstr "Redueix-ho tot"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Afegeix la ubicaci dels paquets"
-
-#~ msgid "Update location"
-#~ msgstr "Actualitza la ubicaci"
-
-#~ msgid "Find Package"
-#~ msgstr "Cerca el paquet"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Cerca el paquet que cont el fitxer"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Commuta entre Installats i Disponibles"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "S'estan comprovant les dependncies"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Ara es desinstallaran els paquets segents"
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Quin paquet esteu cercant"
-
-#~ msgid "No match"
-#~ msgstr "Cap coincidncia"
-
-#~ msgid "No more match"
-#~ msgstr "Cap altra coincidncia"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "Actualment, l'rpmdrake est en el mode ``poca memria''.\n"
-#~ "Ara tornar a reiniciar l'rpmdrake per permetre la recerca de fitxers"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Quin fitxer esteu cercant?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Qu esteu cercant?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Introduu un nom (p.ex. `extra', `comercial')"
-
-#~ msgid "Directory"
-#~ msgstr "Directori"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "No hi ha cap CD-ROM disponible (no hi ha res a /mnt/cdrom)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "L'URL del directori que cont els RPM"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Per a FTP i HTTP, us cal introduir la ubicaci de hdlist\n"
-#~ "Ha de ser relativa a l'URL superior"
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Si us plau, trameteu la informaci segent"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s ja s en s"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "S'est actualitzant la base dels RPM"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Ara s'eliminar l'entrada %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "S'estan cercant les fulles"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "Cal una mica de temps per cercar les fulles"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "He trobat una targeta XDSI:\n"
-
-#~ msgid "Other countries"
-#~ msgstr "Altres pasos"
-
-#~ msgid "In which country are you located ?"
-#~ msgstr "A quin pas us trobeu?"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Mdem Alcatel"
-
-#~ msgid "ECI modem"
-#~ msgstr "Mdem ECI"
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr ""
-#~ "Si el vostre mdem adsl s un mdem Alcatel, seleccioneu Alcatel. Si no, "
-#~ "ECI."
-
-#~ msgid "don't use pppoe"
-#~ msgstr "no utilitzis pppoe"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (important)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (molt bonic)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (bonic)"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "A quin port srie est connectat el vostre ratol?"
-
-#~ msgid "KDE, QT, Gnome, GTK+"
-#~ msgstr "KDE, QT, Gnome, GTK+"
-
-#~ msgid "Python, Perl, libraries, tools"
-#~ msgstr "Python, Perl, biblioteques, eines"
-
-#~ msgid "Czech"
-#~ msgstr "Txec"
-
-#~ msgid "Slovakian"
-#~ msgstr "Eslovac"
-
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr "No s'ha pogut installar el RPM d'ipchains amb l'urpmi."
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr "No s'ha pogut installar el RPM de dhcp amb l'urpmi."
-
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr "No s'ha pogut installar el RPM de linuxconf amb l'urpmi."
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr "No s'ha pogut installar el RPM de bind amb l'urpmi."
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr "No s'ha pogut installar el RPM de caching-nameserver amb l'urpmi"
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "Torna a configurar la xarxa local"
-
-#~ msgid ""
-#~ " Introduction\n"
-#~ "\n"
-#~ "The operating system and the different components available in the "
-#~ "Mandrake Linux distribution \n"
-#~ "shall be called the \"Software Products\" hereafter. The Software "
-#~ "Products include, but are not \n"
-#~ "restricted to, the set of programs, methods, rules and documentation "
-#~ "related to the operating \n"
-#~ "system and the different components of the Mandrake Linux distribution.\n"
-#~ "\n"
-#~ "\n"
-#~ "1. License Agreement\n"
-#~ "\n"
-#~ "Please read carefully this document. This document is a license agreement "
-#~ "between you and \n"
-#~ "MandrakeSoft S.A., 43, rue d'Aboukir, 75002 Paris - France, which applies "
-#~ "to the Software Products.\n"
-#~ "By installing, duplicating or using the Software Products in any manner, "
-#~ "you explicitly \n"
-#~ "accept and fully agree to conform to the terms and conditions of this "
-#~ "License. \n"
-#~ "If you disagree with any portion of the License, you are not allowed to "
-#~ "install, duplicate or use \n"
-#~ "the Software Products. \n"
-#~ "Any attempt to install, duplicate or use the Software Products in a "
-#~ "manner which does not comply \n"
-#~ "with the terms and conditions of this License is void and will terminate "
-#~ "your rights under this \n"
-#~ "License. Upon termination of the License, you must immediately destroy "
-#~ "all copies of the \n"
-#~ "Software Products.\n"
-#~ "\n"
-#~ "\n"
-#~ "2. The GPL License and Related Licenses\n"
-#~ "\n"
-#~ "The Software Products consist of components created by different persons "
-#~ "or entities. Most \n"
-#~ "of these components are governed under the terms and conditions of the "
-#~ "GNU General Public \n"
-#~ "Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-#~ "licenses allow you to use, \n"
-#~ "duplicate, adapt or redistribute the components which they cover. Please "
-#~ "read carefully the terms \n"
-#~ "and conditions of the license agreement for each component before using "
-#~ "any component. Any question \n"
-#~ "on a component license should be addressed to the component author and "
-#~ "not to MandrakeSoft.\n"
-#~ "The programs developed by MandrakeSoft S.A. are governed by the GPL "
-#~ "License. Documentation written \n"
-#~ "by MandrakeSoft S.A. is governed by a specific license. Please refer to "
-#~ "the documentation for \n"
-#~ "further details.\n"
-#~ "Some versions of the Software Products may contain components which are "
-#~ "not governed by the GPL \n"
-#~ "License or similar agreements. Each such component is then governed by "
-#~ "the terms and conditions \n"
-#~ "of its own specific license. Please read carefully and comply with such "
-#~ "specific licenses before \n"
-#~ "you install, use or redistribute the said components. Such licenses will "
-#~ "in general prevent the \n"
-#~ "transfer, duplication (except for backup purposes), redistribution, "
-#~ "reverse engineering, \n"
-#~ "de-assembly, \n"
-#~ "de-compilation or modification of the component. Any breach of agreement "
-#~ "will immediately terminate \n"
-#~ "your rights under the specific license. Unless the specific license terms "
-#~ "grant you such rights, \n"
-#~ "you usually cannot install the programs on more than one system, or adapt "
-#~ "it to be used on a \n"
-#~ "network. \n"
-#~ "In doubt, please contact directly the distributor or editor of the "
-#~ "component. Transfer to third \n"
-#~ "parties or copying of such components including the documentation is "
-#~ "usually forbidden.\n"
-#~ "\n"
-#~ "\n"
-#~ "3. Intellectual Property Rights\n"
-#~ "\n"
-#~ "All rights to the components of the Software Products belong to their "
-#~ "respective authors and are \n"
-#~ "protected by intellectual property and copyright laws applicable to "
-#~ "software programs.\n"
-#~ "MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-#~ "Products, as a whole or in \n"
-#~ "parts,\n"
-#~ "by all means and for all purposes.\n"
-#~ "\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-#~ "MandrakeSoft S.A. All rights \n"
-#~ "are \n"
-#~ "reserved. The duplication is forbidden without prior written consent by "
-#~ "MandrakeSoft S.A.\n"
-#~ "\n"
-#~ "\n"
-#~ "4. Limited Warranty\n"
-#~ "\n"
-#~ "The Software Products and attached documentation are provided \"as is\", "
-#~ "with no warranty, to the \n"
-#~ "extent permitted by law. Should the Software Products be defective, "
-#~ "MandrakeSoft S.A. will at its \n"
-#~ "own will either replace the Software Products, or reimburse the paid "
-#~ "fee.\n"
-#~ "This limited warranty is void if you fail to comply to the "
-#~ "recommendations, instructions and \n"
-#~ "conditions \n"
-#~ "of use listed in the documentation or license agreements of the Software "
-#~ "Products.\n"
-#~ "To the extent permitted by law, MandrakeSoft S.A. will in no "
-#~ "circumstances be liable for any \n"
-#~ "special, \n"
-#~ "incidental, direct or indirect damages whatsoever (including without "
-#~ "limitation damages for loss of \n"
-#~ "business, interruption of business, financial loss, legal fees and "
-#~ "penalties resulting from a court \n"
-#~ "judgement, or any other consequential loss) arising out of the use or "
-#~ "inability to use the \n"
-#~ "Software \n"
-#~ "Products, even if MandrakeSoft S.A. has been advised of the possibility "
-#~ "or occurance of such \n"
-#~ "damages.\n"
-#~ "\n"
-#~ "LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN "
-#~ "SOME COUNTRIES\n"
-#~ "\n"
-#~ "To the extent permitted by law, MandrakeSoft S.A. or its distributors "
-#~ "will, in no circumstances, be \n"
-#~ "liable for any special, incidental, direct or indirect damages whatsoever "
-#~ "(including without \n"
-#~ "limitation \n"
-#~ "damages for loss of business, interruption of business, financial loss, "
-#~ "legal fees and penalties \n"
-#~ "resulting from a court judgement, or any other consequential loss) "
-#~ "arising out of the possession \n"
-#~ "and \n"
-#~ "use of software components or arising out of downloading software "
-#~ "components from one of \n"
-#~ "Mandrake Linux \n"
-#~ "sites which are prohibited or restricted in some countries by local "
-#~ "laws. This limited liability \n"
-#~ "applies to, but is not restricted to, the strong cryptography components "
-#~ "included in the Software \n"
-#~ "Products.\n"
-#~ "\n"
-#~ "\n"
-#~ "5. Governing Laws \n"
-#~ "\n"
-#~ "If any portion of this agreement is held void, illegal or inapplicable by "
-#~ "a court judgement, this \n"
-#~ "portion is excluded from this contract. You remain bound by the other "
-#~ "applicable sections of the \n"
-#~ "agreement.\n"
-#~ "The terms and conditions of this License are governed by the Laws of "
-#~ "France.\n"
-#~ "All disputes on the terms of this license will preferably be settled out "
-#~ "of court. As a last \n"
-#~ "resort, \n"
-#~ "the dispute will be referred to the appropriate Courts of Law of Paris - "
-#~ "France.\n"
-#~ "For any question on this document, please contact MandrakeSoft S.A., \n"
-#~ "43, rue d'Aboukir, 75002 Paris - France\n"
-#~ msgstr ""
-#~ " Introducci\n"
-#~ "\n"
-#~ "D'ara endavant, el sistema operatiu i els diferents components que "
-#~ "s'inclouen\n"
-#~ "a la distribuci Mandrake Linux s'anomenaran els \"Productes de programari"
-#~ "\".\n"
-#~ "Els Productes de programari inclouen, per no es limiten a, el conjunt "
-#~ "de\n"
-#~ "programes, mtodes, regles i documentaci relativa al sistema operatiu i "
-#~ "als\n"
-#~ "diferents components de la distribuci Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "1. Acord de Llicncia\n"
-#~ "\n"
-#~ "Si us plau, llegiu aquest document atentament. Aquest document s un "
-#~ "acord\n"
-#~ "de llicncia entre vs i MandrakeSoft S.A., 43, rue d'Aboukir, 75002 "
-#~ "Pars,\n"
-#~ "Frana, que s'aplica als Productes de programari.\n"
-#~ "Pel fet d'installar, duplicar o utilitzar els Productes de programari, "
-#~ "en \n"
-#~ "qualsevol manera, accepteu i esteu totalment d'acord, de manera "
-#~ "explcita, en\n"
-#~ "sometre-us als termes i condicions d'aquesta Llicncia. Si no esteu "
-#~ "d'acord amb\n"
-#~ "qualsevol part d'aquesta Llicncia, no esteu autoritzat a installar, "
-#~ "duplicar\n"
-#~ "ni utilitzar els Productes de programari. Qualsevol intent d'installar,\n"
-#~ "duplicar o utilitzar els Productes de programari d'una manera no conforme "
-#~ "als\n"
-#~ "termes i condicions d'aquesta Llicncia s invlid i conclour els "
-#~ "vostres\n"
-#~ "drets sota aquesta Llicncia. En concloure la Llicncia, heu de destruir\n"
-#~ "immediatament totes les cpies dels Productes de programari.\n"
-#~ "\n"
-#~ "\n"
-#~ "2. la Llicncia GPL i Llicncies relacionades\n"
-#~ "\n"
-#~ "Els Productes de programari sn components creats per diferents persones "
-#~ "o\n"
-#~ "entitats. La majoria d'aquests components estan coberts pels termes i\n"
-#~ "condicions de la Llicncia General Pblica de GNU (d'ara endavant \"GPL"
-#~ "\"), o\n"
-#~ "de llicncies similars. La majoria d'aquestes llicncies us permeten "
-#~ "utilitzar,\n"
-#~ "duplicar, adaptar o redistribuir els components que cobreixen. Si us "
-#~ "plau,\n"
-#~ "llegiu atentament els termes i condicions de l'acord de llicncia de "
-#~ "cada\n"
-#~ "component abans d'utilitzar-lo. Qualsevol pregunta sobre un component "
-#~ "s'ha\n"
-#~ "d'adrear al seu autor i no a MandrakeSoft. Els programes desenvolupats "
-#~ "per\n"
-#~ "MandrakeSoft S.A. estan coberts per la Llicncia GPL. La documentaci "
-#~ "escrita\n"
-#~ "per MandrakeSoft S.A. est coberta per una llicncia especfica. Si us "
-#~ "plau,\n"
-#~ "consulteu la documentaci per a ms informaci. Algunes versions dels "
-#~ "Productes\n"
-#~ "de programari poden incloure components que no estiguin coberts per la\n"
-#~ "Llicncia GPL o llicncies similars; en aquest cas, cada un d'aquests\n"
-#~ "components estar cobert pels termes i condicions de la seva prpia "
-#~ "llicncia\n"
-#~ "especfica. Si us plau, llegiu atentament i respecteu aquestes "
-#~ "llicncies\n"
-#~ "especfiques abans d'installar, utilitzar o redistribuir els components\n"
-#~ "esmentats. En general, aquestes llicncies impediran la transferncia,\n"
-#~ "duplicaci (excepte amb la finalitat de fer cpies de seguretat),\n"
-#~ "redistribuci, enginyeria inversa, desensamblatge, decompilaci o "
-#~ "modificaci\n"
-#~ "del component. Qualsevol ruptura de l'acord conclour immediatament els "
-#~ "vostres\n"
-#~ "drets sota la llicncia especfica. Tret que els termes de la llicncia\n"
-#~ "especfica us ho autoritzin, normalment no podreu installar els "
-#~ "programes en\n"
-#~ "ms d'un sistema ni adaptar-lo per al seu s en xarxa. Si hi teniu "
-#~ "dubtes,\n"
-#~ "poseu-vos en contacte directament amb el distribudor o editor del "
-#~ "component.\n"
-#~ "Normalment, est prohibida la transferncia a terceres parts i la cpia\n"
-#~ "d'aquests components, incloent la documentaci.\n"
-#~ "\n"
-#~ "\n"
-#~ "3. Drets de propietat intellectual\n"
-#~ "\n"
-#~ "Tots els drets dels components dels Productes de programari pertanyen als "
-#~ "seus\n"
-#~ "autors respectius i estan protegits per la propietat intellectual i les "
-#~ "lleis\n"
-#~ "de copyright aplicables al programari. MandrakeSoft S.A. es reserva els "
-#~ "drets\n"
-#~ "de modificar o adaptar els Productes de programari, ja sigui parcialment "
-#~ "o\n"
-#~ "totalment, per tots els mitjans i per a totes les finalitats. \"Mandrake"
-#~ "\",\n"
-#~ "\"Mandrake Linux\" i els logotips associats son marques registrades de\n"
-#~ "MandrakeSoft S.A. Tots els drets reservats. Es prohibeix la duplicaci "
-#~ "sense\n"
-#~ "consentiment previ per escrit de MandrakeSoft S.A.\n"
-#~ "\n"
-#~ "\n"
-#~ "4. Garantia limitada\n"
-#~ "\n"
-#~ "Els Productes de programari i la documentaci que s'hi adjunta es "
-#~ "subministren\n"
-#~ "\"tal com sn\", sense cap garantia, fins al punt perms per la llei. En "
-#~ "cas\n"
-#~ "que els Productes de programari siguin defectuosos, MandrakeSoft S.A., a\n"
-#~ "criteri seu, decidir si reemplaa els Productes de programari o si en\n"
-#~ "reemborsa el preu pagat. Aquesta garantia limitada s nulla si no "
-#~ "compliu les\n"
-#~ "recomanacions, instruccions i condicions d's que s'indiquen a la "
-#~ "documentaci\n"
-#~ "o als acords de llicncia dels Productes de programari. Fins al punt "
-#~ "perms per\n"
-#~ "la llei, MandrakeSoft S.A. no ser, en cap circumstncia, responsable de "
-#~ "cap\n"
-#~ "dany especial, incidental, directe o indirecte (incloent, per sense "
-#~ "limitar-se\n"
-#~ "a, danys per prdua de negocis, interrupci de negocis, prdues "
-#~ "financeres,\n"
-#~ "honoraris i multes legals que resultin per un judici i qualsevol altre "
-#~ "prdua\n"
-#~ "important) que resulti de l's o impossibilitat d'utilitzar els Productes "
-#~ "de\n"
-#~ "programari, fins i tot si s'ha notificat a MandrakeSoft S.A. la "
-#~ "possibilitat de\n"
-#~ "que es produeixin aquests danys.\n"
-#~ "\n"
-#~ "RESPONSABILITAT LIMITADA LLIGADA A LA POSESSI O UTILITZACI DE "
-#~ "PROGRAMARI PROHIBIT EN ALGUNES PASOS\n"
-#~ "\n"
-#~ "Fins al put perms per la llei, MandrakeSoft S.A. i els seus "
-#~ "distribudors no\n"
-#~ "seran, sota cap circumstncia, responsables de cap dany especial, "
-#~ "incidental,\n"
-#~ "directe o indirecte (incloent, per sense limitar-se a, danys per prdua "
-#~ "de\n"
-#~ "negocis, interrupci de negocis, prdues financeres, honoraris i multes "
-#~ "legals\n"
-#~ "que resultin per un judici i qualsevol altre prdua important) que "
-#~ "resultin de\n"
-#~ "la possessi i s de components de programari o de la descrrega de "
-#~ "components\n"
-#~ "de programari d'algun dels llocs web de Mandrake Linux que estiguin "
-#~ "prohibits o\n"
-#~ "restringits en alguns pasos per lleis locals. Aquesta responsabilitat "
-#~ "limitada\n"
-#~ "s'aplica, per no est restringida a, els potents components de "
-#~ "criptografia\n"
-#~ "inclosos en els Productes de programari.\n"
-#~ "\n"
-#~ "\n"
-#~ "5. Lleis aplicables \n"
-#~ "\n"
-#~ "Si qualsevol part d'aquest acord s declarat nul, illegal o inaplicable "
-#~ "en un\n"
-#~ "judici, aquesta part s'exclou del contracte, per seguiu obligat per les "
-#~ "altres\n"
-#~ "seccions aplicables de l'acord. Els termes i condicions d'aquesta "
-#~ "Llicncia\n"
-#~ "estan coberts per les lleis de Frana. Preferiblement, tots els desacords "
-#~ "sobre\n"
-#~ "els termes d'aquesta Llicncia es resoldran fora dels tribunals. Com a "
-#~ "ltim\n"
-#~ "recurs, el plet es dirimir en els tribunals de Pars, Frana.\n"
-#~ "Per a qualsevol pregunta sobre aquest document, poseu-vos en contacte "
-#~ "amb\n"
-#~ "MandrakeSoft S.A., 43, rue d'Aboukir, 75002 Pars, Frana.\n"
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Es pot configurar el vostre ordinador per tal que comparteixi la connexi "
-#~ "a Internet.\n"
-#~ "\n"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "S'ha configurat tot.\n"
-
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Connecta't a Internet amb un mdem normal"
-
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Connecta't a Internet mitjanant XDSI"
-
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Connecta't a Internet mitjanant DSL (o ADSL)"
-
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Connecta't a Internet mitjanant cable"
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ "Temps (en segons) d'inactivitat desprs del qual\n"
-#~ "penjar (deixeu-ho en blanc per inhabilitar-ho)."
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "Alemanya (1TR6)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "Qu voleu fer?"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "Installa/Rescata"
-
-#~ msgid "Rescue"
-#~ msgstr "Rescata"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Quin tipus de partici voleu?"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Escolliu \"Installaci\" si no hi ha installada cap versi anterior de "
-#~ "GNU/Linux,\n"
-#~ "o si voleu utilitzar diverses distribucions o versions.\n"
-#~ "\n"
-#~ "Escolliu \"Rescat\" si voleu rescatar una versi anterior de\n"
-#~ "Mandrake Linux ja installada.\n"
-#~ "\n"
-#~ "\n"
-#~ "Seleccioneu:\n"
-#~ "\n"
-#~ " - Recomanada: Si mai no heu installat el GNU/Linux,\n"
-#~ " escolliu aquesta opci.\n"
-#~ " - Personalitzada: Si esteu prou familiaritzat amb el GNU/Linux, podeu\n"
-#~ " triar l's principal del vostre ordinador. Consulteu-ne els detalls\n"
-#~ " ms avall.\n"
-#~ "\n"
-#~ " - Per a experts: S'assumeix que domineu el GNU/Linux i voleu realitzar "
-#~ "una\n"
-#~ " installaci altament personalitzada. Com en el cas del tipus\n"
-#~ " d'installaci \"Personalitzada\", podreu seleccionar l's del "
-#~ "vostre\n"
-#~ " sistema.\n"
-#~ " Per, si us plau, sobretot NO TRIEU AQUESTA OPCI TRET QUE SAPIGUEU "
-#~ "QU ESTEU FENT!\n"
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "En aquest moment podeu decidir quina(es) partici(ns) voleu utilitzar\n"
-#~ "per installar el sistema Mandrake Linux, si s que ja es va(n)\n"
-#~ "definir (en una installaci anterior del GNU/Linux o mitjanant una\n"
-#~ "altra eina de partici). En altres casos, s'han de definir les\n"
-#~ "particions del disc dur: aquesta operaci consisteix en dividir el\n"
-#~ "disc dur de l'ordinador en rees lgiques separades.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si heu de crear noves particions, utilitzeu \"Assignaci\n"
-#~ "automtica\" per crear particions per al GNU/Linux de manera automtica.\n"
-#~ "Podeu triar el disc on s'hi han de fer les particions fent clic a\n"
-#~ "\"hda\" per a la primera unitat IDE, \"hdb\" per a la segona, o\n"
-#~ "\"sda\" per a la primera unitat SCSI, i aix successivament.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dues particions habituals sn: la partici root (/), que s el punt\n"
-#~ "d'inici de la jerarquia de directoris del sistema de fitxers, i\n"
-#~ "/boot, que cont tots els fitxers necessaris per iniciar el sistema\n"
-#~ "operatiu quan s'arrenca l'ordinador per primer cop.\n"
-#~ "\n"
-#~ "\n"
-#~ "Donat que aquest procs sol ser irreversible, la partici d'un disc\n"
-#~ "s sovint un procs que espanta als usuaris sense experincia, per\n"
-#~ "el DiskDrake simplifica molt aquest procs. Consulteu la documentaci\n"
-#~ "i preneu-vos tant temps com sigui necessari abans de realitzar la\n"
-#~ "partici.\n"
-#~ "\n"
-#~ "Podeu accedir a qualsevol opci mitjanant el teclat: desplaceu-vos per "
-#~ "les particions amb el tabulador i les fletxes amunt i avall. Quan se "
-#~ "selecciona una partici, podeu utilitzar:\n"
-#~ "\n"
-#~ "- Ctrl-c per crear una nova partici (quan se selecciona una partici "
-#~ "buida)\n"
-#~ "\n"
-#~ "- Ctrl-d per suprimir una partici\n"
-#~ "\n"
-#~ "- Ctrl-m per definir el punt de muntatge\n"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Cal formatar les particions que s'acaben de definir per poder-les\n"
-#~ "utilitzar ('formatar' significa 'crear un sistema de fitxers').\n"
-#~ "En aquest punt podeu, si voleu, tornar a formatar particions\n"
-#~ "existents per eliminar les dades que contenen. Nota: no s\n"
-#~ "necessari tornar a formatar les particions existents, especialment\n"
-#~ "si contenen fitxers o dades que voleu conservar.\n"
-#~ "Els directoris que es solen conservar sn /home i /usr/local."
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Ara s'estan installant els paquets seleccionats. Aquesta operaci\n"
-#~ "trigar pocs minuts, tret que hagueu escollit actualitzar un\n"
-#~ "sistema existent; en aquest cas trigar ms temps, fins i tot\n"
-#~ "abans que s'inici la installaci."
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Si el DrakX no ha pogut trobar el ratol, o si voleu comprovar qu\n"
-#~ "ha fet, a la part superior apareixer la llista de ratolins.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si esteu d'acord amb els parmetres del DrakX, feu clic a 'D'acord'.\n"
-#~ "Si no, escolliu, al men superior, el tipus de ratol que us sembli ms "
-#~ "semblant al vostre.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si es tracta d'un ratol srie, tamb us caldr indicar al DrakX a\n"
-#~ "quin port srie est connectat."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Aquesta secci est dedicada a la configuraci d'una xarxa local\n"
-#~ "(LAN) o d'un mdem.\n"
-#~ "\n"
-#~ "Escolliu \"LAN local\" i el DrakX intentar trobar un adaptador\n"
-#~ "Ethernet al vostre ordinador. El sistema trobar i inicialitzar\n"
-#~ "automticament els adaptadors PCI.\n"
-#~ "No obstant aix, si el vostre perifric s ISA, la detecci\n"
-#~ "no funcionar, i us caldr escollir un programa de control a la\n"
-#~ "llista que apareixer.\n"
-#~ "\n"
-#~ "\n"
-#~ "Com en el cas dels adaptadors SCSI, podeu deixar que, d'entrada,\n"
-#~ "el programa de control comprovi l'adaptador; si no ho feu aix, us\n"
-#~ "caldr especificar les opcions del programa de control que haureu\n"
-#~ "d'anar a buscar a la documentaci del vostre maquinari.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si installeu un sistema Mandrake Linux en un ordinador que forma\n"
-#~ "part d'una xarxa existent, l'administrador de la xarxa us haur de\n"
-#~ "facilitar la informaci necessria (l'adrea IP, la submscara de\n"
-#~ "xarxa i el nom de l'ordinador central). Si esteu configurant una\n"
-#~ "xarxa privada, com ara a casa, haureu d'escollir les adreces.\n"
-#~ "\n"
-#~ "\n"
-#~ "Escolliu \"Marcatge amb mdem\" i es configurar la connexi a\n"
-#~ "Internet amb un mdem. El DrakX intentar trobar el mdem, per,\n"
-#~ "si no se'n surt, us caldr seleccionar el port srie al qual est\n"
-#~ "connectat."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "El GNU/Linux pot treballar amb molts tipus d'impressores. Per a cada\n"
-#~ "un d'aquests tipus, per, cal una configuraci diferent. Tingueu\n"
-#~ "en compte, per, que l'spooler utilitza 'lp' com a nom d'impressora\n"
-#~ "per defecte, de manera que heu de tenir una impressora amb aquest nom.\n"
-#~ "No obstant aix, podeu donar diferents noms a una impressora, separant-\n"
-#~ "los amb el carcter '|'. D'aquesta manera, si voleu donar-li un nom ms\n"
-#~ "aclaridor noms us caldr indicar-lo en primer lloc, p.ex. \"La meva\n"
-#~ "impressora|lp\".\n"
-#~ "La impressora que contingui \"lp\" al(s) nom(s) ser la impressora per\n"
-#~ "defecte\n"
-#~ "\n"
-#~ "\n"
-#~ "Si la vostra impressora est connectada directament a l'ordinador,\n"
-#~ "seleccioneu \"Impressora local\". Haureu d'indicar a quin port\n"
-#~ "est connectada i seleccionar-ne el filtre corresponent.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si voleu accedir a una impressora que es troba a un ordinador Unix\n"
-#~ "remot, seleccioneu \"lpd remot\". Per poder-la fer funcionar no\n"
-#~ "cal cap nom d'usuari ni contrasenya, per us caldr saber el nom\n"
-#~ "de la cua d'impressi del servidor remot.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si voleu accedir a una impressora SMB (s a dir, una impressora\n"
-#~ "que es troba a un ordinador remot amb Windows 9x/NT), per poder-ho\n"
-#~ "fer haureu d'indicar el seu nom SMB (que no s el seu nom TCP/IP)\n"
-#~ "i possiblement la seva adrea IP, nom d'usuari, grup de treball,\n"
-#~ "contrasenya, i, evidentment, el nom de la impressora. El mateix\n"
-#~ "per a una impressora NetWare, per en aquest cas no us caldr la\n"
-#~ "informaci del grup de treball."
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "s molt recomanable que respongueu \"S\" aqu. Si ms endavant\n"
-#~ "installeu Microsoft Windows, sobreescriur el sector d'arrencada.\n"
-#~ "Tret que hagueu fet el disc d'arrencada com es\n"
-#~ "recomana, ja no podreu tornar a arrencar el GNU/Linux."
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Moveu la bola!"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Voleu descartar els canvis?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "De quin tipus s el vostre ratol?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Resolucions automtiques"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "Per saber quines resolucions estan disponibles, en provar algunes.\n"
-#~ "La pantalla parpellejar...\n"
-#~ "Ho podeu desactivar si voleu; sentireu un avs sonor quan estigui llest"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "Puc mirar de trobar les resolucions disponibles (p.ex. 800x600).\n"
-#~ "De vegades, per, aix pot penjar l'ordinador.\n"
-#~ "Us hi voleu arriscar?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "No s'han trobat modes vlids\n"
-#~ "Intenteu-ho amb una altra targeta de vdeo o monitor"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Recerca automtica de resolucions"
-
-#~ msgid "dhcpd"
-#~ msgstr "dhcpd"
-
-#~ msgid "pump"
-#~ msgstr "pump"
-
-#~ msgid "dhcpxd"
-#~ msgstr "dhcpxd"
-
-#~ msgid "dhcp-client"
-#~ msgstr "dhcp-client"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Apple ADB Mouse"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Apple ADB Mouse (2 botons)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Apple ADB Mouse (3 o ms botons)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Apple USB Mouse"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Apple USB Mouse (2 botons)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Apple USB Mouse (3 o ms botons)"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI Bus Mouse"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Microsoft Bus Mouse"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logitech Bus Mouse"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USB Mouse (3 o ms botons)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A o superior (srie)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (srie)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (srie)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (srie)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Generic Mouse (srie)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Compatible Microsoft (srie)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Ratol Generic de 3 botons (srie)"
-
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Ratol Kensington Thinking (srie)"
-
-#~ msgid ""
-#~ "I need to configure your network adapter to be able to connect to "
-#~ "internet."
-#~ msgstr ""
-#~ "Necessito configurar el vostre adaptador de xarxa por poder connectar a "
-#~ "Internet."
-
-#~ msgid "nfs mount failed"
-#~ msgstr "ha fallat el muntatge de l'nfs"
-
-#~ msgid "Socket"
-#~ msgstr "Scol"
-
-#~ msgid ""
-#~ "DrakX will generate config files for both XFree 3.3 and XFree 4.0.\n"
-#~ "By default, the 4.0 server is used unless your card is not supported.\n"
-#~ "\n"
-#~ "Do you want to keep XFree 3.3?"
-#~ msgstr ""
-#~ "El DrakX generar els fitxers de configuraci tant per a l'XFree 3.3 com "
-#~ "per a l'Xfree 4.0.\n"
-#~ "Per defecte, s'utilitza el servidor 4.0, tret que no funcioni per a la "
-#~ "vostra targeta.\n"
-#~ "\n"
-#~ "Voleu conservar l'Xfree 3.3?"
-
-#~ msgid "tie"
-#~ msgstr "lla"
-
-#~ msgid "brunette"
-#~ msgstr "morena"
-
-#~ msgid "girl"
-#~ msgstr "noia"
-
-#~ msgid "woman-blond"
-#~ msgstr "dona-rossa"
-
-#~ msgid "automagic"
-#~ msgstr "automagic"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Criptogrfic"
-
-#~ msgid "Take over the hard drive"
-#~ msgstr "Encarrega't del disc dur"
-
-#~ msgid "Do not set up networking"
-#~ msgstr "No configuris la xarxa"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Voleu configurar la xarxa local per al vostre sistema?"
-
-#~ msgid "Have you been provided with a hostname?"
-#~ msgstr "Us han donat un nom d'ordinador central?"
-
-#~ msgid "Show less"
-#~ msgstr "Mostra'n menys"
-
-#~ msgid "Show more"
-#~ msgstr "Mostra'n ms"
-
-#~ msgid "URI for Local printer"
-#~ msgstr "URI per a la impressora local"
-
-#~ msgid "URI for Network printer"
-#~ msgstr "URI per a la impressora de xarxa"
-
-#~ msgid "Local Printer Device (URI)"
-#~ msgstr "Dispositiu de la impressora local (URI)"
-
-#~ msgid ""
-#~ "What URI device is your printer connected to\n"
-#~ "(note that parallel:/dev/lp0 is equivalent to LPT1:)?"
-#~ msgstr ""
-#~ "A quin dispositiu URI est connectada la vostra impressora?\n"
-#~ "(tingueu en compte que parallel:/dev/lp0 equival a LPT1:)"
-
-#~ msgid "Network Printer Options (URI)"
-#~ msgstr "Opcions de la impressora de xarxa (URI)"
-
-#~ msgid ""
-#~ "Choose the right Device URI for a network printer or a local file. "
-#~ "Examples:\n"
-#~ " file:/path/to/filename.prn\n"
-#~ " http://hostname:631/ipp/port1\n"
-#~ " ipp://hostname/ipp/port1\n"
-#~ " lpq://hostname/queue\n"
-#~ " socket://hostname\n"
-#~ " socket://hostname:9100"
-#~ msgstr ""
-#~ "Seleccioneu l'URI de dispositiu correcte per a una impressora de xarxa o "
-#~ "un fitxer local. Exemples:\n"
-#~ " file:/cam/al/nomdefitxer.prn\n"
-#~ " http://ordinadorcentral:631/ipp/port1\n"
-#~ " ipp://ordinadorcentral/ipp/port1\n"
-#~ " lpq://ordinadorcentral/cua\n"
-#~ " socket://ordinadorcentral\n"
-#~ " socket://ordinadorcentral:9100"
-
-#~ msgid "Local Area Network specification"
-#~ msgstr "Especificaci de la xarxa d'rea local"
-
-#~ msgid "You may now decide which class C network to use.\n"
-#~ msgstr "Ara podeu decidir quina xarxa de classe C voleu utilitzar.\n"
-
-#~ msgid "Internet Connection Sharing - setup of %s"
-#~ msgstr "Connexi a Internet compartida: configuraci de %s"
-
-#~ msgid ""
-#~ "The following interface is about to be configured:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Ara es configurar la interfcie segent:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-
-#~ msgid "Everything configured!"
-#~ msgstr "S'ha configurat tot!"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Quina s la disposici del vostre teclat?"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Voleu que intenti trobar targetes PCMCIA?"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "Voleu que intenti trobar els dispositius %s?"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr ""
-#~ "Voleu configurar el marcatge amb xarxa per mdem per al vostre sistema?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "Voleu que intenti trobar dispositius PCI?"
-
-#~ msgid "Searching root partition."
-#~ msgstr "S'est cercant la partici arrel."
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr ""
-#~ "%s: Aquesta partici no s arrel; si us plau, seleccioneu-ne una altra."
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "Si us plau, seleccioneu una partici per utilitzar-la com a arrel."
-
-#~ msgid "You don't have any windows partitions!"
-#~ msgstr "No teniu cap partici de Windows!"
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "No teniu prou espai per al Lnx4win"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-# NOTE: this message will be displayed by lilo at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Benvingut al LILO, la utilitat que us permet triar el sistema operatiu!\n"
-#~ "\n"
-#~ "Per obtenir una llista de les eleccions possibles, premeu <TAB>.\n"
-#~ "\n"
-#~ "Per carregar-ne una, escriviu-ne el nom i premeu <INTRO> o espereu %d "
-#~ "segons\n"
-#~ "fins a l'arrencada predeterminada.\n"
-
-# NOTE: this message will be displayed by SILO at boot time; that is
-# only the ascii charset will be available
-# so use only 7bit for this message
-#
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Benvingut al SILO, la utilitat que us permet triar el sistema operatiu!\n"
-#~ "\n"
-#~ "Per obtenir una llista de les eleccions possibles, premeu <TAB>.\n"
-#~ "\n"
-#~ "Per carregar-ne una, escriviu-ne el nom i premeu <INTRO> o espereu %d "
-#~ "segons\n"
-#~ "fins a l'arrencada predeterminada.\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "Opcions principals del SILO"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "Aquestes sn les entrades segents del SILO.\n"
-#~ "Podeu afegir-ne algunes ms o canviar-ne les existents."
-
-#~ msgid "This label is already in use"
-#~ msgstr "Aquesta etiqueta ja est en s"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "Ha fallat la installaci del SILO. S'ha produt l'error segent:"
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "En primer lloc, el DrakX intentar trobar un o ms adaptadors SCSI\n"
-#~ "PCI. Si en troba, i sap quin(s) programa(es) de control utilitzar,\n"
-#~ "l'inserir o els inserir automticament.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si el vostre adaptador SCSI s una targeta ISA, o si s PCI per\n"
-#~ "el DrakX no sap amb quin programa de control ha d'utilitzar-la, o\n"
-#~ "si no teniu cap adaptador SCSI, se us preguntar si en teniu un o\n"
-#~ "no. Si no en teniu cap, respongueu \"No\". Si en teniu un o ms,\n"
-#~ "respongueu \"S\". Apareixer una llista de programes de control,\n"
-#~ "de la qual n'haureu de triar un.\n"
-#~ "\n"
-#~ "\n"
-#~ "Un cop hagueu triat el programa de control, el DrakX us preguntar\n"
-#~ "si voleu establir-ne les opcions. Primer, per, deixeu que el\n"
-#~ "programa de control explori el maquinari: normalment funciona b.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si no, no oblideu la informaci sobre el vostre maquinari que\n"
-#~ "pugueu aconseguir a la documentaci o al Windows (si el teniu al\n"
-#~ "sistema), com aconsella la guia d'installaci. Aquestes sn les\n"
-#~ "opcions que haureu de proporcionar al programa de control."
-
-#~ msgid "Shutting down"
-#~ msgstr "S'est tancant l'ordinador"
-
-#~ msgid ""
-#~ "Some true type fonts from windows have been found on your computer.\n"
-#~ "Do you want to use them? Be sure you have the right to use them under "
-#~ "Linux."
-#~ msgstr ""
-#~ "S'han trobat alguns tipus de lletra \"true type\" del Windows a "
-#~ "l'ordinador.\n"
-#~ "Voleu utilitzar-les? Assegureu-vos que esteu autoritzat a utilitzar-les "
-#~ "sota Linux."
-
-#~ msgid "useless"
-#~ msgstr "intil"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "Escolliu \"Installa\" si no hi ha installada cap versi anterior de "
-#~ "Linux,\n"
-#~ "o si voleu utilitzar diverses distribucions o versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Escolliu \"Actualitzaci\" si voleu actualitzar una versi anterior de\n"
-#~ "Mandrake Linux: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen) 6.0 (Venus),\n"
-#~ "6.1 (Helios), Gold 2000 o 7.0 (Air)."
-
-#~ msgid ""
-#~ "(a user ``mandrake'' with password ``mandrake'' has been automatically "
-#~ "added)"
-#~ msgstr ""
-#~ "(s'ha afegit automticament un usuari ``mandrake'' amb contrasenya "
-#~ "``mandrake'')"
-
-#~ msgid "Do you want to use LILO?"
-#~ msgstr "Voleu utilitzar el LILO?"
-
-#~ msgid ""
-#~ "You may now select the packages you wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "First you can select group of package to install or upgrade. After that\n"
-#~ "you can select more packages according to the total size you wish to\n"
-#~ "select.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are in expert mode, you can select packages individually.\n"
-#~ "Please note that some packages require the installation of others.\n"
-#~ "These are referred to as package dependencies. The packages you select,\n"
-#~ "and the packages they require will be automatically selected for\n"
-#~ "install. It is impossible to install a package without installing all\n"
-#~ "of its dependencies."
-#~ msgstr ""
-#~ "Ara podeu seleccionar els paquets que voleu installar.\n"
-#~ "\n"
-#~ "\n"
-#~ "En primer lloc, podeu seleccionar el grup del paquet a installar\n"
-#~ "o actualitzar. Desprs, podeu seleccionar ms paquets segons la\n"
-#~ "mida total que voleu seleccionar.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si treballeu amb el mode expert, podeu seleccionar els paquets\n"
-#~ "individualment.\n"
-#~ "Tingueu en compte, per, que alguns paquets necessiten que altres\n"
-#~ "tamb estiguin installats.\n"
-#~ "Aix s'anomena 'dependncia de paquets'. Els paquets que\n"
-#~ "seleccioneu, i els que aquests necessitin, es seleccionaran\n"
-#~ "automticament per a la installaci. No s possible installar un\n"
-#~ "paquet sense installar-ne tots els dependents."
-
-#~ msgid ""
-#~ "LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-#~ "Normally they are correctly detected during installation. If you don't\n"
-#~ "see yours detected, you can add one or more now.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't want that everybody could access at one of them, you can "
-#~ "remove\n"
-#~ "it now (a boot disk will be needed to boot it)."
-#~ msgstr ""
-#~ "El LILO (el carregador de Linux) pot arrencar el Linux i altres sistemes\n"
-#~ "operatius, que normalment es detecten correctament durant la "
-#~ "installaci.\n"
-#~ "Si veieu que el vostre no s'ha detectat, ara podeu afegir-ne un o ms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Si no voleu que tothom pugui accedir a algun d'ells, podeu\n"
-#~ "eliminar-lo ara (caldr un disc d'arrencada per arrencar-lo)."
-
-#~ msgid ""
-#~ "Now that you've selected desired groups, please choose \n"
-#~ "how many packages you want, ranging from minimal to full \n"
-#~ "installation of each selected groups."
-#~ msgstr ""
-#~ "Ara que ja heu seleccionat els grups desitjats, seleccioneu \n"
-#~ "quants paquets voleu, ordenant-los des de la installaci mnima \n"
-#~ "fins a la installaci completa de cadascun dels grups seleccionats."
-
-#~ msgid ""
-#~ "You need %dMB for a full install of the groups you selected.\n"
-#~ "You can go on anyway, but be warned that you won't get all packages"
-#~ msgstr ""
-#~ "Us calen %dMB per a una instalaci completa dels grups que heu "
-#~ "seleccionat.\n"
-#~ "Podeu continuar igualment, per tingueu en compte que no tindreu tots els "
-#~ "paquets"
-
-#~ msgid "Choose other CD to install"
-#~ msgstr "Escolliu un altre CD per installar"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ "Seleccioneu:\n"
-#~ "\n"
-#~ " - Recomanada: Si mai no heu installat el Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Personalitzada: Si esteu familiaritzat amb el Linux, podreu\n"
-#~ "triar l's del sistema installat entre Normal, Desenvolupament o\n"
-#~ "Servidor. Trieu \"Normal\" per a una installaci per a un s\n"
-#~ "general del vostre ordinador, \"Desenvolupament\" si utilitzareu\n"
-#~ "l'ordinador principalment per a desenvolupament de programari,\n"
-#~ "o \"Servidor\" si voleu installar un servidor convencional (per\n"
-#~ "a correu, impressions...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Per a experts: Si domineu el GNU/Linux i voleu realitzar una\n"
-#~ "installaci totalment personalitzada, aquest s el vostre\n"
-#~ "tipus d'installaci. Podreu seleccionar l's del vostre sistema\n"
-#~ "com a \"Personalitzada\"."
-
-#~ msgid "Downloading cryptographic packages"
-#~ msgstr "S'estan descarregant els paquets criptogrfics"
-
-#~ msgid "Setup SCSI"
-#~ msgstr "Configura el SCSI"
-
-#~ msgid "Installation CD Nr %s"
-#~ msgstr "CD d'installaci Nr %s"
-
-#~ msgid ""
-#~ "Update installation image!\n"
-#~ "\n"
-#~ "Ask your system administrator or reboot to update your installation image "
-#~ "to include\n"
-#~ "the Cd-Rom image labelled \"%s\". Press Ok if image has been updated or "
-#~ "press Cancel\n"
-#~ "to avoid installation from this Cd-Rom image."
-#~ msgstr ""
-#~ "Actualitzeu la imatge de la installaci!\n"
-#~ "\n"
-#~ "Consulteu a l'administrador del sistema o torneu a arrencar per "
-#~ "actualitzar\n"
-#~ "la imatge de la installaci per incloure la imatge en CD-ROM etiquetada "
-#~ "com\n"
-#~ "\"%s\". Premeu D'acord si la imatge s'ha actualitzat o premeu Cancella "
-#~ "per\n"
-#~ "no fer la installaci des d'aquesta imatge en Cd-ROM."
-
-#~ msgid "Which language do you want?"
-#~ msgstr "Quin idioma voleu?"
-
-#~ msgid "Hurt me plenty"
-#~ msgstr "Fes-me molt de mal"
-
-#~ msgid "What usage do you want?"
-#~ msgstr "Quina utilitzaci voleu?"
-
-#~ msgid "Choose install or upgrade"
-#~ msgstr "Installaci o actualitzaci"
-
-#~ msgid "Enter a floppy (all data will be lost)"
-#~ msgstr ""
-#~ "Inseriu un disquet a la unitat\n"
-#~ "(Se'n perdran totes les dades)"
-
-#~ msgid "Going to install %d MB. You can choose to install more programs"
-#~ msgstr "Ara s'installaran %d MB. Podeu triar installar ms programes"
-
-#~ msgid "Too many packages chosen: %dMB doesn't fit in %dMB"
-#~ msgstr "S'han escollit massa paquets: %dMB no cap a %dMB"
-
-#~ msgid "Bad kickstart file %s (failed %s)"
-#~ msgstr "Fitxer d'inici rpid %s incorrecte (ha fallat %s)"
-
-#~ msgid "Size: %s MB"
-#~ msgstr "Mida: %s MB"
-
-#~ msgid "US Keyboard"
-#~ msgstr "Teclat EU"
-
-#~ msgid "resizing"
-#~ msgstr "s'est canviant la mida"
-
-#~ msgid "changing type of"
-#~ msgstr "s'est canviant el tipus de"
-
-#~ msgid "After %s partition %s,"
-#~ msgstr "Desprs de %s partici %s,"
-
-#~ msgid "linear"
-#~ msgstr "lineal"
-
-#~ msgid "Linear (needed for some SCSI drives)"
-#~ msgstr "Lineal (necessari per a algunes unitats SCSI)"
-
-#~ msgid "beginner"
-#~ msgstr "principiant"
-
-#~ msgid "developer"
-#~ msgstr "desenvolupador"
-
-#~ msgid "Password:"
-#~ msgstr "Contrasenya:"
-
-#~ msgid "User name:"
-#~ msgstr "Nom d'usuari:"
-
-#~ msgid ""
-#~ "Failed to create an HTP boot floppy.\n"
-#~ "You may have to restart installation and give ``%s'' at the prompt"
-#~ msgstr ""
-#~ "No s'ha pogut crear un disquet d'arrencada HTP.\n"
-#~ "Potser us caldr reiniciar la installaci i introduir \"%s\" a "
-#~ "l'indicador"
-
-#~ msgid "It is necessary to restart installation with the new parameters"
-#~ msgstr "Cal reiniciar la installaci amb els nous parmetres"
-
-#~ msgid "It is necessary to restart installation booting on the floppy"
-#~ msgstr "Cal reiniciar la installaci arrencant des del disquet"
-
-#~ msgid ""
-#~ "Enter a floppy to create an HTP enabled boot\n"
-#~ "(all data on floppy will be lost)"
-#~ msgstr ""
-#~ "Introduu un disquet per una arrencada habilitada per a HTP\n"
-#~ "(es perdran totes les dades del disquet)"
-
-#~ msgid ""
-#~ "Linux does not yet fully support ultra dma 66.\n"
-#~ "As a work-around i can make a custom floppy giving access the hard drive "
-#~ "on ide2 and ide3"
-#~ msgstr ""
-#~ "El Linux encara no suporta completament l'ultra dma 66.\n"
-#~ "Com a alternativa, puc fer un disquet personalitzat que doni accs a tot "
-#~ "el disc dur a ide2 i ide3"
-
-#~ msgid "A entry %s already exists"
-#~ msgstr "Ja existeix una entrada %s"
-
-#~ msgid "Installation CD Nr 1"
-#~ msgstr "CD d'installaci Nr 1"
-
-#~ msgid "Local LAN"
-#~ msgstr "LAN local"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
deleted file mode 100644
index 3b88dd7d4..000000000
--- a/perl-install/share/po/cs.po
+++ /dev/null
@@ -1,12241 +0,0 @@
-# Czech messages for DrakX.
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (C) 1999 MandrakeSoft
-# Vladimr Marek <vlmarek@volny.cz>, 2000
-# Radek Vybiral <Radek.Vybiral@vsb.cz>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-13 14:25GMT+0100\n"
-"Last-Translator: Radek Vybral <Radek.Vybiral@vsb.cz>\n"
-"Language-Team: Czech <cs@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfigurovat vechny monitory nezvisle"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Pout rozen Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigurovat pouze kartu \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Konfigurace dvou monitor"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"V systm podporuje zobrazen na dvou monitorech.\n"
-"Co chcete dlat?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafick karta"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Zvolte typ va grafick karty"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Zvolte X server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Zvolte ovlada pro X server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "Ovlada pro X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Kter XFree by jste chtli pout?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vae karta podporuje 3D akceleraci, ale pouze s XFree %s.\n"
-"Pokud pouijete XFree %s, mete na druhou stranu doshnout lepch vsledk "
-"ve 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "S XFree %s me vae karta vyut 3D hardwarov akcelerace."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s s hardwarovou 3D akcelerac"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"S XFree %s me vae karta vyut 3D hardwarov akcelerace.\n"
-" TOTO JE POUZE EXPERIMENTLN VERZE, A MٮE VST K NESTABILIT SYSTMU."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s s EXPERIMENTLN 3D hardwarovou akcelerac"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vae karta podporuje 3D akceleraci, ale pouze s XFree %s,\n"
-"TOTO JE POUZE EXPERIMENTLN VERZE, A MٮE VST K NESTABILIT SYSTMU.\n"
-"Vae karta je podporovna i v XFree %s, kde me mt lep podporu pro 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalan ovlada pro obrazovku)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Nastaven XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Kolik pamti je na va grafick kart ?"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Zvolte monosti pro dan X server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Zvolte typ svho monitoru"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dva rozhodujc parametry jsou: vertikln synchronizan frekvence, co je\n"
-"frekvence, kterou je obnovovna cel obrazovka, a frekvence dkov\n"
-" synchronizace (horiz. sync. rate), co je frekvence jakou jsou zobrazovny\n"
-"jednotliv mikrodky (scanline).\n"
-"\n"
-"Je VELMI DLEIT abyste nezvolili typ monitoru se schopnostmi vymi ne "
-"m\n"
-"v monitor, protoe byste si ho tm mohli pokodit. Jestlie si nejste "
-"jist\n"
-"zvolte radji typ s nimi schopnostmi."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontln(dkov) synchronizace"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikln(obrazovkov) synchronizace"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor nen nastaven"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafick karta jet nen nastavena"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Jet nejsou zvolena rozlien"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Chcete si vyzkouet nastaven?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Varovn: na tto grafick kart je testovn nebezpen"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Vyzkouet nastaven"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"zkuste zmnit nkter parametry"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Vyskytla se tato chyba:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Test skon automaticky za %d sekund"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Je to sprvn nastaven?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Vyskytla se chyba, zkuste zmnit nkter parametry"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rozlien"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Vyberte si rozlien a barevnou hloubku"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafick karta: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Vce"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Expertn reim"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Ukzat ve"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rozlien"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Rozloen klvesnice: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Typ myi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Ppojen myi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Horizontln frekvence monitoru: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Vertikln frekvence monitoru: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafick karta: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikace grafick karty: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Pam na gr. kart: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Barevn hloubka: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rozlien: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 ovlada: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Pipravuji nastaven X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Co chcete dlat?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Zmnit monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Zmnit grafickou kartu"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Zmnit parametry X Serveru"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Zmnit rozlien"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Zobrazit informace"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Znovu vyzkouet nastaven X"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Konec"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Zachovat zmny?\n"
-"Aktuln konfigurace je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Spout se X"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Mu nastavit v pota tak, aby automaticky spustil X pi startu.\n"
-"Chcete aby pota po zapnut spustil grafick reim?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Pro aktivaci zmn se prosm znovu pihlaste na %s"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Prosm odhlaste se a pak stisknte Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 barev (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tisc barev (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tisc barev (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milin barev (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardy barev (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB nebo vce"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Klasick VGA, 640x480 pi 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 pi 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Kompatibiln s 8514, 1024x768 pi 87 Hz prokldan (ne 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 pi 87 Hz prokldan, 800x600 pi 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Lep Super VGA, 800x600 pi 60 Hz, 640x480 pi 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Neprokldan SVGA, 1024x768 pi 60 Hz, 800x600 pi 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Vysokofrekvenn SVGA, 1027x768 pi 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multifrekvenn kter um 1280x1024 pi 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multifrekvenn, kter um 1280x1024 pi 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multifrekvenn, kter um 1280x1024 pi 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor, kter um 1600x1200 pi 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor, kter um 1600x1200 pi 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Prvn sektor zavdcho diskovho oddlu"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Prvn sektor disku (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalace SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kam chcete nainstalovat zavdc program?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalace LILO/Grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO s textovou nabdkou"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO s grafickou nabdkou"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Sputn s DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Zkladn nastaven zavdcho programu"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Zavdc program"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalace zavdcho programu"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Startovac zazen"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nefunguje se starm BIOSem)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompaktn"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompaktn"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Textov reim"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Prodleva ped automatickm sputnm"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Heslo"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Heslo (podruh)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Omezen nastaven z pkazov dky"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "omezen"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Vyistit /tmp pi kadm startu"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Pokud je teba, upesnte velikost pamti (nalezeno %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Povolit vce profil"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Zadejte velikost pamti v MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Volba ''Omezen nastaven z pkazov dky'' je bezpedmtn bez hesla"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Zkuste to znovu, prosm"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Hesla nejsou shodn"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "vodn zprva"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Prodleva pro firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Prodleva pi sputn"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Povolit sputn z CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Povolit zavad OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Vchoz OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Rozhodli jste se nainstalovat zavad systmu na oddl.\n"
-"To znamen, e ji zavad na disku, ze kterho spoutte systm njak je "
-"(nap. System Commander).\n"
-"\n"
-"Ze kterho disku spoutte systm?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Tady jsou vechny zznamy.\n"
-"Mete pidat dal nebo zmnit stvajc."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Pidat"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Hotovo"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Zmnit"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Jak typ zznamu chcete pidat?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Jin systm (SunOs...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Jin systm (MacOs...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Jin systm (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Obraz(image)"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Koenov(root)"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Pipojit"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Pro ten i zpis"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabulka"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nejist"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Znaka"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Vchoz"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-velikost"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Bez Videa"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Odstranit zznam"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Przdn znaka nen povolena"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Muste zadat soubor s jdrem"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Muste zadat koenov oddl"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Tato znaka se ji pouv"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Nael jsem %s %s rozhran"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Mte jet njak jin?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Mte njak %s rozhran?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ano"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Ukzat informace o hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instaluji ovlada pro %s kartu %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Kter %s ovlada mm zkusit?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"V nkterch ppadech potebuje ovlada %s pro svoji sprvnou funkci dal\n"
-"informace, pestoe normln funguje i bez nich. Chtli byste zadat\n"
-"njak doplujc monosti, nebo radji nechte ovlada samostatn "
-"prozkoumat\n"
-"hardware vaeho potae, aby zskal informace kter potebuje? Zkoumn\n"
-"hardware me ve vyjmench ppadech zpsobit zamrznut potae, ale "
-"nemlo\n"
-"by v dnm ppad zpsobit jin kody."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatick prozkoumn"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Zadejte monosti"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Nyn lze zadat volby pro pslun modul %s.\n"
-"Pozn.: kad adresa by mla bt ve tvaru 0x nap. '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Nyn mete poskytnout modulu %s dal parametry.\n"
-"Volby se zadvaj ve tvaru ''jmno=hodnota jmno2=hodnota2 ...''.\n"
-"Napklad, ''io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Volby modulu:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Sputn modulu %s selhalo.\n"
-"Chcete to zkusit s jinmi parametry?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "pstup k programm v X prosted"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "pstup k rpm nstrojm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "povolit \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "pstup k administrativnm souborm"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(u byl pidn %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Toto heslo je pli jednoduch"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Prosm zadejte uivatelsk jmno"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Uivatelsk jmno me obsahovat pouze mal psmena, sla, '-' a '_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Toto uivatelsk jmno u bylo pidno"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Pidat uivatele"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Zadejte uivatele\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Vytvoit uivatele"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Skuten jmno"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Uivatelsk jmno"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatick pihlen"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mu nastavit v pota tak, aby automaticky pihlsil vybranho "
-"uivatele.\n"
-"Chcete pout tuto monost?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Zvolte standardnho uivatele :"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Vyberte si, kter sprvce oken m bt spoutn:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Prosm zvolte si jazyk, kter chcete pouvat."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Mete si zvolit dal jazyky, kter budou dostupn po instalaci"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Vechno"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Povolit vem uivatelm"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Vlastn"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Nesdlet"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Balek %s mus bt nainstalovn. Chcete ho nainstalovat?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Nyn lze provst export pes NFS nebo Samba protokol. Kter chcete"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Chyb potebn balek %s"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"Chcete povolit uivatelm, aby si mohli sdlet adrese ve svm domovskm "
-"adresi?\n"
-"Pokud to povolte, uivatelm sta pouze kliknout na \"Sdlet\" v "
-"aplikacch konqueror a nautilus.\n"
-"\n"
-"Lze tak provst \"Vlastn\" povolen pro jednotliv uivatele.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Zruit"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Spustit userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Sdlen mezi uivateli pouv skupinu \"fileshare\". \n"
-"Uivatele lze do tto skupiny pidat pomoc nstroje userdrake."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Dvee dokon"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Slab"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardn"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Vysok"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Vy"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidn"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Tato rove mus bt pouita s rozmyslem. Sice mete snadnji pouvat "
-"svj\n"
-"systm, ale na druhou stranu je velmi citliv: Nesm bt pouit pro\n"
-"pota pipojen k Internetu. Pro pihlen nen zapoteb dn heslo."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Hesla jsou nyn aktivn, ale stle nedoporuuji pout tento pota na sti."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Toto je standardn rove zabezpeen pro pota, kter je pouvn jako "
-"klient pro pipojen k internetu."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Existuj zde nkter omezen a kadou noc jsou sputny automatick testy."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"S touto bezpenostn rovn je mon pouvat pota jako server.\n"
-"Bezpenost je nyn dostaten pro server s pipojenm mnoha klient.\n"
-"Poznmka: pokud je pota pouvn pouze jako klient pro pipojen k "
-"Internetu, je lep zvolit ni rove."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Tato rove m vlastnosti pedchoz rovn, ale systm je pln uzaven.\n"
-"Zabezpeen je nastaveno na maximum."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Zvolte si rove zabezpeen"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "rove zabezpeen"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Pout libsafe pro servery"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Knihovna, kter zabrauje tokm proti peteen bufferu nebo proti patnmu "
-"formtovn etzc."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Vita Vas %s, program pro start operacniho systemu!\n"
-"\n"
-"Vyberte si ze seznamu operacnich systemu nize nebo\n"
-"pockejte %d vterin pro automaticky start.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Vita Vas GRUB, program pro vyber operacniho systemu"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Pro vyber polozek pouzijte klavesy %c a %c."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Stisknete ENTER pro start vybranho OS, 'e' pro upravu"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "spoustecich parametru, nebo 'c' pro prikazovou radku."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Vybrana polozka bude automaticky spustena za %d sekund."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nen dost msta v adresi /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Pracovn plocha"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Nabdka Start"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Zavdc program nelze nainstalovat na oddl %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "npovda zatm nedostupn.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Nastaven stylu zavdn"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "_Soubor"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Soubor/_Konec"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>K"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Novj zatdn monitor "
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Novj monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradin monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradin Gtk+ monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Spustit Auroru pi startu"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Reim Lilo/Grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Reim Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Jako sprvce spoutn nyn pouvte %s.\n"
-"Pokud chcete spustit prvodce nastavenm, kliknte na Konfigurovat."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurovat"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Systmov reim"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Spustit X-Window pi startu"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne, nechci automatick pihlen"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ano, chci automatick pihlen s tmto (uivatelem, desktopem)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "nelze otevt /etc/inittab pro ten: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minut(y)"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekund"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Nelze provst sejmut obrazovky ped rozdlenm disk"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Sejmut obrazovvky budou dostupn po instalaci v adresi %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francie"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgie"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "esk republika"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Nmecko"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "ecko"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norsko"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "vdsko"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Nizozem"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Itlie"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Rakousko"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Spojen stty americk"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Zlohujte si nejdv sv data, prosm"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "tte pozorn!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Jestlie chcete pouvat aboot, muste nechat voln msto na zatku disku\n"
-"(2048 sektor sta)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Chyba"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Prvodce"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Co udlte ?"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Mte jeden velik oddl FAT\n"
-"(vtinou pouvan Microsoft Dos/Windows).\n"
-"Doporuuji vm nejprve zmenit tento oddl\n"
-"(klepnte na nj a potom na\n"
-"\"Zmnit velikost\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Prosm klepnte na oddl"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaily"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "urnlovac FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Odkldac (swap)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Przdn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Dal"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Souborov systmy:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Vytvoit"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Zmnit typ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Msto toho pouijte ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Smazat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Nejprve pouijte ``Odpojit''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Tm e zmnte typ oddlu %s pijdete o vechna jeho data"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Vyberte oddl"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Vyberte jin oddl"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Konec"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Pepnout se do mdu 'expert'"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Pepnout se do mdu 'normln'"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Zpt"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Pesto chcete pokraovat?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Konec bez uloen"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Chcete skonit bez zapsn do tabulky oddl?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Chcete uloit modifikaci souboru /etc/fstab?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automaticky rozmstit"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Ve smazat"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informace o hardisku"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Vechny primrn oddly (partitions) jsou pouvny"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Nemu pidat dn dal oddl"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Abyste mohli mt vce oddl, muste smazat jeden existujc a na jeho "
-"mst\n"
-"vytvoit rozen(extended) oddl"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Uloit tabulku oddl"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Obnovit tabulku oddl"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Zchrana tabulky oddl"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Znovu nast tabulku oddl"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automatick pipojovn pro vyjmateln mdia"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Zvolit soubor"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Zlon tabulka oddl nem stejnou velikost\n"
-"Chcete pesto chcete pokraovat?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Varovn"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Vlote disketu do mechaniky\n"
-"Vechna data na tto disket budou smazna"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Pokoum se obnovit tabulku oddl"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Podrobn informace"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Ppojn bod"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Volby"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Zmnit velikost"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Pesunout"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formtovat"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Pipojit"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Pidat do RAIDu"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Pidat do LVMu"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Odpojit"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Odebrat z RAIDu"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Odebrat z LVMu"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Zmnit RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Pout loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Vytvoit nov oddl"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Poten sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Velikost v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Souborov systm: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Adres pipojen (mount point): "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Nastaven: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Odstranit soubor loopbacku?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Zmnit typ oddlu"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kter souborov systm chcete pout?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Pepnm z ext2 na ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kam chcete pipojit loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kam chcete pipojit zazen %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Nemu smazat ppojn bod, protoe tento oddl je pouvn pro loopback.\n"
-"Odstrate nejprve loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Potm hranice souborovho systmu fat"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Mnm velikost"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Na tomto diskovm oddlu nelze mnit velikost"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Vechna data z tohoto oddlu by mla bt zlohovna"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Kdy zmnte velikost oddlu %s, ztratte tm vechna jeho data"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Zvolte novou velikost"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nov velikost v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Na kter disk chcete oddl pesunout?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Na kter sektor chcete oddl pesunout?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Pesouvm"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Pesouvm oddl..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Zvolte existujc RAID pro pidn"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nov"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Zvolte existujc LVM pro pidn"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Jmno pro LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Tento oddl neme bt pouit pro loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nzev souboru loopbacku:"
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Zadejte jmno souboru"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Soubor u je pouvn jinm loopbackem, zvolte si jin"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Soubor u existuje. Mm ho pout?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Volby pro pipojen"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Dal"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "zazen"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "rove"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "Velikost bloku(chunk)"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Bute opatrn: tato akce je nebezpen."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Jak typ diskovho oddlu?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Promite, nemu povolit vytvoen /boot tak daleko na disku (na cylindru > "
-"1024).\n"
-"Buto pouijete LILO a nebude to fungovat, nebo nepouijete LILO a tedy "
-"nepotebujete /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Oddl kter jste zvolili jako koenov (root - /) je na disku fyzicky za "
-"cylindrem 1024,\n"
-"a pitom nemte /boot oddl. Jestlie chcete pout sprvce bootu (boot "
-"manager),\n"
-"pidejte jet /boot oddl"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Zvolili jste softwarovou RAID oddl jako koenov oddl (/).\n"
-"S tm se nen schopn vypodat dn zavdc program bez pouit oddlu\n"
-"/boot. Ujistte se prosm, e tento oddl mte."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Nov tabulka oddl na disku %s bude zapsna!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Aby se zmny uplatnily budete muset restartovat pota"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Kdy naformtujete oddl %s, ztratte tm vechna jeho data"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formtuji"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formtuji soubor loopbacku %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formtuji oddl %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Schovat soubory"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Pesunout soubory na nov diskov oddl"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Adres %s ji obsahuje njak data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Pesunuji soubory na nov diskov oddl"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopruji %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Odstrauji %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "oddl %s je nyn rozpoznn jako %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Zazen: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Psmeno v DOSu: %s (jenom odhad)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Typ: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Jmno: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Zatek: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Velikost: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektor"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Od cylindru %d do cylindru %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Naformtovan\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nenaformtovan\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Pipojen\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback soubor(y): \n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Standardn startovac oddl\n"
-" (Pro MS-DOS, ne pro LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "rove %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Velikost bloku(chunk) %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID disky %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback soubor: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Tento oddl je oddl\n"
-"s ovladai, je lep\n"
-"no nechat neporuen.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Tento speciln Boostrap\n"
-"oddl je pro sputn\n"
-"dalho systmu.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Velikost: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s cylindr, %s hlav, %s sektor\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informace: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM disky %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Typ tabulky oddl: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na sbrnici %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Volby: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Kl pro kryptovan souborov systm"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Vyberte si kryptovac kl pro souborov systm"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Tento kl je pli jednoduch (mus bt alespo %d znak dlouh)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Kryptovac kle se neshoduj"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Kryptovac kl"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Kryptovac kl (znovu)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Zmnit typ"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Prosm klepnte na zdroj"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Vyhledat servery"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formtovn %s skonilo chybou"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "nevm jak naformtovat %s na typ %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "pipojen oddlu %s v adresi %s selhalo"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "selhal bh fsck s nvratovm kdem %d nebo signlem %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "chyba odpojovn %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednoduch"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "s /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Nemete pout JFS pro oddl men ne 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Nemete pout ReiserFS pro oddl men ne 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Ppojn body (mount points) mus zanat '/'"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Oddl s ppojnm bodem %s u existuje\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Nelze pout LVM Logickho disku na pipojen bod %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Tento adres mus krom koenovho souborovho systmu zstat"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Pro tento ppojn bod potebujete opravdov souborov systm (Ext2, "
-"ReiserFS)\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Nelze pout kryptovan souborov systm na pipojen bod %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nen dostatek msta pro automatick rozdlen disku"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nic nedlat"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Chyba pi otevrn %s pro zpis: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Stala se chyba - nebylo nalezeno dn zazen na kterm by se daly "
-"vytvoit nov souborov systmy. Zkontrolujte prosm hardware"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nemte dn oddly!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux je vceuivatelsk systm, co znamen, e kad uivatel me "
-"mt\n"
-"sv vlastn nastaven, soubory atd. Vce se dotete v \"Pruce uivatele"
-"\".\n"
-"Na rozdl od uivatele root, kter se sprvcem potae, uivatel, kte "
-"jsou\n"
-"zde vytvoeni, nemaj oprvnn mnit nic krom svch soubor a nastaven.\n"
-"Doporuuje se vytvoit et pro minimln jednoho regulrnho uivatele.\n"
-"Tento et se pouv na vechny bn koly. Akoliv je velmi praktick\n"
-"pihlaovat se kad den jako uivatel Root, je to tak velmi nebezpen!\n"
-"Jedna mal chyba me zpsobit to, e cel operan systm nebude funkn.\n"
-"Pokud udlte chybu jako normln uivatel, mete pijt o soubory, ale "
-"nepokod\n"
-"se cel systm.\n"
-"\n"
-"Jako prvn zadejte reln jmno. Nen to povinn, take mete zadat co "
-"chcete\n"
-"a drakX pouije prvn slovo jako uivatelsk jmno, pod kterm se bude "
-"uivatel\n"
-"hlsit do systmu. Je mon ho nsledn zmnit. Dle se zadv heslo pro\n"
-"uivatele. Volba hesla pro normln uivatele sice nen tak kritick jako\n"
-"pro sprvce, ale i tak se doporuuje nepodceovat bezpenost.\n"
-"\n"
-"Pokud kliknete na \"Pidat uivatele\", mete tak pidvat uivatel kolik\n"
-"potebujete, nap. sv ptel, et pro otce i sestru. Pokud mte vechny\n"
-"uivatele vytvoeny, kliknte na \"Hotovo\". \n"
-"\n"
-"Kliknutm na tlatko \"Rozen\" mete pro nov et zmnit shell, "
-"kter\n"
-"uivatel bude pouvat (vchoz je bash)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Kad oddl vypsan ne m: \"Jmno\", \"Velikost\".\n"
-"\n"
-"\"Jmno\" je sloeno nsledovn: \"typ pevnho disku\", \"slo disku\",\n"
-"\"slo oddlu\". (napklad \"hda1\").\n"
-"\n"
-"Pokud mte IDE disky, pak je \"typ pevnho disku\" \"hd\", pokud mte SCSI,\n"
-"oznaen bude \"sd\".\n"
-"\n"
-"\"slo disku\" je vdy psmeno za \"hd\" nebo \"sd\". Pro IDE disky je "
-"takto:\n"
-"\n"
-" * \"a\" znamen \"master disk na primrnm IDE adii\",\n"
-"\n"
-" * \"b\" znamen \"slave disk na primrnm IDE adii\",\n"
-"\n"
-" * \"c\" znamen \"master disk na sekundrnm IDE adii\",\n"
-"\n"
-" * \"d\" znamen \"slave disk na sekundrnm IDE adii\".\n"
-"\n"
-"Pro SCSI disky plat, e \"a\" je \"nejmen SCSI ID\", \"b\" je \"druh\n"
-"nejmen SCSI ID\" atd."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Distribuce Mandrake Linux je sloena z nkolika CD. Instalan program v,\n"
-"na kterm disku je umstn jak soubor a v ppad poteby vysune CD a "
-"vyd\n"
-"si vmnu CD za jin."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"V tto chvli je mon si vybrat, kter programy chcete nainstalovat.\n"
-"Mandrake Linux obsahuje tm tisc balk s programy a urit nebudete\n"
-"potebovat vechny.\n"
-"\n"
-"Pokud instalujete z CDROM, budete nejprve dotzni na to, jak CD mte\n"
-"(pouze Expertn reim). Oznate ty CD, kter mte a kter chcete pout \n"
-"pro instalaci. Po vbru kliknte na \"OK\".\n"
-"\n"
-"Balky jsou rozdleny do skupin, kter odpovdaj tomu, jak je nejastji\n"
-"pota pouvn. Skupiny jsou umstny do tyech sekc:\n"
-"\n"
-" * \"Pracovn stanice\": pokud plnujete pouvat pota pevn na\n"
-"bnou prci, vyberte si z dalch skupin odpovdajc balky.\n"
-"\n"
-" * \"Vvoj\": pokud budete na potai programovat, mete si z tto\n"
-"sekce vybrat dal skupiny.\n"
-"\n"
-" * \"Server\": pokud bude pota provozovn jako server, mte monost\n"
-"vybrat si ty nejbnj sluby, kter chcete nainstalovat.\n"
-"\n"
-" * \"Grafick prosted\": pokud preferujete grafick prosted, zde je\n"
-"nabdka nkolika prosted, ze kter si muste vybrat nejmn jedno,\n"
-"aby bylo mon grafick prosted nainstalovat.\n"
-"\n"
-"Pokud pejedete my nad skupinou, objev se krtk text, kter vysvtluje,\n"
-"co je obsahem dan skupiny. Pokud nevyberete pi instalaci dnou skupinu,\n"
-"zobraz se otzka na instalaci nkolika typ minimln instalace:\n"
-"\n"
-" * \"Podpora X\" Provede instalaci minimln podpory pro prosted X-"
-"Window.\n"
-"\n"
-" * \"Se zkladn dokumentac\" Nainstaluje systm se zkladnmi programy a "
-"jejich dokumentac. Tento typ je vhodn pro instalaci serveru.\n"
-"\n"
-" * \"Minimln instalace\" Nainstaluje se opravdu nezbytn minimum aby bylo "
-"mon provozovat Linux z pkazov dky. Instalace zabere asi 65MB.\n"
-"\n"
-"Pokud zatrhnete volbu \"Vlastn vbr balk\", zobraz se seznam vech\n"
-"balk, kter je mono nainstalovat. Je to dobr v tom ppad, e chcete\n"
-"mt kontrolu nad tm, co se bude instalovat.\n"
-"\n"
-"Pokud jste spustili instalaci v reimu \"Aktualizace\", mete zruit vbr\n"
-"danch skupin, m zabrnte instalaci novch balk. To je uiten\n"
-"pro ppad opravy existujcho systmu."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"V zvislosti na tom, zda jste zvolili individuln vbt balk, nabdne\n"
-"se stromov struktura, obsahujc vechny balky organizovan do skupin.\n"
-"Pi prochzen stromu mete vybrat jednotliv balky nebo cel skupiny.\n"
-"\n"
-"Pokud vyberete balek nebo skupinu, v prav sti se objev popis.\n"
-"Pokud mte vbr hotov, kliknte na tlatko \"Instalovat\", kter spust\n"
-"instalan proces. Doba trvn instalace zvis potu balk a na "
-"rychlosti\n"
-"vaeho potae. Zbvajc as je zobrazovn na obrazovce, take mte\n"
-"odhad na to, zda si stihnete dt lek kvy. :-)\n"
-"\n"
-"Pokud mezi vybranmi balky jsou serverov programy, zobraz se dotaz na "
-"to,\n"
-"zda opravdu chcete tyto servery nainstalovat. V distribuci Mandrake Linux\n"
-"jsou tyto servery sputny pi startu systmu. I kdy v dob vydn "
-"distribuce\n"
-"nejsou znmy dn bezpenostn problmy, mohou se vyskytnout pozdji.\n"
-"Pokud nevte, k emu jsou ureny nkter serverov sluby, kliknte na \"Ne"
-"\".\n"
-"Kliknutm na \"Ano\" se dan sluby nainstaluj a spust pi startu!\n"
-"\n"
-"Volba \"Automatick zvislosti\" odstrauje varovn hlen, kter se "
-"objev\n"
-"vdy, kdy vyberete balek, kter m dal zvislosti a instalan program\n"
-"tak mus vybrat dal potebn balky.\n"
-"\n"
-"Mal ikonka diskety umouje nahrt ji pedtm vybran seznam balk.\n"
-"Kliknte na ikonu a vlote disketu s uloenm vbrem. V poslednm kroku\n"
-"bude nvod, jak si tuto disketu vytvoit."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"V tomto kroku se provede nastaven pipojen k internetu/sti. Pokud chcete\n"
-"pipojit svj pota k mstn sti nebo k internetu, klepnte na \"OK\"\n"
-"a spust se automatick detekce sov karty nebo modemu. Pokud tato\n"
-"detekce sele, odznate pi dalm pokusu \"Pout automatickou detekci"
-"\"Pokud nechcete nyn nastavit s nebo to chcete provst pozdji, "
-"jednodue\n"
-"klepnte na tlatko \"Zruit\".\n"
-"Zpsoby pipojen jsou: tradin modem, ISDN modem, ADSL spojen, kabelov\n"
-"modem a konen klasick pipojen do LAN st (Ethernet).\n"
-"\n"
-"Ujistte se, e mte vechny dostupn informace pro pipojen od svho\n"
-"poskytovatele pipojen nebo od sprvce st. \n"
-"\n"
-"Vce informac naleznete v pslun kapitole v manulu, nebo mete systm\n"
-"nainstalovat a pout programy na konfiguraci pipojen pozdji.\n"
-"\n"
-"Pokud nemte dn pipojen k internetu ani k mstn sti, klepnte na\n"
-"\"Zruit\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Nyn si zvolte, kter sluby maj bt sputny pi startu potae.\n"
-"\n"
-"Je zde seznam vech slueb, kter jsou aktuln nainstalovny.\n"
-"Prohldnte si seznam pozorn a zrute ty, kter nepotebujete spoutt pi\n"
-"startu potae.\n"
-"\n"
-"Pokud pejedete my nad nkterou polokou, objev se mal npovda\n"
-"s popisem, co dan sluba dl. Pokud pesn nevte, zda je sluba uiten\n"
-"nebo ne, je lep ji nechat ve vchozm stavu.\n"
-"\n"
-"Rozvate, co za sluby spustit, zvlt pokud budete pota provozovat\n"
-"jako server: nepotebujete vechny sluby. Pamatujte, e m vce slueb\n"
-"je sputno, tm je vt nebezpe nedoucho proniknut do potae.\n"
-"Take povolte opravdu jen ty sluby, kter nezbytn potebujete."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux spravuje as podle GMT (Greenwich Mean Time) a pevd ho na\n"
-"as podle pslun vybran asov zny. Toto je mon zruit odznaenm\n"
-"volby \"Hodiny nastaveny na GMT\" a tak budou systmov hodiny stejn jako\n"
-"hardwarov. To je dobr v tom ppad, e na potai je jin operan "
-"systm\n"
-"typu Windows.\n"
-"\n"
-"Volba \"Automatick synchronizace asu\" provd automatick nastaven "
-"hodin\n"
-"pipojenm se k asovmu serveru na internetu. Vyberte si v seznamu ten "
-"server,\n"
-"kter je vm nejbl. Je zamoejm, e pro sprvnou funkci muste mt "
-"fukn\n"
-"pipojen k internetu. Na pota se tak nainstaluje asov server, kter\n"
-"mohou pouvat jin potae ve va lokln sti."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X Window System (zkrcen X) je srdcem grafickho rozhran GNU/Linuxu,\n"
-"na kterm jsou provozovny grafick prosted (KDE,Gnome,AfterStep, "
-"WindowMaker)\n"
-"V tto sekci se DrakX pokus nakonfigurovat X automaticky.\n"
-"\n"
-"Existuj ppady, kdy se automatick detekce nezda. Je to v ppadech, e\n"
-"je dan hardware velmi star (nebo velmi nov). Pokud se detekce poda,\n"
-"spust se grafick prosted v nejlepm monm rozlien v zvislosti na "
-"monitoru. Probhne test, kdy se zobraz okno s otzkou, zda je ve sprvn\n"
-"zobrazeno.\n"
-"\n"
-"Pokud provdte \"Expertn\" instalaci, spust se prvodce konfigurac X "
-"Window. Vce informac o prvodci naleznete v odpovdajc sekci v manulu.\n"
-"\n"
-"Pokud pi testu nastaven uvidte zprvu dobe, odpovzte \"Yes\" a "
-"instalace\n"
-"pokrauje dalm krokem.\n"
-"Pokud nic neuvidte, test automaticky skon za 10 vtein a obnov se\n"
-"obrazovka."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Me se stt, e pi prvnm testu nebude zvoleno nejoptimlnj rozlien\n"
-"(obrazovka je pli mal, je posunuta doprava i doleva...) V tto chvli "
-"se\n"
-"instalan program dote, jak rozlien si pejete a nabdne seznam\n"
-"pouitelnch rozlien.\n"
-"\n"
-"Pokud se nepoda X Window korektn spustit, vyberte se z nabdky \"Zmnit"
-"\"\n"
-"grafickou kartu, vyberte \"Neznm karta\" a pi otzce na vbr serveru "
-"odpovzte\n"
-"\"FBDev\". Tato volba dovoluje pi potch spustit X Window na vech\n"
-"modernch grafickch kartch. Potom \"Znova otestovat\" pro oven."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Posledn otzka je na to, zda chcete spustit grafick prosted pi startu.\n"
-"Tato otzka se zobraz i v ppad, e nastaven pedtm neotestujete.\n"
-"Je zejm, e odpovte \"Ne\" v ppad, e pota bude pracovat\n"
-"jako server nebo v ppad, e se nepodailo sprvn nastavit grafickou "
-"kartu."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"CDROM s distribuc Mandrake Linux m zabudovan zchrann reim. Mete ho\n"
-"spustit pmo pi sputn z CD, kdy stisknete klvesu >>F1<< a na "
-"pkazov\n"
-"dek napete >>rescue<<. Pokud pota neumouje bootovat z CD, potom\n"
-"v tomto kroku najdete een na nsledujc situace:\n"
-"\n"
-" * pokud pouvte zavdc program, DrakX pepe zavdc sektor (MBR) na\n"
-"pevnm disku (pokud nepouvte jin zavdc program) aby umonil start "
-"bu\n"
-"Windows nebo GNU/Linuxu (pokud mte Windows na potai nainstalovny).\n"
-"Pokud potebujete Windows peinstalovat, instalan program Microsoftu "
-"pepe\n"
-"zavdc sektor a nemte tak monost spustit GNU/Linux!\n"
-"\n"
-" * pokud se objev problmy a nen mon spustit GNU/Linux z pevnho disku,\n"
-"je disketa jedinou monost, jak systm spustit. Obsahuje zkladn "
-"systmov\n"
-"nstroje na obnoven systmu bu p vpadku napjen, chyb v hesle nebo\n"
-"z jinch dvod.\n"
-"\n"
-"Pokud zvolte tento krok, muste vloit disketu do mechaniky. Disketa mus\n"
-"bt przdn, nebo na n mohou bt data, kter ji nepotebujete. Nsledn "
-"se\n"
-"provede formt diskety a DrakX cel jej obsah pepe."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"V tomto bod si muste definovat, na kter diskov oddly budete\n"
-"instalovat nov operan systm Mandrake Linux. Pokud je disk przdn\n"
-"nebo existujc operan systm pouv cel disk, je nutn ho rozdlit.\n"
-"Rozdlen disku spov ve vytvoen volnho prostoru pro instalaci\n"
-"systmu Mandrake Linux.\n"
-"\n"
-"Protoe rozdlen disku je nenvratn operace, je to velmi nebezpen\n"
-"akce pro ty uivatele, kte nemaj dn zkuenosti.\n"
-"Pro tyto uivatele je dobr prvodce, kter zjednodu dan proces.\n"
-"Jet ped zapoetm rozdlovn disku si protte manul.\n"
-"\n"
-"Pokud mte zvolen Expertn reim, spustil se nstroj na prci s diskem: "
-"Diskdrake, kter umouje lpe nastavit diskov oddly. Pokud chcete pout\n"
-"prvodce, kliknte na tlatko \"Prvodce\".\n"
-"\n"
-"Pokud mte ji vytvoeny diskov oddly z pedchozch instalac nebo\n"
-"od jinch diskovch nstroj, lze je nyn pout pro instalaci.\n"
-"\n"
-"Pokud nejsou definovny dn diskov oddly, je nutn je vytvoit.\n"
-"K tomu slou prvodce, kter nabdne nkolik een:\n"
-"\n"
-" * \"Pout voln prostor\": takto se jednodue automaticky disk(y) rozdl\n"
-"a ji se o nic nemuste starat.\n"
-"\n"
-" * \"Pout existujc oddly\": prvodce detekoval jeden nebo vce "
-"existujcch\n"
-"Linuxovch oddl a ty nabdne pro instalaci.\n"
-"\n"
-" * \"Pout voln msto na oddle s Windows\": pokud mte na disku "
-"nainstalovny\n"
-"Microsoft Windows a zabraj cel disk, je mon tento prostor zmenit \n"
-"a pout ho pro instalaci. Zmna velikost oddlu je provedena bez ztrty "
-"dat.\n"
-"Tento postup je doporuen, pokud chcete na disku provozovat jak systm\n"
-"Linux Mandrake tak i Microsoft Windows.\n"
-"\n"
-" Ped touto volbou si uvdomte, e velikost oddlu s Microsoft Windows\n"
-"bude men ne je nyn. To znamen, e budete mt mn msta pro \n"
-"instalaci program do Microsoft Windows.\n"
-"\n"
-" * \"Zruit cel disk\": pokud chcete smazat veker data a vechny oddly\n"
-"na disku a pout je pro instalaci systmu Mandrake Linux, vyberte toto\n"
-"een. Zde postupujte opatrn, po vbru ji nen mon vzt volbu zpt.\n"
-"\n"
-" !! Pokud zvolte tuto monost, vechna data na disku budou ztracena.!!\n"
-"\n"
-" * \"Odstranit Windows\": takto se jednodue smae cel disk a bude se "
-"instalovat\n"
-"na cel disk- Vechna data tak budou ztracena.\n"
-"\n"
-" !! Pokud vyberete tuto volbu, veker data budou ztracena. !!\n"
-"\n"
-" * \"Expertn reim\": pokud chcete disk rozdlit run. Ped touto volbou "
-"bute\n"
-"opatrn, je sice mocn, ale nebezpen.\n"
-"Nedoporuuje se tm, kte pesn nevd, co dlaj."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Nyn je instalace ukonena a operan systm GNU/Linux je pipraven k "
-"pouit.\n"
-"Kliknte na \"OK\" a systm bude restartovn. Potom mete spustit GNU/Linux "
-"nebo\n"
-"Windows, zle kter preferujete\n"
-"\n"
-"Tlatko \"Rozen\" zobraz dal dv tlatka:\n"
-"\n"
-" * Generovat disketu pro automatickou instalaci: vytvo disketu, se kterou\n"
-"lze celou instalaci opakovat bez zsahu opertora se stejnmi volbami,\n"
-"kter byly zvoleny pi instalaci.\n"
-"\n"
-" Po kliknut na toto tlatko se zobraz dal dv volby:\n"
-"\n"
-" * : Zopakovat: je to sten automatick instalace, kdy se potvrzuje "
-"krok\n"
-"pi rozdlovn disk (a pouze tento krok).\n"
-"\n"
-" * : Automaticky: pln automatick instalace, data na pevnm disku budou\n"
-"zruena a disk pepsn.\n"
-"\n"
-" Tato volba je velmi uiten, kdy potebujete nainstalovat vt poet\n"
-"stejnch pota. Vce o tto monosti je na naich WWW strnkch.\n"
-"\n"
-" * Uloit vbr balk(*): ulo vbr balk, kter byl zvolen pi "
-"instalaci.\n"
-"Pokud budete instalovat dal pota, vlote disketu do mechaniky a "
-"spuste\n"
-"instalaci, stisknte [F1] a napite na pkazov dek >linux defcfg=\"floppy"
-"\"<.\n"
-"\n"
-"(*) Potebujete disketu formtovanou FAT (Pod Linuxem ji vytvote pkazem\n"
-"\"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Kad nov vytvoen diskov oddl mus bt ped pouitm zformtovn\n"
-"(formtovnm se mysl vytvoen souborovho systmu).\n"
-"\n"
-"Nyn lze formtovat ji existujc diskov oddly pro vymazn\n"
-"vech dat, kter obsahuj. Pokud to chcete provst, vyberte diskov oddly\n"
-"pro peformtovn.\n"
-"\n"
-"Nen ale nutn peformtovat vechny ji existujc diskov oddly.\n"
-"Je nutn peformtovat oddly, kter obsahuj operan systm (jako je \"/"
-"\",\n"
-"\"/usr\" nebo \"/var\") ale nen nutn peformtovat oddly, kter obsahuj\n"
-"data, kter chcete zachovat (typicky /home).\n"
-"\n"
-"Pi vbru diskovch oddl, kter se budou formtovat bute opatrn, "
-"vechna\n"
-"data na formtovanch oddlech budou ztracena a nelze je ji obnovit.\n"
-"\n"
-"Pokud je ve pipraveno pro formtovn, kliknte na \"OK\".\n"
-"\n"
-"Kliknte na \"Zruit\" pokud chcete vybrat jin oddly pro instalaci\n"
-"systmu Mandrake Linux.\n"
-"\n"
-"Kliknutm na \"Rozen\" mete vybrat, kter oddlz budou otestovny\n"
-"na vadn bloky."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Nyn zane nov instalace operanho systmu Mandrake Linux.\n"
-"Tato operace me trvat nkolik destek minut (zle na mnostv balk,\n"
-"kter jste si vybrali pro instalaci a rychlosti vaeho potae).\n"
-"\n"
-"Mjte prosm trplivost a vykejte."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Pokad, kdy instalujete Mandrake Linux, je mon, e nkter balky byly\n"
-"od vydn distribuce aktualizovny. Mohly to bt opravy chyb i een "
-"monch\n"
-"bezpenostnch problm. Pokud chcete vyut prv tto nabdky, je mon\n"
-"je nyn sthnout z internetu. Zvolte \"Ano\" pokud mte funkn pipojen "
-"na\n"
-"internet nebo \"Ne\" pokud budete instalovat aktualizace pozdji.\n"
-"\n"
-"Po zvolen \"Ano\" se zobraz seznam mst, odkud mohou bt aktualizace "
-"zskny.\n"
-"Vyberte si nejbli msto. Nsledn se objev stromov seznam balk, "
-"kter\n"
-"je mono jet upravit a stisknutm tlatka \"Instalovat\" se provede "
-"staen\n"
-"a instalace vybranch balk. Akci mete peruit klepnutm na \"Zruit\"."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Pedtm, ne budete pokraovat, pette si pozorn podmnky licence. Ty\n"
-"se vztahuj k cel distribuci Mandrake Linux a pokud s nimi nesouhlaste,\n"
-"kliknte na tlatko \"Odmtnout\". Instalace ihned skon. Pokud chcete "
-"pokraovat\n"
-"v instalaci, kliknte na tlatko \"Potvrdit\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Nyn si vyberte rove zabezpeen vaeho potae Je zejm, e m vce "
-"je\n"
-"pota vyuvn a m cennj data obsahuje, tm je poteba zvolit vy\n"
-"rove. Na druhou stranu, vy rove znesnaduje nkter obvykl postupy.\n"
-"Vce informac o rovnch bezpenosti se dotete v kapitole MSEC v "
-"referenn\n"
-"pruce. \n"
-"Pokud nevte co vybrat, ponechte vchoz nastaven."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"V tto chvli je potebn urit, kter() oddl(y) budou pouity pro "
-"instalaci\n"
-"systmu Mandrake Linux. Pokud byly oddly ji jednou definovny, bu\n"
-"z pedchoz instalace GNU/Linux nebo jinm programem na rozdlen disku,\n"
-"je mon pout prv tyto oddly. Jinak mus bt oddly nov definovny.\n"
-"\n"
-"Pro vytvoen oddlu muste nejdve vybrat pevn disk. Kliknte na \n"
-"\"hda\", co je prvn IDE disk, nebo na \"hdb\", co je druh disk,\n"
-"ppadn na \"sda\", co je prvn SCSI disk.\n"
-"\n"
-"Pro rozdlen vybranho disku mete pout tyto volby:\n"
-"\n"
-" * \"Ve smazat\": tato volba smae vechny oddly na disku.\n"
-"\n"
-" * \"Automaticky rozmstit\": dojde k automatickmu vytvoen oddlu pro\n"
-"Ext2 a swap ve volnm prostoru disku.\n"
-"\n"
-" * \"Vce\": nabdne dal monosti:\n"
-"\n"
-" * \"Uloit tabulku na disketu\": ulo tabulku oddl na disketu. To je\n"
-"vhodn pro ppad pokozen tabulky, kdy ji lze z tto zlohy obnovit.\n"
-"Doporuujeme vyut tuto monost.\n"
-"\n"
-" * \"Obnovit z diskety\": obnov tabulku oddl, kter byla ji dve\n"
-"uloena na disketu.\n"
-"\n"
-" * \"Zchrana tabulky oddl\": pokud je tabulka pokozena, mete se\n"
-"pokusit ji opravit. Bute ale opatrn a pamatujte na to, e se to nemus "
-"vdy\n"
-"podait.\n"
-"\n"
-" * \"Znovu nast\": zru vechny zmny a nahraje pvodn tabulku oddl.\n"
-"\n"
-" \"pipojovat vyjmateln mdia\": odznaenm tto volby zpsob, e pi\n"
-"pipojovn a odpojovn vyjmatelnch mdi jako jsou CD-ROM disky a "
-"floppy\n"
-"disky je nutn pout run pkaz mount.\n"
-"\n"
-" * \"Prvodce\": pokud nemte dobr znalosti o rozdlovn disk, pouijte\n"
-"tuto volbu, kdy se spust prvodce.\n"
-"\n"
-" * \"Odvolat\": zru vechny proveden zmny.\n"
-"\n"
-" * \"Pepnout normln/expertn reim\": dovoluje dal akce s oddly\n"
-"(typ oddlu, volby, formtovn) a zobraz dal informace.\n"
-" * \"Hotovo\": pokud mte disk rozdlen, ulo se zmny na disk.\n"
-"\n"
-"Poznmka: kadou volbu je mon zadat tak z klvesnice. Mezi oddly se\n"
-"mete pohybovat pomoc klves [Tab] a [ipka nahoru/ipka dol].\n"
-"\n"
-"Pokud je vybrn oddl, lze pout tyto volby:\n"
-"\n"
-" * Ctrl-c pro vytvoen novho oddlu (pokud je vybrn przdn oddl);\n"
-"\n"
-" * Ctrl-d pro smazn oddlu;\n"
-"\n"
-" * Ctrl-m pro zadn bodu pipojen.\n"
-"\n"
-"Vce informac o jednotlivch druzch souborovch systm naleznete\n"
-"v kapitole o ext2fs v \"Referenn pruce\".\n"
-"\n"
-"Pokud instalujete na pota PPC, je poteba vytvoit mal oddl HPFS,\n"
-"tzv. \"bootstrap\" o minimln velikosti 1MB, kter bude pouit pro zavad\n"
-"yaboot. Pokud vytvote tento oddl vt, nap. 50 MB, je to dobr msto "
-"pro\n"
-"uloen ramdisku a jdra pro situace zchrany disku."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Instalan program nalezl na disku vce ne jeden oddl s Microsoft "
-"Windows.\n"
-"Prosm vyberte si jeden z nich, kter je poteba zmenit pro novu instalaci\n"
-"systmu Mandrake Linux.\n"
-"\n"
-"Kad oddl je zobrazen nsledovn: \"Jmno pro Linux\",\n"
-"\"Jmno pro Windows\", \"Velikost\".\n"
-"\n"
-"\"Jmno pro Linux\" je sloeno nsledovn: \"typ pevnho disku\",\n"
-"\"slo disku\", \"slo oddlu\". (napklad \"hda1\").\n"
-"\n"
-"Pokud mte IDE disky, pak je \"typ pevnho disku\" \"hd\", pokud mte SCSI,\n"
-"oznaen bude \"sd\".\n"
-"\n"
-"\"slo disku\" je vdy psmeno za \"hd\" nebo \"sd\". Pro IDE disky je "
-"takto:\n"
-"\n"
-" * \"a\" znamen \"master disk na primrnm IDE adii\",\n"
-"\n"
-" * \"b\" znamen \"slave disk na primrnm IDE adii\",\n"
-"\n"
-" * \"c\" znamen \"master disk na sekundrnm IDE adii\",\n"
-"\n"
-" * \"d\" znamen \"slave disk na sekundrnm IDE adii\".\n"
-"\n"
-"Pro SCSI disky plat, e \"a\" je \"nejmen SCSI ID\", \"b\" je \"druh\n"
-"nejmen SCSI ID\" atd.\n"
-"\n"
-"\"Jmno pro Windows\" je psmeno, kter je pouito ve Windows\n"
-"(prvn oddl nebo disk m psmeno \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Bute trpliv. Tato operace me trvat nkolik minut."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Nyn se instalan program zept na to, zda chcete provst (\"Doporuenou"
-"\")\n"
-"nebo (\"Expertn\") instalaci, kter dovoluje vt kontrolu.\n"
-"Tak si zde mete vybrat, zda chcete provst novou instalaci nebo "
-"aktualizaci\n"
-"ji existujc verze systmu Mandrake Linux.:\n"
-"\n"
-" * \"Instalovat\" Kompletn pemae starou verzi. V zvislosti na tom, co "
-"je\n"
-"na danm systmu nainstalovno zstanou jin oddly nezmnny.\n"
-"\n"
-" * \"Aktualizovat\" Provede aktualizaci instalovanho systmu Mandrake "
-"Linux.\n"
-"Rozdlen disku i veker data uivatel zstanou zachovna. Jinak se "
-"provede\n"
-"tm ist instalace.\n"
-"\n"
-" * \"Aktualizovat pouze balky\" Provede aktualizaci balk z pedchoz\n"
-"verze bez dalch zmn. Je tak mon nainstalovat nov balky.\n"
-"\n"
-"Aktualizace je bezproblmov od verze Mandrake Linux 8.1\n"
-"\n"
-"V zvislosti na vaich znalostech GNU/Linuxu si mete vybrat z "
-"nsledujcch\n"
-"rovn instalace operanho systmu Mandrake Linux:\n"
-"\n"
-"* Doporuen: volte pokud jste jet nikdy neinstalovali GNU/Linux. "
-"Instalace bude velmi jednoduch a budete dotzni pouze na nkolik otzek.\n"
-"\n"
-"* Expertn: jestlie jste dobe obeznmeni s GNU/Linuxem a chcete provst\n"
-"precizn nastaven instalace, je prv pro vs tato volba. Budete si moci\n"
-"pesn upravit celou instalaci. Odpovdi na otzky budou velmi tk pro\n"
-"ty, kte nemaj velmi dobr znalosti GNU/Linuxu.\n"
-"Nevolte tuto volbu, pokud pesn nevte, co dlte."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normln instalan program zvol sprvnou klvesnici na zklad zvolenho\n"
-"jazyka, take nen poteba nic v tomto kroku mnit. \n"
-"Me se ale stt, e nemte klvesnici, kter odpovd vaemu jazyku: "
-"napklad\n"
-"pokud jste anglicky hovoc vcar, stejn chcete mt vcarskou "
-"klvesnici.\n"
-"Nebo pokud mluvte anglicky ale ijete v Quebecu, je to stejn ppad. V "
-"obou\n"
-"ppadech se mete na tento instalan krok a vybrat si odpovdajc\n"
-"klvesnici ze seznamu.\n"
-"\n"
-"Pokud mte klvesnici pro jin jazyk, kliknte na tlatko \"Vce\"\n"
-"a zobraz se kompletn seznam vech podporovanch rozloen klvesnic."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Vyberte si prosm vmi preferovan jazyk, kter se bude pouvat pi "
-"instalaci\n"
-"a v celm systmu.\n"
-"\n"
-"Tlatko \"Rozen\" umouje zvolit dal jazyky, kter budou tak "
-"nainstalovny\n"
-"a mete je pout v systmu. Pokud napklad na potai pracuj obas "
-"lid\n"
-"ze panlska, vyberte anglitinu jako hlavn jazyk a pod tlatkem "
-"rozen\n"
-"zatrhnte volbu \"panltina\".\n"
-"\n"
-"Pokud mte jazyk vybrn, kliknte na \"OK\" a instalace bude pokraovat\n"
-"dalm krokem."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"DrakX zjistil, e mte dvou tlatkovou my a nastav emulaci pro tet "
-"tlatko.\n"
-"Taky um rozpoznat, zda je my PS/2, USB nebo sriov.\n"
-"\n"
-"Pokud chcete zadat jin typ myi, vyberte odpovdajc typ se seznamu.\n"
-"\n"
-"Pokud vyberete jinou my ne ta, kter byla detekovna, zobraz se "
-"testovac\n"
-"obrazovka. Zde otestujte jak tlatka tak i koleko, zda je nastaven "
-"sprvn.\n"
-"Pokud my nepracuje sprvn, stisknte mezernk nebo ENTER na \"Zruit\"\n"
-"a vyberte jin typ."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vyberte prosm sprvn port. Napklad \"COM1\" pod MS Windows se\n"
-"v Linuxu jmenuje \"ttyS0\"."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Nsledujc rozhodnut je jednm z tch, kter ovlivuj celkovou "
-"bezpenost\n"
-"systmu GNU/Linux, tj. volba hesla pro uivatele \"Root\". Root je "
-"administrtorem\n"
-"systmu, je odpovdn za provdn aktualizac, pidvn uivatel a tak\n"
-"za celkovou konfiguraci systmu. Zkrcen: root me pln vechno!\n"
-"To je tak dvodem, pro se heslo vol takov, aby se nedalo lehce uhodnout\n"
-"a instalan program zkontroluje, zda nen pli jednoduch. Jak vidte, "
-"je\n"
-"mon mt et bez hesla, ale velmi drazn doporuujeme njak heslo "
-"zadat,\n"
-"z jednoho dvodu. Nemyslete si, e pokud spustte GNU/Linux, e nemete\n"
-"udlat u dnou chybu. Uivatel root me nenvratn pokodit cel systm,\n"
-"vymazat potebn soubory, atd.\n"
-"\n"
-"Zvolen heslo by se mlo skldat ze znak a slic a melo by bt minimln "
-"8\n"
-"znak dlouh. Tak nen dobr si ho kamkoliv poznamenvat.\n"
-"\n"
-"Nevolte heslo pli dlouh nebo komplikovan, bude nutn si jej pamatovat.\n"
-"\n"
-"Heslo se zadv dvakrt pro oven toho, zda nedolo k peklepu pi prvnm\n"
-"pokusu. Tak je mon heslo opravit a zadat dvakrt stejn.\n"
-"\n"
-"V expertnm reimu budete dotzni na to, zda se m pout autentikan\n"
-"server, jako je NIS nebo LDAP.\n"
-"\n"
-"Pokud se ve va sti pouv protokol LDAP (nebo NIS) pro ovovn\n"
-"uivatel, vyberte \"LDAP\" (nebo \"NIS\"). Pokud o tom nic nevte,\n"
-"zeptejte se administrtora st.\n"
-"\n"
-"Pokud nen pota pipojen do dn administrovan st, zvolte\n"
-"\"Lokln soubory\" pro autentikaci."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO a grub jsou zavade systmu. Tato st je normln pln automatick.\n"
-"DrakX analyzuje boot sektor a zachov se podle toho, co nalezne:\n"
-"\n"
-" * pokud nalezne boot sektor Windows, pepe ho sektorem pro LILO/grub aby\n"
-"bylo mon spoutt jak Windows tak i Linux;\n"
-"\n"
-" * pokud nalezne boot sektor pro LILO nebo grub, tak jej pepe.\n"
-"\n"
-"Pokud jsou njak pochybnosti, je zobrazen dialog s vbrem monost.\n"
-"\n"
-" * \"Jak spout pout:\" je mon si vybrat:\n"
-"\n"
-" * \"GRUB\": pokud preferujete textovou verzi zavade Grub.\n"
-"\n"
-" * \"LILO s grafickou nabdkou\": pokud preferujete LILO s grafickm\n"
-"rozhranm.\n"
-"\n"
-" * \"LILO s textovou nabdkou\": pokud preferujete textov rozhran.\n"
-"\n"
-" * \"Spoutc zazen\": ve vtin ppad nen nutn mnit vchoz\n"
-"nastaven (\"/dev/hda\"), ale lze nainstalovat zavad na druh disk\n"
-"(\"/dev/hdb\") nebo dokonce na disketu (\"/dev/fd0\").\n"
-"\n"
-" * \"Prodleva pes sputnm\": pokud zapnete pota, je tmto asem\n"
-"umonno uivateli vybrat si jin systm z nabdky ne bude zaveden vchoz\n"
-"systm.\n"
-"\n"
-"!! Vyvarujte se pokus o to nenainstalovat zavad (vybrnm volby \"Zruit"
-"\"),\n"
-"protoe by ml existovat zpsob, jak spustit Mandrake Linux!\n"
-"Tak si dobe rozmyslete, jak zmny zde provdte !!\n"
-"\n"
-"Kliknutm na tlatko \"Rozen\" se dialog roz o dal monosti,\n"
-"vyhrazen pro znal uivatele.\n"
-"\n"
-"Mandrake Linux nainstaluje svj vlastn zavad, kter dovoluje spoutt\n"
-"vlastn systm stejn jako dal operan systmy.\n"
-"\n"
-"Pokud mte jin operan systm ji na potai, automaticky ho zaad do\n"
-"nabdky pro spoutn. Zde je mon dle doladit volby, kter se pedvaj "
-"tm,\n"
-"e na danou nabdkou dvakrt poklepete, lze tak pidat dal nabdku\n"
-"i danou nabdku odebrat. K dalmu kroku se dostanete kliknutm na \"Hotovo"
-"\"."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) a grub jsou zavade systmu, kter mohou spustit\n"
-"bu GNU/Linux nebo jin operan systm nainstalovan na potai.\n"
-"Ve vtin ppad jsou tyto systmu sprvn detekovny. Pokud se tak\n"
-"nestane, mte monost je run pidat v tto obrazovce. Vnujte opatrnost\n"
-"parametrm, kter zadvte.\n"
-"\n"
-"Pokud nechcete umonit pstup k tmto operanm systmm komukoliv, mete\n"
-"je z nabdky odstranit. Ale v tom ppad muste mt spoutc disketu, ze\n"
-"kter je mon tento operan systm spustit!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Zde se muste rozhodnout, kam umstit informace potebn pro sputn "
-"systmu\n"
-"GNU/Linux.\n"
-"\n"
-"Pokud pesn nevte co zadat, ponechte \"Prvn sektor na disku (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Zde si mete vybrat tiskov systm, kter budete pouvat. Jin OS "
-"nabzej\n"
-"jeden, Mandrake nabz ti.\n"
-"\n"
-" * \"pdq\" - co znamen 'print, don't queue' a je vhodn tehdy, pokud "
-"nemte\n"
-"dn sov tiskrny. Zvld pouze nkolik monost a tisk na nj ze st\n"
-"je velmi pomal. Tuto volbu lze po instalaci zmnit sputnm nstroje "
-"PrinterDrake\n"
-"z dcho centra Mandrake, pokud kliknete na tlatko Expert.\n"
-"\n"
-" * \"CUPS\"'Common Unix Printing System' je vynikajc v tisku na lokln\n"
-"tiskrny. Je jednoduch a me fungovat jako klient i server pro klienty z "
-"\"lpd\"\n"
-"systmu, take je s nimi kompatibiln. Je mon nastavit spoustu voleb,\n"
-"ale zkladn nastaven je velmi jednoduch. Pokud potebujete emulovat\n"
-"\"lpd\" server, stai spustit dmona \"cups-lpd\". M tak grafick "
-"prosted\n"
-"pro tisk a nastaven tiskrny.\n"
-"\n"
-" * \"lprNG\" - 'line printer daemon New Generation'. Tento systm doke to\n"
-"co ostatn, ale um tisknout na tiskrny pipojen k Novell Netware, "
-"protoe\n"
-"podporuje IPX protokol a tak um zpracovat pmo tiskov pkazy. Pokud\n"
-"potebujete tisk na tiskrnch ze st Novell nebo tiskov systm bez\n"
-"zvltn tiskov fronty, vyberte si lprNG.\n"
-"Jinak je preferovn CUPS, protoe je jednodu a lpe pracuje v stch."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX se nejdve pokus najt vechny pevn disky v potai. Tak se "
-"pokus\n"
-"najt PCI SCSI adaptr(y). Pokud njak() najde, automaticky nainstaluje\n"
-"sprvn ovlada.\n"
-"\n"
-"Pokud dn nanajde, budete dotzni, zda vbec mte njak SCSI adaptr.\n"
-"Odpovzte \"Ano\" a vyberte si se seznamu adaptr nebo odpovzte \"Ne\","
-"jestlie dn adaptr nemte.\n"
-"Pokud pesn nevte jak mte, mete to zjistit kliknutm na tlatko\n"
-"\"Zobrazit informace o hardware\".\n"
-"\n"
-"Pokud si vyberete ovlada, DrakX se zept, zda pro nj chcete zadat njak\n"
-"informace. DrakX se pokus inicializovat hardware s volbami, kter jsou "
-"poteba.\n"
-"Vtinou to funguje dobe.\n"
-"\n"
-"Pokud to nebude fungovat, budete muset zadat dal informace pro ovlada.\n"
-"Pro dal npovdu se podvejte do instalan pruky (kapitola 3 "
-"\"Zskn\n"
-"informac o hardware\"), kde je popsno, jak zskat tyto informace z "
-"Windows\n"
-"(pokud je mte na potai), z dokumentace k hardware, nebo z internetov\n"
-"strnky vrobce (pokud mte pstup k internetu."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Pro yaboot, pro dal operan systmy, pro alternativn jdra nebo pro\n"
-"zchrann disk lze zde zadat dal parametry.\n"
-"\n"
-"Pro jin OS je mon zadat pouze nzev a hlavn oddl.\n"
-"\n"
-"Pro Linux je nkolik dalch monost:\n"
-"\n"
-" * Jmenovka: je to jednoduch jmno, kter mete napsat do pkazovho\n"
-"dku pro yaboot pro zvolen danho systmu.\n"
-"\n"
-" * Obraz: je to jmho jdra, ze kterho se spust systm. Typicky je to "
-"vmlinux\n"
-"i obdoba slova vmlinux s pponami.\n"
-"\n"
-" * Root: koenov zezen \"/\" pi instalaci Linuxu.\n"
-"\n"
-" * Pidat volby: na potach Apple potebuje jdro dal parametry, aby "
-"se\n"
-"sprvn nastavil hardware pro video, i provedla emulace tlatek myi\n"
-"na klvesnici, protoe my u potae Apple nem druh a tet tlatko.\n"
-"Zde jsou njak pklady:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: tato volba je urena moduly, kter se mus nahrt do pamti "
-"jet\n"
-"dve, ne je pstupn spoutc oddl, i v ppad opravy systmu.\n"
-"\n"
-" * Velikost initrd: vchoz velikost ramdisku je 4,096 byt. Pokud "
-"potebujete\n"
-"vt velikost, zadejte sem potebnou hodnotu.\n"
-"\n"
-" * Read-write: ben je \"root\" oddl pipojen nejdve v reimu pouze pro\n"
-"ten, aby se provedlo otestovn systmu ped tm, ne se pouije pro bh.\n"
-"Zde je mon toto chovn zmnit.\n"
-"\n"
-" * Bez grafiky: grafick zazen na potach Apple je nkdy "
-"problematick\n"
-"a tak je mon zadat tuto volbu a zvolit nativn podporu.\n"
-"\n"
-" * Vchoz: zvol tuto poloku jako vchoz pro vbr z nabdky, kdy sta\n"
-"pouze stisknout ENTER a spust se. Tato poloka je oznaena \"*\" a vechny\n"
-"vbry se zobraz po stisknut tlatka [Tab]."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot je zavad pro potae MacIntosh. Umouje spoutt jak GNU/Linux, "
-"MacOS tak i MacOSX, pokud jsou na potai nainstalovny. Ve vtin\n"
-"ppad jsou tyto operan systmy sprvn detekovny. Pokud nejsou, mete\n"
-"zde na tto obrazovce pidat zznamy run. Dejte si ale pozor na sprvnou\n"
-"volbu parametr.\n"
-"\n"
-"Yaboot m tyto hlavn volby:\n"
-"\n"
-" * vodn hlka: jednoduch textov zprva, kter je zobrazena ped "
-"vzvou.\n"
-"\n"
-" * Spoutc zazen: udv msto, kde jsou informace potebn pro "
-"sputn\n"
-"GNU/Linuxu. Obyejn je to bootstrap oddl, kter byl vytvoen ji pedtm.\n"
-"\n"
-" * Prodleva pro Firmware: narozdl od zavade LILO jsou zde dv prodlevy.\n"
-"Prvn prodleva v sekundch umouje zvolit mezi sputnm CD, OF boot,\n"
-"MacOS nebo Linuxu.\n"
-"\n"
-" * Prodleva pro jdro: tato prodleva je podobn prodlev pro LILO.\n"
-"Udv v nsobcch 0,1 vteiny jak dlouho se ek, ne se zavede \n"
-"vchoz jdro.\n"
-"\n"
-" * Povolit sputn z CD?: tato volba dovoluje pout \"C\" pro sputn "
-"CD.\n"
-"\n"
-" * Povolit OF Boot?: tato volba dovoluje pout \"N\" pro sputn Open "
-"Firm.\n"
-"\n"
-" * Vchoz OS: vyberte vchoz OS, kter se spust po uplynut prodlevy."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Zde jsou shromdny rzn informace, kter se vztahuj k tomuto potai.\n"
-"V zvislosti na tom, zda je i nen ptomen dan hardware, mete ale\n"
-"nemuste, vidt tyto poloky: \n"
-"\n"
-" * \"My\": pokud je zjitna my, mete zde zmnit jej nastaven.\n"
-"\n"
-" * \"Klvesnice\": kliknutm na tlatko lze zmnit klvesovou mapu.\n"
-"\n"
-" * \"asov psmo\": instalan program se pokus odhadnout asov psmo na\n"
-"zklad vybranho jazyka. To ale nemus souhlasit, mete t v jin zemi\n"
-"a tak je zde umonno zmnit asovou znu, ve kter se nyn nachzte.\n"
-"\n"
-" * \"Tiskrna\": Kliknutm na tlatko \"Bez tiskrny\" se spust prvodce\n"
-"konfigurac tiskrny.\n"
-"\n"
-" * \"Zvukov karta\": pokud byla pi instalaci detekovna zvukov karta, je\n"
-"zde zobrazena. Pi instalaci nen mon nic mnit.\n"
-"\n"
-" * \"TV karta\": pokud byla detekovna televizn karta, je zde zobrazena.\n"
-"Pi instalaci nen mon nic mnit.\n"
-"\n"
-" * \"ISDN karta\": pokud byla detekovna ISDN karta, je zde zobrazena.\n"
-"Kliknutm na tlatko mete mnit parametry pro tuto kartu."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Vyberte disk, kter chcete smazat pro instalaci Mandrake Linux.\n"
-"Pamatujte na to, e vechna data budou ztracena a nelze jeji obnovit!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Kliknte na \"OK\", pokud chcete smazat vechna data a oddly na tomto\n"
-"pevnm disku. Bute opatrn, po odkliknut nelze obnovit dn dvj "
-"data\n"
-"ani oddly a to i pro Windows.\n"
-"\n"
-"Kliknutm na \"Zruit\" zrute tuto operaci bez ztrty dat a oddl na "
-"disku."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Nelze nast moduly pro jdro odpovdajc instalovanmu jdru (chyb "
-"soubor\n"
-"%s), co obecn znamen, e spoutc disketa nem jdro stejn jako m "
-"instalan mdium (vytvote prosm novou spoutc disketu)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Muste tak naformtovat %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Vybrali jste pro instalaci nsledujc server(y): %s\n"
-"\n"
-"\n"
-"Tyto servery budou standardn aktivovny. Pestoe nen znm dn\n"
-"bezpenostn problm, mohou se pesto vyskytnout. Je proto dleit "
-"aktualizovat\n"
-"vdy, kdy je to poteba.\n"
-"\n"
-"\n"
-"Chcete opravdu nainstalovat tyto servery?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nelze pout vesmrov vysln bez NIS domny"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Vlote naformtovanou disketu do %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Tato disketa nen formtovna"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Pokud chcete pout uloen vbr balk, spuste instalaci takto: 'linux "
-"defcfg=floppy'"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Chyba pi ten souboru %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Nkter st vaeho hardware potebuje 'speciln' ovladae, aby mohla "
-"pracovat.\n"
-"Dal informace mete nalzt na: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Muste mt koenov oddl.\n"
-"K jeho vytvoen muste zvolit jeden existujc oddl\n"
-"(nebo vytvoit nov), zvolit 'Ppojn bod'\n"
-"a nastavit ho na '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Muste mt odkldac oddl"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nemte odkldac oddl\n"
-"\n"
-"Chcete pesto pokraovat?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Muste mt FAT oddl pipojen na /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Pout voln msto"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nen dostatek msta pro vytvoen novho diskovho oddlu"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Pout existujc oddl"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nen zde dn existujc oddl k pouit"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Pout Windows oddl jako loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Kter diskov oddl chcete pout pro Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Zvolte velikosti"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Velikost koenovho oddlu v MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Velikost odkldacho oddlu v MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Pout voln msto na Windows oddlu"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Na kterm oddlu chcete mnit velikost?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Potm hranice souborovho systmu s Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Zmnu velikost FAT nen mon provst, \n"
-"vyskytla se nsledujc chyba: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"V diskov oddl s Windows je pli fragmentovn, pouijte nejdve\n"
-"program 'defrag'"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"VAROVN!\n"
-"\n"
-"DrakX nyn mus zmenit oddl s Windows. Bute opatrn: tato operace je\n"
-"nebezpen. Pokud jste tak ji neuinili, mli byste nejprve ukonit "
-"instalaci,\n"
-"spustit scandisk ve Windows (poppad i defrag) a potom instalaci znovu "
-"spustit\n"
-"Tak byste si mli data zlohovat. A si budete jist, e chcete pokraovat\n"
-"stisknte Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Jakou velikost oddlu chcete nechat pro Windows na"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "diskovm oddlu %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Zmna FAT oddlu neuspla: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nejsou zde dn FAT oddly, kter by bylo mon zmnit (nebo nen dostatek "
-"msta)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Smazat cel disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Odstranit Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Mte vce ne jeden pevn disk, na kter chcete instalovat Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "VECHNY diskov oddly a data na disku %s budou zruena"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Vlastn rozdlen disku"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Pout fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Nyn mete rozdlit v hardisk %s.\n"
-"A skonte, nezapomete uloit zmny pomoc 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nemte dostatek volnho msta na oddlu s Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Nemu najt dn voln msto pro instalaci"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Prvodce DrakX nael nsledujc een:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Vytven diskovch oddl selhalo: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Startuji s"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Zastavuji s"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Stala se chyba, ale nevm, jak j sprvn interpretovat.\n"
-"Pokraujte na vlastn riziko."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Zdvojen ppojn bod %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Nkter dleit balky nebyly sprvn nainstalovan.\n"
-"Je mon, e je pokozen CD disk nebo CD-ROM mechanika.\n"
-"Zkontrolujete to pouitm pkazu \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Vt vs %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nen dostupn dn disketov mechanika"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Zanm '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"V systm m mlo systmovch prostedk. Pi instalaci Mandrake Linuxu se\n"
-"mete setkat s rznmi problmy. Pokud se tak stane, zkuste textovou\n"
-"verzi instalanho programu. Ta se spout tak, e pi startu\n"
-"z CD mechaniky stisknete 'F1' a pot napete 'text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Typ instalace"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Prosm zvolte jednu z nsledujcch instalanch td:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Celkov velikost zvolench balk je piblin %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Pokud si pejete instalaci na men prostor ne je tento,\n"
-"zvolte si kolik procent balk se m nainstalovat.\n"
-"\n"
-"Mal poet procent nainstaluje pouze ty nejdleitj balky, 100%%\n"
-"nainstaluje vechny zvolen."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Na vaem hardisku je msto pouze pro %d%% tchto balk.\n"
-"\n"
-"Pokud jich chcete nainstalovat jet mn, zvolte jin poet\n"
-"procent. Mal poet procent nainstaluje pouze ty nejdleitj\n"
-"balky, %d%% nainstaluje maximln mon mnostv balk."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Pesnji si budete moci vybrat v ptm kroku"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procent balk k instalaci"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Vbr skupiny balk"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Vbr jednotlivch balk"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Celkov velikost: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "patn balek"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Jmno: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verze: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Velikost: %d kB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Dleitost: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Nemete oznait tento balek, protoe pro jeho instalaci nen dost msta"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Tyto balky budou instalovny"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Tyto balky budou odebrny"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Nemete vybrat/nevybrat tento balek"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Toto je nepostradateln balek, neme bt odstrann"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Nemete od-oznait tento balek, protoe je u nainstalovan"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Tento balek mus bt obnoven\n"
-"Jste si jisti, e ho nechcete zvolit?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Tento balek mus bt obnoven, nemete ho nezvolit"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Ukzat automaticky vybran balky"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalovat"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Uloit/Nahrt na/z disketu/y"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Aktualizuji vbr balk"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimln instalace"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Vyberte si balky, kter chcete nainstalovat"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instaluji"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Odhaduji"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Zbvajc as "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "ekejte prosm, pipravuji instalaci"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d balk(y)"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instaluji balek %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Potvrdit"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Odmtnout"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Vymte prosm CD!\n"
-"\n"
-"Prosm vlote CD oznaen \"%s\" do mechaniky a stisknte Ok.\n"
-"\n"
-"Pokud toto CD nemte, stisknte Zruit a toto CD nebude nainstalovno."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Pesto pokraovat?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Stala se chyba pi azen balk:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Stala se chyba pi instalaci balk:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Varovn\n"
-"\n"
-"Pette si prosm pozorn nsledujc termny. Pokud s nimi nesouhlaste,\n"
-"nejste oprvnn pokraovat v instalaci nsledujcm CD. Stisknte\n"
-"\"Odmtnout\" pro pokraovn v instalaci bez tohoto mdia.\n"
-"\n"
-"\n"
-"Nkter programy na dalm CD mdiu nejsou eny podle licence GPL i\n"
-"podobn. Kad z tchto program je en podle vlastn licence a podmnek.\n"
-"tete pozorn tyto licence a podmnky ped tm, ne zanete dan software\n"
-"pouvat nebo it.\n"
-"Nkter licence zakazuj penen, vytven duplikat (mimo zlon "
-"kopii),\n"
-"dal en, dekompilaci, reverzn engineering nebo modifikaci komponent.\n"
-"Kad poruen podmnek okamit peruuje vae prva podle dan licence.\n"
-"I kdy dan licence dvaj njak prva, nen dovoleno instalovat dan\n"
-"program na vce systm, pizpsobovat ho provozu na sti. V ppad\n"
-"pochybnost kontaktujte distributora nebo vrobce danho programu.\n"
-"Penechn prv tetm osobm nebo koprovn sti komponent i\n"
-"dokumentace je tak zakzno.\n"
-"\n"
-"\n"
-"Vechna prva na programy na dalm CD mdiu pat jejm prvoplatnm\n"
-"vlastnkm podle autorskho zkona.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Stala se chyba"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Chcete opravdu ukonit instalaci?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Souhlas s licenc"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Uvod\n"
-"\n"
-"Operacni system a ruzne casti dostupne v distribuci Mandrake Linux jsou "
-"nazyvany \"Softwarove produkty\" (\"Software Products\"). Softwarov "
-"produkty zahrnuji, ale nejsou omezeny, na programy, metody pravidla a "
-"dokumentaci vztahujici se k operacnimu systemu a dalsim komponentam "
-"distribuce Mandrake Linux.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klvesnice"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Vyberte si rozloen va klvesnice."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Zde je kompletn seznam dostupnch klvesnic"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Kter typ instalace chcete?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalace/Aktualizace"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Je to instalace nebo aktualizace?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Doporuen"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expertn"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Aktualizovat"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Aktualizovat pouze balky"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Vyberte si typ va myi."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Pipojen myi"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Ke ktermu sriovmu portu je pipojena vae my?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulace tlatek"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulace 2 tlatka"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulace 3 tlatka"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Nastavuji PCMCIA karty..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Nastavuji IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nejsou dostupn dn diskov oddly"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Hledm oddly, kter lze pipojit"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Zvolte si ppojn(mount) body"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nemu pest vai tabulku oddl, je pro m pli poruen :(\n"
-"Mu se pokusit pokraovat v itn patnch oddl (VECHNA\n"
-"DATA budou ztracena!). Jin monost je zakzat DrakX mnit tabulku\n"
-"oddl (chyba je %s)\n"
-"\n"
-"Souhlaste s tm, e pjdete o vechny oddly?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake neuspl pi ten tabulky oddl.\n"
-"Pokraujte pouze na vlastn riziko!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Pro bootstrap nen potebn msto o velikosti 1MB! Instalace me pokraovat "
-"ale pro sputn systmu muste vytvoit bootstrap oddl pomoc DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Nebyl nalezen koenov oddl pro proveden aktualizace"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Koenov oddl"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Kter diskov oddl je koenov (/) ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Muste restartovat pota aby se projevily zmny v tabulce oddl"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Zvolte diskov oddly kter chcete naformtovat"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Otestovat na vadn stopy?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formtuji oddly"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Vytvm a formtuji soubor %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nen dostatek odkldacho prostoru k instalaci, prosm pidejte njak"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Hledm dostupn balky"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Vyhledvm balky pro aktualizaci"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Na vaem systmu nen dostatek msta pro instalaci nebo aktualizaci (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Kompletn (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimln (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Doporuen (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Vyberte si, zda chcete uloit nebo nahrt vbr balk na disketu.\n"
-"Formt vbru je stejn jako formt automaticky generovan diskety."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Nahrt z diskety"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Nahrvm z diskety"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Vbr balk"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Vlote disketu obsahujc vbr balk"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Uloit na disketu"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Velikost vybranch balk je vt ne msto na disku"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Typ instalace"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Nevybrali jste dnou skupinu balk\n"
-"Vyberte si prosm alespo minimln instalaci"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "X prosted"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Zkladn dokumentace (doporueno!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Opravdu minimln instalace (speciln bez urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Pokud mte vechna CD vypsan ne, klepnte na Ok.\n"
-"Pokud nemte dn z nich, klepnte na Zruit.\n"
-"Pokud Vm chyb pouze nkter z nich, odznate je, a zvolte Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM oznaen \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Pipravuji instalaci"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instaluji balek %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Nastaven po instalaci"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Vlote prosm spoutc disketu do %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Vlote prosm disketu s moduly do %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Nyn si mete sthnout ifrovac software.\n"
-"\n"
-"VAROVN:\n"
-"\n"
-"Kvli rznm obecnm poadavkm a nazenm rznch soudnch ad,\n"
-"vztahujcm se na tento druh software, by se ml zkaznk a/nebo koncov\n"
-"uivatel ujistit, zda mu jeho soudn sprva umouje sthnout si, uloit\n"
-"a pouvat tento software.\n"
-"\n"
-"Zkaznk a/nebo koncov uivatel by si ml bt vdom toho, e nesm\n"
-"pestupovat zkony sv jurisdikce. Pokud zkaznk a/nebo koncov uivatel\n"
-"nebude respektovat ustanoven vztahujcch se zkon, me se vystavit\n"
-"postihu.\n"
-"\n"
-"V kadm ppad se Mandrakesoft i jeho vrobny a dodavatel vzdvaj\n"
-"jakkoliv zodpovdnosti za pm i nepm kody (vetn ztrty zisk,\n"
-"peruen podnikn, ztrty obchodnch informac, jakoto i jinch "
-"pennch\n"
-"ztrt a eventulnch postih, poadavk na odkodnn a alob) vznikl\n"
-"vlastnictvm, pouvnm nebo pouhm stahovnm tohoto software, ke ktermu\n"
-"me mt zkaznk a/nebo nebo koncov uivatel pstup kdy odsouhlas\n"
-"tuto dohodu.\n"
-"\n"
-"\n"
-"Pokud mje jakkoliv dotazy vztahujc se k tto dohod, kontaktujte prosm\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Nyn mte monost sthnout aktualizovan balky, kter byly\n"
-"uvolnny po vydn distribuce.\n"
-"\n"
-"Mete tak zskat bezpenostn opravy i opravy chyb, ale\n"
-"potebujete pipojen k Internetu.\n"
-"\n"
-"Chcete nainstalovat aktualizace?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Kontaktuji web Mandrake Linux pro zskn seznamu dostupnch zrcadel"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Zvolte si zrcadlo(mirror) pro stahovn balk"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Stahuji ze zrcadla(mirror) seznam dostupnch balk"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Jak je vae asov psmo?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardwarov hodiny nastaveny na GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatick synchronizace asu (pomoc NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP Server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Vzdlen CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Bez tiskrny"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Mte njakou zvukovou kartu na ISA sbrnici?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Pro nastaven zvukov karty spuste po instalaci \"sndconfig\"."
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Nebyla nalezena zvukov karta. Zkuste spustit po instalaci \"harddrake\"."
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Souhrn"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "My"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "asov zna"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Tiskrna"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN karta"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Zvukov karta"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV karta"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokln soubory"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Hlavn(root) heslo"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez hesla"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Toto heslo je pli jednoduch (mus bt alespo %d znak dlouh)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Oven"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Oven pomoc LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "Zkladn dn pro LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Oven pomoc NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS Domna"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS Server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Pomoc startovac diskety je mon spustit systm Linux bez zvislosti na\n"
-"zavadi systmu. To je uiten teba v ppad, e nechcete instalovat "
-"SILO\n"
-"na pota, nebo jin operan systm SILO pepsal nebo SILO nepracuje "
-"sprvn\n"
-"s hardwarovou konfigurac. Vlastn startovac disketa je tak uiten "
-"tehdy,\n"
-"pokud je poteba provst opravu systmu po pedchozm selhn.\n"
-"\n"
-"Pokud chcete vytvoit startovac disketu, vlote disketu do mechaniky\n"
-"a stisknte \"OK\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "prvn mechaniky"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "druh mechaniky"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Peskoit"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Pomoc startovac diskety mete spustit Linux bez pouit normlnho\n"
-"zavdcho programu (bootloader). To je uiten pokud nechcete instalovat\n"
-"LILO (nebo Grub), nebo jin operan systm odstran LILO, nebo LILO\n"
-"na vaem potai nefunguje. Vlastn startovac disketa tak me bt\n"
-"pouita spolu s \"Mandrake zchrannm diskem\" (rescue image), co "
-"poskytuje\n"
-"innou pomoc pi havrii systmu. Chcete vytvoit startovac disketu?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(VAROVN! Pro koenov oddl pouvte XFS, vytvoen \n"
-"spoutc diskety bude zejm nespn, protoe XFS\n"
-"potebuje velmi velk ovlada)"
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Bohuel nen dostupn dn disketov mechanika"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Zvolte mechaniku, kde chcete vytvoit startovac disketu"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Vlote disketu do %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Vytvm startovac disketu"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Pipravuji zavdc program"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Zd se, e mte njak neznm pota,\n"
-"na kterm nebude yaboot pracovat.\n"
-"Instalace bude pokraovat, ale budete\n"
-"potebovat BootX pro sputn systmu."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Chcete pout aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Stala se chyba pi instalaci aboot,\n"
-"mm se pokusit o instalaci i kdy to zru prvn oddl na disku?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Instaluji zavdc program"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalace zavdcho programu neuspla. Stala se tato chyba:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Mete potebovat zmnit startovac zazen pro Open Firmware\n"
-" pro aktivaci spoutcho programu. Pokud nevidte po sputn prompt,\n"
-" stisknte pi startu Command-Option-O-F a zadajte:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Potom zadejte: shut-down\n"
-"Pi dalm sputn u uvidte prompt."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Vlote przdnou disketu do %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Vytvm disketu pro automatickou instalaci"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Nkter kroky nebyly dokoneny.\n"
-"\n"
-"Chcete opravdu nyn skonit?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gratulujeme vm, instalace je dokonena.\n"
-"Vyjmte startovac mdia a stisknte return pro restart.\n"
-"\n"
-"\n"
-"Na opravy tto instalace systmu Mandrake Linux se lze informovat\n"
-"na strnce Errata:\n"
-"\n"
-"\n"
-"http://www.mandrakelinux.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informace o konfiguraci systmu po instalaci jsou dostupn\n"
-"v dan kapitole oficiln uivatelsk pruky pro Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Vytvoit disketu pro automatickou instalaci"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Instalace me bt v ppad poteby pln automatick,\n"
-"ale pouije se cel disk!!!\n"
-"(v ppad instalace na druh pota)\n"
-"\n"
-"Takto lze jednodue zopakovat instalaci.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automaticky"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Zopakovat"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Uloit vbr jednotlivch balk"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Instalace %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> pepn. mezi prvky | <Space> vbr | <F12> dal obraz."
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "chyb kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "chyb consolehelper"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Vyberte soubor"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Rozen"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Zkladn"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Prosm pokejte"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informace"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Rozbal vtev"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Sbal vtev"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Pepnut mezi abecednm a skupinovm azenm"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "patn volba, zkuste to znovu\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Vae volba? (vchoz %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Poloky, kter je poteba vyplnit:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Vae volba? (0/1, vchoz '%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Tlatko '%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Chcete kliknout na toto tlatko? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Vae volba? (vchoz '%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Je zde vce voleb, ze kterch je mon si vybrat (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Vyberte si prosm prvn slo z vbru, kter chcete editovat,\n"
-"nebo stisknte Enter pro pokraovn.\n"
-"Vae volba? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Oznamuji zmnu nvt:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Znovu odeslat"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "esk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Nmeck"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvok"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "panlsk"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finsk"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francouzsk"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norsk"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polsk"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rusk"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "vdsk"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK-Britsk"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US-Americk"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albnsk"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armnsk (star)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armnsk (psac stroj)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armnsk (foneticky)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "zerbajdnsk (latinka)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgick"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulharsk (foneticky)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulharsk (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilsk (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Blorusk"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "vcarsk (Nmeck styl)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "vcarsk (Francouzsk styl)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "esk (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Nmeck (bez mrtvch klves)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dnsk"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvok (US) "
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvok (Norsk)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvok (vdsk) "
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonsk"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruznsk (\"Rusk\" rozloen)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruznsk (rozloen \"Latin\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "eck"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Maarsk"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Chorvatsk"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izraelsk"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Izraelsk (foneticky)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "rnsk"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandsk"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italsk"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japonsk 106 klves"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korejsk klvesnice"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinsko-Americk"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litevsk AZERTY (star)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litevsk AZERTY (nov)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litevsk \"seln ada\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litevsk \"foneticky\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latevsk"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedonsk"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holandsk"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polsk (rozloen QWERTY)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polsk (rozloen QWERTZ)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugalsk"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadsk (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumunsk (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumunsk (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rusk (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovinsk"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovensk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovensk (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Srbsk (cyrilice)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamilsk"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thajsk"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tadisk klvesnice"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tureck (tradin model \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tureck (modern model \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrajinsk"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US (mezinrodn)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamsk \"seln ada\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslvsk (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Prav klvesa Alt"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Ob klvesy Shift souasn"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Control a Shift souasn"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Klvesa CapsLock"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl a Alt souasn"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt a Shift souasn"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Klvesa \"Menu\""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Lev klvesa \"Windows\""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Prav klvesa \"Windows\""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Propleten ppojn body %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Odeberte nejdve logick disky\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Podpora PCMCIA ji nen dostupn pro kernely 2.2. Pouijte prosm adu 2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - my"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Standardn PS2 my s kolekem"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 tlatko"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Standardn dvoutlatkov my"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Obecn"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "S kolekem"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "Sriov"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Standardn ttlatkov my"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech srie CC (sriov)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (sriov, star C7 typ)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "Busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 tlatka"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 tlatka"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "dn"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Bez myi"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Vyzkouejte prosm, zda funguje my"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Vyzkouejte na myi,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "TOIT KOLEKEM!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Ukonit"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Dal ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Pedchoz"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Je to sprvn?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Pipojen k Internetu"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Nejbnji se pro pipojen pomoc adsl pouv pppoe.\n"
-"Nkter pipojen pouvaj pptp, nkter pouze dhcp. Jestli si nejste "
-"jist, zvolte 'pout pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "pout dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "pout pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "pout pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Kterho dhcp klienta chcete pout?\n"
-"Standardn je dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Ve vaem potai nebyl nalezen dn sov adaptr.\n"
-"Nemohu nastavit typ spojen."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Zvolte sov rozhran"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Vyberte si prosm, kter sov adaptr chcete pout pro pipojen k "
-"internetu"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nebyla nalezena sov karta"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Nastavuji s"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Prosm zadejte jmno vaeho potae, protoe ho vyaduj nkter\n"
-"DHCP servery. Toto jmno mus bt pln, jako napklad\n"
-"'mybox.mylab.myco.com'."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Jmno potae"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Prvodce nastavenm st"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Extern ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Intern ISDN karta"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Jak je vae ISDN pipojen?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Kterou ISDN konfiguraci preferujete?\n"
-"\n"
-"* Starou, pouitou pro isd4net. Ta obsahuje vkonn nstroje,\n"
-" ale je choulostiv na konfiguraci a nen standardn.\n"
-"\n"
-"* Novou konfiguraci, snaz pro porozumn, vce standardn,\n"
-" ale s mn nstroji.\n"
-"\n"
-"Doporuujeme vybrat si snaz novou konfiguraci.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nov konfigurace (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Star konfigurace (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Nastaven ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Vyberte si svho poskytovatele internetu.\n"
-" Pokud nen na seznamu, vyberte si Jin"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Evropsk protokol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Evropsk protokol (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol pouit ve zbytku svta"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol pouit ve zbytku svta \n"
-" dn D-kanl (leased lines)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Kter protokol chcete pout?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Jak typ karty mte?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Nevm"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Jestli mte ISA kartu, mly by bt hodnoty na nsledujc obrazovce "
-"sprvn.\n"
-"\n"
-"Jestli mte PCMCIA kartu, muste znt jej IRQ a IO.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Peruit"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Pokraovat"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Kterou z tchto ISDN karet mte?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Nael jsem ISDN PCI kartu, jej typ ale neznm. Prosm zvolte si jednu z "
-"nsledujcho seznamu PCI karet."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nenael jsem dnou ISDN PCI kartu. Prosm zvolte si jednu z nsledujc "
-"nabdky"
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Ke ktermu sriovmu portu je v modem pipojen?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Monosti vyten"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Jmno pipojen"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonn slo"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Pihlaovac jmno"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Podle scne"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Pomoc terminlu"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Jmno domny"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Prvn DNS Server (nepovinn)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Druh DNS Server (nepovinn)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Mete se odpojit nebo pekonfigurovat pipojen."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Mete pekonfigurovat pipojen."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "V souasnosti jste pipojeni k Internetu"
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Nemete se pipojit k Internetu nebo pekonfigurovat pipojen."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "V souasnosti nejste pipojeni k Internetu."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Pipojit"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Odpojit"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Nastavit pipojen"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Nastaven a pipojen k internetu"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Nyn se pipravuje konfigurace %s pipojen."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Nyn se bude konfigurovat pipojen %s.\n"
-"\n"
-"\n"
-"Stisknte OK pro pokraovn."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Nastaven st"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Protoe provdte instalaci po sti, je ji s nastavena.\n"
-"Kliknte na Ok pro zachovn nastaven nebo kliknte na Zruit pro nov "
-"nastaven pipojen Internetu a k sti.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Vt vs prvodce pipojenm k sti\n"
-"\n"
-"Nyn lze nastavit pipojen k sti nebo internetu.\n"
-"Pokud nechcete pout automatickou detekci, odznate polko.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Zvolte profil pro nastaven"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Pout autodetekci"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detekuji zazen..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Modemov pipojen"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detekovno na portu %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN pipojen"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detekovno %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL pipojen"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detekovno na rozhran %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabelov pipojen"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "detekovno kabelov pipojen"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Pipojen k LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "detekovan() sov() karta(y)"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Zvolte si pipojen, kter chcete nastavit"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Mte nastaveno vce zpsob, jak se pipojit k Internetu.\n"
-"Vyberte si jeden, kter chcete pout.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internetov pipojen"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Chcete se automaticky pipojovat po startu potae?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Nastaven st"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Je potebn znovu spustit s"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Vyskytl se problm pi restartu st: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gratulujeme, konfigurace st a internetu je ukonena.\n"
-"\n"
-"Konfigurace bude nyn aktivovna.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Doporuujeme po tomto kroku restartovat X Window,\n"
-"aby se pedelo problmm se zmnou jmna potae."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Vyskytl se problm bhem konfigurace.\n"
-"Otestujte pipojen k Internetu pomoc net_monitor nebo mcc. Pokud nen "
-"spojen funkn, bude poteba asi znovu nast konfiguraci"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"VAROVN: Toto zazen ji bylo nastaveno pro pipojen k Internetu.\n"
-"Kliknte na Ok pro zachovn nastaven.\n"
-"Modifikace nsledujcch poloek pepe toto nastaven."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Prosm zadejte IP nastaven pro tento pota.\n"
-"Kad poloka mus bt zadna jako IP adresa v 'desetinn' form\n"
-"(napklad 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Nastavuji sov zazen %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (ovlada %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adresa"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Maska st"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatick IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa mus bt ve formtu 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Prosm zadejte jmno vaeho potae.\n"
-"Toto jmno mus bt pln, jako 'mybox.mylab.myco.com'.\n"
-"Pokud pouvte brnu(gateway), mete tak zadat jej adresu"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Brna (nap. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Zazen brny(gateway)"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Nastaven proxy"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Sledovat id sov karty (uiten u notebook)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy by mla bt http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy by mla bt ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Nastaven Internetu"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Chcete se nyn pokusit pipojit k internetu?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testuji pipojen k internetu..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Pota je nyn pipojen k internetu"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Z bezpenostnch dvod bude spojen ukoneno."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Nepodailo se pipojit k Internetu.\n"
-"Pokuste se pekonfigurovat dan pipojen."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Nastaven pipojen"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Prosm vyplte nebo zkontrolujte nsledujc daje"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ karty"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "DMA karty"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO karty"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 karty"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 karty"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Vae osobn telefonn slo"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Jmno poskytovatele (nap provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefonn slo poskytovatele"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS poskytovatele .1 (voliteln)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS poskytovatele .2 (voliteln)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Vbr si zemi"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Typ vyten"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Rychlost pipojen"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Prodleva pipojen (vteiny)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "V et (uivatelsk jmno)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Heslo vaeho tu"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "chyba pipojovn: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Rozen diskov oddly nejsou na tomto systmu podporovny"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Ve tabulce diskovch oddl je mezera, ale nemohu ji pout.\n"
-"Jedin een je pesunout primrn oddly tak, abyste mli mezeru vedle\n"
-"rozench oddl."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Obnova ze souboru %s neuspla: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "patn zlon soubor"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Chyba pi zapisovn do souboru %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Nco patnho se stalo s pevnm diskem. \n"
-"Test na integritu dat selhal. \n"
-"To znamen, e zpis na tento disk me skonit nepedvdan"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "muste mt"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "dleit"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "nejmn dleit"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "nedleit"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "me se hodit"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Tiskov Systm pro Unix"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Nov generace"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Dmon pro tiskrny"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Tisk bez ukldn do fronty"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Mstn tiskrna"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Vzdlen tiskrna"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Tiskrna na vzdlenm CUPS serveru"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Tiskrna na vzdlen lpd serveru"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Sov tiskrna (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Tiskrna na serveru Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Tiskrna na Netware serveru"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Zadejte URI tiskovho zazen"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Poslat tiskovou lohu do pkazu"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Neznm model"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Mstn tiskrny"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Vzdlen tiskrny"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " na paralelnm portu \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB tiskrna \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multifunkn na paralelnm portu \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", multifunkn zazen na USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multifunkn zazen na HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", multifunkn zazen"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", pi tisku na %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "na LPD serveru \"%s\", tiskrna \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP hostitel \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "na serveru Windows \"%s\", sdlen jako \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "na severu Novell \"%s\", tiskrna \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", pouv pkaz %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Pm tisk (bez ovladae)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(na %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(na tomto potai)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Na serveru CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Vchoz)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Zvolte pipojen tiskrny"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Jak je tiskrna pipojena?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"V ppad vzdlenho CUPS serveru nemuste nastavovat tiskrny zde,\n"
-"tiskrny budou automaticky detekovny."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "Nastaven CUPS"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Zadejte CUPS server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Pi tisku na vzdlen CUPS server v lokln sti nen poteba nic "
-"nastavovat, CUPS server bude automaticky informovat o jeho tiskrnch. "
-"Vechny znm tiskrny pro tento pota jsou nyn vypsny v poli \"Vzdlen "
-"tiskrny\". v hlavn sekci nstroje Printerdrake. Pokud je CUPS na jin "
-"sti, muste pro zskn informac zadat IP adresu CUPS serveru a tak "
-"ppadn slo portu, jinak nechte toto pole przdn."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Ve vtin ppad je CUPS automaticky sprvn nastaven v zvislosti na\n"
-"sovm prosted tak, aby bylo mon tisknout na tiskrnch umstnch\n"
-"na CUPS serverech v sti. Pokud je nastaven nesprvn, vypnte\n"
-"\"Automatick nastaven pro CUPS\" a editujte soubor /etc/cups/cupsd.conf\n"
-"run. Nezapomete potom CUPS restartovat (pkaz: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa mus bt ve formtu 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "slo portu mus bt cel slo!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP adresa CUPS serveru"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatick nastaven pro CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Detekuji zazen ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Otestovat porty"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Pidat novou tiskrnu"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Vtejte v prvodci nastavenm tisku\n"
-"\n"
-"Tento prvodce vm pome nainstalovat lokln nebo vzdlen tiskrnu(y), "
-"kter je mon nsledn vyut na vzdlenm potai na sti.\n"
-"\n"
-"Budete dotzni na vechny potebn informace pro nastaven tiskrny, mete "
-"si vybrat se vech tiskovch ovlada a typ pipojen tiskrny."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Mstn tiskrna"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Vtejte v prvodci nastavenm tisku\n"
-"\n"
-"Tento prvodce vm pome nainstalovat tiskrnu(y), kter je pipojena k "
-"tomuto potai.\n"
-"\n"
-"Pipojte prosm tiskrnu(y) k potai a zapnte ji. Pokud je ve "
-"pipraveno, kliknte na tlatko \"Dal\" nebo na tlatko \"Zruit\", "
-"pokud tiskrnu nechcete nyn nastavit.\n"
-"\n"
-"Me se stt, e nkter potae mohou zatuhnout pi automatick detekci a "
-"tehdy lze pout \"Expertn reim\" pro instalaci bez automatick detekce. "
-"\"Expertn reim\" pouijte tak tehdy, pokud chcete nastavit vzdlenou "
-"tiskrnu(y) a printerdrake ji/je automaticky nenabdnul."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Automatick detekce tiskren"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Blahopejeme, tiskrna je instalovna a nastavena!\n"
-"\n"
-"Tisknout z aplikac lze pkazem \"Tisk\" (obyejn v menu \"Soubor\").\n"
-"\n"
-"Pokud chcete pidat, odebrat, pejmenovat tiskrnu nebo zmnit jej vchoz "
-"hodnoty (typ zsobnku, kvalita tisku,...), zvolte \"Tiskrna\" v sekci "
-"\"Hardware\" v dcm centru Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatick detekce tiskren"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake doke automaticky detekovat tiskrny pipojen pes paraleln "
-"nebo USB rozhran, ale na nkterch systmech me automatick detekce "
-"ZMRAZIT SYSTM A TAK POKODIT SOUBORY! Provdte to tedy na VLASTN "
-"NEBEZPE!\n"
-"\n"
-"Chcete opravdu pout automatickou detekci tiskrny?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Provst autodetekci"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Nastavit tiskrnu manuln"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Detekovno %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Tiskrna na paralelnm portu \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB tiskrna \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Lokln tiskrna nenalezena! Pro run instalaci tiskrny zadejte jmno "
-"zazen/souboru do polka (Paraleln porty: /dev/lp0, /dev/lp1,... jsou "
-"ekvivalentn LPT1:, LPT2:, ...,prvn USB tiskrna: /dev/usb/lp0, druh USB "
-"tiskrna: /dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Muste zadat zazen nebo jmno souboru!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Mstn tiskrna nenalezena!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Sov tiskrny mohou bt nainstalovny a po instalaci systmu. V dcm "
-"centru Mandrake vyberte \"Hardware\" a potom \"Tiskrna\"."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Pro instalaci sovch tiskren kliknte nejdve na \"Zruit\", pejdte do "
-"\"Expertnho reimu\" a potom opt kliknte na \"Pidat novou tiskrnu\"."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Tyto tiskrny byly automaticky detekovny, pokud nen mezi nimi poadovan "
-"tiskrna, zadejte do polka jmno zazen/jmno souboru"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Zde je seznam vech automaticky rozpoznanch tiskren. Vyberte si tiskrnu, "
-"kterou chcete nastavit nebo zadejte do polka jmno zazen/jmno souboru"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Byla automaticky detekovna tato tiskrna. Konfigurace tto tiskrny je pln "
-"automatick. Pokud nebyla tiskrna sprvn detekovna nebo preferujete "
-"vlastn nastaven tisku, zvolte \"Run konfigurace\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Tyto tiskrny byly automaticky detekovny. Konfigurace tchto tiskren je "
-"pln automatick. Pokud nebyla tiskrna sprvn detekovna nebo preferujete "
-"vlastn nastaven tisku, zvolte \"Run konfigurace\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Vyberte si port, ke ktermu je tiskrna pipojena nebo zadejte do polka "
-"jmno zazen/jmno souboru"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Vyberte port, ke ktermu je vae tiskrna pipojena."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Paraleln porty: /dev/lp0, /dev/lp1,... je ekvivalentn LPT1:, LPT2:, ...,"
-"prvn USB tiskrna: /dev/usb/lp0, druh USB tiskrna: /dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Muste vybrat/zadat tiskrnu/zazen!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Run nastaven"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Je vae tiskrna multifunkn zazen od HP (OfficeJet, PSC, PhotoSmart "
-"LaserJet 1100/1200/1220/3200/3300 se skenerem)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Instaluji balek HPOJ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Testuj zazen a nastavuji HPOJ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Instaluji balek SANE..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Skenovn na multifunknm zazen od HP"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Zpstupuji tiskov port pro CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Natm databzi tiskren ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Monosti vzdlen lpd tiskrny"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Abyste mohli pouvat vzdlenou tiskovou frontu lpd, muste zadat jmno "
-"tiskovho serveru a jmno tiskrny, kam m bt posln tisk."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Jmno vzdlenho potae"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Jmno vzdlen tiskrny"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Chyb jmno vzdlenho potae!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Chyb jmno vzdlen tiskrny!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Monosti SMB (Windows 9x/NT) tiskrny"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Abyste mohli tisknout na SMB tiskrn, muste zadat jmno SMB potae"
-"(Pozor! To me bt odlin od jeho TCP/IP jmna) a mon i IP adresu "
-"tiskovho serveru, jmno sdlen tiskrny, vhodn uivatelsk jmno, heslo a "
-"informace o pracovn skupin."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Jmno SMB serveru"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP adresa SMB serveru"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Sdlen jmno"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Pracovn skupina"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Mus bt zadno bu jmno serveru nebo jeho IP adresa!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Chyb jmno pro sdlen pes Sambu!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr "BEZPENOSTN VAROVN!"
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Provdte nastaven tisku s tem na systmu Windows. Kvli chyb v klientu "
-"protokolu Samba je heslo pi tisku poslno jako ist text z pkazov "
-"adky. Je tud mon, aby kdokoliv vidl toto heslo na obrazovce kdy si "
-"zad pkaz nap. \"ps auxwww\".\n"
-"\n"
-"Doporuujeme pouvat jednu z nsledujcch alternativ (ve vech ppadech "
-"je dobr mt nastaven pstup pouze z pota z lokln st, respektiv za "
-"firewalem):\n"
-"\n"
-"Pout et, kter nem nastaven dn heslo, jako je \"GUEST\" nebo "
-"speciln et pouze pro ely tisku. Neodstraujte ochranu heslem z bnho "
-"tu nebo dokonce z administrtorskho tu.\n"
-"\n"
-"Nastavte tiskrnu na Windows serveru tak, aby fungovala pod LPD protokolem. "
-"Potom nastavte tisk na tto tiskrn pomoc typy spojen \"%s\" v aplikaci "
-"Printerdrake.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Nastavit na serveru s Windows tiskrnu, kter bude pstupn pomoc IPP "
-"protokolu a nastavit tisk z tohoto potae pomoc spojen \"%s\" v aplikaci "
-"Printerdrake.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-"Pipojit tiskrnu k Linux serveru a nechat pota(e) s Windows pracovat "
-"jako klienty.\n"
-"\n"
-"Chcete opravdu pokraovat v nastaven tiskrny tmto zpsobem?"
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Monosti NetWare tiskrny"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Abyste mohli tisknout na NetWare tiskrn, muste zadat jmno NetWare "
-"serveru (Pozor! To me bt odlin od jeho jmna pro TCP/IP!), jmno "
-"tiskov fronty tiskrny, kterou chcete pouvat, uivatelsk jmno a heslo."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Tiskov server"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Jmno tiskov fronty"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Chyb jmno pro sdlen pes NCP!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Chyb jmno tiskov fronty pro NCP!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Monosti tiskrny pro TCP/socket"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Abyste mohli tisknout na TCP nebo socketov tiskrn, muste zadat jmno "
-"potae s tiskrnou a voliteln i slo portu. Pokud mte HP JetDirect, "
-"port je obvykle 9100, jinak se me mnit. Podvejte do manulu k vaemu "
-"hardware."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Jmno potae s tiskrnou"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Chyb jmno potae s tiskrnou!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI Tiskovho Zazen"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Zde lze pmo zadat URI pro pstup k tiskrn. URI mus splovat bu "
-"specifikaci CUPS nebo Foomatic. Taky pamatujte na to, e vechny URI nejsou "
-"podporovny ve vech tiskovch sprvcch."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Mus bt zadno sprvn URI!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Kad tiskrna potebuje jmno (nap. \"tiskarna\"). Popis a umstn nemus "
-"bt vyplnny. Jsou to komente pouze pro uivatele."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Jmno tiskrny"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Popis"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Umstn"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Natm databzi tiskren ..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Model tiskrny"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake provedl porovnn modelu tiskrny, kter byl zjitn pi auto-"
-"detekci s modelem obsaenm v jeho databzi a nabdnul nejlep een. Tato "
-"volba me bt patn, zvlṻ pokud nen tiskrna obsaena v databzi. "
-"Zkontrolujte, zda je volba sprvn a klepnte na \"Zvolen model je sprvn"
-"\" a pokud nen, volte \"Vybrat model run\". V dal obrazovce potom bude "
-"mon vybrat model tiskrny run.\n"
-"\n"
-"Pro vai tiskrnu Printerdrake nalezl:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Zvolen model je sprvn"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Vybrat model run"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Vbr modelu tiskrny"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Jak model tiskrny mte?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Zkontrolujte prosm, zda Printerdrake provedl automatickou detekci modelu "
-"sprvn. Pokud je vyznaen nesprvn model, mete ho zmnit vbrem ze "
-"seznamu nebo zvolte \"Raw printer\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Pokud nen tiskrna v seznamu, vyberte kompatibiln nebo podobn model "
-"(podvejte se do manulu)"
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Nastaven pro OKI win-tiskrnu"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Nyn nastavujete laserovou tiskrnu OKI winprinter. Tyto tiskrny pouvaj "
-"velmi specifick komunikan protokol a mohou pracovat pouze pokud jsou "
-"pipojeny k prvnmu paralelnmu portu. Pokud je tiskrna pipojena na jin "
-"port, nebo se tiskne pes server, pipojte tiskrnu na prvn paraleln port. "
-"Jinak tisk nebude pracovat. Typ pipojen bude ovlada ignorovat."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Nastaven inkoustov tiskrny Lexmark"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Inkoustov tiskrny dodvan firmou Lexmark podporuj pouze tisk na lokln "
-"tiskrn, take nelze tisknout pes vzdlen server. Prosm pipojte "
-"tiskrnu na lokln port nebo ji nastavte na tom potai, ke ktermu bude "
-"pipojena."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Aby bylo mon tisknout na inkoustovch tiskrnch od firmy Lexmark, je "
-"poteba mt tiskov ovlada. Na strnce (http://www.lexmark.com/) kliknte "
-"na tlatko \"Drivers\" a vyberte v model tiskrny. Potom zvolte Linux "
-"jako operan systm. Ovladae jsou v RPM balcch nebo maj interaktivn "
-"instalaci. Tu ale nepotebujete. Ukonete instalan program ihned po "
-"odsouhlasen licence. Pak mete nastavit chovn tiskov hlavy pomoc "
-"tohoto programu."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Vchoz nastaven pro tiskrnu\n"
-"\n"
-"Ujistte se, e typ strnky a typ inkoustu/reim tisku (pokud je) a tak "
-"hardwarov konfigurace laserov tiskrny (pam, duplexn jednotka, extern "
-"podava) jsou nastaveny sprvn. Pi tisku ve velmi vysok kvalit/rozlien "
-"bude tisk zejm pomalej."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Hodnota %s mus bt cel slo!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Hodnota %s mus bt slo!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Hodnota %s je mimo rozsah!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Chcete opravdu nastavit tiskrnu \"%s\"\n"
-"jako vchoz?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testovac strnka"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Vyberte si testovac strnku, kterou chcete vytisknout.\n"
-"Poznmka: tisk testovac strnky s fotografi me trvat velmi dlouho nebo "
-"se na tiskrn s mlo pamt nemus podait vbec. Ve vtin ppad sta "
-"vytisknout bnou testovac strnku."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Bez testovac strnky"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Tisk"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standardn testovac strnka"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternativn testovac strnka (letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternativn testovac strnka (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Testovac strnka s fotografi"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Netisknout testovac strnku"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Tisknu testovac strnku(y)"
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Zkuebn strnka(y) byla(y) poslna(y) na tiskrnu.\n"
-"Me chvilku trvat ne zane tisk.\n"
-"Stav tisku:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Zkuebn strnka byl poslna na tiskrnu.\n"
-"Me chvilku trvat ne zane tisk.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Probhl tisk sprvn ?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Pm tisk na tiskrnu"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Vytisknout soubor z pkazov dky (terminlovho okna) lze bu pkazem\n"
-"\"%s<soubor>\" nebo pes grafick nstroje: \"xpp <soubor> nebo \"kprinter "
-"<soubor>\". Grafick nstroje umouj jednodue vybrat tiskrny a mnit "
-"jejich parametry.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Tyto pkazy lze nastavit do polka \"Pkazy tisku\" v dialogu tisku ve "
-"vtin aplikac, ale nezadv se zde jmno souboru, kter je pokad jin v "
-"zvislosti na dan aplikaci.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Pkaz \"%s\" dovoluje modifikovat volby pro kadou tiskovou lohu. "
-"Jednodue zadejte potebn nastaven do pkazov dky, nap. \"%s<soubor>"
-"\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Vechny monosti pro souasnou tiskrnu jsou zobrazeny ne, nebo kliknte "
-"na tlatko \"Monosti tiskrny\".%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Zde je seznam dostupnch voleb pro nastaven tisku pro aktuln tiskrnu:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Pro vytitn souboru z pkazov dky (v terminlovm okn) pouijte "
-"pkaz \"%s<soubor>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Tento pkaz lze nastavit do polka \"Pkazy tisku\" v dialogu tisku ve "
-"vtin aplikac, ale nezadv se zde jmno souboru, kter je pokad jin v "
-"zvislosti na dan aplikaci.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Vechny monosti tisku pro souasnou tiskrnu jsou zobrazeny ne, nebo "
-"kliknte na tlatko \"Monosti tiskrny\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Pro vytitn souboru z pkazov dky (v terminlovm okn) pouijte "
-"pkaz \"%s<soubor>\" nebo \"%s<soubor>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Lze tak pout grafick rozhran \"xpdq\" pro nastaven monost a ke "
-"sprvtiskovch loh.\n"
-"Pokud pouvte grafick prosted KDE, mte na pracovn ploe ikonu,\n"
-"pojmenovanou \"STOP Printer!\", kter po kliknut ihned zastav "
-"vechnytiskov lohy. To je vhodn teba pro ppady uvznut papru.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Pkazy \"%s\" a \"%s\" dovoluj modifikovat volby pro kadou tiskovou "
-"lohu. Jednodue zadejte potebn nastaven do pkazov dky, nap. \"%"
-"s<soubor>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Zavt"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Tisknu/skenuji na \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Tisknu na tiskrnu \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Monosti tiskrny"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Multifunkn zazen od HP bylo nastaveno pro monost skenovn. Nyn lze "
-"skenovat pkazem \"scanimage\" (\"scanimage -d hp:%s\" zvolte poadovan "
-"skener) z pkazovho dku nebo z grafickho prosted pomoc \"xscanimage"
-"\" nebo \"xsane\". Pokud pouvte program GIMP, mete tak skenovat "
-"vbrem z nabdky \"Soubor\"/\"Zskat\". Vce informac zskte pkazem "
-"\"man scanimage\" a \"man sane-hp\".\n"
-"\n"
-"Nepouvejte pro toto zazen \"scannerdrake\"!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Multifunkn zazen od HP bylo nastaveno pro monost skenovn. Nyn lze "
-"skenovat pkazem \"ptal-hp %s scan ...\" z pkazovho dku. Skenovn z "
-"grafickho prosted nebo z programu GIMP nen zatm na tomto zazen "
-"podporovno. Vce informac naleznete v souboru \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\". Pokud mte HP LaserJet 1100 nebo 1200, lze skenovat "
-"pouze v ppad, e mte nainstalovnu podporu pro skenovn.\n"
-"\n"
-"Nepouvejte pro toto zazen \"scannerdrake\"!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Natm data k tisku ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Penst konfiguraci tiskrny"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Konfiguraci tiskrny, kterou jste provedli pro frontu %s lze penst na "
-"frontu %s, tj. na souasnou frontu. Vechna nastaven data (jmno tiskrny, "
-"popis, umstn, typ pipojen a dal vchoz nastaven) budou pepsna, "
-"ale tiskov lohy nebudou peneseny.\n"
-"Ne vechny fronty lze penst z nsledujch dvod:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS nepodporuje tiskrny na serverech Novell nebo tiskrny, kter poslaj "
-"data na skupinu pkaz.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ podporuje pouze mstn tiskrny, vzdlen tiskrny LPD a tisk na "
-"tiskrny pes sockety/TCP.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD ani LPRng nepodporuj IPP tiskrny.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Tiskov fronty, kter nebyly vytvoeny tmto programem nebo pes \"foomatic-"
-"configure\" nelze penst."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Tak tiskrny pouvajc PPD soubory od jejich vrobc nebo tiskrny s "
-"nativnmi ovladai pro CUPS nelze penst."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Oznate tiskrnu, kterou chcete penst a stisknte \"Penst\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Nepenet tiskrny"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Penst"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Tiskrna se jmnem \"%s\" ji na stran %s existuje.\n"
-"Kliknte na \"Penst\" pro pepsn.\n"
-"Taky mete napsat nov jmno nebo ji peskoit."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Jmno fronty me obsahovat pouze psmena, slice a podtrtko"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Tiskrna se jmnem %s ji existuje,\n"
-"chcete opravdu pepsat jej konfiguraci?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nov jmno tiskrny"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Penm %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Byla penesena vchoz tiskrna (\"%s\"). M se nastavit jako vchoz tak "
-"na vzdlenm tiskovm systmu %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Oberstvuji tiskov data ...."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Nastaven vzdlen tiskrny"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Spoutm s ...."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Nastavit s nyn"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "S nen nastavena"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Nyn zane konfigurace vzdlen tiskrny. To vyaduje funkn sov "
-"spojen, ale s nen zatm nastavena. Pokud budete pokraovat bez nastaven "
-"st, nebude mon pout tiskrnu, kterou poadujete. Jak chcete pokraovat?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Pokraovat bez nastaven st"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Nastaven st proveden pi instalaci nelze nyn aktivovat. Zkontrolujte, "
-"zda je s dostupn po sputn systmu a nastaven opravte v dcm centru "
-"Mandrake, v sekci \"S a Internet\"/\"Pipojen\" a nsledn nastavte "
-"tiskrnu tak v dcm centru v sekci \"Hardware\"/\"Tiskrna\""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"S nefunguje a nelze ji spustit. Prosm zkontrolujte nastaven hardware. "
-"Pak se opt pokuste provst nastaven vzdlen tiskrny."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Restartuji tiskov systm ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "vysok"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoidn"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instaluji tiskov systm v bezpenostn rovni %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Pokoute se instalovat tiskov systm %s na pota, bec v bezpenost "
-"rovni %s.\n"
-"\n"
-"Tiskov systm pracuje jako dmon (proces na pozad), kter ek na tiskov "
-"lohy a zpracovv je. Tento dmon je tak pstupn ze st pro jin "
-"potae, take se me stt pedmtem sovho toku. Proto je vybrno "
-"pouze nkolik slueb, kter jsou v tto rovni sputny automaticky pi "
-"startu.\n"
-"\n"
-"Chcete opravdu nastavit tiskov systm na tomto potai?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Spustit tiskov systm pi startu systmu"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Tiskov systm (%s) nebude automaticky sputn pi startu potae.\n"
-"\n"
-"Je mon, e volba automatickho startu byla vypnuta ve vy bezpenostn "
-"rovni, protoe tiskov systm je potenciln nebezpe pro sov tok.\n"
-"\n"
-"Chcete nastavit zpt automatick start tiskovho systmu?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Ovuj nainstalovan software..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Odebrm LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Odebrm LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Zvolte tiskov systm pro tiskrnu"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kter tiskov systm chcete pout pro tisk?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Nastavuji tiskrnu \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Instaluji Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Monosti tiskrny"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Pipravuji PrinterDrake ...."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Nastavovn aplikac..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Chtli byste nastavit tiskrnu?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Tiskov systm: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Jsou nastaveny nsledujc tiskrny. Dvojitm kliknutm na kadou z nich je "
-"mon je modifikovat, nastavit jako vchoz, zskat o nich informace nebo je "
-"nastavit na vzdlenm CUPS serveru pro vyuit v aplikaci Star Office/"
-"OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Jsou nastaveny nsledujc tiskrny. Dvojitm kliknutm na kadou z nich je "
-"mon je modifikovat, nastavit jako vchoz nebo o nich zskat informace."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Obnovit seznam tiskren (pro zskn vech vzdlench CUPS tiskren)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Zmna tiskovho systmu"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normn reim"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Chcete nastavit dal tiskrnu?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Zmnit nastaven tiskrny"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Tiskrna %s\n"
-"Co chcete zmnit na tto tiskrn?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Provst!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Typ pipojen pro tiskrnu"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Jmno tiskrny, popis, umstn"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Vrobce tiskrny, model, ovlada"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Vrobce tiskrny, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Nastavit tuto tiskrnu jako vchoz"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Pidat tuto tiskrnu do Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Odebrat tiskrnu ze Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Tisk testovac(ch) strnky(nek)"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Npovda pro tisk na tto tiskrn"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Odebrat tiskrnu"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Odebrm starou tiskrnu \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Vchoz tiskrna"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Tiskrna \"%s\" je nyn nastavena jako vchoz."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Pidvm tiskrnu do Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Tiskrna \"%s\" byla spn pidna do Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Pidn tiskrny \"%s\" do Star Office/OpenOffice.org se nezdailo."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Odebrm tiskrnu ze Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"Tiskrna \"%s\" byla spn odebrna z aplikace Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Odebrn tiskrny \"%s\" ze Star Office/OpenOffice.org se nezdailo."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Chcete opravdu odebrat tiskrnu \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Odebrm tiskrnu \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Nastaven proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Vtejte v konfiguranm nstroji pro proxy.\n"
-"\n"
-"Zde nastavujete http a ftp proxy zadnm\n"
-"pidlenho pihlaovacho jmna a hesla\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Zadejte prosm hodnoty pro http proxy\n"
-"V ppad, e nemte http proxy, ponechejte przdn"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL by mlo bt 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "slo portu mus bt numerick"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Zadejte prosm hodnoty pro ftp proxy\n"
-"V ppad, e nemte ftp proxy, ponechejte przdn"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URL by mlo bt 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Pokud je poteba, zadejte prosm pihlaovac jmno\n"
-"a heslo. Pokud je nepotebujete, nechte przdn"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "heslo"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "heslo znova"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Hesla nejsou shodn. Zkuste to znovu!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nemu pidat oddl do _naformtovanho_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nemu zapsat soubor %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid neuspl"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid neuspl (mon, e chyb raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nen dostatek oddl pro RAID rovn %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Spustit zvukov systm ALSA (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron - spout opakujc se akce"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd je pouvn pro sledovn stavu baterie a zaznamenvn pes syslog.\n"
-"Me tak bt pouit pro vypnut potae pi vybit baterii."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Spout pkazy naplnovan pkazem na urit as pkazem 'at'.\n"
-"Tak spout pkazy pi nzkm vyten systmu."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron je standardn Unixov program kter spout uivatelem zadan programy\n"
-"v pedem definovanch intervalech. vixie cron m navc mnoho vlastnost,\n"
-"vetn vy bezpenosti a vce monost nastaven."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM pidv do textovch program podporu myi (nap pro Midnight "
-"Commander).\n"
-"Me tak v konzoli provdt operace 'vyjmi' a 'vlo' a ovldat pop-up menu."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake testuje hardware a umouje nov/zmnn\n"
-"hardware nastavit"
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "Apache je WWW server. Je pouvn k poskytovn HTML a CGI soubor."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internetov superserver dmon (nazvan inetd) spout mnoho ostatnch\n"
-"internetovch slueb, tak jak jsou zapoteb. Odpovd za start nap.\n"
-"telnetu, ftp, rsh a rlogin. Pokud vypnete inetd, vypnete tm i ostatn\n"
-"sluby kter spout."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Spustit paketov filtr pro jdra ady 2.2, kter chrn pota\n"
-"proti tokm ze st."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Tento balek nahraje zvolenou mapu klvesnice definovanou\n"
-"v /etc/sysconfig/keyboard. Tu lze vybrat pomoc nstroje kbdconfig.\n"
-"Pro vtinu pota byste ji mli nechat zapnutou."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatick generace hlaviky jdra v adresi /boot\n"
-"pro soubory /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatick detekce a konfigurace hardware pi sputn."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf provd rzn koly pi sputn systmu\n"
-"nutn pro sprvu systmov konfigurace."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd je tiskov dmon, bez kterho nebude fungovat lpr (program pro tisk).\n"
-"Je to server, kter posl titn dokumenty jednotlivm tiskrnm."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server pouvan pro sestaven vysoce vkonnho\n"
-"a dostupnho serveru."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) je domnov (DNS) server, kter pekld hostitelsk jmna na "
-"IP adresy."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Pipojuje a odpojuje vechny sov (NFS), SMB (Lan/Windows) a Netware "
-"(NCP)\n"
-"ppojn body (mount points)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktivuje i deaktivuje vechny sov rozhran, kter maj nastartovat pi\n"
-"startu systmu."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS je oblben protokol pro sdlen soubor pes st TCP/IP.\n"
-"Tato sluba poskytuje NFS server, jeho nastaven je v /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS je oblben protokol pro sdlen soubor pes st TCP/IP.\n"
-"Tato sluba poskytuje monost uzamykn soubor na NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automaticky nastav podporu numerick klvesnice v konzoli\n"
-"a v XFree pi startu."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Podpora pro OKI 4w a kompatibiln wintiskrny."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Podpora PCMCIA vtinou znamen podporu zazen jako sov karty a\n"
-"modemy v laptopech. Nespust se pokud ji pmo nenastavte, ale nen "
-"problm\n"
-"j mt nainstalovanou i na potach, kter ji nepotebuj."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper spravuje RPC spojen, kter jsou pouvna protokoly jako NFS\n"
-"a NIS. Portmap server mus bt sputn na potach, kter funguj jako\n"
-"servery pro protokoly, kter pouvaj mechanismus RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr "Postfix je program pro doruovn poty z jednoho potae na jin."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Ukld a obnovuje 'stav entropie' na potai, co je pouvno pro\n"
-"kvalitnj generaci nhodnch sel."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Piazuje pm zazen blokovm (napklad diskov oddly)\n"
-"pro aplikace jako je Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Dmon routed umouje automaticky obnovovat smrovac tabulku (router "
-"table)\n"
-"pro IP adresy. K tomu pouv protokol RIP. Zatmco RIP je bn pouvn\n"
-"v malch stch, pro sloitj st je zapoteb sloitj protokoly."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Protokol rstat umouje uivatelm st sledovat vyten jednotlivch\n"
-"stroj pipojench k sti."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Protokol rusers umouje uivatelm st zjistit kdo je pihlen na\n"
-"jinm potai."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Protokol rwho umouje vzdlenm(remote) uivatelm zskat seznam\n"
-"vech uivatel pihlench na potai s dmonem rwho (je to podobn\n"
-"slub finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Spustit zvukov systm pi startu"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog je program pomoc nho zaznamenv mnoho dmon sprvy do "
-"systmovch\n"
-"log soubor. Je dobr mt sputn syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Nahrt ovladae pro usb zazen."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Startuje X Font Server (to je nezbytn pro bh XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Zvolte si, kter sluby by mli bt automaticky sputny pi startu"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Tisk"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Sdlen soubor"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Systm"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Vzdlen administrace"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Databzov servery"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Skuby: aktivovno %d z %d registrovanch"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Sluby"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "sputno"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "zastaveno"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Sluby a dmoni"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Nejsou dn dal\n"
-"informace o slub, sorry."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Pi sputn"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Dkujeme vm, e jste si vybrali Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Vtejte do svta Open Source"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"spch spolenosti MandrakeSoft je zaloen na principech Svobodnho "
-"Software. Tento operan systm je vsledkem spoluprce sti celosvtov "
-"Linuxov komunity"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Pipojte se ke svtu Svobodnho Software"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Chcete vdt vce o Open Source komunit? Stt se tak lenem? Pokud chcete "
-"sdlet sv vdomosti, pomhat vytvet nstroje, pipojte se do diskuznch "
-"klub, kter najdete na naich strnkch \"Community\""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet a zpracovn zprv"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 nabz ten nejlep vbr software pro pstup ke vemu, "
-"co nabz Internet. S pomoc Mozilly a Konquerora mete prohlet webov "
-"strnky a animace, ke ten poty a zpracovn osobnch informac lze pout "
-"Evolution a Kmail a vyut mnostv jinch program"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimdia a grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 dovoluje naplno vyut vech multimedilnch schopnost "
-"potae! Mete tak pehrvat rzn hudebn soubory, editovat i kreslit "
-"obrzky nebo fotografie, sledovat TV a video atd."
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Vvoj"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 je vynikajc platformou pro vvoj. Mete vyut siln "
-"GNU gcc kompiltor a dal prostedky na vvoj Open Source aplikac"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "dc centrum Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"dc centrum pro Mandrake Linux 8.2 poskytuje vkonn nstroje na sprvu a "
-"nastaven vaeho potae"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Uivatelsk rozhran"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Distribuce Mandrake Linux 8.2 nabz 11 rznch grafickch uivatelskch "
-"rozhran, vetn GNOME 1.4, KDE 2.2.2, Window Maker, ..."
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Software pro servery"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"V pota lze nkolika kliknutmi myi zmnit na velmi vkonn server: "
-"webov server, potovn server, firewall, router, souborov a tiskov server"
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Hry"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 nabz ty nejlep Open Source hry - arkdy, akn, "
-"karetn, sportovn, strategick, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Chcete se dozvdt o Linuxu jednoduchou, rychlou a snadnou cestou? "
-"Poskytujeme zdarma kolen Linuxu, stejn jako testy vaich znalost "
-"prostednictvm online kolcho centra MandrakeCampus"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Kvalitn podpora jak Linuxov komunity tak z firmy MandrakeSoft je ji k "
-"dispozici! State se \"expertem\" a mete pomhat jak dalm uivatelm tak "
-"tak podporovat nae strnky"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Nai konzultanti jsou pipraveni analyzovat poadavky a nabdnout een "
-"vech vaich IT projekt. MandrakeSoft je firma, kter m velk zkuenosti "
-"jako vydavatel distribuc a nabz opravdovou alternativu pro IT een v "
-"podniku"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"N elektronick obchod nabz velk mnostv Linuxovch een, speciln "
-"nabdky naeho software a dal 'lahdky'"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Pokud chcete zskat vce informac o profesionlnch slubch fy "
-"MandrakeSoft a komernch nabdkch, podvejte se prosm na ne uvedenou "
-"webovou strnku:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Instaluji balky..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Nemu pest vai tabulku oddl, mon je pli naruen :(\n"
-"Pokusm se pokraovat v itn patnch oddl"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Chyba!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Nemohu najt potebn soubor '%s ' s obrazem."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Nastaven automatick instalace"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Zde mete nastavit disketu pro automatickou instalaci. Tato volba je nkdy "
-"nebezpen a mla by se pouvat s opatrnost.\n"
-"\n"
-"Tato disketa dovoluje zopakovat instalaci, kter ji na tomto potai byla "
-"provedena s tm, e v nkterch krocch lze zadat jin hodnoty.\n"
-"\n"
-"Pro maximln bezpenost nen rozdlovn disk ani formtovn provdno "
-"automaticky, i pesto, pokud to pi instalaci zvolte.\n"
-"\n"
-"Chcete pokraovat?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Nastaven automatickch krok"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Vyberte prosm, kter z krok instalace m bt proveden automaticky stejn "
-"jako instalan program nebo bude run zadn"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Vtejte.\n"
-"\n"
-"Parametry pro automatickou instalaci jsou pstupn v sekci nalevo"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratuluji!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketa byla s spchem vytvoena.\n"
-"Nyn lze provst znovu instalaci."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Automatick instalace"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Pidat poloku"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Odstranit posledn poloku"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Report programu DrackBackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Report dmonu pro DrackBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Detaily o reportu pro DrackBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "celkov prbh"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Zlohovat systmov soubory..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Zlon soubory pevnho disku..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Zlohovat soubory uivatel..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Prbh zlohovn na pevn disk... "
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Zlohovat dal soubory..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"seznam soubor poslan na FTP : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Problmy FTP spojen: nebylo mon poslat data pro zlohu pes FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Chyba pi posln poty. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Vbr souboru"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Vyberte soubory nebo adrese a kliknte na 'Pidat'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Zvolte prosm vechny volby, kter potebujete.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr "Tato volba zazlohuje a obnov vechny soubory v adresi /etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Zlohovat systmov soubory ( adres /etc )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Pout prstkovou zlohu (nepepisovat star zlohy)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Nezahrnout kritick soubory (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr "Tato volba dovol obnovit rzn verze adrese /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Zvolte prosm vechny uivatele, kter chcete zlohovat."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Nezahrnout cache prohlee"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Pout prstkovou zlohu (nepepisovat star zlohy)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Odstranit vybran"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Uivatel"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Pout FTP pipojen pro zlohu"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Zadejte prosm jmno potae nebo IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Zadejte adres, do kterho\n"
-" bude umstna zloha."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Zadejte sv pihlaovac jmno"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Zadejte sv heslo"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Pamatovat si heslo"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP pipojen"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Bezpen pipojen"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Pout pro zlohovn CD/DVDROM"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Vyberte si velikost CD mdia"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Zvolte pokud pouvte CDRW mdia"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Pokud CDRW mdium nejdve smazat, zatrhnte"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Pokud chcete mt spoutc CD,\n"
-" zatrhnte tuto volbu."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Zadejte jmno va vypalovaky CD\n"
-" nap.: 1,0,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Pout pskovou jednotku"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Zadejte jmno zazen, na kter se bude zlohovat"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Zadejte prosm maximln velikost\n"
-" povolenou pro Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Zadejte adres, kam bude umstna zloha:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Pout kvty pro zlon soubory."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "S"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Pevn disk / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "kadou hodinu"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "kad den"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "kad tden"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "kad msc"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Pout dmona"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Vyberte si interval mezi\n"
-"jednotlivmi zlohami"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Prosm zvolte si\n"
-"mdium pro zlohy."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Pout pro pevn disk dmona"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Pout pro s dmona"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Ujistte se, e mezi slubami je ptomen cron dmon."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Poslat report po zloze mailem na :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Co"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Kde"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Kdy"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Dal volby"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Nastaven pro DrakBackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Vyberte si, prosm, kam chcete zlohovat."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "na pevn disk"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "pes s"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Prosm vyberte si, co chcete zlohovat"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Zlohovat systm"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Zlohovat uivatele"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Vybrat uivatele manuln"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Zdroje pro zlohu:\n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systmov soubory:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Soubory uivatel:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Dal soubory:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Uloit na pevn disk do adrese: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Uloit na FTP na pota: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t uivatelsk jmno: %s\n"
-"\t\t cesta: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Volby:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tNezahrnout systmov soubory\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tZlohovn pouv tar a bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tZlohovn pouv tar a gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Dmon (%s) zahrnuje :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Pevn disk.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-St pes FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-St pes SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Pro prvn sputn pouijte Prvodce nebo Rozen.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Seznam dat pro obnoven:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Seznam pokozench dat:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Zrute tuto volbu pi dalm sputn."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Zlon soubory jsou pokozen"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Vechna vybran data byla "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " spn obnoveno na %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Obnovit konfiguraci "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Obnovit tak ostatn soubory."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Seznam uivatel pro obnoven (od kadho bude obnovena pouze posledn "
-"zloha)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Zlohovat systmov soubory ped:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Vyberte datum obnoven zlohy"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Pout pro zlohovn pevn disk"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Obnovit z pevnho disku."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Zadejte adres, kde jsou umstny zlohy"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Vyberte dal mdium, kde jsou umstny zlohy"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Dal mdia"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Obnovit systm"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Obnovit uivatele"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Obnovit ostatn"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "vyberte cestu pro obnovu (krom / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Provst novou zlohu ped obnovou (pouze pro prstkovou zlohu)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Odebrat adrese uivatele ped obnovou."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Obnovit vechny zlohy"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Vlastn obnova"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Npovda"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Pedchoz"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Uloit"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Vytvoit zlohu"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Obnovit"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Dal"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Dve ne budete obnovovat, vytvote zlohu...\n"
-"nebo ovte, e dan cesta je sprvn."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Chyba pi posln poty\n"
-" vmi zvolen report nebyl odesln\n"
-" Provete prosm nastaven sendmailu"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Seznam balk pro instalaci"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Chyba pi posln soubor pes FTP.\n"
-" Prosm opravte nastaven pro FTP."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Prosm zvolte data pro obnovu..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Prosm zvolte si mdium pro zlohy..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Zkontrolujte prosm data pro zlohovn..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Nebyl nalezen konfiguran soubor, \n"
-"kliknte na Prvodce nebo na Rozen."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Vyvj se... ekejte prosm."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Zlohovat systmov soubory"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Zlohovat uivatelsk soubory"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Zlohovat dal soubory"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Celkov prbh"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "soubory poslan pes FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Poslm soubory..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Seznam dat, kter budou na CROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Zadejte rychlost vypalovac mechaniky"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Zadejte prosm jmno CD vypalovaky (nap.: 1.0.0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Zvolte, pokud chcete mt instalan CD spustiteln."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Zlohovat z konfiguranho souboru"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Prohldnout konfiguraci zlohy."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Prvodce konfigurac"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Rozen konfigurace"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Zlohovat nyn"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"Popis voleb:\n"
-"\n"
-" V tomto kroku Drakbackup me zmnit:\n"
-"\n"
-" - Reim komprese:\n"
-" \n"
-" Pokud zvolte bzip2, budete mt kompresi\n"
-" lep ne pomoc gzip (okolo 2-10%).\n"
-" Tato volba nen zvolena jako vchoz, protoe\n"
-" vyaduje daleko vce asu (a o 1000% vce).\n"
-"\n"
-" - Reim zlohovn:\n"
-"\n"
-" Tato volba aktualizuje zlohu, ale nen moc zajmav,\n"
-" protoe ped aktualizac muste nejdve zlohu obnovit.\n"
-" \n"
-"- pouit souboru .backupignore:\n"
-"\n"
-" Stejn jako pro cvs, i pro Drakbackup lze uvst seznam\n"
-" soubor v .backupignore, kter budou pi zlohovn ignorovny.\n"
-" nap.:\n"
-" \\$> cat .backupignore\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Nkter chyby pi nastaven poty jsou zpsobeny\n"
-" patnou konfigurac programu postfix. Pro vyeen\n"
-" nastavte myhostname a mydomain v /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"popis voleb:\n"
-"\n"
-"- Zloha systmovch soubor:\n"
-" \n"
-"\tTato volba zlohuje adres /etc, kter obsahuje vechny\n"
-"\tkonfiguran soubory. Dvejte pozor pi obnov na to,\n"
-"\taby se nepepsaly soubory:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Zlohovat soubory uivatel:\n"
-"\n"
-"\tTato volba dovoluje vybrat vechny uivatele, kter\n"
-"\t\tchcete zlohovat.\n"
-"\tAby se uetilo msto na disku, nen dobr zahrnout cache\n"
-"\tod prohlee.\n"
-"\n"
-" - Zlohovat ostatn soubory:\n"
-"\n"
-"\tTato volba dovol pidat dal data pro zlohovn.\n"
-"\tV souasnosti nen mon pi tomto zlohovn zvolit\n"
-"\tprstkov zlohovn.\t\n"
-"\n"
-" - Prstkov zlohovn:\n"
-"\n"
-"\tPrstkov zlohovn je velmi mocn druh zlohovn,\n"
-"\tprotoe dovoluje zlohovat vechna data pouze poprv\n"
-"\ta dle se zlohuj pouze zmny.\n"
-"\tBhem obnovy tak budete moci zadat, od jakho data se\n"
-"\tmaj data obnovit.\n"
-"\tPokud nezvolte tuto monost, bude pi kad zloze\n"
-"\tpedchoz zloha smazna.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Popis voleb pro obnovu:\n"
-"\n"
-"Bude pouita zloha s nejaktulnjm datem, protoe pi\n"
-"prstkovm zlohovn je nutn provdt obnovu jednu\n"
-"za druhou smrem ke starm datm.\n"
-"\n"
-"Pokud nechcete obnovit uivatele, odznate vechny\n"
-"jeho zakrtvac polka.\n"
-"\n"
-"Jinak je mon si vybrat pouze jednoho z nich\n"
-"\n"
-" - Prstkov zlohovn:\n"
-"\n"
-"\tPrstkov zlohovn je velmi mocn druh zlohovn,\n"
-"\tprotoe dovoluje zlohovat vechna data pouze poprv\n"
-"\ta dle se zlohuj pouze zmny.\n"
-"\tBhem obnovy tak budete moci zadat, od jakho data se\n"
-"\tmaj data obnovit.\n"
-"\tPokud nezvolte tuto monost, bude pi kad zloze\n"
-"\tpedchoz zloha smazna.\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Tento program je svobodn software; mete ho it a/nebo modifikovat\n"
-" podle specifikace GNU General Public Licence, kter byla publikva\n"
-" Free Software Foundation; bu verze 2, nebo (podle volby) pozdj verze.\n"
-"\n"
-" Tento program je distribuovn s nadj, e bude uiten,\n"
-" ale BEZ JAKCHKOLIV ZRUK; BEZ NROKU NA PROFIT. Vce detail naleznete\n"
-" v licenci GNU General Public Licence.\n"
-"\n"
-" Kopii GNU General public Licence mete obdret bu s tmto programem\n"
-" nebo si o n mete napsat na adresu Free Software Foundation, Inc.,\n"
-" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Popis:\n"
-"\n"
-" Drakbackup je nstroj na zlohovn systmu.\n"
-" Bhem konfigurace mete vybrat: \n"
-"\t- Systmov soubory,\n"
-"\t- Soubory uivatel,\n"
-"\t- Ostatn soubory.\n"
-"\tnebo Cel systm a jin (jako jsou oddly s Windows).\n"
-"\n"
-" Drakbackup dovoluje zlohovat na:\n"
-"\t- Pevn disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (se sputnm, zchranou a autoinstalac).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Pskovou jednotku.\n"
-"\n"
-" Drakbackup dovoluje provst obnovu do vybranho adrese.\n"
-"\n"
-" Jako vchoz jsou umstny vechny zlohy do adrese\n"
-" /var/lib/drakbackup \n"
-"\n"
-" Konfiguran soubor:\n"
-"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
-"\n"
-"\n"
-"Postup pi obnov:\n"
-"\n"
-" Pi provdn obnovy odstran Drakbackup pvodn adres\n"
-" a ov, e zlohovan soubory nejsou pokozeny.\n"
-" Doporuuje se ale provst zlohu tchto dat ped provedenm\n"
-" obnovy.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"popis voleb:\n"
-"\n"
-"Bute opatrn pi zlohovn na FTP, protoe na server je poslna\n"
-"pouze ji vytvoen zloha.\n"
-"Je tud vhodn nejdve provst zlohu na disk ped tm, ne\n"
-"ji polete na server.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problmy pi obnov:\n"
-"\n"
-"Pi obnovovn Drakbackup nejdve ovuje vechny\n"
-"zlohovan soubory.\n"
-"Ped tm, ne je soubor obnoven, provede Drakbackup vmaz\n"
-"pvodnho souboru, a tak pijdete o vechna data.\n"
-"Bute proto opatrn a nesnate se modifikovat zlohovan\n"
-"data run.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Popis:\n"
-"\n"
-" Drakbackup je nstroj na zlohovn systmu.\n"
-" Bhem konfigurace mete vybrat \n"
-"\t- Systmov soubory,\n"
-"\t- Soubory uivatel,\n"
-"\t- Ostatn soubory.\n"
-"\tnebo Cel systm a jin (jako jsou oddly s Windows).\n"
-"\n"
-" Drakbackup dovoluje zlohovat na:\n"
-"\t- Pevn disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (se sputnm, zchranou a autoinstalac).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Pskovou jednotku.\n"
-"\n"
-" Drakbackup dovoluje provst obnovu do vybranho adrese.\n"
-"\n"
-" Jako vchoz jsou umstny vechny zlohy do adrese\n"
-" /var/lib/drakbackup \n"
-"\n"
-" Konfiguran soubor:\n"
-"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
-"\n"
-"\n"
-"Postup pi obnov:\n"
-"\n"
-" Pi provdn obnovy odstran Drakbackup pvodn adres\n"
-" a ov, e zlohovan soubory nejsou pokozeny.\n"
-" Doporuuje se ale provst zlohu tchto dat ped provedenm\n"
-" obnovy.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalace %s neuspla. Stala se tato chyba:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Hledm instalovan fonty"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Odznait instalovan fonty"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "zpracovvm vechny fonty"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "nebyly nalezeny dn fonty"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "hotovo"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "nelze nalzt dn fonty v pipojenm oddle"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Znovu vybrat sprvn fonty"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "nelze nalzt dn font.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Hledat fonty mezi instalovanmi"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopie fontu"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Instalace font True Type"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "ekejte prosm, prv b ttmkfdir... "
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Instalace True Type font je dokonena"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konverze font"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "vytvm type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Odkazy na Ghostscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "konverze ttf font"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "konverze pfm font"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Ignorovat doasn soubory"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Restartovat XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Ignorovat soubory s fonty"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "restart xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Ped instalac font se ujistte, e mte potebn prva na instalac a "
-"pouvn na systmu.\n"
-"\n"
-"- Fonty lze instalovat bnm zpsobem. Ve vjimench ppadech me patn "
-"font zpsobit zamrznut X serveru."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Zavdn font"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Nast fonty z Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Odinstalovat fonty"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Rozen volby"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Seznam font"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Zvolte aplikace, kter podporuj fonty:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Obecn tiskrny"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Vyberte soubor s fontem nebo adres a kliknte na 'Pidat'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Instalovat seznam"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "kliknte zde, pokud jste si jisti."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "zde pokud si nejste jisti."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Zruit cel vbr"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Vybrat ve"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Odebrat seznam"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "vodn testy"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Koprovat fonty do systmu"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Instalovat & konvertovat fonty"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Poinstalan nastaven"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Odebrat fonty ze systmu"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Nastaven po odebrn"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Sdlen Internetovho Pipojen"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Sdlen Internetovho pipojen je zapnuto"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Sdlen internetovho pipojen u bylo nastaveno.\n"
-"Nyn je povoleno.\n"
-"\n"
-"Co chcete dle dlat?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "vypnout"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "odmtnout"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "pekonfigurovat"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Zakazuji servery..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Sdlen Internetovho pipojen je nyn vypnuto."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Sdlen Internetovho pipojen je vypnuto"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Internetov sdlen u bylo nastaveno.\n"
-"Nyn je vypnuto.\n"
-"\n"
-"Co chcete dle dlat?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "povolit"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Povoluji servery..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Sdlen Internetovho pipojen je nyn zapnuto."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"V pota bude zkonfigurovn pro sdlen pipojen na Internet.\n"
-"Tato monost umouje pstup dalch pota na lokln sti do Internetu "
-"pes tento pota.\n"
-"\n"
-"Pozn.: potebujete vyhrazen sov adaptr pro nastaven lokln st (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Rozhran %s (pouv modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Rozhran %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Ve vaem systmu nen dn sov adaptr!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ve vaem potai nebyl nalezen dn sov adaptr. Spuste prosm program "
-"pro nastaven hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Sov rozhran"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Na vaem systmu je nastaveno pouze jedno sov rozhran:\n"
-"\n"
-"%s\n"
-"\n"
-"Na tomto adaptru bude nastavena lokln s."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Prosm zvolte si, ke ktermu sovmu adaptru bude pipojena LAN."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Sov rozhran je ji nastaveno"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Varovn, sov adaptr (%s) je ji nastaven.\n"
-"\n"
-"Chcete ho automaticky penastavit?\n"
-"\n"
-"Lze to tak provst run, ale muste vdt, co dlte."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatick penastaven"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Zobrazit aktuln nastaven rozhran"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Aktuln konfigurace pro '%s':\n"
-"\n"
-"S: %s\n"
-"IP adresa: %s\n"
-"IP atributy: %s\n"
-"Ovlada: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Mohu zachovat souasnou konfiguraci a pedpokldm, e mte ji nastaven "
-"DHCP server; v takovm ppad ovte, e je sprvn nastavena lokln s; "
-"nebude v n provedena dn zmna a nebude ani zmnn DHCP server.\n"
-"\n"
-"Jinak mohu zmnit jak rozhran, tak tak penastavit DHCP server podle "
-"poteby.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Lokln s"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "Adresa DHCP serveru"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Penastaven rozhran a DHCP serveru"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "slo lokln s nekon na .0, zkoum znovu."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Nael jsem mon konflikt v souasnm nastaven LAN adresy pro %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Nael jsem existujc nastaven firewallu!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Varovn! Bylo nalezeno existujc nastaven firewallu. Po instalaci me "
-"bt zapoteb njak run prava."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Nastavuji..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Nastavuji skripty, instaluji software, startuji servery..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problm s instalac balku %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Ve se podailo nastavit.\n"
-"Nyn lze pout tento pota pro sdlen pipojen k Internetu pro vai "
-"lokln s, kter pouv automatickou konfiguraci st (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Nastaven ji bylo provedeno, ale nyn je vypnuto."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Nastaven ji bylo provedeno, nyn je povoleno."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Nen nastaveno dn sdlen Internetovho pipojen."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Nastaven sdlen pipojen k Internetu"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Vt vs prvodce nastavenm sdlen pipojen k Internetu!\n"
-"\n"
-"%s\n"
-"\n"
-"Kliknte na Konfigurovat, pokud chcete spustit prvodce nastavenm."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Nastaven st (%d adaptry())"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Smazat profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Smazat profil:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nov profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Zadejte jmno vytvenho profilu (nov profil je vytvoen jako kopie "
-"vybranho) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Jmno potae: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Pstup na Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Typ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Brna(gateway):"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Rozhran:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "ekejte prosm"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Nastavuji pstup na Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Nastaven LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Ovlada"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Rozhran"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Nastavuji lokln s..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Kliknte pro sputn prvodce ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Prvodce..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Pout"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "ekejte prosm... Aktivuji konfiguraci"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Pipojen"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nepipojen"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Pipojit..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Odpojit..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr "Varovn, bylo detekovno jin pipojen k Internetu, zejm je to s"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Nemte nakonfigurovno dn rozhran.\n"
-"Nastavte jej kliknutm na 'Konfigurovat'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Nastaven LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptr %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protokol o sputn"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Spustit pi startu"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktivovat nyn"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktivovat nyn"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Toto rozhran jet nebylo nastaveno.\n"
-"Spuste prvodce konfigurac z hlavnho okna"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nemte dn pipojen k Internetu.\n"
-"Vytvote si jej kliknutm na 'Konfigurovat'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfigurace pipojen k internetu"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfigurace pipojen k internetu"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Typ pipojen:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametry"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Brna(gateway)"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernetov karta"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klient"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "rove zabezpeen"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "dc centrum"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Zvolte si nstroj, kter chcete pout"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "na (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japonsko (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japonsko (kabel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Vchodn Evropa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irsko"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Zpadn Evropa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Austrlie"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nov Zland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Jin Afrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Zadejte prosm\n"
-"typ TV normy a zemi"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "Norma TV:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Oblast :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Probh vyhledvn TV kanl ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Vyhledvm TV kanly"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr "Nebyla nalezena TV karta!"
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-"V potai nebyla nalezena dn TV karta. Zkontrolujte prosm, zda "
-"podporovan karta je sprvn zapojena.\n"
-"\n"
-"\n"
-"Databzi hardware lze nalzt na:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "pouit: keyboarddrake [--expert] [klvesnice]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Jak je rozloen va klvesnice?"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Chcete, aby se klvesa BackSpace chovala v konzoli jako Delete?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Vymnit CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Vlote prosm Instalan CD-ROM do mechaniky a stisknte Ok.\n"
-"Pokud CD nemte, stisknte Zruit pro peruen aktualizace systmu."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Nelze spustit aktualizaci na bc systm !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "Zmny jsou provedeny, ale pro aktivaci je nutn provst logout"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Zobrazit pouze pro vybran den"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/_Soubor/_Nov"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Soubor/_Otevt"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Soubor/_Uloit"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>U"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Soubor/Uloit _jako"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Soubor/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Volby"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Volby/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Npovda"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Npovda/_O aplikaci..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-iso8859-2,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-iso8859-2,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Uivatel"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Zprvy"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Vysvtlivky nstroj Mandrake Linuxu"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "vyhledat"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Nstroj na monitorovn log"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Nastaven"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "shodnch"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "neshodnch"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Vyberte soubor"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalend"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Obsah souboru"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Varovn zprvy pes Mail/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "ekejte prosm, zpracovvm soubor: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Nastaven upozornn pes Mail/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Vtejte v konfiguraci varovnch zprv pes mail/SMS.\n"
-"\n"
-"Zde lze nastavit posln varovnch zprv.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "nastaven slueb"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Pokud jedna z vybranch slueb nepob, obdrte varovnou zprvu"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "nahrt volby"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Pokud bude hodnota vet ne zadan slo, obdrte varovnou zprvu"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "nastaven varovn"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Nastavuje zpsob, jakm bude systm poslat varovn hlky"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Uloit jako..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Jak je typ va myi?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nebylo nalezeno serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulovat tet tlatko?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s nalezeno na %s, chcete ho nastavit?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Zvolte si skener"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Skener %s nen podporovn"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-"Scannerdrake nebyl schopen detekovat v skener %s.\n"
-"Vyberte prosm zazen, ke ktermu je skener pipojen"
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr "vyberte zazen"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Skener %s mus bt nastaven pomoc nstroje printerdrake.\n"
-"Spustit printerdrake lze z dcho centra Mandrake v sekci Hardware"
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-"V skener %s byl nastaven.\n"
-"Nyn lze skenovat dokumenty pomoc aplikace \"XSane\" z nabdky aplikac "
-"Multimdia/Grafika."
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Konfigurace firewallu"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Konfigurace firewallu"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Firewall je ji nastaven.\n"
-"Kliknte na Konfigurovat pro zmnu nebo odebrn firewallu"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Kliknte na Konfigurovat pro standardn firewall"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Vbr jazyka"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Volba typu instalace"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detekce hardisk"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Nastaven myi"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Vbr klvesnice"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Bezpenost"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Souborov systmy"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formtovn oddl"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Vbr balk pro instalaci"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalace systmu"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Pidn uivatele"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Nastaven st"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Nastaven slueb"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Zavdc program"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Startovac disketa"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Nastaven X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Aktualizace systmu"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Ukonit instalaci"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Konfigurace tinyfirewallu\n"
-"\n"
-"Zde je mon nastavit jednoduch firewall pro Mandrake Linux.\n"
-"Pro vkonn een firewallu pouijte specializovanou\n"
-"distribuci MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Nyn budete dotzni v nkolika otzkch na sluby, kter chcete mt\n"
-"pstupn z Internetu. Zamyslete se prosm dobe nad tmito\n"
-"otzkami, protoe bezpenost potae je dleit.\n"
-"\n"
-"Pokud nepouvte dle vyjmenovan sluby, zakate je prosm.\n"
-"Tyto volby lze kdykoliv zmnit sputnm tto aplikace!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Potebujete na tomto potai web server, kter je pstupn\n"
-"z Internetu? Pokud potebujete webov server pstupn pouze\n"
-"z tohoto stroje, odpovzte na tuto otzku Ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Pouvte na tomto serveru jmenn server? Pokud ne a nepotebujete\n"
-"pedvat jinm potam informace o IP adresch, odpovzte Ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Chcete povolit pchoz ssh (Secure Shell) spojen? Ssh je nhrada\n"
-"za telnet, kter umouje vzdlen pihlen. Pokud nyn\n"
-"pouvte telnet, je velmi vhodn pejt na ssh. Telnet nen\n"
-"kryptovan -- kdokoliv me zjistit heslo, pokud ho pi telnetu\n"
-"pouijete. Na rozdl od telnetu je ssh kryptovan, take nen\n"
-"mon, aby kdokoliv zjistil heslo."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Chcete povolit pchoz spojen pes telnet?\n"
-"Je to VELMI nebezpen, tak jak u bylo vysvtleno na pedchoz\n"
-"obrazovce. Drazn doporuujeme odpovdt Ne a pout namsto\n"
-"telnetu ssh.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Chcete pout FTP server, kter bude pstupn z Internetu? Pokud ano,\n"
-"je doporueno jej pouvat pouze pro anonymn pstup. Protoe FTP\n"
-"pro pstup nepouv dn kryptovn, je mon, e zaslan heslo me\n"
-"zskat kdokoliv, i potenciln tonk.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Pouvte mailov server? Pokud poslte potu pes klienta pine,\n"
-"mutt nebo jinho textovho klienta, tak zejm ano. V jinch\n"
-"ppadech to zakate na firewallu.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Pouvte na tomto serveru POP nebo IMAP? Ty se pouvaj\n"
-"pro pstup lid k emailovm tm (ne pes web).\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Pouvte jdro verze 2.2. Pokud je sov IP adresa automaticky\n"
-"pidlena potai doma nebo v prci (dynamick pidlen),\n"
-"potebujeme tuto monost povolit. Je to tento ppad?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Bude v pota synchronizovn s jinm potaem?\n"
-"Vtinou se to pouv v organizacch s vtm potem Unix/Linux\n"
-"pota pro synchronizaci logovn a podobn. Pokud nejste\n"
-"soust vtho celku nebo jste o niem podobnm neslyeli,\n"
-"synchronizaci nepotebujete."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurace je hotova. Je mon zapsat tyto zmny na disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Nelze otevt %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Chyba pi otevrn %s pro zpis: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Ne, nepotebuji DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Ano, potebuji DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Ne, nepotebuji NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Ano, potebuji NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Neukldat"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Uloit & Konec"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Prvodce konfigurac firewallu"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Ne (zakzat na firewalu)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Ano (povolit na firewalu)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "ekejte prosm... ovuji nainstalovan balky"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Selhala instalace potebnch balk : %s a Bastille.\n"
-" Pokuste se je instalovat run."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Sov pota (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, SSH server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kancel"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Pracovn stanice s Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Nstroje pro v Palm Pilot nebo Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Pracovn stanice"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domnov jmna a sov informan server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programy pro kancel: textov procesory (kword, abiword), tabulkov "
-"procesory (kspread, gnumeric), prohlee pdf a dal"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Nstroje pro zvuk: pehrvae mp3 a midi, mixry a dal"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knihy a Howto o Linuxu a Free Software"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Pracovn stanice s KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm a dal"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Skupina program pro mail, newsy, web, penos soubor a chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Databze"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Databzov servery PostreSQL nebo MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Nstroje pro snadnou konfiguraci potae"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - zvuk"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utility"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentace"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konzolov nstroje"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Potovn server postfix, server pro news Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetov stanice"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimdiln stanice"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Nastaven"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Dal grafick desktopy Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, zkladn grafick prosted s kolekc doprovodnch "
-"nstroj"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafick prosted"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache a Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Nstroje pro vytven a vypalovn CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kancelsk stanice"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm a dal"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafick programy jako nap. Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Knihovny pro vvoj v C a C++, programy a hlavikov soubory"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Sov server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Pota/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Hry"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Pehrvae a editory videa"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Zbavn programy: deskov hry, strategie, atd."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Kolekce nstroj pro ten a poslan mail (pine, mutt, tin..) a pro "
-"prohlen Webu"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivace, emultory, minitoring"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Sprva osobnch financ"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafick prosted s uivatelsky pvtivm seskupenm aplikac a pracovn "
-"plochou"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienti pro rzn verze protokolu ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internetov brna"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programy pro pehrvn/editaci zvuku a videa"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Dal grafick desktopy"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editory, shelly, souborov nstroje, terminly"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programy na sprvu financ jako nap. gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Sprvce osobnch informac (PIM)"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - vypalovn CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Vdeck stanice"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
deleted file mode 100644
index 97fdf158a..000000000
--- a/perl-install/share/po/cy.po
+++ /dev/null
@@ -1,12371 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 MandrakeSoft
-# Dafydd Tomos <dafydd@imaginet.co.uk>, 1999
-# Rhoslyn Prys <rhoslyn.prys@ntlworld.com>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-11 12:35-0000\n"
-"Last-Translator: Rhoslyn Prys <rhoslyn.prys@ntlworld.com>\n"
-"Language-Team: Cymraeg/Welsh <cy@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-14\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Ffurfweddu pob pen yn annibynnol"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Defnyddiwch estyniad Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Ffurfweddu cerdyn \"%s\" (%s) yn unig"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Ffurfweddiad amlben"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Mae eich system yn cynnal ffurfweddiad amlben.\n"
-"Beth hoffech ei wneud?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Cerdyn graffig"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Dewiswch gerdyn graffig"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Dewiswch wasanaethwr X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Gwasanaethwr X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Dewiswch yrrwr X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "Gyrrwr X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Pa ffurfweddiad oXFree hoffech ei gael?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Mae eich cerdyn yn medru cael cefnogaeth cyflymu caledwedd 3D ond dim ond "
-"gyda XFree %s.\n"
-"Mae eich cerdyn yn cael ei gynnal gan XFree %s efallai bod gwell cefnogaeth "
-"yn 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s"
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s gyda cyflymu caledwedd 3D"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s \n"
-"SYLWER CEFNOGAETH ARBROFOL YW HWN AC FE ALL RHEWI EICH CYFRIFIADUR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s gyda cyflymu caledwedd 3D ARBROFOL"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Mae eich cerdyn yn medru cael cefnogaeth cyflymu caledwedd 3D ond dim ond "
-"gyda XFree %s.\n"
-"SYLWER CEFNOGAETH ARBROFOL YW HWN AC FE ALL RHEWI EICH CYFRIFIADUR.\n"
-"Mae eich cerdyn yn cael ei gynnal gan XFree %s efallai bod gwell cefnogaeth "
-"yn 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (gyrrwr gosod dangoswr)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Ffurfweddiad XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Dewiswch faint y cof eich cerdyn graffeg"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Dewiswch opsiynau ar gyfer y gwasanaethwr"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Dewiswch fonitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Y ddau paramedr pwysig yw'r raddfa adnewyddu fertigol, sef y raddfa mae'r\n"
-"holl sgrin yn cael ei adnewyddu, ac yn fwyaf pwysif y raddfa cydamseru\n"
-"llorweddol, sef y raddfa mae'r llinellau sganio'n cael eu dangos.\n"
-"\n"
-"Mae'r BWYSIG IAWN mad ydych yn enwi monitor gyda graddfa cydamseru\n"
-"sydd tu hwnt i allu eich monitor: mae modd difrodi eich monitor drwy wneud "
-"hynny.\n"
-"Os oes gennych amheuaeth, dewiswch raddfa is."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Graddfa adfywio llorweddol"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Graddfa adfywio fertigol"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor heb ei ffurfweddu"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Cerdyn graffig heb ei ffurfweddu eto"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Cydraniad heb ei ddewis eto"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Ydych chi eisiau profi eich ffurfweddiad?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Rhybydd: gall profi'r cerdyn graffig hwn rewi eich cyfrifiadur"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Profi'r ffurfweddiad"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"ceisiwch newid rhai paramedrau"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Digwyddodd gwall:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Gadael mewn %d eiliad"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Ydi'r gosodiad hwn yn gywir?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Digwyddodd gwall, ceisiwch newid rhai paramedrau"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Cydraniad"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Dewiswch y cydraniad a'r dyfnder lliw"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Cerdyn graffeg: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Gwasanaethwr XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Rhagor"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Iawn"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modd Arbennigwr"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Dangos y cyfan"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Cydraniadau"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Gosodiad yr yr allweddell: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Math o lygoden: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dyfais llygoden: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "HorizSync Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "VertRefresh Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Cerdyn graffeg: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Dynodiad y cerdyn graffeg: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Cof graffeg: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Dyfnder lliw: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Cydraniad: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "GwasanaethwrXFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Gyrrwr XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Yn parataoi cyfluniad X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Beth ydych eisiau ei wneud?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Newid Monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Newid cerdyn Graffeg"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Dewisiadau newid Gwasanaethwr"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Newid Cydraniad"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Dangos gwybodaeth"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Profi eto"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Gadael"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Cadw'r newid?\n"
-"Y ffurfweddiad presenol yw:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X wrth ddechrau"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Hoffwn osod eich cyfrifiadur i gychwyn X yn awtomatig ar l cychwyn\n"
-"Hoffech chi X i ddechrau wedi i chi ail-gychwyn?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Ail fewn gofnodwch i %s i wireddu'r newidiadau"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Allgofnodwch ac yna defnyddiwch Ctrl Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 lliw (8 did)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil o liwiau (15 did)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil o liwiau (16 did)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miliwn o liwiau (24 did)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 biliwn o liwiau (32 did)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "16 MB neu fwy"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA safonol, 640x480 ar 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Uwch VGA, 800x600 ar 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Cydnaws a 8514, 1024x768 rhyngleswyd ar 87 Hz (nid 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 rhyngleswyd ar 87Hz, 800x600 ar 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 ar 60 Hz, 640x480 ar 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA di-rygnlesig, 1024x768 ar 60 Hz, 800x600 ar 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA Amledd Uchel, 1024x768 ar 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Aml-amledd sydd yn medru dangos 1280x1024 ar 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Aml-amledd sydd yn medru dangos 1280x1024 ar 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Aml-amledd sydd yn medru dangos 1280x1024 ar 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor sydd yn medru dangos 1600x1200 ar 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor sydd yn medru dangos 1600x1200 ar 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Adran gyntaf o'r rhaniad cychwyn"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Adran gyntaf o'r gyrrwr (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Gosodiad SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Lle ydych chi eisiau gosod y llwythwr cychwyn?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Gosodiad LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO gyda dewislen testun"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "Lilo gyda dewislen graffig"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Cychwyn o DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Prif ddewisiadau Bootloader"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Bootloader ar waith"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Gosodiad Bootloader"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dyfais cychwyn"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nid yw'n gweithio gyda hen BIOSau)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Cryno"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "cryno"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Modd fideo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Oedi cyn cychwyn delwedd rhagosodedig"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Cyfrinair"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Cyfrinair (eto)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Cyfyngu dewisiadau llinell orchymyn"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "cyfyngu"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Glanhau /tmp bob tro fyddwch yn cychwyn"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Union faint o RAM os oes angen (canfod %dMB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Galluogi aml-broffil"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Rhowch maint RAM mewn MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Dewis Nid yw 'cyfyngu dewisiadau llinell orchymyn' o werth heb gyfrinair"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Ceisiwch eto"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Nid yw'r cyfrineiriau'n cydfynd"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Neges Init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Agor Oedi Cadarnwedd"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Goramser cychwyn y cnewyllyn"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Galluogi cychwyn o CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Galluogi Cychwyn OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Systm Weithredu Rhagosodedig?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Rydych wedi penderfynnu gosod y llwythwr cychwyn ar raniad\n"
-"Mae hyn yn awgrymu bod gennych lwythwr cychwyn ar ddisg caled eisoes: (ee "
-"System Commander).\n"
-"\n"
-"Gyda pha ddisg ydych chi'n cychwyn?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Dyma'r cofnodion gwahanol.\n"
-"Mae modd i chi ychwanegu rhagor neu newid y rhai presennol."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Ychwanegu"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Gorffen"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Newid"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Pa fath o gofnod ydych chi eisiau ei ychwanegu?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Systwmau Gweithredu eraill (SunOS..)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Systemau Gweithredu Eraill (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Systemau gweithredu Eraill (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Delwedd"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Gwraidd"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Atodi"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Darllen-ysgrifennu"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabl"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Anniogel"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Label"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Rhagosodedig"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Maint intrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Tynnu cofnod"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Nid yw label gwag yn cael ei ganiatau"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Rhaid enwi delwedd cnewyllyn"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Rhaid pennu rhaniad cyfnewid"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Mae'r label hwn yn cael ei ddefnyddio eisoes"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Wedi canfod rhyngwynebau %s %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Oes gennych un arall?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Oes gennych rhyngwynebau %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Na"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Iawn"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Gweler gwyboadeth am galedwedd"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Gosod gyrrwr ar gyfer cerdyn %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modiwl %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Pa yrrwr %s ddylwn drio?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Mewn rhai achosion, mae gyrrwr %s angen gwybodaeth ychwanegol i weithio'n\n"
-"gywir, er fel rheol mae'n gweithio'n iawn hebddo. Hoffech chi enwi'r "
-"dewisiadau\n"
-"ychwanegol ar ei gyfer neu adael i'r gyrrwr archwilio'r peiriant am y "
-"wybodaeth mae\n"
-"ei angen? Weithiau bydd yr archwilio'n atal y peiriant, ond ni ddylai achosi "
-"unrhyw\n"
-"ddifrod"
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Atoholi"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Enwi dewisiadau"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Medrwch ddarparu ddewisiadau i fodiwl %s.\n"
-"Sylwer: wrth greu unrhyw gyfeiriad bydd angen defnyddio rhagddodiad 0x fel "
-"'0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Medrwch nawr ei ddewis i fodiwl. %s.\n"
-"Mae'r dewisiadau yn fformat ``name=value name2=value2 ...''.\n"
-"e.e, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Dewisiadau modiwl:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Methodd llwytho modiwl %s\n"
-"Hoffech chi drio eto gyda pharamedrau eraill?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "mynediad i raglenni X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "mynediad i offer rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "caniatu \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "mynediad i ffeiliau gweinyddol"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(wedi ychwanegu %s yn barod)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Mae'r cyfrinair yn rhy syml"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Rhowch enw defnyddiwr"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Rhaid i'r enw defnyddiwr gynnwys dim ond llythrennau bach, rhifau, '-' a '_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Ychwanegu defnyddiwr"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Rhowch enw defnyddiwr\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Derbyn defnyddiwr"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Enw cywir"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Enw defnyddiwr"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Cragen"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Eicon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Awtomewngofnodi"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Medraf osod eich cyfrifiadur i fewngofnodi'nawtomatig ar gyfer un "
-"defnyddiwr\n"
-"Hoffech chi wneud hyn?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Dewis y defnyddiwr rhagosodedig:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Dewiswch y rheolwr ffenestr i rhedeg:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Dewiswch iaith i'w defnyddio."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Gallwch ddewis ieithoedd eraill fydd ar gael ar l gosod"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Popeth"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Caniatu pob defnyddiwr"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Arddull"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Dim rhannu"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Rhaid i becyn %s gael ei osod. Ydych chi am ei osod?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Medrwch allforio gan ddefnyddio NFS neu Samba. Pa un hoffech chi"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Mae pecyn gorfodol %s ar goll"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Dileu"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Cychwyn userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Mae rhannu yn l defnyddiwr yn defnyddio \"rhannu ffeiliau\" grwp.\n"
-"Mae modd defnyddio userdrake i ychwanegu defnyddiwr i'r grwp."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Croeso i Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Gwael"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Safonol"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Uchel"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Uwch"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoia"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Rhaid defnyddio'r lefel hwn a gofal. Mae'n gwneud eich system yn haws ei\n"
-"ddefnyddio ond mae'n sensitif iawn: rhaid peidio ei ddefnyddio fel peiriant "
-"i'w\n"
-"gysylltu ag eraill nag i'r Rhyngrwyd. Does dim cysylltiad drwy gyfrinair."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Mae'r cyfrinair wedi ei alluogi, ond ni argymellir ei ddefnyddio fel "
-"cyfrifiadur rhwydwaith."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Dyma'r safon sy'n cael ei argymell ar gyfer diogelwch cyfrifiadur fydd yn "
-"cael ei gysylltu 'r Rhyngrwyd fel cleient."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Mae rhai cyfyngiadau, ac mae rhagor o wiriadau awtomatig yn cael eu rhedeg "
-"bob nos"
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Gyda'r lefel diogelwch hwn, mae defnydd y system fel gwasanaethwr yn "
-"bosibl.\n"
-"Mae diogelwch yn ddigon uchel i ddefnyddio'r system fel gwasanaethwr sy'n "
-"derbyn\n"
-"cysylltiad gan amryw o gleientiaid. Sylwer: os mae cleient yn unig yw eich "
-"peiriant ar y Rhyngrwyd, yna mae'n well i chi ddewis lefel is."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Wedi ei seilio ar y lefel flaenorol, ond mae'r system yn hollol gaedig.\n"
-"Mae nodweddion diogelwch ar eu uchaf."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Dewiswch lefel diogelwch"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Lefel diogelwch"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Defnyddiwch libsafe ar gyfer gwasanaethwyr"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Llyfrgell sy'n diogelu rhag gorlif byffer ac ymosodiadau llinellau fformatio."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Croeso i %s y dewiswrsytemau gweithredu! \n"
-"\n"
-"Dewiswch system weithredu o'r rhestr uchod neu\n"
-"arhoswch %d eiliad am gychwyn rhagosodedig\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Croeso i GRUB, y dewiswr systemau gweithredu!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Defnyddiwch allweddi %c a %c i ddewis pa gofnod i'w amlygu."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Gwasgwch Enter i gychwyn y system weithredu, 'g' i olygu'r"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "gorchmynion cyn cychwyn, neu 'o' am y llinell orchymyn."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Bydd y cofnod wedi ei amlygu'n cychwyn yn awtomatig ymhen %d eiliad."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "dim digon o le yn /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Penbwrdd"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Dewislen Cychwyn"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Nid oes modd gosod y llwythwr cychwyn ar adran %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "nid yw cymorth wedi ei weithredu eto.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Ffurfweddu'r Math o Gychwyn"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Ffeil"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Ffeil/_Gadael"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor Categoreiddio Math Newydd"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor Math Newydd"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor traddodiadol"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Gtk+ Traddodiadol"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Cychwyn Auora wrth gychwyn y cyfrifiadur"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Modd Lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Modd Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Ryych yn defnyddio %s fel Rheolwr Cychwyn.\n"
-"Cliciwch Ffurfweddu i gychwyn dewin gosod"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Ffurfweddu"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Modd System"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Cychwyn y system X-Window o'r cychwyn"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Na, tydw i ddim eisiau awto-mewngofnodi"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Iawn, rwyf eisiau awto-mewngofnodi gyda (defnyddiwr, penbwrdd)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Iawn"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "maethu agor/etc/inittab ar gyfer darllen: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d munud"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 munud"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d eiliad"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Nid wyf yn medru creu lluniau o'r sgrin cyn rhannu"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Bydd lluniau o'r sgrin ar gale ar l gosod yn %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Ffrainc"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Gwlad Belg"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Gweriniaeth Tsiec"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Yr Almaen"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Groeg"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norwy"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Sweden"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Yr Iseldiroedd"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Yr Eidal"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Awstria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Yr Unol Daleithiau"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Gwnewch gopi wrth gefn o'ch data yn gyntaf"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Darllenwch yn ofalus!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Os ydych yn bwriadu defnyddio aboot, gofalwch adael lle gwag (2048 sector yn "
-"ddigon)\n"
-"ar ddechrau'r ddisg."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Gwall"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Dewin"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Dewiswch weithred"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Mae gennych un rhaniad FAT mawr\n"
-"(yn cael ei ddefnyddio gan Microsoft Dos/Windows\n"
-"Awgrymaf eich bod yn newid maint y rhaniad\n"
-"(cliciwch arno, ac yna clicio \"Newid maint\"]"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Cliciwch ar raniad"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Manylion"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "jwrnaleiddiwyd FS?"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Gwag"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Arall"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Mathau ffeil-system:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Creu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Math"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Defnyddiwch \"%s\" yn lle hynny"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Dileu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Defnyddiwch \"Dad-osod\" yn gyntaf"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Wedi newid y math o raniad %s bydd yr holl ddata ar y rhaniad yn cael ei "
-"golli"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Dewiswch raniad"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Dewiswch rhaniad arall"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Gadael"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Cyffredinol > Arbennigwr"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Arbennigwr > Cyffredinol"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Dadwneud"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Parhau beth bynnag?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Gorffen heb arbed"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Gorffen heb ysgrifennu y tabl rhaniadau?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ydych eisiau cadw newidiadau /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Awto ddynodi"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Clirio i gyd"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Gwybodaeth am y ddisg caled"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Mae pob rhaniad cynradd wedi ei ddefnyddio"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Alla'i ddim ychwanegu unrhyw raniadau ychwanegol"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr "I gael mwy o raniadau, dilwch un er mwyn gallu creu rhaniad estynedig"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Cadw'r tabl rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Adfer y tabl rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Achub y tabl rhaniadau"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ail-lwytho'r tabl rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Cyfrwng symudadwy'n awto-osod"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Dewiswch ffeil"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Nid oes gan y tabl rhaniad wrth gefn yr un maint\n"
-"Parhau?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Rhybudd"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Rhowch flopi yn y disg-yrrwr\n"
-"Mi fydd yr holl wybodaeth ar y fflopi yma yn gael ei ddileu"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Yn trio achub y tabl rhaniadau"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Gwybodaeth fanwl"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Pwynt gosod"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Dewisiadau"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Newid maint"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Symud"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Fformatio"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Gosod"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Ychwanegu i RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Ychwanegu i LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Dad-osod"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Tynnu o RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Tynnu o LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Newid RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Defnyddiwch ar gyfer cylchol"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Creu rhaniad newydd"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sector dechreuol: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Maint mewn MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Math o ffeilsystem: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Pwynt gosod:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Dewis"
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Tynnu'r ffeil cylch-ol?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Newid math y rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Pa fath o system ffeil ydych chi eisiau?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Newid o ext2 i ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Lle'r hoffech chi odod y ffeil cylch-ol %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Lle ydych am osod dyfais %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Methu dad setio'r pwynt gosod gan fod y rhaniad yn cael ei ddefnyddio ar "
-"gyfer cylch-ol\n"
-"Tynnu'r cylch-ol yn gyntaf"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Cyfrifo ffiniau system ffeiliau FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Newid maint"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Nid oes modd newid maint y rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Dylai'r holl ddata ar y rhaniad gael ei ategu"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Ar l newid maint rhaniad %s, bydd yr holl ddata ar y rhaniad yma yn cael ei "
-"golli"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Dewiswch y maint newydd"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Maint mewn MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Pa ddisg hoffech chi symud iddo?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Pa sector hoffech chi symud iddo?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Symud"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Yn symud rhaniad.."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Dewis RAID presennol i ychwanegu iddo"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "newydd"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Dewis LVM presennol i ychwanegu iddo"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Enw LVM"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Niid oes modd defnyddio'r rhaniad ar gyfer cylch-ol"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Cylch-ol"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Enw ffeil cylch-ol"
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Rhowch enw ffeil"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Mae'r ffeil yn cael ei ddweis eisoes gam gylch-ol arall, dewiswch un arall"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Mae'r ffeil yn bodoli eisoes. Defnyddiwch hwn?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Dewisiadau gosod"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Amrywiol"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dyfais"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "lefel"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "maint darn"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Byddwch ofalus: mae'r weithred hon yn beryglus"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Pa fath o rhaniad %s"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Mae'n flin gen i ond ni alla'i dderbyn creu /boot mor bell o ddechrau'r disg "
-"(ar silindr > 1024).\n"
-"Naill ai nad ydych yn defnyddio LILO a ddim angen /boot neu byddwch yn "
-"defnyddio LILO a ni fydd yn gweithio."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Mae'r rhaniad rydych wedi dewis ychwanegu fel y gwraidd (/) wedi'i leoli yn "
-"bellach na 1024ed silindr eich disg a nid oes gennych rhaniad /boot.\n"
-"Os ydych yn bwriadu defnyddio y rheolwr bwtio LILO, nodwch fe ddylech greu "
-"rhaniad /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Rydych wedi dewis meddalwedd rhannu RAID fel gwraidd (/)\n"
-"Nid oes llwythwr cychwyn yn medru trin hwn heb rhaniad /boot\n"
-"Cofiwch ychwanegu rhaniad /boot"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Mae tabl rhaniad disg-yrrwr %s am gael ei ysgrifennu i'r disg!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Mi fydd angen i chi ail-fwtio cyn i'r newidiadau gymeryd lle"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Wedi fformatio rhaniad %s, bydd yr holl ddata ar y rhaniad yn cael ei golli"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Fformatio"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Yn fformatio ffeil cylch-ol %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Yn fformatio rhaniad %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Cuddio ffeiliau"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Symud ffeiliau i'r rhaniad newydd"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Mae cyfarwyddiadur %s eisoes yn cynnwys peth data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Symud ffeiliau i'r rhaniad newydd"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Copo %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Tynnu %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "Mae rhaniad %s yn cael ei alw'n %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dyfais: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Llythyren disg-yrrwr yn DOS: %s (dim ond dyfalu)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Math: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Enw :"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Dechrau: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Maint: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sector"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silindr %d i silindr %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Wedi fformatio\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Heb ei fformatio\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Gosodwyd\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Ffeil(iau) Cylch-ol:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Y rhaniad i'w bwtio fel rheol\n"
-" (ar gyfer bwt MS-DOS, nid ar gyfer lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Lefel %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Maint darn %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Disg RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Enw ffeil cylch-ol: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Mwy na thebyd rhaniad Gyrrwr\n"
-"yw'r rhaniad hwn. Gwell gadael\n"
-"llonnydd iddo.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Mae'r rhaniad Bootstrap\n"
-"hwn ar gyfer cychwyniad\n"
-"dwbl eich system\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Maint: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometreg: %s silindr, %s pen, %s sector\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Gwybodaeth:"
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Diag LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Math tabl rhaniad: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "ar fws %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Dewisiadau: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Allwedd amgryptio system ffeil : "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Dewiswch eich allwedd amgryptio system ffeiliau"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Mae'r allwedd amgryptio'n rhy syml ( mae'n rhaid bod o leiaf %d nod o hyd)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Nid yw'r allweddi amgryptio'n cydfynd"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Allwedd amgryptio"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Allwedd amgryptio (eto)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Newid y math"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Cliciwch ar gyfrwng"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Chwiliwch am wasanaethwyr"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "mi fethodd y %s fformatio o %s"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Nid wyf yn gwybod sut i fformatio %s ym math %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "methodd gosod rhaniad %s yng gnhyfeiriadur %s"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "methodd fdisk gyda cod gadael %d neu arwydd %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "gwall dadosod %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "syml"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "gyda /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "Gwasanaethwr"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Does dim modd defnyddio JFS ar rhaniadau llai na 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Does dim modd defnyddio ReiserFS ar gyfer rhaniadau llai na 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Rjhaid i bwyntiau gosod gynnwys / arweiniol"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Mae yna eisoes raniad gyda pwynt gosod %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Does dim modd defnyddio Cyfrol Rhesymegol LVM ar gyfer pwynt gosod %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Dyai'r cyfeiriadur aros o fewn y system ffeilio gwraidd"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Mae angen gwir system ffeilio (ext2, reiserfs) ar gyfer y pwynt gosod\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Does dim modd defnyddio Cyfrol Rhesymegol LVM ar gyfer pwynt gosod %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nid oes digon o le ar gyfer awtoddynodi"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Dim i'w wneud"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Gwall wrth agos %s ar gyfer ysgrifennu %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Digwyddodd gwall - ni chanfyddwyd dyfeisiadau dilys i greu systemau ffeil "
-"arnynt. Gwiriwch eich caledwedd am ffynhonell yr anhawster."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Does gennych chi ddim rhaniadau!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"Mae GNU/Linux yn system aml-ddefnyddiwr, ac mae hyn yn golygu bod pob\n"
-"defyddiwr yn medru cael ei ddewisiadau ei hun, ei ffeiliau ei hun ac yn y "
-"blaen.\n"
-"Gallwch ddarllen yr \"User Guide\" i ddysgu mwy. Ond yn anhebyg i \"gwraidd"
-"\", sef\n"
-"y gweinyddwr, ni fydd modd i'r defnyddiwr fyddwch yn eu creu yma'n medru\n"
-"newid dim ond eu ffeiliau a'u ffurfweddiad ei hun. Bydd rhaid i chi greu un\n"
-"defnyddiwr cyffredin ar gyfer chi eich hun. Dyma'r cyfrif ddylech "
-"mewngofnodi\n"
-"iddo ar gyfer defnydd bob dydd. Er ei fod yn ymarferol iawn i fewngofnodi "
-"fel\n"
-"\"root\" gall fod yn beryglus iawn!. Gall y camgymeriad lleiaf olygu nad yw "
-"eic\n"
-"system yn gweithio ragor. Os wnewch chi gamgymeriad mawr fel defnyddiwr\n"
-"cyffredin, byddwch ond yn colli rhywfaint o wybodaeth, ac nid y system "
-"gyfan.\n"
-"Yn gyntaf rhowch eich enw go iawn. Dose dim rhaid, wrth gwrs - mae modd\n"
-"i chi rhoi beth bynnag hoffech chi. Bydd DraX yn cymryd yr enw cyntafa'i roi "
-"yn\n"
-"yr \"Enw defnyddiwr\" Dyma'r enw bydd y defnyddwr hwn yn ei ddefnyddio i\n"
-"fewngofnodi i'r system. Mae modd ei newid. Yna rhowch gyfrinair. Nid yw\n"
-"cyfrianair defnyddiwr cyffredin mor bwysig ag un \"gwraidd\" o safbwynt "
-"diogelwch\n"
-"ond nid yw hynny'n rheswm i'w esgeuluso - wedi'r cyfan mae eich ffeiliau "
-"mewn\n"
-"perygl\n"
-"\n"
-"Os wnewch chi glicio \"Derbyn Defnyddiwr\", bydd modd ychwanegu fanint\n"
-"fynnoch. Ychwanegwch ddefnyddiwr ar gyfer pob un o'ch ffrindiau: eich tad\n"
-"neu eich chwaer, e.e. Ao l ychwanegu'r holl ddefnyddwyr, cliciwch \"Gorffen"
-"\".\n"
-"\n"
-"Bydd clicio'r botwm \"Uwch\" yn caniatu i chi newid y \"gragen\" "
-"rhagosodedig\n"
-"ar gyfer y defnyddiwr hwnnw (bash yw'r rhagosodedig)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Dyma'r rhaniadau Linux sydd wedi canfod ar eich disg caled\n"
-"Gallwch gadw'r dewisiadau sydd wedi eu gwneud gan y dewin, mae'n nhw'n iawn\n"
-"ar gyfer y rhanfwyaf o osodiadau. Os ydych am wneud newidiadau, rhaid i chi "
-"ol eiaf\n"
-"ddiffinio rhaniad gwraidd (\"/\"). Peidiwch dewis rhaniad sy'n rhy fach neu "
-"fyddwch\n"
-"yn methu llwytho digon o feddalwedd. Os hoffech gadw eich data ar raniad "
-"arall,\n"
-"bydd angen i chi greu rhaniad ar gyfer \"/home\"( ond dim ond os oes mwy nag "
-"un\n"
-"rhaniad Linux ar gael)\n"
-"Mae pob rhaniad yn cael ei restri fel hyn: \"Enw\", \"Maint\".\n"
-"\n"
-"Mae \"Enw\" yn cael ei drefnu: \"math o ddisg caled\", rhif y disg caled\",\n"
-"\"rhif rhaniad\" (e.e, \"hda1\").\n"
-"\n"
-"\"Math o ddisg caled\" yw \"hdos mai disg caled IDE sydd gennych a\n"
-"\"sd\" os mai SCSI yw'r disg caled.\n"
-"\n"
-"Mae \"Rhif Disg Caled\" yn lythyren ar l \"hd\" neu \"sd\". Ar gyfer\n"
-"disg caled IDE mae:\n"
-"\n"
-" * \"a\" yn golygu \"prif ddisg caled ar y rheolwr IDE cyntaf\",\n"
-"\n"
-" * \"b\" yn golygu \"disg caled gwas ar y rheolwr IDE cyntaf\",\n"
-"\n"
-" * \"c\" yn golygu \"prif ddisg caled ar yr ail reolwr IDE\",\n"
-"\n"
-" * \"d\" yn golygu \"disg caled gwas ar yr ail reolwr IDE\".\n"
-"\n"
-"Gyda disgiau caled SCSI, mae \"a\" yn golygu \"ID SCSI isaf \", a \"b\" yn "
-"golygu\n"
-"\"ID SCSI ail isaf\", ag ati."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mae gosodiad Mandrake Linux ar gael ar draws nifer o CD-ROM. Mae DrakX\n"
-"yn gwybod os yw pecyn penodol wedi ei leoli ar CD-ROM arall a bydd yn bwrw\n"
-"allan yr CD cyfredol a gofyn am y llall.."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Mae'n amser penderfynu pa raglenni rydych am eu gosod ar eich\n"
-"system. Mae yna filoedd o becynnau ar gael ar gyfer Mandrake Linux, ond\n"
-"does dim disgwyl i chi wybod amdanyn nhw i gyd.\n"
-"\n"
-"Os ydych chi'n gwneud gosodiad safonol o'r CD-ROM, bydd gofyn i chi\n"
-"ddweud pa CDau sydd gennych. Gwiriwch labeli'r CDau ac amlygu'r blychau\n"
-"sy'n cyfateb i'r CDau sydd gennych ar gyfer y gosodiad. Cliciwch \"Iawn\"\n"
-"pan ydych yn barod i barhau.\n"
-"\n"
-"Mae'r pecynnau wedi eu didoli yn grwpiau sy'n cyfateb i ddefnydd penodol\n"
-"ar eich peiriant. Mae'r grwpiau wedi eu rhannu yn bedair adran:\n"
-"\n"
-" * \"Man Gwaith\": os ydych yn bwriadu defnyddio eich peiriant fel man\n"
-"gwaith yna dewiswch un o'r grwpiau cyfatebol.\n"
-"\n"
-" * \"Datblygiadol\": os yw'r peiriant yn cael ei ddefnyddio i raglenni, "
-"dewiswch\n"
-" y grwpiau perthnasol\n"
-"\n"
-" * \"Gwasanaethwr\": os ydych am i'r peiriant gael ei ddefnyddio fel\n"
-"gwasanaethwr bydd modd i chi ddewis y gwasanaethau cyffredin rydych am\n"
-"eu cael ar eich peiriant.\n"
-"\n"
-" * \"Amgylchedd Graffigol\": dyma'r lle i ddewis eich amgylchedd graffigol.\n"
-"Rhaid dewis o leiaf un er mwyn cael man gwaith graffigol!\n"
-"\n"
-"Bydd symud cyrchwr y llygoden dros enw grwp yn amlygu esboniad byr am y\n"
-"grwp hwnnw. Os ydych wedi dad-ddewis pob grwp wrth wneud gosodiad\n"
-"arferol ac nid uwchraddiad), bydd dialog yn ymddangos a chynnig\n"
-"dewisiadau amrywiol ar gyfer y gosodiad lleiaf\n"
-"\n"
-" * \"Gyda X\" Gosod y nifer lleiaf o becynnau i gael penbwrdd graffigol\n"
-"i weithio.\n"
-"\n"
-" * \"Gyda dogfennaeth elfennol\" Gosod y system sylfaenol yn ogystal\n"
-"a gwasanaethau elfennol a'u dogfennau. Mae'r gosodiad hwn yn addas\n"
-"ar gyfer gosod gwasanaethwr.\n"
-"\n"
-" * \"Gosodiad bychan iawn\" Gosod y lleiafswm posibl i greu system Linux\n"
-"llinell orchymyn weithredol. Tua 65MB o faint.\n"
-"\n"
-"Mae clicio blwch \"Dewis pecynnau unigol\". yn ddefnyddiol os ydych\n"
-"yn gyfarwydd gyda'r pecynnau sy'n cael eu cynnig neu os ydych eisiau\n"
-"rheolaeth lwyr dros yr hyn sy'n cael ei osod\n"
-"\n"
-"Os ydych wedi cychwyn y gosodiad ym modd \"Diweddaru\", bydd modd i\n"
-" chi ddad-ddewis pob grwp er mwyn osgoi gosod unrhyw becyn newydd.\n"
-"Mae hyn yn ddefnyddiol ar gyfer trwsio neu ddiweddaru system sy'n bod "
-"eisoes.\n"
-" "
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Yn olaf, yn dibynnu ar eich dewis o becynnau unigol, bydd coeden yn cynnwys\n"
-"yr holl becynnau wedi eu dosbarthu yn l grwp ac is grwp. Wrth bori'r "
-"goeden,\n"
-"gallwch ddewis grwp cyfan, isgrwp neu becyn unigol.\n"
-"\n"
-"Pryd bynnag fyddwch wedi dewis pecyn ar y goeden, bydd disgrifiad yn\n"
-"ymddangos ar y dde. Pan fyddwch wedi gorffen dewis , cliciwch y botwm\n"
-" \"Gosod\" fydd yn cychwyn y drefn osod. Gan ddibynnu ar gyflymder eich\n"
-"caledwedd a'r nifer o becynnau i'w gosod, gall gymryd peth amser i'w "
-"gwblhau.\n"
-"Bydd amser tan orffen yn cael ei ddangos ar y sgrin er mwyn i chi weld a "
-"oes\n"
-"amser i wneud paned!\n"
-"\n"
-"!! Os oes pecyn gwasanaethwr wedi ei ddewis yn fwriadol neu am ei fod yn "
-"rhan\n"
-"o grwp cyfan, bydd angen i chi gadarnhau eich bod eisiau i'r gwasanaethwyr\n"
-"gael eu gosod. Ym Mandrake Linux mae unrhyw wasanaethwr sydd wedi ei\n"
-"osod yn cael ei gychwyn fel rhagosodiad wrth gychwyn. Hyd yn oed os ydynt\n"
-"yn ddiogel a doedd dim materion pryder pan gafodd y dosbarthiad ei ryddhau,\n"
-"mae'n bosibl i fylchau diogelwch gael eu darganfod wedi i'r fersiwn hwn o\n"
-"Mandrake Linux gael ei gwblhau. Os nad ydych yn gwybod beth mae\n"
-"gwasanaeth arbennig i fod i'w wneud na pham mae wedi ei osod, yna cliciwch\n"
-"\"Na\". Bydd clicio \"Iawn\" yn gosod y gwasanaethau hynny a byddant yn\n"
-"cael eu cychwyn yn ddiofyn drwy ragosodiad!!\n"
-"\n"
-"Mae'r dewis \"Dibyniad Awtomatig\"yn analluogi'r deialog rhybudd sy'n\n"
-"ymddangos bob tro fydd y gosodwr yn dewis pecyn yn awtomatig.\n"
-"Mae hyn yn digwydd am ei fod wedi penderfynu ei fod angen bodloni\n"
-"dibyniad gyda phecyn arall er mwyn cwblhau'r gosodiad yn llwyddiannus\n"
-"\n"
-"Mae'r eicon disg medal bychan ar waelod y rhestr yn caniatu llwytho'r\n"
-"rhestr pecynnau dewiswyd yn ystod gosodiad blaenorol. Bydd clicio\n"
-"ar yr eicon hwn yn gofyn i chi osod yn y peiriant disg meddal grwyd ar\n"
-"ddiwedd gosodiad arall. Gwelwch yr ail neges o'r cam diwethaf ar sut i\n"
-"greu disg meddal o'r fath."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Dyma eich cyfle i gysylltu gyda'r rhyngrwyd/rhwydwaith.Os hoffech chi\n"
-"gysylltu eich cyfrifiadur i'r Rhyngrwyd neu i rwydwaith lleol, cliciwch\n"
-"\"Iawn\" . Bydd awtoganfod dyfeisiadan rhwwydwaith a modem yn\n"
-"cychwyn. Os yw'r canfod yn methu, dad-diciwch y blwch \"Defnyddiwch\n"
-"awto ganfod\" y tro nesaf. Mae gennych y dewis i beidio ffurfweddi eich\n"
-"rhwydwaith, neu i'w wneud rhywbryd eto. Os fell, cliciwch y botwm \"Diddymu"
-"\".\n"
-"\n"
-"Cysylltiadau posib: modem traddodiadol,modem IDSN, cyswllt ADSL,\n"
-"modem cable ac yn olaf cyswllt LAN syml (Ethernet).\n"
-"\n"
-"Byddwn ni ddim yn mynd i fanylion y ffurfweddiad yma. Gwnewch yn siwr\n"
-"fod gennych yr holl fanylion gan eich darparwr gwasanaeth rhyngrwyd (ISP)\n"
-"neu weinyddwr system\n"
-"\n"
-"Mae modd i chi edrych ar bennawd yn y llawlyfr ar gyswllt a'r Rhyngrwyd am\n"
-"fanylion ffurfweddiad, neu aros nes i'ch system gael ei osod a defnyddio'r\n"
-"rhaglen sydd yno i ffurfweddu eich cyswllt.\n"
-"\n"
-"Os ydych am ffurfweddu eich rhwydwaith yn hwyrach ar l y gosodiad neu\n"
-"os ydych wedi gorffen ffurfweddi eich cyswllt a'r rhwydwaith, yna cliciwch\n"
-"\" Diddymu.\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Mae modd i chi ddewis pa wasanaethau rydych am eu cychwyn\n"
-"wrth gychwyn eich cyfrifiadur.\n"
-"\n"
-"Dyma'r holl wasanaethau sydd ar gael gyda'r gosodiad cyfredol. Darllenwch\n"
-"y rhestr yn ofalus a dad-diciwch y rhai nad oes eu hangen bob tro wrth "
-"gychwyn.\n"
-"\n"
-"Mae modd cael esboniad byr am wasanaeth wrth eu dewis. Ond, os nad ydych\n"
-"yn siwr a yw'r gwasanaeth o werth neu beidio, mae'n well cadw at y drefn\n"
-"rhagosodedig\n"
-"\n"
-"!!Mae angen i chi fod yn ofalus iawn os ydych am ddefnyddio eich peiriant\n"
-"fel gwasanaethwr: mwy na thebyg na fyddwch eisiau cychwyn unrhyw\n"
-"wasanaethau nad oes eu hangen. Cofiwch bod cael nifer o wasanaethau\n"
-"wedi eu galluogi ar y gwasanaethwr, fod yn beryglus. Yn gyffredinol,\n"
-"mae'n well dewis dim ond y gwasanaethau mae'n rhaid eu cael.\n"
-"!!"
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr "Mae gGNU/Linux yn rheoli amser drwy GMT (Greenwich Mean Time)"
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (am X Window System) yw calon rhag wyneb graffigol GNU/Linux\n"
-"y mae pob amgylchedd graffig megis KDE, Gnome, AfterStep\n"
-"WindowMaker ag ati, sydd o fewn Mandrake Linux, yn dibynnu. Yn yr\n"
-"adran hon bydd DrakX yn ceisio ffurfweddu X yn awtomatig.\n"
-"\n"
-"Mae'n anarferol iddo fethu oni bai bod y caledwedd yn hen iawn (neu yn\n"
-"newydd iawn). Os yw'n llwyddo, bydd yn cychwyn X ar y X cydraniad\n"
-"gorau posibl yn ddibynnol ar faint y monitor. Bydd ffenestr yn ymddangos\n"
-"gan ofyn os ydych yn ei weld.\n"
-"\n"
-"Os ydych yn gwneud gosodiad \"Arbenigwr\", byddwch yn defnyddio'r \n"
-"dewin ffurfweddu X. Gwelwch yr adran gyfatebol o'r llawlyfr am ragor o\n"
-"wybodaeth am y dewin.\n"
-"\n"
-"Os ydych yn medru gweld y neges ac ateb \"Iawn\", yna bydd DrakX yn\n"
-"mynd ymlaen i'r cam nesaf. Os nad ydych yn gweld y neges mae'n golygu\n"
-"bod y ffurfweddiad yn anghywir a daw i ben ymhen 10 eiliad, gan adfer y "
-"sgrin."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Efallai na fyddwch yn fodlon iawn gyda dagosiad ffurfweddiad X y tro\n"
-"cyntaf fyddwch yn ei ddefnyddio (sgrin yn rhy fach, i un ochr, ag ati)\n"
-"Felly mae DrakX yn gofyn i chi os yw'r ffurfweddiad yn iawn. Bydd\n"
-"hefyd yn cynnig ei newid drwy gynnig restr o foddau dilys daeth o hyd\n"
-"iddynt, i chi gael dewis un.\n"
-" \n"
-"Os nad ydych yn medru cael X i weithio, dewiswch \" Newid cerdyn graffig"
-"\",\n"
-"dewiswch \"Cerdyn heb ei restri\", ac yna wrth ddewis gwasanaethwr, dewis\n"
-"\"FBDev\". Mae hwn yn ddewis diogelwch sy'n gweithio gydag unrhyw gerdyn\n"
-"graffig modern. Dewiswch \" Profwch eto\" i fod yn siwr."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Yn y diwedd bydd gofyn i chi ddewis os ydych am weld rhyngwyneb graffig\n"
-"wrth gychwyn y cyfrifiadur. Sylwch y bydd y cwestiwn hwn yn cael ei ofyn\n"
-"hyd yn oed os nad ydych yn dewis profi'r ffurfweddiad. Yn amlwg, byddwch\n"
-"am ateb \"Na\" os yw eich peiriant i weithredu fel gwasanaethwr, neu os\n"
-"nad oeddech yn llwyddiannus yn cael eich dangosydd i ffurfweddu'n gywir.."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mae gan yr CD-ROM Mandrake Linux modd achub. Gallwch ei gyrraedd drwy\n"
-"gychwyn y peiriant o'r CD-ROM, gwasgu'r fysell >>F1<< o'r cychwyn a theipio\n"
-" >>rescue<<wrth yr anogwr. Ond os nad yw eich cyfrifiadur yn medru cychwyn\n"
-"drwy'r CD-ROM dylech ddod yn l i'r cam hwn am gymorth mewn o leiaf dwy "
-"sefyllfa:\n"
-"\n"
-" *wrth lwytho'r llwythwr cychwyn, bydd DrakX yn ailysgrifennu'r adran bwtio "
-"[MBR]\n"
-"ar eich prif ddisg [oni bai eich bod yn defnyddio rheolwr cychwyn arall] fel "
-"eich bod\n"
-"yn medru cychwyn yn Windows neu GNU/Linux [gan gymryd bod gennych Windows\n"
-"ar eich system]. Os fyddwch angen ailosod Windows, bydd proses osod "
-"Microsoft yn\n"
-"ail ysgrifennu'r adran bwtio, ac felly ni fydd modd i chi gychwyn GNU/"
-"Linux!\n"
-"\n"
-" * os oes anhawster yn codi ac nid ydych yn medru cychwyn GNU/Linux o'r "
-"ddisg\n"
-"caled, y ddisg feddal fydd yr unig ffordd i gychwyn GNU/Linux.Mae'n cynnwys\n"
-"nifer dda o offer i adfer y system, gwall teipio anffodus, camdeipio "
-"cyfrinair neu\n"
-"rhesymau eraill\n"
-"\n"
-"Pan fyddwch yn clicio ar y cam hwn, bydd gofyn i chi rhoi disg meddal yn y "
-"gyrrwr.\n"
-"Rhaid i'r ddisg fod yn wag neu fod dim gwahaniaeth colli'r data arno.Does "
-"dim\n"
-"angen ei fformatio gan y bydd DrakX yn ailysgrifennu'r holl ddisg."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Yn awr mae angen i chi ddewis lle ar eich disg caled i osod eich\n"
-"system weithredu Linux Mandrake. Os yw eich disg caled yn wag neu\n"
-"os oes yna system weithredol eisoes yn cymryd yr holl le sydd ar gael,\n"
-"bydd angen i chi greu rhaniadau arno.Yn y bon, mae rhannu disg caled\n"
-"yn golygu ei rhannu'n rhesymegol i greu lle i osod eich system Mandrake\n"
-"Linux newydd.\n"
-"\n"
-"Gan bo effaith y broses rannu'n ddidroi nl gall creu rhaniadau fod yn "
-"broses\n"
-"bygythiol a straenus os ydych yn ddefnyddiwr dibrofiad. Yn ffodus, mae na\n"
-"ddewin sy'n symleiddio'r broses. Cyn cychwyn, darllenwch y llawlyfr a\n"
-"cymerwch bwyll.\n"
-"\n"
-"Os ydych yn rhedeg y gosodiad ym modd Arbenigwr, byddwch yn agor\n"
-"DiskDrake, rhaglen rhannu Mandrake Linux, sy'n caniatu i chi wneud mn\n"
-"newidiadau i'ch rhaniadau. Gw. pennawd DiskDrake yn y llawlyfr. O'r\n"
-"rhyngwyneb gosod, gallwch ddefnyddio'r dewiniaid drwy glicio ar fotwm\n"
-"\"Dewin\" yn y ddeialog.\n"
-"\n"
-"Os oes yna raniadau wedi eu diffinio, un ai o osodiad blaenorol neu\n"
-"gan offeryn rhannu arall, dewiswch y rheini i osod eich system Linux.\n"
-"\n"
-"Os nad oes rhaniadau wedi eu diffinio, bydd angen i chi eu creu gan\n"
-"ddefnyddio'r dewin. Gan ddibynnu ar ffurfweddiad eich disg caled, mae\n"
-"nifer o ddewisiadau ar gael:\n"
-"\n"
-" * \"Defnyddiwch lle gwag\": mae'r dewis hwn yn arwain at greu rhaniadau\n"
-"awtomatig o'ch disg(iau) caled. Bydd dim cwestiynau eraill.\n"
-"\n"
-" * \"Defnyddiwch y rhaniad cyfredol\": mae'r dewin wedi canfod un neu fwy\n"
-"o raniadau Linux cyfredol ar eich disg caled. Os ydych am eu defnyddio,\n"
-"cliciwch y dewis hwn.\n"
-"\n"
-" * \"Defnyddiwch le gwag ar raniad Windows\": os yw Microsoft Windows ar\n"
-"eich disg caled ac yn cymryd y lle i gyd, bydd rhaid i chi greu lle ar gyfer "
-"data\n"
-"Linux. I wneud hynny gallwch ddileu eich rhaniad a data Microsoft Windows\n"
-"(gw. atebion\"Dileu'r ddisg gyfan\" neu \"Modd Arbenigwr) neu ail-lunio "
-"maint\n"
-"rhaniad Microsoft Windows. Mae modd ail lunio maint y rhaniad heb golli "
-"data.\n"
-"Argymhellir gwneud hyn os ydych am ddefnyddio Mandrake Linux a Microsoft\n"
-"Windows ar yr un cyfrifiadur.\n"
-"\n"
-" Cyn gwneud y dewis hwn, cofiwch y bydd maint eich rhaniad Microsoft "
-"Windows\n"
-"yn llai nag yw ar hyn o bryd. Bydd gennych llai o le yn Microsoft Windows i "
-"gadw\n"
-"data neu i osod meddalwedd newydd.\n"
-"\n"
-" * \"Dileu'r holl ddisg\" os ydych am ddileu'r holl ddata a rhaniadau "
-"presennol\n"
-"ar eich disg caled a'u cyfnewid am system Mandrake Linux, yna dewiswch hwn.\n"
-"Byddwch yn ofalus wrth wneud hyn gan na fydd modd troi'n l ar l "
-"cadarnhau.\n"
-"\n"
-" !! Os ydych yn dewis hwn, byddwch yn colli'r holl ddata ar eich disg. !!\n"
-"\n"
-" * \"Tynnu Windows\": bydd hwn yn dileu popeth o'r disg caled a chychwyn "
-"popeth\n"
-"o'r newydd, gan gynnwys creu rhaniadau newydd. Bydd yr holl ddata ar y ddisg "
-"yn\n"
-"cael ei golli\n"
-"\n"
-" !! Os ydych yn dewis hwn, byddwch yn colli'r holl ddata ar eich disg. !!\n"
-"\n"
-" * \"Modd Arbenigwr\": dewiswch hwn os ydych am rannu'r disg caled\n"
-"gyda llaw. Byddwch ofalus - mae'n ddewis pwerus a pheryglus. Mae modd\n"
-"i chi golli'ch holl ddata. Peidiwch dewis hwn oni bai eich bod yn gwybod "
-"beth\n"
-"ydych yn ei wneud."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Dyna ni. Mae'r gosodiad wedi ei gwblhau ac mae eich system GNU/Linux\n"
-"yn barod i'w ddefnyddio. Cliciwch \"Iawn\" i ailgychwyn y peiriant. Mae "
-"modd\n"
-"i chi gychwyn GNU/Linux neu Windows, prun bynnag sydd orau gennych\n"
-"(os oes gennych y ddwy system ar eich peiriant), gynted ag y bydd eich\n"
-"peiriant yn ail gychwyn. \n"
-"\n"
-"Mae'r botwm \"Uwch\" yn dangos dau fotwm:\n"
-"\n"
-" *\" creu disg meddal awto-gosod\": i greu disg meddal gosod fydd yn creu\n"
-"gosodiad cyflawn heb gymorth gweithredwr, yn debyg i'r gosodiad sydd\n"
-"newydd ei ffurfweddu.\n"
-"\n"
-"Sylwer bod dau ddewis gwahanol i'w gael wedi clicio'r botwm:\n"
-"\n"
-" *\"Ail chwarae\". Gosodiad rhannol awtomatig gan bod y cam o greu rhaniad\n"
-"yn cael ei hepgor.\n"
-"\n"
-" *Awtomeiddio\".Gosodiad cwbl awtomatig: mae'r disg caled wedi ei\n"
-"ailysgrifennu'n llwyr, a'r holl ddata wedi ei golli.\n"
-"\n"
-"Mae hwn yn nodwedd ddefnyddiol iawn pan yn gosod ar nifer fawr o beiriannau\n"
-"tebyg. Gw. yr adran Auto install ar ein safle gwe.\n"
-"\n"
-" *\"Cadw'r dewis o becynnau\": mae hyn yn cadw'r dewis o becynnau wnaed\n"
-"cynt. Yna wrth wneud gosodiad arall, rhowch ddisg meddal yn y gyrrwr a "
-"rhedeg\n"
-"y gosodiad gan fynd i'r sgrin cymorth drwy wasgu'r fysell [F1], a chyflwyno\n"
-">>linux defcfg=\"disg meddal\"<<.\n"
-"\n"
-"(*) Bydd angen disg meddal wedi ei fformatio fel FAT (i greu un yn GNU/"
-"Linux,\n"
-"teipiwch \"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Rhaid i bob rhaniad sydd newydd eu henwi gael eu fformatio ar gyfer eu\n"
-"defnyddio (mae fformatio'n golygu creu system ffeilio)\n"
-"\n"
-"Efallai y byddwch eisiau ailfformatio rhai rhaniadau presennol i ddileu "
-"data\n"
-"sydd arnynt. Os ydych am wneud hynny, dewiswch y rhaniadau hynny hefyd.\n"
-"\n"
-"Sylwch nad oes angen ailfformatio'r holl raniadau sy'n bodoli eisoes. "
-"Rhaid \n"
-"ailfformatio'r rhaniadau sy'n cynnwys y system weithredu [megis \"/\",\"usr"
-"\"\n"
-"neu \"/var\") ond nid oes rhaid i chi ail fformatio rhaniadau sy'n cynnwys\n"
-"data rydych am ei gadw (e.e. \"/home\").\n"
-"\n"
-"Byddwch ofalus wrth ddewis rhaniadau. Ar l fformatio bydd yr holl ddata ar\n"
-"y rhaniadau'n cael eu dileu ac ni fydd modd ei adfer.\n"
-"\n"
-"Cliciwch \"Iawn\" pan ydych yn barod i fformatio rhaniadau.\n"
-"\n"
-"Cliciwch \"Dileu\" os ydych am ddewis rhaniad arall ar gyfer eich gosodiad\n"
-"Mandrake Linux newydd\n"
-"\n"
-"Cliciwch \"Uwch\" os ydych am ddewis rhaniadau i'w gwirio am flociau\n"
-"gwallus ar y ddisg."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Mae eich system weithredu Mandrake Linux newydd yn cael ei osod.\n"
-"Yn dibynnu ar y nifer o becynnau byddwch yn eu gosod a chyflymder\n"
-"eich cyfrifiadur, bydd yn cymryd rhwng ychydig o amser a sbel go lew.\n"
-"\n"
-"Amynedd..."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Ar yr adeg pan fyddwch yn gosod Mandrake Linux, mae'n debygol y bydd\n"
-"rhai pecynnau wedi eu diweddaru ers y rhyddhad cychwynnol. Bydd rhai \n"
-"gwallau wedi eu cywiro a materion diogelwch wedi eu datrys. I ganiatu\n"
-"i chi fanteisio ar hyn mae cynnig i chi eu llwytho i lawr o'r rhyngrwyd.\n"
-"Dewiswch \"Iawn\" os oes gennych gyswllt gweithredol 'r rhyngrwyd,\n"
-"neu \"Na\"os ydych am osod pecynnau mwy diweddar rhywbryd eto.\n"
-"\n"
-"Bydd dewis \"Iawn\" yn dangos rhestr o leoedd o le mae modd derbyn\n"
-"diweddariadau. Dewiswch yr un agosaf atoch. Yna, bydd coeden dewis\n"
-"pecynnau yn ymddangos: Wedi i chi benderfynu ar eich dewis, cliciwch\n"
-"\"Gosod\" i estyn a gosod y pecynnau hynny neu \"Diddymu\" i beidio."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Cyn parhau dylech ddarllen amodau'r drwydded yn ofalus. Mae'n ymwneud\n"
-" holl ddosbarthiad Mandrake Linux, ac os nad ydych yn cytuno 'r holl\n"
-"amodau, cliciwch ar fotwm \"Gwrthod\" fydd yn terfynu'r gosodiad yn syth.\n"
-"I barhau gyda'r gosodiad, cliciwch fotwm \"Derbyn\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Yma mae angen dewis lefel diogelwch ar gyfer y peiriant. Fel rheol,\n"
-"y mwyaf agored yw'r peiriant, y mwyaf pwysig yw'r data yr uchaf\n"
-"ddylai'r lefel diogelwch fod. Er hynny, mae diogelwch yn dod ar draul\n"
-"hwylustod. Gw. pennod MSEC yn y \"Reference Manual\" am\n"
-"wybodaeth ar ystyr y lefelau hyn\n"
-"\n"
-"Os nad ydych yn siwr beth i'w ddewis, dewiswch y rhagosodedig."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Yn awr mae angen i chi ddewis pa raniadau i'w defnyddio ar gyfer gosodiad\n"
-"eich system Mandrake Linux. Os oes rhaniadau wedi eu diffinio eisoes, un\n"
-"ai drwy osodiad blaenorol o GNU/Linux neu gan offeryn rhannu arall, mae\n"
-"modd i chi ddefnyddio'r rhaniadau presennol. Os nad, rhaid i' rhaniadau'r\n"
-"ddisg caled gael eu diffinio.\n"
-"\n"
-"I greu rhaniadau, rhaid yn gyntaf ddewis disg caled. Mae modd dewis disg\n"
-"i'w rannu drwy glicio ar \"hda\" ar gyfer y ddisg IDE cyntaf., \"hdb\" ar\n"
-"gyfer yr ail, \"sda\" ar gyfer y ddisg SCSI cyntaf, ac yn y blaen.\n"
-"\n"
-"I greu'r rhaniad, mae modd defnyddio'r dewisiadau hyn:\n"
-"\n"
-" *\"Clirio'r cyfan\": mae'r dewis hwn yn dileu pob rhaniad ar ddisg.\n"
-"\n"
-" *\"Awto ddynodi\": mae'r dewis hwn yn caniatu i chi greu'n awtomatig\n"
-"Ext2 a rhaniadau cyfnewid mewn lle gwag ar eich disg.\n"
-"\n"
-" *\"Rhagor\": yn rhoi mynediad i ragor o nodweddion:\n"
-"\n"
-" *\"Cadw'r tabl rhaniad\": mae hwn yn cadw'r tabl rhaniad i ddisg\n"
-"meddal. Mae hyn yn ddefnyddiol ar gyfer adfer tabl rhaniad, os fydd angen\n"
-"\n"
-" \"Adfer y tabl rhaniad\": mae hyn yn caniatu adfer tabl rhaniad "
-"blaenorol\n"
-"o ddisg meddal.\n"
-"\n"
-" \"Achub y tabl rhaniad\": os yw eich tabl rhaniad wedi ei ddifrodi, mae "
-"modd\n"
-"ceisio ei adfer drwy'r dewis yma. Byddwch ofalus a chofiwch fod modd iddo\n"
-"fethu.\n"
-"\n"
-" \"Ai-lwytho'r tabl rhaniad\": mae hwn yn dileu pob newid ac yn ail "
-"lwytho'r\n"
-"tabl rhaniad gwreiddiol.\n"
-"\n"
-" *\"awto osod cyfrwng symudol\": dad-diciwch y dewis hwn i osod a dad "
-"osod\n"
-"gyda llaw, cyfryngau symudol megis disgiau meddal ac CD-ROMau\n"
-"\n"
-" *\"Dewin\": defnyddiwch y dewis hwn os ydych am ddefnyddio'r dewin i "
-"rannu\n"
-"eich disg caled. Dyma'sydd orau os nad oes gennych wybodaeth sylweddol ar\n"
-"rhannu\n"
-"\n"
-" *\"Dadwneud\": defnyddiwch y dewis hwn i ddileu eich newidiadau\n"
-"\n"
-" *\"Newid o'r modd arferol/arbenigwr\": mae hwn yn caniatu "
-"gweithredoedd\n"
-"pellach ar raniadau. (Math, dewisiadau, fformat) ac mae'n cynnig mwy o\n"
-" wybodaeth.\n"
-"\n"
-" *\"Gorffen\":pan fyddwch wedi gorffen rhannu eich disg, bydd hwn yn cadw\n"
-" eich newidiadau yn l i'r ddisg\n"
-"\n"
-"Sylwer: mae modd cyrraedd y dewisiadau drwy'r bysellfwrdd. Symudwch drwy'r\n"
-" rhaniadau gan ddefnyddio [Tab] a'r saethau [I Fyny/I Lawr].\n"
-"\n"
-"Pan fydd rhaniad wedi ei ddewis, medrwch ddefnyddio:\n"
-"\n"
-" *Ctrl-c i greu rhaniad newydd (pan fo rhaniad gwag yn cael ei ddewis);\n"
-"\n"
-" *Ctrl-d i ddileu rhaniad;\n"
-"\n"
-" *Ctrl-m i greu pwynt gosod;\n"
-"\n"
-"I dderbyn gwybodaeth am yr amrywiol systemau ffeil sydd ar gael, darllenwch "
-"y\n"
-" pennawd ar ext2fs yn y ``Reference Manual''.\n"
-"\n"
-"Os ydych yn gosod ar beiriant PPC, bydd angen i chi greu \"ymlwythwr\" HFS\n"
-" bychan o leiaf 1MB o faint, fydd yn cael ei ddefnyddio gan ymlwythwr "
-"yaboot.\n"
-"Os ydych yn dewis gwneud y rhaniad rhywfaint yn fwy, dyweder tua 50MB, yna\n"
-"gall fod yn le defnyddiol i gadw cnewyllyn sbr a delweddau ramdisk ar "
-"gyfer\n"
-" sefyllfaoedd cychwyn argyfyngus!"
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Mae mwy nag un rhaniad Microsoft wedi ei ganfod ar eich disg caled.\n"
-"Dewiswch ba un rydych am newid ei faint er mwyn gosod eich\n"
-"system weithredu Mandrake Linux newydd\n"
-"\n"
-"Mae pob rhaniad wedi ei restri fel hyn: \"Enw Linux\", \"Enw Microsoft\",\n"
-"\"Maint\".\n"
-"\n"
-"Mae \"Enw Linux\" wedi ei strwythuro fel hyn: \"math o ddisg caled\", \n"
-"\"rhif y disg caled\", \"rhif y rhaniad\" (e.e., \"hda1\").\n"
-"\n"
-"\"hd\" yw'r \"Math o ddisg caled\" os mai disg caled IDE sydd gennych\n"
-"a \"sd\" yw disg caled SCSI.\n"
-"\n"
-"Llythyren wedi'r \"hd\" neu \"sd\" yw'r \"Rhif disg caled\" bob tro.\n"
-"Gyda disgiau caled IDE:\n"
-"\n"
-" * mae \"a\" yn golygu \"prif ddisg caled ar y rheolydd IDE cyntaf\",\n"
-"\n"
-" * mae \"b\" yn golygu \"ddisg caled gwas ar y rheolydd IDE cyntaf\",\n"
-"\n"
-" * mae \"c\" yn golygu \"prif ddisg caled ar yr ail reolydd IDE\",\n"
-"\n"
-" * mae \"d\" yn golygu \"ddisg caled gwas ar yr ail reolydd IDE\",\n"
-"\n"
-"Gyda disgiau caled SCSI mae \"a\" yn golygu'r \"enw SCSI isaf\", ac mae\n"
-" \"b\" yn golygu'r \"ail enw SCSI isaf\", ag ati.\n"
-"\n"
-"Mae \"Enw Windows\" yn cyfeirio at y llythyren y disg caled o dan\n"
-" Windows (\"C:\" yw'r ddisg neu raniad cyntaf)."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Amynedd... Gall y weithred hon gymryd rhai munudau."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Mae DrakX am wybod a ydych am wneud gosodiad rhagosodedig.\n"
-"Hwn sy'n cael ei (\"Argymell\") neu a ydych eisiau mwy o reolaeth\n"
-" (\"Arbenigwr\"). Mae gennych hefyd y dewis o wneud gosodiad newydd neu\n"
-" uwchraddio system Mandrake Linux cyfredol.\n"
-"\n"
-" *\"Gosod\" Mae hwn yn dileu'r hen system yn llwyr. Mewn gwirionedd, yn\n"
-"dibynnu ar ffurf eich peiriant, bydd modd cadw rhai hen raniadau (Linux neu\n"
-"eraill) heb eu newid.\n"
-"\n"
-" *\"Uwchraddio\" Mae'r gosodiad yn caniatu i chi uwchraddio'r pecynnau\n"
-"sydd wedi eu gosod ar eich system Mandrake Linux. Bydd yn cadw'r rhaniadau\n"
-"cyfredol ar eich disg caled yn ogystal ffurfweddiad defnyddwyr. Mae pob\n"
-"cam ffurfweddiad arall ar gael fel mewn gosodiad arferol.\n"
-"\n"
-" *\"Uwchraddio Pecynnau'n Unig\" Mae hwn yn ddewis newydd i ganiatu\n"
-"uwchraddio system Mandrake Linux cyfredol tra'n cadw'r holl ffurfweddiad\n"
-"system heb ei newid. Mae ychwanegu pecynnau newydd i'r system hefyd \n"
-"yn bosibl.\n"
-"\n"
-"Dylai'r uwchraddiad weithio gyda systemau Mandrake Linux yn cychwyn\n"
-"o rifyn \"8.1\" \n"
-"\n"
-"Gan ddibynnu ar eich gwybodaeth am GNH/Linux, dewiswch un o'r canlynol:\n"
-"\n"
-" *Argymhellir: dewiswch hwn os nad ydych wedi gosod system weithredu\n"
-"GNU/Linux o'r blaen. Bydd y gosod yn hawdd a bydd ond rhaid i chi ateb\n"
-"rhai cwestiynau\n"
-"\n"
-" *Arbenigwr: os oes gennych wybodaeth drylwyr am GNU/Linux, mae modd\n"
-"i chi ddewis y math yma o osodiad. Bydd hwn yn caniatu i chi osod y system\n"
-"yn l eich gofynion eich hun. Bydd ateb rhai o'r cwestiynau'n anodd os nad\n"
-"oes gennych wybodaeth drylwyr o GNU/Linux, felly peidiwch dewis hwn os\n"
-" nad ydych yn gwybod beth rydych yn ei wneud."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Fel arfer mae DrakX yn dewis y bysellfwrdd cywir ar eich cyfer ( gan "
-"ddibynnu pa\n"
-" iaith rydych wedi ei ddewis) ac ni fyddwch yn gweld y cam hwn. Er hynny,\n"
-"efallai nad oes gennych fysellfwrdd sy'n cyfateb yn union i'ch iaith: e.e., "
-"os ydych\n"
-"yn Americanwr sy'n siarad Cymraeg, efallai eich bod am gadw eich "
-"bysellfwrdd\n"
-"Americanaidd. Neu os ydych yn siarad Cymraeg ac yn byw yn Hong Kong mae'r\n"
-" un sefyllfa'n codi. Yn y ddwy achos bydd angen i chi fynd yn l i'r cam yma "
-"yn y\n"
-" gosodiad a dewis y bysellfwrdd perthnasol o'r rhestr.\n"
-"\n"
-"Cliciwch ar fotwm \"Rhagor\" i dderbyn y rhestr lawn o fysellfyrddau sy'n "
-"cael eu\n"
-" cynnal.\n"
-" "
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Dewiswch eich dewis iaith ar gyfer y gosod a'r defnydd o'r system\n"
-"\n"
-"Bydd clicio ar y botwm \"Uwch\" yn caniatu i chi ddewis ieithoedd eraill "
-"i'w\n"
-" gosod ar eich peiriant gwaith. Bydd dewis ieithoedd eraill yn gosod "
-"ffeiliau\n"
-" penodol sy'n cynnwys dogfennaeth a rhaglenni yn yr ieithoedd hynny.\n"
-"Er enghraifft, os ydych yn westeiwr ar gyfer defnyddwyr o Sbaen, dewiswch \n"
-" Gymraeg fel y brif iaith yn golwg coeden ac yn yr adran Uwch cliciwch ar "
-"y \n"
-"seren lwyd sy'n cyfateb i \"Spaeneg|Sbaen\". \n"
-"\n"
-"Sylwer bod modd gosod myw nag un iaith. Unwaith i chi ddewis unrhyw \n"
-"leoleiddiad ychwanegol cliciwch y botwm \"Iawn\" i barhau."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Drwy ragosodiad mae DrakX yn cymryd bod gennych lygoden dau fotwm a bydd yn "
-"ei osod i efelychu botwm tri. Bydd DrakX yn gwybod yn awtomatig p'un a'i "
-"yw'n lygoden PS/2, cyfresol neu USB.\n"
-"\n"
-" Os hoffech chi bennu math arall o lygoden, dewiswch y math priodol o'r "
-"rhestr.\n"
-"\n"
-"Os byddwch yn dewis llygoden ar wahn i'r rhagosodedig, byddwch yn gweld "
-"ffenestr profi'r llygoden. Defnyddiwch y botymau a'r olwyn i wneud yn siwr "
-"fod y gosodiadau'n gweithio. Os nad yw'r llygoden yn gweithio'n iawn pwyswch "
-"ar y bylchwr neu [Return] i \"Dileu\" a dewis eto."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Dewiswch y porth cywir. Mae porth \"COM1\" o dan MS Windows yn cael ei alw "
-"yn\n"
-"\"ttyS0\" yn GNU/Linux, e.e."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Mae hwn yn fan pwysig ynghylch diogelwch eich system GNU/Linux; rhaid\n"
-"rhoi cyfrinair \"root\".\"root\" yw gweinyddwr y system a'r unig un sydd 'r "
-"hawl\n"
-"i wneud diweddariadau, ychwanegu defnyddwyr, newid ffurfweddiad cyffredinol\n"
-"y system, ac yn y blaen. Yn fyr mae \"root\" yn medru gwneud popeth! Dyna\n"
-"pam mae'n rhaid dewis cyfrinair sy'n anodd ei ddyfalu - bydd DrakX yn dweud\n"
-" wrthych os yw'n rhy hawdd. Fel y gwelwch, mae modd peidio gorfod cynnig\n"
-" cyfrinair, ond rydym yn argymell yn erbyn hyn, hyd yn oed am un rheswm:\n"
-" peidiwch meddwl bod eich systemau gweithredu eraill yn ddiogel rhag\n"
-" camgymeriadau, gan eich bod wedi cychwyn o GNU/Linux. Gan fod \"root\" yn\n"
-" medru goresgyn unrhyw gyfyngiadau a dileu data'n anfwriadol ar bob "
-"rhaniad,\n"
-" drwy fynd at y rhaniadau'n ddi-hid, yna mae'n bwysig ei gwneud hi'n anodd "
-"bod\n"
-" yn \"root\".n\n"
-"Dylai'r cyfrinair fod yn gyfuniad o rifau a llythrennau ac o leiaf 8 nod o "
-"hyd.\n"
-" Peidiwch ysgrifennu'r cyfrinair ar bapur - bydd yn ei gwneud hi'n rhy "
-"hawdd\n"
-" gwanhau'r system.\n"
-"\n"
-"Er hynny, peidiwch gwneud y cyfrinair yn rhy hir neu gymhleth am fod rhaid "
-"i\n"
-"chi fedri ei gofio heb ormod o drafferth.\n"
-"\n"
-"Ni fydd y cyfrinair yn cael ei ddangos ar y sgrin wrth i chi ei deipio. "
-"Felly bydd\n"
-" rhaid i chi deipio'r cyfrinair ddwywaith i leihau'r siawns o deipio gwall. "
-"Os ydych\n"
-"yn digwydd gwneud yr un gwall teipio ddwywaith, bydd rhaid defnyddio'r "
-"cyfrinair\n"
-" \"anghywir\" i gychwyn y tro cyntaf.\n"
-"\n"
-"Yn y modd arbenigwr, bydd gofyn os fyddwch yn cysylltu gwasanaethwr\n"
-"dilysu, megis NIS neu LDAPl\n"
-"\n"
-"Os yw eich rhwydwaith yn defnyddio protocol LDAP (neu NIS) ar gyfer dilysu,\n"
-" dewiswch \"LDAP\" (neu \"NIS\") fel dilyswr. Os nad ydych yn gwybod,\n"
-" gofynnwch i'ch gweinyddwr system.\n"
-"\n"
-"Os nad yw eich cyfrifiadur wedi ei gysylltu i unrhyw rwydwaith wedi ei "
-"weinyddu,\n"
-" byddwch angen dewis \"Ffeiliau lleol\" ar gyfer dilysu."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"Mae LILO a grub yn llwythwyr cychwyn ar gyfer GNU/Linux. Fel rheol\n"
-"mae'r cam yma'n gwbl awtomatig. Mewn gwirionedd mae DrakX yn\n"
-"dadansoddi'r adran gychwyn ac yn gweithredu ar yr hyn mae'n ei ganfod\n"
-"yma:\n"
-" *os yw'n canfod adran gychwyn Windows mae'n gosod adran cychwyn\n"
-"grub/LILO yno yn ei le. Felly bydd modd i chi gychwyn un ai GNU/Linux\n"
-"neu system weithredu arall.\n"
-"\n"
-" *os fydd yn canfod adran gychwyn grub neu LILO, bydd yn gosod un mwy\n"
-"diweddar yn ei le.\n"
-"\n"
-"Os oes amheuaeth, bydd DrakX yn dangos blwch deialog gyda dewisiadau.\n"
-"\n"
-" * \"Llwythwr cychwyn i'w ddefnyddio\": mae gennych dri dewis:\n"
-"\n"
-" * \"GRUB\":os mae'n well gennych grub (dewislen testun)\n"
-"\n"
-" * \"LILO\" gyda dewislen raffigol\": os mae'n well gennych LILO gyda'i\n"
-"rhagwyneb graffigol.\n"
-"\n"
-" * \"LILO\" gyda dewislen raffigol\": os mae'n well gennych rhagwyneb "
-"dewislen\n"
-"testun.\n"
-"\n"
-" * \"Dyfais cychwyn\": yn y rhan fwyaf o achosion ni fyddwch yn newid\n"
-"y rhagosodedig (\"/dev/hda\"), ond os mae'n well gennych, gall y llwythwr\n"
-"cychwyn gael ei osod ar yr ail ddisg caled (\"/dev/hdb\"), neu hyd yn oed "
-"ar\n"
-"ddisg meddal (\"/dev/fd0\")\n"
-" * \"Oedi cyn cychwyn y ddelwedd rhagosodedig\": wrth ail gychwyn y "
-"cyfrifiadur\n"
-"dyma'r oedi sy'n caniatu i'r defnyddiwr ddewis o fewn y ddewislen llwythwr "
-"cychwyn,\n"
-"llwythwr cychwyn arall yn lle'r un rhagosodedig.\n"
-"\n"
-"!!Gofalwch, os nad ydych yn gosod llwythwr cychwyn, (drwy ddewis \"Diddymu\" "
-"yma),\n"
-"rhaid i chi wneud yn siwr fod gennych fodd i gychwyn eich system Linux "
-"Mandrake.\n"
-"Hefyd, gwnewch yn siwr eich bod yn gwybod beth rydych yn ei wneud cyn newid "
-"y\n"
-"dewisiadau hyn!!\n"
-"\n"
-"Bydd clicio'r botwm \"Uwch\" yn y ddeialog yn cynnig nifer o ddewisiadau "
-"uwch,\n"
-"sydd yn cael eu cadw ar gyfer y defnyddiwr arbenigol.\n"
-"\n"
-"Wedi i chi ffurfweddi baramedrau'r llwythwr cychwyn cyffredinol, bydd rhestr "
-"o\n"
-"ddewisiadau cychwyn sydd ar gael wrth gychwyn, yn cael ei gynnig i chi.\n"
-"\n"
-"Os oes yna system weithredu arall ar eich peiriant, bydd yn cael ei "
-"ychwanegu'n\n"
-"awtomatig i'r ddewislen gychwyn. Yma cewch wneud mn newidiadau i'r "
-"dewisiadau\n"
-"presennol. Dewiswch enw a chliciwch \"Newid\" i'w newid neu ei dynnu;\n"
-"\"Ychwanegu\" i greu enw newydd; a \"Gorffen\" i fynd ymlaen i'r cam nesaf "
-"o'r gosod."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"Mae LILO (the LInux LOader) a grub yn llwythwyr cychwyn: maent yn medru\n"
-"cychwyn un ai GNU/Linux neu unrhyw system weithredu arall sy'n bresennol\n"
-"ar eich cyfrifiadur. Fel rheol mae'r systemau hyn wedi eu canfod a'u gosod "
-"yn\n"
-"gywir. Os nad yw hyn yn gywir y tro yma, mae modd i chi ychwanegu cofnod\n"
-" gyda llaw ar y sgrin hwn. Byddwch ofalus i ddewis y paramedrau cywir\n"
-"\n"
-"Efallai na fyddwch eisiau rhoi mynediad i'r systemau gweithredu hyn i neb "
-"arall\n"
-"Os felly, gallwch ddileu'r cofnodion perthnasol.Ond bydd rhaid i chi greu "
-"disg\n"
-" cychwyn ar gyfer y systemau gweithredu rheini!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Rhaid i chi ddangos lle rydych am osod y wybodaeth angenrheidiol i gychwyn\n"
-"GNU/Linux\n"
-"Os nad ydych yn gwybod yn union beth rydych yn ei wneud, dewiswch \"First\n"
-"sector of drive (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Yma byddwn yn dewis system argraffu i'ch cyfrifiadur ei ddefnyddio. Efallai\n"
-"bod systemau eraill yn cynnig un i chi, ond mae Mandrake yn cynnig tri.\n"
-"\n"
-" *pdq\" - sy'n golygu \"print, don't queue\", Hwn yw'r dewis os oes gennych "
-"gysylltiad uniongyrchol 'ch argraffydd a'ch bod eisiau medru tynnu allan o "
-"waith argraffu pan mae'r papur wedi mynd yn sownd ac nad oes gennych "
-"argraffyddion wedi eu cysylltu drwy rwydwaith. Mae'n medru trin "
-"rhwydweithiau syml ac mae rhywfaint yn araf ar gyfer rhwydweithiau. Dewiswch "
-"\"pdq\" os mai dyma yw eich tro cyntaf yn GNU/Linux., mae modd i chi newid "
-"eich dewis ar l gosod drwy ddefnyddio PrinterDrake o Ganolfan Rheoli "
-"Mandrake a chlicio botwm arbenigwr\n"
-" *\"CUPS\" - \"Common Unix Printing System\". Mae hwn yn wych ar gyfer "
-"argraffu i argraffyddion lleol a hanner ffordd rownd y byd. Mae'n symlach, "
-"yn medru gweithredu fel gwasanaethwr neu cleient ar gyfer yr hen system \"lpd"
-"\",felly mae'n cydweddi 'r systemau sydd wedi mynd o'i flaen. Mae'n gallu "
-"gwneud nifer o driciau, ond mae bron mor syml i'w osod \"pdq\". Os ydych "
-"amgen hwn i efelychu gwasanaethwr \"lpd\", yna rhaid cychwyn daemon \"cups-"
-"lpd\". Mae ganddo wyneb graffigol ar gyfer argraffu neu ddewis dewisiadau "
-"argraffu.\n"
-"\n"
-" *\"lprNG\" - \"line printer daemon New Generation\" Mae'r system yma'n "
-"medru gwneud yn fras yr un pethau a'r lleill, ond mae'n medru argraffu i "
-"argraffyddion ar Novell Network, gan ei fod yn cynnal protocol IPX, ac mae'n "
-"medru argraffu 'n uniongyrchol i orchmynion cragen.. Os oes angen Novell neu "
-"argraffu i orchmynion heb luniad peipen ar wahn, defnyddiwch lprNG. Yn "
-"gyffredinol, mae CUPS yn well am ei fod yn syml ac yn well wrth weithio ar "
-"draws rhwydwaith."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"Mae DrakX yn canfod unrhyw ddyfais IDE sydd ar eich cyfrifiadur. Bydd yn\n"
-"chwilio am un neu fwy o gardiau SCSI PCI ar eich system. Os oes Cerdyn "
-"SCSI'n cael ei ganfod bydd DrakX yn awtomatig yn gosod y gyrrwr priodol.\n"
-"\n"
-"Oherwydd nad yw canfod caledwedd bob tro'n canfod darn o galedwedd, bydd\n"
-" DrakX yn gofyn i chi gadarnhau os oes cerdyn SCSI PCI yn bresennol. "
-"Cliciwch\n"
-"\"Oes\" os ydych yn gwybod bod cerdyn SCSI wedi ei osod ar eich peiriant. \n"
-"Bydd rhestr o gardiau SCSI'n ymddangos i chi ddewis un. Cliciwch \"Na\" os\n"
-"nad oes gennych galedwedd SCSI. Os nad ydych yn siwr, gallwch edrych ar y\n"
-" rhestr o galedwedd sydd wedi ei ganfod ar eich peiriant drwy ddewis\n"
-" \"Gwybodaeth am galedwedd\" a chlicio \"Iawn\". Edrychwch yn fanwl ar y\n"
-"rhestr a chlicio'r botwm \"Iawn\" i fynd yn l i'r cwestiwn rhag wyneb "
-"SCSI.\n"
-"\n"
-"Os ydych wedi pennu eich addaswr gyda llaw, bydd DrakX yn gofyn i chi s\n"
-" ydych am bennu dewisiadau ar ei gyfer. Dylech adael i DrakX ofyn i'r cerdyn "
-"am\n"
-" ddewisiadau penodol i'r cerdyn mae angen i'r caledwedd eu cychwyn. Mae hyn\n"
-"fel rheol yn gweithio'n dda\n"
-"\n"
-"Os nad yw DrakX yn medru holi am y dewisiadau sydd eu hangen, bydd rhaid i\n"
-" chi ddarparu'r dewisiadau gyda llaw. Darllenwch yr ``User "
-"Guide'' (pennod3,\n"
-" adran \"Collecting Information on Your Hardware\") am syniadau ar sut i "
-"gael y\n"
-" paramedrau angenrheidiol o ddogfennau'r caledwedd, o safle gwe'r "
-"gwneuthurwr\n"
-" (os oes gennych gysylltiad 'r Rhyngrwyd) neu oddi wrth Microsoft Windows "
-"(os\n"
-" ydych wedi defnyddio'r caledwedd gyda Windows ar eich system)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Mae modd i chi gynnig cofnodion eraill ar gyfer yaboot, un ai systemau\n"
-" gweithredol eraill, cnewyll eraill, neu ddelwedd cychwyn argyfwng.\n"
-"\n"
-"Ar gyfer systemau gweithredu eraill, mae'r cofnod yn cynnwys label a'r "
-"rhaniad\n"
-" root yn unig\n"
-"\n"
-"Ar gyfer LInux, mae yna rhai dewisiadau:\n"
-"\n"
-" *Label:sef yr enw fyddwch yn ei deipio yn anogwr yaboot i ddewis y dewis\n"
-" cychwyn.\n"
-"\n"
-" *Image: hwn fydd enw'r cnewyllyn i'w gychwyn. Fel rheol, vimlinux neu\n"
-"amrywiad ohono gydag estyniad\n"
-"\n"
-" *Root: y ddyfais \"root\" neu \"/\" ar gyfer eich gosodiad Linux.\n"
-"\n"
-" *Append: ar galedwedd Apple, mae dewis atodi cnewyllyn yn cael ei\n"
-" ddefnyddio'n eithaf aml i gynorthwyo cychwyn caledwedd fideo neu i alluogi\n"
-" efelychiad o'r llygoden bysellfwrdd sydd ar goll ar yr ail a'r trydydd "
-"botwm\n"
-"llygoden llygod arferol Apple. Dyma rhai enghreifftiau:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: mae modd defnyddio'r dewis hwn i un ai lwytho'r modiwlau "
-"cychwynnol,\n"
-" cydnabod y ddyfais cychwyn ar gael, neu i lwytho delwedd ramdisg ar gyfer\n"
-" cychwyn argyfwng.\n"
-"\n"
-" * Initrd-size: maint y ddelwedd ramdisg arferol yw 4,096bid. Os ydych "
-"angen\n"
-"dyrannu ramdisg mawr, mae modd defnyddio'r dewis hwn.\n"
-"\n"
-" * Read-write:fel rheol mae'r rhaniad \"root\" yn cael ei agor fel darllern "
-"yn unig, i\n"
-" ganiatu gwiriad system ffeiliau cyn i'r system ddod yn \"fyw\". Yma mae "
-"modd\n"
-" diystyru'r dewis hwn.\n"
-"\n"
-" * NoVideo: petai caledwedd Apple yn profi i fod yn peri anhawsterau "
-"sylweddol,\n"
-" mae modd i chi ddewis cychwyn mewn modd \"novideo\", gyda chynhaliaeth\n"
-" ffrm byffer cynhenid\n"
-"\n"
-" * Default: dyma'r cyflwr rhagosodedig, dewiswch hwn drwy bwyso ENTER at\n"
-" anogwr yaboot. Bydd y cofnod hefyd wedi ei amlygu gyda \"*\", os wnewch "
-"chi\n"
-" bwyso ar [Tab] i weld dewisiadau'r cychwyn."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot yw llwythwr cychwyn ar gyfer caledwedd NewWorld MacIntosh. Mae'n \n"
-"medru cychwyn GNU/Linux, MacOS neu MacOSX os ydynt ar eich peiriant. Fel\n"
-" rheol, mae'r systemau gweithredu hyn yn cael eu canfod yn gywir a'u gosod. "
-"Os\n"
-" nad yw hyn yn digwydd, mae modd i chi ychwanegu eu cofnod gyda llaw ar y\n"
-" sgrin hwn. Byddwch ofalus i ddewis y paramedrau cywir.\n"
-"\n"
-"Prif ddewisiadau Yaboot yw:\n"
-"\n"
-" * Cychwyn Neges: neges testun sym lsy'n cael ei ddangos cyn yr anogwr\n"
-" cychwyn\n"
-"\n"
-" * Cychwyn y Ddyfais: yn dangos lle rydych am osod y wybodaeth "
-"angenrheidiol\n"
-"i gychwyn GNU/Linux. Yn gyffredinol, byddwch wedi creu rhaniad ymlwythwr yn\n"
-" gynt, i ddal y wybodaeth.\n"
-"\n"
-" * Oediad Open Firmware: yn wahanol i LILO, mae yna ddau oediad ar gael "
-"gyda\n"
-" yaboot. Mae'r cyntaf yn cael ei fesur mewn eiliadau a dyma pryd hyn mae "
-"modd\n"
-" dewis rhwng CD, cychwyn OF, MacOS neu Linux\n"
-"\n"
-" * Oediad Cychwyn y Cnewyllyn: mae'r oediad yn debyg i oediad cychwyn LILO.\n"
-"WEdi dewis Linux, bydd oediad o 0.1 eiliad cyn bod eich cnewyllyn "
-"rhagosodedig\n"
-" yn cael ei ddewis.\n"
-"\n"
-" * Galluogi Cychwyn o'r CD?: mae dewis hwn yn caniatu i chi ddewis \"C\" "
-"am\n"
-"CD ar anogwr y cychwyn cyntaf.\n"
-"\n"
-" * Galluogi Cychwyn OF?: mae dewis hwn yn caniatu i chi ddewis |\"N\" am\n"
-" Open Firmware ar anogwr y cychwyn cyntaf.\n"
-"\n"
-" * System Weithredu Rhagosodedig: mae modd dewis pa system weithredu fydd\n"
-"yn cychwyn drwy ragosodiad pan ddaw'r Open Firmware i ben."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Dyma amrywiol baramedrau ynghylch eich peiriant. Yn ddibynnol ar eich\n"
-"caledwedd, mae'n bosibl i chi weld y rhain, neu beidio\n"
-"\n"
-" *\"Llygoden\": edrychwch ar ffurfweddiad presennol y llygoden a chliciwch "
-"ar y\n"
-" botwm i'w newid os oes angen.\n"
-"\n"
-" *\"Bysellfwrdd\" edrychwch ar ffurfweddiad presennol y bysellfwrdd a "
-"chliciwch\n"
-"ar y\n"
-" botwm i'w newid os oes angen.\n"
-"\n"
-" *\"Cylchfa amser\" Mae DrakX, yn dyfalu eich cylchfa amser o'r iaith "
-"rydych\n"
-" wedi ei dewis. Eto fel gyda bysellfwrdd efallai nad ydych yn y wlad sy'n "
-"cyfateb i'r\n"
-" dewis iaith. Felly, mae'n bosibl y bydd angen i chi glicio ar fotwm "
-"\"Cylchfa\n"
-" amser\" i ffurfweddi'r cloc yn l y gylchfa amser rydych ynddi.\n"
-"\n"
-" *\"Argraffydd\": bydd clicio ar y botwm \"Dim argraffydd\" yn agor y dewin\n"
-" ffurfweddi.\n"
-"\n"
-" *\"Cerdyn sain\": os oes cerdyn sain yn cael ei ganfod ar eich system, bydd "
-"yn\n"
-"cael ei ddangos yma. Nid oes modd creu newidiadau adeg y gosodiad.\n"
-"\n"
-" *\"Cerdyn teledu\": os oes cerdyn teledu yn cael ei ganfod ar eich system, "
-"bydd\n"
-" yn cael ei ddangos yma. Nid oes modd creu newidiadau adeg y gosodiad.\n"
-"\n"
-" *\"Cerdyn IDSN\":os oes cerdyn IDSN yn cael ei ganfod ar eich system, bydd\n"
-" yn cael ei ddangos yma. Mae modd clicio ar y botwm i newid y paramedrau\n"
-" cysylltiedig."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Dewiswch y ddisg galed rydych am ei ddileu er mwy n gosod eich rhaniad\n"
-"Mandrake Linux newydd. Byddwch ofalus, bydd yr holl ddata sydd arno'n\n"
-"cael ei ddileu ac ni fydd modd ei adfer!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Cliciwch \"Iawn\" os ydych am ddileu'r holl ddata a rhaniadau sy'n bresennol "
-"ar y disg galed hwn. Byddwch ofalus, wedi i chi glicio \"Iawn\" ni fydd modd "
-"i chi adfer unrhyw ddata na rhaniadau presennol ar y disg caled, gan gynnwys "
-"data Windows.\n"
-"\n"
-"Cliciwch \" Diddymu\" i ddiddymu'r weithred hon heb golli unrhyw ddata a "
-"rhaniadau sy'n bresennol ar y ddisg galed."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Methu cael mynediad i fodiwlau'r cnewyllyn sy'n cyfateb i'ch cnewyllyn chi "
-"(mae ffeil %s ar goll), mae hyn yn golygu, fel arfer, nad yw eich disg "
-"cychwyn yn cydweddu gyda'r cyfrwng Gosod (crwch ddisg cychwyn meddal newydd)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Rhaid fformatio %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Rydych wedi dewis y gwasanaethwr(wyr) canlynol: %s\n"
-"\n"
-"\n"
-"Mae'r gwasanaethwyr canlynol yn cael eu cychwyn drwy ragosodiad. Nid oes "
-"ganddynt unrhyw faterion diogelwch hysbys, ond mae'n bosibl i rai ddod i'r "
-"golwg. Os felly rhaid uwchraddio gynted ag y bo modd\n"
-"\n"
-"Ydych chi wir eisiau gosod y gwasanaethwyr hyn?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Methu defnyddio darlledu heb parth NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Rhowch ddisg meddal wedi ei fformatio i FAT yng ngyrrwr %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Nid yw 'r disg meddal hwn wedi ei fformatio i FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"I ddefnyddio'r dewis o becynnau wedi eu cadw, cychwynnwch y gosodiad gyda "
-"``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Gwall wrth ddarllen ffeil %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Mae peth caledwedd ar eich cyfrifiadur angen gyrwyr \"priodol\" i weithio.\n"
-"Mae rhywfaint o wybodaeth i'w gael amdanynt yn %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Rhaid bod gennych raniad gwraidd.\n"
-"Crwch raniad (neu glicio ar un presennol)\n"
-"Yna dewiswch weithred \"Pwynt Gosod\" a'i osod i `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Rhaid cael rhaniad cyfnewid"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nid oes gennych raniad cyfnewid\n"
-"\n"
-"Parhau beth bynnag?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Rhaid bod gennych raniad FAT wedi ei osod yn /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Defnyddiwch le gwag"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nid oes digon o le i ddynodi rhaniadau newydd"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Defnyddiwch y rhaniadau cyfredol"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nid oes rhaniad cyfredol i'w ddefnyddio"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Defnyddiwch rhaniad Windows ar gyfer cylch-ol"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Pa raniad hoffech chi ei ddefnyddio ar gyfer Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Dewiswch y maint"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Maint rhaniad gwraidd mewn MB :"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Maint rhaniad cyfnewid mewn MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Defnyddiwch y lle gwag ar raniad Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Pa raniad ydych chi am newid ei faint?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Mesur ffiniau system ffeilio Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Nid yw'r newidiwr maint FAT yn medru trin eich rhaniad.\n"
-"digwyddodd y gwall canlynol: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Mae eich rhaniad Windows yn rhy ysgyriog, rhedwch \"defrag\" yn gyntaf"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"RHYBUDD!\n"
-"\n"
-"Bydd DrakX yn newid maint eich rhaniad Windows. Byddwch\n"
-"ofalus: mae gwneud hyn yn beryglus. Os nad ydych wedi\n"
-"gwneud yn barod, dylech fynd allan o'r gosod, rhedeg scandisk\n"
-"yn Windows (ac os oes modd defrag), yna ail gychwyn y gosodiad.\n"
-"Dylech hefyd wneud copi wrth gefn o'ch data.Pan rydych yn siwr, cliciwch "
-"Iawn."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Pa faint ydych am ei gadw ar gyfer Windows ar"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "rhaniad %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Methodd newid maint FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nid oes rhaniadau FAT i newid eu maint neu i'w defnyddio fel cylch-l (neu "
-"nad oes digon o le ar l)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Dileu'r ddisg gyfan"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Tynnu Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Mae gennych fwy nag un disg caled, ar ba un ydych am osod linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Bydd pob rhaniad a'u data yn cael ei ddileu ar yrrwr %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Rhannu disg unigol"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Defnyddiwch fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Medrwch rhannu %s\n"
-"Wedi gorffen, peidiwch anghofio cadw gyda 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Does gennych ddim digon o le rhydd ar eich rhaniad Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Methu canfod lle ar gyfer gosod"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Daeth dewin Rhannu DrakX o hyd i'r atebion canlynol:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Methodd rhannu: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Cychwyn y rhwydwaith"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Cau'r rhwydwaith"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Digwyddodd gwall ond wn i ddim sut i ddelio ag ef yn dwt.\n"
-"Mae'n beryglus i barhau."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Pwynt gosod dyblyg %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Methodd rhai pecynnau pwysig a chael eu gosod yn gywir.\n"
-"Un ai mae eich gyrrwr CD-ROM neu eich CD-ROM yn wallus.\n"
-"Gwiriwch y CD-ROM ar gyfrifiadur wedi ei osod gan ddefnyddio \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Croeso i %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Does dim gyrrwr disg meddal ar gael"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Cychwyn cam '%s\"\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Mae eich system yn brin o adnoddau. Efallai y cewch anhawsterau wrth osod\n"
-"Mandrake Linux. Os bydd hynny'n digwydd, gallwch geisio gwneud gosodiad\n"
-"testunol. I wneud hynny, gwasgwch F1 wrth gychwyn ar y CD-ROM ac yna rhoi "
-"'text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Gosod Dosbarth"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Dewiswch un o'r dosbarthiadau canlynol o osodiad::"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Cyfanswm maint y grwpiau rydych wedi eu dewis yw tua %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Os hoffech chi osod llai na'r maint hwn\n"
-"dewiswch canran y pecynnau i'w gosod.\n"
-"\n"
-"Dim ond y pecynnau pwysicaf fydd yn cael eu gosod gyda chanran\n"
-"isel; tra bydd canran o 100% yn llwytho'r holl becynnau."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Dim ond ar gyfer %d%% o'r pecynnau hyn mae gennych le.\n"
-"\n"
-"Os hoffech osod llai na hyn,\n"
-"dewiswch canran y pecynnau rydych am eu gosod.\n"
-"Dim ond y pecynnau pwysicaf fydd yn cael eu gosod gyda chanran\n"
-"isel; tra bydd canran o %d%% yn llwytho'r gymaint o becynnau ag\n"
-"y mae modd."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Dydd modd eu dewis yn fwy penodol yn y cam nesaf."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Cyfanswm y pecynnau i'w gosod"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Dewis y Grwp Pecyn"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Dewis pecynnau unigol."
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Cyfanswm maint: %d/%d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pecyn gwallus"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Enw: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Fersiwn: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Maint: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Pwysigrwydd: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Nid oes modd i chi ddewis y pecyn hwn - does dim lle ar ol i'w osod"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Mae'r pecynnau canlynol i'w gosod"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Bydd y pecynnau canlynol yn cael eu tynnu"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Does dim modd i chi ddewis/dad-ddewis y pecyn"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Mae hwn yn becyn hanfodol, does dim modd ei ddad-ddewis"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Does dim mod dad-ddewis y pecyn, mae wedi ei osod yn barod"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Rhaid i'r pecyn gael ei uwchraddio\n"
-"Ydych chi'n siwr eich bod am ei ddad-ddewis?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Does dim mod dad-ddewis y pecyn hwn. Rhaid ei ddiweddaru"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Dangoswch y pecynnau dewis awtomatig"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Gosodiad"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "LLwytho/Cadw ar ddisg meddal"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Diweddaru'r dewis pecynnau"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Gosodiad lleiaf"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Dewiswch y pecynnau hoffech chi eu gosod"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Gosod"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Amcangyfrif"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Amser yn weddill"
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Arhoswch, paratoi'r gosodiad"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pecyn"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Gosod pecynnau %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Derbyn"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Gwrthod"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Newidiwch eich CD-ROM\n"
-"\n"
-"Rhowch yr CD-ROM sydd wedi ei labeli \"%s\" yn eich gyrrwr a chlicio Iawn\n"
-"Os nad yw gennych, cliciwch Dileu i osgoi gosod o'r CD-ROM hwn."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Mynd yn ein blaen beth bynnag?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Roedd gwall wrth drefnu pecynnau"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Digwyddodd gwall wrth osod pecyn"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-" Rhybudd\n"
-"\n"
-"Darllenwch yr amodau isod yn ofalus. Os ydych yn anghytuno gydag unrhyw\n"
-" ddarn, nid oes caniatd i chi osod y cyfrwng CD nesaf. Pwyswch 'Gwrthod' i\n"
-" barhau'r gosodiad heb ddefnyddio'r cyfryngau hyn.\n"
-"\n"
-"Nid yw rhai cydrannau ar y CDau canlynol yn cael eu rheoli gan Drwydded GPL\n"
-" neu gytundebau tebyg. Mae'r cydrannau hynny'n cael eu rheoli gan dermau ac\n"
-" amodau ei drwydded benodol ei hun. Darllenwch yn ofalus a chadwch at y\n"
-" trwyddedau penodol cyn defnyddio neu ddosbarthu'r cydrannau hynny.\n"
-"\n"
-"Mae'r trwyddedau hynny'n atal yn gyffredinol, drosglwyddiad, dyblygu (ar "
-"wahn i\n"
-" bwrpas cadw wrth gefn), dosbarthu, cildroi peirianyddol, dadcydosod,\n"
-" dadgrynhoi neu newid y cydrannau. Bydd unrhyw dorri ar yr amodau hyn yn\n"
-"terfynu eich hawl o dan y drwydded benodol. Oni bai ei fod yn rhoi'r hawl i "
-"chi,\n"
-"nid oes modd i chi osod y rhaglenni ar fwy nag un system na'i addasu ar "
-"gyfer\n"
-" defnydd ar rwydwaith. Os oes amheuaeth, cysylltwch yn uniongyrchol \n"
-"dosbarthwr neu olygydd y cydrannau hynny.\n"
-"Mae trosglwyddo i drydydd parti neu gopo'r cydrannau hynny gan gynnwys y\n"
-" ddogfennaeth, wedi ei wahardd fel rheol\n"
-"\n"
-"Mae pob hawl i gydrannau'r cyfrwng CD nesaf yn perthyn i' hawduron "
-"perthnasol\n"
-" ac maent wedi eu hamddiffyn drwy gyfreithiau eiddo deallusol a hawlfraint "
-"sy'n\n"
-" berthynol i raglenni meddalwedd.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Digwyddodd gwall"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Ydych chi wir eisiau gadael y gosodiad?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Cytundeb trwyddedu"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Cyflwyniad\n"
-"\n"
-"Bydd y system weithredu a'r cydrannau gwahanol sydd o fewn dosbarthiad "
-"Mandrake Linux yn\n"
-"cael eu galw yn \"Gynnyrch Meddalwedd\" o hyn ymlaen. Mae'r Cynnyrch "
-"Meddalwedd yn\n"
-"cynnwys, ond heb eu cyfyngu, i'r casgliad o raglenni , dulliau, rheolau a "
-"dogfennau mewn\n"
-"perthynas 'r system weithredu a chydrannau gwahanol dosbarthiad Mandrake "
-"Linux.\n"
-"\n"
-"\n"
-"1. Cytundeb Trwyddedu\n"
-"\n"
-"Darllenwch y ddogfen hon yn ofalus. Mae'r ddogfen hon yn gytundeb trwyddedu "
-"rhyngoch\n"
-"chi MandrakeSoft S.A,. sy'n berthnasol i'r Cynnyrch Meddalwedd.\n"
-"\n"
-"Wrth osod, dyblygu neu ddefnyddio'r Cynnyrch Meddalwedd mewn unrhyw fodd, "
-"rydych yn\n"
-"amlwg yn derbyn ac yn llawn cytuno i gadw at delerau ac amodau'r Drwydded "
-"hon.\n"
-"Os ydych yn anghytuno ag unrhyw rhan o'r cytundeb, ni chewch ganiatd i "
-"osod, dyblygu\n"
-"neu ddefnyddio'r Cynnyrch Meddalwedd.\n"
-"Bydd unrhyw ymgais i osod, dyblygu neu ddefnyddio'r Cynnyrch Meddalwedd mewn "
-"modd\n"
-"nad yw'n cyd-fynd thelerau ac amodau'r Drwydded yn ddi-rym a bydd yn "
-"terfynu eich\n"
-"hawliau o dan y Drwydded hon. Ar ddiwedd y Drwydded, rhaid i chi "
-"ddinistrio'n syth pob\n"
-"copi o'r Cynnyrch Meddalwedd.\n"
-"\n"
-"\n"
-"2. Gwarant Gyfyngedig\n"
-"\n"
-"Mae'r Cynnyrch Meddalwedd a'r ddogfennaeth gysylltiedig yn cael eu darparu "
-"\"fel ag y maent\",\n"
-"heb ddim gwarant, hyd y mae'r gyfraith yn caniatu.\n"
-"Ni fydd MandrakeSoft S.A. yn gyfrifol, o dan unrhyw amgylchiad, a chyhyd ag "
-"y bydd y gyfraith yn\n"
-"caniatu, am unrhyw iawn o gwbl, arbennig, damweiniol, uniongyrchol neu "
-"anuniongyrchol (gan\n"
-"gynnwys heb gyfyngu ar iawndal am golli busnes, tarfu ar fusnes, colled "
-"ariannol, costau cyfreithiol,\n"
-"a chosb o ganlyniad i achos llys, neu unrhyw golled o ganlyniad) yn codi o'r "
-"defnydd neu'r anallu i\n"
-"ddefnyddio'r Cynnyrch Meddalwedd, hyd yn oed os yw MandrakeSoft wedi eu "
-"cynghori o'r posibilrwydd\n"
-"o'r fath iawn.\n"
-"\n"
-"CYFRIFOLDEB CYFYNGEDIG YN GYSYLLTIEDIG GYDA'R MEDDIANT NEU'R DEFNYDD O "
-"FEDDALWEDD\n"
-" GWAHARDDEDIG MEWN RHAI GWLEDYDD\n"
-"\n"
-"Ni fydd MandrakeSoft S.A. yn gyfrifol, o dan unrhyw amgylchiad, a chyhyd y "
-"bydd y gyfraith yn caniatu,\n"
-"i fod yn atebol am unrhyw iawn o gwbl, arbennig, damweiniol, uniongyrchol "
-"neu anuniongyrchol (gan gynnwys\n"
-"heb gyfyngu ar iawndal am golli busnes, tarfu ar fusnes, colled ariannol, "
-"costau cyfreithiol, a chosb o ganlyniad\n"
-"i achos llys, neu unrhyw golled o ganlyniad) yn codi o lwytho i lawr "
-"cydrannau meddalwedd o un o safleoedd\n"
-" Mandrake Linux, sydd wedi eu gwahardd neu eu hatal mewn rhai gwledydd gan "
-"gyfreithiau lleol. Mae'r\n"
-"cyfrifoldeb cyfyngedig hwn yn perthyn i , ond heb ei gyfyngu i'r, cydrannau "
-"cryptograffiaeth cryf sy'n cael\n"
-"eu cynnwys o fewn y Cynnyrch Meddalwedd.\n"
-"3. Trwydded GPL a Thrwyddedau Cysylltiedig\n"
-"\n"
-"Mae'r Cynnyrch Meddalwedd yn cynnwys cydrannau sydd wedi eu creu gan "
-"bersonau a endidau gwahanol.\n"
-"Mae'r rhan fwyaf o'r cydrannau hyn yn cael eu llywodraethu gan dermau ac "
-"amodau Trwydded Gyhoeddus\n"
-"Cyffredinol (General Public Licence (GPL)), GNU, fydd yn cael ei gyfeirio "
-"ato o hyn ymlaen fel \"GPL\", neu\n"
-"drwyddedau cyffelyb.. Mae'r rhan fwyaf o'r trwyddedau'n caniatu i chi "
-"ddefnyddio, dyblygu, addasu neu\n"
-" ailddosbarthu'r cydrannau maent yn eu cynnwys. Darllenwch delerau ac amodau "
-"trwydded pob cydran cyn\n"
-"eu defnyddio. Dylai pob cwestiwn am drwydded cydran gael ei ofyn i awdur y "
-"gydran ac nid i MandrakeSoft.\n"
-"Mae'r rhaglenni ddatblygwyd gan MandrakeSoft yn cael eu llywodraethu o dan "
-"Drwydded GLP. Mae'r dogfennau\n"
-" ysgrifennwyd gan MandrakeSoft S.A. yn cael eu llywodraethu gan drwydded "
-"benodol. Darllenwch y dogfennau\n"
-"am fwy o fanylion.\n"
-"\n"
-"4. Hawliau Eiddo Deallusol\n"
-"\n"
-"Mae pob hawl cydrannau'r Cynnyrch Meddalwedd yn perthyn i'w hawduron "
-"perthnasol ac wedi eu hamddiffyn\n"
-"gan gyfreithiau eiddo deallusol a hawlfraint sy'n berthnasol i raglenni "
-"meddalwedd. Mae MandrakeSoft yn cadw\n"
-"ei hawl i newid neu addasu ei Gynnyrch Meddalwedd, yn rhannol neu yn gyfan, "
-"drwy unrhyw ddull ac ar gyfer\n"
-"unrhyw bwrpas. Mae \"Mandrake\", \"Mandrake Linux\" a'r logos cysylltiedig "
-"yn nodau masnachol sy'n\n"
-"perthyn i MandrakeSoft S.A.\n"
-"\n"
-"5. Cyfreithiau Llywodraethol\n"
-"Os bydd unrhyw rhan o'r cytundeb hwn yn cael ei ddal yn ddi-rym, "
-"anghyfreithlon neu amherthnasol gan\n"
-"benderfyniad llys, bydd y rhan yma'n cael ei dynnu o'r cytundeb hwn. Byddwch "
-"yn parhau i fod yn rhwymedig\n"
-"i adrannau cymwys o'r cytundeb.\n"
-"Mae telerau ac amodau'r Drwydded hon yn cael eu llywodraethu gan Cyfreithiau "
-"Ffrainc. Mae'n ddymunol y\n"
-"bydd pob anghytundeb ar amodau'r drwydded yn cael eu datrys y tu allan i'r "
-"llys. Fel cam olaf, bydd yranghytundeb yn cael ei drosglwyddo i'r Llysoedd "
-"Barn, Paris - Ffrainc. Am unrhyw gwestiwn ynghylch yddogfen hon cysylltwch "
-"MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Allweddell"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Dewiswch gynllun eich alweddell"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Dyma restr lawn o'r allweddellau ar gael"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Pa ddosbarth o osodiad ydych chi ei eisiau?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Gosod/Diweddaru"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Ydi hwn yn osodiad neu diweddariad?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Argymhellwyd"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Arbennigwr"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Diweddaru"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Diweddaru'r pecynnau'n unig"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Dewiswch math eich llygoden"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Porth Llygoden"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Dewiswch ba borth cyfresol mae eich llygoden wedi cysylltu iddi"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Efelychiad botymau"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Efelychiad Botwm 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Efelychiad Botwm 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Ffurfweddu cardiau PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Ffurfweddu IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "dim rhaniadau ar gael"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Sganio rhaniadau i ganfod pwyntiau gosod"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Dewiswch y pwyntiau gosod"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nid wyf yn medru darllen eich tabl rhaniad, mae'n rhy lygredig. :(\n"
-"Mae modd i mi fynd ymlaen i ddiystyru rhaniadau gwael (Bydd yr\n"
-" HOLL DDATA'n cael ei golli!). Yr ateb arall yw peidio gadael i\n"
-"DrakX newid y tabl rhaniad. (y gwall yw %s)\n"
-"\n"
-"Ydych chi'n cytuno i golli'r holl raniadau?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Methodd DrakX a darllen y tabl rhaniad yn gywir.\n"
-"Mae'n beryglus parhau!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Nid oes lle rhydd ar gyfer yr ymlwythwr 1MB! Bydd y gosodiad yn parhau, ond "
-"i gychwyn y system bydd rhaid i chi greu rhaniad ymlwythwr yn DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ni chanfyddwyd rhaniad gwraidd i wneud diweddariad"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rhaniad Gwraidd"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Beth yw'r rhaniad gwraidd (/) ar eich system?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Bydd angen i chi ail gychwyn cyn i'r newidiadau yn eich tabl rhaniad ddigwydd"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Dewiswch y rhaniadau rydych am eu fformatio"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Gwirio blociau gwallus?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Yn fformatio rhaniadau"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Creu a fformatio ffeil %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Dim digon o le cyfnewid i gyflawni'r gosodiad, ychwanegwch rhagor"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Chwilio am y pecynnau sydd ar gael"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Canfod pecynnau i'w uwchraddio"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Nid oes gan eich system ddigon o le ar l ar gyfer gosodiad neu uwchraddiad "
-"(%d> %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Cwblhawyd (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Lleiafswm (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Argymhellwyd (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Dewiswch llwytho neu ddewis cadw pecyn ar ddisg meddal.\n"
-"Mae'r fformat yr un ar ddisgiau meddal wedi eu cynhyrchu drwy auto_install."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Llwytho o o ddisg meddal"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Llwytho o ddisg meddal"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Dewis pecynnau"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Rhowch ddisg meddal yn cynnwys dewis pecynnau yn y peiriant"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Cadw ar ddisg meddal"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Mae'r maint ddewiswyd yn fwy na'r lle ar gael"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Math o osodiad"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Nid ydych wedi dewis unrhyw grwpiau o becynnau.\n"
-"Dewiswch y gosodiad lleiaf rydych ei eisiau"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Gyda X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Gyda dogfennaethelfennol (argymhellir!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Gosodiad bychan iawn (yn arbennig dim urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Os yw'r holl CDau sydd yn y rhestr gennych, cliciwch Iawn.\n"
-"Os nad oes gennych un ohonynt, Cliciwch Diddymu.\n"
-"Os mae dim ond rhai CDau sydd ar goll, yna cliciwch Iawn."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom wedi ei labelu \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Paratoi'r gosodiad"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Gosod pecyn %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Ffurfweddiad l osod"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Mewnosodwch y disg meddal Cychwyn ddefnyddiwyd yn gyrrwr %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Rhowch y disg meddal Diweddaru Modiwlau yng ngyrrwr %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Mae'n awr yn bosibl i chi lwytho meddalwedd i lawr ar gyfer amgryptio.\n"
-"\n"
-"RHYBUDD:\n"
-"\n"
-"Oherwydd gofynion cyffredinol amrywiol yn berthynol i'r meddalwedd hyn ac "
-"yn\n"
-" cael eu gosod gan amrywiol awdurdodau cyfreithiol, dylai cwsmeriaid a/neu\n"
-" ddefnyddwyr terfynol wneud yn siwr fod y cyfreithau yn eu hawdurdod "
-"cyfreithiol\n"
-" yn caniatu iddynt lwytho i lawr, cadw a/neu ddefnyddio'r feddalwedd.\n"
-"\n"
-"Yn ogystal, dylai cwsmeriaid a/neu ddefnyddwyr terfynol fod yn arbennig o\n"
-" ymwybodol i beidio thorri cyfraith eu hawdurdod cyfreithiol. Petai "
-"defnyddwyr\n"
-" a/neu ddefnyddwyr terfynol yn peidio parchu darpariaeth y cyfreithiau\n"
-" gweithredadwy, yna byddant yn derbyn cosb ddifrifol.\n"
-"\n"
-"Ni fydd MandrakeSoft na'i gwneuthurwyr a/neu ddarparwyr, o dan unrhyw\n"
-" amod, fod yn gyfrifol am unrhyw ddifrod, arbennig, anuniongyrchol na\n"
-"damweiniol o gwbl (gan gynnwys, ond heb ei gyfyngu i golli elw, ymyrraeth "
-"ar\n"
-" fusnes, colli data masnachol na cholledion ariannol eraill, nag ymatebion\n"
-" terfynol a digollediad i'w dalu yn sgil penderfyniad llys) yn codi o "
-"ddefnydd,\n"
-" eiddo, neu'r unig lwytho i lawr y feddalwedd, i'r hyn y gall y cwsmer a/"
-"neu'r\n"
-" defnyddiwr terfynol gael mynediad iddo yn y pen draw wedi llofnodi'r "
-"cytundeb\n"
-" presennol.\n"
-"\n"
-"\n"
-"Am unrhyw ymholiadau yn berthnasol i'r cytundebau hyn, cysylltwch :\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Mae'n bosibl i chi llwytho i lawr y pecynnau diweddaraf sydd wedi eu ryddhau "
-"ers i'r dosbaerthiad fod ar gael.\n"
-"\n"
-"Medrwch gael atgyweiriadau diogelwch a gwallau ond mae'n rhaid i\n"
-"chi fod wedi cysyllu 'r Rhyngrwyd i barhau.\n"
-"\n"
-"Ydych chi am osod y diweddariadau?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Cysylltu 'safle Mandrake Linux i estyn rhestr o'r drychau sydd ar gael"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Dewiswch ddrych lle mae modd estyn y pecynnau"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Cysylltu 'r drych i estyn y rhestr o becynnau sydd ar gael"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Pa un yw eich parth amser?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Cloc caledwedd wedi ei osod i GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Cydweddi amser awtomatig (defnyddio NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Gweinydd NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Gwasanaethwr CUPS pell"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nid oes argraffydd"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "A oes gennych gerdyn sain ISA?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Rhedwch \"sndconfig\" wedi'r gosodiad i ffurfweddu'ch cerdyn sain"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Heb ganfod cerdyn sain. Ceisiwch \"harddrake\" wedi'r gosodiad"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Crynodeb"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Llygoden"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Cylchfa amser"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Argraffydd"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Cerdyn ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Cerdyn sain"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Cerdyn Teledu"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Ffeiliau lleol"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Gosod cyfrinair gwraidd"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Dim cyfrinair"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Mae'r cyfrinair yn rhy syml ( rhaid iddo fod o leiaf %d nod o hyd)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Dilysu"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Dilysu LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "Sail dn LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Gwasanaethwr LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Dilysu LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Parth NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Gwasanaethwr NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Mae disg cychwyn yn darparu ffordd o gychwyn eich system Linux heb ddibynnu\n"
-"ar lwythwr cychwyn arferol. Mae hyn yn ddefnyddiol os ydych am osod SILO ar\n"
-"eich system, neu mae system weithredu arall wedi tynny SILO, neu nad yw "
-"SILO'n\n"
-"gweithio gyda eich ffurfweddiad caledwedd chi. Mae modd defnyddio disg "
-"cychwyn\n"
-" unigol hefyd gyda delwedd achub Mandrake, gan ei gwneud yn llawer haws "
-"adfer o\n"
-" fethiannau systemig sylweddol\n"
-"\n"
-"Os hoffech greu disg cychwyn ar gyfer eich system, rhowch ddisg meddal yn y "
-"gyrrwr\n"
-" cyntaf a chliciwch \"Iawn\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Gyrrwr disg meddal cyntaf"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Ail ddisg meddal"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Hepgor"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Mae'r disg cychwyn addasu yn cynnig ffordd i gychwyn eich system Linux heb\n"
-"ddibynnu ar eich cychwynnwr arferol. Mae hyn yn ddefnyddiol os nad ydych am\n"
-"osod LILO (neu grub) ar eich system, neu bod system weithredu arall yn "
-"dileu\n"
-"LILO, neu nad yw LILO'n gweithio gyda'ch ffurfweddiad caledwedd.\n"
-"Mae modd defnyddio disg cychwyn addasu hefyd gyda delwedd achub Mandrake,\n"
-"gan ei gwneud yn lawer haws adfer methiannau system sylweddol. Hoffech chi\n"
-"greu disg cychwyn ar gyfer eich system?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(RHYBUDD! Rydych yn defnyddio XFS ar gyfer eich rhaniad gwraidd,\n"
-"bydd creu disg cychwyn ar ddisg meddal 1.44Mb'n debygol o fethu,\n"
-"oherwydd mae XFS yn gofyn am yrrwr mawr iawn)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Nid oes gyrrwr disg meddal ar gael"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Dewiswch y gyrrwr disg meddal i'w ddefnyddio i greu disg cychwyn"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Rhowch ddisg meddal yn %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Creu disg cychwyn"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Paratoi llwythwr cychwyn"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Mae'n ymddangos fod gennychbeiriant OldWorld\n"
-"neu Anhysbys ac ni fydd llwythwr cychwyn yaboot\n"
-"yn gweithio ar eich cyfer\n"
-"Bydd y gosodiad yn parhau ond bydd\n"
-"rhaid defnyddio BootX i gychwyn\n"
-"eich peiriant."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Ydych chi eisiau defnyddio aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Gwall gosod aboot, \n"
-"ceisiwch orfodi gosodiad hyd yn oed os yw hynny'n dinistrio'r rhaniad cyntaf?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Gosod llwythwr cychwyn"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Methodd gosod llwythwr cychwyn. Digwyddodd y gwall canlynol:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Efallai bydd angen i chi newid eich dyfais cychwyn Open Firmware\n"
-"i alluogi'r llwythwr cychwyn. Os nad ydych yn gweld anogwr y llwythwr\n"
-"cychwyn wrth ail gychwyn, gwasgwch Command-Option-O-F wrth ail\n"
-"gychwyn a theipiwch: setenv boot-device %s,\\\\:tbxi\n"
-"\n"
-" Yna teipiwch: shut-down\n"
-"Wrth gychwyn eto dylech weld anogwr y llwythwr cychwyn."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Rhowch ddisg meddal yng ngyrrwr %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Creu disg meddal awto gosod"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Nid yw rhai camau wedi eu cwblhau.\n"
-"\n"
-"Ydych chi wir eisiau gorffen?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Llongyfarchiadau, mae'r gosodiad wedi ei gwblhau.\n"
-"Tynnwch y cyfrwng cychwyn a gwasgu Return i ail gychwyn.\n"
-"\n"
-"\n"
-"Am wybodaeth am gywiriadau sydd ar gael ar gyfer y rhyddhad hwn o Mandrake\n"
-"Linux, cysylltwch a'r atodiad, sydd i'w gael yn:\n"
-"\n"
-"\n"
-"http://www.mandrakelinux.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Mae gwybodaeth ar ffurfweddu eich system ar gael ym mhenawdau l osod\n"
-"yr Official Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Creu disg meddal awto gosod"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Mae modd awtomeiddio'r awto gosod, os hoffech\n"
-"chi, yn yr achos hwnnw bydd yn cymryd drosod y\n"
-"disg caled!!\n"
-"(mae hyn ar gyfer gosod ar flwch arall).\n"
-"\n"
-"Efallai byddai'n well gennych ai osod y gosodiad.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Awtomeiddwyd"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Ail chwarae"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Cadw'r dewis becynnau"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Gosodiad %s Mandraks Linux"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> rhwng elfennau | <Space> yn dewis | <F12> y sgrin nesaf "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu ar goll"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper ar goll"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Dewis ffeil"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Uwch"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Elfennol"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Arhoswch"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Gwybodaeth"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Estyn y goeden"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Cau'r goeden"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Newid rhwng gwastad a'r grwp wedi ei ddidoli"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Dewis gwael, ceisiwch eto\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Eich dewis? (rhagosodedig %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Gwybodaeth i'w gyflawyno:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Eich dewis? (0/1, rhagosodedig %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Botwm '%s'.%s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Ydych chi eisiau clicio ar y botwm hwn?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Eich dewis? (rhagosodedig `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Mae yna lawer i ddewis o (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Dewiswch y rhif cyntaf o'r amrediad 10 rydych am ei olygu,\n"
-"neu wasgwch Enter i barhau.\n"
-"Eich dewis?"
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=>Hysbysiad, mae label wedi newid:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Ail-gyflwyno"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tsiec (QWERTY)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Almaeneg"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spaenaidd"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Ffinaidd"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Ffrengig"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norwyaidd"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Pwylaidd"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rwsiaidd"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Swedaidd"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Bysellfwrdd DG"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Bysellfwrdd UDA"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albaniaidd"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenaidd (hen)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenaidd (teipiadur)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenaidd (ffonetig)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjan (lladin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgaidd"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bwlgaraidd (ffonetig)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bwlgaraidd (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilaidd (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarusaidd"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Swisaidd (gosodiad Almaenig)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Swisaidd (gosodiad Ffrengig)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tsiec (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Almaenaidd (dim bysellau marw)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danaidd"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (UDA)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwyaidd)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Swedaidd)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonaidd"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgaidd (gosodiad \"Rwsiaidd\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgaidd (gosodiad \"Lladinaidd\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Groegaidd"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hwngaraidd"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croataidd"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelaidd"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelaidd (Ffonetig)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranaidd"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Eislandaidd"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Eidalaidd"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Siapaaidd 106 bysell"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Bysellfwrdd Coreaidd"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Lladin America"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lithuenaidd AZERTY (hen)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lithuenaidd AZERTY (newydd)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lithuenaidd \"rhes rhif\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lithuenaidd \"ffonetig\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latfiaidd"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedonaidd"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Isalmaenaidd"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Pwylaidd (gosodiad qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Pwylaidd (gosodiad qwerty)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portiwgalaidd"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canada (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romanaidd (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romanaidd (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rwsiaidd (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slfenaidd"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slofacaidd (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovacaidd (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbaidd (cyrilig)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Bysellfwrdd Thai"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Bysellfwrdd Tajig"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Twrcaidd (model traddodiadol \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Twrcaidd (model modern \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Wcranaidd"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Bysellfwrdd UDA (rhyngwladol)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Fietnamaidd \"rhes rhifol\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Iwgoslafaidd (lladin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Bysell Alt dde"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Y ddwy fysell Shift gyda'i gilydd"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Bysellau Control a Shift gyda'i gilydd"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Bysell CapsLock"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Bysellau Ctrl ac Alt gyda'i gilydd"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Bysellau Alt a Shift gyda'i gilydd"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Bysell \"Dewislen\""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Bysell \"Windows\" chwith"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Bysell \"Windows\" de"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Gosodiadau cylch %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Tynnu'r cyfrolau rhesymegol yn gyntaf\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Nid oes cefnodgaeth PCIMA yn bodoli bellach ar gyfer cnewyllyn 2.2. "
-"Defnyddiwch cnewyllyn 2.4"
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Llygoden - Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Llygoden Olwyn PS Generig"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 botwm"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Llygoden 2 Fotwm Generig"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generig"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Olwyn"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "cyfresol"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Llygoden 3 Botwm Generig"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Systemau Llygoden"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Llygoden Logitech (cyfresol, hen fath C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 fotwm"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botwm"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "dim"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Dim llygoden"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Profwch y llygoden"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "I ysgogi'r llygoden,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "SYMUDWCH YR OLWYN!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Gorffen"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Nesaf ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Cynt"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Ydi hyn yn gywir?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Cysylltu 'r We"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Y ffordd mwyaf cyffredin i gysylltu adsl yw pppoe\n"
-"Mae rhai cysylltiadau'n defnyddio pptp, a rhai dhcp.\n"
-"Os nad ydych yn gwybod pa un, dewiswch pppoe."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "usb Alcatel Speedtouch"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "defnyddiwch dhccp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "defnyddiwch pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "defnyddiwch pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Pa gleient dhcp ydych chi eisiau ei ddefnyddio?\n"
-"dhcpcd yw'r rhagosodedig"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nid oes addasydd rhwydwaith ethernet wedi ei ganfod ar eich system.\n"
-"Nid wyf yn medru gosod y math yma o gysylltiad."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Dewiswch rhag wyneb y rhwydwaith"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Dewiswch pa addaswr rhwydwaith hoffech ei ddefnyddio i gysylltu 'r Rhyngrwyd"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "heb ganfod cerdyn rhwydwaith"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Ffurfweddu'r rhwydwaith"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Rhowch eich enw gwesteiwr os ydych yn gwybod\n"
-"beth ydyw Mae rhai gwasanaethwyr angen gwybod\n"
-"yr enw gwesteiwr i weithio. Dylai eich enw gwesteiwr\n"
-"fod yn enw cymhwysol llawn megis \"fymlwch.fynesg.fyco.com\""
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Enw gwesteiwr"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Dewin Ffurfweddu'r Rhwydwaith"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem IDSN Allanol"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Cerdyn ISDN mewnol"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Pa fath o gysylltiad IDSN?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Pa ffurfweddiad IDSN sy'n well gennych?\n"
-"\n"
-"* Mae'r Hen ffurfweddiad yn defnyddio isdn4net. Mae'n\n"
-" cynnwys offer pwerus ond mae'n anodd ei ffurfweddi ac nid\n"
-"yw'n safonol. \n"
-"\n"
-" *Mae'r ffurfweddiad Newydd yn haws i'w ddeall, yn fwy safonol\n"
-" ond mae ganddo llai o offer.\n"
-"\n"
-"Rydym yn argymell y ffurfweddiad ysgafn.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Ffurfweddiad newydd (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Hen ffurfweddiad (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Ffurfweddiad ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Dewiswch eich darparwr.\n"
-"Os nad yw ar eich rhestr, dewiswch Heb ei Restri"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protocol Ewrop"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protocol Ewrop (EDSSI)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protocol ar gyfer gweddill y byd"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protocol ar gyfer gweddill y byd\n"
-" dim D-Channel (llinell les)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Pa brotocol ydych chi eisiau ei ddefnyddio?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Pa fath o gerdyn sydd gennych?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Dim syniad"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Os oes gennych gerdyn, dylai'r gwerthoedd ar y sgrin nesaf fod yn gywir.\n"
-"\n"
-"Os oes gennych gerdyn PCMCIA, rhaid i chi wybod irq ac io eich cerdyn.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Peidio"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Parhau"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Pa un yw eich cerdyn IDSN?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Rwyf wedi canfod cerdyn IDSN, ond nid wyf yn gwybod pa fath. Dewiswch un "
-"cerdyn PCI ar y sgrin nesaf."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Heb ganfod cerdyn PCI ISDN. Dewiswch un o'r sgrin nesaf."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Dewiswch ba borth cyfresol mae eich modem wedi cysylltu iddo."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Dewisiadau cyswllt ffn"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Enw'r cysylltiad"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Rhif ffn"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Dynodiad Mewngofnodi"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Seiliedig ar sgript"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Seiliedig ar derfynnell"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Enw parth"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Gwasanaethwr DNS Cyntaf (dewisol)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Ail Wasanaethwr DNS (dewisol)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Medrwch ddatgysylltu neu ailffurfweddu eich cyswllt"
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Medrwch ailffurfweddu eich cysylltiad"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Rydych wedi eich cysylltu 'r rhyngrwyd."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Medrwch gysylltu 'r Rhyngrwyd neu ailffurfweddu eich cyswllt"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Nid ydych wedi eich cysylltu 'r rhyngrwyd."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Cysylltu"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Dadgysylltu"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Ffurfweddu'r gysylltiad"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Cysylltiad 'r rhyngrwyd a'i ffurfweddiad "
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Rydym am ffurfweddu cysylltiad %s"
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Rydym yn awr yn mynd i ffurfweddu cysylltiad %s.\n"
-"\n"
-"\n"
-"Pwyswch Iawn i barhau."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Ffurfweddiad y Rhwydwaith"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Am eich bod yn gosod eich rhwydwaith, mae eich rhwydwaith eisoes wedi ei "
-"ffurfweddu\n"
-"Cliciwch Iawn i gadw eich ffurfweddiad, neu ddileu i ail ffurfweddi eich "
-"cysylltiad Rhyngrwyd a Rhwydwaith.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Croeso i Ddewin Ffurfweddu'r Rhwydwaith\n"
-"\n"
-"Rydym ar fin ffurfweddi eich cysylltiad rhyngrwyd/rhwydwaith.\n"
-"Os nad ydych am ddefnyddio awto ganfod, dad-diciwch y blwch dewis.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Dewiswch broffil i'w ffurfweddu"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Defnyddio awto ganfod"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Canfod dyfeisiadau..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Cysylltiad modem arferol"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "canfyddwyd ar borth %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Cysylltiad ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "canfyddwyd %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Cysylltiad ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "canfyddwyd ar rhyngwyneb %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Cysylltiad cebl"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "canfyddwyd cysylltiad cebl"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "cysylltiad LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "cerdyn ethernet wedi ei ganfod"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Dewiiwch y math o gysylltiad rydych am ei ffurfweddu"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Rydych wedi ffurfweddu nifer o ffyrdd i gysylltu 'r Rhyngrwyd.\n"
-"Dewiswch ba un rydych am ei ddefnyddio.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Cysylltiad 'r Rhyngrwyd"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Ydych chi eisiau agor y cysylltiad wrth gychwyn y cyfrifiadur?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Ffurfweddiad y rhwydwaith"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Rhaid ail gychwyn y rhwydwaith"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Digwyddodd gwall wrth ail gychwyn y rhwydwaith:\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Llongyfarchiadau, mae ffurfweddiad y rhwydwaith a'r Rhyngrwyd wedi gorffen\n"
-"Bydd y ffurfweddiad yn cael ei osod ar eich system\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Wedi i hyn gael ei wneud rydym yn argymell eich bod yn a'i gychwyn "
-"amgylchedd X i osgoi unrhyw anawsterau'n perthyn i enwau gwesteiwr.\n"
-"."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Digwyddod anhawsterau yn ystod y ffurfweddiad.\n"
-"Profwch eich cysylltiad drwy net_monitor neu mcc. Os nad yw eich cysylltiad "
-"yn gweithio, efallai y byddwch eisiau ailgychwyn y ffurfweddiad"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"Rhybudd!! Cafodd y ddyfais hon ei ffurfweddu o'r blaen i gysylltu 'r "
-"Rhyngrwyd.\n"
-"Derbyniwch y cynnig i gadw'r ddyfais wedi ei ffurfweddi.\n"
-"Bydd newid y meysydd islaw'n newid y ffurfweddiad."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Rhowch ffurfweddiad IP ar gyfer y peiriant hwn\n"
-"Dylai pob eitem ei roi fel cyfeiriad IP nodiant collnod degymol\n"
-"(e.e.1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Ffurfweddu dyfais rhwydwaith %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (gyrrwr %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Cyfeiriad IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP awtomatig"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Rhowch eich enw gwesteiwr.\n"
-"Dylai eich enw gwesteiwr fod yn enw gwesteiwr llawn gymwys.\n"
-"megis \"fymlwch.fynesg.fyngho.com\".\n"
-"Medrwch hefyd gynnig eich cyfeiriad IP os oes gennych un"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Gwasanaethwr DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Mynedfa (e.e. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dyfais mynedfa"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Ffurfweddiad dirprwyon"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Dirprwy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Dirprwy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Dilynnwch cyfernod cerdyn rhwydwaith (defnyddiol ar gyfer gliniadur)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Dylai dirprwyon fod yn gyfanrif!"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Dylai rhif porth fod yn ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Ffurfweddiad rhyngrwyd"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Hoffech chi gysylltu 'r Rhyngrwyd nawr?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Profi eich cysylltiad..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Mae'r system wedi cysylltu 'r Rhyngrwyd."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Am resymau diogelwch, bydd yn cael ei ddatgysylltu."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Nid yw'n ymddangos i'ch system gysylltu 'r rhyngrwyd.\n"
-"Ailffurfweddwch eich cysylltiad."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Ffurfweddiad y Cysylltiad"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Llanwch neu diciwch y maes islaw"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ y cerdyn"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Cof Cerdyn (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO'r Cerdyn"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_O y cerdyn"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 y cerdyn"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Eich rhif ffn personol"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Enw darparwr (eng. darparwr.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Rhif ffn y darparwr"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Dns 1 y darparwr (dewisol)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Dns 2 y darparwr (dewisol)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Dewiswch eich gwlad"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Modd deialu"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Cyflymder y cysylltiad"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Oediad yn y cysylltiad (mewn eiliadau)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Mewngofnod Cyfrif (enw defnyddiwr)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Cyfrinair y Cyfrif"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "maethodd y gosodiad"
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Nid yw'r rhainad estynedig yncael ei gynnal ay y platfform hwn"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Mae gennych dwll yn nhabl eich rhaniad ond nid wyf yn medru ei ddefnyddio\n"
-"Yr unig ateb yw i symud eich rhaniadau cynradd fel bo'r twll nesaf at y "
-"rhaniadau estynedig "
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Methodd adfer o ffeil %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Ffeil wrth gefn gwallus"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Gwall wrth ysgrifennu i ffeil %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Mae rhywbeth gwael yn digwydd ar eich disg.\n"
-"Mae prawf i fesur ei gyfanrwydd wedi methu. \n"
-"Nid oes gwerth ysgrifennu i'r ddisg"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "rhaid cael"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "pwysig"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "hyfryd iawn"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "hyfryd"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "efallai"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Argraffydd lleol"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Argraffydd pell"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Argraffydd ar wasanaethwr CUPS pell"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Argraffydd ar wasanaethwr lpd pell"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Argraffydd rhwydwaith (TCP/Soced)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Argraffydd ar wasanaethwr SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Argraffydd ar wasanaethwr NetWare"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Rhowch URI dyfais argraffydd"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Peipio'r gwaith i orchymyn"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Model anhysbys"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Argraffyddion Lleol"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Argraffyddion Pell"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " ar borth paralel \\/\"%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", argraffydd USB \\/\"%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", dyfais amlbwrpas ar borth paralel \\/\"%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", dyfais amlbwrpas ar USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", dyfais amlbwrpas ar HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ",dyfais amlbwrpas"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", argraffu i %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "ar wasanaethwr LPD \"%s\", argraffydd \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "ar wasanaethwr Windows \"%s\", rhannu \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "ar wasanaethwr Novell \"%s\", argraffydd \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", defnyddio gorchymyn %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Argraffydd crai (dim gyrrwr)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(ar %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(ar y peiriant hwn)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Ar wasanaethwr CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr "(Rhagosodedig)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Dewiswch Gysylltiad Argraffydd"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Sut mae'r argraffydd wedi ei gysylltu?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Nid oes angen ffurfweddu argraffyddion ar wasanaethwyr CUPS pell: byddant yn "
-"cael eu canfod yn awtomatig."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "Furfweddiad CUPS"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Enwch wasanaethwr CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Gyda gwasanaethwyr CUPS nid oes rhaid i chi ffurfweddu unrhyw argraffydd "
-"yma; mae gwasanaethwyr CUPS yn eich hysbysu'n awtomatig am eu "
-"hargraffyddion. Mae'r holl argraffyddion cyfredol sy'n hysbys i'ch peiriant "
-"yn cael eu rhestri yn adran \"Argraffyddyddion Pell\" prif ffenestr "
-"Printerdrake. Pan nad yw eich gwasanaethwr CUPS yn eich rhwydwaith lleol, "
-"rhaid rhoi i'r gwasanaethwr CUPS gyfeiriad IP ac yn ddewisol rhif y porth i "
-"dderbyn gwybodaeth am yr argraffydd gan y gwasanaethwr, neu gadewch y "
-"meysydd yn wag."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Fel rheol, mae CUPS yn cael ei ffurfweddu'n awtomatig yn l amgylchedd eich "
-"rhwydwaith, fel bo modd i chi gael mynediad at yr argraffyddion ar "
-"wasanaethwr CUPS yn eich rhwydwaith lleol. Os nad yw hyn yn gweithio'n iawn, "
-"diffoddwch \"Ffurfweddiad CUPS awtomatig\" a golygwch eich ffeil /etc/cups/"
-"cupsd.conf gyda llaw. Peidiwch anghofio ailgychwyn CUPS eto (gorchymyn: "
-"\"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Dylai cyfeiriad IP edrych fel 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Dylai rhif porth fod yn gyfanrif!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP gwasanaethwr CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Porth"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Furfweddiad CUPS Awtomatig"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Canfod dyfeisiadau..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Profwch y pyrth"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Ychwanegu argraffydd newydd"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-" Croeso i'r Dewin Gosod Argraffydd\n"
-"\n"
-"Mae'r dewin yn caniatu i chi osod argraffyddion lleol neu bell i'w "
-"defnyddio o'r peiriant hwn a hefyd gan argraffyddion eraill ar eich "
-"rhwydwaith.\n"
-"\n"
-"Bydd yn gofyn am yr holl wybodaeth angenrheidiol i osod yr argraffydd a bydd "
-"yn rhoi mynediad i'r holl yrwyr argraffyddion sydd ar gael, dewisiadau "
-"gyrwyr a mathau o gysylltiadau argraffyddion."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Argraffydd Lleol"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Croeso i Ddewin Gosod Argraffydd\n"
-"\n"
-"Bydd y dewin yn eich cynorthwyo i osod eich argraffydd(ion) sy'n "
-"gysylltiedig 'r cyfrifiadur hwn.\n"
-"Cysylltwch yr argraffydd(ion) i'r cyfrifiadur a'i(u) troi mlaen. Cliciwch "
-"\"Nesaf\" pan rydych yn barod, ac ar \"Diddymu\"pan nad ydych am osod eich "
-"argraffydd(ion) ar hyn o bryd.\n"
-"\n"
-"Sylwch fod rhai cyfrifiaduron yn medru methu yn ystod awto ganfod "
-"argraffydd, diffoddwch \"Awto ganfod argraffyddion\" i osod argraffydd heb "
-"awto ganfod. Defnyddiwch \"Modd Arbenigwr\" printdrake pan fyddwch am osod "
-"argraffydd pell os nad yw printerdrake yn ei restri'n awtomatig."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Awto ganfod argraffyddion"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Llongyfarchiadau, mae eich argraffydd wedi ei osod a'i ffurfweddu!\n"
-"\n"
-"Os ydych am ychwanegu, tynnu neu ailenwi argraffydd, neu os ydych am newid y "
-"gosodiadau dewis rhagosodedig (mewnflwch papur, ansawdd y printiad,...0, "
-"dewiswch \"Argraffydd\" yn adran \"Caledwedd\" Canolfan Rheoli Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Awto ganfod Argraffyddion"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Mae Printerdrake yn medru awto ganfod eich argraffyddion paralel ac USB "
-"lleol, ond sylwch fod awto ganfod yn MEDRU RHEWI EICH SYSTEM AC ARWAIN AT "
-"SYSTEMAU FFEIL LLWGR! Gwnewch hyn AR EICH MENTER EICH HUN!\n"
-"\n"
-"Ydych eisiau i'ch argraffydd gael ei awto ganfod?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Defnyddio awto ganfod"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Gosod argraffydd gyda llaw"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Canfyddwyd %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Argraffydd ar borth paralel \\/\"%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Argraffydd USB \\/\"%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Heb ganfod argraffydd lleol! I osod argraffydd gyda llaw, rhowch enw'r "
-"ddyfais /enw ffeil ar y llinell mewnbwn (Porth Paralel: /dev/lp0, /"
-"dev/,...., cyfatebol i LPT1:, LPT2,..., argraffydd USB 1af: /dev/usb/lp0, "
-"ail argraffydd USB: /dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Rhaid cynnig enw dyfais neu ffeil!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Heb ganfood argraffydd lleol!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Dim ond ar l cwblhau'r gosodiad mae modd gosod argraffyddion rhwydwaith. "
-"Dewiswch \"Caledwedd\" ac yna \"Argraffydd\" yng Nghanolfan Rheoli Mandrake"
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"I osod argraffyddion rhwydwaith, cliciwch \"Diddymu\", trowch i \"Modd "
-"Arbenigwr\", clicio \"Ychwanegu argraffydd newydd\" eto."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Cafodd yr argraffydd canlynol ei awto ganfod, os nad hwn yw'r un rydych am "
-"ei ffurfweddu, rhowch enw dyfais/enw ffeil ar y llinell mewnbwn."
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Dyma restr o'r holl argraffyddion gafodd eu awto ganfod. Dewiswch yr "
-"argraffydd rydych am ei osod neu rhowch enw dyfais/ffeil yn y llinell "
-"mewnbwn."
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Cafodd yr argraffydd hwn ei awto ganfod. Bydd ffurfweddi'r argraffydd yn "
-"digwydd yn awtomatig. Os na chafodd eich argraffydd ei ganfod yn gywir neu "
-"byddai'n well gennych ffurfweddiad unigryw i'ch argraffydd, cychwynnwch "
-"\"Ffurfweddiad gyda Llaw\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Dyma restr o'r holl argraffyddion gafodd eu awto ganfod. Dewiswch yr "
-"argraffydd rydych am ei osod. Bydd ffurfweddu'r argraffydd yn digwydd yn "
-"awtomatig. Os na chafodd eich argraffydd ei ganfod yn gywir neu byddai'n "
-"well gennych ffurfweddiad unigryw i'ch argraffydd, cychwynnwch "
-"\"Ffurfweddiad gyda Llaw\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Dewiswch y porth y mae eich argraffydd wedi cysylltu iddo neurhowch enw "
-"dyfais/ffeil ar y ninell mewnbwn"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Dewiswch y porth mae'r argraffydd wedi cysylltu iddo."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Pyrth paralel: /dev/lp0, /dev/lp1, ..., yn cyfateb i LPT1:, LPT2:, ..., "
-"argraffydd USB cyntaf: /dev/usb/lp0, ail argraffydd USB : /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Rhaid dewis/rhoi argraffydd/dyfais!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Ffurfweddiad gyda llaw"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"A yw eich argraffydd yn ddyfais amlbwrpas gan HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 gyda sganiwr)"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Gosod pecynnau HPOJ"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Gwirio a ffurfweddu dyfais HPOJ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Gosod pecynnau SANE"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Sganio eich dyfais HP aml bwrpas"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Gwneud porth argraffydd ar gael ar gyfer CUPS"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Darllen cronfa ddata argraffydd..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Dewisiadau Argraffydd lpd Pell"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"I ddefnyddio argraffydd lpd pell, rhaid darparu enw gwesteiwr gwasanaethwr "
-"yr argraffydd ac enw'r argraffydd ar y gwasanaethwr hwnnw."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Enw gwesteiwr pell"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Enw'r argraffydd pell"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Mae enw'r gwesteiwr pell ar goll!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Mae enw'r argraffydd pell ar goll!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Dewisiadau Argraffydd SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"I argraffu i argraffydd SMB, rhaid darparu enw gwesteiwr SMB (Sylwer! Mi all "
-"fod yn wahanol i'w enw gwesteiwr TCP/IP!) ac o bosibl cyfeiriad IP'r "
-"gwasanaethwr argraffu, yn ogystal 'r enw rhannu ar gyfer yr argraffydd "
-"rydych am gael mynediad iddo ac unrhyw enw defnyddiwr, cyfrinair a "
-"gwybodaeth am grwp gwaith perthynol."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Gwasanaethwr gwesteiwr SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP Gwasanaethwr SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Rhannu enw"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grwp gwaith"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Rhaid rhoi un ai enw'r gwasanaethwr neu IP'r gwasanaethwr!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Mae enw rhannu Samba ar goll!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Dewisiadau Argraffydd NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"I argraffu ar argraffydd NetWare, rhaid i chi rhoi enw gwasanaethwr argraffu "
-"NetWare (Sylwer! gall fod yn wahanol i'w enw gwesteiwr TCP/IP) yn ogystal "
-"'r rhes waith argraffu am yr argraffydd rydych am gael mynediad iddo ac "
-"unrhyw enw defnyddiwr a chyfrinair perthnasol."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Gwasanaethwr Argraffydd"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Enw Rhes Argraffu"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Mae enw gwasanaethwr NCP ar goll!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Mae enw rhes NCP ar goll"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Dewisiadau Argraffydd TCP/Soced"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"I argraffu i argraffydd TCP neu soced, rhaid i chi ddarparu enw gwesteiwr yr "
-"argraffydd ac yn ddewisol rhif y porth. Ar wasanaethwyr HP JetDirect rhif y "
-"porth, fel rheol, yw 9100, gall amrywio ar wasanaethwyr eraill. Gweler "
-"llawlyfr eich caledwedd"
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Enw'gwesteiwr yr argraffydd"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Mae enw'r gwesteiwr argraffu ar goll!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI Dyfais Argraffu"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Medrwch enwi'n benodol URI i gael mynediad i'r argraffydd. Rhaid i'r URI "
-"gyflawni manylyn un ai CUPS neu Foomatic. Sylwer nad yw pob math o URI cyn "
-"cael eu cynnal gan bob sbwlydd ."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Rhaid cynnig URI dilys!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Mae pob argraffydd angen enw (e.e. \"argraffydd\". Nid oes angen llanw "
-"meysydd Disgrifiad a Lleoliad. Lle ar gyfer sylwadau'r defnyddiwr sydd yma."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Enw'r argraffydd"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Disgrifiad"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lleoliad"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Paratoi cronfa ddata argraffydd..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Model eich argraffydd"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Mae Printerdrake wedi cymharu'r enw model yn sgil yr awto ganfod gyda'r "
-"modelau sy'n cael eu rhestri yn ei gronfa ddata i gael y cydweddiad gorau. "
-"Gall y dewis fod yn anghywir, yn arbennig os nad yw eich argraffydd yn cael "
-"ei enwi yn y gronfa ddata. Felly, edrychwch i weld yw'r dewis yn gywir a "
-"chliciwch \"Model cywir\" os yw ac os nad yw, cliciwch \" Dewiswch y model "
-"gyda llaw\" fel bo modd i chi ddewis eich argraffydd gyda llaw ar y sgrin "
-"nesaf.\n"
-"\n"
-"Ar gyfer eich argraffydd mae Printerdrake wedi canfod\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Mae'r model yn gywir"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Dewiswch y model gyda llaw"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Dewis model yr argraffydd"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Pa fath o argraffydd sydd gennych?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Gwiriwch os yw Printerdrake wedi awto ganfod eich argraffydd yn gywir. "
-"Chwiliwch am y model cywir pan fo'r cyrchwr yn sefyll ar y model anghywir "
-"neu ar \"Argraffydd bras\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Nid yw eich argraffydd wedi ei rhestri, dewiswch un cyfatebol (gw. llawlyfr "
-"eich argraffydd) neu un tebyg."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Ffurfweddiad OKI winprinter "
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Rydych yn ffurfweddu winprinter laser OKI. Mae'r argraffydd hwn\n"
-"yn defnyddio protocol cyfathrebu arbennig. Dim ond trwy eu cysylltu 'r "
-"porth paralel cyntaf mae modd cael yr argraffydd hwn i weithio. Pan fo eich "
-"argraffydd wedi ei gysylltu i borth arall neu i flwch gwasanaethwr argraffu, "
-"cysylltwch yr argraffydd i'r porth paralel cyntaf cyn argraffu tudalen "
-"brawf. Os na wnewch chi hynny, ni fydd yr argraffydd yn gweithio. Bydd eich "
-"gosodiad ynghylch ymath o gysylltiad yn cael ei anwybyddu gan y gyrrwr."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Ffurfweddiad inkjet Lexmark"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Mae'r gyrwyr argraffydd inkjet sydd wedi eu darparu gan Lexmark yn cynnal "
-"argraffyddion lleol, yn unig. Cysylltwch eich argraffydd i borth lleol neu "
-"ffurfweddwch ef i'r peiriant mae'n gysylltiedig ag ef."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"I fedru argraffu gyda eich argraffydd inkjet Lexmark a'r ffurfweddiad hwn, "
-"bydd angen gyrwyr argraffydd inkjet sydd wedi eu darparu gan Lexmark (http://"
-"www.lexmark.com/). Ewch i'w safle yn yr UDA a chliciwch ar y botwm \"Drivers"
-"\". Yna dewiswch eich model ac yna \"Linux\" fel system weithredu. Mae'r "
-"gyrwyr yn dod fel pecynnau RPM neu sgriptiau cragen gyda gosodiad graffigol "
-"rhyngweithiol. Nid oes angen i chi wneud y ffurfweddiad drwy'r wyneb "
-"graffigol. Diddymwch yn syth wedi'r cytundeb trwyddedu. Yna argraffwch "
-"dudalennau'r alinio'r pen argraffu gyda \"lexmarkmaintain\" a newid "
-"gosodiadau aliniad y pen gyda'r rhaglen."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Gosodiadau rhagosodedig yr argraffydd\n"
-"\n"
-"Dylech wneud yn siwr fod maint y dudalen a'r modd math inc/argraffu (os ar "
-"gael) a hefyd bod ffurfweddiad caledwedd argraffyddion laser (cof, uned "
-"ddeublyg, blychau papur ychwanego) wedi eu gosod yn gywir. Sylwer bod fod "
-"argraffiad ansawdd/cydraniad uchel iawn yn medru arafu'r argraffu'n "
-"sylweddol.."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Rhaid i ddewis %s fod yn gyfanrif"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Rhaid i ddewis %s fod yn rhif!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Dewis %s allan o amrediad!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Ydych chi am osod argraffydd (\"%s\")\n"
-"fel yr argraffydd rhagosodedig?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Tudalennau prawf"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Dewiswch y tudalennau prawf rydych am eu hargraffu\n"
-"Sylwer: gall y dudalen brawf llun camera gymryd cryn dipyn o amser cyn cael "
-"ei argraffu ac ar argraffydd laser heb lawer o gof mae'n bosibl na ddaw o "
-"gwbl. Yn y rhan fwyaf o achosion, mae'r prawf tudalen safonol yn ddigonol."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Dim tudalennau prawf"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Argraffu"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Tudalen prawf safonnol"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Prawf tudalen arall (Llythyr)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Prawf tudalen arall (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Tudalen prawf llun"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Peidiwch argraffu tudalennau prawf"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Argraffu tudalen(nau) prawf..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Mae tudalennau prawf wedi eu hanfon i'r argraffydd.\n"
-"Gall gymryd amser cyn i'r argraffydd gychwyn.\n"
-"Statws argraffu:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Mae tudalen(nau) prawf wedi eu hanfon at yr argraffydd.\n"
-"Gall gymryd amser cyn i'r argraffydd gychwyn.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "A weithiodd hwnnw'n iawn?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Argraffydd bras"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"I argraffu ffeil o'r linell orchymyn (ffenestr derfynnell) mae modd "
-"defnyddio un ai'r gorchymyn \"%s <file>\" neu offeryn argraffu graffigol: "
-"\"xpp <file>\" neu \"kprinter <file>\". Mae'r offeryn graffigol yn caniatu "
-"chi ddefnyddio'r argraffydd ac i newid gosodiadau dewis yn hawdd.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Mae modd defnyddio'r gorchmynion hyn ym maes \"Gorchmynion Argraffu\" y "
-"deialogau argraffu mewn nifer o raglenni, ond yma nid ydynt yn darparu'r "
-"enw ffeil am fod y ffeil i'r argraffydd yn cael ei ddarparu gan y rhaglen.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Mae'r gorchymyn \"%s\" hefyd yn caniatau i newid y gosodiadau dewis ar gyfer "
-"tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r llinell "
-"gorchymyn, e.e \"%s <file>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Er mwyn cael gwybodaeth am y dewisiadau sydd ar gael ar gyfer yr argraffydd "
-"cyfredol darllenwch un ai'r rhestr isod neu cliciwch ar y botwm \"Rhestr "
-"dewis argraffu\"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Dyma restr o'r dewisiadau argraffu sydd ar gael ar gyfer yr argraffydd "
-"presennol:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynnell) defnyddiwch "
-"orchymyn \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Mae modd defnyddio'r gorchymyn hwn ym maes \"Gorchymyn argraffu\" deialog "
-"nifer o raglenni. Ond peidiwch rhoi'r enw ffeil yma oherwydd bod y ffeil "
-"i'w argraffu wedi ei ddarparu gan y rhaglen.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"I edrych ar y rhestr o'r dewisiadau sydd ar gael ar gyfer yr argraffydd "
-"cyfredol cliciwch ar fotwm \"Rhestr dewisiadau argraffu\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynnell) defnyddiwch y "
-"gorchymyn \"%s <file>\" or \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Mae modd hefyd i ddefnyddio rhag wyneb graffigol \"xpdq\" i osod dewisiadau "
-"a thrin gwaith argraffu.\n"
-"\n"
-"Os ydych yn defnyddio KDE fel amgylchedd pen bwrdd mae gennych \"botwm "
-"argyfwng\", eicon ar y pen bwrdd, wedi ei labelu \"Atal yr Argraffydd!\", "
-"fydd yn stopio 'r holl waith argraffu'n syth pan fyddwch yn ei glicio. Mae "
-"hyn yn ddefnyddiol pan fydd y papur wedi mynd yn sownd, ag ati.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Mae'r gorchmynion \"%s\" a \"%s\" hefyd yn caniatu newid y gosodiadau dewis "
-"ar gyfer tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r "
-"llinell gorchymyn, e.e \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Cau"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Argraffu/Sganio ar \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Argraffu ar argraffydd \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Rhestr ddewis argraffu"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Mae eich dyfais aml bwrpas HP wedi cael ei ffurfweddu'n awtomatig i fedru "
-"sganio. Mae modd i chi sganio gyda \"scanimage\" (\"scanimage -d hp:%s\" i "
-"bennu pa un os oes gennych fwy nag un) o'r llinell orchymyn neu gyda rhag "
-"wynebau graffigol \"xscanimage\" neu \"xsane\". Os ydych yn defnyddio GIMP, "
-"medrwch sganio hefyd, drwy ddewis y man priodol yn y ddewislen \"Ffeil\"/"
-"\"Cipio\". Galwch hefyd \"man scanimage\" a \"man sane-hp\" ar y linell "
-"orchymyn i dderbyn mwy o wybodaeth.\n"
-"\n"
-"Peidiwch defnyddio \"scannerdrake\" ar gyfer y ddyfais hon."
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Mae eich dyfais aml bwrpas HP wedi cael ei ffurfweddu'n awtomatig i fedru "
-"sganio. Medrwch sganio o'r llinell orchymyn gyda \"ptal-hp %s scan ...\".. "
-"Nid yw sganio drwy gyfrwng rhyng wyneb graffigol na GIMP yn cael ei gynnal "
-"eto ar gyfer eich dyfais. Mae rhagor o wybodaeth i'w gael yn ffeil \"/usr/"
-"share/doc/hpoj-0.8/ptal-hp-scan.html\" ar eich system. Os oes gennych HP "
-"LaserJet 1100 neu 1200 yna dim ond os oes gennych y dewis sganio wedi ei "
-"osod mae modd sganio.\n"
-"Peidiwch defnyddio \"scannerdrake\" ar gyfer y ddyfais hon."
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Darllen data argraffydd..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Trosglwyddo ffurfweddiad yr argraffydd"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Mae modd i chi gopo ffurfweddiad yr argraffydd fel wnaethoch o yspwlydd %s "
-"i %s eich yspwlydd cyfredol. Bydd yr holl ddata ffurfweddi (enw argraffydd, "
-"disgrifiad, lleoliad, math o gysylltiad a gosodiadau dewis rhagosodedig) yn "
-"cael eu trosi, ond ni fydd y gwaith argraffu'n cael eu trosi.\n"
-"Ni fydd yr holl waith argraffu'n cael eu trosi, am y rhesymau canlynol:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"Nid yw CUPS yn cefnogi argraffyddion ar wasanaethwyr Novell neu "
-"argraffyddion sy'n anfon data mewn gorchymyn ffurf -rhydd.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"Mae PDQ yn cynnal argraffyddion lleol, LDP pell, a Socket/TCP, yn unig.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "Nid yw LPD na LPRng yn cynnal argraffyddion IPP.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Yn ogystal, nid oes modd trosglwyddo rhesi grewyd gan y rhaglen hon na "
-"\"foomatic-configure\"."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Hefyd nid oes modd trosglwyddo argraffyddion ffurfweddwyd gyda ffeiliau PPD "
-"ddarparwyd gan eu gwneuthurwyr na gyrrwyr CUPS brodorol."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Nodwch yr argraffydd rydych am ei drosglwddo a chliciwch\n"
-"\"Trosglwyddo\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Peidio trosglwyddo argraffydd"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Trosglwyddo"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Mae argraffydd o'r enw \"%s\" yn bodoli eisoes yn %s.\n"
-"Cliciwch \"Trosglwyddo\" i ysgrifennu drosto.\n"
-"Mae modd i chi osod enw newydd arno neu ei hepgor."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Dylai enw'r argraffydd gynnwys llythrennau, rhifau a'r tanlinellu, yn unig"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Mae argraffydd \"%s\" yn bodoli eisoes,\n"
-"ydych chi wir eisiau ailysgrifennu ei ffurfweddiad?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Enw'r argraffydd newydd"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Trosglwyddo %s..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Rydych wedi trosglwyddo eich argraffydd rhagosodedig blaenorol rhagosodedig "
-"(\"%s\"). A ddylai fod yn argraffydd rhagosodedig y system argraffu newydd %"
-"s ?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Adnewyddu data'r argraffydd..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Ffurfweddiad argraffydd pell"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Cychwyn y rhwydwaith..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Ffurfweddwch y rhwydwaith"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Nid yw swyddogaethau'r rhwydwaith wedi ei ffurfweddu"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Ydych chi am ffurfweddi argraffydd pell. Mae hyn angen mynediad ar "
-"rwydwaith, ond nid yw eich rhwydwaith wedi ei ffurfweddu eto. Os ydych am "
-"fynd ymlaen heb ffurfweddiad rhwydwaith, ni bydd modd i chi ddefnyddio'r "
-"argraffydd rydych yn ei ffurfweddu ar hyn o bryd. Beth ydych am ei wneud?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Mynd yn eich blaen heb ffurfweddu'r rhwydwaith"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Nid oes modd cychwyn y ffurfweddiad rhwydwaith wnaed yn ystod y gosodiad. "
-"Gwiriwch p'un ai yw'r rhwydwaith yn darparu mynediad ar l cychwyn eich "
-"system a chywiro'r ffurfweddiad gan ddefnyddio Canolfan Rheoli Mandrake, "
-"adran \"Rhwydwaith a'r Rhyngrwyd\"/\"Cysylltiad\", ac yna gosod yr "
-"argraffydd, eto gan ddefnyddio Canolfan Rheoli Mandrake, adran \"Caledwedd\"/"
-"\"Argraffydd\""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Nid oedd mynediad i'r rhwydwaith yn rhedeg ac nid oedd modd ei gychwyn. "
-"Gwiriwch eich ffurfweddiad a'ch caledwedd. Yna ceisiwch ail ffurfweddi eich "
-"argraffydd."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Ailgychwyn system argraffu..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "uchel"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "Paranoia"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Gosod system argraffu yn lefel diogelwch %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Rydych ar fin gosod system argraffu %s ar system sy'n rhedeg lefel diogelwch "
-"%s. \n"
-"\n"
-"Mae'r system yn rhedeg daemon (proses gefndirol) sy'n aros am waith argraffu "
-"ac yna yn eu trin. Mae'r daemon hefyd yn gyraeddadwy gan beiriannau pell "
-"drwy'r rhwydwaith ac felly'n bwynt ymosod. Felly, dim ond ychydig o "
-"ddaemonau sy'n cael eu cychwyn yn rhagosodedig, ar y lefel diogelwch hwn.\n"
-"\n"
-"Ydych chi wir eisiau ffurfweddu argraffu ar y peiriant hwn?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Cychwyn y system argraffu wrth gychwyn y cyfrifiadur"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Ni fydd system argraffu (%s) yn cychwyn yn awtomatig pan fydd y peiriant yn "
-"cael ei gychwyn.\n"
-"\n"
-"Mae'n bosibl fod y cychwyn awtomatig wedi ei ddiffodd wrth newid i lefel "
-"diogelwch uwch, am fod a system argraffu'n bwynt tebygol ar gyfer "
-"ymosodiadau.\n"
-"\n"
-"Ydych chi am i'r cychwyn awtomatig gael ei droi ymlaen eto?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Gwirio'r meddalwedd sydd wedi ei osod..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Tynnu LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Tynnu LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Dewiswch Sbwlydd Argraffydd"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Pa system argraffu(sbwlydd) ydych chi am ei ddefnyddio?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Ffurfweddu argraffydd \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Gosod Foomatic..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Dewisiadau argraffydd"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Paratoi PrinterDrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Ffurfweddi'u rhaglenni"
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Hoffech chi ffurfweddu argraffu?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "System argraffu."
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Mae'r argraffyddion canlynol wedi eu ffurfweddu. Cliciwch ar un i newid ei "
-"osodiadau; ei wneud yn argraffydd rhagosodedig; i edrych am wybodaeth "
-"amdano; neu i wneud argraffydd CUPS pell ar gael ar gyfer Star Office/"
-"OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Mae'r argraffyddion canlynol wedi eu ffurfweddi. Cliciwch ar un i newid ei "
-"osodiadau; ei wneud yn argraffydd rhagosodedig; i edrych am wybodaeth amdano."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Adnewyddu rhestr argraffyddion (dangos pob argraffydd CUPS pell sydd ar gael)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Newidiwch y system argraffu"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modd Arferol"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Ydych chi eisiau ffurfwedu argraffydd arall?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Newid ffurfweddiad yr argraffydd"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Argraffydd %s\n"
-"Beth ydych am ei newid ar yr argraffydd hwn?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Gwna!!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Math o gyswllt argraffydd"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Enw'r argraffydd, disgrifiad, lleoliad"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Gwneuthurwr yr argraffydd, model, gyrrwr"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Gwneuthurwr yr argraffydd, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Gosod yr argraffydd fel y rhagosodedig"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Ychwanegwchyr argraffydd hwn i Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Tynnwch yr argraffydd hwn o Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Argraffu tudalennau prawf"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Gwybod sut i ddefnyddio'r argraffydd"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Tynnu argraffydd"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Tynnu hen argraffydd \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Argraffydd rhagosodedig"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Mae argraffydd \"%s\" wedi ei osod fel yr argraffydd rhagosodedig."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Ychwanegu argraffydd i Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-"Mae argraffydd \"%s\" wedi ei ychwanegu'n llwyddiannus i Star Office/"
-"OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-"Wedi methu ag ychwanegu argraffydd \"%s\" i Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Tynnu'r argraffydd o Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"Cafodd argraffydd \"%s\" ei dynnu'n llwyddiannus o Star Office/OpenOffice."
-"org."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Methwyd thynnu argraffydd \"%s\" o Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Ydych chi wir eisiau tynnu argraffydd \"%s\""
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Tynnu argraffydd \"%s\"..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Ffurfweddu dirprwy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Croeso i'r gwasanaeth ffurfweddu 'r dirprwy.\n"
-"\n"
-"Yma bydd modd i chi osod eich dirprwyon http a ftp gyda\n"
-"neu heb mewngofnod a chyfrinair\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Rhowch y wybodaethar gyfer dirprwyo http\n"
-"Gadewch hwn yn wag os nad ydych eisiau dirprwy http"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "porth"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Dylai'r URL ddechrau gyda \"http:\""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Dylai'r rhan porth fod yn rhifol"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Llanwxh y gwybodaeth dirprwy ftp\n"
-"Gadewch yn wag os nad ydych eisiau dirprwy ftp"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Dylai'r URL ddechrau gyda 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Rhowch mewngofnod a chyfrinair dirprwyol, os oes angen.\n"
-"Gadwech yn wag os nad ydych am gael mewngofnod a chyfrinair"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "mewngofnodi"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "cyfrinair"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "aildeipiwch y gyfrinair"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Nid yw'r cyfrineiriau'n cydweddi. Rhowch gynnig arall arni!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Methu ychwanegu rhaniad to_formatted_RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Methu ysgrifenu ffeil %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "methodd mkraid"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "methodd mkraid (efallai bod raidtools ar goll)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Dim digon o raniadau ar gyfer RAID lefel %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Cychwynnwch system sain ALSA (Pensaernaeth Sain Linux Uwch)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron trefnydd gorchymyn cyfnodol"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"Mae apmd yn cael ei ddefnyddio i fonitro statws y batri a \n"
-"mewngofnodi drwy syslog. Mae modd ei ddefnyddio i gau'r \n"
-"peiriant pan mae'r batri'n isel."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Mae'n rhedeg gorchmynion wedi eu trefnu gan y gorchymyn at ar amser wedi \n"
-"ei bennu pan oedd at yn rhedeg, gan rhedeg gorchmynion swp pan fydd \n"
-"cyfartaledd y llwyth yn ddigon isel."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Mae cron yn rhaglen safonnol yn UNIX sy'n rhedeg rhaglenni sydd wedi eu \n"
-"pennu gan y defnyddiwr ar adegau penodol. Mae vixie cron yn ychwanegu \n"
-"nifer o ychwanegiadau i'r UNIX cron sylfaenol, yn cynnwys gwell diogelwch \n"
-"a dewisiadau ffurfweddu mwy pwerus."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"Mae GPM yn ychwanegu cefnogaeth ar gyfer llygoden i raglenni testun Linux \n"
-"megis, Midnight Commander. Mae hefyd yn caniatu gweithrediadau torri a \n"
-"gludo consol llygoden, gan gynnwys cefnogaeth ar gyfer bryslenni yn y "
-"consol. "
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"Mae HardDrake yn rhedeg archwiliwr caledwedd, a gall yn l \n"
-"eich dewis, ffurfweddu caledwedd newydd neu sydd wedi newid."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Mae Apache yn wasanaethwr y We Fyd Eang. Mae'n cael ei ddefnyddio "
-"iwasanaethu ffeiliau HTML a CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Mae daemon uwchwasanaethwr rhyngrwyd (inetd) yn cychwyn nifer\n"
-"o wasanaethau rhyngrwyd eraill, yn l y galw. Mae'n gyfrifol am gychwyn\n"
-"nifer o wasanaethau, gan gynnwys telnet, ftp, rsh a rlogin. Mae analluogi \n"
-"inetd yn analluogi'r holl wasanaethau mae'n gyfrifol amdanynt."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Cychwyn hidlydd pecynnau ar gyfer cnewyllyn cyfres Linux 2.2 \n"
-"i greu mur gwarchod i amddiffyn eich peiriant rhag ymosodiadau \n"
-"o'r rhwydwaith."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Mae'r pecyn hwn yn llwytho'r map bysellfwrdd rydych wedi \n"
-"ei ddewis fel yn /etc/sysconfig/keyboard. Mae modd dewis \n"
-"hwn wrth ddefnyddio'r rhaglen wasanaethu kbdconfig. \n"
-"Dylech adael hwn wedi ei alluogi ar gyfer y rhanfwyaf o beiriannau."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Ailgreu awtomatic pennawd y cnewyllyn yn /boot ar\n"
-"gyfer /usr/include/linux{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Canfod a ffurfweddu awtomatic caledwedd wrth gychwyn y cyfrifiadur."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr "Bydd Linuxconf yn trefnu ar adegau i gyflawnu amrywiol"
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"Mae lpd yn ddaemon argraffu sy'n angenrheidiol i lpr weithio\n"
-"Mae'n wasanaethwr sy'n cyflafareddu gwaith argraffu i\n"
-"argraffydd (ion)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Mae Gwasanaethwr Rhith Linux yn cael ei ddefnyddio i adeiladu \n"
-"gwasanaethwyr cyflym a chyraeddadwy."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"mae'r enwyd (BIND) yn Wasanaethwr Enw Parth (DNS) sy'n cael ei ddefnyddio i "
-"gydrannu enwau gwestai i'r cyfeiriadau IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Yn gosod a dadosod pob System Ffeil y Rhwydwaith (NFS), SMB\n"
-"(Rheolwr Rhwydwaith/Windows), a phwyntiau gosod NCP (NetWare) ."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Cychwyn/Gorffen pob rhyngwyneb rhwydwaith sydd wedi eu \n"
-"ffurfweddu i gychwyn wrth gychwyn y peiriant."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"Mae NFS yn brotocol poblogaidd ar gyfer rhannu ffeiliau ar draws "
-"rhwydweithiau TCP/IP.\n"
-"Mae'r gwasanaeth yn darparu ffwythiannaeth gwasanaethwr NFS, sy;n cael ei "
-"ffurfweddu\n"
-"drwy'r ffeil /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"Mae NFS yn brotocol poblogaidd ar gyfer rhannu ffeiliau \n"
-"ar draws rhwydweithiau TCP/IP. Mae'r gwasanaeth hwn \n"
-"yn darparu'r gallu i gloi ffeiliau NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Cychwyn clo allweddell numlock yn awtomatig yn consol \n"
-"ac XFree wrth gychwyn y peiriant."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Cynnal OKI 4w ac argraffyddion windows cyffelyb."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Mae cynhaliaeth PCMICA fel rheol ar gyfer cynnal pethau fel \n"
-"ethernet a modem mewn gliniadur. Ni fydd yn cychwyn heb ei \n"
-"ffurfweddu i wneud hynny, felly mae'n ddiogel ei gael ar beiriannau \n"
-"sydd ddim ei angen."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Mae'r mapiwr porth (portmapper) yn rheoli cysylltiadau RPC, \n"
-"sy'n cael eu defnyddio gan brotocolau fel NFS a NIS. Rhaid i wasanaethwr "
-"porthmap\n"
-"redeg ar beiriannau sy'n gweithredu fel gwasanaethwyr ar gyfer protocolau "
-"sy'n\n"
-"gwneud defnydd o fecanwaith RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Mae Postfix yn Asiant Cludo E-bost (MTA), sef rhaglen sy'nsymud e-bost o un "
-"peiriant i'r llall."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Bydd yn cadw ac adfer system pwll entropi ar gyfer cynhyrchu rhif \n"
-"hap o ansawdd uchel."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr "Dynodi dyfeisiadau"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Mae'r daemon llwybrydd yn caniatu i'r tabl llwybrydd IP awtomatig \n"
-"ddiweddaru drwy gyfrwng y protocol RIP. Tra bo RIP'n cael ei \n"
-"ddefnyddio'n eang ar rhwydweithiau bach, mae angen protocolau \n"
-"llwybrydd mwy cymleth ar gyfer rhwydweithiwu cymleth."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Mae'r protocol rstat yn caniatu i ddefnyddwyr rhwydwaith \n"
-"i adennill metric perfformaid unrhyw beiriant ar y rhwydwaith."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Mae protocol ruser yn caniatu i ddefnyddwyr ar rwydwaith i adnabod\n"
-"pwy arall sydd wedi mewngofnodi ar beirianau eraill sy'n ymateb."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Mae'r protocol rwho'n caniatu i ddefnyddwyr pell gael rhestr o'r \n"
-"holl ddefnyddwyr sydd wedi mewngofnodi ar beiriant sy'n rhedeg \n"
-"daemon rwho (yn debyg i fysedd)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Cychwyn y system sain ar eich peiriant"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog yw'r modd mae llawer o daemonau'n defnyddio i gofnodi \n"
-"negeseuon i ffeiliau cofnod systemau. mae'n syniad da io rhedeg \n"
-"syslog bob tro."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Llwytho'r gyrrwyr ar gyfer eich dyfeisiau usb."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Yn cychwyn Gwasanaethwr Ffont X (mae hyn yn orfodol i XFree i redeg).."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Dewiswch pa wasanaethau ddylai gael eu cychwyn yn awtomatig wrth gychwyn y "
-"cyfrifiadur"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Argraffu"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Rhyngrwyd"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Rhannu Ffeiliau"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "System"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Gweinyddu Pell"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Gwasanaethwr Cronfa Ddata"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Gwasanaethau: %d wedi eu cychwyn ar gyfer %d wedi eu cofrestri"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Gwasanaethau"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "rhedeg"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "ataliwyd"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Gwasanaethau a daemonau"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr "Dim gwybodaeth ychwanegol am y gwasanaeth hwn."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Cychwyn"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Cychwyn"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Aros"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Diolch am ddewis Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Croeso i fyd Cod Agored"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Mae llwyddiant MandrakeSoft yn seiliedig ar egwyddor Meddalwedd Rhydd. Mae "
-"eich system weithredu newydd yn ganlyniad gwaith cydweithredol ar ran y "
-"Gymuned Linux byd-eang"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Ymunwch byd Meddalwedd Rhydd"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Dewch i adnabod y gymuned Cod Agored a dewch yn aelod. Dysgwch, addysgwch a "
-"chynorthwywch eraill drwy ymuno yn y grwpiau trafod niferus sydd i'w cael yn "
-"ein tudalennau gwe \"Cymuned\""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Y Rhygnrwyd a Negesu"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mae Mandrake Linux 8.2 yn cynnig y feddalwedd orau i gael mynediad i bopeth "
-"sydd gan y Rhyngrwyd i'w gynnig. Syrffiwch y we a gwyliwch animeddiadau gyda "
-"Mozilla a Konqueror, cyfnewidiwch e-bost a threfnu eich gwybodaeth gyda "
-"Evolution a Kmail, a llawr iawn rhagor. "
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Amlgyfrwng a Graffigau"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mae Mandrake Linux 8.2 yn caniatu i chi wthio eich cyfrifiadur aml-gyfrwng "
-"i'r eithaf! Defnyddiwch y feddalwedd ddiweddaraf i chwarae ffeiliau "
-"cerddoriaeth a sain, golygu a threfnu eich delweddau a lluniau, gwylio "
-"teledu a fideo, a llawer iawn mwy"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Datblygiad"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 yw'r platfform datblygu gorau. Darganfyddwch rym grynhowr "
-"gcc GNU yn ogystal ag amgylcheddau datblygiadol Cod Agored gorau oll"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Canolfan Rheoli Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Canolfan Rheoli Mandrake Linux 8.2 yw'r lleoliad canolog ar gyfer llunio a "
-"ffurfio eich system Mandrake"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Rhyngwynebau defnyddwyr"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mae Mandrake Linux 8.2 yn darparu 11 amgylchedd penbwrdd graffigol a "
-"rheolwyr ffenestri gwahanol i ddewis ohonynt gan gynnwys Gnome 1.4, KDE "
-"2.2.2., Window Maker 0.8, a'r gweddill"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Meddalwedd Gwasanethwyr"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Trowch eich peiriant i fod yn wasanaethwr pwerus gydag ychydig gliciau ar "
-"eich llygoden: gwasanaethwyr gwe, e-bost, mur gwarchod, llwybrydd, "
-"gwasanaethwr ffeil ac argraffu..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Gemau"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mae Mandrake Linux 8.2 yn darparu'r gemau Cod Agored gorau - arcd, antur, "
-"cardiau, chwaraeon, strategaeth..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Hoffech chi ddysgu Linux yn syml, yn gyflym, ac am ddim? Mae MandrakeSoft yn "
-"darparu hyfforddiant ar Linux, yn ogystal ffordd i fesur eich cynnydd, yn "
-"MandrakeCampus - ein canolfan hyfforddiant ar-lein"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Mae cefnogaeth werthfawr gan Gymuned Linux, a chan MandrakeSoft i'w gael yn "
-"hwylus. Ac os ydych yn hen law ar Linux, cewch fod yn \"Arbenigwr\" a rhannu "
-"eich gwybodaeth ar ein safle cefnogi"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Ar gyfer eich holl brojectau TG, mae ein hymgynghorwyr ar gael i ddadansoddi "
-"eich anghenion a chynnig atebion unigryw i chi. Medrwch fanteisio ar brofiad "
-"eang MandrakeSoft fel cynhyrchydd Linux i ddarparu ateb TG gwell i'ch busnes."
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Mae amrediad eang o ddarpariaeth Linux, yn ogystal chynigion arbennig ar "
-"gynnyrch a 'difyrrwch', ar gael ar-lein yn ein e-siop"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Am ragor o wybodaeth ar Wasanaethau Profesiynol a chynigion masnachol "
-"MandrakeSoft, gwelwch y dudalen we ganlynol:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Gosod pecynnau..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Methu darllen eich tabl rhaniadau. Mae'n rhy lwgr i mi :[\n"
-"Af ymlaen i flancio rhaniadau gwael"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Gwall!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Methu canfod ffeil delwedd angenrheidiol '%s'."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Ffurfweddwr Awto-Osod"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Rydych ar fin ffurfweddu disg meddal Gosod Awtomatig. Mae'r nodwedd hwn "
-"braidd yn beryglus a dylid ei ddefnyddio gyda gofal.\n"
-"\n"
-"Gyda'r hodwedd hwn, bydd modd ailchwarau'r gosodiad ar y cyfrifiadur, gan "
-"eich holi'n rhyngweithiol ar gyfer rhai cammau, er mwyn newid eu "
-"gwerthoedd.\n"
-"\n"
-"Ydych chi eisiau parhau?\n"
-"?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "FFurfweddiad Camau Awtomatig"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Dewiswch ar gyfer pob cam a fydd yn ail chwarae fel eich gosodiad, neu a "
-"fydd gyda llaw"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Croeso\n"
-"\n"
-"Mae paramedrau'r awto osod i'w cael yn yr adran ar y chwith"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Llongyfarchiadau!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Mae'r disg meddal wedi ei gynhyrchu'n llwyddiannus. \n"
-"Medrwch ail chwarae eich gosodiad."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Awto Gosod"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Ychwanegu eitem"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Tynnu'r eitem olaf"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Adroddiad DrakBackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Adroddiad Daemon DrakBackup \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Manylion Adroddiad DrakBackup \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "cyfanswm y cynnydd"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Ffeiliau system wrth gefn"
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Ffeiliau cadw wrth gefn y Disg Caled"
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Cynnydd Disg Caled wrth Gefn..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Cadw wrth gefn ffeiliau eraill..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"rhestr ffeil yrrwyd gan FTP: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) anhawster cysylltiad FTP: Nid oedd yn bosibl anfon eich ffeiliau wrth "
-"gefn drwy FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Gwall wrth anfon e-bost. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Dewis ffeiliau"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Dewiswch y ffeiliau neu gyfeiriaduron a chliciwch 'Ychwanegu'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Gwiriwch pob dewis sydd angen arnoch.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Mae'r dewisiadau hyn yn medru cadw wrth gefn ac adfer pob ffeil yn eich "
-"cyfeiriadur /etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Cadw wrth gefn ffeiliau System. ( cyfeiriadur /etc )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Cadw wrth gefn cynyddol (peidio disodli hen ffeiliau wrth gefn)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Peidio cynnwys ffeiliau hanfodol (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Gyda'e dewis hwn medrwch adfer unrhyw fersiwn\n"
-"o'ch cyfeiriadur /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Gwiriwch pob defnyddiwr rydych am eu cynnwys yn eich cadw wrth gefn."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Peidio cynnwys storfa'r porwr"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Defnyddio Cadw wrth Gefn Cynyddol (peidio disodli hen gadw wrth gefn)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Tynnu'r Dewis"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Defnyddwyr"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Defnyddiwch cysylltiad FTP i gadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Rhowch enw'r gwesteiwr neu'r IP"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Rhowch y cyfeiriadur i osod y cadw\n"
-"wrth gefn ar y gwesteiwr hwn."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Rhowch eich mewngofnod"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Rhowch eich cyfrinair"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Cofiwch y cyfrinair"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "Cysylltiad FTP"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Cysylltiad Diogel"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Defnyddiwch yr CD/DVDROM i gadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Dewiswch eich gofod CD"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Gwiriwch os ydych am ddileu eich CDRW cyn"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Gwiriwch os ydych am gynnwys\n"
-" cychwyn gosod ar eich CD"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Rhowch enw dyfais eich Ysgrifennwr CD\n"
-"ex: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Defnyddiwch dp i gadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Rhowch enw dyfais i'w ddefnyddio ar gyfer cadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Rhowch y maint mwyaf\n"
-"i'w ganiatu ar gyfer Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Defnyddiwch y cwota ar gyfer ffeiliau wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Rhwydwaith"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Disg Caled / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "bob awr"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "bob dydd"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "bob wythnos"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "bob mis"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Defnyddiwch ddaemon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Dewiswch faint o amser\n"
-"fydd rhwng pob cadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Dewiswch y cyfrwng ar\n"
-"gyfer cadw wrth gefn..."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Defnyddiwch y Disg Caled gyda'i ddaemon"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Defnyddiwch FTP gyda daemon"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-"Gwnewch yn siwr bod daemon cron yn cael ei gynnwys yn eich gwasanaethau"
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Anfonwch adroddiad e-bost wedi pob cadw wrth gefn i :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Beth"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Lle"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Pryd"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Dewisiadau Eraill"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Ffurfweddiad Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Dewiswch i le rydych am gadw ffeiliau wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "ar Ddisg Caled"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "ar draws Rhwydwaith"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Dewiswch beth rydych am ei gadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "System cadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Defnyddwyr Cadw wrth Gwfn"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Dewis defnyddwyr gyda llaw"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Ffynhonell Cadw wrth Gefn:\n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Ffeiliau System: \n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Ffeiliau Defnyddiwr:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Ffeiliau Eraill: \n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"Cadw ar Ddisg caled ar lwybr: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Cadw ar FTP ar y gwesteiwr: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t enw defnyddiwr:%s\n"
-"\t\t ar lwybr: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"-Dewisiadau:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tPeidiwch cynnwys Ffeiliau System\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\t Bydd Cadw wrth gefn yn defnyddio tar a bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBydd Cadw wrth Gefn yn defnyddio tar a gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Daemon (%s) i gynnwys :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Disg Caled.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Rhwydwaith drwy FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Rhwydwaith drwy SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Dim ffurfweddiad, cliciwch Dewin neu Uwch.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Rhestr o ddata i'w adfer:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Rhestr o ddata llwgr:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Dad-diciwch hwn neu ei dynnu'r tro nesaf."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Mae'r ffeiliau wrth gefn wedi eu llygru"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Mae eich dewis data wedi ei "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Ei adfer yn Llwyddiannus ar %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Adfer y Furfweddiad"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Iawn i adfer ffeiliau eraill"
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Rhestr defnyddwyr i'w adfer ( dim ond y diweddaraf yn l y defnyddwyr, sy'n "
-"bwysig )"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Cadw'r ffeiliau system wrth gefn cyn:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "dewiswch y data i'w adfer"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Defnyddiwch y Ddisg Caled ar gyfer cadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Adfer o'r Ddisg Caled."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Rhowch y cyfeiriadur lle mae'r ffeiliau wrth gefn yn cael eu cadw"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Dewis cyfrwng arall i adfer ohono"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Cyfrwng Arall"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Adfer y system"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Adfer Defnyddwyr"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Adfer Arall"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "dewis llwybr arall i adfer ( yn lle / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Gwnewch cadw wrth gefn newydd cyn adfer ( ar gyfer cadw wrth gefn cynyddol "
-"yn unig )"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Tynnu cyfeiriaduron defnyddiwr cyn adfer."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Adfer pob cadw wrth gefn"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Adfer Dewisol"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Cymorth"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Cynt"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Gorffen"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Adeiladu Cadw wrth Gefn"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Adfer"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Nesaf"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Crwch gadw wrth gefn cyn ei adfer...\n"
-" neu gwiriwch fod eich llwybr i'w gadw'n gywir."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Gwall wrth ddefnyddio sendmail\n"
-" chafodd eich adroddiad e-bost mo'i anfon\n"
-" Ffurfweddwch eich sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Rhestr Pecynnau i'w Gosod"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Gwall wrth anfon ffeil drwy FTP.\n"
-" Cywirwch eich ffurfweddiad FTP."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Dewiswch y data i'w adfer..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Dewiswch y cyfrwng ar gyfer cadw wrth gefn..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Dewiswch y data i'w gadw wrth gefn..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Ni chanfyddwyd y ffeil ffurfweddu \n"
-"cliciwch Dewin neu Uwch."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "O dan ddatblygiad...arhoswch."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Ffeiliau System Cadw wrth Gefn"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Cadw'r ffeiliau eraill wrth gefn"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Cyfanswm Cynydd"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "anfon ffeil drwy FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Anfon ffeiliau..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Rhestr data i'w gynnwys ar CDROM"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Rhowch gyflymder yr ysgrifennydd CD"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Rhowch enw dyfais eich Ysgrifennydd CD (ex: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Ticiwch os ydych eisiau cynnwys cychwyn gosod ar eich CD."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Cadwch wrth Gefn eich ffeiliau ffurfweddu"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Edrych ar Ffurfweddiad Cadw wrth Gefn"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Ffurfweddiad y Dewin"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Ffurfweddiad Uwch"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Cadw wrth Gefn Nawr"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"disgrifiad o'r dewisiadau:\n"
-"\n"
-"Yma mae Drakbackup yn caniatu i chi newid:\n"
-"\n"
-" - Y modd cywasgu:\n"
-" \n"
-" Os wnewch chi glicio cywasgiad bzip2, byddwch yn \n"
-" cywasgu eich data'n well na gzip (tua 2-10%).\n"
-" Nid yw'r dewis wedi ei nodi drwy ragosodiad gan fod\n"
-" angen mwy o amser ar y modd cywasgu hwn (tua 1000% yn fwy).\n"
-"\n"
-"- Y modd diweddaru:\n"
-"\n"
-" Bydd y dewis hwn yn diweddaru eich caw wrth gefn, ond\n"
-" nid yw'r dewis hwn wir yn ddefnyddiol gan fo angen dadgywasgu\n"
-" eich cadw wrth gefn cyn bo modd i chi ei ddiweddaru.\n"
-" \n"
-"- Y modd .backupignore\n"
-" Fel gyda cvs, bydd Drakbackup yn anwybyddu pob cyfeiriad\n"
-" yn ffeiliau .backupignore ym mhob cyfeiriadur.\n"
-" ar wahn i: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr "\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"disgrifiad o'r dewisiadau:\n"
-"\n"
-"- Ffeiliau system Cadw wrth Gefn\n"
-" \n"
-"\tMae'r dewis hwn yn caniatu i chi gadw wrth gefn eich\n"
-"\tcyfeiriadur /etc, sy'n cynnwys eich ffeiliau ffurfweddiad.\n"
-"\tByddwch ofalus wrth ei adfer i beidio trosysgrifo:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-"- Ffeiliau Defnyddiwr Cadw wrth Gefn\n"
-"\n"
-"\tMae'r dewis hwn yn caniatu i chi ddewis pob defnyddiwr\n"
-"\trydych am gadw wrth gefn ar eu cyfer.\n"
-"\tI ddiogelu lle ar ddisg, argymhellir nad ydych yn cadw storfa'r\n"
-"\t porwr.\n"
-" \n"
-"- Cadw Ffeiliau Eraill wrth Gefn\n"
-"\n"
-"\tMae'r dewis hwn yn caniatu i chi ychwanegu mwy\n"
-"\to ddata i'w gadw. Gyda'r cadw arall wrth gefn nid\n"
-"\tyw'n bosibl ar hyn o bryd i ddewis cadw wrth gefn\n"
-"\tcynyddol.\t\t\n"
-"\n"
-"Cadw wrth Gefn Cynyddol:\n"
-"\n"
-"\tCadw wrth Gefn Cynyddol yw'r dewis mwyaf pwerus.\n"
-"\tMae'r dewis hwn yn caniatu i chi gadw eich data wrth\n"
-"\tgefn y tro cyntaf ac yna dim ond yr hyn sydd wedi newid.\n"
-"\tYna bydd modd i chi, yn ystod y cam o adfer, adfer eich\n"
-"\tdata o ddyddiad penodol.\n"
-"\tOs nad ydych wedi dewis hwn, bydd yr holl hen ffeiliau\n"
-"\twrth gefn yn cael eu dileu cyn pob cadw wrth gefn. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"disgrifad o adfer:\n"
-"\n"
-"Dim ond y ffeiliau mwyaf diweddar fydd yn cael eu defnyddio,\n"
-"oherwydd gyda candw wrth gefn cynyddol mae angen adfer\n"
-"pob cadw hyn yn unigol.\n"
-"\n"
-"Felly os nad ydych am adfer defnyddiwr dad-ddewiswch ei ddewisiadau.\n"
-"\n"
-"Ar wahan i hynny, dim ond un o rhain mae modd ei ddewis\n"
-"\n"
-"Cadw wrth Gefn Cynyddol:\n"
-"\n"
-"\tCadw wrth Gefn Cynyddol yw'r dewis mwyaf pwerus.\n"
-"\tMae'r dewis hwn yn caniatu i chi gadw eich data wrth\n"
-"\tgefn y tro cyntaf ac yna dim ond yr hyn sydd wedi newid.\n"
-"\tYna bydd modd i chi, yn ystod y cam o adfer, adfer eich\n"
-"\tdata o ddyddiad penodol.\n"
-"\tOs nad ydych wedi dewis hwn, bydd yr holl hen ffeiliau\n"
-"\twrth gefn yn cael eu dileu cyn pob cadw wrth gefn. \n"
-"\\n\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Hawlfraint(H 2001 MandrakeSoft gan DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-"Mae'r rhaglen hon yn feddalwedd rhydd; medrwch ei ailddosbarthu\n"
-"a/neu ei newid o dan amodau Trwydded Gyhoeddus Gyffredinol GNU\n"
-"fel sydd wedi ei gyhoeddi gan y Free Software Foundation; un ai fersiwn\n"
-"2 neu (yn l eich dewis) unrhyw fersiwn diweddarach.\n"
-"\n"
-" Mae'r rhaglen yn cael ei ddosbarthu yn y gobaith y bydd yn ddefnyddiol,\n"
-" ond HEB UNRHYW WARANT; heb hyd yn oed awgrym o warant o\n"
-" FASNACHEIDDRWYDD nag ADDASRWYDD AR GYFER PWRPAS\n"
-" PENODOL. Gweler Trwydded Gyhoeddus Gyffredinol GNU am fwy o\n"
-" wybodaeth.\n"
-"\n"
-" Dylech fod wedi derbyn copi o Drwydded Gyhoeddus Gyffredinol GNU\n"
-" gyda'r rhaglen; os nad, ysgrifennwch at:\n"
-" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
-"MA 02111-1307, USA"
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Disgrifiad:\n"
-"\n"
-" Mae Drakbackup yn cael ei ddefnyddio i cadw\n"
-" eich ffeiliau system wrth gefn.\n"
-" Yn ystod y ffurfweddiad medrwch ddewis:\n"
-"\t- Ffeiliau system,\n"
-"\t-Ffeiliau defnyddwyr,\n"
-"\t-Ffeiliau eraill.\n"
-"\tneu Eich holl system...ac Arall (megis Rhaniadau Windows)\n"
-"\n"
-" Mae Drackbackup yn caniatu i chi ddefnyddio:\n"
-"\t- Disg Caled.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (gyda awto gychwyn, achub ac awto osod.).\n"
-"\t- FTP.\n"
-"\t- Webdav.\n"
-"\t- Tp.\n"
-"\n"
-" Mae Drakbackup yn caniatu i chi adfer eich system i\n"
-" gyfeiriadur o ddewis y defnyddiwr.\n"
-"\n"
-" Yn rhagosodedig bydd ffeiliau wrth gefn yn cael eu cadw yn eich\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Ffeil ffurfweddiad:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Camau wrth adfer:\n"
-" \n"
-" Yn ystod yr adfer bydd Drakbackup yn tynnu\n"
-" eich cyfeiriadur gwreiddiol a gwirio nad yw'r holl \n"
-" ffeiliau wrth gefn wedi eu llygru. Argymhellir i chi \n"
-" gadw wrth gefn cyn adfer.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"disgrifiad o'r dewisiadau:\n"
-"\n"
-"Byddwch ofalus wrth ddefnyddio cadw wrth gefn ftp, oherwydd\n"
-"dim ond ffeiliau wrth gefn sydd wedi eu hadeiladu sy'n cael eu\n"
-"hanfon at y gwasanaethwr.\n"
-"Felly, rhaid i chi adeiladu eich cadw wrth gefn ar eich disg caled\n"
-"cyn ei anfon i'r gwasanaethwr.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Anawsterau Adfer Ffeiliau wrth gefn\n"
-"\n"
-"Yn ystod yr adfer bydd Drakbackup yn gwirio eich holl\n"
-"ffeiliau wrth gefn cyn eu hadfer.\n"
-"Cyn adfer, bydd Drakbackup yn tynnu'r cyfeiriadur\n"
-"gwreiddiol, a byddwch yn colli eich holl ddata. Mae'n\n"
-"bwysig eich bod yn ofalus a pheidio newid y ffeiliau\n"
-"data wrth gefn gyda llaw.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Disgrifiad:\n"
-"\n"
-" Mae Drakbackup yn cael ei ddefnyddio i cadw\n"
-" eich ffeiliau system wrth gefn.\n"
-" Yn ystod y ffurfweddiad medrwch ddewis:\n"
-"\t- Ffeiliau system,\n"
-"\t- Ffeiliau defnyddwyr,\n"
-"\t- Ffeiliau eraill.\n"
-"\tneu Eich holl system...ac Arall (megis Rhaniadau Windows)\n"
-"\n"
-" Mae Drackbackup yn caniatu i chi ddefnyddio:\n"
-"\t- Disg Caled.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (gyda awto gychwyn, achub ac awto osod.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tp.\n"
-"\n"
-" Mae Drakbackup yn caniatu i chi adfer eich system i\n"
-" gyfeiriadur o ddewis y defnyddiwr.\n"
-"\n"
-" Yn rhagosodedig bydd ffeiliau wrth gefn yn cael eu cadw yn eich\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Ffeil ffurfweddiad:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Camau wrth Adfer:\n"
-" \n"
-" Yn ystod yr adfer bydd Drakbackup yn tynnu\n"
-" eich cyfeiriadur gwreiddiol a gwirio nad yw'r holl \n"
-" ffeiliau wrth gefn wedi eu llygru. Argymhellir i chi \n"
-" gadw wrth gefn cyn adfer.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Mae gosod %s wedi methu. Digwyddodd y gwall canlynol:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Chwilio am ffontiau wedi eu gosod"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Tynnu ffontiau wedi eu gosod"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "pob ffont"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "heb ganfod ffontiau"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "gorffen"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "methu canfod unrhyw ffont yn eich rhaniad gosodedig"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Ailddewis y ffontiau cywir"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "methu cnafod unrhyw ffontiau.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Chwilio am ffontiau yn y rhestr gosod"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Copo ffontiau"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Gosod ffontiau True Type"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "arhoswch yn ystod ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Wedi gosod True Type"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Trosiad ffontiau"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "adeiladu math 1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "cyfeirio Ghostscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "trosi ffontiau ttf "
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "trosi ffontiau pfm"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Llethu ffeiliau dros dro"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Ail gychwyn XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Llethu ffeiliau Ffontiau"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "ail gychwyn xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Cyn gosod unrhyw ffontiau, gwnewch yn siwr bod gennych yr hawl i'w defnyddio "
-"a'u gosod ar eich system.\n"
-"\n"
-"- Medrwch osod y ffontiau yn y dull arferol. Mewn achosion prin, gall "
-"ffontiau ffug rewi eich Gwasanaethwr X"
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Mewnforio Ffontiau"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Estyn Ffontiau Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Dad osod Ffontiau"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Dewisiadau Uwch"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Rhestr Ffontiau"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Dewiswch y rhaglenni fydd yn cynnal ffontiau:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Argraffyddion Generig"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Dewiswch ffeil neu gyfeiriadur y ffont a chlicio 'Ychwanegu'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Gosod Rhestr"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "cliciwch yma os ydych yn siwr."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "yma os nad."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Dad ddewis Popeth"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Dewis Popeth"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Rhestr Tynnu"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Prawf Init"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Copo'r ffontiau ar eich system!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Gosod a throsi ffontiau"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Wedi'r Gosod"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Tynnu ffontiau oddi ar eich system!"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Wedi'r dad osod"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Rhannu Cysylltiad 'r Rhyngrwyd"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Mae Rhannu Cysylltiad 'r Rhyngrwyd wedi ei alluogi"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Mae gosodiad rhannu cysylltiad a'r Rhyngrwyd wedi ei gyflawni. \n"
-"Mae wedi ei alluogi. \n"
-"\n"
-"Beth hoffech ei wneud?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "dymunol"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "gwrthod"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "ailffurfweddu"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Analluogi gwasanaethwyr..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Mae rhannu cysylltiad 'r Rhyngrwyd wedi ei analluogi."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Mae Rhannu Cysylltiad a'r Rhyngrwyd wedi ei analluogi"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Mae gosodiad rhannu cysylltiad a'r Rhyngrwyd wedi ei gyflawni. \n"
-"Mae wedi ei analluogi. \n"
-"\n"
-"Beth hoffech ei wneud?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "galluogi"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Galluogi gwasanaethwyr..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Mae rhannu cysylltiad 'r Rhyngrwyd wedi ei alluogi."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Rydych ar fin ffurfweddu eich cyfrifiadur i rannu ei cysylltiad Rhyngrwyd\n"
-"Gyda'r nodwedd hwn bydd cyfrifiaduron eraill ar eich rhwydwaith lleol yn "
-"medru rhannu cyswllt rhyngrwyd y\n"
-"cyfrifiadur hwn.\n"
-"\n"
-"Sylwer: bydd angen Addasydd Rhwydwaith un-pwrpas i greu Rhwydwaith Lleol "
-"(LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Rhyngwyneb %s (gan ddefnyddio modiwl %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Rhagwyneb %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nid oes addasydd rhwydwaith ar eich system!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nid oes addasydd rhwydwaith ethernet wedi ei ganfod ar eich system. Rhedwch "
-"yr offeryn ffurfweddu caledwedd."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Rhyngwyneb rhwydwaith"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Dim ond un addasydd rhwydwaith wedi ei ffurfweddu sydd ar eich system\n"
-"\n"
-"%s\n"
-"\n"
-"Rwyf ar fin gosod eich Rhwydwaith Lleol gyda'r addasydd hwnnw.."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Dewiswch ba addasyddion rhwydwaith fydd yn cael eu cysylltu 'ch Rhwydwaith "
-"Lleol."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Mae rhag wyneb y rhwydwaith wedi ei ffurfwedu eisoes"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Rhybudd, mae'r addaswr rhwydwaith (%s) wedi ei ffurfweddu eisoes.\n"
-"\n"
-"Ydych chi eisiau ail ffurfweddiad awtomatig?\n"
-"\n"
-"Medrwch ei wneud gyda llaw ond mae'n rhaid i chi wybod beth ydych yn ei "
-"wneud."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Ail ffurfweddiad awtomatig"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Dangoswch y ffurfweddiad rhag wyneb cyfredol"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Ffurfweddiad presennol '%s':\n"
-"\n"
-"Rhwydwaith: %s\n"
-"Cyfeiriad IP: %s\n"
-"Priodweddau IP: %s\n"
-"Gyrrwr: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Medraf gadw eich ffurfweddiad cyfredol a chymryd eich bod eisoes wedi gosod "
-"gwasanaethwr DHCP. Os felly, dilyswch fy mod wedi darllen y rhwydwaith "
-"dosbarth C rydych yn ei ddefnyddio fel eich rhwydwaith lleol, yn gywir. Ni "
-"fyddaf yn ei newid na chyffwrdd ffurfweddiad eich gwasanaethwr DHCP.\n"
-"\n"
-"Neu, medraf ail ffurfweddu eich rhag wyneb ac (ail)ffurfweddi gwasanaethwr "
-"DHCP ar eich cyfer.\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Rhwydwaith Lleol Dosbarth C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "Gwasanaethwr DHCP IP (Hwn)"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Ail ffurfweddi rhag wyneb a gwasanaethwr DHCP"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Nid yw'r Rhwydwaith Leol yn terfynnu gyda '.0', tynnu allan."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Canfuwyd gwrthdaro posib yng nghyfeiriad LAN ffurfweddiad presennol %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Wedi canfod ffurfweddiad mur gwarchod!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Rhybudd! Mae ffurfweddiad mur gwarchod wedi ei ganfod. Efallai bydd angen "
-"atgyweirio gyda llaw ar l y gosodiad."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Ffurfweddu..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Ffurfweddio sgriptiau, gosod meddalwedd, cychwyn gwasanaethwyr..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Anhawster wrth osod pecyn %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Mae popeth wedi ei ffurfweddu\n"
-"Gallwch rannu cysylltiad 'r Rhyngrwyd gyda chyfrifiaduron eraill ar eich "
-"Rhwydwaith Lleol gan ddefnyddio ffurfweddiad rhwydwaith awtomatig (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Mae'r gosodiad wedi ei gyflawnu, mae wedi ei anallluogi ar hyn o bryd."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Mae'r gosodiad wedi ei gyflawnu, mae wedi ei allluogi ar hyn o bryd."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Nid oes Rhannu Cysylltiad 'r Rhyngrwyd wedi eu ffurfweddu o'r blaen."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Ffurfweddiad rhannu cysylltiad 'r Rhyngrwyd"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Croeso i'r Gwasanaeth Rhannu Cysylltiad 'r Rhyngrwyd\n"
-"\n"
-"%s\n"
-"\n"
-"Cliciwch Ffurfweddu i gychwyn y dewin gosod."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Ffurfweddiad y rhwydwaith (%d addasydd)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Proffil:"
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Proffl dileu"
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Proffil i'w ddileu:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Proffil newydd..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Enw'r proffil i'w greu ( mae'r proffil newydd yn cael ei greu fel copi o'r "
-"un cyfredol):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Enw gwesteiwr:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Mynediad i'r Rhyngrwyd"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Math: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Mynedfa:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Rhyngwyneb:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Statws"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Arhoswch"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Ffurfweddu Mynediad i'r We..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Ffurfweddiad y Rhwydwaith Lleol"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Gyrrwr"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Rhyngwyneb"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Stad"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Ffurfweddu'r Rhwydwaith Lleol..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Cliciwch yma i gychwyn y dewin ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Dewin..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Gosod"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Arhoswch...Gosod y ffurfweddiad"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Wedi cysylltu"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Heb gysylltu"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Cysylltu..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Dadgysylltu..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Rhybudd, mae cysylltiad arall gyda'r rhyngrwyd wedi ei ganfod, efallai'n "
-"defnyddio eich rhwydwaith."
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Nid oes gennych unrhyw rhagwynebau wedi\n"
-"eu ffurfweddio. Ffurfweddwch nhw'n gyntaf\n"
-"drwy glicio ar 'Ffurfweddu'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Ffurfweddiad Rhwydwaith Lleol (LAN)"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Addasydd %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocol Cychwyn"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Cychwyn y peiriant"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Cleient DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "cychwyn nawr"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "dad weithredu nawr"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Nid yw'r rhag wyneb hwn wedi ei ffurfweddu eto.\n"
-"Cychwynnwch y dewin ffurfweddi yn y brif ffenestr."
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nid oes gennych cysylltiad 'r rhyngrwyd.\n"
-"Crwch un drwy glicio ar 'Ffurfweddu'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Ffurfweddiad cysylltiad 'r Rhyngrwyd"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Ffurfweddu Cysylltiad 'r Rhyngrwyd"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Math o gyswllt:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Paramedrau"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Mynedfa"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Cerdyn Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Cleient DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Gosod y lefel diogelwch"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Canolfan Rheoli"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Dewiswch yr offeryn rydych am ei ddefnyddio"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Canada (cabl)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "UDA (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "UDA (cabl)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "UDA (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Tseina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Siapan (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Siapan (cable)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Dwyrain Ewrop"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Iwerddon"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Gorllewin Ewrop"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Awstralia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Zeland Newydd"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "De Affrica"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Yr Ariannin"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Rhowch eich safon teledu a gwlad"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "Safon Teledu:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Ardal:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Wrthi'n sganio am sianeli Teledu ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Sganio am Sianel Teledu"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "defnydd: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Dewiswch gynllun alweddell"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Ydych chi eisiau i'r Backspace ddychwelyd Dileu yny consol?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Newid CD-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Rhowch y CD Gosod yn eich gyrwr a chlicio Iawn ar l gorffen\n"
-"Os nad yw gennych, cliciwch Dileu i osgoi diweddaru."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Methu cychwyn diweddariad byw!!! \n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-"Mae'r newid wedi ei gyflawni, ond i fod yn effeithiol mae'n rhaid i chi "
-"allgofnodi"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Dangos ar y diwrnod penodol yn unig"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Ffeil/_Newydd"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Ffeil/_Agor"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/File/_Cawd"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/File/Cawd _fel"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Ffeil/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Dewisiadau"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Dewisiadau/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Cymorth"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Cymorth/_Ynghylch..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Defnyddiwr"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Negeseuon"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Esboniadau Offer Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "chwilio"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Offeryn i fonitro eich cofnodion"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Gosodiadau"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "cydweddu"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "ond heb fod yn cydweddu"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Dewis ffeil"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Calendr"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Cynnwys y ffeil"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Rhybudd E-bost/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "arhoswch, dosbarthu ffeil: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Rhybudd ffurfweddiad E-bost/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Croeso i'r gwasanaeth ffurfweddu e-bost/SMS\n"
-"\n"
-"Yma bydd modd i chi osod y system rhybuddio.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "gosodiad gwasanaeth"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Byddwch yn derbyn rhybudd os na fydd un o'r gwasanaethu hyn yn rhedeg"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "gosodiad llwyth"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Byddwch yn derbyn rhybudd os yw'r llwyth yn uwch na'r gwerth hwn"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "ffurfweddiad rhybudd"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Ffurfweddiwch y ffordd mae'r system yn eich rhybuddio"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Cadw fel..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Dewiswch math eich llygoden"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "neb ganfod serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Efelychu'r trydydd botwm?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "Wedi canfod %s ar %s, ei ffurfweddi?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Dewiswch sganiwr"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Nid yw sganiwr %s yn cael ei gynnal"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Dyfais cychwyn"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Rhaid i sganiwr %s gael ei ffurfweddu gan printerdrake.\n"
-"Medrwch gychwyn printerdrake o adran Galedwedd Canolfan Rheoli Mandrake"
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Ffurfweddiad Mur Gwarchod"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Ffurfweddiad Mur Gwarchod"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Mur Gwarchod\n"
-"\n"
-"Rydych eisoes wedi gosod mur gwarchod\n"
-"Cliciwch Ffurfweddu i newid neu dynnu'r mur gwarchod"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Mur gwarchod\n"
-"\n"
-"Cliciwch Ffurfweddu i osod mur gwarchod safonnol"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Dewis eich iaith"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Dewis dosbarth gosod"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Canfod disg caled"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Ffurfweddu llygoden"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Dewis eich allweddell"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Diogelwch"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "System ffeil gosod"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Fformatio rhaniadau"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Dewis pecynnau i'w gosod"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "System osod"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Ychwanegu defnyddiwr"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Ffurfweddu rhwydwaith"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Ffurfweddu gwasanaethau"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Gosod llwythwr cychwyn"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Creu disg cychwyn"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Ffurfweddu X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Diweddariadau system gosod"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Gadael gosod"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"ffurfweddiadur tinyfirewall\n"
-"\n"
-"Mae hwn yn ffurfweddu mur gwarchod personol ar gyfer y peiriant \n"
-"Mandrake Linux hwn. Am fur gwarchod pwrpasol pwerus, \n"
-"edrychwch ddosbarthiad arbennigol MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Byddwn nawr yn gofyn cwestiynnau am wasanaethau'r hoffech eu \n"
-"caniatu i'r Rhyngrwyd gysylltu hwy. Meddyliwch yn ofalus am y \n"
-"cwestiynnau, mae diogelwch eich cyfrifiadur yn bwysig.\n"
-"\n"
-"Os nad ydych yn defnyddio un o'r gwasanaethau hyn \n"
-"gwarchodwch ef. Mae modd newid y ffurfweddiad pryd \n"
-"bynnag hoffech chi drwy ail redeg y rhaglen."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr gwe ar y peiriant hwn i'r holl\n"
-"Ryngrwyd ei weld? Os ydych yn rhedeg gwasanaethwr gwe\n"
-"sydd ar gyfer y peiriant hwn yn unig, yna atebwch NA.\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr enw ar y peiriant hwn? Os nad ydych wedi\n"
-"gosod un i rhannu gwybodaeth IP a parth i'r holl Ryngrwyd, yna atebwch NA.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Ydych chi am ganiatu cysylltiadau Secure Shell (ssh)? Mewngofnod\n"
-"posib i gymryd lle telnet yw hwn. Os ydych yn defnyddio telnet, dylech wir \n"
-"newid i ssh. Nid yw telnet wedi ei amgryptio - gall rhai ymosodwyr ddwyn\n"
-"eich cyfrinair. Mae ssh wedi ei amgryptio ac nid yw'n caniatu i eraill "
-"wrando."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"A ydych am ganiatu cysylltiadau telnet i mewn?\n"
-"Mae hyn yn erchyll o aniogel, fel soniwyd yn y sgrin diwethaf. Rydym\n"
-" yn argymell yn gryf eich bod yn ateb Na yn fan hyn a defnyddio ssh\n"
-"yn lle telnet\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr FTP sydd angen cysylltiad 'r Rhyngrwyd?\n"
-"Os ydych rydym yn argymell yn gryf eich bod yn ei ddefnyddio ar gyfer\n"
-"trosglwyddiadau anhysbys yn unig. Gall unrhyw gyfrinair sy'n cael ei anfon\n"
-"drwy FTP gael ei ddwyn, gan nad yw FTP'n defnyddio amgryptiad ar gyfer\n"
-"trosglwyddo cyfrineiriau\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr e-bost? Os ydych yn\n"
-"anfon eich negeseuon drwy pine, mutt neu unrhyw gleient testun arall\n"
-"yna mae'n debyg eich bod. Oni bai am hynny, dylech ddiogelu hwn gyda\n"
-"mur gwarchod\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr POP neu IMAP? Byddai\n"
-"hyn yn cael ei ddefnyddio fel gwestai ar gyfer cyfrifon e-bost\n"
-"nad ydynt yn gysylltiedig a'r we, drwy'r peiriant hwn\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Mae'n ymddangos eich bod yn rhedeg cnewyllyn 2.2 Os\n"
-"yw eich rhwydwaith wedi ei greu'n awtomatig gan gyfrifiadur\n"
-"yn eich cartref neu swyddfa (neilltuad dynamigol) rhaid caniatu\n"
-"ar gyfer hyn. Ai dyma sut mae hi?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Ydi eich cyfrifiadur yn cydweddi amser gyda cyfrifiadur arall?\n"
-"Fel rheol, mae hyn yn cael ei ddefnyddio gan gyrff Unix/Linux\n"
-"cymhedrol-mawr i gydweddu amser ar gyfer mewngofnodi ag ati.\n"
-"Os nad ydych yn rhan o swyddfa fwy ac heb glywed am hyn, mwy\n"
-"na thebych, nid ydych."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Mae furfweddiad wedi ei gwblhau. Gawn ni ysgrifennu'r newidiadau hyn i "
-"ddisg?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Methu agor %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Methu agor %s ar gyfer ysgrifennu: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Nid wyf angen DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Rwyf eisiau DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Nid wyf angen NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Rwyf eisiau NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Peidio Cadw"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Cadw a Gadael"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Dewin Ffurfweddu'r Mur Cadarn"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Na ((rhowch hwn tu nl i fur cadarn rhag y rhyngrwyd)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Iawn (caniatewch hwn drwy'r mur cadarn)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Arhoswch,... Gwirio'r pecynnau sydd wedi eu gosod"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Wedi methu gosod y pecynnau angenrheidiol: %s a Bastille.\n"
-" Ceisiwch eu gosod gyda llaw."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Gwe/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Cyfrifiadur Rhwydwaith (cleient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-"Gwasanaethwr NFS, gwasanaethwr SMB, gwasanaethwr dirprwyol, gwasanaethwr ssh"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Swyddfa"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Man Gwaith Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Offer ar gyfer eich Palm PiloT neu eich Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Man Gwaith"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Mur Gwarchod/Llwybrydd"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Enw Parth a gwasanaethwr Gwybodaeth Rhwydwaith"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Rhaglenni swyddfa: prosesydd geiriau (Kword, abiword, taenlenni (kspread, "
-"gnumeric), darllennydd pdf, ag ati"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Offer Sain: mp3 neu chwarewyr midi, cymysgwyr, ag ati"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Llyfrau a Howto's ar Linux a Meddalwedd Rhydd"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Man Gwaith KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ag ati"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Aml-gyfrwng - Fideo"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Casgliad o offer ar gyfer e-bost, newyddion, y we, trosglwyddo ffeiliau, a "
-"sgwrsio"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Cronfa Ddata"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Gwasanaethwr cronfa data PostgreSQL neu MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Offer i wneud ffurfweddu'ch cyfrifiadur yn haws"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Aml-gyfrwng - Sain"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Gwaasanaethau"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dogfennaeth"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Offer y Consol"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Gwasanaethwr e-bost Postfix, gwasanaethwr newyddion Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Man Rhyngrwyd"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Man Aml-gyfrwng"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Ffurfweddiad"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Rhagor o Ben Bwrdd Graffig (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"KDE - Amgylchedd Penbwrdd K, yr amgylchedd graffig sylfaenol gyda chasgliad "
-"o offer"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Amgylchedd Graffig"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Offer i greu a llosgi CDau"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Gweithfan Swyddfa"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Gwasanaethwr"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ag ati"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Rhaglenni graffeg megis The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Llyfrgelloedd datblygiadol C a C++, rhaglenni a ffeiliau cynnwys"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Gwasanaethwr Cyfrifiadur Rhwydwaith"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-bost/Offer Grwp/Newyddion"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Man chwarae"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Chwarewyr a golygyddion fideo"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Aml-gyfrwng - Graffig"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Rhaglenni difyrrwch: arcd, byrddau, strategaeth, ag ati"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Casgliad o offer i ddarllen ac anfon e-bost a newyddion (pine, mutt, tin..) "
-"ac i bori'r We"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archifio, efelychwyr, monitro"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Cyllid Personol"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Amgylchedd graffig gyda chasgliad o raglenni ac offer penbwrdd hawdd eu "
-"defnyddio."
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clientiaid ar gyfer protocolau amrywiol yn cynnwys ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Porth i'r rhyngrwyd"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Chwarae sain a fideo/rhaglenni golygu"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Pen Desg Graffigol Eraill"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Golygyddion, cregyn, offer ffeilio, terfynellau"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Rhaglenni i reoli eich cyllid, megis gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Rheoli Gwybodaeth Bersonol"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Aml-gyfrwng - Llosgi CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Gweithfan Gwyddonol"
-
-#~ msgid "About"
-#~ msgstr "Allwedd amgryptio (eto)"
-
-#~ msgid " Help "
-#~ msgstr " Cymorth"
-
-#~ msgid ""
-#~ "XawTV isn't installed ...\n"
-#~ "You should install it.\n"
-#~ " Just type \"urpmi xawtv\""
-#~ msgstr ""
-#~ "Nid yw XawTV wedi ei osod ...\n"
-#~ "Dylech ei osod.\n"
-#~ " Teipiwch \"urpmi xawtv\""
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
deleted file mode 100644
index 6edcd2ac1..000000000
--- a/perl-install/share/po/da.po
+++ /dev/null
@@ -1,12282 +0,0 @@
-# Danish translation of/Dansk oversttelse af
-# Mandrake Linux DrakX.
-# Copyright (C) 1999-2001 MandrakeSoft
-#
-# In order of activity:
-# 1, Keld Simonsen <keld@dkuug.dk>, 2000-2002
-# 2, Jacob Nordfalk <nordfalk@mobilixnet.dk>, 2001-2002
-# 3, Troels Liebe Bentsen <tlb@iname.com>, 1999-2000
-# 4, Nikolaj Berg Amondsen <mr_nba@get2net.dk>, 2000
-# 5, Jacob Sparre Andersen, <sparre@sslug.dk>, 2000
-# 6, Kenneth Christiansen, <kenneth@ripen.dk>, 2000
-# 7, Jens Burkal <jburkal@get2net.dk>, 1999
-# 8, Mads Stenhuus Hansen <msh@com.dtu.dk>, 1999
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-13 13:04+0100\n"
-"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfigurr alle skrme uafhngigt"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Brug Xinerama-udvidelse"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigurr kun kort \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Flerskrms-konfiguration"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Dit system understtter konfiguration af flere skrme\n"
-"Hvad vil du gre?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafikkort"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Vlg et grafikkort"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Vlg en X-server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X-server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Vlg en X-driver"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X-driver"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Hvilken konfiguration af XFree nsker du?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Dit kort kan have 3D acceleration, men kun med XFree %s.\n"
-"Dit kort er understttet af XFree %s som kan have bedre understttelse i 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"Dit kort kan have 3D hardware accelerations-understttelse med XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s med 3D hardware acceleration"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Dit kort kan have 3D acceleration understttelse, men kun med XFree %s,\n"
-"VIGTIGT: Dette er eksperimentelt og kan f din maskine til at lse eller g "
-"ned."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s med EKSPERMENTAL 3d hardware acceleration"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Dit kort kan have 3D acceleration understttelse, men kun med XFree %s.\n"
-"VIGTIGT: Dette er eksperimentelt og kan f din maskine til at lse eller g "
-"ned.\n"
-"Dit kort er understttet af XFree %s som kan have bedre understttelse i 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installations-skrmdriver)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfiguration"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Vlg hukommelsesmngde for dit grafikkort"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Vlg server-indstillinger"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Vlg en skrmtype"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Skrm"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"De to kritiske parametre er den lodrette frekvens, som angiver hvor mange "
-"gange (per sekund) hele skrmbilledet bliver genopfrisket, og (vigtigst af "
-"alt) den vandrette frekvens, som angiver antallet af vandrette linier der "
-"kan tegnes p skrmen hvert sekund.\n"
-"\n"
-"Det er MEGET VIGTIGT at du ikke angiver en skrmtype med "
-"opdateringsfrekvenser, der er strre end din skrms formen: du risikerer at "
-"delgge din skrm.\n"
-"Hvis du er i tvivl, br du vlge en opstning, som du med SIKKERHED ved\n"
-"at din skrm kan klare."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Vandret opdateringsfrekvens"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Lodret opdateringsfrekvens"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Skrm ikke konfigureret"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafikkort er endnu ikke konfigureret"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Oplsninger ikke valgt endnu"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "nsker du at afprve konfigurationen?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Advarsel: afprvning af dette grafikkort kan f din maskine til at lse"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test konfigurationen"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"prv at ndre nogle parametre"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "En fejl opstod:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Vender tilbage om %d sekunder"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Er dette den korrekte indstilling?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "En fejl opstod, prv at ndre nogle parametre"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Oplsning"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Vlg oplsning og farvedybde"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafikkort: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86-server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mere"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "O.k."
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Ekspert-udgave"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Vis alle"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Oplsninger"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastatur-type: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Muse-type: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Muse-enhed: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Skrm: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Skrms vandrette frekvens: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Skrms lodrette frekvens: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafikkort: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Grafikkort identifikation: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafik-hukommelse: %s kb\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Farvedybde: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Oplsninger %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86-server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 driver: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Forbereder konfiguration af X"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Hvad nsker du at gre?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Skift skrmtype"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Skift grafikkort"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Foretag ndringer i server-indstillinger"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Skift oplsning"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Vis information"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Test igen"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Afslut"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Behold ndringer?\n"
-"Nuvrende konfiguration er:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Start X ved systemstart"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Jeg kan stte din maskine op til automatisk at starte X ved\n"
-"opstart. nsker du at starte X hver gang du genstarter?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Log ind i %s igen for at aktivere ndringerne"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Log ud og tryk herefter p Ctrl-Alt-Bak"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 farver (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tusinde farver (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tusinde farver (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 millioner (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milliarder farver (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kb"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kb"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 Mb eller mere"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard-VGA, 640x480 ved 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super-VGA, 800x600 ved 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompatibel, 1024x768 ved 87 Hz interlaced (ikke 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 ved 87 Hz interlaced, 800x600 ved 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Udvidet Super-VGA, 800x600 ved 60 Hz, 640x480 ved 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 ved 60 Hz, 800x600 ved 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Hjfrekvens SVGA, 1024x768 ved 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frekvens, som kan klare 1280x1024 ved 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frekvens, som kan klare 1280x1024 ved 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frekvens, som kan klare 1280x1024 ved 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Skrm, som kan klare 1600x1200 ved 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Skrm, som kan klare 1600x1200 ved 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Frste sektor af opstartspartition"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Frste sektor p disken (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO-installering"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Hvor vil du placere opstartsprogrammet?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub-installering"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO med tekstmenu"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO med grafisk menu"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Start fra DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Systemopstarterens hovedindstillinger"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Systemopstarter der skal bruges"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Systemopstarterens installation"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Opstartsenhed"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (virker ikke med gamle BIOS'er)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakt"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Videoindstilling"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Ventetid fr opstart af forvalgt styresystem"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Adgangskode"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Adgangskode (igen)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Begrns kommandolinie-indstillinger"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "begrns"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Rens /tmp ved hver systemopstart"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Prcis RAM-mngde, hvis pkrvet (fandt %d Mb)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Aktivr multiprofiler"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Angiv RAM-strrelse i Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Indstillingen ``Begrns kommandolinie-indstillinger'' er intet vrd uden\n"
-"en adgangskode"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Prv igen"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Adgangskoderne stemmer ikke overens"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Init-besked"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "ben firmwareforsinkelse"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Ventetid fr kerneopstart"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Skal det vre muligt at starte fra CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Skal det vre muligt at starte fra OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Forvalgt styresystem?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Du besluttede at installere opstartsindlseren p en partition.\n"
-"Dette indikerer at du allerede har en opstartsindlser p disken som du "
-"starter op fra (fx System Commander).\n"
-"\n"
-"Hvilket drev starter du op fra?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Her er flgende typer indgange.\n"
-"Du kan tilfje flere eller ndre de eksisterende."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Tilfj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Frdig"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "ndr"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Hvilken type nsker du at tilfje"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Andet styresystem (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Andet styresystem (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Andet styresystem (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Billede"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Rod"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Vedhft"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Ls-skriv"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Usikker"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Mrkat"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Forvalgt"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-strrelse"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Ingen video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Fjern indgang"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Tom mrkat er ikke tilladt"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Du skal angive en kerne-fil"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Du skal angive en root-partition"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Denne mrkat er allerede brugt"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Fandt %s %s grnsesnit"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Har du n til?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Har du nogen %s grnsesnit?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nej"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Se info for maskinel"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installerer driver for %s kort %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Hvilken %s driver skal jeg prve?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"I nogen tilflde behver %s driveren at have ekstra information for at "
-"virke\n"
-"ordentligt, selv om den normalt virker fint uden. nsker du at angive "
-"ekstra\n"
-"parametre for den eller tillade driveren at sondere din maskine for\n"
-"den information den behver? Af og til vil sondering stoppe maskinen, men "
-"burde\n"
-"ikke forrsage nogen skader."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatisk sondering"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Specificr parametre"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Du kan nu angive parametre til modul %s.\n"
-"Bemrk at alle adresser br indtastes med foranstillet 0x, fx '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Du kan nu stte parametre til modulet %s.\n"
-"Parametrene er i formatet ``navn=vrdi navn2=vrdi2 ...''.\n"
-"F.eks., ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modulindstillinger:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Indlsning af modul %s mislykkedes.\n"
-"nsker du at prve igen med andre parametre?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "adgang til X-programmer"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "adgang til rpm-vrktjer"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "tillad \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "adgang til administrative filer"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(har allerede tilfjet %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Adgangskoden er for simpel"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Indtast et brugernavn"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Brugernavnet m kun indeholde sm bogstaver, tal, `-' og `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Dette brugernavn eksisterer allerede"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Tilfj bruger"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Indtast en bruger\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Acceptr bruger"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Rigtige navn"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Brugernavn"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Skal"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Jeg kan stte din maskine op til automatisk at logge en bestemt bruger p.\n"
-"nsker du at bruge denne finesse?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Vlg den forvalgte bruger:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Vlg den vindueshndtering du nsker at benytte:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Vlg det sprog, der skal bruges."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Du kan vlge andre sprog der vil vre tilgngelige efter installationen"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Alt"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Tillad alle brugere"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Tilpasset"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Ingen fildeling"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Pakken %s skal vre installeret. nsker du at installere den?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Du kan eksportere med NFS eller Samba. Hvilken vil du bruge"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Krvet pakke %s mangler"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"nsker du at tillade brugere at eksportere nogle kataloger i deres "
-"hjemmekatalog?\n"
-"Tilladelse af dette vil stte brugere i stand til simpelthen at klikke p "
-"'Fildeling' i konqueror og nautilus.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Annullr"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Start userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Deling per bruger bruger gruppen 'fileshare'. \n"
-"Du kan bruge userdrake til at tilfje en bruger til denne gruppe."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Velkommen til Crackere"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Ringe"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Hj"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Hjere"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoid"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Dette niveau skal bruges med omtanke. Det gr dit system nemmere at bruge, "
-"men er meget srbart: det m ikke bruges til en maskine der er i et netvrk "
-"eller har forbindelse til Internettet. Der er ikke nogen kontrol af "
-"adgangskoder."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Kontrol af adgangskode er nu aktiveret, men brug som netvrksmaskine er "
-"stadig ikke anbefalet."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Dette er standard sikkerheds-anbefalingen for en maskine\n"
-" med forbindelse til Internettet som klient. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Der er allerede nogle begrnsninger, og flere automatiske kontroller bliver "
-"krt hver nat."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Med dette sikkerhedsniveau kan brug som server komme p tale.\n"
-"Sikkerheden er nu hj nok til at systemet kan bruges som server som tillader "
-"forbindelser fra mange klienter. Bemrk: hvis din maskine kun er en klient "
-"p internettet br du hellere vlge et lavere niveau."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Baseret p det foregende niveau, men systemet er nu helt lukket.\n"
-"Sikkerhedsfaciliteterne er nu p deres hjeste niveau."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Vlg sikkerhedniveau"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Sikkerhedsniveau"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Brug libsafe for servere"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Et bibliotek som beskytter mod angreb via bufferoverlb og formatstrenge."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Velkommen til %s styresystems-vlgeren!\n"
-"\n"
-"Vlg et styresystem i den ovenstende liste eller\n"
-"vent %d sekunder for at starte standard.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the suggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Velkommen til GRUB styresystemsvlgeren!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Brug tasterne %c og %c til at vlge mellem mulighederne."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Tryk 'enter' for at starte det valgte OS, 'e' for at redigere"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "kommandoerne fr opstart, eller 'c' for en kommandolinie."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Den fremhvede mulighed vil blive startet automatisk om %d sekunder."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "Ikke nok plads i /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Skrivebord"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start-menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Du kan ikke installere opstartsindlseren p en %s-partition\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "endnu er ingen hjlp implementeret.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfiguration af opstartsudseende"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fil"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fil/_Afslut"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<kontrol>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Katergoriserende oversigt i ny stil"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Oversigt i ny stil"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Traditionel oversigt"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Traditionel Gtk+-oversigt"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Start Aurora ved opstart"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modus"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot modus"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Du bruger for jeblikket % som opstartshndterer.\n"
-"Klik p Konfigurr for at starte opstnings-vejlederen."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurr"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Systemmodus"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Start X-vinduessystemet efter opstart"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nej, jeg nsker ikke automatisk login"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja, jeg nsker automatisk login med denne (bruger, skrivebord)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "kan ikke lse /etc/inittab: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "Gb"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "Kb"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "Mb"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "Tb"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutter"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekunder"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Kan ikke lave jebliksbilleder fr partitionering"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "jebliksbilleder vil vre tilgngelige efter installation i %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frankrig"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgien"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Tjekkiet"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Tyskland"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grkenland"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norge"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Sverige"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Holland"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italien"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "strig"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "U.S.A."
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Lav gerne en sikkerhedkopi af dine data frst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Ls omhyggeligt!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Hvis du planlgger at bruge Yaboot, skal du huske at efterlade fri plads p\n"
-"begyndelsen af disken (2048 sektorer skulle vre nok)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Fejl"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Vejleder"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Vlg handling"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Du har n stor FAT partition.\n"
-"(normalt brugt af Microsoft Dos/Windows).\n"
-"Jeg anbefaler, at du ndrer strrelsen p partitionen\n"
-"(klik p den, og klik herefter p \"Strrelsesndring\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Klik p en partition"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaljer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journaliserende FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Tom"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Andet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Filsystems-typer:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Opret"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Type"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Benyt ``%s'' i stedet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Slet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Benyt ``Afmontr'' frst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter type-ndring af partition %s vil alle data p denne partition g tabt"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Vlg en partition"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Vlg en ny partition"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Afslut"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Normal -> Ekspert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Ekspert -> Normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Fortryd"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Fortst alligevel?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Afslut uden at gemme"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Afslut uden at skrive partitionstabellen?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "nsker du at gemme /etc/fstab-ndringerne?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Allokr automatisk"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Slet alt"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Drev-information"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Alle primre partitioner er brugt"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Kan ikke tilfje flere partitioner"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"For at du kan f flere partitioner, skal du slette n, s der kan oprettes "
-"en udvidet partition"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Gem partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Genskaber partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Redder partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Genindls partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automontering af flytbare medier"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Vlg fil"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Kopien af partitionstabellen har ikke samme strrelse\n"
-"Fortst alligevel?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Advarsel"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Indst en diskette i diskettedrevet\n"
-"Alle data p disketten vil blive slettet"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Forsger at redde partitionstabellen"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detaljeret information"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Monteringssti"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Valg"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Strrelsesndring"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Flyt"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatr"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montr"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Tilfj til RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Tilfj til LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Afmontr"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Fjern fra RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Fjern fra LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "ndr RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Loopback anvendelse"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Opret en ny partition"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Startsektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Strrelse i Mb: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Filsystemstype: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Monteringssti: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Prference: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Fjern loopback-filen?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Skift partitionstype"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Hvilket filsystem nsker du at bruge?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Skifter fra ext2 til ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Hvor nsker du at montere loopback-fil %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Hvor nsker du at montere partitionen %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Kan ikke fjerne monteringssti, da denne partition bliver brugt til "
-"loopback.\n"
-"Fjern loopback frst"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Udregner FAT-filsystemets grnser"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "ndrer strrelsen"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Strrelsen p denne partition kan ikke ndres"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Det br laves en backup af alle data p denne partition"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter ndring af strrelsen af partition %s vil alle data p denne partition "
-"g tabt"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Vlg den nye strrelse"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Ny strrelse i Mb: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Hvilken disk nsker du at flytte den til?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Hvilken sektor nsker du at flytte den til?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Flytter"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Flytter partition..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Vlg en eksisterende RAID som skal udvides"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "ny"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Vlg en eksisterende LVM som skal udvides"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM-navn?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Denne partition kan ikke bruges til loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback-filnavn: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Giv et filnavn"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Filen er allerede brugt af en anden loopback, vlg en anden fil"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Filen findes allerede. Skal den bruges?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Modulindstillinger"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Diverse"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "enhed"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "niveau"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "enhedsstrrelse"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Vr forsigtig: denne operation er farlig."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Hvilken slags partitionering?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Jeg kan desvrre ikke p nuvrende tidspunkt acceptere at oprette /boot p "
-"drevet (p en cylinder > 1024). Enten benytter du LILO, hvilket ikke vil "
-"fungere, eller du kan undlade at benytte LILO, hvilket vil betyde, at du "
-"ikke har brug for /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Den partition som du har valgt som rod-partition (/) er fysisk placeret ud "
-"over cylinder nr. 1024 p harddisken, og du har ikke lavet nogen /boot "
-"partition. Hvis du nsker at benytte LILO, skal du oprette en /boot "
-"partition indenfor 1024-cylinder grnsen."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Du har valgt en programmeret RAID-partition som rod (/).\n"
-"Ingen systemopstarter kan hndtere dette uden en /boot partition.\n"
-"S vr omhyggelig med at tilfje en /boot partition"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Partitionstabellen for disk %s vil nu blive skrevet p disken!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Du skal genstarte maskinen for at aktivere ndringerne"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter formatering af partitionen %s vil alle data p denne partition g tabt"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formaterer"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formaterer loopback-fil %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formaterer partition %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Skjul filer"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Flyt filer til den nye partition"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Katalog %s indeholder allerede nogen data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Flytter filer til den nye partition"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopierer %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Fjerner %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partition %s er nu kendt som %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Enhed: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-drevbogstav: %s (bare et gt)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Type: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Navn: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Strrelse: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorer"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cylinder %d til %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formateret\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Ikke formateret\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Monteret\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback-fil(er):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partition som opstartes som standard\n"
-" (glder kun MS-DOS-opstart, ikke LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Niveau %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Enhedsstrrelse %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diske %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback-filnavn: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Denne partition er nok\n"
-"en driver-partition, du skal\n"
-"sandsynligvis lade den vre.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Denne specielle Bootstrap-\n"
-"partition er for at\n"
-"dual-boote dit system.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Strrelse: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Opbygning: %s cylindre, %s hoveder, %s sektorer\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diske %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitionstabel-type: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "p bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Valg: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Krypteringsngle for filsystem"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Vlg din krypteringsngle for filsystemet"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Denne krypteringsngle er for nem at gtte (skal mindst vre p %d tegn)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Krypteringsnglerne stemmer ikke overens"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Krypteringsngle"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Krypteringsngle (igen)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Skift type"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Klik p et medie"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Sg efter servere"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatering af %s mislykkedes"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ved ikke hvordan man formaterer %s som type %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "montering af partition %s i katalog %s mislykkedes"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck afsluttet med fejlkode %d eller signal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fejl ved afmontering af %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simpel"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "med /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Du kan ikke bruge JFS p partitioner mindre end 16Mb"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Du kan ikke bruge ReiserFS p partitioner mindre end 32Mb"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Monteringsstier skal begynde med /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Der findes allerede en partition med monterings-sti %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Du kan ikke bruge et LVM logisk delarkiv for monteringspunkt %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Dette katalog br ligge p rod-filsystemet"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Du skal have et rigtigt filsystem (ext2, reiserfs) til dette "
-"monteringspunkt\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Du kan ikke bruge et krypteret filsystem for monteringspunkt %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Ikke nok fri plads til at tildele nye partitioner automatisk"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Ingenting at lave"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fejl ved bning af %s for skrivning: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Der er opstet en fejl - der kunne ikke findes nogen gyldige enheder, hvor "
-"der kan oprettes nye filsystemer. Undersg din maskine for at finde rsagen "
-"til problemet"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Du har ikke nogen partitioner!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux er et flerbrugersystem, og dette betyder at hver bruger kan have "
-"sine egne prferencer, sine egne filer og s videre. Du kan lse "
-"brugervejledningen for at lre mere.\n"
-"Men i modstning til root, som er administratoren, vil brugerne som du "
-"tilfjer her ikke have lov til at ndre nogetsomhelst undtagen deres egne "
-"filer og deres egen opstning. Du skal oprette i det mindste n almindelig "
-"bruger til dig selv.\n"
-"Dette er den konto som du br bruge til almindelig brug. Selvom det er meget "
-"praktisk at logge ind som root hver dag, kan det ogs vre meget farligt!\n"
-"Den mindste fejltagelse kan betyde at dit system ikke vil virke mere. Hvis "
-"du laver en alvorlig fejltagelse som almindelig bruger, vil du kun mske "
-"tabe nogen information, men ikke hele systemet.\n"
-"\n"
-"Frst skal du indtaste dit rigtige navn. Dette er ikke krvet, selvflgelig "
-"kan du faktisk skrive hvad du vil. DrakX vil s tage det frste ord du skrev "
-"i boksen og og overfre det som brugernavn. Dette er navnet, som denne "
-"bruger skal bruge for at logge ind p systemet. Du kan ndre dette. Du skal "
-"s indtaste en adgangskode hr. Adgangskoden for en ikke-priviligeret "
-"(normal) bruger er ikke s vigtigt som det for Root fra et sikkerhedsmssigt "
-"synspunkt, men det er ingen grund til at negligere det alligevel - nr det "
-"kommer til stykket er dine filer der er i fare. Hvis du klikker p Acceptr "
-"bruger, kan du tilfje s mange som du nsker. Tilfj en bruger for hver af "
-"dine venner: fx din far og din sster. Nr du har tilfjet alle de brugere "
-"du nsker, vlg da Frdig.\n"
-"\n"
-"Klik p Avanceret-knappen lader dig ndre standard-skal for denne bruger\n"
-"(bash er standard)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Ovenfor er listet de eksisterende Linux-partitioner genkendt p din disk. Du "
-"kan beholde valgene gjort af vejlederen, de er velegnede til almindelig "
-"brug. Hvis du ndrer disse valg skal du i det mindste definere en rod-"
-"partition '/'. Lad vre med at vlge en for lille partition, ellers vil du "
-"ikke kunne installere nok programmel. Hvis du nsker at lagre data p en "
-"separat partition, skal du ogs vlge en '/home' (kun muligt hvis du har "
-"mere end n Linux-partition). \n"
-"Hver partition er listet som flger: 'Navn', 'Kapacitet'.\n"
-"\n"
-"'Navn' er kodet som flger: 'drevtype', 'drevnummer', "
-"'partitionsnummer' (for eksempel '/hda1').\n"
-"\n"
-"'drevtype' er 'hd' hvis dit diskdrev er et IDE drev, og 'sd' hvis det er et "
-"SCSI drev.\n"
-"\n"
-"'drevnummer' er altid et bogstav efter 'hd' eller 'sd'. For IDE drev:\n"
-"\n"
-" * 'a' betyder 'hoved-drev p den primre IDE controller',\n"
-"\n"
-" * 'b' betyder 'slave-drev p den primre IDE controller',\n"
-"\n"
-" * 'c' betyder 'hoved-drev p den skundre IDE controller',\n"
-"\n"
-" * 'd' betyder 'slave-drev p den skundre IDE controller'.\n"
-"\n"
-"For SCSI drev betyder 'a' det 'frste drev', 'b' betyder det 'andet drev', "
-"osv."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux installationen er fordelt p flere cdrom-er. DrakX vd om en "
-"valgt pakke ligger p en anden cdrom og vil udskyde den aktuelle cd og bede "
-"dig om at istte en anden, om ndvendigt."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Det er nu tid til at angive hvilke pakker du vil installere p dit system. "
-"Der er tusindvis af pakker til dit Mandrake Linux system, og det forventes "
-"ikke at du kender dem allesammen udenad.\n"
-"\n"
-"Hvis du udfrer en standard-installation fra cdrom vil du frst blive bedt "
-"om at angive de cd-er som du har nu (kun i ekspert-version). Tjek navnene p "
-"cd'erne og fremhv boksene svarende til de cd-er du har liggende for "
-"installationen. Klik O.k. nr du er klar til at fortstte.\n"
-"\n"
-"Pakkerne er ordnet i grupper svarende til en bestemt anvendelse af din "
-"maskine. Grupperne selv er ordnet i 4 grupper:\n"
-"\n"
-" * 'Arbejdsstation': Hvis din maskine skal bruges som en arbejdsstation, "
-"vlg da en eller flere af de tilsvarende grupper.\n"
-"\n"
-" * 'Udvikling': hvis maskinen skal bruges til programmering vlg da de "
-"nskede grupper.\n"
-"\n"
-" * 'Server': hvis det er planen at maskinen skal vre en server, er du her i "
-"stand til at vlge de mest almindelige tjenester, som du nsker at se "
-"installeret p maskinen.\n"
-"\n"
-" * 'Grafisk milj': Endelig skal du vlge foretrukne grafiske milj. Vlg "
-"mindst t, hvis du nsker at have en grafisk arbejdsstation!\n"
-"\n"
-"Ved flytning af musen over et gruppenavn vises en kort forklarende tekst om "
-"denne gruppe. Hvis du ikke vlger nogen grupper ved installation (i "
-"modstning til opgradering), vil en dialog komme frem som foreslr dig "
-"forskellige former for minimal installation: \n"
-"\n"
-" * 'Med X' Installerer de frrest mulige pakker for at f en fungerende "
-"grafisk arbejdsstation;\n"
-"\n"
-" * 'Med basal dokumentation' Installerer det basale system plus basale "
-"nytteprogrammer og tilhrende dokumentation. Denne installation er passende "
-"til at stte en server op.\n"
-"\n"
-" * 'Mindst mulige installering' Vil installere den mindst mulige ndvendigt "
-"for at f et virkende Linux-system kun med kommandolinjer. Denne "
-"installation fylder omkring 65 Mb.\n"
-"\n"
-"Du kan afkrydse boksen 'Individuelt pakkevalg', hvilket er nyttigt, hvis du "
-"kender de tilbudte pakker godt, eller hvis du nsker at have fuld kontrol "
-"over hvad der skal installeres.\n"
-"\n"
-"Hvis du har startet installationen i 'Opdatering'-tilstand, kan du fravlge "
-"alle grupper for at undg at installere nogen nye pakker. Dette er nyttigt "
-"ved reparation eller opdatering af det eksisterende system."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Endelig, afhngigt af om du valgte at udvlge individuelle pakker eller ej, "
-"vil du blive prsenteret for et tr med alle pakker opdelt i grupper og "
-"undergrupper. Under gennembladring af tret kan du udvlge hele grupper, "
-"undergrupper eller bare pakker.\n"
-"\n"
-"Hver gang du udvlger en pakke i tret vil en beskrivelse fremkomme til "
-"hjre. Nr du har afsluttet dine udvlgelser, s klik p Installr-knappen. "
-"S begynder selve installationen. Afhngig af din maskines hurtighed og "
-"antal pakker som skal installeres kan det tage et stykke tid at gre "
-"processen frdig. Et skn p tiden det tager for frdiggrelse vises p "
-"skrmen, s du kan se om der skulle vre tid til at nyde en kop kaffe.\n"
-"\n"
-"I tilfldet af at en server-pakke er blevet valgt enten med vilje, eller "
-"fordi den var en del af en hel gruppe, vil du blive spurgt om du virkelig "
-"nsker at installere disse servere. Under Linux Mandrake bliver installerede "
-"servere startet op ved opstart af maskinen. Selvom de er sikre og ikke har "
-"nogen kendte problemer p udgivelsestidspunktet for distributionen, er det "
-"muligt at sikkerhedshuller opdages efter at denne version af Mandrake Linux "
-"blev frdiggjort. Specielt hvis du ikke vd hvad det er for noget, s klik "
-"Nej her. Et klik med Ja her vil installere de nvnte servere og de vil som "
-"standard blive startet automatisk!\n"
-"\n"
-"Automatiske afhngigheder-valget deaktiverer simpelthen advarselsdialogen, "
-"som vises hver gang installeringsprogrammet automatisk vlger en pakke. "
-"Dette sker fordi det er blevet beregnet at den er krvet for at "
-"tilfredsstille en afhngighed fra en anden pakke for at kunne frdiggre en "
-"vellykket installation.\n"
-"\n"
-"Det klejne disketteikon i bunden af listen muliggr indlsning af en "
-"pakkeliste udvalgt ved en tidligere installation. Klik p denne ikon vil "
-"bede dig om at indstte en diskette tidligere frembragt ved slutningen p en "
-"anden installation. Se rd nr to i det sidste trin for hvordan en sdan "
-"diskette kan laves."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Du bliver nu foreslet at opstte din internet- eller netvrksopkobling. "
-"Hvis du vil forbinde din maskine til internettet eller til et lokalnetvrk "
-"s klik p 'O.k.'. Den automatiske opdagelse af netvrksenheder og modem vil "
-"blive startet. Hvis opdagelsen mislykkes s fjern markering i boksen 'Brug "
-"automatisk detektion' nste gang. Du kan ogs vlge at ikke konfigurere "
-"netvrket, eller gre det senere; i s tilflde skal du bare klikke p "
-"'Annullr'-knappen.\n"
-"\n"
-"Mulige forbindelser er: almindeligt modem, ISDN-modem, ADSL-forbindelse, "
-"kabel-modem, og endelig en simpel LAN-forbindelse (Ethernet).\n"
-"\n"
-"Vi vil ikke her g i detaljer med hver konfiguration. Men forsikr dig om, at "
-"du har alle parametrene fra din internetudbyder eller systemadministrator.\n"
-"\n"
-"Du kan lse i kapitlet i hndbogen omkring internetforbindelser om detaljer "
-"omkring konfigureringen, eller simpelthen vente til dit system er "
-"installeret og s bruge programmet beskrevet dr til at konfigurere din "
-"forbindelse.\n"
-"\n"
-"Hvis du vil konfigurere netvrket senere efter installationen, eller hvis du "
-"har afsluttet konfigureringen af din netvrksforbindelse, vlg da 'Frdig'."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Du kan nu vlge hvilke tjenester du nsker skal startes ved opstart af "
-"maskinen.\n"
-"\n"
-"Her prsenteres alle de tjenester, som er med i den aktuelle installation. "
-"Gennemse dem omhyggeligt og vlg dem fra som ikke altid er ndvendige ved "
-"opstarten.\n"
-"\n"
-"Du kan f en kort forklarende tekst om en tjeneste ved at vlge en bestemt "
-"tjeneste. Hvis du ikke er sikker p om en tjeneste er nyttig eller ej, er "
-"det dog sikrere at bruge den foreslede opfrsel.\n"
-"\n"
-"Vr specielt varsom p dette trin hvis du planlgger at bruge maskinen som "
-"server: du vil formentlig nske ikke at starte nogensomhelst tjeneste op som "
-"du ikke har brug for. Husk at adskillige tjenester kan vre farlige hvis de "
-"er aktiveret p en server. Vlg som hovedregel kun de tjenester som du "
-"virkelig behver."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux hndterer tiden i GMT (Greenwich Mean Time) og overstter den til "
-"lokal tid iflge den tidszone du har valgt. Det er imidlertid muligt at "
-"deaktivere dette ved at fravlge 'Maskinens ur sat til GMT' s maskinens ur "
-"er det samme som systemets ur. Dette er nyttigt nr maskinen ogs bruges til "
-"andre operativsystemer som Windows.\n"
-"\n"
-"Muligheden 'Automatisk tidssynkronisering' vil automatisk tilpasse uret ved "
-"at forbinde til en ekstern tidsserver p internettet. Vlg en server der "
-"ligger tt p dig i listen der prsenteres. Selvflgelig skal du have en "
-"fungerende internetforbindelse for at denne facilitet kan fungere. Den vil "
-"faktisk installere en tidsserver p din maskine, som om nsket kan bruges af "
-"andre maskiner p dit lokalnetvrk."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (for X-vinduessystem) er hjertet af GNU/Linux' grafiske grnseflade, "
-"hvilket alle de grafiske miljer (KDE, Gnome, AfterStep, WindowMaker)...), "
-"som kommer med Mandrake Linux, bygger p. I dette afsnit vil DrakX forsge "
-"at konfigurere X automatisk.\n"
-"\n"
-"Det er meget sjldent at dette mislykkes for DrakX, med mindre maskinellet "
-"er meget gammelt (eller meget nyt). Hvis det lykkes, vil DrakX starte X "
-"automatisk med den bedst mulige oplsning afhngig af skrmens strrelse. Et "
-"vindue vil s komme frem og sprge om du kan se det.\n"
-"\n"
-"Hvis du laver en ekspert-installering, vil du komme ind i X-konfigurerings- "
-"vejlederen. Se det tilhrende afsnit af manualen for yderligere oplysning om "
-"denne vejleder.\n"
-"\n"
-"Hvis du kan se beskeden under afprvningen, og svarer Ja, s vil DrakX "
-"fortstte til det nste trin. Hvis du ikke kan se beskeden, betyder det "
-"simpelthen at konfigurationen var forkert, og testen vil automatisk "
-"afsluttes efter 10 sekunder, og genfremvise skrmen."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Mske er du ikke srligt tilfreds med det frste forsg med X konfigurering "
-"(skrmen for lille, flyttet til venstre eller hjre...). Derfor vil DrakX "
-"sprge dig om konfigurationen passer dig, selvom X starter op korrekt. DrakX "
-"vil ogs foresl ndringer ved at vise en liste af gyldige tilstande som den "
-"kunne finde, og s bede dig om at vlge n. \n"
-"Som en sidste udvej, hvis du stadig ikke kan f X til at virke, vlg da ndr "
-"grafikkort, vlg Ukendt kort, og nr du bliver spurgt om hvilken server du "
-"vil have, vlg da FBDev. Dette er en fejlsikker mulighed som virker med alle "
-"moderne grafikkort. Vlg derefter Test igen for at vre sikker."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Til sidst vil du blive spurgt om du nsker at se den grafiske grnseflade "
-"ved opstart. Bemrk at du vil blive spurgt om dette selvom du har valgt ikke "
-"at afprve konfigurationen. Selvflgelig vil du nske at svare Nej, hvis din "
-"maskine skal bruges som server, eller hvis ikke lykkedes dig at f skrmen "
-"konfigureret."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux-cdrommen har en indbygget rednings-tilstand. Du kan f fat i "
-"denne ved at starte op fra cdrommen, trykke 'F1'-tasten ved opstart, og "
-"indtaste 'rescue' ved opstartsledeteksten. Men i tilflde af at din maskine "
-"ikke kan starte op fra cdrommen, br du komme tilbage til dette trin for "
-"hjlp i mindst to situationer:\n"
-"\n"
-" * ved installering af opstartsindlseren vil drakX genskrive "
-"opstartssektoren (MBR) p din hoveddisk (medmindre du bruger en anden "
-"opstartshndterer) s du kan starte enten Windows eller GNU/Linux (forudsat "
-"du har Windows p dit system). Hvis du har brug for at geninstallere "
-"Windows, vil Microsoft installeringsprocessen overskrive opstartssektoren, "
-"og s vil du ikke vre i stand til at starte GNU/Linux!\n"
-"\n"
-" * Hvis der opstr et problem, og du ikke kan starte GNU/Linux op fra "
-"harddisken, vil denne diskette vre den eneste mde at starte GNU/Linux op "
-"p. Den indeholder et pnt antal systemvrktjer til at genskabe et system "
-"som er get ned pga. strmsvigt, en uheldig tastefejl, en skrivefejl i en "
-"adgangskode, eller nogen anden rsag.\n"
-"\n"
-"Nr du klikker p dette trin, vil du blive bedt om at indstte en diskette i "
-"drevet. Disketten du indstter skal vre tom eller kun indeholde data som du "
-"ikke har brug for. Du behver ikke formatere den, da drakX vil overskrive "
-"hele disketten."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Nu skal du vlge hvor p din harddisk du vil installere dit Mandrake Linux-"
-"operativsystem. Hvis disken er tom eller et eksisterende operativsystem "
-"bruger alt pladsen p den, bliver du ndt til at partitionere den. "
-"Partitionering vil sige at disken deles i logiske dele for at gre plads til "
-"dit nye Mandrake Linux-system.\n"
-"\n"
-"Da en partitionering normalt ikke kan fortrydes kan det godt vre "
-"frustrerende og stressende for nybegyndere. Heldigvis er der en vejleder som "
-"forenkler denne proces. Fr du begynder studr da i manualen og tag den tid "
-"du skal bruge.\n"
-"\n"
-"Hvis du krer installeringen i ekspert-tilstand kommer du ind i Mandrake "
-"Linux' partitioneringsvrktj, DiskDrake. Dette vil lade dig finindstille "
-"dine partitioner. Se kapitlet om DiskDrake i manualen. Fra installations-"
-"grnsefladen kan du bruge de vejledere som beskrevet her ved at klikke "
-"knappen 'Vejleder' p grnsefladen.\n"
-"\n"
-"Hvis partitionerne allerede er definerede (fra en tidlige installation eller "
-"fra et andet partitions-vrktj), skal du bare vlge dem for at installere "
-"dit Linux system\n"
-"\n"
-"Hvis partitionerne ikke er lavet endnu, bliver du ndt til at oprette dem "
-"ved brug af vejlederen. Afhngig af din disks konfiguration er flere "
-"muligheder tilstede:\n"
-"\n"
-" * 'Brug fri plads': Dette vil simpelthen fre til en automatisk opdeling af "
-"den ledige diskplads. Du vil ikke blive spurgt om mere.\n"
-"\n"
-" * 'Brug eksisterende partition': vejlederen har fundet en eller flere "
-"eksisterende Linux-partitioner p din harddisk. Hvis du vil bruge dem, s "
-"vlg denne mulighed.\n"
-"\n"
-" * 'Brug den fri plads p Windows-partitionen': hvis Microsoft Windows er "
-"installeret p din disk og bruger al pladsen, bliver du ndt til at lave "
-"plads til Linux. For at gre det kan du slette dine Microsoft Windows "
-"partitioner og data (se \"Slet hele disken\" eller \"Ekspert niveau\" ) "
-"eller ndre strrelsen p din Microsoft Windows-partition. "
-"Strrelsesndringen kan fortages uden tab af data. Denne lsning er "
-"anbefalet hvis du vil bruge bde Mandrake Linux og Microsoft Windows p "
-"samme maskine.\n"
-"\n"
-" Fr du vlger denne lsning, br du forst at strrelsen p din Microsoft "
-"Windows partition vil blive mindre end den er nu. Det betyder at du vil have "
-"mindre fri plads under Microsoft Windows til at gemme din data eller "
-"installere nyt programmel.\n"
-"\n"
-" * 'Slet hele disken': hvis du vil slette alle data p alle partitioner p "
-"denne disk og erstatte dem med dit nye Mandrake Linux-system, kan du vlge "
-"denne mulighed. Vr forsigtig med denne lsning, du vil ikke vre i stand "
-"til at fortryde dine ndringer efter at du har sagt ja.\n"
-"\n"
-" !! Hvis du bruger denne mulighed vil alle data p din disk g tabt. !!\n"
-"\n"
-" * 'Fjern Windows': dette vil simpelthen slette alt p disken og begynde fra "
-"en frisk, og partitionere fra ny. Alle data p din disk vil g tabt.\n"
-"\n"
-" !! Hvis du bruger denne mulighed vil alle data p din disk g tabt. !!\n"
-"\n"
-" * 'Ekspert-modus': hvis du vil partitionere disken i hnden, kan du vlge "
-"dette alternativ. Vr forsigtig fr du vlger denne lsning. Den giver dig "
-"mange muligheder, men er ogs farlig. Du kan meget nemt komme til at slette "
-"alle dine data. S lad vre med at vlge den lsning med mindre du vd hvad "
-"du gr."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Vrsgo'. Installationen en nu frdig og dit GNU/Linux-system er nu klar til "
-"brug. Klik bare O.k. for at genstarte systemet. Du kan starte GNU/Linux "
-"eller Windows, som du foretrkker det (hvis du har to systemer), s snart "
-"din maskine er startet op igen.\n"
-"\n"
-"Avanceret-knappen viser to ekstra knapper for at:\n"
-"\n"
-" * generere en auto-installeringsdiskette: for at oprette en installerings- "
-"diskette som automatisk vil udfre en hel installation uden hjlp fra en "
-"operatr, magen til den installation du lige har konfigureret.\n"
-"\n"
-" Bemrk at to forskellige muligheder er tilstede efter klik p knappen:\n"
-"\n"
-" * Genafspil: Dette er en delvist automatiseret installering da "
-"partitioneringstrinnet (og kun dette trin) forbliver interaktiv.\n"
-"\n"
-" * Automatisk: Fuldautomatisk installering: harddisken bliver fuldstndig "
-"genoverskrevet, alle data forsvinder.\n"
-"\n"
-" Denne facilitet er meget nyttig ved installering af et stort antal ens "
-"maskiner. Se afsnittet om autoinstallering p vores websted.\n"
-"\n"
-" * Gem pakkevalg(*): Gemmer pakkevalget som lavet tidligere. S nr en ny "
-"installering laves, kan disketten indsttes i drevet og installeringen kan "
-"kres ved at bruge F1 p hjlpeskrmen idet der indtastes >>linux defcfg="
-"\"floppy\"<<.\n"
-"\n"
-"(*) Du skal have en diskette formateret til FAT (denne oprettes i GNU/Linux "
-"ved at skive \"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Enhver partition der netop er blevet defineret, skal formateres til brug "
-"(formatering betyder oprettelse af et filsystem).\n"
-"\n"
-"Nu kan du ogs nske at omformatere nogle allerede eksisterende partitioner "
-"for at slette de data som de indeholder. Hvis du nsker dette, s markr "
-"ogs de partitioner som du nsker at formatere.\n"
-"\n"
-"Bemrk at det ikke er ndvendigt at omformatere alle allerede eksisterende "
-"partitioner. Det er ndvendigt at omformatere de partitioner, der indeholder "
-"operativsystemet (ssom '/', '/usr' og '/var', men du er ikke ndt til at "
-"omformatere partitioner som du nsker at beholde (typisk /home).\n"
-"\n"
-"Vr forsigtig med valg af partitioner; efter formatering vil alle data vre "
-"slettede p de valgte partitioner, og du vil ikke kunne redde nogetsomhelst "
-"af det.\n"
-"\n"
-"Klik p 'Ok' nr du er klar til at formatere partitioner.\n"
-"\n"
-"Klik p 'Annullr' hvis du nsker at vlge andre partitioner til at "
-"installere dit nye Mandrake Linux operativsystem.\n"
-"\n"
-"Klik p 'Avanceret' for at vlge partitioner som du nsker at tjekke for "
-"drlige blokke."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Dit nye Mandrake Linux styresystem er i frd med at blive installeret. "
-"Afhngig af det antal pakker, du installerer og hastigheden p din maskine "
-"kan dette tage fra nogen f minutter til en del lngere tid. \n"
-"Hav venligst tlmodighed med dette."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"P det tidspunkt hvor du installerer Mandrake Linux er det sandsynligt at "
-"nogen af pakkerne er blevet opdaterede siden den oprindelige udgivelse. "
-"Nogle fejl er mske blevet rettet, og sikkerhedsproblemer mske lst. Vi "
-"foreslr dig at hente disse ned fra internettet for at disse opdateringer "
-"kan komme dig til gode. Vlg 'Ja' hvis du har en fungerende internet- "
-"forbindelse eller 'Nej' hvis du foretrkker at installere opdaterede pakker "
-"senere.\n"
-"\n"
-"Valg af 'Ja' viser en liste af steder hvorfra opdateringer kan hentes. Vlg "
-"en der er nr ved dig. S vil et tr med pakkevalg fremkomme: gennemse "
-"valget og tryk 'Installr' for at modtage og installere den valgte pakke "
-"eller 'Annullr'for at afbryde."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Fr du gr videre br du lse betingelserne i licensen omhyggeligt. Den "
-"omfatter hele Mandrake Linux distributionen, og hvis du ikke er enig i alle "
-"betingelserne i den, s klik p 'Ngt'-knappen. Det vil jeblikkeligt "
-"afslutte installationen. For at fortstte installationen skal du klikke p "
-"'Acceptr'-knappen."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Nu er det tid til at vlge det nskede sikkerhedsniveau for maskinen. "
-"Hovedreglen er at jo mere kendt maskinen er, og jo vigtigere data er, des "
-"hjere br sikkerhedsniveauet vre. Men et hjere sikkerhedsniveau vindes "
-"normalt p bekostning af letheden af anvendelsen. Kig i kapitlet MSEC i "
-"referencehndbogen for mere information om betydningen af niveauerne.\n"
-"\n"
-"Hvis du ikke vd hvad du skal vlge, s behold den foreslede mulighed."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Nu skal du vlge hvor Mandrake Linux skal installeres. Hvis partitionerne "
-"allerede er lavet, enten fra en tidligere installation af GNU/Linux eller "
-"fra et andet partitioneringsvrktj), kan du bruge dem. Ellers skal disk-"
-"partitionerne laves frst.\n"
-"\n"
-"For at lave partitioner skal du frst vlge en harddisk. Du kan vlge disken "
-"der skal partitioneres ved at trykke p \"hda\" for den frste IDE disk, "
-"\"hdb\" for den anden eller \"sda\" for den frste SCSI disk og s videre.\n"
-"\n"
-"For at partitionere den valgte disk kan du bruge disse muligheder:\n"
-"\n"
-" * 'Slet alt': Dette valg sletter alle partitioner p den valgte disk.\n"
-"\n"
-" * 'Allokr automatisk': dette valg tillader dig automatisk at lave Ext2 og "
-"swappartitioner p den fri plads p din disk.\n"
-"\n"
-"* 'Mere': giver adgang til flere faciliteter:\n"
-"\n"
-" * 'Gem partitionstabel': Gemmer din partitionstabel p en diskette. "
-"Nyttigt ved senere redning af partitionstabellen, om ndvendigt. Det er "
-"strkt anbefalet at bruge dette trin.\n"
-"\n"
-" * 'Genskab partitionstabel': lader dig genskabe en tidligere gemt "
-"partitionstabel fra diskette.\n"
-"\n"
-" * 'Red partitionstabel': hvis din partitionstabel er beskadiget, kan du "
-"prve at redde den med denne mulighed. Vr forsigtig og husk at det kan sl "
-"fejl.\n"
-" * 'Automatisk montering af flytbart medie': fravalg af denne mulighed "
-"vil tvinge brugere til at manuelt montere og afmontere media ssom disketter "
-"og cdrommer.\n"
-"\n"
-" * 'Vejleder': Hvis du nsker at bruge vejlederen til at partitionere din "
-"disk, kan du bruge denne mulighed. Dette anbefales, hvis du ikke har det "
-"store kendskab til partitionering.\n"
-"\n"
-" * 'Fortryd': Du kan bruge denne mulighed for at annullere dine ndringer.\n"
-"\n"
-" * 'Skift mellem normal og ekspert-version': giver mulighed for flere "
-"handlinger med partitioner (type, valgmuligheder, format) og giver mere "
-"information.\n"
-"\n"
-" * 'Frdig': nr du er frdig med partitionering af din disk, dette vil "
-"skrive ndringerne tilbage p disken.\n"
-"\n"
-"Bemrk: du kan n alle mulighederne ved at bruge tastaturet: navigr gennem "
-"partitionerne med Tab og op- og ned-pilene.\n"
-"\n"
-"Nr en partition er valgt kan du bruge:\n"
-"\n"
-" * Ctrl-c for at lave en ny partition (Nr en tom partition er valgt);\n"
-"\n"
-" * Ctrl-d for at slette en partition;\n"
-"\n"
-" * Ctrl-m for at stte et monteringssti.\n"
-"\n"
-"For at f information om de forskellige tilgngelige filsystemstyper kan du "
-"lse kapitlet ext2fs i 'Referencemanualen'.\n"
-"\n"
-"Hvis du er i gang med at installere p en PPC-maskine skal du lave en lille "
-"HFS-'bootstrap'-partition p mindst 1MB til Yaboot-systemstarteren. Hvis du "
-"vlger at lave partitionen en smule strre, f.eks. 50MB kan den vre nyttig "
-"til at gemme en ekstra kerne og ramdisk-billede for ndsituationer ved "
-"opstart."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Mere end n Microsoft Windows partition er blevet genkendt p dit diskdrev. "
-"Vlg den som du nsker at ndre strrelse p for at kunne installere dit nye "
-"Mandrake Linux operativsystem.\n"
-"\n"
-"Hver partition er listet som flger: 'Linux navn', 'Windows navn', "
-"'Kapacitet'.\n"
-"\n"
-"'Linux navn' er kodet som flger: 'drevtype', 'drevnummer', "
-"'partitionsnummer' (for eksempel '/hda1').\n"
-"\n"
-"'drevtype' er 'hd' hvis dit diskdrev er et IDE drev, og 'sd' hvis det er et "
-"SCSI drev.\n"
-"\n"
-"'drevnummer' er altid et bogstav efter 'hd' eller 'sd'. For IDE drev:\n"
-"\n"
-" * 'a' betyder 'hoved-drev p den primre IDE controller',\n"
-"\n"
-" * 'b' betyder 'slave-drev p den primre IDE controller',\n"
-"\n"
-" * 'c' betyder 'hoved-drev p den skundre IDE controller',\n"
-"\n"
-" * 'd' betyder 'slave-drev p den skundre IDE controller'.\n"
-"\n"
-"For SCSI drev betyder 'a' det 'frste drev', 'b' betyder det 'andet drev', "
-"osv.\n"
-"\n"
-"'Windows navn' er det bogstav som dit drev har under Windows (den frste\n"
-"disk eller partition kaldes 'C:')."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Hold ud! Dette kan tage adskillige minutter."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX skal nu vide om du vil udfre en standard-installation ('Anbefalet'), "
-"eller om du nsker at have strre kontrol ('Ekspert'). Du kan ogs vlge om "
-"du nsker at udfre en nyinstallering eller en opgradering af et "
-"eksisterende Mandrake Linux-system. \n"
-"\n"
-"* 'Installr' udraderer helt det gamle system. Afhngigt af hvad der i "
-"jeblikket er p din maskine vil du dog kunne beholde nogen gamle "
-"partitioner (Linux eller andet) undret.\n"
-"\n"
-"* 'Opgradr' Denne installationsklasse tillader simpel opdatering af de "
-"pakker der i jeblikket er installeret p dit Mandrake Linux-system. Den "
-"beholder de nuvrende partitioner p dine diskdrev s vel som opstningen af "
-"brugere. Alle andre konfigurationstrin forbliver mulige som for almindelig "
-"installation.\n"
-"\n"
-"* 'Opgradr kun pakker' Denne spritnye installationsklasse kan opgradere et "
-"eksisterende Linux Mandrake-system idet al systemkonfiguration beholdes "
-"undret. Tilfjelse af nye pakker til den nuvrende installation vil ogs "
-"vre muligt.\n"
-"\n"
-"Afhngig af din viden om GNU/Linux kan du vlge et af de flgende:\n"
-"\n"
-"* Anbefalet: hvis du aldrig har installeret et GNU/Linux-operativsystem s "
-"vlg dette. Installationen vil vre meget nem og du vil kun blive stillet "
-"nogen f sprgsml.\n"
-"\n"
-"* Ekspert: hvis du har en god viden om GNU/Linux, kan du vlge denne "
-"installationsklasse. Ekspertinstallationen vil lade dig lave en meget "
-"tilpasset installation. Besvarelse af nogen af sprgsmlene kan vre meget "
-"svrt hvis du ikke har s godt et kendskab til GNU/Linux, s lad vre med at "
-"vlge dette, medmindre du vd hvad du laver."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalt vil drakX have valgt det rigtige tastatur til dig (afhngigt af "
-"sproget du har valgt) og du vil s ikke se dette trin. Men du har mske "
-"ikke et tastatur som svarer njagtigt til dit sprog: for eksempel hvis du "
-"er en engelsktalende svejtser, vil du mske stadig nske at dit tastatur "
-"skal vre et svejtsisk tastatur. Eller hvis du taler engelsk men bor i "
-"Qubec, er du mske i samme situation. I begge tilflde m du g tilbage "
-"til dette installationstrin og vlge et passende tastatur fra listen.\n"
-"\n"
-"Klik p 'mere'-tasten for at blive prsenteret for den fulde \n"
-"liste af understttede tastaturer."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Vlg dit foretrukne sprog for brug under installation og p systemet. \n"
-"Der er en Avanceret-knap som lader dig vlge andre sprog, der installeres "
-"p maskinen. Valg af andre sprog vil installere de sprogspecifikke filer for "
-"systemdokumentation og programmer. Hvis du for eksempel vil bevrte folk fra "
-"Spanien p din maskine, vlg da engelsk som hovedsproget i tr-visningen, og "
-"afkryds s i den avancerede afdeling boksen svarende til spansk|Spanien.\n"
-"\n"
-"Bemrk at flere sprog kan installeres samtidigt. Nr du er frdig med at "
-"vlge yderligere sprog, s klik O.k. for at fortstte."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Normalt antager drakX at du har en to-knapsmus og vil lave en opstning hvor "
-"den tredje knap emuleres. DrakX vil automatisk vide om den er PS/2, seriel "
-"eller USB.\n"
-"\n"
-"Hvis du nsker en anden type mus, vlg da den rigtige type mus fra den viste "
-"liste.\n"
-"\n"
-"Hvis du vlger en mus forskellig fra den forvalgte, vil du blive prsenteret "
-"for en skrm for museafprvning. Brug knapperne og hjulet for at efterprve, "
-"om indstillerne er gode. Hvis musen ikke virker korrekt, tryk da p "
-"mellemrumstangenten eller vognretur for at 'Annullere' og vlg forfra."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vlg den rigtige port. For eksempel er navnet for COM1-porten under MS "
-"Windows 'ttyS0' under GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Dette er den vanskeligste beslutning omkring sikkerheden af dit GNU/Linux- "
-"system: Du skal indtaste din root-adgangskode. Root er systemadministratoren "
-"og er den eneste der har lov til at lave opdateringer, tilfje brugere, "
-"ndre i den overordnede systemkonfiguration og s videre. Kort sagt, root "
-"kan gre alt! Derfor skal du vlge en adgangskode der er svr at gtte - "
-"DrakX vil fortlle dig hvis det er for nemt. Som vst kan du vlge ikke at "
-"indtaste en adgangskode, men vi advarer dig p det kraftigste mod dette, om "
-"ikke andet med n begrundelse: tro ikke at fordi du startede GNU/Linux op, "
-"s er dine andre operativsystemer velforvarede. Da root kan overvinde alle "
-"forhindringer og uforvarende slette alle data p partitioner ved sorglst at "
-"behandle partitionerne selv, er det vigtigt at det er vanskeligt at blive "
-"root.\n"
-"\n"
-"Adgangskoden br vre en blanding af bogstaver og tal og mindst 8 tegn "
-"langt. Skriv aldrig en adgangskode ned for root - det gr det for nemt at "
-"bryde ind i et system.\n"
-"\n"
-"Gr dog ikke adgangskoden for lang eller kompliceret da du skal vre i stand "
-"til at huske den uden for stort besvr.\n"
-"\n"
-"Adgangskoden vil ikke blive vist p skrmen nr du indtaster den. Du skal "
-"derfor indtaste adgangskoden to gange, for at begrnse risikoen for "
-"tastefejl. Hvis du kommer til at lave den samme tastefejl to gange, vil "
-"denne 'ukorrekte' adgangskode vre krvet nr du forbinder dig til "
-"systemet.\n"
-"\n"
-"I ekspert-tilstand vil du blive spurgt om du vil koble op til en "
-"autenticerings-server, som NIS eller NDAP.\n"
-"\n"
-"Hvis dit netvrk bruger LDAP (eller NIS)-protokollen til autentificering, "
-"vlg da LDAP (eller NIS). Hvis du ikke vd det, s sprg din "
-"systemadministrator.\n"
-"\n"
-"Hvis din maskine ikke er forbundet til noget administreret netvrk, nsker "
-"du nok at vlge Lokale filer for autentificering"
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO og GRUB er opstartsindlsere for GNU/Linux. Dette trin er normalt helt "
-"automatiseret. Faktisk vil drakX analysere opstartsektoren p disken og vil "
-"handle ud fra dette, afhngig af hvad den finder hr:\n"
-"\n"
-" * Hvis den finder en Windows opstartssektor vil den erstatte den med en "
-"GRUB/LILO opstartssektor, s du kan starte GNU/Linux eller et andet "
-"operativsystem;\n"
-"\n"
-" * Hvis den finder en GRUB eller LILO opstartssektor vil den erstatte den "
-"med en ny;\n"
-"\n"
-"Hvis den er i tvivl vil drakX vise en dialog med forskellige muligheder.\n"
-"\n"
-" * 'Opstartsindlser der bruges': du fr her tre muligheder:\n"
-"\n"
-" * 'GRUB': hvis du foretrkker GRUB (tekstmenu).\n"
-"\n"
-" * 'LILO med grafisk menu': hvis du foretrkker LILO med "
-"grafikgrnseflade.\n"
-"\n"
-" * 'LILO med tekstmenu': hvis du foretrkker LILO med tekstgrnseflade.\n"
-"\n"
-" * 'Opstartsenhed': I de fleste tilflde vil det ikke vre ndvendigt at "
-"ndre standard (/dev/hda), men hvis du foretrkker det, kan "
-"opstartsindlseren installeres p det andet diskdrev (/dev/hdb), eller endda "
-"p en diskette (/dev/fd0).\n"
-"\n"
-" * 'Forsinkelse fr opstart af standardsystem': Ved genstart af maskinen er "
-"dette den tid der gives til brugeren til at vlge en anden opstartsindgang "
-"end standard i opstartsindlserens menu.\n"
-"\n"
-"Vr opmrksom p at hvis du vlger ikke at installere en opstartsindlser "
-"(ved at vlge 'Annullr' hr), skal du vre sikker p at du har en anden "
-"mde at starte dit Mandrake Linux-system op p! Vr ogs sikker p hvad du "
-"gr hvis du ndrer nogen af tilvalgene her!\n"
-"\n"
-"Et klik p 'Avanceret'-knappen i denne dialog vil tilbyde mange avancerede "
-"muligheder beregnet til ekspertbrugeren.\n"
-"\n"
-"Efter at du har konfigureret de generelle opstartsindlserparametre, bliver "
-"du presenteret for listen af opstartsmuligheder som vil vre tilstede ved "
-"opstarten.\n"
-"\n"
-"Hvis der er et andet operativsystem installeret p din maskine, vil det "
-"automatisk blive tilfjet til opstartsmenuen. Her kan du vlge at "
-"finindstille de eksisterende muligheder. Vlg en indgang og klik p 'ndr' "
-"for at ndre eller fjerne den; 'Tilfj' opretter en ny indgang; og 'Frdig' "
-"fortstter til det nste installationstrin."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOaderen) og GRUB er opstartsindlsere: de kan starte enten GNU/"
-"Linux eller ethvert andet system op, som ligger p din maskine. Normalt "
-"bliver disse andre operativsystemer fundet korrekt og installeret. Hvis "
-"dette ikke er tilfldet, kan du lave en indgang i hnden med denne skrm. "
-"Vr omhyggelig med at vlge de korrekte parametre.\n"
-"\n"
-"Mske vil du ikke nske at give nogensomhelst adgang til disse andre "
-"operativsystemer. I dette tilflde kan du slette de tilsvarende indgange. "
-"Men s har du brug for en opstartsdiskette for at starte disse "
-"operativsystemer!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Det er ndvendigt at du angiver hvor du nsker at placere oplysningerne\n"
-"krvet for at opstarte GNU/Linux.\n"
-"\n"
-"Med mindre du vd prcist hvad du gr, br du vlge Frste sektor p drevet\n"
-"(MBR)."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Her vlger vi et udskrivningssystem som din maskine skal bruge. Andre "
-"styresystemer tilbyder mske t, men Mandrake tilbyder tre.\n"
-"\n"
-" * 'pdq' - som betyder 'print, don't queue' (udskriv, k ej), er valget, "
-"hvis du har en direkte forbindelse til din printer, og du nsker at kunne "
-"klare printproblemer med det samme, og du ikke har nogen printere via "
-"netvrk. Det vil kun behandle meget simple netvrkstilflde, og er lidt "
-"slvt p netvrk. Vlg 'pdq' hvis dette er din jomfrurejse med GNU/Linux. Du "
-"kan ndre dit valg efter installeringen ved at kre PrinterDrake fra "
-"Mandrakes Kontrolcenter, og klikke p ekspert-knappen.\n"
-"\n"
-" * 'CUPS' - 'Common Unix Printing System' (Flles printersystem for Unix) er "
-"fremragende til at udskrive p din lokale printer, og ogs p den, der str "
-"p den anden side af jordkloden. Det er simpelt, og kan virke som en server "
-"eller klient for det bedagede 'lpd'-printsystem, s det er kompatibelt med "
-"de tidligere systemer. Det kan mange finesser, men den basale opstning er "
-"nsten lige s nem som for 'pdq'. Hvis du har brug for at dette efterligner "
-"en 'lpd'-server, skal du aktivere 'cups-lpd'-dmonen. Det har grafiske "
-"grnseflader for udskrivning og valg af printermuligheder.\n"
-"\n"
-" * 'lprNG' - 'line printer daemon New Generation' (ny generation af "
-"linjeprinterdmonen). Dette system kan gre omtrent det samme som de andre, "
-"men det vil ogs kunne skrive til et Novell netvrk, fordi det understtter "
-"IPX-protokollen, og det kan udskrive direkte til skal-kommandoer. Hvis du "
-"har brug for Novell eller udskrivning til kommandoer uden at bruge en "
-"separat kanaliserings-konstruktion, s brug lprNG. Ellers er CUPS at "
-"foretrkke, da det er simplere og bedre til at fungere over netvrk."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX er nu ved at bestemme alle IDE-enheder der er tilstede p din maskine. "
-"Den vil ogs lede efter en eller flere PCI SCSI-kort p dit system. Hvis et "
-"SCSI-kort findes, vil DrakX automatisk installere en driver til det.\n"
-"\n"
-"Da maskineleftersgningen nogen gange ikke vil finde et stykke udstyr, vil "
-"DrakX alligevel sprge dig om du har et SCSI-kort installeret i din maskine. "
-"Du vil blive prsenteret for en liste af SCSI-kort, som du kan vlge fra. "
-"Svar Nej hvis du ikke har noget SCSI-udstyr. Hvis du ikke er sikker, kan du "
-"ogs tjekke listen over udstyr i din maskine ved at vlge Se maskinelinfo og "
-"klikke O.k. Undersg listen over udstyr og klik s p O.k.-knappen for at "
-"vende tilbage til sprgsmlet om SCSI-udstyr.\n"
-"\n"
-"Hvis du mtte angive din kort manuelt, vil DrakX sprge om du vil "
-"specificere nogle indstillingsmuligheder for den. Du br dog lade DrakX "
-"sprge udstyret om opstningen. Det virker som regel fint. \n"
-"Hvis DrakX ikke kan f oplysninger om indstillinger ud af udstyret, som skal "
-"bruges til opstningen, skal du angive opstningsinformation til driveren. "
-"Se i brugervejledningen (kapitel 3, underafsnit \"Collective informations on "
-"your hardware\") om hjlp med at finde informationen i maskinel-"
-"dokumentationen, fra fabrikantens side (hvis du har Internet adgang) eller "
-"fra Microsoft Windows (hvis du brugte dette udstyr med Windows p dit "
-"system)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Du kan tilfje flere valgmuligheder for Yaboot, enten til andre "
-"styresystemer, andre kerner, eller til nd-opstart.\n"
-"\n"
-"For andre styresystemer bestr indgangen blot af et navn og rodpartitionen\n"
-"\n"
-"Der er for Linux nogen f valgmuligheder:\n"
-"\n"
-" * Label: dette er simpelthen navnet som du skal indtaste til ledeteksten "
-"fra Yaboot for at vlge denne opstartsmulighed.\n"
-"\n"
-" * Image: Dette vil vre navnet p den kerne der skal opstartes. Typisk "
-"vmlinux eller en variation p vmlinux med en endelse.\n"
-"\n"
-" * Root: root enheden eller \"/\" for din Linux installation.\n"
-"\n"
-" * Append: p Apple udstyr bruges kerne-append muligheden ganske ofte til at "
-"hjlpe med initialisering af billedudstyr, eller til at aktivere emulering "
-"af museknapper for de ofte manglende knap 2 og knap 3 p musen p en typisk "
-"Apple mus. Det flgende er nogle eksempler:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: denne mulighed kan bruges enten til at indlse de frste moduler, "
-"fr opstartsenheden er tilgngelig, eller til at indlse en ramdisk ved "
-"opstart i en ndsituation.\n"
-"\n"
-" * Initrd-size: den almindelige strrelse p en ramdisk er generelt 4.096 "
-"byte. Hvis du har brug for at udlgge en stor ramdisk kan denne mulighed "
-"bruges.\n"
-"\n"
-" * Read-write: normalt bliver rod-partitionen frst bragt op skrivebeskyttet "
-"for at muliggre et filsystemstjek fr systemet gr i luften. Her kan du "
-"tilsidestte denne opstning.\n"
-"\n"
-" * NoVideo: skulle Apple-billedudstyret vise sig at vre specielt "
-"problemfyldt kan du vlge denne mulighed for at starte op i 'novideo'-"
-"tilstand, med indbygget rammebufferunderstttelse.\n"
-"\n"
-" * Default: vlger denne indgang som vrende det normale Linux valg, som "
-"vlges bare ved at trykke RETUR ved yaboots ledetekst. Denne indgang vil "
-"ogs blive fremhvet med en '*', hvis du trykker Tab for at se "
-"opstartsvalgene."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot er en systemstarter til NewWorld MacIntosh-maskinel. Den kan starte "
-"enten GNU/Linux, MacOS eller MacOSX, hvis de er til stede p din maskine. "
-"Sdvanligvis vil disse andre styresystemer blive korrekt opdaget og "
-"installeret. Hvis dette ikke skulle vre tilfldet kan du her tilfje en "
-"indgang i hnden. Vr omhyggelig med at vlge de korrekte parametre.\n"
-"\n"
-"Yaboots hovedvalg er:\n"
-"\n"
-" * Init-besked: En enkel tekstbesked som vises fr valg af opstart.\n"
-"\n"
-" * Opstartsenhed: Angiver hvor du nsker at placere informationen som er "
-"ndvendig for at starte GNU/Linux. Du vil generelt have indstillet en "
-"bootstrap-partition tidligere til at have denne information.\n"
-"\n"
-" * Open firmwareforsinkelse: Til forskel fra LILO er der to forsinkelser "
-"mulige med yaboot. Den frste forsinkelse bliver mlt i sekunder og du kan "
-"ved det punkt vlge mellem CD, OF-opstart, MacOS eller Linux.\n"
-"\n"
-" * Ventetid fr kerneopstart: Denne er lig LILO-opstartsforsinkelsen. Efter "
-"at have valgt Linux vil du have denne ventetid gange 0,1 sekunder fr din "
-"forvalgte kernebeskrivelse bliver valgt.\n"
-"\n"
-" * Aktivr CD-opstart?: Hvis du vlger dette valg vil du kunne trykke 'C' "
-"for CD ved det frste opstartsvalg.\n"
-"\n"
-" * Aktiver OF-opstart?: Hvis du vlger dette valg vil du kunne trykke 'N' "
-"for 'Open Firmware' ved det frste opstartsvalg.\n"
-"\n"
-" * Forvalgt styresystem: Du kan vlge hvilket forvalgt styresystem der skal "
-"startes nr Open Firmwareforsinkelsen er udlbet."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Her prsenteres forskellige parametre relateret til din maskine. Afhngig af "
-"dit installerede maskinel vil - eller vil du ikke - se de flgende "
-"indgange:\n"
-"\n"
-" * 'Mus': tjek den aktuelle musekonfiguration og klik p knappen for om "
-"ndvendigt at ndre den.\n"
-"\n"
-" * 'Tastatur': tjek den aktuelle tastaturkonfiguration og klik p knappen "
-"for om ndvendigt at ndre den.\n"
-"\n"
-" * 'Tidszone': DrakX gtter normalt din tidszone fra det sprog, du har "
-"valgt. Men ogs her, som ved valg af tastatur, er du mske ikke i det land "
-"som dit sprog indikerer, s du har mske brug for at klikke p 'Tidszone'-"
-"knappen s du kan konfigurere uret svarende til den tidszone du er i.\n"
-"\n"
-" * 'Printer': Et klik p 'Ingen printer'-knappen vil bne vejlederen for "
-"printerkonfigurering.\n"
-"\n"
-" * 'Lydkort': Hvis et lydkort er blevet fundet p dit system, vil det blive "
-"vist her. Ingen ndringer er mulige p installationstidspunktet.\n"
-"\n"
-" * 'Tv-kort': Hvis et tv-kort er blevet fundet p dit system, vil det blive "
-"vist her. Ingen ndringer er mulige p installationstidspunktet.\n"
-"\n"
-" * 'ISDN-kort': Hvis et ISDN-kort er blevet fundet p dit system, vil det "
-"blive vist her. Du kan klikke p knappen for at ndre de tilhrende "
-"parametre."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Vlg det diskdrev som du vil slette for at installere din nye Mandrake Linux "
-"partition. Vr forsigtig, alle data som er p der, vil g tabt og vil ikke "
-"kunne genskabes!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Klik p 'O.k.' hvis du nsker at slette alle data og pertitioner der ligger "
-"p dette diskdrev. Vr omhyggelig, efter klik p O.k. vil du ikke vre i "
-"stand til at redde nogen data eller partitioner, der ligger p dette "
-"diskdrev, inklusive alle Windows data.\n"
-"Klik p 'Annulr' for at anullere denne handling uden at tabe nogen data og "
-"partitioner der er tilstede p dette diskdrev."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Kunne ikke f adgang til kernemoduler svarende til din kerne (fil %s "
-"mangler), dette betyder normalt at din opstartsdiskette ikke stemmer overens "
-"med installationsmediet (lav en nyere opstartsdiskette)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Du skal ogs formatere %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Du har valgt flgende servere: %s\n"
-"\n"
-"\n"
-"Disse servere er aktiveret som standard. De har ingen kendte "
-"sikkerhedsproblemer, men nogen nye kan blive fundet. I s tilflde skal du "
-"opgradere s snart som mulig.\n"
-"\n"
-"\n"
-"nsker du virkelig at installere disse servere?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan ikke bruge rundkastning uden noget NIS-domne"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Indst en tom diskette i diskette-drev %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Denne diskette er ikke formatteret til FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"For at bruge dette gemte pakkevalg, start installationen op med``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fejl ved lsning af filen %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Noget maskinel p din maskine skal bruge ''proprietre'' drivere for at "
-"virke.\n"
-"Du kan finde information om dem hos: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Du skal have en rod partition. For at f dette, lav en ny partition (eller "
-"vlg en eksisterende).\n"
-"Vlg s kommandoen \"Monterings-sti\" og st den til `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Du skal tildele en partition til Swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Du har ingen Swap partition\n"
-"\n"
-"Fortst alligevel?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Du skal have en FAT-partition monteret under /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Brug fri plads"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Ikke nok fri plads til at tildele nye partitioner"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Brug eksisterende partition"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Der er ingen eksisterende partition der kan bruges"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Brug Windows partitionen til Loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Hvilken partition vil du benytte som Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Vlg strrelserne"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Rod-partitions strrelse i Mb: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap-partitions strrelse i Mb: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Brug den frie plads p Windows-partitionen"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Hvilken partition nsker du at ndre strrelse p?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Udregner Windows-filsystemets grnser"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Programmet til at ndre strrelse p FAT kan ikke behandle din partition, \n"
-"den flgende fejl opstod: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Din Windows partition er for fragmenteret, kr 'defrag' frst"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ADVARSEL!\n"
-"\n"
-"DrakX vil nu ndre strrelsen p din Windows-partition. Udvis forsigtighed: "
-"denne operation er farlig. Hvis du ikke allerede har gjort det, br du frst "
-"g ud af denne installation, kre scandisk under Windows (og eventuelt "
-"defrag) og s genstarte installationen. Du br ogs tage en sikkerhedskopi "
-"af dine data. Tryk p Ok, hvis du er helt sikker."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Hvilken strrelse nsker du at at beholde Windows p?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partition %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT strrelsesndring mislykkedes: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Der er ingen FAT-partitioner at ndre strrelse p, eller bruge som loopback "
-"(eller ikke nok plads tilbage)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Slet hele disken"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Fjern Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Du har mere end et diskdrev, hvilken nsker du at installere Linux p?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Alle eksisterende partitioner og deres data vil g tabt p drev %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Brugerdefineret disk-opdeling"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Brug fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Du kan nu partitionere %s.\n"
-"Nr du er frdig, s husk at gemme med 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Du har ikke nok fri plads p din Windows-partition"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Kan ikke finde plads til installering"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX partitionerings-vejlederen fandt de flgende lsninger:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partitionering mislykkedes: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Bringer netvrket op"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Lukker netvrket ned"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Der opstod en fejl, men jeg ved ikke hvordan den kan hndteres p en\n"
-"pn mde.\n"
-"Fortst p eget ansvar!"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplikr monterings-sti %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Nogle vigtige pakker blev ikke installeret rigtigt.\n"
-"Enten er dit cdrom-drev eller din cdrom fejlbehftet.\n"
-"Tjek cdrom'en p en frdiginstalleret maskine ved brug af \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Velkommen til %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Intet tilgngeligt diskettedrev"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Gr til trin `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Dit system har kun f resurser. Du kan f problemer med at installere\n"
-"Mandrake Linux. Hvis dette sker, kan du prve en tekst-baseret installation "
-"i stedet\n"
-"Dette gres ved at trykke 'F1' ved opstart fra cdrommen, og s skrive 'text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installationsmetode"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Vlg en af de flgende installations-mder:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Den totale strrelse af de grupper du har valg er cirka %d Mb.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Hvis du nsker at installere mindre end denne strrelse,\n"
-"s vlg procentdelen af pakker som du vil installere.\n"
-"\n"
-"En lav procentdel vil kun installere de vigtigste pakker;\n"
-"en procentdel p 100%% vil installere alle valgte pakker."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Du har kun plads p din disk til %d%% af disse pakker.\n"
-"\n"
-"Hvis du nsker at installere mindre end denne strrelse,\n"
-"s vlg procentdelen af pakker som du vil installere.\n"
-"En lav procentdel vil kun installere de vigtigste pakker;\n"
-"en procentdel p %d%% vil installere s mange pakker som muligt."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-"Du har mulighed for at vlge dem mere prcist i nste installationstrin"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procentandel pakker til installation"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Valg af pakkegrupper"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Individuelt pakkevalg"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Total strrelse: %d / %d Mb"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Drlig pakke"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Navn: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Version: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Strrelse: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Vigtighed: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Du kan ikke vlge denne pakke, da der ikke er nok plads tilbage til at "
-"installere den"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "De flgende pakker vil blive installeret"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "De flgende pakker vil blive afinstalleret"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Du kan ikke vlge/fravlge denne pakke"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Dette er en ndvendig pakke, den kan ikke vlges fra"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Du kan ikke fravlge denne pakke. Den er allerede installeret"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Denne pakke skal opgraderes\n"
-"Er du sikker p at du vil fravlge den?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Du kan ikke fravlge denne pakke. Den skal opgraderes"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Vis automatisk valgte pakker"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installr"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Indls/gem p diskette"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Opdaterer pakkevalg"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimal installation"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Vlg pakker som skal installeres"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Installerer"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Beregnes"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Resterende tid "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Vent venligst, forbereder installationen"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakker"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installerer pakke %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Acceptr"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Ngt"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Skift din cdrom!\n"
-"\n"
-"Indst cdrom'en med navnet \"%s\" i dit cdrom-drev og tryk p Ok, nr det "
-"gjort\n"
-"Hvis du ikke har den s tryk p Annullr, s undgs installation fra denne cd"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Fortst alligevel?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Der opstod en fejl ved sorteringen af pakkerne:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Der opstod en fejl ved installeringen af pakkerne:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Advarsel\n"
-"\n"
-"Ls venligst betingelserne nedenfor omhyggeligt. Hvis du ikke er enig i alt "
-"der str, m du ikke installere indholdet af CD-en. Tryk p 'Ngt' for at "
-"fortstte installationen uden disse cdrommer.\n"
-"\n"
-"\n"
-"Visse komponenter p den nste CD er ikke omfattet af GPL-licensen eller "
-"andre lignende licenser. Hver enkelt komponent er derfor omfattet af de "
-"betingelser der er beskrevet i dets egen licens. Ls derfor venligst "
-"betingelserne omhyggeligt og flg de opstillede betingelser nr du bruger og/"
-"eller videredistribuerer komponenterne. Sdanne licenser forhindrer normalt "
-"kopiering (sikkerhedskopiering undtaget), videredistribuering, at folk "
-"skiller programmet ad, eller ndrer i komponenterne. Ethvert brud p "
-"licensen vil jeblikkeligt fratage dig rettighederne beskrevet i den "
-"specifikke licens. Medmindre licensen giver dig lov hertil, vil det normalt "
-"ikke vre tilladt at installere programmet p mere end n maskine, eller "
-"bruge det p et netvrk. Hvis du er i tvivl, s kontakt venligst producenten "
-"af komponenten direkte. Overdragelse til tredjemand eller kopiering af "
-"sdanne komponenter inklusive dokumentationen er normalt forbudt.\n"
-"\n"
-"\n"
-"Alle rettigheder til komponenterne p CD-en tilhrer deres respektive "
-"skabere og er beskyttet af Lov om Ophavsret.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Der er opstet en fejl"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "nsker du virkelig at forlade installationen?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licensaftale"
-
-# Mangler
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduktion\n"
-"\n"
-"Operativsystemet og de forskellige komponenter tilgngelige i Mandrake Linux "
-"distributionen vil herefter blive kaldt \"programmelprodukter\". "
-"Programmelprodukterne inkluderer, men er ikke begrnset til: vrktjssttet, "
-"metoder, regler og dokumentation.\n"
-"\n"
-"\n"
-"1. Licensaftale\n"
-"\n"
-"Ls venligst dette dokument. Dette dokument er en licensaftale mellem dig "
-"og MandrakeSoft S.A., som glder til disse programmelprodukter. Ved at "
-"installere, kopiere eller bruge disse programmelprodukter accepterer du "
-"indirekte og fuldt ud denne licensaftale med dens betingelser og regler. "
-"Hvis du er uenig i nogensomhelst del af denne licens, mister du retten til "
-"at installere, kopiere eller bruge disse programmelprodukter. Hvilket som "
-"helst forsg p at installere, kopiere eller bruge disse programmelprodukter "
-"p en mde som ikke er i overensstemmelse med betingelserne og reglerne i "
-"denne licens er ulovlig og vil betyde at du mister dine rettighedder under "
-"denne licens. Hvis dette sker, skal du med det samme delgge alle kopier "
-"af disse programmelprodukter.\n"
-"\n"
-"\n"
-"2. Begrnset garanti\n"
-"\n"
-"Disse programmelprodukter og dokumenter leveres \"som de er\", uden nogen "
-"form for garanti efter som hvad lov foreskriver. MandrakeSoft S.A. vil "
-"under ingen omstndigheder undtagen hvad lov foreskriver vre ansvarlig for "
-"specielle, tilfldige, direkte eller indirekte tab af nogen art "
-"(inkluderende uden begrnsninger, skader ved tab af forretning, "
-"forstyrrelser af forretning, finansielle tab, advokatbistand, erstatninger "
-"som resultat af en retssag eller nogen anden form for tab) opstet under "
-"brugen af disse programmelprodukter eller mangel p samme, selv hvis "
-"MandrakeSoft S.A. er blevet gjort opmrksom p mulighed for sdanne "
-"skader.\n"
-"\n"
-"BEGRNSET GARANTI MED HENSYN TIL REGLER OM BRUG AF FORBUDT PROGRAMMEL I "
-"VISSE LANDE\n"
-"\n"
-"Udover hvad lov foreskriver vil MandrakeSoft S.A. eller deres distributrer "
-"under ingen omstndigheder vre ansvarlig for tilfldige, direkte eller "
-"indirekte tab af nogen art (inkluderende uden begrnsninger skader ved tab "
-"af forretning, forstyrrelser af forretning, finansielle tab, "
-"advokatbistand, erstatninger som resultat af en retssag eller nogen anden "
-"form for tab) opstet under hentning eller brugen af dette programmel fra "
-"Mandrake Linux websider som er forbudt i visse lande ved lov. Denne "
-"begrnsede garanti glder, men er ikke begrnset til, de strke "
-"krypteringskomponenter inkluderet i disse programmelprodukter.\n"
-"\n"
-"\n"
-"3. GPL-licensen og relaterede licenser. \n"
-"\n"
-"Dette programmel bestr af komponenter lavet af forskellige personer. De "
-"fleste af disse komponenter bliver reguleret efter vilkrene og aftalerne i "
-"GNU General Public License, herefter kaldet \"GPL\", eller lignende "
-"licenser. De fleste af disse licenser tillader dig at bruge, kopiere, "
-"tilpasse eller redistribuere komponenterne, de dkker. Ls venligst "
-"vilkrene og aftalerne i licensaftalen for hver komponent fr du bruger det. "
-"Sprgsml angende en komponent bedes adresseret til komponentens forfatter "
-"og ikke til MandrakeSoft. Programmerne udviklet af MandrakeSoft S.A. bliver "
-"reguleret efter GPL-licensen. Dokumentationen skrevet af MandrakeSoft S.A. "
-"bliver reguleret efter en specifik licens. Referr venligst til "
-"dokumentationen for yderligere detaljer.\n"
-"\n"
-"\n"
-"4. Intellektuelle rettigheder \n"
-"\n"
-"Alle rettigheder til komponenterne i programmelproduktet tilhrer deres "
-"respektive forfattere, og er beskyttet af intellektuelle rettigheds- og "
-"ophavsretslove, gldende for programmel. MandrakeSoft S.A. forbeholder sine "
-"rettigheder til at ndre eller tilpasse programmelprodukterne, helt eller "
-"delvist, med alle midler og til alle forml. \"Mandrake\", \"Mandrake Linux"
-"\" samt de tilhrende logoer er varemrker for MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Gldende love \n"
-"\n"
-"Hvis dele af denne aftale bliver kendt ugyldig, ulovlig eller ubrugelig ved "
-"en domstolsafgrelse, vil disse dele blive ekskluderet fra denne kontrakt. "
-"Du vil forblive bundet af de andre gldende dele af aftalen. Vilkrene og "
-"aftalerne i denne licens er reguleret under fransk lov. Alle uenigheder "
-"vedrrende vilkrene i denne licens vil fortrinsvist blive lst udenfor "
-"domstolene. Som en sidste udvej vil uenighederne blive hndteret ved den "
-"rette domstol i Paris, Frankrig. Ved sprgsml omkring dette dokument, "
-"kontakt venligst MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatur"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Vlg dit tastaturlayout."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Her er den komplette liste over tilgngelige tastaturer"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Hvilken installations-klasse nsker du?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installr/Opdatr"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Er dette en nyinstallation eller en opdatering?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Anbefalet"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ekspert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Opgradering"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Opgradr kun pakker"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Vlg muse-type."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Muse-port"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Vlg hvilken seriel port din mus er forbundet til."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulering af knapper"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulering af knap 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulering af knap 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurerer PCMCIA kort..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfigurerer IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "ingen ledige partitioner"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Skanner partitioner for at finde monteringspunkter"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Vlg monterings-stierne"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Jeg kan ikke lse din partitionstabel, den er for delagt for mig :( Jeg kan "
-"forsge fortsat at udblanke drlige partitioner, ALLE DATA vil g tabt. Den "
-"anden mulighed er at forbyde DrakX at ndre partitionstabellen. (fejlen er %"
-"s)\n"
-"\n"
-"Er du indforstet med at delgge alle partitionerne?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake kunne ikke lse partitionstabellen korrekt. Fortst p eget ansvar!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Det er ikke plads for 1 MB bootstrap! Installationen vil fortstte, men for "
-"at starte dit system op, skal du lave en bootstrap partition i DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ingen rodpartition fundet til opgradering"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rod-partition"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Hvilken partition indeholder systemets rod-partition (/)?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Du skal genstarte for at aktivere ndringerne i partitionstabellen"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Vlg partitioner der skal formateres"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Led efter beskadigede blokke?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formaterer partitioner"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Opretter og formaterer fil %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Ikke nok swap-plads til at gennemfre installationen, tilfj mere"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Leder efter tilgngelige pakker"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Leder efter pakker som skal opgraderes"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Dit system har ikke nok plads tilbage til en installation eller opgradering "
-"(%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Alting (%dMb)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimum (%d Mb)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Anbefalet (%d Mb)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Vlg indls eller gem pakkevalg p diskette.\n"
-"Formatet er det samme som for auto_install-genererede disketter."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Indls fra diskette"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Indlser fra diskette"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Valg af pakker"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Indst en diskette med pakkevalget"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Gem p diskette"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Valgt strrelse er strre end tilgngelig plads"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Installationstype"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Du har ikke valgt nogen gruppe af pakker.\n"
-"Vlg den minimale installation du nsker"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Med X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Med basal dokumentation (anbefalet!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Virkelig minimal installation (specielt ingen urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Hvis du har alle cd'erne i listen nedenunder, klik Ok.\n"
-"Hvis du ikke har nogen af disse cd'er, klik Annullr.\n"
-"Hvis kun nogen cd'er mangler, fravlg dem, og klik s Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cdrom med etikette '%s'"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Forbereder installationen"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installerer pakke %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Konfiguration efter installation"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Indst opstartsdisketten i diskette-drevet %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Indst Opdater moduler-disketten i drev %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Du har nu mulighed for at nedlse programmel, der bruger kryptering.\n"
-"\n"
-"ADVARSEL:\n"
-"\n"
-"Grundet forskellige krav til programmel der bruger kryptering, og ptvunget "
-"af forskellige lokale lovomrder, br kunder og/eller slutbrugere af dette "
-"programmel sikre sig at lokale love fra dit/jeres lokalomrde tillader dig/"
-"jer at nedlse, gemme og/eller bruge dette programmel.\n"
-"\n"
-"Derudover skal kunder og/eller slutbrugere vre opmrksomme p ikke at bryde "
-"lokale love fra dit/jeres lokalomrde. Skulle en kunde og/eller slutbruger "
-"ikke respektere det lokale omrdes love, vil han/de blive udsat for serise "
-"sanktioner.\n"
-"\n"
-"Under ingen omstndigheder kan Mandrakesoft eller deres producenter og/eller "
-"leverandrer holdes ansvarlig for speciel, indirekte eller tilfldig skade "
-"(inkluderet, men ikke begrnset til tab af overskud, forretningsafbrydelser, "
-"tab af kommercielle data og andre pekunire tab, eventuelle risici og "
-"erstatninger der skal betales i overensstemmelse med retlig beslutning) som "
-"flge af brug, besiddelse eller nedlsning af dette programmel, som kunder "
-"og/eller slutbrugere kunne f adgang til efter at have accepteret denne "
-"aftale.\n"
-"\n"
-"\n"
-"For sprgsml om denne aftale, vr venlig at kontakte \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Du har nu mulighed for at hente opdaterede pakker som er blevet udgivet\n"
-"efter distributionen blev gjort tilgngelig.\n"
-"\n"
-"Du vil f sikkerhedsrettelser eller fejlrettelser, men du skal have en\n"
-"internet-opkobling for at fortstte.\n"
-"\n"
-"nsker du at installere opdateringerne?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Kontakter Mandrake Linux netsted for at hente listen over tilgngelige spejle"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Vlg det spejl hvorfra pakkerne skal hentes"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Kontakter spejlet for at hente listen af tilgngelige pakker"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Hvad er din tidszone?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Maskin-ur sat til GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatisk tidssynkronisering (ved hjlp af NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP-server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Ekstern CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Ingen printer"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Har du et ISA-lydkort?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Kr \"sndconfig\" efter installation for at konfigurere dit lydkort"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Intet lydkort genkendt. Prv at kre \"harddrake\" efter installation"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Oversigt"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mus"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Tidszone"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printer"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Internt ISDN-kort"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Lydkort"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-kort"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokale filer"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "St root-adgangskode"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Ingen adgangskode"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Dette kodeord er for nemt at gtte (det skal mindst vre p %d tegn)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Identifikation"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Autentificering LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP grundlggende dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP-server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Autentificering NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS-domne"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS-server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"En tilpasset opstartsdiskette lader dig starte Linux systemet op uden at "
-"vre afhngig af den normale opstarter. Det kan vre nyttigt, hvis du ikke "
-"vil installere SILO p dit system - eller hvis et andet operativsystem "
-"fjerner SILO, eller hvis SILO ikke virker med dit maskinel. En tilpasset "
-"opstartsdiskette kan ogs bruges sammen med Mandrakes `rescue image', "
-"hvilket gr det meget nemmere at reparere systemet i tilflde af "
-"systemnedbrud.\n"
-"\n"
-"Hvis du nsker at lave en opstartsdiskette til dit system, indst en "
-"diskette i dit frste diskettedrev og tryk 'Ok'."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Frste diskette-drev"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Andet diskette-drev"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Spring over"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"En tilpasset opstartsdiskette lader dig opstarte Linux systemet uden at vre "
-"afhngig af den normale opstarter. Det kan vre nyttigt, hvis du ikke vil "
-"installere LILO (eller grub) p dit system - eller hvis et andet "
-"operativsystem fjerner LILO, eller hvis LILO ikke virker med din hardware. "
-"En tilpasset opstartsdiskette kan ogs bruges sammen med Mandrakes `rescue "
-"image', hvilket gr det meget nemmere at reparere systemet i tilflde af "
-"systemnedbrud. \n"
-"Vil du lave en opstartsdiskette til dit system?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(ADVARSEL! Du bruger XFS til din root-partition,\n"
-"oprettelse af en opstartsdiskette p en 1.44 Mb diskette vil formentlig\n"
-"mislykkes, fordi XFS krver en meget stor driver)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Der er desvrre ikke noget tilgngeligt diskette-drev"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Vlg det diskette-drev, du vil benytte til at lave boot-disketten"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Indst en diskette i %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Oprette opstartsdiskette"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Forbereder opstarter"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Det virker som om du har en OldWorld eller ukendt maskine, yaboot "
-"opstartsindlseren vil ikke virke for dig. Installationen vil fortstte, men "
-"du skal bruge BootX for at starte din maskine."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "nsker du at bruge aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Fejl ved installation af aboot, \n"
-"forsg at gennemtvinge installation selv om dette kan delgge den frste "
-"partition?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Installerer systemopstarter"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Installation af opstarter mislykkedes. Den flgende fejl opstod:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Du behver mske at ndre din ben Firmware opstartsenhed for at sl "
-"systemstarteren til. Hvis du ikke ser systemstarter-beskeden ved genstart, "
-"s hold Command-Option-O-F nede og indtast:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Skriv s: shut-down\n"
-"Ved nste opstart burde du se systemstarteren."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Indst en tom diskette i drev %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Laver autoinstallations-diskette"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Nogen dele af installationen er ikke frdig\n"
-"\n"
-"Er du sikker p du nsker du at lukke nu?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Tillykke, installationen er frdig.\n"
-"Fjern boot-mediet og tryk retur for at genstarte.\n"
-"\n"
-"\n"
-"For information om rettelser til denne udgivelse af Mandrake Linux, se "
-"Errata p:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information om konfigurering af dit system kan du finde i kapitlet om efter-"
-"installation i den Officielle Mandrake Linux Brugervejledning."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Laver autoinstallations-diskette"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Autoinstallation kan ske fuldautomatisk hvis nsket. I s tilflde vil den "
-"overtage hele harddisken!! (dette er beregnet til at installere p en anden "
-"maskine).\n"
-"\n"
-"Du foretrkker mske at afspille installationen igen\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatisk"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Afspil igen"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Gem pakke-valg"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installation %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> mellem elementer | <Space> vlger | <F12> nste skrm "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu mangler"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "konsolhjlper mangler"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Vlg en fil"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanceret"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Basal"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Vent venligst"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Udvid tr"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Sammenfold tr"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Skift mellem flad og gruppesorteret"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Drligt valg, prv igen\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Dit valg? (standard %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Indgange som du skal udfylde:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Dit valg? (0/1, standard '%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Knap '%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "nsker du at klikke p denne knap?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Dit valg? (standard '%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Der er mange ting at vlge imellem (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Vlg det frste tal i 10-omrdet som du nsker at redigere,\n"
-"Eller tryk retur for at fortstte.\n"
-"Dit valg? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Bemrk, en etikette ndredes:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Indsend igen"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tjekkisk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Tysk"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spansk"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finsk"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Fransk"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norsk"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polsk"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russisk"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Svensk"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Britisk"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Amerikansk"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albansk"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armensk (gammel)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armensk (skrivemaskine)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armensk (fonetisk)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidiansk (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgisk"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgarsk (fonetisk)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgarsk (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiliansk (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Hviderussisk"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Schweizisk (Tysk layout)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Schweizisk (Fransk layout)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tjekkisk (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Tysk (ingen dde taster)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dansk"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (norsk)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (svensk)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estisk"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgisk (russisk layout)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgisk (Latin layout)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grsk"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungarsk"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroatisk"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelsk"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelsk (Fonetisk)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iransk"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandsk"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiensk"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japansk 106 taster"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreansk tastatur"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinamerikansk"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litauisk AZERTY (gammel)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litauisk AZERTY (ny)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litauisk \"talrkke\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litauisk \"fonetisk\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Lettisk"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedonisk"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Hollandsk"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polsk (polsk layout)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polsk (polsk layout)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugisisk"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadisk (Qubec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Russisk (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Russisk (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russisk (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovensk"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakisk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakisk (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbisk (kyrillisk)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thailandsk"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajik tastatur"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tyrkisk (traditionel \"F\" model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tyrkisk (moderne \"Q\" model)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrainsk"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Amerikansk (internaltionalt)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamesisk \"talrkke\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavisk (latinsk)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Hjre alt-tast"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Begge taster samtidigt"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Kontrol- og skiftetaster samtidigt"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock-tast"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl- og alt-taster samtidigt"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt og Shift-taster samtidigt"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "'Menu'-tast"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Venstre Windows-tast"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Hjre Windows-tast"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Cirkulre monteringer %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Fjern de logiske delarkiver frst\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA-understttelse eksisterer ikke lngere for 2.2-kerner. Brug en 2.4-"
-"kerne."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun-mus"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Standard PS2 mus med hjul"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking-mus"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 knap"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Standard 2-knaps mus"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Standard"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Hjul"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriel"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Standard 3-knaps mus"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Serien (seriel)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Serien"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech mus (seriel, gammel C7 type)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "Busmus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 knapper"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 knapper"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ingenting"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Ingen mus"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Test musen"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "For at aktivere musen,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "FLYT P HJULET!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Afslut"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Nste ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Forrige"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Er dette korrekt?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Lav forbindelse til Internettet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Den mest almindelige mde at forbinde med ADSL er pppoe.\n"
-"Nogen forbindelser bruger pptp, og nogle f bruger DHCP.\n"
-"Hvis du ikke ved noget, vlg 'brug pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "brug dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "brug pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "brug pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Hvilken DHCP klient nsker du at bruge?\n"
-"Standard er dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Der blev ikke fundet nogen ethernet netvrksadapter p dit system.\n"
-"Kan ikke stte denne forbindelsetype op."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Vlg netvrksgrnsesnit"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Vlg hvilken netvrksadapter du nsker at bruge til at lave forbindelse til "
-"Internettet med."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "kunne ikke finde noget netkort"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigurerer netvrk"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Indtast dit vrtsnavn hvis du kender det.\n"
-"Nogle DHCP-servere krver vrtsnavnet for at fungere.\n"
-"Dit vrtsnavn br vre et fuldt kvalificeret vrtsnavn,\n"
-"fx 'minpc.mitfirma.dk'."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Vrtsnavn"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Konfigurr netvrk"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Eksternt ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Internt ISDN-kort"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Hvad slags type er din ISDN-forbindelse?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Hvilken ISDN-konfigurering foretrkker du?\n"
-"\n"
-"* Den gamle konfiguration bruger isdn4net. Det har strke\n"
-" vrktjer, men det er vanskeligt at konfigurere for en nybegynder,\n"
-" og er ikke standardbaseret.\n"
-"\n"
-"' Det nye konfigurationsvrktj er enklere at forst,\n"
-" mere standardiseret, men med frre vrktjer.\n"
-"\n"
-"Vi anbefaler den nye konfiguration.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Ny konfiguration (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Gammel konfiguration (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN konfiguration"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Vlg din udbyder.\n"
-" Hvis de ikke er i listen, vlg Ikke listet"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europaprotokollen"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protokol for Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol for resten af verden"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol for resten af verden \n"
-" ingen D-kanal (lejet linje)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Hvilken protokol nsker du at bruge?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Hvad slags kort har du?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Det ved jeg ikke"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Hvis du har et ISA kort burde vrdiene i nste billede vre rigtige.\n"
-"\n"
-"Hvis du har et PCMCIA kort skal du vide irq og io for kortet.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Afbryd"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Fortst"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Hvilket er dit ISDN-kort?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Jeg har opdaget et ISDN PCI-kort, men jeg ved ikke hvilken type. Vlg et PCI-"
-"kort i nste skrmbillede."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Ingen ISDN PCI-kort fundet. Vlg t i nste skrmbillede."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Angiv hvilken seriel port dit modem er forbundet til."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opkaldsindstillinger"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Navn p forbindelsen"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonnummer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Brugernavn"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skript-baseret"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminal-baseret"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domnenavn"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Frste DNS-server (valgfri)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Anden DNS-server (valgfri)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan lukke forbindelsen til Internettet eller genkonfigurere din "
-"forbindelse."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan genkonfigurere din forbindelse"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Du har forbindelse til Internettet nu."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan lave forbindelse til Internettet eller omkonfigurere din forbindelse."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Du er ikke forbundet til Internettet nu."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Tilslut"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Afbryd"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Konfigurr forbindelsen"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internetforbindelse & -konfiguration"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Vi skal nu konfigurere opkoblingen '%s'."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Vi skal nu konfigurere opkoblingen '%s'.\n"
-"\n"
-"\n"
-"Tryk OK for at begynde."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Konfigurr netvrk"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Da du er i gang med en netvrksinstallation er dit netvrk allerede "
-"konfigureret.\n"
-"Klik OK for at beholde din konfiguration, eller annullr for at "
-"omkonfigurere din Internet- og netvrksforbindelse.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Velkommen til Netvrkskonfigurations-vejlederen\n"
-"\n"
-"Vi skal til at konfigurere din internet- eller netvrksforbindelse.\n"
-"Hvis du ikke nsker at bruge autodetektering, s fravlg afkrydsningsboksen\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Vlg profilen der skal konfigureres"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Brug automatisk detektion"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detekterer enheder..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normal modemforbindelse"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "Detekteret p port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN-forbindelse"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "Detekteret %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL opkobling"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "Detekteret p grnseflade %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabelforbindelse"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Kabelopkobling detekteret"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Lokalnet-konfiguration"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet-kort detekteret"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Vlg den opkobling, du nsker at konfigurere"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Du har konfigureret flere mder at koble dig mod internet p.\n"
-"Venligst vlg den du nsker at bruger.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internet opkobling"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "nsker du at starte din forbindelse ved opstart?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Netvrks konfiguration"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Netvrket skal startes op igen"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Et problem opstod ved genstart af netvrket: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Tillykke, netvrks- og internetkonfigurationen er frdig.\n"
-"Konfigurationen vil nu blive anvendt p dit system.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Derefter anbefaler vi at du genstarter dit X-milj for\n"
-"at undg problemer med det ndrede vrtsnavn"
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Problemer indtraf under konfigurationen.\n"
-"Afprv din forbindelse med net_monitor eller mcc. Hvis din forbindelse ikke "
-"virker, kan du prve at genstarte konfigurationen."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ADVARSEL: Denne enhed er tidligere blevet konfigureret til at lave "
-"forbindelse til Internettet.\n"
-"Ved kun at trykke p OK beholder du den nuvrende konfiguration.\n"
-"ndringer i felterne nedenunder vil overskrive denne konfiguration."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Indtast IP konfigurationen for denne maskine. Hvert felt skal udfyldes\n"
-"med en IP adresse i `dotted-decimal' notation (for eksempel 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurerer netvrksenheden %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (drivprogram %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-adresse"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmaske"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatisk IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresse skal have formatet 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Indtast domnenavn, vrtsnavn og IP adressen for evt. ekstra navne-servere.\n"
-"Dit vrtsnavn skal vre et fuldt kvalificeret vrtsnavn inklusive domne,\n"
-"f.eks. minpc.mitfirma.dk. Hvis du ikke har nogen ekstra navne-servere,\n"
-"s lad navne-server-felterne vre blanke."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS-server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (fx %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway enhed"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfiguration af mellemvrt (proxy)"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP-proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP-proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Flg id for netvrkskort (nyttigt for brbare)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy skal vre http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy skal vre ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internet-konfiguration"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "nsker du at forsge at skabe forbindelse til Internettet nu?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Tester din forbindelse..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Systemet er ikke forbundet til Internettet nu."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Af sikkerhedsgrunde vil det blive afbrudt nu."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Det lader ikke til at dit system har forbindelse til Internettet.\n"
-"Prv at omkonfigurere din forbindelse."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Forbindelses-konfiguration"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Udfyld eller markr feltet nedenunder"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kort IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kort mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kort IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kort IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kort IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Dit personlige telefonnummer"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Navn p udbyder (f.eks. udbyder.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Udbyders telefonnummer"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Udbyder DNS 1 (valgfri)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Udbyder DNS 2 (valgfri)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Vlg dit land"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Opringningsmde"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Opkoblingshastighed"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Opkoblingens tidsudlb (i sekunder)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Konto-login (brugernavn)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Kodeord for konto"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montering mislykkedes: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Udvidet partition ikke understttet p denne platform"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Du har plads tilovers i din partitionstabel, men jeg kan ikke udnytte den.\n"
-"Den eneste lsning er at flytte dine primre partitioner, sledes at\n"
-"\"hullet\" bliver placeret ved siden af de udvidede partitioner."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Genskabning fra fil %s mislykkedes: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Fejl i sikkerhedskopien"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Fejl ved skrivning til fil %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Noget slemt sker p dit drev. \n"
-"En test for at tjekke integriteten af data er mislykkedes. \n"
-"Dette betyder at alt p disken vil ende som tilfldigt snavs"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "skal have"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "vigtigt"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "meget rart"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "rart"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "mske"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Dmon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokal printer"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Ekstern printer"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Printer p ekstern CUPS server"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Printer p ekstern lpd server"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Netvrksprinter (TCP/sokkel)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Printer p SMB/Windows 95/98/NT server"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Printer p en NetWare server"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Indtast en printerenheds-URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "kanalisr opgave ind i kommando"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Ukendt model"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokale printere"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Eksterne printere"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " p parallelport \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB printer \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multi-funktions-enhed p parallel port \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", multi-funktions-enhed p USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multi-funktions-enhed p HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", multi-funktions-enhed"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", skriver til %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "p LPD-server \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP vrt \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "p Windows-server \"%s\", deling \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "p Novell-server \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", med kommando %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "R printer (ingen driver)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(p %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(p denne maskine)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "P CUPS-server '%s'"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Forvalgt)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Vlg printer-forbindelse"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hvordan er printeren tilsluttet?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Eksterne CUPS-servere behver du ikke at konfigurere her: \n"
-"disse printere vil automatisk blive fundet."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS-Konfiguration"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Angiv CUPS server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Du behver ikke at konfigurere nogen printere hr for at f adgang til "
-"eksterne CUPS-servere; CUPS-serverne informerer automatisk din maskine "
-"information om deres printere. Alle printere som for jeblikket er kendt af "
-"din maskine vil vre opfrt under \"Eksterne printere\". Nr CUPS-serveren "
-"ikke er p dit lokalnetvrk skal du opgive CUPS-serverens IP-adresse og "
-"eventuelle portnummer for at f printerinformation fra serveren, ellers kan "
-"du lade disse felter vre blanke."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalt bliver CUPS konfigureret automatisk i overensstemmelse med dit "
-"netvrksmilj, s du kan f fat i printerne p CUPS-serverne p dit "
-"lokalnetvrk. Hvis dette ikke virker ordentligt, s deaktivr 'Automatisk "
-"CUPS-konfiguration' og redigr din fil /etc/cups/cupsd.conf selv. Glem ikke "
-"at genstarte CUPS bagefter. (kommando: 'service cups restart')."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adressen br se ud som 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Port-nummeret br vre et heltal!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-serverens IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatisk CUPS-konfiguration"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Sger efter enheder..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Afprv porte"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Tilfj en ny printer"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Velkommen til vejlederen for printeropstning\n"
-"\n"
-"Denne vejleder lader dig installere lokale eller eksterne printere som skal "
-"bruges fra denne maskine, og ogs fra andre maskiner i netvrket.\n"
-"\n"
-"Den sprger dig om alle ndvendige oplysninger til at opstte printere og "
-"giver dig adgang til alle tilgngelige printerdrivere, drivermuligheder og "
-"opkoblingstyper for printere."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokal printer"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Velkommen til vejlederen for printeropstning\n"
-"\n"
-"Denne vejleder vil hjlpe dig med at installere dine printere tilsluttet "
-"denne maskine.\n"
-"\n"
-"Tilslut dine printere til maskinen og tnd dem. Klik p \"Nste\" nr du er "
-"klar, eller p \"Annullr\" hvis du ikke vil opstte dine printere nu.\n"
-"\n"
-"Bemrk at nogen maskiner kan g ned under den automatiske sgning efter "
-"printere; sl 'Auto-opdagelse af printere' fra for at lave en printer "
-"installation uden auto-sgning. Brug printerdrakes 'Ekspert-udgave' hvis du "
-"nsker at opstte udskrift p en ekstern printer og Printerdrake ikke lister "
-"denne automatisk."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Auto-opdagelse af printere"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Tillykke, din printer er nu installeret og konfigureret!\n"
-"\n"
-"Du kan udskrive med 'Udskriv'-kommandoen i dit program (normalt i 'Filer'-"
-"menuen).\n"
-"\n"
-"Hvis du nsker at tilfje, fjerne eller omdbe en printer, eller hvis du "
-"nsker at ndre p standard-indstillingerne (papirbakke, printkvalitet ...), "
-"s vlg 'Printer' i 'Udstyr'-afsnittet i Mandrake Kontrolcentret."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Auto-opdagelse af printere"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake er i stand til at automatisk opdage dine lokalt forbundne "
-"parallelle og USB-printere for dig, men bemrk at p nogen systemer KAN DEN "
-"AUTOMATISKE OPDAGELSE FRYSE DIT SYSTEM OG ENDOG DELGGE DINE FILSYSTEMER! "
-"S gr det p EGET ANSVAR!\n"
-"\n"
-"nsker du virkeligt at f dine printere automatisk opdaget?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Udfr automatisk detektion"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Opst printer manuelt"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Fandt %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Printer p parallel port \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB-printer \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Ingen lokal printer fundet! For at installere en printer i hnden skal du "
-"indtaste et enhedsnavn/filnavn i inddatalinjen (parallelporte: /dev/lp0, /"
-"dev/lp1 ..., svarende til LPT1:, LPT2: ..., frste USB-printer: /dev/usb/"
-"lp0, 2. USB-printer: /dev/usb/lp1 ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Du skal indtaste en enhed eller et filnavn!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Ingen lokal printer fundet!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Netvrksprintere kan kun installeres efter installeringen. Vlg 'Udstyr' og "
-"dernst 'Printer' i Mandrake kontrolcentret."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"For at installere netvrksprintere skal du klikke p 'Annullr', skifte til "
-"'Ekspert-version' og klikke p 'Tilfj en ny printer' igen."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Den flgende printer blev opdaget automatisk. Hvis det ikke er den du nsker "
-"at opstte s indtast et enhedsnavn/filnavn p inddatalinjen"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Her er en liste over alle automatisk opdagede printere. Vlg den printer du "
-"nsker at opstte eller indtast et enhedsnavn/filnavn p inddatalinjen"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Den flgende printer blev opdaget automatisk. Konfigurationen af printeren "
-"vil ske fuldstndigt automatisk. Hvis din printer ikke blev fundet korrekt "
-"eller hvis du foretrkker en tilpasset printerkonfiguration, s sl 'Manuel "
-"konfiguration' til."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Her er en liste over alle automatisk opdagede printere. Vlg den printer du "
-"nsker at opstte. Konfigurationen af printeren vil ske fuldstndigt "
-"automatisk. Hvis din printer ikke blev fundet korrekt eller hvis du "
-"foretrkker en tilpasset printerkonfiguration, s sl 'Manuel konfiguration' "
-"til."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Angiv hvilken port din printer er forbundet til eller indtast et enhedsnavn/"
-"filnavn p inddatalinjen"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Angiv hvilken port din printer er forbundet til."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-"(parallelporte: /dev/lp0, /dev/lp1 ..., svarende til LPT1:, LPT2: ..., "
-"frste USB-printer: /dev/usb/lp0, 2. USB-printer: /dev/usb/lp1 ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Du skal vlge eller indtaste en printer/enhed!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Manuel konfiguration"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Er din printer en multi-funktionsenhed fra HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 med skanner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Installerer HPOJ-pakke..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Tjekker enhed og konfigurerer HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Installerer SANE-pakke..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Skanner p din HP multi-funktionsenhed"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Gr printerport tilgngelig for CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Lser database over printere ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Parametre til ekstern lpd"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"For at bruge en ekstern printer, skal du opgive vrtsnavnet\n"
-"for printerserveren og navnet p printeren p denne server."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Eksternt vrtsnavn"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Eksternt printernavn"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Eksternt vrtsnavn mangler"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Det eksterne vrtsnavn mangler!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT)-printer indstillinger"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"For at skrive til en SMB printer skal du angive vrtsnavnet p SMB maskinen "
-"(bemrk at dette navn kan vre forskelligt fra TCP/IP-navnet!) og muligvis "
-"IP-adressen p printerserveren, s vel som delenavnet for printeren du vil "
-"bruge samt ndvendig information om brugernavn, adgangskode og arbejdsgruppe."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB-servervrt"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB-serverens IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Dele-navn"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Arbejdsgruppe"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Enten servernavnet eller serverens IP skal angives!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Samba-delenavn mangler!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr "SIKKERHEDSADVARSEL!"
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Du er ved at opstte udskrivning til en Windows-konto med adgangskode. "
-"Grundet en fejl i arkitekturen af Sambas klientprogrammel bliver "
-"adgangskoden lagt i klar tekst i Samba-klientens kommandolinje, som bruges "
-"til at sende printjobbet til Windows-serveren. S det er muligt for enhver "
-"bruger p denne maskine at vise adgangskoden p skrmen ved at angive "
-"kommandoer som 'ps auxwww'.\n"
-"\n"
-"Vi anbefaler at bruge en af de flgende alternativer (i alle tilflde skal "
-"du forsikre dig om at kun maskiner fra dit lokalnetvrk har adgang til din "
-"Windows-server, for eksempel ved hjlp af en brandmur):\n"
-"\n"
-"Brug en konto uden adgangskode p din Windows-server, ssom 'GUEST'-kontoen "
-"eller en speciel konto som kun anvendes til udskrift. Fjern ikke "
-"adgangskodebeskyttelsen fra en personlig konto eller en administrator-"
-"konto.\n"
-"\n"
-"Opst din Windows-server s printeren er tilgngelig under LPD-protokollen. "
-"Opst dernst udskrift fra denne maskine med '%s'-opkoblingstypen i "
-"Printerdrake.\n"
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Opst din Windows-server til at gre printeren tilgngelig under IPP-"
-"protokollen, og opst udskrift fra denne maskine med '%s'-opkoblingstypen i "
-"Printerdrake.\n"
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-"Forbind din printer til en Linux-server og lad dine Windows-maskiner "
-"tilslutte sig til den som klienter.\n"
-"\n"
-"nsker du virkelig at fortstte med at opstte din printer som du gr nu?"
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare printer-parametre"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"For at skrive til en NetWare printer skal du angive navnet p NetWare "
-"printerserveren (bemrk at dette navn kan vre forskelligt fra TCP/IP-"
-"navnet!) svel som knavnet for den printer du vil benytte samt om "
-"ndvendigt et brugernavn og en adgangskode."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Printer-server"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Printerk-navn"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP-servernavn mangler!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP-knavn mangler!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Sokkel-printer-parametre"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"For at skrive til en TCP eller sokkel-printer skal du angive vrtsnavnet p "
-"printeren, og eventuelt portnummer. P HP JetDirect-servere er portnummeret "
-"normalt 9100, p andre servere varierer det. Tjek manualen for dit udstyr."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "printer-vrtsnavn"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "printer-vrtsnavn mangler!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Printer-enheds URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Du kan direkte opgive URI til printeren. URIen skal vre i henhold til enten "
-"CUPS- eller Foomatic-standarden. Bemrk at ikke alle typer URIer "
-"understttes af alle k-behandlere."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "En korrekt URI skal opgives!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Alle printere behver et navn (f.eks. 'printer').\n"
-"Beskrivelsen og lokaliseringsfelterne behver ikke \n"
-"udfyldes. De er kommentarer til brugerne."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Navn p printer"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Beskrivelse"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Placering"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Forbereder printerdatabase: ..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Din printermodel"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake har sammenlignet modelnavnet fra den automatiske genkendelse af "
-"printeren med modellerne listet i dens printerdatabase for at finde den "
-"bedste match. Dette valg kan vre forkert, isr nr din printer slet ikke er "
-"listet i databasen. S tjek om valget er korrekt og klik \"Modellen er "
-"korrekt\" hvis den er, og hvis ikke s klik \"Vlg model manuelt\" s du kan "
-"udvlge din printermodel manuelt p den nste skrm.\n"
-"\n"
-"Som din printer har Printerdrake fundet:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Modellen er korrekt"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Vlg model manuelt"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Valg af printermodel"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Hvilken printermodel har du?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Tjek venligst om Printerdrake udfrte \n"
-"autodetekteringen af din printermodel\n"
-"korrekt. Opsg den korrekte model i listen\n"
-"nr markren str p en forkert model, eller\n"
-"p 'R printer'."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Hvis din printer ikke er listet, s vlg en kompatibel (se printermanual) "
-"eller en lignende printer."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI konfiguration af winprinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Du konfigurerer en OKI laser-winprinter. Disse printere bruger en meget "
-"speciel kommunikationsprotokol og derfor virker de kun nr de er forbundet "
-"til den frste parallelle port. Nr din printer er forbundet til en anden "
-"port eller til en printserverboks, s forbind printeren til den frste "
-"parallelle port fr du udskriver en prveside. Ellers vil printeren ikke "
-"virke. Din opstning af forbindelsestype vil blive ignoreret af driveren."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjet konfiguration"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Printerdriverne til inkjet som leveres af Lexmark understtter kun lokale "
-"printere, ikke printere p eksterne maskiner eller printserverbokse. Forbind "
-"din printer til en lokal port eller konfigurr den p den maskine, den er "
-"forbundet til."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"For at kunne udskrive p din Lexmark inkjet fra denne konfigurering skal du "
-"bruge inkjet printerdriverne leveret af Lexmark (http://www.lexmark.com/). "
-"G til webstedet i USA og klik p 'Drivers'-knappen. Vlg s din model og "
-"derefter 'Linux' som operativsystem. Driverne kommer som RPM-pakker eller "
-"skal-skripter med interaktiv grafisk installation. Du behver ikke lave "
-"denne konfiguration via de grafiske grnseflader. Annullr direkte efter "
-"licensaftalen. Udskriv derefter justeringsider for skrivehovedet med "
-"'lexmarkmaintain', og justr opstningen af justeringen af hovedet med dette "
-"program."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Standardprinterens indstillinger\n"
-"\n"
-"Du br tjekke at sidestrrelsen og blktypen/udskriftstilstanden (hvis til "
-"stede) og ogs konfigurationen af laserprinterudstyr (hukommelse, duplex-"
-"enhed, ekstra bakker) er sat rigtigt. Bemrk at en meget god "
-"udskriftskvalitet kan gre udskriften betydeligt langsommere."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Valg %s skal vre et helt tal!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Valg %s skal vre et tal!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Valg %s er udenfor omrde!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"nsker du fremover at bruge printeren \"%s\"\n"
-"som standard?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testsider"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Vlg testsiderne du nsker at udskrive.\n"
-"Bemrk: fototestsiden kan tage ret lang tid at skrive ud, og p "
-"laserprintere med for lidt hukommelse vil den mske ikke skrives ud i det "
-"hele taget. Som regel vil det vre nok at udskrive standard-testsiden."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Ingen testsider"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Udskriv"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standard testside"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternativ testside (letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternativ testside (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Fototestside"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Udskriv ikke nogen testsider"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Udskriver testsider..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testsider er blevet sendt til printeren.\n"
-"Dette kan tage lidt tid fr printeren starter.\n"
-"Udskrivningsstatus:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testsider er sendt til printeren.\n"
-"Det kan tage lidt tid fr printeren starter.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Fungerer det korrekt?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "R printer"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"For at skrive en fil fra kommandolinjen (terminalvinduet) kan du enten bruge "
-"programmet '%s <fil>' eller et grafisk printervrktj: 'xpp <fil>' eller "
-"'kprinter <fil>'. De grafiske vrktjer lader dig vlge printeren og ndre "
-"indstillingerne p en nem mde.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Disse kommandoer kan du ogs bruge fra 'udskrivningskommando'-feltet i "
-"udskriftsdialogerne i mange programmer, men lad vre med at angive filnavnet "
-"her, fordi filen der skal udskrives leveres af programmet.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"'%s'-kommandoen tillader ogs ndring af indstillingsmulighederne for et "
-"bestemt udskriftsjob. Tilfj blot de nskede indstillinger til "
-"kommandolinjen, fx '%s <fil>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Hvilke muligheder der er for den aktuelle printer kan du enten lse p "
-"listen vist nedenfor, eller klikke p knappen 'liste med printermuligheder'%"
-"s.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Her er en liste over tilgngelige printmuligheder for den aktuelle printer:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
-"kommandoen '%s <fil>'.\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Denne kommando kan du ogs bruge fra 'udskrivningskommando'-feltet i "
-"udskriftsdialogerne i mange programmer, men lad vre med at angive filnavnet "
-"her, fordi filen der skal udskrives leveres af programmet.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"For at f en liste af tilgngelige muligheder for den aktuelle printer kan "
-"du klikke p knappen 'Liste med printermuligheder'."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
-"kommandoen '%s <fil>' eller '%s <fil>'.\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Du kan ogs bruge den grafiske grnseflade 'xpdq' til at stte "
-"valgmuligheder og behandle udskriftsopgaver.\n"
-"Hvis du bruger KDE som skrivebordsmilj, har du en 'panik-knap', en ikon p "
-"skrivebordet, benvnt med 'STOP printer!', som stopper alle udskriftsopgaver "
-"jeblikkeligt nr du klikker p den. Dette er fx nyttigt hvis papiret "
-"krller sammen.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"'%s'- og '%s'-kommandoerne tillader ogs ndring af indstillingsmulighederne "
-"for et bestemt udskriftsjob. Tilfj blot de nskede indstillinger til "
-"kommandolinjen, fx '%s <fil>'.\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Luk"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Udskriver eller skanner p '%s'"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Udskriver p printeren '%s'"
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Liste med printermuligheder"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Din HP-multifunktionsenhed blev konfigureret automatisk til at kunne skanne. "
-"Nu kan du skanne med 'scanimage' ('scanimage -d hp:%s' for at angive "
-"skanneren hvis du har mere end n) fra kommandolinjen eller med den grafiske "
-"grnseflade 'xscanimage' eller 'xsane'. Hvis du bruger GIMP kan du ogs "
-"skanne ved at vlge det passende punkt i menuen 'Filer/Hent'. Brug ogs 'man "
-"scanimage' og 'man sane-hp' p kommandolinjen for at f mere information\n"
-"\n"
-"Brug ikke \"scannerdrake\" p denne enhed!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Din HP-multifunktionsenhed blev konfigureret automatisk til at kunne skanne. "
-"Nu kan du skanne med 'ptal-hp %s scan ...' fra kommandolinjen. Skanning via "
-"en grafisk grnseflade eller fra GIMP er endnu ikke understttet for din "
-"enhed. Du kan finde mere information i filen \"/usr/share/doc/hpoj-0.8/ptal-"
-"hp-scan.html\" p dit system. Hvis du har en HP LaserJet 1100 eller 1200 kan "
-"du kun skanne nr du har skannermuligheden installeret p udstyret.\n"
-"\n"
-"Brug ikke \"scannerdrake\" p denne enhed!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Lser printerdata ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Overfr printerkonfiguration"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Du kan kopiere printerkonfigurationen du har sat op for kserveren %s til %"
-"s, din nuvrende kserver. Al konfigurationsdata (printernavn, beskrivelse, "
-"opkoblingstype og standardindstillinger) bliver overtaget, men ikke "
-"opgaver.\n"
-"Ikke alle ker kan overfres p grund af:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS understtter ikke printere p Novellservere eller printere som sender "
-"dataene ind i en frit-formet kommando.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ understtter kun lokale printere, eksterne LPD printere, og Sokkel/TCP "
-"printere.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD og LPRng understtter ikke IPP printere.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Desuden kan ker lavet med dette program eller \"foomatic -configure\" ikke "
-"overflyttes."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Printere konfigureret med PPD-filerne, som producenten har lavet, eller med "
-"CUPS egne drivere kan heller ikke overflyttes."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Vlg printerene som du vil overflytte og klik\n"
-"\"Overfr\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Overfr ikke printere"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Overfr"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"En printer med navnet \"%s\" eksisterer allerede p %s. \n"
-"Klik \"Overfr\" for at overskrive.\n"
-"Du kan ogs give et nyt printernavn, eller overspringe denne printer."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Navn p printer br kun indeholde bogstaver, tal og understregen _"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Printeren \"%s\" eksisterer allerede,\n"
-"nsker du virkelig at overskrive dens konfiguration?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nyt printernavn"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Overfrer %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Du har overfrt din tidligere standard-printer '%s', skal den ogs vre "
-"standard-printer under det nye printersystem %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Opfrisker printerdata ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Konfiguration af en ekstern printer"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Starter netvrk ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Konfigurr netvrket nu"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Netvrksfunktionalitet ikke konfigureret"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Du er ved at konfigurere en ekstern printer. Dette krver en virkende "
-"netvrksadgang, men dit netvrk er endnu ikke konfigureret. Hvis du vil "
-"fortstte uden en netvrkskonfiguration, vil du ikke kunne bruge printeren "
-"som du konfigurerer nu. Hvordan nsker du at fortstte?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Fortst med konfigurering af netvrk"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Netvrksopstningen lavet under installationen kan ikke startes nu. Tjek om "
-"netvrket bliver tilgngeligt efter opstart af dit system, og ret "
-"konfigurationen med Mandrake Kontrolcenter, afsnittet 'Netvrk og internet'/ "
-"'Forbindelse', og konfigurr derefter printeren ogs med Mandrake "
-"Kontrolcenter, afsnittet om 'Maskinel'/'Printer'"
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Netvrksadgangen krte ikke og kunne ikke startes. Tjek din konfiguration og "
-"dit udstyr. Prv derefter at konfigurere din eksterne printer igen."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Genstarter printsystemet ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "hj"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoid"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installerer et printersystem p sikkerhedsniveauet %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Du er ved at installere printsystemet %s p et system krende p "
-"sikkerhedsniveau %s.\n"
-"\n"
-"Dette printsystem krer som en dmon (baggrundsproces) som venter p "
-"printeropgaver og behandler dem. Denne dmon er ogs tilgngelig for "
-"eksterne maskiner via netvrket, og derfor er det et muligt angrebspunkt. "
-"Derfor bliver kun nogle f udvalgte dmoner startet op som standard i dette "
-"sikkerhedsniveau.\n"
-"\n"
-"nsker du virkelig at konfigurere udskrivning p denne maskine?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Starter printsystemet ved opstart"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Printsystemet (%s) vil ikke blive startet automatisk, nr maskinen startes "
-"op.\n"
-"Det er muligt at den automatiske opstart blev slet fra ved ndring til et "
-"hjere sikkerhedsniveau, fordi printsystemet er et muligt angrebspunkt.\n"
-"\n"
-"nsker du at have den automatiske opstart af printsystemet slet til igen?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Tjekker installeret programmel..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Fjerner LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Fjerner LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Vlg printerk-behandler"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Hvilket printersystem (spooler) nsker du at bruge?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurerer printer '%s'..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Installerer Foomatic..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Printer-muligheder"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Forbereder PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Konfigurerer programmer..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Vil du gerne konfigurere udskrivning?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Printsystem: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"De flgende printere er konfigureret. Dobbeltklik p en printer for at ndre "
-"dens indstillinger; for at gre den til standard-printer: for at se "
-"information om den; eller for at gre en ekstern CUPS-printer tilgngelig "
-"for Star Office/OpenOffice.org.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"De flgende printere er konfigureret. Dobbeltklik p en printer for at ndre "
-"dens indstillinger, for at gre den til standard-printer, eller for at se "
-"information om den."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Opfrisk printerliste (for at vise alle tilgngelige eksterne CUPS-printere)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "ndr printsystemet"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normal udgave"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "nsker du at konfigurere en anden printer?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "ndr printerkonfiguration"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Printer %s\n"
-"Hvad nsker du at forandre p, p denne printer?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Gr det!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Printeropkoblingstype"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Printernavn, beskrivelse, sted"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Printerproducent, model, driver"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Printerproducent, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "St printeren som standard-printer"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Tilfj denne printer til Star Office/OpenOffice.org.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Fjern denne printer fra Star Office/OpenOffice.org.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Udskriver testsider"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Vd hvordan denne printer bruges"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Fjern printer"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Fjerner gammel printer \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Standard printer"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Printeren '%s' er nu sat som standard-printer."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Tilfjer printer til Star Office/OpenOffice.org.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Printeren \"%s\" blev tilfjet til Star Office/OpenOffice.org.org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-"Kunne ikke tilfje printeren \"%s\" til Star Office/OpenOffice.org.org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Fjerner printer fra Star Office/OpenOffice.org.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Printeren \"%s\" blev fjernet fra Star Office/OpenOffice.org.org."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Kunne ikke fjerne printeren \"%s\" fra Star Office/OpenOffice.org.org."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "nsker du virkelig at fjerne printeren \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Fjerner printer \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Konfiguration af proxy (mellemvrt)"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Velkommen til programmet for proxy-konfigurering.\n"
-"\n"
-"Her vil du kunne opstte dine http- og ftp-proxyer\n"
-"med eller uden brugernavn og adgangskode\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Udfyld venligst oplysningerne om http-proxy\n"
-"Lad det vre blankt hvis du ikke nsker en http-proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url burde begynde med 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Port-delen br vre numerisk"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Udfyld venligst oplysningerne om ftp-proxy\n"
-"Lad det vre blankt hvis du ikke nsker en ftp-proxy"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url burde begynde med 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Indtast brugernavn og adgangskode p proxy, hvis ndvendigt.\n"
-"Lad det vre blankt hvis du ikke nsker brugernavn/adgangskode"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "brugernavn"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "adgangskode"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "genindtast adgangskode"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Adgangskoderne stemmer ikke overens. Prv igen!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Kan ikke tilfje en partition til _formatret_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Kan ikke skrive filen %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid fejlede"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid fejlede (mske mangler raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ikke nok partitioner til at benytte RAID level %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Start ALSA (Advanced Linux Sound Architecture) lydsystemet"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron en periodisk kommando planlgger"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd bruges til at overvge batteristatus og skrive log til syslog.\n"
-"Den kan ogs bruges til at lukke maskinen nr batteriet er p lav."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Krer planlagte kommandoer med 'at' kommandoen p tiden specificeret da 'at' "
-"blev krt, og krer batch kommandoer nr den gennemsnitlige systembelastning "
-"er lav nok"
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron er et standard UNIX program der krer bruger-specifikke programmer p "
-"planlagte tidspunkter. Vixie cron tilfjer en del forbedringer til den "
-"basale UNIX cron, inklusive bedre sikkerhed og strkere "
-"konfigurationsmuligheder."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM tilfjer muse-support til tekst-baserede Linux applikationer ssom "
-"Midnight Commander. Den tillader muse-baseret kopir-og-stind operationer "
-"p konsollen og inkluderer support for pop-op-menuer i konsollen."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake krer en sgning efter maskinel, og kan konfigurere nyt/ndret "
-"maskinel."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "Apache er en webserver. Den bruges til at betjene HTML-filer og CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet superserver-dmonen (kaldet inetd) starter forskellige internet-"
-"tjenester efter behov. Den er ansvarlig for at starte tjenester som telnet, "
-"ftp, rsh og rlogin. Hvis inetd deaktiveres, deaktiveres alle de tjenester, "
-"den er ansvarlig for."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Start pakkefiltrering for Linux kerne 2.2 serien for at opstte en brandmur "
-"til at beskytte din maskine mod netvrksangreb."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Denne pakke indlser den valgte tastatur-tabel, som valgt i /etc/sysconfig/"
-"keyboard. Dette kan vlges i kbdconfig programmet. Dette br vre slet til "
-"p de fleste maskiner."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatisk regenerering af kernehoved i /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "automatisk opdagelse og konfigurering af maskinel ved opstart."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf vil nogen gange arrangere udfrelse af forskellige opgaver ved "
-"opstart for at vedligeholde systemkonfigurationen."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd er printer-dmonen som er ndvendig for at lpr virker.\n"
-"Den er basalt en server der hndterer udskrifts-opgaver."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtuel Server, brugt til at bygge en server med hj ydelse og\n"
-"tilgngelighed."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) er en domne-navneserver (DNS) der bruges til opslag af IP-"
-"adresser for vrtsnavne."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monterer og afmonterer alle netvrks filsystemer (NFS), SMB (LanManager/"
-"Windows) og NCP (NetWare) monterings-stier"
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktiverer/deaktiverer alle netvrks-kort som er konfigureret\n"
-"til at starte ved opstart"
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS er en populr protokol til fildeling over TCP/IP netvrk.\n"
-"Denne tjeneste giver NFS-serverfunktionalitet, som konfigureres gennem /etc/"
-"exports filen"
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS er en populr protokol til fildeling over TCP/IP\n"
-"netvrk. Denne service giver NFS fillsnings funktionalitet"
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Aktiverer automatisk numlock-tast i konsol og XFree ved\n"
-"opstart."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Sttter OKI 4w og kompatible winprintere."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA understttelse er normalt til at understtte ting som ethernet og "
-"modemer p brbare. Den vil ikke blive startet medmindre den er "
-"konfigureret, s det er sikkert at have den installeret p maskiner der ikke "
-"har behov for den."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper hndterer RPC tilslutninger, som bliver brugt af protokoller som "
-"NFS og NIS. Portmap serveren skal kre p maskiner som bruger protokoller "
-"der udnytter RPC mekanismen"
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix er en transport-agent for post, som bruges af programmer der flytter "
-"post fra en maskine til en anden."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Gemmer og henter systemets entropipl for en hjre kvalitet\n"
-"ved generering af tilfldige tal."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Tilordn r enheder til blokenheder (som harddisk-\n"
-"partitioner) til brug af applikationer som Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed dmonen giver mulighed for automatisk IP rutetabel opdatering via RIP "
-"protokollen. RIP kan bruges til sm netvrk, men nr det kommer til mere "
-"komplekse netvrk er der behov for en mere kompleks protokol."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokollen tillader brugere p et netvrk at hente systeminformation "
-"fra enhver maskine p dette netvrk."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokollen tillader brugere p et netvrk a identificere\n"
-"hvem der er logget p andre maskiner"
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokollen tillader eksterne brugere at hente en liste over alle "
-"brugere der er logget ind p en maskine, der krer rwho dmonen (minder om "
-"finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Start lydsystemet p din maskine"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog er en facilitet som mange dmoner bruger til log beskeder\n"
-"Det er en god id altid at kre syslog"
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Indls driverne for dine usb-enheder."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Starter X-font serveren (dette er obligatorisk for at XFree skal kre)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Vlg hvilke tjenester der skal startes automatisk ved opstart"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Printning"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Fildeling"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "System"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Ekstern administration"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Databaseserver"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Tjenester: %d aktiverede for %d registrerede"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Tjenester"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "krer"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "stoppet"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Tjenester og dmoner"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Beklager, der er ingen ekstra\n"
-"information om denne tjeneste."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Ved opstart"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Tak fordi du valgte Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Velkommen til en verden af ben kildekode"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"MandrakeSofts succes er baseret p princippet om frit programmel. Dit nye "
-"operativsystem er resultatet af et samarbejde i det verdensomspndende Linux-"
-"samfund"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Vr med i det frie programmels verden"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Kom til at kende ben Kildekode-samfundet og bliv medlem. Lr, undervis og "
-"hjlp andre ved at vre med i de mange diskussionsfora som du finder p "
-"vores 'Samfunds'-netsider."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet og beskeder"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 giver dig det bedste programmel til at f adgang til alt "
-"hvad internettet har at tilbyde. Surf p nettet og se animationer med "
-"Mozilla og Konqueror, udveksl post og organiser dine personlige "
-"informationer med Evolution og Kmail, og meget mere."
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedie og Grafik"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 vil kunne presse din mulitimediemaskine til det yderste! "
-"Brug det nyeste programmel til at afspille musik og lydfiler, redigr og "
-"organiser dine billeder eller foto, se tv, og videoer, og meget mere"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Udvikling"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 er den ultimative udviklingsplatform. Opdag styrken i GNU "
-"gcc-overstteren og de bedste ben Kildekode-udviklingsmiljer"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrolcenter"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Mandrake Linux 8.2 kontrolcenter er et samlet sted til fuldt ud at tilpasse "
-"og konfigurere dit Mandrake-system"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Brugergrnseflader"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux tilbyder at vlge mellem 11 forskellige grafiske "
-"skrivebordsmiljer og vindueshndteringer, inklusive GNOME 1.4, KDE 2.2.2, "
-"Window Maker og resten"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Serverprogrammel"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Lav din maskine om til en strk server med bare nogen f klik med musen: "
-"Webserver, post, brandmur, ruter, fil- og print-server, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spil"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 tilbyder det bedste i ben Kildekode-spil - arkade, kort, "
-"sport, action, strategi, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Har du lyst til at lre Linux nemt, hurtigt og gratis? MandrakeSoft tilbyder "
-"gratis trning i Linux, s vel som en mde at afprve dine fremskridt, via "
-"MandrakeCampus - vores trningscenter p nettet"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Kvalitetssupport fra Linux-samfundet, og fra MandrakeSoft, er lige om "
-"hjrnet! Og hvis du allerede er en Linux-veteran kan du blive en ekspert og "
-"dele ud af din viden p vores support-netsted"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Vores konsulenter er klar for ethvert af jeres IT-projekter til at analysere "
-"jeres krav og tilbyde en tilpasset lsning. Drag fordel af MandrakeSofts "
-"udstrakte erfaring som Linux-producent til at fremkomme med et gte IT-"
-"alternativ for jeres organisation."
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Et komplet udvalg af Linux-lsninger, s vel som specialtilbud p vores "
-"produkter og godbidder, er tilgngelige i vores e-butik"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"For yderligere information om MandrakeSofts professionelle tjenester og "
-"kommercielle tilbud kan du se p den flgende netside:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Installerer pakker..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Jeg kan ikke lse din partitionstabel, den er for delagt :(\n"
-"Jeg vil forsge mig med at slette de beskadigede partitioner"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Fejl!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Jeg kan ikke finde filen '%s' som jeg behver."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Autoinstallationskonfigurering"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Du er ved at konfigurere en automatisk installationsdiskette. Denne mulighed "
-"er lidt farlig, og m bruges med forsigtighed.\n"
-"\n"
-"Med denne mulighed vil du igen kunne kre installationen du gennemfrte p "
-"denne maskine, med muligheden for at selv kunne ndre p nogen af "
-"indstillingerne.\n"
-"\n"
-"For maksimal sikkerhed vil partitioneringen og formateringen aldrig blive "
-"gennemfrt automatisk, uanset hvad du valgte under installationen.\n"
-"\n"
-"nsker du at fortstte?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Konfiguration af automatiske skridt"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Vlg for hvert skridt om det skal vre som under installationen, eller "
-"manuelt"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Velkommen.\n"
-"\n"
-"Parametrene for autokonfigurationen kan ses i afsnittene til venstre"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Tillykke!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketten er blevet genereret.\n"
-"Du kan nu gennemfre installationen igen."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Autoinstallation"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Tilfj et element"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Fjern det sidste element"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Rapport \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Dmon-Rapport\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Rapportdetaljer\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "total fremdrift"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Sikkerhedskopir systemfiler..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Sikkerhedskopifiler for disk..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Sikkerhedskopir brugerfiler..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Fremdrift for sikkerhedskopiering af disk..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Sikkerhedskopir andre filer..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"filliste sending via FTP: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP forbindelsesproblem: Det var ikke muligt at sende dine backupfiler "
-"via FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Fejl ved afsendelse af post. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Valg af filer"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Vlg filerne eller katalogerne og klik p 'Tilfj'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Markr alle muligheder som du behver.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Disse valgmuligheder kan sikkerhedskopiere og genskabe alle filer i dit /etc "
-"katalog.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Lav sikkerhedkopi af dine systemfiler. ( /etc kataloget)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Medtag ikke kritiske filer (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Med denne valgmulighed vil du vre i stand til at kunne genskabe\n"
-"enhver version af dit /etc katalog."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Markr alle brugere som du vil have med i din sikkerhedskopi."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Medtag ikke cache for netlser"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Fjern valgte"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Brugere"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Brug FTP forbindelse til sikkerhedskopiering"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Indtast vrtsnavn eller IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Indtast kataloget hvori\n"
-" sikkerhedskopien skal lgges p denne maskine."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Indtast dit brugernavn"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Indtast din adgangskode"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Husk denne adgangskode"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP forbindelse"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Sikker forbindelse"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Brug CD/DVDROM til sikkerhedskopiering"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Vlg din cd-plads"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Markr om du bruger et CDRW-medie"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Markr om du vil slette din CDRW fr ny skrivning"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Markr om du nsker at medtage\n"
-" installeringsopstart p din cd."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Indtast din CD-brnders enhedsnavn\n"
-" fx: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "brug bnd til sikkerhedskopieringen"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Indtast endhedsnavnet der skal bruges til sikkerhedskopiering"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Indtast den maksimale strrelse\n"
-" tilladt for Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Indtast kataloget der skal gemmes:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Brug kvoter for sikkerhedskopieringsfiler"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Netvrk"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Diskdrev / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "timeligt"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "dagligt"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "ugentligt"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "mnedligt"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Brug dmon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Vlg tidsinterval mellem\n"
-"hver sikkerhedskopiering"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Vlg mediet for\n"
-"sikkerhedskopiering."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Brug diskdrev med dmon"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Brug FTP med dmon"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Forsikr dig gerne at cron-dmonen er med i dine tjenester."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Send epost-rapport efter hver sikkerhedskopiering til:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Hvad"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Hvor"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Hvornr"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Flere muligheder"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup konfiguration"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Vlg hvor du nsker at sikkerhedskopiere"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "p diskdrev"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "over netvrk"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Vlg hvad du vil sikkerhedkopiere"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Lav sikkerhedskopi af system"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Lav sikkerhedskopi af brugere"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Hndpluk bruger"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Kilder for sikkerhedskopi: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systemfiler:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Brugerfiler:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Andre filer:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Gem til diskdrev p stien: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Gem via FTP p vrt : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t brugernavn: %s\n"
-"\t\t p sti: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Muligheder:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tMedtag ikke systemfiler\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tSikkerhedskopiering bruger tar og bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tSikkerhedskopiering bruger tar og gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Dmon (%s) indeholder:\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Diskdrev.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-cdrom.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Netvrk via FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Netvrk via SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ingen konfiguration, klik p Vejleder eller Avanceret.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Liste over data som skal genskabes:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Liste over data der er delagt:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Afmarkr eller fjern det gerne nste gang."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Sikkerhedskopifiler er delagte"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Alle dine valgte data er blevet "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " genskabt uden fejl p %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Genskab konfiguration "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "O.k. at genskabe de andre filer."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "Brugerliste at genskabe (kun den nyeste dato per bruger er vigtig)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Lav sikkerhedskopi af systemfiler fr:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Vlg dato for genskabning"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Brug disk til sikkerhedskopiering"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Genskab fra disk."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Indtast kataloget hvor sikkerhedskopier gemmes"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Vlg et andet medie at genskabe fra"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Andet medie"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Genskab system"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Genskab brugere"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Genskab andet"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "vlg sti at genskabe (i stedet for / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Lav ny sikkerhedskopi fr genskabning (kun for inkrementalbackupper)."
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Fjern brugerkataloger fr genskabning."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Genskab alle sikkerhedskopier"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Tilpasset genskabelse"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Hjlp"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Forrige"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Gem"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Opbyg sikkerhedskopien"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Genskab"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Nste"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Lav sikkerhedskopieringen fr genskablesen af den...\n"
-" eller efterse at stien til gemning er korrekt."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Fejl ved sendmail.\n"
-" din rapport blev ikke sendt\n"
-" Konfigurr venligst sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Pakkeliste til installation"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Fejl ved sending af fil via FTP.\n"
-" Ret venligst din FTP-konfiguration."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Udvlg de data du vil genskabe..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Vlg medie for sikkerhedskopi..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Vlg data for sikkerhedskopi..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"ingen konfigurationsfil fundet \n"
-"klik p Vejleder eller Avanceret."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Under udvikling ... vent venligst:-)"
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Lav sikkerhedskopi af systemfiler"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Lav sikkerhedskopi af brugerfiler"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Lav sikkerhedskopi af andre filer"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Total fremdrift"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "Filer sendes via FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Sender filer..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Dataliste som skal medtages p cdrom."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Indtast hastighed p cd-brnder"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Indtast navnet p enheden for din cd-brnder (fx: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Markr om du nsker at medtage installeringsopstart p din cd."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Lav sikkerhedskopi nu ud fra konfigurationsfil"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Se konfiguration af sikkerhedskopiering."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Konfiguration med vejleder"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Avanceret konfiguration"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Lav sikkerhedskopiering nu"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"beskrivelse af valgmuligheder:\n"
-"\n"
-" P dette trin vil Drakbackup lade dig ndre:\n"
-"\n"
-" - Komprimeringsmden:\n"
-" \n"
-" Hvis du markerer bzip2-komprimering, vil du komprimere\n"
-" dine data bedre end gzip (omkring 2-10 %).\n"
-" Denne valgmulighed er ikke markeret som standard fordi\n"
-" denne komprimeringsmde krver mere tid (omkring 1000% mere).\n"
-" \n"
-" - Opdateringsmden:\n"
-"\n"
-" Denne valgmulighed vil opdatere din backup, men denne\n"
-" valgmulighed er ikke rigtigt nyttig fordi du skal\n"
-" dekomprimere din backup fr du kan opdatere den.\n"
-" \n"
-" - Mden for .backupignore:\n"
-"\n"
-" som med cvs vil Drakbackup ignorere alle referencer\n"
-" indeholdt i .backupignore-filer i hvert katalog.\n"
-" fx: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Nogle fejl under sendmail kommer fra \n"
-" en drlig konfiguration af postfix. For at lse dette skal du\n"
-" stte myhostname eller mydomain i /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"beskrivelse af valgmuligheder:\n"
-"\n"
-" - Lav sikkerhedskopi af systemfiler:\n"
-" \n"
-"\tDenne mulighed lader dig sikkerhedskopiere dit /etc katalog,\n"
-"\tsom indeholder alle konfigurationsfiler. Vr \n"
-"\tforsigtig p genskabelsestrinnet med ikke at overskrive:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Lav sikkerhedskopi af brugerfiler: \n"
-"\n"
-"\tDenne mulighed lader dig vlge alle de brugere som du vil lave\n"
-"\tsikkerhedskopier for.\n"
-"\tFor at spare p diskplads anbefales du ikke medtager netlseres\n"
-"\tcache.\n"
-"\n"
-" - Lav sikkerhedskopi af andre filer: \n"
-"\n"
-"\tDenne mulighed lader dig tilfje mere data som skal gemmes.\n"
-"\tMed denne sikkerhedskopieringsmde er det ikke muligt i jeblikket \n"
-"\tat vlge inkrementalbackup.\t\t\n"
-" \n"
-" - Inkrementalbackupper:\n"
-"\n"
-"\tInkrementalbackup er den strkeste valgmulighed for \n"
-"\tsikkerhedskopiering. Denne mulighed lader dig sikkerhedskopiere \n"
-"\talle dine data den frste gang, og derefter kun de ndrede data.\n"
-"\tS vil du i genskabelsestrinnet kunne genskabe dine data fra en \n"
-"\tangivet dato.\n"
-"\tHvis du ikke har valgt denne mulighed vil alle gamle\n"
-"\tsikkerhedskopier blive slettet fr hver sikkerhedskopiering. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"beskrivelse af genskabelse:\n"
-" \n"
-"Kun den nyeste dato vil blive brugt fordi med inkrementalbackup \n"
-"er det ndvendigt at genskabe hver gammel sikkerhedskopi n for n.\n"
-"\n"
-"S hvis du ikke nsker at genskabe en bruger, s fravlg denne helt.\n"
-"\n"
-"Ellers kan du vlge blot n af disse\n"
-"\n"
-" - Inkrementalbackupper:\n"
-"\n"
-"\tInkrementalbackup er den strkeste valgmulighed for \n"
-"\tsikkerhedskopiering. Denne mulighed lader dig sikkerhedskopiere \n"
-"\talle dine data den frste gang, og derefter kun de ndrede data.\n"
-"\tS vil du i genskabelsestrinnet kunne genskabe dine data fra en \n"
-"\tangivet dato.\n"
-"\tHvis du ikke har valgt denne mulighed vil alle gamle\n"
-"\tsikkerhedskopier blive slettet fr hver sikkerhedskopiering. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft ved DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-"Dette program er gratis programmel; du kan redistribuere det og/eller ndre\n"
-"det i henhold til betingelserne i GNU General Public License, som publiceret "
-"af\n"
-"Free Software Foundation; enten version 2, eller enhver senere udgave\n"
-"af licensen.\n"
-"\n"
-"Dette program er udgivet i hb om at det vil vre anvendeligt, men\n"
-"UDEN NOGEN FORM FOR GARANTI; heller ikke garanti om\n"
-"SALGBARHED eller EGNETHED TIL ET BESTEMT FORML. Se GNU\n"
-"General Public License for flere detaljer.\n"
-"\n"
-"Du skulle have modtaget en kopi af GNU General Public License\n"
-"sammen med dette program; hvis ikke, skriv til Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n"
-"USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Beskrivelse:\n"
-"\n"
-" Drakbackup bruges til at lave sikkehedskopier af dit system.\n"
-" I konfigurationen kan du vlge: \n"
-"\t- Systemfiler, \n"
-"\t- Brugeres filer, \n"
-"\t- Andre filer.\n"
-"\teller Hele dit system ... eller Andet (ssom Windows partitioner)\n"
-"\n"
-" Drakbackup lader dig tage sikkerhedskopier af dit system p:\n"
-"\t- Ddisk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (med autoboot, redning og autoinstallering.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Bnd.\n"
-"\n"
-" Drakbackup lader dig genskabe dit system p\n"
-" et katalog valgt af brugeren.\n"
-"\n"
-" Som standard vil alle sikkerhedskopier blive lagret i dit\n"
-" /var/lib/drakbackup katalog\n"
-"\n"
-" Konfigurationsfil:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Genskabelsestrin:\n"
-" \n"
-" I genskabelsestrinnet vil Drakbackup fjerne dit nuvrende katalog \n"
-" og kontrollere at alle dine backupfiler ikke er delagte. Det \n"
-" anbefales at du laver en sidste sikkerhedskopiering fr genskabelse.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"beskrivelse af valgmuligheder:\n"
-"\n"
-"Vr forsigtig nr du bruger ftp-backup, fordi kun \n"
-"sikkerhedskopier som er opbygget allerede bliver sendt til serveren.\n"
-"S for jeblikket skal du bygge sikkerhedskopien p din disk \n"
-"fr den sendes til ftp-serveren.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problemer med genskabelse af sikkerhedskopier:\n"
-"\n"
-"I genskabelsestrinnet vil Drakbackup kontrollere alle dine\n"
-"backupfiler fr genskabelse af dem.\n"
-"Fr genskabelsen vil Drakbackup fjerne \n"
-"dit nuvrende katalog, og alle dine data vil g tabt.\n"
-"Det er vigtigt at vre forsigtig og ikke ndre sikkerhedskopieringens\n"
-"datafiler i hnden.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Beskrivelse:\n"
-"\n"
-" Drakbackup bruges til at lave sikkehedskopier af dit system.\n"
-" I konfigurationen kan du vlge \n"
-"\t- Systemfiler, \n"
-"\t- Brugeres filer, \n"
-"\t- Andre filer.\n"
-"\teller Hele dit system ... eller Andet (ssom Windows partitioner)\n"
-"\n"
-" Drakbackup lader dig tage sikkerhedskopier af dit system p:\n"
-"\t- Ddisk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (med autoboot, redning og autoinstallering.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Bnd.\n"
-"\n"
-" Drakbackup lader dig genskabe dit system p\n"
-" et katalog valgt af brugeren.\n"
-"\n"
-" Som standard vil alle sikkerhedskopier blive lagret i dit\n"
-" /var/lib/drakbackup katalog\n"
-"\n"
-" Konfigurationsfil:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Genskabelsestrin:\n"
-" \n"
-" I genskabelsestrinnet vil Drakbackup fjerne dit nuvrende katalog \n"
-" og kontrollere at alle dine backupfiler ikke er delagte. Det \n"
-" anbefales at du laver en sidste sikkerhedskopiering fr genskabelse.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Installationen af %s mislykkedes. Flgende fejl opstod:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Sg efter installerede skrifttyper"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Fravlg installerede skrifttyper"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "fortolk alle skrifttyper"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "kunne ikke finde nogen skrifttyper"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "frdig"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "Kunne ikke finde nogen skrifttyper i dine monterede partitioner"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Genvlg korrekte skrifttyper"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "Kunne ikke finde nogen skrifttyper.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Sg efter skrifttyper i installeret liste"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopi af skrifttyper"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installation af True Type-skrifttyper"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "Vent venligst p ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Installation af True Type frdig"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konvertering af skrifttyper"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "opbyg type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript referencer"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "Konvertering af ttf-skrifttyper"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "Konvertering af pfm-skrifttyper"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Undertryk midlertidige filer"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Genstart XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Undertryk skrifttypefiler"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "genstart af xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Fr du installerer nogen skrifttyper br du vre sikker p at du har lov til "
-"at bruge og installere dem p dit system. \n"
-"\n"
-"-Du kan installere skrifttyperne p normal mde. I sjldne tilflde kan "
-"fejlbehftede skrifttyper f din X-server til at hnge."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Import af skrifttyper"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Hent skrifttyper fra Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Afinstallr skrifttyper"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Avancerede muligheder"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Liste over skrifttyper"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Vlg de programpakker som vil understtte skrifttyperne:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Generelle printere"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Vlg skrifttypefilen eller -kataloget oh klik p 'Tilfj'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Installationsliste"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "Klik her hvis du er sikker."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "Her hvis ikke."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Fravalgte alt"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Valgte alt"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Fjern liste"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Begyndelsestester"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Kopir skrifttyper p dit system"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Installr og konvertr skrifttyper"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Efterbehandling for installering"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Fjern skrifttyper p dit system"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Efterbehandling for afinstallering"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Deling af internetforbindelse"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Deling af internetforbindelse er slet til"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Indstilling af deling af internetforbindelse er allerede gjort.\n"
-"Deling er aktiveret.\n"
-"\n"
-"Hvad nsker du at gre?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "de-aktivr"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "trd af"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "genkonfigurr"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Slr servere fra..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Deling af internetforbindelse er nu slet fra"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Deling af internetforbindelse er slet fra"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Indstilling af deling af internetforbindelse er allerede gjort.\n"
-"Den er de-aktiveret for nrvrende\n"
-"Hvad nsker du at gre?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "aktivr"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Aktiverer servere..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Deling af internetforbindelse er nu slet til"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Du er ved at konfigurere din maskine til at dele sin internetforbindelse.\n"
-"Med denne mulighed vil andre maskiner p dit lokale netvrk kunne bruge "
-"internetforbindelsen p denne maskine.\n"
-"\n"
-"Bemrk: du skal bruge en dediceret netvrksadapter, for at lave et lokalt "
-"netvrk (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Grnseflade %s (benytter modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Grnseflade %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Ikke nogen netvrksadapter i dit system!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ingen ethernet netvrksadapter er blevet fundet p dit system. Kr venligst "
-"vrktjet til maskinel konfiguration."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Netvrksgrnsesnit"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Der er kun n konfigureret netvrksadapter i dit system:\n"
-"\n"
-"%s\n"
-"\n"
-"Jeg skal til at stte dit lokalnet p med den adapter."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Vlg hvilken netvrksadapter som skal forbindes til dit lokalnet."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Netvrksgrnsesnit allerede konfigureret"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Advarsel, netvrkskortet (%s) er allerede konfigureret.\n"
-"\n"
-"nsker du en automatisk re-konfiguration?\n"
-"\n"
-"Du kan gre det i hnden, men du skal vide hvad du gr."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatisk rekonfiguration"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Vis aktuelle grnsesnitskonfiguration"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Nuvrende konfiguration af `%s':\n"
-"\n"
-"Netvrk: %s\n"
-"IP-adresse: %s\n"
-"IP-attribut: %s\n"
-"Driver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Jeg kan beholde din aktuelle konfiguration og antage at du allerede har sat "
-"en DHCP-server op; i s tilflde kontrollr da gerne at jeg har lst det C-"
-"klasse-netvrk korrekt, som du bruger for dit lokalnetvrk; jeg vil ikke "
-"genkonfigurere det og jeg vil ikke rre ved din konfiguration af DHCP-"
-"serveren.\n"
-"\n"
-"Ellers kan jeg genkonfigurere dit grnsesnit og genkonfigurere en DHCP-"
-"server for dig.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C-klasse lokalnetvrk"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "(Denne) DHCP-servers IP-adresse"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Rekonfigurr grnsesnit og DHCP-server"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Lokalnetvrket endte ikke med `.0', str af."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Mulig LAN-adresse konflikt fundet i konfigurationen til %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Brandmurkonfiguration fundet!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Advarsel! En eksisterende brandmurkonfiguration er blevet fundet. Du skal "
-"muligvis lave manuelle rettelser efter installationen."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurerer..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Konfigurerer skript, installerer programmel, starter servere..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemer med installation af %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Alt er blevet konfigureret.\n"
-"Du kan nu dele din internetforbindelse med andre maskiner p dit lokale "
-"netvrk, ved at bruge DHCP."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Indstilling er allerede gjort. men er de-aktiveret for nrvrende."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Indstilling er allerede gjort. og er for nrvrende aktiv."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Deling af Internetforbindelse har aldrig vret konfigureret."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Konfiguration af deling af internetforbindelse"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Velkommen til vrktjet til deling af internetforbindelse!\n"
-"%s\n"
-"\n"
-"Klik p Konfigurr for at starte programmet til at dele din "
-"internetforbindelse!"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netvrkskonfiguration (%d adaptorer)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Slet profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil der skal slettes:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Ny profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Navnet p profilen der skal oprettes (den nye profil oprettes som en \n"
-"kopi af den nuvrende) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Vrtsnavn: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internetadgang"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Type:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Grnseflade:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Vent venligst"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigurr Internetadgang..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN konfiguration"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Drivprogram"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Grnseflade"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfigurr lokalnetvrk..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Klik her for at starte vejlederen ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Vejleder..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Anvend"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Vent venligst... Stter konfigurationen i anvendelse"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Tilsluttet"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Ikke tilsluttet"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Tilslut..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Afbrud..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Advarsel, en anden internetforbindelse er blevet fundet, der mske bruger "
-"dit netvrk"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Du har ingen konfigurerede grnsesnit.\n"
-"Konfigurr disse frst ved at klikke p 'Konfigurr'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN konfiguration"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Opstartsprotokol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Startede med opstart"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP-klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktivr nu"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktivr nu"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Dette grnsesnit er ikke blevet konfigureret endnu.\n"
-"Start konfigurationsvejlederen i hovedvinduet"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Du har ingen internet-opkobling.\n"
-"Opret n frst ved at klikke p 'Konfigurr'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfiguration af Internetforbindelse"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfiguration af Internetforbindelse"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Type af forbindelse"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametre"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet-kort"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-Klient"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Indstiller sikkerhedsniveau"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrolcenter"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Vlg det vrktj du nsker at benytte"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Canada (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (kabel-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Kina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japan (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japan (kabel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "steuropa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irland"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Vesteuropa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australien"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "New Zealand"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Sydafrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Indtast din tv-standard og land"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV-standard:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Omrde:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Skanning for tv-kanaler i gang..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Skanner for tv-kanaler"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr "Intet tv-kort genkendt!"
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-"Intet tv-kort blev genkendt p din maskine. Tjek venligst at et video/tv-"
-"kort der understttes af Linux er korrekt isat.\n"
-"\n"
-"\n"
-"Du kan besge vores database over udstyr p:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "brug: keyboarddrake [--expert] [tastatur]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Vlg tastaturlayout."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Vil du have at Bak-tasten giver Delete i konsollen?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Skift cdrom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Indst installations-cdrom'en i dit cdrom-drev og tryk p Ok, nr det gjort\n"
-"Hvis du ikke har den - tryk p Annullr, s undgs levende opgradering"
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Kan ikke starte levende opgradering!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "ndringen er fortaget, men for at vre effektiv skal du logge ud"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Vis kun for den valgte dag"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fil/_Ny"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<Ctrl>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fil/_bn"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<Ctrl>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fil/_Gem"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<Ctrl>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fil/Gem _som"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fil/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Indstillinger"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Indstillinger/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Hjlp"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Hjlp/_Om"
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Bruger"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Beskeder"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "System"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Forklaringer til Mandrake-vrktjer"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "sg"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Et vrktj til at overvge dine logfiler"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Indstillinger"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "Samstemmende:"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "Men ikke samstemmende"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Vlg fil"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Indhold af filen"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Post og SMS pmindelse"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "vent venligst, fortolker filen: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Post og SMS pmindelseskonfiguration"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Velkommen til programmet for post og SMS-konfigurering.\n"
-"\n"
-"Her vil du kunne opstte pmindelsessystemet\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "Opstning af tjenester"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Du vil modtage en advarsel hvis en af de valgte tjenester ikke lngere krer"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "indls opstning"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Du vil modtage en advarsel hvis belastningen er hjere end denne vrdi"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "advarsels-konfiguration"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Konfigurerer mden systemet vil advare dig p"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Gem som..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Vlg muse-type."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "ingen seriel_usb fundet\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulering af tredje knap?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s fundet p %s, skal det konfigureres?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Vlg en skanner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Denne %s-skanner er ikke understttet"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-"Scannerdrake kunne ikke genkende din %s-skanner.\n"
-"Vlg venligst den enhed hvor din skanner er isat"
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr "vlg enhed"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Denne %s-skanner skal vre konfigureret af printerdrake.\n"
-"Du kan starte printerdrake fra Mandrake Kontrolcenter i Udstyr-afsnittet."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-"Din %s-skanner er blevet konfigureret.\n"
-"Du kan nu skanne dokumenter med 'XSane' fra Multimedie/grafik iprogrammenuen."
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Brandmurskonfiguration"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Brandmurskonfiguration"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Brandmure\n"
-"\n"
-"Du har allerede indstillet en brandmur.\n"
-"Klik p Konfigurr for at ndre eller fjerne brandmuren"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Brandmure\n"
-"\n"
-"Klik p Konfigurr for at stte en standard-brandmur op"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Vlg sprog"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Vlg installations-metode"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Harddisk bestemmelse"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfigurr mus"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Vlg tastatur"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sikkerhed"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Vlg filsystemer"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatr partitioner"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Vlg pakker til installation"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installr system"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Tilfj bruger"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfigurr netvrk"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigurr tjenester"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installr systemopstarter"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Opret opstartsdiskette"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurr X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Installr opdateringer"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Afslut installation"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall-konfigurator\n"
-"\n"
-"Dette konfigurerer en personlig brandmur for denne Mandrake Linux maskine.\n"
-"For en strk dedikeret brandmurs-lsning se venligst den specialiserede "
-"MandrakeSecurity Firewall-distribution."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Vi vil nu sprge dig om hvilke tjenester du gerne vil tillade\n"
-"internettet at forbinde til. Tnk grundigt over disse\n"
-"sprgsml, da din maskines sikkerhed er vigtig.\n"
-"\n"
-"Hvis du ikke bruger nogle af disse tjenester s skrm dem af\n"
-"med brandmuren. Du kan altid ndre indstillingerne nr du vil\n"
-"ved at kre dette program igen!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Krer du en webserver p denne maskine som du har brug for at hele\n"
-"internettet kan se? Hvis du krer en webserver som kun behver at blive\n"
-"tilget af denne maskine kan du roligt svare NEJ her.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Krer du en DNS-navneserver p denne maskine? Hvis du ikke har sat\n"
-"en op til at give IP- og zone-information til hele internettet kan du svare\n"
-"nej her.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"nsker du at tillade indgende Secure Shell ssh-forbindelser?\n"
-"Det er en erstatning for telnet som du mske vil bruge til at logge ind.\n"
-"Hvis du bruger telnet nu br du afgjort skifte til ssh. telnet er ikke\n"
-"krypteret - s nogle angribere kan stjle din adgangskode hvis du bruger\n"
-"den. ssh er krypteret og tillader ikke den slags aflytning."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Vil du tillade indgende telnet-forbindelser?\n"
-"Dette er virkeligt usikkert som vi har forklaret i det foregende billede. "
-"Vi\n"
-"anbefaler strkt at du svarer NEJ her og bruger ssh i stedet for telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Krer du en FTP-tjeneste p denne maskine som du har brug for at hele\n"
-"internettet har adgang til? Hvis du har s anbefaler vi strkt at du kun\n"
-"bruger den til anonyme overfrsler. En hvilkensomhelst adgangskode sendt\n"
-"over FTP kan stjles af visse angribere, siden FTP heller ikke bruger\n"
-"kryptering til at overfre adgangskoder.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Krer du en post-server her? Hvis du sender beskeder med\n"
-"pine, mutt eller en anden tekstbaseret post-klient er det sandsynligt.\n"
-"Ellers br du skrme den vk.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Krer du en POP- eller IMAP-tjeneste her? Dette kan bruges til at betjene "
-"ikke-webbaserede postkonti for folk via denne maskine.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Du ser ud til at kre en 2.2-kerne. Hvis din IP-netvrksadresse\n"
-"bliver sat automatisk af en maskine i dit hjem eller kontor\n"
-"(dynamisk tildelt) br vi tillade dette. Er dette tilfldet?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Fr din maskine tiden synkroniseret efter en anden maskine?\n"
-"Oftest er dette brugt af strre Unix/Linux-organisationer for at\n"
-"synkronisere tiden for logning og lignende. Hvis du ikke er en del\n"
-"af et strre kontor og ikke har hrt om dette er det sandsynligvis\n"
-"ikke tilfldet."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurationen er frdig. Skal vi skrive disse ndringer til disken?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan ikke bne %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kan ikke bne %s for skrivning: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Nej, jeg har ikke brug for DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Ja, jeg har brug for DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Nej, jeg har ikke brug for NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Ja, jeg har brug for NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Gem ikke"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Gem og afslut"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Vejleder til brandmurskonfiguration"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Nej (st en brandmur op mod internettet)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Nej (tillad dette gennem brandmuren)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Vent venligst..., kontrollerer installerede pakker"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Kunne ikke installere de krvede pakker: %s og Bastille.\n"
-" Prv at installere dem manuelt."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netvrksmaskine (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-vrt, SMB-vrt, mellemvrt (proxy), SSH-vrt"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kontor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome-arbejdsstation"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Vrktjer til Palm Pilot og Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Arbejdsstation"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Brandmur/router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Server for domnenavne (DNS) og netvrksinformation (NIS)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kontor-programmer: Tekstbehandler (kword, abiword), regneark (kspread, "
-"gnumeric), pdf-visere, o.lign."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Lyd-relaterede vrktjer: mp3 eller midi-afspillere, mixere o.lign."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bger og vejledninger om Linux og Frit Programmel"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-arbejdsstation"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedie - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Samling af vrktjer til post, nyheder, filoverfrsel og chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Database"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL eller MySQL database-server"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Vrktjer til at lette indstillingen af din maskine"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedie - Lyd"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Vrktjer"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentation"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsolvrktjer"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix postserver, Inn nyhedsserver"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet-station"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedie-station"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfiguration"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Flere grafiske miljer (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop -miljet, det grundlggende grafiske milj, med en vifte af "
-"supplerende vrktjer."
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafisk milj"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache og Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Vrktjer til at skabe og brnde CD-er"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kontor-arbejdsstation"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, o.lign."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiske programmer som fx The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C og C++ udviklingsbiblioteker, programmer, og include-filer."
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Netvrksmaskine server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Post/diskussionsgrupper"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spillemaskine"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videoafspillere og redigeringsvrktjer"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedie - Grafik"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Underholdnings-programmer: arkade, brt, strategi, osv."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Vrktjsst til at lse samt sende post og nyheder (pine, mutt, tin..) , og "
-"til at browse p nettet"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arkivering, emulering, overvgning"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Personlig konomi"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "Et grafisk milj med brugervenlig samling af programmer og vrktjer"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienter for forskellige protokoller inklusiv ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internetadgang"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Lyd- og video-afspillere og redigeringsvrktjer"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andre grafiske miljer"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Redigeringsvrktjer, skaller, filvrktjer, terminaler"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmer til at hndtere din konomi, som fx gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Personlig informationshndtering"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedie - CD-brnding"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Videnskabelig arbejdsstation"
-
-#~ msgid "About"
-#~ msgstr "Om"
-
-#~ msgid " Help "
-#~ msgstr " Hjlp "
-
-#~ msgid ""
-#~ "XawTV isn't installed ...\n"
-#~ "You should install it.\n"
-#~ " Just type \"urpmi xawtv\""
-#~ msgstr ""
-#~ "XawTV er ikke installeret ...\n"
-#~ "D br installere den.\n"
-#~ " Bare skriv \"urpmi xawtv\""
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Kan ikke f fat i kernemoduler svarende til din kerne (fil %s mangler)"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Ingenting"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Vlg en forvalgt printer!"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Brug/Opfrisk printerliste"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Du kan nu give dens parametre til modul %s."
-
-#~ msgid "mount failed"
-#~ msgstr "montering mislykkedes"
-
-#~ msgid ""
-#~ "The characters of your language can't be displayed in console,\n"
-#~ "so the messages will be displayed in english during installation"
-#~ msgstr ""
-#~ "Tegnene i dit sprog kan ikke vises i konsollen\n"
-#~ "s beskederne vil blive vist p engelsk under installationen"
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
deleted file mode 100644
index 9629e8953..000000000
--- a/perl-install/share/po/de.po
+++ /dev/null
@@ -1,12653 +0,0 @@
-# german translation of DrakX (cooker/gi/perl-install/share/po/de.po).
-# Copyright (C) 1999,2000,2001 MandrakeSoft.
-# Dr. Hinrich Göhlmann <hgoehlmann@gmx.de>, 1999,2000
-# Stefan Siegel <siegel@linux-mandrake.com>, 1999,2000,2001,2002
-# Daniel Haischt <daniel.haischt@student.fh-reutlingen.de>, 2000
-# Peer Dunker <peer46@gmx.net>, 2001
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-10 11:56+0100\n"
-"Last-Translator: Stefan Siegel <siegel@linux-mandrake.com>\n"
-"Language-Team: German <cooker-i18n@linux-mandrake.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Alle Karten getrennt konfigurieren"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Xinerama Erweiterung verwenden"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Nur Karte „%s“ (%s) konfigurieren"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Mehrkarten-Einstellung"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Ihr System erlaubt die Verwendung einer Mehrkarten Konfiguration.\n"
-"Was wollen Sie tun?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafikkarte"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Wählen Sie Ihre Grafikkarte"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Wählen Sie einen X Server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X Server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Wählen Sie einen X Treiber"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X Treiber"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Welche XFree-Konfiguration wollen Sie verwenden?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Ihre Grafikkarte kann 3D-hardwarebeschleunigt werden, allerdings nur mit \n"
-"XFree %s. Ihre Karte wird auch von XFree %s unterstützt, wodurch Sie \n"
-"bessere 2D-Unterstützung erhalten können."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Ihre Grafikkarte kann mit XFree %s 3D-hardwarebeschleunigt werden."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s mit 3D-Hardwarebeschleunigung"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Ihre Karte kann 3D-hardwarebeschleunigt werden, allerdings nur mit \n"
-"XFree %s. BEMERKUNG: DIESE FUNKTION IST NOCH IM EXPERIMENTIERSTADIUM \n"
-"UND KANN ZUM STEHENBLEIBEN IHRES RECHNERS FÜHREN."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Ihre Karte kann 3D-hardwarebeschleunigt werden, allerdings nur mit \n"
-"XFree %s. BEM: DIESE FUNKTION IST NOCH IM EXPERIMENTIERSTADIUM UND KANN \n"
-"ZUM STEHENBLEIBEN IHRES RECHNERS FÜHREN. Ihre Karte wird auch von \n"
-"XFree %s unterstützt, wodurch Sie bessere 2D-Unterstützung erhalten \n"
-"können."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (Installationsbildschirmtreiber)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfigurieren"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Wählen Sie die Speichergröße Ihrer Grafikkarte"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Wählen Sie die Einstellungen für den Server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Wählen Sie Ihren Monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Die beiden kritischen Parameter sind die vertikale Wiederholfrequenz\n"
-"(wie oft der gesamte Bildschirm neu angezeigt wird) und insbesondere die\n"
-"horizontale Synchronisationsfrequenz (wie oft Scanlinien angezeigt werden).\n"
-"Es ist SEHR WICHTIG, dass Sie keinen Monitortyp mit einer falschen \n"
-"Synchronisationsrate auswählen, da Sie sonst Ihren Monitor beschädigen \n"
-"könnten. Im Zweifelsfall wählen Sie bitte eine konservativere \n"
-"Einstellung."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontale Wiederholfrequenz"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikale Wiederholfrequenz"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Ihr Monitor ist nicht konfiguriert"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Ihre Grafikkarte ist noch nicht konfiguriert"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Die Auflösungen wurden noch nicht ausgewählt"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Möchten Sie die vorgenommenen Einstellungen prüfen?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Prüfen der Einstellungen"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"Versuchen Sie bitte, einige Einstellungen zu ändern"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ein Fehler ist aufgetreten:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Verlassen in %d Sekunden"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Ist dies richtig?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr ""
-"Ein Fehler ist aufgetreten. Versuchen Sie bitte, einige Parameter zu ändern"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Auflösung"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Wählen Sie bitte Auflösung und Farbtiefe"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafikkarte: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 Server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mehr"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "OK"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Experten-Modus"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Alle anzeigen"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Auflösungen"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastaturtyp: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Maustyp: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Mausschnittstelle: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor Horiz. Frequenz: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor Vert. Frequenz: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafikkarte: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Grafikkartenidentifikation: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafikkartenspeicher: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Farbtiefe: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Auflösung: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 Server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 Treiber: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "X-Window Konfiguration vorbereiten"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Was wollen Sie machen?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Monitor ändern"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Grafikkarte ändern"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Server Einstellungen ändern"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Auflösung ändern"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Informationen anzeigen"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Nochmals testen"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Verlassen"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Die Änderungen beibehalten?\n"
-"Momentan wäre dies:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X zur Startzeit"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Ich kann GNU/Linux so einrichten, dass bei jedem Systemstart\n"
-"automatisch die grafische Oberfläche (= der X Server) aktiviert wird.\n"
-"Wollen Sie, dass X nach jedem Neustart direkt zur Verfügung steht?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr ""
-"Bitte loggen Sie sich erneut in %s ein, \n"
-"um die Änderungen wirksam werden zu lassen."
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Bitte loggen Sie sich aus, und drücken Sie Ctrl-Alt-Rücktaste"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 Farben (8 Bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32.000 Farben (15 Bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65.000 Farben (16 Bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 Millionen Farben (24 Bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 Milliarden Farben (32 Bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB oder mehr"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640×480 bei 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800×600 bei 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompatibel, 1024×768 bei 87 Hz, interlaced (kein 800×600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024×768 bei 87 Hz, interlaced und 800×600 bei 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800×600 bei 60 Hz und 640×480 bei 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024×768 bei 60 Hz und 800×600 bei 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Hochfrequenz SVGA, 1024×768 bei 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Mehrfrequenz mit der Fähigkeit für 1280×1024 bei 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Mehrfrequenz mit der Fähigkeit für 1280×1024 bei 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Mehrfrequenz mit der Fähigkeit für 1280×1024 bei 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Ihr Monitor kann 1600×1200 bei 70 Hz darstellen"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Ihr Monitor kann 1600×1200 bei 76 Hz darstellen"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Erster Sektor der Boot-Partition"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Erster Sektor der Platte (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO Installation"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Wo soll der Betriebssystemstarter installiert werden?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/Grub Installation"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO mit Textmenü"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO mit grafischem Menü"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Boot von DOS/Windows aus (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Haupt-Optionen des Betriebssystemstarters"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Zu verwendender Betriebssystemstarter"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installation des Betriebssystemstarters"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Boot Gerät"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (funktioniert nicht mit alten BIOS Versionen)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video Modus"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Passwort"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Passwort (erneut)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Gebrauch der Kommandozeilen-Parameter einschränken"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "Einschränken"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Die Partition /tmp bei jedem Systemstart säubern"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Geben Sie, falls nötig, die genaue RAM Größe an (%d MB gefunden)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Mehrere Profile einschalten"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Geben Sie die RAM Größe in MB an"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Die Option „Gebrauch der Kommandozeilen-Parameter einschränken“ ist ohne \n"
-"Angabe eines Passworts wirkungslos"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Bitte versuchen Sie es erneut"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Die Passwörter stimmen nicht überein"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Init Nachricht"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Verzögerung"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "BS-Startverzögerung für den Kern"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "BS-Start von CD erlauben"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Open Firmware Start erlauben"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Standard BS"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Sie haben sich entschieden, Ihren Betriebssystemstarter auf einer Partition "
-"zu starten.\n"
-"Das impliziert, dass Sie einen anderen Betriebssystemstarter im Master-Boot-"
-"Record haben (etwa System Commander).\n"
-"\n"
-"Von welchem Verzeichnis wollen Sie starten?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Hier sind die verschiedenen Einträge.\n"
-"Sie können weitere hinzufügen oder existierende ändern."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Fertig"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Ändern"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Welche Art Eintrag wollen Sie hinzufügen?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Anderes Betriebssystem (SunOS ...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Anderes Betriebssystem (MacOS ...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Anderes Betriebssystem (Windows ...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Kern"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Verzeichnisbaumwurzel"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Übergeben"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Init-RamDisk"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Schreiben/Lesen"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabelle"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Unsicher"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Identifikator"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Standard"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Größe der Init-RamDisk"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Eintrag löschen"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Leere Einträge sind nicht erlaubt"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Sie Müssen ein Kern-Abbild angeben"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Sie müssen die Verzeichnisbaumwurzel festlegen"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Dieser Eintrag existiert bereits"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Schnittstelle(n) %s %s gefunden"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Verfügen Sie über weitere?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Verfügen Sie über %s Schnittstellen?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nein"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Hardware Informationen anzeigen"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installation des Treibers für die Karte %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(Modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Welchen %s-Treiber soll ich versuchen?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"In einigen Fällen benötigt der „%s“ Treiber zusätzliche Informationen,\n"
-"um korrekt zu funktionieren, meistens sollte er jedoch auch ohne \n"
-"funktionieren. Wollen Sie solche Informationen angeben oder es dem Treiber "
-"überlassen, nach geeigneten Parametern zu suchen? (Das Austesten durch den "
-"Treiber kann in seltenen Fällen zum „Hängenbleiben“ des Rechners führen, was "
-"jedoch keine Hardwareschäden nach sich ziehen sollte)"
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatische Erkennung"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Optionen angeben"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Sie müssen nun die Optionen für Modul %s angeben.\n"
-"Bedenken Sie, dass Adressen alle mit „0x“ beginnen müssen, etwa „0x300“"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Sie müssen nun die Optionen für Modul %s angeben.\n"
-"Optionen haben die Form „name=wert name2=wert2“.\n"
-"Beispielsweise: „io=0x300 irq=7“"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modul-Optionen:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Laden von Modul %s schlug Fehl.\n"
-"Wollen Sie es erneut mit anderen Parametern versuchen?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "Zugriff auf X-Programme"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "Zugriff auf RPM-Werkzeuge"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "„su“ erlauben"
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "Zugriff auf Verwaltungsdateien"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s wurde bereits hinzugefügt)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Dieses Passwort ist zu einfach"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Das Benutzerkennzeichen sollte nur aus Kleinbuchstaben, Ziffern, \n"
-"„-“ und „_“ bestehen"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Dieses Benutzerkennzeichen existiert bereits"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Benutzer hinzufügen"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Benutzerkennzeichen einrichten\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Benutzer akzeptieren"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Benutzername"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Benutzerkennzeichen"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Symbol"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Ich kann GNU/Linux so einrichten, dass beim Systemstart automatisch \n"
-"ein Benutzer angemeldet wird.\n"
-"Wollen Sie davon Gebrauch machen?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Wählen Sie den Standard-Nutzer:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Wählen Sie den Window-Manager, den Sie verwenden wollen:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Bitte wählen Sie die zu verwendende Sprache."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Sie können andere Sprachen auswählen, die nach der Installation zur "
-"Verfügung stehen."
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Alle"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Allen Benutzern erlauben"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Benutzerdefiniert"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Kein Teilen"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Das Paket %s muss installiert sein. Soll ich es installieren?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-"Sie können die Dateien mittels Samba oder NFS anbieten. Welche Variante "
-"wollen Sie?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Das zwingend benötigte Paket „%s“ fehlt."
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"Wollen Sie Benutzern erlaubern, Verzeichnisse freizugeben?\n"
-"Wenn Sie das erlauben, können die Anwender Verzeichnisse in Konqueror oder "
-"Nautilus im Kontextmenü der eintsprechenden Verzeichnisses freigeben.\n"
-"\n"
-"Mit „Benutzerdefiniert“ können Sie eine Einstellung pro Kennzeichen "
-"vornehmen.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Abbruch"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Userdrake starten"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Das Teilen zwichen Benutzern verwendet die Gruppe „fileshare“.\n"
-"Sie können UserDrake verwenden, um Benutzerkennzeichen in diese Gruppe "
-"aufzunehmen."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Cracker-Spielplatz"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Schwach"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Hoch"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Höher"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoid"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Diese Ebene ist mit Vorsicht zu verwenden. Zwar macht sie Ihr System \n"
-"einfacher handhabbar, aber auch leichter angreifbar: In dieser Form darf \n"
-"der Rechner nicht als Netzwerkrechner (LAN oder Modem) verwendet werden, \n"
-"da Angreifer mangels Passwort an Ihre Daten gelangen können!"
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Passwortabfragen sind nun eingeschaltet, aber die Verwendung als \n"
-"Netzwerkrechner kann hier nicht empfohlen werden."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Das ist die Standard-Sicherheitsebene für Rechner, mit Internetzugang \n"
-"als Klient."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Es gibt bereits mehr Restriktionen und jede Nacht werden automatische "
-"Sicherheitstests durchgeführt."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Mit dieser Sicherheitsebene wird es möglich, das System als einen \n"
-"Server zu verwenden.\n"
-"Die Sicherheit ist nun ausreichend hoch, um das System als Server \n"
-"einzusetzen, der einer Vielzahl von Klienten einen Verbindungsaufbau \n"
-"erlaubt. Es sei hier angemerkt, dass Ihr Rechner, wenn Sie nur als \n"
-"Klient ins Internet gehen, besser eine niedrigere Sicherhetsebene \n"
-"verwenden sollte."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Diese Ebene bietet die selbe Funktionalität, wie die vorherige. Jedoch ist \n"
-"das System nun komplett geschlossen. Es ist die höchste Sicherheitsebene."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Wählen Sie eine Sicherheitsebene"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Sicherheitsebene"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "„libsafe“ bei Servern verwenden"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr "Eine Bibliothek, die gegen sog. „buffer overflow“-Angriffe schützt."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Willkommen zum Betriebssystem-Starter %s\n"
-"\n"
-"Markieren Sie in obiger Liste ein Betriebssystem\n"
-"oder warten Sie %d Sekunden, dann starte ich Ihr Standard-System.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Willkommen zum Betriebssystem-Starter GRUB!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Verwenden Sie die Tasten %c und %c um ein Betriebssystem zu w„hlen."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Zum Starten des BS drcken Sie <Return>. Mit <e> k”nnen Sie das"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "Kommando vorher editieren, mit <c> erhalten Sie eine Kommandozeile."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "In %d Sekunden wird das gew„hlte BS automatisch gestartet."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "Sie haben nicht genug Platz in „/boot“"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Arbeitsoberfläche"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start-Menü"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr ""
-"Sie können den Betriebssystemstarter\n"
-"nicht auf einer %s Partition installieren!\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "Es steht noch keine Hilfe zur Verfügung.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfiguration der Boot-Einstellungen"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Datei"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Datei/_Beenden"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Neuer kategorisierter Monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Neuer Stil"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Herkömmlicher Stil"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Herkömmlicher Gtk+ Stil"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Aurora beim Hochfahren starten"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "LILO/GRUB Modus"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot Modus"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Sie verwenden momentan „%s“ als Betriebssystemstarter.\n"
-"Wählen Sie „Konfigurieren“, wenn Sie den Assistenten starten wollen."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurieren"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "System-Modus"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "X-Window nach dem Hochfahren automatisch starten "
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nein ich will kein Autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja ich will Autologin mit diesem Kennzeichen und dieser Oberfläche"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Ich kann „/etc/inittab“ nicht zum lesen öffnen: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d Minuten"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 Minute"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d Sekunden"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr ""
-"Vor der Partitionierung kann ich keine Bildschim-Schnappschüsse machen."
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Die Bildschim-Schnappschüsse liegen nach der Installation unter „%s“"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frankreich"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgien"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Tschechische Republik"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Deutschland"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Griechenland"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norwegen"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Schweden"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Holland"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italien"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Östereich"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Vereinigte Staaten von Amerika"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lesen Sie bitte aufmerksam!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Wenn Sie aboot verwenden wollen, müssen Sie ausreichend Platz am Anfang \n"
-"der Platte lassen (2048 Sektoren reichen aus)."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Fehler"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Assistent"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Wählen Sie ein Aktion aus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Sie haben eine große FAT Partition \n"
-"(diese enthält häufig nur Microsoft DOS/Windows).\n"
-"Ich rate Ihnen, diese Partition erst zu verkleinern\n"
-"(Wählen Sie sie an und drücken Sie dann „Größe verändern“)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Bitte klicken Sie auf eine Partition"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Details"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalisierendes FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Auslagerung"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Leer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Andere"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Dateisystemtypen:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Erzeugen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Typ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Verwenden Sie stattdessen „%s“"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Löschen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Verwenden Sie erst „umount“"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Nach Änderung des Partitionstyps von %s, werden sämtliche Daten darauf "
-"gelöscht"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Wählen Sie eine Partition"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Wählen Sie eine andere Partition"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Verlassen"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "In den Experten-Modus wechseln"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "In den Normal-Modus wechseln"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Rückgängig"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Wollen Sie trotzdem fortfahren?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Beenden ohne speichern"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Möchten Sie die vorgenommenen Änderungen in „/etc/fstab“ speichern?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automatisches Erstellen"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Alles löschen"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Festplatten-Informationen"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Alle Primärpartitionen sind in Gebrauch"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ich kann keinen weiteren Partitionen hinzufügen"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Um mehr Partitionen einrichten zu können, müssen Sie zunächst eine Partition "
-"löschen und anschließend eine erweiterte Partition erzeugen"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Partitionstabelle schreiben"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Partitionstabelle wiederherstellen"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Partitionstabelle retten"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Partitionstabelle neu laden"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Wechselmedien automatisch Einhängen"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Datei auswählen"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Die gesicherte Partitionstabelle hat nicht dieselbe Größe\n"
-"Soll trotzdem fortgefahren werden?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Warnung"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Legen Sie eine Diskette in das Laufwerk\n"
-"Alle Daten auf dieser Diskette werden gelöscht!"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Ich Versuche, die Partitionstabelle zu retten"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Ausführliche Informationen"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Einhängpunkt"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Optionen"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Größe verändern"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Bewegen"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatieren"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Einhängen"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Zum RAID hinzufügen"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Zum LVM hinzufügen"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Aushängen"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Löschen aus dem RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Löschen aus dem LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "RAID modifizieren"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Als Loopback verwenden"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Erzeuge eine neue Partition"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Anfangssektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Größe in MB:"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Dateisystemtyp: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Einhängpunkt: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Einstellung: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Die Loopback-Datei entfernen?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Partitionstyp ändern"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Welches Dateisystem wollen Sie verwenden?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Konvertiere ext2 zu ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Wo wollen Sie die Loopback-Datei %s einhängen?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Wo wollen Sie das Gerät %s einhängen?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ich kann diesen Einhängpunkt nicht zurücksetzen, da diese Partition als \n"
-"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Errechne die Grenzen des FAT Dateisystems"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Neuberechnen der Größe"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Die Größe dieser Partition kann ich nicht ändern"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Sie sollten ein Backup sämtlicher Daten dieser Partition erstellen"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Durch Veränderung der Partitionsgröße von %s, gehen sämtliche Daten darauf "
-"verloren"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Wählen Sie die neue Größe"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Neue Größe in MB:"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Zu welcher Platte wollen Sie wechseln?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Zu welchem Sektor wollen Sie wechseln?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "wechsele"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Bewege Partition..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Wählen Sie einen vorhandenen RAID"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "Neu"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Wählen Sie einen vorhandenen LVM"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM Name?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Name der Loopback-Datei: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Dateinamen angeben"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Diese Datei wird bereits von einer anderen Loopback-Verknüpfung verwendet, "
-"wählen Sie eine andere Datei."
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr ""
-"Es existiert bereits eine Datei mit diesem Namen. Soll ich sie verwenden?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Einhäng-Optionen"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Verschiedene"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "Gerät"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "Level"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "Blockgröße"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Vorsicht: Diese Aktion ist gefährlich."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Welcher Partitionstyp?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Es tut mir Leid, aber ich weigere mich, eine „/boot“ Partition \n"
-"hinter dem Zylinder 1024 anzulegen.\n"
-"Entweder verwenden Sie LILO und es wird nicht funktionieren, oder Sie "
-"verwenden \n"
-"LILO nicht, dann benötigen Sie keine „/boot“ Partition."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Die Partition, die Sie als Verzeichnisbaumwurzel (/) ausgewählt haben, ist "
-"physikalisch hinter dem 1024ten Zylinder Ihrer Festplatte gelegen und Sie "
-"haben keine „/boot“ Partition eingerichtet. Falls Sie den LILO "
-"Betriebssystemstarter einsetzen wollen, vergessen Sie bitte nicht, eine „/"
-"boot“ Partition anzulegen!"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Sie haben eine Software-RAID-Partition als Verzeichnisbaumwurzel "
-"ausgewählt. \n"
-"Zur Zeit kann kein Betriebssystemstarter damit ohne Verwendung einer \n"
-"„/boot“-Partition arbeiten. Sie sollten also daran denken, eine solche \n"
-"Partition zu erstellen."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Die Partitionstabelle der Platte „%s“ wird gespeichert!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Sie müssen Ihren Rechner neu starten, damit die Veränderungen wirksam werden"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Nach Formatieren der Partition %s, werden sämtliche Daten darauf gelöscht"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatiere"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiere Loopback-Datei %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiere Partition %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Dateien verstecken"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Dateien auf die neue Partition verschieben."
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Das Verzeichnis „%s“ enthält bereits Daten\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Dateien auf die neue Partition verschieben."
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopiere: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Entferne: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "Die Partition %s heißt nun %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Gerät: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS Laufwerksbuchstabe: %s (vermutlich?)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Typ:"
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Name: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Anfang: Sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Größe: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s Sektoren"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Zylinder %d bis %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatiert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nicht formatiert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Eingehängt\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback Datei(en):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partition wird standardmäßig geladen\n"
-" (für MS-DOS Boot, nicht jedoch für LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Level %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Blockgröße %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID Platten %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Dateiname des Loopbacks: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Es besteht die Wahrscheinlichkeit,\n"
-"dass es sich um eine Treiber-\n"
-"Partition handelt. Sie sollten sie\n"
-"daher unverändert lassen.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Diese spezielle Start-Partition\n"
-"ist für die Verwendung mehrerer\n"
-"Betriebssysteme auf dem selben\n"
-"Rechner.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Größe: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s Zylinder, %s Köpfe, %s Sektoren\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM Platten %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitionstabellen Typ: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "auf Bus %d ID %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Optionen: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Dateisystem-Schlüssel"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Wählen Sie Ihren Dateisystem-Schlüssel (Passwort)"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Die Passwörter stimmen nicht überein"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Schlüssel"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Schlüssel (erneut)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Typ ändern"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Bitte wählen Sie ein Medium"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Server suchen"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatieren von %s schlug Fehl"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr ""
-"Ich bin nicht in der Lage, %s mit einem Dateisystem vom Typ %s zu "
-"formatieren."
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "Das Einhängen der Partition %s in das Verzeichnis %s schlug fehl."
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-"Der Dateisystemcheck (fsck) schlug fehl mit dem Rückgabewert %d oder Signal %"
-"d."
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "Fehler beim Aushängen von %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "Einfach"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "mit „/usr“"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "Server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-"Sie können JFS nicht für Partitionen verwenden, die kleiner als 16MB sind!"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-"Sie können ReiserFS nicht für Partitionen verwenden, die kleiner als 32MB "
-"sind!"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Einhängpunkte müssen mit einem / beginnen."
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Es gibt bereits eine Partition, mit dem Einhängpunkt %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-"Sie können kein logisches LVM Medium für den Einhängpunkt %s verwenden."
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Dieses Verzeichnis muss in der Verzeichnisbaumwurzel bleiben"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Sie benötigen ein echtes GNU/Linux Dateisystem (Ext2, ReiserFS) für \n"
-"diesen Einhängpunkt.\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Sie können kein verschlüsseltes Medium für den Einhängpunkt %s verwenden."
-
-# ../../diskdrak1
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nicht genug freier Platz, damit ich selbst Partition anlegen kann."
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nichts zu tun."
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fehler beim Öffnen von %s zum Schreiben: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Ein Fehler ist aufgetreten - es wurden keine gültigen Geräte gefunden, auf "
-"denen neue Dateisysteme erstellt werden können. Bitte überprüfen Sie Ihre "
-"Hardware(-Konfiguration) auf mögliche Fehler und falsche Einstellungen."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Sie haben keine Partitionen!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux ist ein Mehrbenutzer-System, das bedeutet konkret jedes\n"
-"Benutzerkennzeichen hat eigene Präferenzen (Grafische Umgebung,\n"
-"Programmeinstellungen, etc.), sowie ein eigenes Heim-Verzeichnis, in dem\n"
-"diese Einstellungen gespeichert werden. Falls Sie mehr wissen wollen,\n"
-"können Sie im Benutzerhandbuch nachsehen. Sie können mehrere normale\n"
-"Benutzerkonten einrichten, im Gegensatz zum „privilegierten“ Kennzeichen:\n"
-"»root«, das einmalig ist. Im Gegensatz zu »root« können diese normalen\n"
-"Benutzer jedoch nur ihre eigenen Dateien und Konfigurationen verändern. Sie\n"
-"können sogar mehrere Benutzerkennzeichen pro Person einrichten, denen Sie\n"
-"Zugang zu Ihrem GNU/Linux-System gewähren wollen. Erstellen Sie sich ein\n"
-"eigenes Benutzerkennzeichen, auch wenn Sie der einzige Anwender sind, der\n"
-"diesen Rechner nutzt. Sie sollten nicht ständig mit dem privilegierten\n"
-"Kennzeichen arbeiten! Das ist ein hohes Sicherheitsrisiko! Wenn Sie einen\n"
-"schweren Fehler als einfacher Benutzer machen, dann können Sie maximal\n"
-"Daten verlieren, jedoch nicht Ihr gesamtes System unbrauchbar machen.\n"
-"\n"
-"Zuerst geben Sie bitte einen normalen Namen an. Das muss nicht\n"
-"notwendigerweise Ihr richtiger Name sein. „DrakX“ wird das erste Wort, das\n"
-"Sie eingegeben haben, in das Feld „Benutzerkennzeichen“ eintragen. Dies ist\n"
-"der Name, den Sie zum Anmelden für dieses Kennzeichen benötigen. Natürlich\n"
-"können Sie ihn hier nach Belieben verändern. Dann geben Sie Ihrem Konto ein\n"
-"Passwort. Für ein Benutzerkennzeichen ist dieses zwar nicht von so\n"
-"herausragender Bedeutung wie das für »root«, doch Sie sollten trotzdem\n"
-"etwas Sorgfalt walten lassen. Immerhin sind es Ihre Daten...\n"
-"\n"
-"Klicken Sie auf „Benutzer akzeptieren“, um das Kennzeichen zu erstellen.\n"
-"Anschließend können Sie direkt weitere Benutzer hinzufügen. Wenn Sie allen\n"
-"Kennzeichen erstellt haben, klicken Sie auf „Fertig“.\n"
-"\n"
-"Durch Anwahl der Schaltfläche „Fortgeschritten“ haben Sie auch die\n"
-"Möglichkeit, die Standard-Shell dieses Benutzers ändern (normalerweise ist\n"
-"dies die „Bash“)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Oben sehen Sie die auf Ihrer Festplatte gefundenen Linux-Partitionen. Als\n"
-"normaler Linuxanwender können Sie problemlos die Vorschläge des Assistenten\n"
-"übernehmen. Sollten Sie diesen Vorschlag ändern, müssen Sie zumindest eine\n"
-"Partition als Verzeichnisbaumwurzel („/“) definieren. Wählen Sie keine zu\n"
-"kleine Partition, da sie sonst nicht genug Software installieren können.\n"
-"Falls Sie Ihre persönlichen Daten auf einer getrennten Partition speichern\n"
-"möchten, müssen Sie eine Linux-Partition für ihre persönlichen\n"
-"Verzeichnisse („/home“) definieren (Dies geht natürlich nur, wenn Sie mehr\n"
-"als nur eine Linux Partition haben).\n"
-"\n"
-"Alle Partitionen werden folgendermaßen aufgeführt: „Name“, „Kapazität“\n"
-"\n"
-"„Name“ ist zusammengesetzt aus: „Festplattentyp“, „Festplattennummer“ und\n"
-"„Partitionsnummer“ (etwa, „hda1“ oder „sdb4“).\n"
-"\n"
-"„Festplattentyp“ ist „hd“ falls es sich um einen IDE Platte handelt und\n"
-"„sd“ wenn es eine SCSI Platte ist.\n"
-"\n"
-"„Festplattennummer“ ist der Buchstabe hinter „hd“ oder „sd“. Bei IDE\n"
-"Platten bedeutet:\n"
-"\n"
-" * „a“ - „Master Festplatte am primären IDE Kontroller“,\n"
-"\n"
-" * „b“ - „Slave Festplatte am primären IDE Kontroller“,\n"
-"\n"
-" * „c“ - „Master Festplatte am sekundären IDE Kontroller“,\n"
-"\n"
-" * „d“ - „Slave Festplatte am sekundären IDE Kontroller“,\n"
-"\n"
-"Bei SCSI Platten steht „a“ für „erste Festplatte am Bus“, „b“ für „zweite\n"
-"Festplatte am Bus“, etc."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Da die Mandrake Linux-Distribution stetig wächst, wurde sie in mehrere\n"
-"CD-ROMs unterteilt. Es kann daher vorkommen, dass „DrakX“ Pakete von\n"
-"anderen, als der Installations-CD-ROM installieren will. In diesem Fall\n"
-"wird es die aktuelle CD-ROM auswerfen und nach einer anderen fragen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Nun ist es Zeit sich zu entscheiden, welche Programme Sie auf Ihrem Rechner\n"
-"installieren wollen. Es gibt tausende von Paketen für Mandrake Linux, und\n"
-"Sie müssen sie nicht alle auswendig kennen.\n"
-"\n"
-"Wenn Sie eine klassische CD-ROM-Installation vornehmen, werden Sie zuerst\n"
-"nach den Ihnen zur Verfügung stehenden CDs gefragt (nur im Expertenmodus).\n"
-"Markieren Sie die Zeilen anhand der CDs die Sie vorliegen haben und klicken\n"
-"Sie auf die Schaltfläche „OK“.\n"
-"\n"
-"Die Pakete sind nach ihrer Verwendung in Gruppen eingeteilt. Diese Gruppen\n"
-"wiederum enthalten vier Abschnitte:\n"
-"\n"
-" * „Arbeitsplatzrechner“: Falls Ihr Rechner als Arbeitsplatzrechner\n"
-"verwendet werden soll, markieren Sie eine oder mehrere Gruppen.\n"
-"\n"
-" * „Entwicklungsplattform“: Falls Sie mit Ihrem Rechner programmieren\n"
-"wollen, sollten Sie diese Gruppe markieren.\n"
-"\n"
-" * „Server“: Wenn Ihre Maschine ein Server werden soll, können Sie hier die\n"
-"wichtigsten Dienste auswählen, die auf Ihren Rechner installiert werden\n"
-"sollen.\n"
-"\n"
-" * „Grafische Oberfläche“: Wählen Sie hier Ihre bevorzugte grafische\n"
-"Arbeitsoberfläche. Wenn Sie eine grafische Oberfläche verwenden wollen, so\n"
-"müssen Sie hier zumindest eine Gruppe auswählen.\n"
-"\n"
-"Wenn Sie die Maus über eine Gruppe bewegen, erhalten Sie einen kurzen\n"
-"erklärenden Text über die Gruppe. Falls Sie bei einer Installation alle\n"
-"Markierungen entfernen, erscheint ein Dialog, in dem Sie zwischen\n"
-"verschiedenen Minimalinstallationen wählen können.\n"
-"\n"
-" * „Mit X“ Installiert eine rudimentäre grafische Oberfläche;\n"
-"\n"
-" * „Mit minimaler Dokumentation“ Installiert das Basissystem zuzüglich\n"
-"grundlegender Werkzeuge inklusive deren Dokumentation. Dies ist die\n"
-"sinnvollste Wahl für eine Serverinstallation.\n"
-"\n"
-" * „Extrem minimale Installation“ Sie erhalten eine komplett „nackte“\n"
-"Linux-Distribution (speziell auch ohne urpmi!). Es versteht sich von\n"
-"selbst, dass das nur eine Kommandozeileninstallation sein kann.\n"
-"\n"
-"Wenn Sie die Schaltfläche „Fortgeschritten“ anwählen, erhalten Sie die\n"
-"Möglichkeit, eine „Individuelle Paketauswahl“ durchzuführen. Das macht nur\n"
-"Sinn, wenn Sie die Pakete genau kennen oder wenn Sie volle Kontrolle\n"
-"darüber haben wollen, was installiert werden soll.\n"
-"\n"
-"Haben Sie die Installation als „Aktualisierung“ gestartet, können Sie die\n"
-"Markierungen aller Gruppen entfernen, um die Installation neuer Pakete zu\n"
-"vermeiden. Hierdurch werden nur bereits installierte Pakete aktualisiert\n"
-"oder repariert."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Schlussendlich erhalten Sie (falls Sie sich für „Individuelle Paketauswahl“\n"
-"entschieden haben) eine Baumliste aller Pakete die zu den von Ihnen\n"
-"gewünschten Gruppen gehören. Diese Pakete sind nach Gruppen und\n"
-"Untergruppen klassifiziert. Beim Durchstöbern des Baums, können Sie\n"
-"Gruppen, Untergruppen oder einzelne Pakete markieren oder deren Markierung\n"
-"entfernen.\n"
-"\n"
-"Sobald Sie ein Paket auswählen, erscheint rechts eine kurze Beschreibung.\n"
-"Sobald Sie die Auswahl abgeschlossen haben, bestätigen Sie das durch\n"
-"Drücken der Schaltfläche „Installation“. Nun beginnt die eigentliche\n"
-"Installation. Falls Sie eine Vielzahl von Paketen installieren wollen,\n"
-"können Sie nun getrost einen Kaffee trinken gehen.\n"
-"\n"
-"!! Es kommt vor, dass Server- und Dienst-Pakete angewählt wurden - entweder\n"
-"absichtlich, oder als Paket einer ganzen Gruppe; sollte das der Fall sein,\n"
-"werden Sie nun gefragt, ob Sie diese wirklich installiert haben wollen.\n"
-"Unter Mandrake Linux werden installierte Server und Dienste automatisch\n"
-"beim Betriebssystemstart gestartet. Selbst wenn zum Zeitpunkt, als die\n"
-"Distribution zusammengestellt wurde, keine Sicherheitslücken oder Fehler in\n"
-"diesen Paketen bekannt waren, ist natürlich nicht auszuschließen, dass\n"
-"später solche Fehler gefunden werden. Sollten Sie also nicht wissen, wovon\n"
-"hier die Rede ist, wählen Sie sicherheitshalber lieber „Nein“. Falls Sie\n"
-"mit „Ja“ antworten, werden die Dienste und Server installiert und stehen\n"
-"Ihnen nach der Installation standardmäßig zur Verfügung. !!\n"
-"\n"
-"Die Option „Automatische Abhängigkeiten“ unterdrückt nur die Warnungen, die\n"
-"erscheinen, wenn das Installationsprogramm Pakete automatisch markiert, um\n"
-"Paketabhängigkeiten aufzulösen, wenn Sie ein Paket auswählen.\n"
-"\n"
-"Das kleine Diskettensymbol am unteren Rand der Liste ermöglicht es Ihnen,\n"
-"die während einer vorangegangenen Installation gespeicherte Paketauswahl\n"
-"erneut zu verwenden. Durch Betätigen der Schaltfläche öffnen Sie einen\n"
-"Dialog, der Sie auffordert, die Diskette einzulegen, die die Auswahl der\n"
-"früheren Installation enthält. Um zu erfahren, wie Sie diese Diskette\n"
-"erstellen, lesen Sie bitte den zweiten Tipp des vorangegangenen\n"
-"Installationsschrittes."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Wenn Sie Ihren Computer mit dem Internet oder mit einem lokalen Netzwerk\n"
-"verbinden wollen, dann wählen Sie bitte die entsprechende Option aus. Bitte\n"
-"schalten Sie jedoch zuvor, falls nötig, die dafür benötigten Geräte ein,\n"
-"damit „DrakX“ sie automatisch erkennen kann.\n"
-"\n"
-"Mandrake Linux bietet Ihnen die Möglichkeit, Ihre Internet-Verbindung\n"
-"bereits während der Installation zu konfigurieren. Zur Auswahl stehen\n"
-"folgende Verbindungsarten: Herkömmliches Modem, ISDN Modem, ADSL\n"
-"Verbindung, Kabelmodem oder eine einfache LAN Verbindung (Ethernet).\n"
-"\n"
-"Wir wollen hier nicht weiter ins Detail gehen, nur soviel: Stellen Sie\n"
-"sicher, dass sie die nötigen Parameter von Ihrem Internet Provider oder\n"
-"Systemadministrator erhalten haben.\n"
-"\n"
-"Weitere Einzelheiten, die hier bereits hilfreich sein können, erhalten Sie\n"
-"im Kapitel DrakNet. Falls Sie unsicher sind, warten Sie ab, bis die\n"
-"Installation beendet ist und verwenden Sie danach das beschriebene\n"
-"Programm, um Ihre Verbindung einzurichten.\n"
-"\n"
-"Wenn Sie Ihr Netzwerk erst nach Abschluss der Installation einrichten\n"
-"wollen oder sobald Sie die Konfiguration beendet haben, klicken Sie auf\n"
-"„Abbrechen“."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Als nächstes können Sie die Dienste auswählen, die während des\n"
-"Betriebssystemstarts aktiviert werden sollen.\n"
-"\n"
-"Hier werden alle Dienste, die nach der aktuellen Installation zum BS-Start\n"
-"zur Verfügung stehen, angezeigt. Lesen Sie diese Liste sorgfältig durch und\n"
-"markieren Sie nur die Dienste, die Sie immer ab dem BS-Start zur Verfügung\n"
-"haben wollen.\n"
-"\n"
-"Wenn Sie einen Dienst anwählen, erhalten Sie eine kurze Erklärung dazu.\n"
-"Wenn Sie nicht sicher sind, ob ein Dienst bzw. Server sinnvoll ist oder\n"
-"nicht, verändern Sie am Besten die voreingestellten Markierungen nicht.\n"
-"\n"
-"!! Sollten Sie Ihren Rechner als Server verwenden wollen, so müssen Sie an\n"
-"dieser Stelle besonders vorsichtig sein: wählen Sie alle Dienste ab, die\n"
-"Sie nicht benötigen. Denken Sie daran, dass etliche Dienste eine\n"
-"potentielle Einbruchstelle in das System von außen darstellen, wenn diese\n"
-"im Serverbetrieb laufen. Also, nur die Dienste einschalten, die Sie\n"
-"wirklich brauchen! !!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux arbeitet mit GMT (Greenwich Mean Time) und übersetzt diese anhand\n"
-"der Zeitzone in Ihre lokale Zeit.\n"
-"\n"
-"Da MicrosoftWindows(TM) nicht sinnvoll mit GMT umgehen kann, müssen Sie\n"
-"„Nein“ wählen, falls Sie auch ein Betriebssystem aus dem Hause Microsoft\n"
-"auf Ihrem Rechner „beherbergen“\n"
-"\n"
-"Die Verwendung der Option „Automatische Zeit-Synchronisation“ reguliert\n"
-"Ihre Uhr, indem sie Verbindung mit einem Zeitserver im Internet aufnimmt.\n"
-"Wählen Sie aus der Liste einen Server in Ihrer Nähe. Damit die funktioniert\n"
-"benötigen Sie eine ständige Internetverbindung."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (das X Window System) ist das Herz der grafischen Benutzeroberfläche von\n"
-"GNU/Linux. Es bildet die Grundlage für die Vielzahl grafischer\n"
-"Benutzerumgebungen, die Mandrake Linux Ihnen anbietet (wie etwa KDE, GNOME,\n"
-"AfterStep oder WindowMaker). Auch hier wird „DrakX“ die Konfiguration\n"
-"soweit wie möglich selbstständig vollziehen.\n"
-"\n"
-"Sollten Sie nicht gerade sehr alte, sehr neue oder exotische Grafikhardware\n"
-"einsetzen, wird „DrakX“ die Konfiguration erfolgreich durchführen und\n"
-"anschließend die grafische Oberfläche mit der bestmöglichen Auflösung\n"
-"starten! Es erscheint ein Testfenster und Sie werden anschließend gefragt,\n"
-"ob die Anzeige einwandfrei war.\n"
-"\n"
-"Falls Sie eine „Experte“n-Installation vornehmen, werden Sie in den\n"
-"folgenden Schritten von dem „DrakX“-Konfigurationsassistenten begleitet.\n"
-"\n"
-"Falls das Bild korrekt dargestellt wird, wählen Sie bitte die Schaltfläche\n"
-"„Ja“ an, „DrakX“ wird dann mit dem nächsten Schritt der Installation\n"
-"fortfahren. Sollte der Schirm aus irgendwelchen Gründen nicht lesbar sein,\n"
-"müssen Sie nur 10 Sekunden warten. Anschließend sollte wieder das\n"
-"Konfigurationsmenü erscheinen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Es kann Ihnen passieren, dass der erste Versuch noch nicht korrekt ist (Der\n"
-"Schirm ist zu klein, liegt zu weit rechts oder links...). Daher werden Sie\n"
-"selbst dann mit der Frage konfrontiert, wenn der „DrakX“-Server sich\n"
-"starten lies, „DrakX“ also davon ausgehen könnte, dass alles in Ordnung\n"
-"ist. Sie erhalten daher eine Liste von gültigen Modi, aus denen Sie\n"
-"versuchen sollten den besten auszuwählen.\n"
-"\n"
-"Sollten alle stricke reißen, und „DrakX“ immer noch nicht laufen, wählen\n"
-"Sie einfach im Untermenü „Grafikkarte ändern“, den Punkt „Nicht\n"
-"aufgeführt“. Wenn Sie dann nach dem Server gefragt werden, wählen Sie den\n"
-"„FBDev“: Diese Variante sollte mit allen modernen Grafikkarten\n"
-"funktionieren. Ein „Nochmals testen“ sollte Gewissheit bringen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Letztlich werden Sie gefragt, ob sie direkt in die grafische Oberfläche\n"
-"starten wollen. Diese Frage wird auch erscheinen, wenn Sie das Testen der\n"
-"Konfiguration übersprungen haben. Schlug die Konfiguration der grafischen\n"
-"Umgebung fehl oder wollen Sie den Rechner als Server laufen lassen, geben\n"
-"Sie natürlich „Nein“ an."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Die Mandrake LinuxCD-ROM hat einen eingebauten Rettungsmodus. Sie erreichen\n"
-"ihn durch Starten von CD-ROM, und Drücken von »F1« bei Bootbeginn. Geben\n"
-"Sie dann »rescue« an der Eingabeaufforderung ein. Falls Ihr Rechner nicht\n"
-"von CD-ROM starten kann, sollten Sie diesen Punkt unbedingt aus zwei\n"
-"Gründen abarbeiten:\n"
-"\n"
-" * Wenn „DrakX“ den Betriebssystemstarter installiert, schreibt es den\n"
-"Boot-Sektor (MBR) Ihrer primären Festplatte neu (außer Sie wollen einen\n"
-"anderen Betriebssystemstarter verwenden), damit Sie die verschiedenen,\n"
-"vorhandenen Betriebssysteme starten können (etwa Windows und GNU/Linux).\n"
-"Sollten Sie etwa Windows neu installieren, wird dieses - ohne Sie zu fragen\n"
-"- Ihren Boot-Sektor überschreiben. Somit werden Sie Ihr GNU/Linux nicht\n"
-"mehr starten können! Mit einer Startdiskette können Sie Ihr\n"
-"GNU/Linux-System dann trotzdem hochfahren und diese Änderungen rückgängig\n"
-"machen.\n"
-"\n"
-" * Sollten Ihnen andere schwerwiegende Systemfehler das Starten von\n"
-"GNU/Linux von der Festplatte unmöglich machen, ist diese Startdiskette so\n"
-"ziemlich die einzige Möglichkeit, auf Ihr System zuzugreifen. Zudem enthält\n"
-"sie eine Anzahl von Systemprogrammen, die Ihnen bei der Behebung von\n"
-"Systemfehlern (nach einem Stromausfall, einen unglücklichen Tippfehler in\n"
-"einem Passwort, etc.) helfen werden.\n"
-"\n"
-"Wenn Sie diesen Schritt anwählen, wird „DrakX“ Sie bitten, eine Diskette in\n"
-"ein Laufwerk zu legen. Die Diskette sollte natürlich leer sein (zumindest\n"
-"keine relevanten Daten enthalten). Sie muss nicht formatiert sein, „DrakX“\n"
-"kümmert sich um alles."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Sie müssen nun entscheiden, wo auf Ihrer/n Festplatte(n) Ihr Mandrake Linux\n"
-"System installiert werden soll. Sofern alles leer ist bzw. ein\n"
-"Betriebssystem alles belegt, müssen die Platte(n) neu partitioniert werden.\n"
-"Prinzipiell besteht das Partitionieren der Platte(n) darin, den\n"
-"Plattenplatz so aufzuteilen, dass Ihr Mandrake Linux darauf installiert\n"
-"werden kann.\n"
-"\n"
-"Da dieser Schritt normalerweise irreversibel ist, kann das Partitionieren\n"
-"für unerfahrene Anwender unangenehm und stressig sein. Dieser Assistent\n"
-"kann Ihnen diesen Schritt abnehmen. Lesen Sie dennoch vor Beginn im\n"
-"Handbuch die entsprechenden Passagen und lassen Sie sich Zeit mit der\n"
-"Entscheidung.\n"
-"\n"
-"Wenn Sie die Installation im Expertenmodus durchführen, werden Sie nun das\n"
-"Mandrake Linux Partitionier-Werkzeug kennen lernen: „DiskDrake“. Es erlaubt\n"
-"Ihnen Ihre Partitionen genau auf Ihre Bedürfnisse abzustimmen. Falls Sie\n"
-"keine Ahnung haben, wie Sie die Festplatte partitionieren sollen, wählen\n"
-"Sie die Schaltfläche „Assistent“ und überlassen diesem damit die gesamte\n"
-"Arbeit.\n"
-"\n"
-"Sollten Sie bereits Partitionen haben (etwa von einer alten GNU/Linux\n"
-"Installation oder solche, die mit einem anderen Partitionierungswerkzeug\n"
-"erstellt wurden), die Sie für die Installation von Mandrake Linux verwenden\n"
-"wollen, wählen Sie diese hier einfach aus.\n"
-"\n"
-"Falls noch keine Partitionen existieren, müssen Sie sie erstellen.\n"
-"Verwenden Sie dafür obigen Assistenten. Abhängig vom aktuellen Zustand\n"
-"Ihrer Platte(n) haben Sie verschiedene Alternativen:\n"
-"\n"
-" * „Freien Platz verwenden“: Dies führt einfach dazu, dass Ihre leere(n)\n"
-"Festplatte(n) automatisch partitioniert werden; Sie müssen sich also um\n"
-"nichts weiter kümmern.(*)\n"
-"\n"
-" * „Verwende existierende“: Der Assistent hat eine oder mehrere "
-"existierende\n"
-"Linux Partitionen auf Ihrer Platte gefunden. Wählen Sie diese Schaltfläche,\n"
-"falls Sie sie behalten wollen.\n"
-"\n"
-" * „Komplette Platte löschen“: Falls Sie alle Daten Ihrer Platte verlieren,\n"
-"und sie durch Ihr neues Mandrake Linux System ersetzen wollen, wählen Sie\n"
-"diese Schaltfläche. Beachten Sie, dass dieser Schritt nicht rückgängig\n"
-"gemacht werden kann.\n"
-"\n"
-" * „Freien Platz der Windows Partition verwenden“: Falls der gesamte\n"
-"Plattenplatz aktuell für MicrosoftWindows(TM) verschwendet ist, müssen Sie\n"
-"für Linux Platz schaffen. Um dies zu erreichen, können Sie entweder Ihre\n"
-"MicrosoftWindows(TM) Partition(en) samt Daten löschen (siehe „Komplette\n"
-"Platte löschen“ oder „Experten-Modus“) oder Ihre Windows Partition\n"
-"verkleinern. Letzteres geht ohne Datenverlust. Sie sollten diese Variante\n"
-"wählen, falls Sie beide Betriebssysteme (Windows und Mandrake Linux)\n"
-"nebeneinander nutzen wollen.\n"
-"\n"
-" Bevor Sie sich für diese Variante entscheiden, sei hier noch einmal "
-"betont,\n"
-"dass das bedeutet, Sie haben weniger Platz für Windows als momentan.\n"
-"\n"
-" * „Windows(TM) löschen“: Bei dieser Variante werden alle Windows\n"
-"Partitionen gelöscht und die Platte(n) komplett neu partitioniert.\n"
-"\n"
-" !! Alle Daten auf den Platten gehen dadurch verloren! !!\n"
-"\n"
-" * „Expertenmodus“: Wenn Sie Ihre Festplatte selber von Hand partitionieren\n"
-"wollen, dann können Sie diese Option wählen. Seien Sie bitte sehr\n"
-"sorgfältig, wenn Sie diese Lösung wählen, da Sie zwar alle möglichen\n"
-"Einstellungen vornehmen, aber gleichzeitig auch sehr leicht Daten verlieren\n"
-"können. Diese Option ist nur geeignet, wenn Sie wissen, was Sie tun.\n"
-"\n"
-"(*) In Deutschland ist es quasi unmöglich, Komplettrechner mit leeren\n"
-"Festplatten zu erhalten, da laut Gesetz nur Rechner mit BS verkauft werden\n"
-"dürfen. Diese Regelung stammt noch aus der Zeit, als Politiker nur\n"
-"proprietäre kommerzielle BSe kannten und sich nicht vorstellen konnten,\n"
-"dass es freie und sogar kostenlose Alternativen gibt. Jeder Käufer eines\n"
-"Komplettrechners ohne BS wurde quasi mit einem Raubkopierer von Produkten\n"
-"aus Redmond gleichgesetzt."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Nun ist es soweit, die Installation ist abgeschlossen und Ihr neues\n"
-"Betriebssystem sollte einsatzbereit sein. Bei einem Neustart können Sie\n"
-"zwischen den auf Ihrer Platte installierten Betriebssystemen auswählen.\n"
-"Klicken Sie nur noch auf „OK“ und das System wird neu gestartet.\n"
-"\n"
-"Die Schaltfläche „Fortgeschritten“ liefert zwei weitere Schaltflächen:\n"
-"\n"
-" * „Erstellen einer Auto-Installationsdiskette“: Hiermit können Sie eine\n"
-"Installationsdiskette erstellen, mit deren Hilfe Sie eine identische\n"
-"automatische Installation ohne Interaktion eines Administrators\n"
-"durchzuführen können.\n"
-"\n"
-" Es gibt zwei verschiedene Alternativen, nachdem Sie diese Schaltfläche\n"
-"aktiviert haben:\n"
-"\n"
-" * „Erneut abspielen“: Diese Installation ist nur teilweise automatisch, "
-"da\n"
-"der Partitionierungsschritt (aber nur dieser!) immer noch interaktiv\n"
-"vonstatten geht.\n"
-"\n"
-" * „Automatisiert“: Vollautomatische Installation: Die Festplatte wird\n"
-"vollständig reorganisiert. Alle darauf vorhandenen Daten gehen verloren!\n"
-"\n"
-" Diese Funktion ist besonders nützlich, wenn man eine Menge von "
-"identischer\n"
-"Rechner einrichten will. Weitere Informationen erhalten Sie auch auf der\n"
-"Seite Auto install\n"
-"\n"
-" * „Paketauswahl speichern“: (*) Sie speichern damit die Paketauswahl, die\n"
-"Sie vorher getroffen haben. Wenn Sie später eine erneute Installation\n"
-"vornehmen wollen, legen Sie einfach die Diskette ins Laufwerk und starten\n"
-"Sie die Installation mittels [F1] an der ersten Eingabeaufforderung. Geben\n"
-"Sie dann »linux defcfg=\"floppy\"« ein.\n"
-"\n"
-"(*) Sie benötigen eine FAT formatierte Diskette (Mittels „mformat a:“\n"
-"können Sie unter GNU/Linux eine solche erstellen)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Alle neu angelegten Partitionen müssen formatiert (= ein Dateisystem darauf\n"
-"erzeugt) werden, bevor Sie sie verwenden können.\n"
-"\n"
-"Möglicherweise wollen Sie auch einige bereits existierende Partitionen\n"
-"formatieren, um alle darauf vorhandenen Daten zu löschen. Falls ja,\n"
-"markieren Sie diese ebenfalls.\n"
-"\n"
-"Es sei angemerkt, dass bereits existierende Partitionen nicht erneut\n"
-"formatiert werden müssen. Sie sollten Partitionen, die Teile des\n"
-"Betriebssystems enthalten neu formatieren (etwa „/“, „/usr“ oder „/var“),\n"
-"Partitionen mit Ihren privaten Daten (normalerweise „/home“) sollten Sie\n"
-"jedoch nicht neu formatieren.\n"
-"\n"
-"Seien Sie in diesem Schritt sehr sorgfältig. Nach dem Formatieren einer\n"
-"Partition ist der komplette Inhalt unwiederbringlich gelöscht!\n"
-"\n"
-"Wählen Sie „OK“, sobald Sie bereit sind die Partitionen zu formatieren.\n"
-"\n"
-"Wählen Sie „Abbruch“, falls Sie andere Partitionen verwenden wollen, um Ihr\n"
-"Mandrake Linux darauf zu installieren.\n"
-"\n"
-"Wählen Sie „Fortgeschritten“, um die Möglichkeit zu erhalten, Partitionen\n"
-"anzugeben, die auf defekte Blöcke untersucht werden sollen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Ihre neue Mandrake Linux Distribution wird nun installiert. Das dauert\n"
-"einige Minuten (abhängig von der Anzahl zu installierender Pakete und der\n"
-"Geschwindigkeit Ihres Rechners).\n"
-"\n"
-"Bitte haben Sie etwas Geduld."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Es ist sehr wahrscheinlich, dass zum Zeitpunkt Ihrer Mandrake Linux\n"
-"Installation bereits einige Pakete aktualisiert wurden, etwa da noch Fehler\n"
-"entdeckt und beseitigt wurden oder da in Paketen Sicherheitslücken entdeckt\n"
-"wurden, für die bereits Lösungen existieren. Um von diesen aktualisierten\n"
-"Paketen Gebrauch zu machen, wird Ihnen nun angeboten, diese aus dem\n"
-"Internet nachzuladen. Betätigen Sie die Schaltfläche „Ja“, wenn Sie einen\n"
-"Internetzugang haben, um die Pakete zu installieren, andernfalls betätigen\n"
-"Sie die Schaltfläche „Nein“. Sie können diese Pakete natürlich auch\n"
-"jederzeit nach der Installation noch installieren.\n"
-"\n"
-"Betätigen der Schaltfläche „Ja“ zeigt Ihnen eine Liste von Servern, von\n"
-"denen Sie die Aktualisierungen herunterladen können. Wählen Sie einen in\n"
-"Ihrer Nähe. Sie erhalten dann einen Paketauswahldialog: Kontrollieren Sie\n"
-"die Auswahl und bestätigen Sie diese durch Betätigen von „Installieren“.\n"
-"Die Pakete werden nun angefordert und installiert. Sollten Sie das nicht\n"
-"wünschen, betätigen Sie einfach die Schaltfläche „Abbruch“."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Lesen Sie bitte aufmerksam die die Lizenz, bevor Sie fortfahren. Sie\n"
-"umfasst die gesamte Mandrake Linux Distribution. Sollten Sie nicht in allen\n"
-"Punkten zustimmen, betätigen Sie bitte die Schaltfläche „Zurückweisen“, um\n"
-"die Installation abzubrechen. Um mit der Installation fortzufahren\n"
-"betätigen Sie die Schaltfläche „Akzeptieren“."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Nun ist es an der Zeit, die gewünschte Sicherheitsebene für Ihr System\n"
-"festzulegen. Als Faustregel sollte hier dienen: Je zugänglicher die\n"
-"Maschine ist und je kritischer die auf ihr gesicherten Daten sind, desto\n"
-"höher sollte die Sicherheitsebene sein. Andererseits geht die gewonnene\n"
-"Sicherheit zulasten der Benutzerfreundlichkeit und Einfachheit, mit der\n"
-"gewisse Befehle/Abläufe durchgeführt werden können. Ausführlichere\n"
-"Erläuterungen zu den verschiedenen Sicherheitsebenen erhalten Sie im\n"
-"Kapitel MSEC des Referenzhandbuchs.\n"
-"\n"
-"Sollten Sie sich an dieser Stelle nicht sicher sein, so behalten Sie die\n"
-"Standardeinstellung bei."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Sie müssen nun entscheiden auf welche Partition(en) Ihr neues Mandrake\n"
-"Linux System installiert werden soll. Falls bereits Partitionen existieren\n"
-"(etwa von einer früheren Installation von GNU/Linux oder durch das Erzeugen\n"
-"mit einem anderen Partitionierungswerkzeug), können Sie diese verwenden.\n"
-"Anderenfalls müssen Sie Partitionen definieren.\n"
-"\n"
-"Um Partitionen zu erzeugen müssen Sie erst eine Festplatte wählen. Sie\n"
-"können die Platte wählen in dem Sie „hda“ für die erste IDE-Platte wählen,\n"
-"„sda“ für die erste SCSI-Platte, usw.\n"
-"\n"
-"Um die gewählte Platte zu partitionieren stehen folgende Möglichkeiten zur\n"
-"Verfügung:\n"
-"\n"
-" * „Alles löschen“: Betätigen dieser Schaltfläche löscht alle Partitionen\n"
-"auf der markierten Festplatte.\n"
-"\n"
-" * „Automatisches Erstellen“: Diese Schaltfläche erstellt automatisch Ext2-\n"
-"und Swap-Partitionen im ungenutzten Bereich Ihrer Festplatte.\n"
-"\n"
-" * „Partitionstabelle retten“: Falls Ihre Partitionstabelle defekt ist,\n"
-"können Sie durch Drücken dieser Schaltfläche versuchen Sie wieder\n"
-"herzustellen. Seien Sie vorsichtig und denken Sie immer daran, dass dieser\n"
-"Versuch misslingen kann.\n"
-"\n"
-" * „Rückgängig“: Mit dieser Schaltfläche können Sie alle Einstellungen\n"
-"rückgängig machen.\n"
-"\n"
-" * „Neu laden“: Sie können durch Betätigen dieser Schaltfläche alle\n"
-"Einstellungen rückgängig machen und die (noch bestehende) Partitionstabelle\n"
-"neu laden.\n"
-"\n"
-" * „Assistent“: Falls Sie keine Ahnung haben wie Sie die Festplatte\n"
-"partitionieren sollen, wählen Sie diese Schaltfläche. Sie überlassen damit\n"
-"die gesamte Arbeit unserem Assistenten, der mittels „Abra Kadabra“(TM) Ihre\n"
-"Platte partitioniert.\n"
-"\n"
-" * „Von Diskette wiederherstellen“: Falls Sie Ihre Partitionstabelle vor\n"
-"Beginn auf eine Diskette gespeichert haben, können Sie sie mittels dieser\n"
-"Schaltfläche wieder zurückschreiben.\n"
-"\n"
-" * „Auf Diskette speichern“: Falls Sie Ihre aktuelle Partitionstabelle auf\n"
-"Diskette speichern wollen, falls Sie sie später wiederherstellen wollen,\n"
-"können Sie das mit Hilfe dieser Schaltfläche tun.\n"
-"\n"
-" * „Fertig“: Nachdem Sie das Partitionieren Ihrer Festplatte beendet haben,\n"
-"aktivieren Sie diese Schaltfläche, um Ihre Änderungen zu speichern.\n"
-"\n"
-"Information: Sie können alle Einstellungen per Tastatur vornehmen. Sie\n"
-"können sich mittels [Tab] und den Pfeiltasten bewegen.\n"
-"\n"
-"Wenn eine Partition ausgewählt ist, können Sie mittels:\n"
-"\n"
-" * [Strg]-[C] - eine neue Partition erstellen (wenn Sie auf einer leeren\n"
-"Partition sind)\n"
-"\n"
-" * [Strg]-[D] - die Partition löschen\n"
-"\n"
-" * [Strg]-[M] - dem Einhängpunkt festlegen\n"
-"\n"
-"Falls Sie die Installation auf einem PPC-Rechner vornehmen, sollten Sie\n"
-"eine mindestens 1 MB große HFS Start-Partition für den\n"
-"Betriebssystemstarter „Yaboot“ erstellen. Wenn Sie diese Partition etwas\n"
-"größer dimensionieren, etwa 50 MB, haben Sie einen geeigneten Platz, um\n"
-"einen Rettungskern samt RamDisk abzulegen, um in Notfällen starten zu\n"
-"können."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Es wurde mehr als nur eine MicrosoftWindows(TM) Partition auf Ihrer Platte\n"
-"gefunden. Bitte wählen Sie welche Sie verkleinern wollen, um Ihr neues\n"
-"Betriebssystem Mandrake Linux installieren zu können.\n"
-"\n"
-"Zu Ihrer Information sind alle Partitionen folgendermaßen aufgeführt:\n"
-"„Linuxname“, „Windowsname“, „Kapazität“.\n"
-"\n"
-"„Linuxname“ ist zusammengesetzt aus: „Festplattentyp“, „Festplattennummer“\n"
-"und „Partitionsnummer“ (etwa, „hda1“ oder „sdb4“).\n"
-"\n"
-"„Festplattentyp“ ist „hd“ falls es sich um einen IDE Platte handelt und\n"
-"„sd“ wenn es eine SCSI Platte ist.\n"
-"\n"
-"„Festplattennummer“ ist der Buchstabe hinter „hd“ oder „sd“. Bei IDE\n"
-"Platten bedeutet:\n"
-"\n"
-" * „a“ - „Master Festplatte am primären IDE Kontroller“,\n"
-"\n"
-" * „b“ - „Slave Festplatte am primären IDE Kontroller“,\n"
-"\n"
-" * „c“ - „Master Festplatte am sekundären IDE Kontroller“,\n"
-"\n"
-" * „d“ - „Slave Festplatte am sekundären IDE Kontroller“.\n"
-"\n"
-"Bei SCSI Platten steht „a“ für „erste Festplatte am Bus“, „b“ für „zweite\n"
-"Festplatte am Bus“, etc.\n"
-"\n"
-"„Windowsname“ ist der Laufwerksbuchstabe, wie er von Windows vergeben wird\n"
-"(die erste FAT Partition der ersten Platte heißt „C:“)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Bitte gedulden Sie sich etwas. Es kann einige Minuten dauern."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"„DrakX“ fragt Sie nun nach der gewünschten Installationsart. Sie haben die\n"
-"Wahl zwischen einer Standardinstallation („Empfehlenswert“) und einer\n"
-"Variante, in der Sie mehr Einfluss ausüben können („Experte“). Sie müssen\n"
-"sich nun auch entscheiden, ob Sie eine Installation oder eine\n"
-"Aktualisierung einer bereits vorhandenen Mandrake Linux-Version vornehmen\n"
-"wollen. Es ist möglich, die Installation über ein existierendes BS zu\n"
-"installieren und dieses damit zu entfernen. Sie können auch eine\n"
-"Aktualisierung vornehmen, um eine existierende Installation zu reparieren.\n"
-"Wählen Sie:\n"
-"\n"
-" * „Installieren“: Entfernt komplett ältere Versionen von Mandrake Linux,\n"
-"die noch installiert sind um genau zu sein können Sie je nach aktuellem\n"
-"Inhalt Ihrer Platte auch einige ältere Linux- oder anderweitige Partitionen\n"
-"unangetastet behalten.\n"
-"\n"
-" * „Aktualisieren“: Mit dieser Variante können Sie eine existierende\n"
-"Mandrake Linux Version aktualisieren. Die Partitionstabellen sowie die\n"
-"persönlichen Verzeichnisse der Anwender bleiben erhalten. Alle anderen\n"
-"Installationsschritte werden wie bei einer Installation ausgeführt.\n"
-"\n"
-" * „Nur Pakete aktualisieren“: In dieser Variante werden alle Schritte der\n"
-"Installation, bis auf die Auswahl der zu installierenden Pakete,\n"
-"übersprungen.\n"
-"\n"
-"Je nachdem, wie viel Erfahrung Sie mit GNU/Linux haben, können Sie sich für\n"
-"eine der folgenden Installations- oder Aktualisierungsarten für Ihr\n"
-"Mandrake Linux System entscheiden:\n"
-"\n"
-" * Empfehlenswert: Falls Sie noch nie ein GNU/Linux Betriebssystem\n"
-"installiert haben. Die Installation wird sehr einfach sein und es werden\n"
-"Ihnen nur sehr wenige Fragen gestellt werden.\n"
-"\n"
-" * Experte: Wenn Sie den Umgang mit GNU/Linux „im Schlaf“ beherrschen und\n"
-"hochgranulare Wahlmöglichkeiten wünschen, ist dies Ihre\n"
-"Installationsmethode. Wie bei der benutzerdefinierten Installation können\n"
-"Sie die hauptsächliche Verwendung festlegen: „Arbeitsplatzrechner“,\n"
-"„Entwicklungsplattform“ oder „Server“. Seien Sie sehr vorsichtig, wenn Sie\n"
-"sich für diese Installationsklasse entscheiden. Die Antworten auf einige\n"
-"Fragen können sehr schwierig sein und Auswirkungen auf Sicherheit und\n"
-"Stabilität Ihrer Distribution haben. Wählen Sie diese Installationsklasse\n"
-"also wirklich nur wenn Sie wissen, was Sie tun!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"„DrakX“ wird aufgrund Ihrer Sprachauswahl das für Sie passende\n"
-"Tastaturlayout bereits ausgewählt haben, Sie sollten diesen Schritt\n"
-"eigentlich nicht einmal angezeigt bekommen. Doch vielleicht sind Sie mit\n"
-"dieser Auswahl nicht zufrieden (wenn Sie beispielsweise eine vom Layout\n"
-"abweichende Sprache bevorzugen). Dann gehen Sie zu diesem\n"
-"Konfigurationsschritt zurück und wählen Sie ein passendes Layout aus der\n"
-"Liste.\n"
-"\n"
-"Sollten Sie eine andere als die zur gewählten Sprache gehörende Tastatur\n"
-"verwenden wollen, wählen Sie die Schaltfläche „Mehr“. Sie erhalten dann\n"
-"eine Liste aller unterstützten Tastaturen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Wählen Sie Ihre bevorzugte Sprache für den Installationsvorgang und\n"
-"Systemlaufzeit.\n"
-"\n"
-"Durch Betätigen der Schaltfläche „Fortgeschritten“ erhalten Sie die\n"
-"Möglichkeit, weitere Sprachen auf Ihrem Rechner zu installieren, um diese\n"
-"später verwenden zu können. Wollen Sie etwa Spaniern muttersprachlichen\n"
-"Zugang zu Ihrem System erlauben, wählen Sie deutsch als Hauptsprache in der\n"
-"Liste und im Fortgeschrittenen-Bereich „Spanish|Spain“.\n"
-"\n"
-"Haben Sie eine Sprache markiert und die Wahl mit „OK“ bestätigt, gelangen\n"
-"Sie automatisch zum nächsten Schritt."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"„DrakX“ versucht normalerweise die Anzahl Tasten Ihrer Maus zu erkennen.\n"
-"Sollte das nicht möglich sein, so behandelt es Ihre Maus als\n"
-"Zwei-Tasten-Maus und emuliert die mittlere Taste. Es erkennt üblicherweise\n"
-"korrekt, ob es sich um eine serielle, eine PS/2- oder um eine USB-Maus\n"
-"handelt.\n"
-"\n"
-"Sollte dies nicht Ihren Vorstellungen entsprechen: Wählen Sie einfach Ihren\n"
-"Maustyp aus der Liste, die Ihnen angezeigt wird.\n"
-"\n"
-"Anschließend können Sie die Funktionstüchtigkeit Ihrer Maus überprüfen.\n"
-"Verwenden Sie auch die Knöpfe und gegebenenfalls das Mausrad, um\n"
-"sicherzustellen, dass die festgelegten Einstellungen funktionieren. Falls\n"
-"nicht, klicken Sie auf „Abbrechen“ und wählen einen anderen Treiber aus."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Bitte wählen Sie den richtigen Anschluss aus. Die COM1-Schnittstelle unter\n"
-"Windows wird beispielsweise unter GNU/Linux als „ttyS0“ bezeichnet."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Sie können nun das »root« Passwort für Ihr Mandrake Linux System eingeben.\n"
-"Das Passwort muss zweimal eingegeben werden, um sicher zu stellen, dass sie\n"
-"es korrekt eingegeben haben.\n"
-"\n"
-"»root« ist das Benutzerkennzeichen des Systemadministrators. Er ist der\n"
-"einzige der berechtigt ist, neue Software zu installieren, Systemdateien zu\n"
-"ändern oder neue Benutzerkennzeichen anzulegen. Kurz gesagt: »root« darf\n"
-"alles! Wählen Sie deshalb das Passwort sehr sorgfältig aus! Unberechtigter\n"
-"Zugang zu diesem Kennzeichen ist extrem gefährlich für die Integrität Ihres\n"
-"Systems und der darauf enthaltenen Daten. Daher müssen Sie auch ein\n"
-"Passwort auswählen, was nicht leicht zu erraten ist; „DrakX“ teilt Ihnen\n"
-"mit, wenn das Passwort zu einfach ist. Sie sehen, dass es auch möglich ist,\n"
-"kein Passwort zu vergeben. Wir raten Ihnen jedoch dringend davon ab!\n"
-"Glauben Sie nicht, dass nur, weil Sie GNU/Linux geladen haben, Ihre anderen\n"
-"Betriebssysteme vor Fehlern sicher sind. »root« hat keine Beschränkungen.\n"
-"Er könnte beispielsweise unbeabsichtigterweise alle Daten auf allen\n"
-"Partitionen löschen, weil er unvorsichtigerweise auf die Partitionen selber\n"
-"zugegriffen hat!\n"
-"\n"
-"Das Passwort sollte eine Mischung aus alphanumerischen Zeichen sein und\n"
-"mindestens 8 Zeichen lang sein. Es sollte niemals irgendwo aufgeschrieben\n"
-"werden.\n"
-"\n"
-"Machen Sie das Passwort aber nicht zu lang oder zu kompliziert: Sie sollten\n"
-"es sich ohne großen Aufwand merken können.\n"
-"\n"
-"Sie müssen das Passwort zweimal eingeben - ein Tippfehler beim ersten\n"
-"Versuch könnte sonst zu einem Problem werden, da Sie anschließend das\n"
-"„falsche“ Passwort bei der Verbindung mit dem System eingeben müssten.\n"
-"\n"
-"Im Expertenmodus werden Ihnen zusätzliche Optionen zur Verfügung gestellt.\n"
-"Diese hängen davon ab, ob Sie mit sich mit einem Authentifizierungsserver\n"
-"verbinden wollen oder nicht.\n"
-"\n"
-"Falls in Ihrem Netzwerk das LDAP (oder NIS) Protokoll für die\n"
-"Authentifizierung verwendet wird, wählen Sie bitte den entsprechenden\n"
-"Menüpunkt. Falls Sie nicht wissen, welches Protokoll Sie verwenden, fragen\n"
-"Sie Ihren Netzwerkadministrator.\n"
-"\n"
-"Falls Ihr Rechner nicht an einem administrierten Netzwerk hängt, wählen Sie\n"
-"bitte „Lokale Dateien“ zur Authentifizierung."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"„LILO“ und „grub“ sind Betriebssystemstarter für GNU/Linux. Diese\n"
-"Installationsphase läuft in den meisten Fällen völlig automatisch ab.\n"
-"„DrakX“ analysiert den Bootsektor und ergreift dann die passenden\n"
-"Maßnahmen:\n"
-"\n"
-" * Findet „DrakX“ einen Windows-Bootsektor, ersetzt es ihn durch einen\n"
-"„grub“ oder „LILO“-Bootsektor. Sie erhalten dadurch die Möglichkeit, beim\n"
-"Systemstart zwischen Windows (bzw. anderen Betriebssystemen, sofern\n"
-"vorhanden) und Windows auszuwählen;\n"
-"\n"
-" * Findet „DrakX“ einen Linux-Bootsektor vor, ersetzt es ihn durch einen\n"
-"neuen;\n"
-"\n"
-"Im Zweifelsfall bietet „DrakX“ Ihnen einen Dialog mit verschiedenen\n"
-"Auswahlmöglichkeiten.\n"
-"\n"
-" * „Zu verwendender Betriebssystemstarter“: Hier erhalten Sie drei\n"
-"Alternativen:\n"
-"\n"
-" * „Grub“: Falls Sie „grub“ (Textmenü) bevorzugen.\n"
-"\n"
-" * „LILO mit grafischem Menü“: Falls Sie „LILO“ mit seiner grafischen\n"
-"Oberfläche bevorzugen.\n"
-"\n"
-" * „LILO mit Textmenü“: Falls Sie „LILO“ mit Textmenü als Ihren "
-"Favoriten\n"
-"ansehen.\n"
-"\n"
-" * „Boot Gerät“: Normalerweise müssen Sie hier nichts ändern („/dev/hda“),\n"
-"Sie könnten jedoch den Starter auch auf der zweiten Platte installieren,\n"
-"(„/dev/hdb“) oder sogar auf einer Diskette („/dev/fd0“).\n"
-"\n"
-" * „Wartezeit vorm Starten des Standard Betriebssystems“: Wenn Sie Ihren\n"
-"Rechner neu starten erhalten Sie im Menü der zur Verfügung stehenden BSe\n"
-"eine gewisse Zeit um auszuwählen, was Sie starten möchten. Sollten Sie\n"
-"während dieser Zeit keine Wahl getroffen haben, wird Ihr Standard-BS\n"
-"gestartet.\n"
-"\n"
-"!! Machen Sie sich klar, dass Sie sich selbst darum kümmern müssen,\n"
-"irgendwie Ihr Mandrake Linux-System zu starten, wenn Sie hier keinen\n"
-"Betriebssystemstarter installieren (durch Auswahl von „Abbruch“). Stellen\n"
-"Sie auch sicher, dass Sie wissen was Sie tun, wenn Sie hier Einstellungen\n"
-"verändern... !!\n"
-"\n"
-"Durch wählen der Schaltfläche „Fortgeschritten“ erhalten Sie etliche\n"
-"Optionen, die dem fortgeschrittenen Anwender vorbehalten bleiben.\n"
-"\n"
-"Mandrake Linux installiert normalerweise seinen eigenen\n"
-"Betriebssystemstarter, der Sie sowohl GNU/Linux, als auch alle anderen\n"
-"installierten Betriebssysteme starten lässt.\n"
-"\n"
-"Sollte sich auf Ihrem Rechner bereits ein anderes Betriebssystem befinden,\n"
-"so wird dieses sofern es erkannt wird automatisch zu dem Startmenü\n"
-"hinzugefügt. Hier können Sie noch einige Feineinstellungen für die\n"
-"bestehenden Optionen vornehmen. Markieren Sie einen bestehenden Eintrag und\n"
-"betätigen Sie die Schaltfläche „Ändern“, um ihn anzupassen oder zu löschen;\n"
-"„Hinzufügen“ erzeugt einen neuen Eintrag und „Fertig“ bringt Sie zum\n"
-"nächsten Installationsschritt."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"„LILO“ (der LInux LOader) und „grub“ sind Betriebssystemstarter: Diese\n"
-"Programme starten entweder GNU/Linux oder die anderen Betriebssysteme, die\n"
-"auf Ihrem Rechner vorhanden sind. Normalerweise erkennen diese Werkzeuge\n"
-"alle existierenden Betriebssysteme korrekt und bieten Sie als\n"
-"Startalternativen an. Ist dies einmal nicht der Fall, können Sie hier\n"
-"manuell helfend eingreifen. Seien Sie jedoch vorsichtig, dass sie die\n"
-"korrekten Parameter eingeben.\n"
-"\n"
-"Eventuell möchten Sie anderen Anwendern nicht die Möglichkeit geben, diese\n"
-"anderen Betriebssysteme zu verwenden, in diesem Fall können Sie den\n"
-"entsprechenden Eintrag einfach löschen. Das hat jedoch zur Folge, dass sie\n"
-"eine Startdiskette benötigen, um diese Betriebssysteme in Zukunft starten\n"
-"zu können."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Sie müssen nun entscheiden, wo die Informationen zum Starten Ihrer\n"
-"GNU/Linux Distribution erstellt werden sollen.\n"
-"\n"
-"Sofern Sie nicht genau wissen, was sie machen sollen, wählen Sie „Erster\n"
-"Sektor der Platte (MBR)“"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Sie können nun ein Drucksystem wählen. Wo andere Betriebssysteme Ihnen nur\n"
-"eins bieten, bietet Mandrake Linux Ihnen drei:\n"
-"\n"
-" * „pdq“ - Es steht für „print, don't queue“ (engl. für „Drucken ohne\n"
-"Warteschlange“). Falls Sie einen Drucker haben, der direkt an Ihrem Rechner\n"
-"hängt und Sie keine Netzwerkdrucker verwenden wollen, ist dies das\n"
-"Drucksystem Ihrer Wahl. Es kann zwar auch mit Netzwerkdruckern umgehen, ist\n"
-"dabei aber extrem langsam. Wählen Sie „pdq“, wenn Sie ein GNU/Linux Neuling\n"
-"sind. Sie können diese Wahl später immer wieder ändern, indem Sie\n"
-"PrinterDrake im Mandrake Kontrollzentrum starten und dort die Schaltfläche\n"
-"„Expertenmodus“ betätigen.\n"
-"\n"
-" * „CUPS“ - Mit dem „Common Unix Printing System“ (engl. für „Allgemeines\n"
-"Unix-Drucksystem“) können Sie ebenso gut um auf Ihrem direkt\n"
-"angeschlossenen Drucker drucken, wie auf einem Drucker, der an einem Server\n"
-"auf der anderen Seite der Welt hängt. Es ist einfach zu bedienen und kann\n"
-"sowohl als Server als auch als Klient für das alte „lpd“-Drucksystem\n"
-"verwendet werden - Es ist somit rückwärtskompatibel. Es ist sehr mächtig,\n"
-"in seiner Grundeinstellung verhält es sich jedoch genau wie „pdq“. Wenn Sie\n"
-"einen „lpd“ Server benötigen, müssen Sie einfach nur den „cups-lpd“ Dämon\n"
-"starten. „CUPS“ bietet grafische Konfigurations- und Druckmenüs.\n"
-"\n"
-" * „LPRng“ - „Line Printer Daemon new generation“ (engl. für\n"
-"„Zeilendrucker-Dämon - Neue Generation“). Dieses System bietet etwa das\n"
-"gleiche, was die beiden vorherigen können, es erlaubt Ihnen jedoch auch auf\n"
-"Drucker in Novell Netzwerken zuzugreifen, da es das IPX Protokoll\n"
-"beherrscht. Falls Sie das benötigen, verwenden Sie LPRng. Andernfalls ist\n"
-"„CUPS“ vorzuziehen, da es benutzerfreundlicher ist und in\n"
-"Nicht-IPX-Netzwerken besser funktioniert."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"„DrakX“ versucht nun alle IDE Festplatten Ihres Systems zu finden. Unter\n"
-"Anderem sucht „DrakX“ auch nach PCISCSI-Karten, die es kennt, um sie\n"
-"automatisch mit dem richtigen Treiber einzubinden.\n"
-"\n"
-"Falls Sie über keinen SCSI Adapter verfügen, es sich um einen ISASCSI\n"
-"Adapter handelt oder um einen PCISCSI Adapter, bei dem „DrakX“ nicht weiß,\n"
-"welcher Treiber funktioniert, werden Sie gebeten, „DrakX“ zu helfen.\n"
-"\n"
-"Ist in Ihrem Rechner kein SCSI Adapter, wählen Sie einfach „Nein“. Sollten\n"
-"Sie Sich für „Ja“ entscheiden, erscheint eine Liste, aus der Sie Ihren\n"
-"Adapter auswählen können.\n"
-"\n"
-"Mussten Sie den Adapter aus der Liste wählen, fragt „DrakX“ Sie, ob Sie dem\n"
-"Modul Optionen übergeben wollen. Sie können „DrakX“ ruhig erlauben, erst\n"
-"einmal selbst zu versuchen, diese herauszufinden. In den meisten Fällen\n"
-"funktioniert das.\n"
-"\n"
-"Falls nicht, müssen Sie die Optionen angeben. Schauen Sie im\n"
-"Installationshandbuch, wie Sie diese Informationen erhalten können: etwa\n"
-"unter Windows (sofern das auf Ihren Rechner installiert ist), aus den\n"
-"Handbüchern, die sie mit dem Adapter erhalten haben oder von den Web-Seiten\n"
-"des Hardware-Anbieters (sofern Sie einen WWW-Zugang haben)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Sie können weitere „Yaboot“ Einträge angeben, etwa für andere\n"
-"Betriebssysteme, alternative Kerne oder ein Rettungssystem.\n"
-"\n"
-"Für ein anderes BS können Sie nur einen Namen und die Start-Partition\n"
-"angeben.\n"
-"\n"
-"Für Linux gibt es einige Parameter:\n"
-"\n"
-" * „Identifikator“: Es handelt sich um den Namen, den Sie an der „Yaboot“\n"
-"Eingabeaufforderung angeben müssen, um diese Alternative zu wählen.\n"
-"\n"
-" * „Kern“: Der Name des BS-Kerns, den sie starten wollen. Normalerweise\n"
-"handelt es sich um „vmlinuz“ oder eine Variante von „vmlinuz“ mit einer\n"
-"Versionsnummer.\n"
-"\n"
-" * „Verzeichnisbaumwurzel“: Die Verzeichnisbaumwurzel „/“ Ihrer Linux\n"
-"Installation.\n"
-"\n"
-" * „Übergeben“: Auf Apple Hardware, wird die Übergabemöglichkeit weiterer\n"
-"Kernparameter häufig verwendet, um die Grafikausgabe richtig zu\n"
-"konfigurieren oder die Tastaturemulation der Mausknöpfe einzuschalten, da\n"
-"klassische Apple-Mäuse von Hause aus mit 2 fehlenden Maustasten\n"
-"ausgeliefert werden. Hier einige Beispiele:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * „Init-RamDisk“: Dieser Parameter kann entweder verwendet werden, um beim\n"
-"Betriebssystemstart bereits zusätzliche Kern-Module zur Verfügung zu haben,\n"
-"ohne dass das Start-Gerät zur Verfügung steht oder um ein RamDisk Abbild\n"
-"für den BS-Start in Notfällen zur Verfügung zu haben.\n"
-"\n"
-" * „Größe der Init-RamDisk“: Standardmäßig ist eine RamDisk 4096 Bytes "
-"groß.\n"
-"Sollten Sie eine größere RamDisk benötigen, können Sie das mit diesem\n"
-"Parameter einstellen.\n"
-"\n"
-" * „Schreiben/Lesen“: Normalerweise wird die Verzeichnisbaumwurzel zuerst "
-"im\n"
-"Nur-Lese-Modus eingehängt, um eine Dateisystem Verifikation durchführen zu\n"
-"können, bevor das Betriebssystem seinen Dienst aufnimmt. Diesen Umstand\n"
-"können Sie hier abstellen.\n"
-"\n"
-" * „NoVideo“: Sollte sich die Apple Grafik-Hardware als extrem "
-"problematisch\n"
-"erweisen, können Sie diesen Parameter verwenden um im sog. „novideo“-Modus,\n"
-"also im FrameBuffer-Modus zu starten.\n"
-"\n"
-" * „Standard“: Wählt diesen Eintrag als Standard Linux-Kern, den Sie durch\n"
-"Drücken von [Enter] an der „Yaboot“ Eingabeaufforderung gestartet bekommen.\n"
-"Wenn Sie die [Tab]-Taste an der Eingabeaufforderung drücken, erhalten Sie\n"
-"eine Liste der verfügbaren Alternativen. Der Standardeintrag wird mit einem\n"
-"Stern „*“ markiert."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"„Yaboot“ ist ein BS-Starter für NewWorld MacIntosh Rechner. Er kann sowohl\n"
-"GNU/Linux als auch MacOS oder MacOS X starten, falls diese auf Ihrem\n"
-"Rechner installiert sind. Normalerweise werden diese Betriebssysteme alle\n"
-"automatisch gefunden und eingebunden. Sollte dies nicht der Fall sein,\n"
-"können Sie diese hier manuell hinzufügen. Stellen Sie jedoch sicher, die\n"
-"richtigen Parameter zu verwenden.\n"
-"\n"
-"Die Hauptparameter von „Yaboot“ sind:\n"
-"\n"
-" * „Init Nachricht“: Ein Text, der vor der Eingabeaufforderung angezeigt\n"
-"wird.\n"
-"\n"
-" * „Boot Gerät“: Hiermit wird angegeben, wohin die Informationen zum "
-"Starten\n"
-"Ihres GNU/Linux Systems geschrieben werden sollen. Sie sollten in einem\n"
-"früheren Schritt bereits eine Boot-Partition angelegt haben, um diese Daten\n"
-"zu beherbergen.\n"
-"\n"
-" * „Open Firmware Verzögerung“: Im Gegensatz zu „LILO“, stehen mit „Yaboot“\n"
-"zwei Verzögerungen zur Verfügung. Die erste Verzögerung wird in Sekunden\n"
-"angegeben und dient zur Auswahl zwischen CD, OF Boot, MacOS oder Linux.\n"
-"\n"
-" * „BS-Startverzögerung für den Kern“: Diese Verzögerung entspricht der\n"
-"„LILO“ Start-Verzögerung. Sie haben nach der Auswahl von GNU/Linux diese\n"
-"Verzögerung (in 0,1 Sekunden Schritten) Zeit, bis der Standardkern geladen\n"
-"wird.\n"
-"\n"
-" * „BS-Start von CD erlauben“: Markieren dieses Punkts erlaubt es Ihnen an\n"
-"der ersten Eingabeaufforderung „C“ für den Start von CD zu wählen.\n"
-"\n"
-" * „Open Firmware Start erlauben“: Markieren dieses Punkts erlaubt es Ihnen\n"
-"an der ersten Eingabeaufforderung „N“ für den Open Firmware Start zu\n"
-"wählen.\n"
-"\n"
-" * „Standard BS“: Hiermit stellen Sie ein, welches Betriebssystem nach\n"
-"Ablauf der Open Firmware Verzögerung automatisch gestartet werden soll."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Hier bekommen Sie verschiedene Parameter Ihres Systems angezeigt. Je nach\n"
-"vorhandener Hardware sehen Sie hier (oder eben nicht) folgende Einträge:\n"
-"\n"
-" * „Maus“: Kontrollieren Sie die konfigurierte Maus und betätigen Sie, "
-"falls\n"
-"notwendig, die Schaltfläche.\n"
-"\n"
-" * „Tastatur“: Kontrollieren Sie die aktuelle Tastaturvorgabe und wählen "
-"Sie\n"
-"die Schaltfläche, falls Sie die Vorgabe ändern wollen.\n"
-"\n"
-" * „Zeitzone“: „DrakX“ versucht die Zeitzone anhand der gewählten Sprache "
-"zu\n"
-"„erraten“. Es ist jedoch möglich, dass Sie sich nicht in dem Land befinden,\n"
-"das die vorgegebene Sprache erahnen lässt. In diesem Fall sollten Sie die\n"
-"Schaltfläche anwählen, um die Uhr entsprechend Ihrer lokalen Zeitzone zu\n"
-"setzen.\n"
-"\n"
-" * „Drucker“: Durch Anwahl der Schaltfläche „Kein Drucker“ starten Sie den\n"
-"Druckerassistenten.\n"
-"\n"
-" * „Soundkarte“: Falls eine Soundkarte in Ihrem Rechner gefunden wurde, "
-"wird\n"
-"sie hier angezeigt. Es ist jedoch keine Änderung während der Installation\n"
-"möglich.\n"
-"\n"
-" * „TV-Karte“: Falls eine TV-Karte in Ihrem Rechner gefunden wurde, wird "
-"sie\n"
-"hier angezeigt. Es ist jedoch keine Änderung während der Installation\n"
-"möglich.\n"
-"\n"
-" * „ISDN Karte“: Falls eine ISDN Karte in Ihrem Rechner gefunden wurde, "
-"wird\n"
-"sie hier angezeigt. Durch Anwahl der Schaltfläche können Sie die Parameter\n"
-"ändern."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Wählen Sie die Festplatte, die sie löschen wollen, um Ihre neue Mandrake\n"
-"Linux Distribution darauf zu installieren. Achtung: Alle darauf\n"
-"befindlichen Daten gehen bei diesem Schritt unwiederbringlich verloren!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Wählen Sie „OK“, wenn Sie alle Partitionen (damit auch alle Daten) dieser\n"
-"Festplatte löschen wollen. Achtung: durch Betätigen dieser Schaltfläche\n"
-"werden alle Daten auf der Festplatte unwiederbringlich gelöscht (auch alle\n"
-"evtl. vorhandenen Windows(TM)-Daten)!\n"
-"\n"
-"Wählen Sie „Abbruch“, um die vorhandenen Daten unangetastet zu lassen und\n"
-"die Operation abzubrechen."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Ich kann die Kernmodule, die zu diesem Kern passen, nicht finden (Datei %s "
-"fehlt). Das bedeutet normalerweise das Ihre Startdiskette nicht mit dem "
-"Installationsmedium übereinstimmt (Bitte erstellen Sie eine neue "
-"Startdiskette). "
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Sie müssen auch %s formatieren."
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Sie haben die folgenden Server ausgewählt: %s\n"
-"\n"
-"\n"
-"Diese Server werden standardmäßig aktiviert. Sie haben keine bekannten\n"
-"Sicherheitsprobleme, es können jedoch irgendwann welche gefunden werden.\n"
-"In diesem Fall müssen Sie sicherstellen, dass Sie so schnell wie möglich\n"
-" eine Paketaktualisierung vornehmen.\n"
-"\n"
-"\n"
-"Wollen Sie diese Server wirklich installieren?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-"Ich kann kein Broadcast machen,\n"
-"da keine NIS Domäne angegeben wurde"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Legen Sie eine leere, FAT formatierte Diskette in Laufwerk %s ein."
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Diese Diskette ist nich FAT formatiert"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Um diese gespeicherte Paketauswahl zu verwenden, starten Sie die \n"
-"Installation bitte mit: „boot defcfg=floppy“"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fehler beim Lesen der Datei %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Einige Hardware Komponenten Ihres Rechners benötigen „proprietäre“\n"
-"Treiber. Weitere Infos hierzu finden Sie unter: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Sie brauchen eine Verzeichnisbaumwurzel.\n"
-"Erzeugen Sie eine Partition (oder klicken Sie auf eine existierende).\n"
-"Wählen Sie „Einhängpunkt“ und setzen Sie ihn auf „/“"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Sie benötigen eine Auslagerungspartition"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Sie haben keine Auslagerungspartition\n"
-"\n"
-"Wollen Sie trotzdem fortfahren?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Sie müssen eine FAT Partition in „/boot/efi“ eingehängt haben."
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Freien Platz verwenden"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nicht genug freier Platz, um die neue Partition anlegen zu können."
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Verwende existierende Partition(en)"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Es gibt keine existierende Partition, die ich verwenden kann."
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Auf der Windows Partition Loopbacks anlegen"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Auf welche Partition wollen Sie Linux4Win installieren?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Wählen Sie die Größen"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Größe der Verzeichnisbaumwurzel-Partition in MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Größe der Auslagerungspartition in MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Den freien Platz der Windows Partition verwenden"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Bei welcher Partition wollen Sie die Größe ändern?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Errechne die Grenzen des Windows Dateisystems"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Das Werkzeug zum Verändern der FAT Partitionsgröße kann mit der \n"
-"Partition nicht arbeiten. Folgender Fehler trat auf:\n"
-"%s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
-"Starten Sie bitte erst „defrag“ unter Windows."
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"WARNUNG!\n"
-"\n"
-"DrakX wird nun die Größe Ihrer Windows Partition verändern.\n"
-"Seien Sie Vorsichtig: Diese Aktion ist gefährlich. Falls Sie es noch\n"
-"nicht getan haben, sollten Sie nun die Installation abbrechen, um\n"
-"scandisk (sowie möglicherweise defrag) unter Windows auf die Partition \n"
-"anzuwenden. Anschließend können Sie die Installation erneut starten.\n"
-"Sie sollten natürlich generell Sicherheitskopien Ihrer Daten angelegt\n"
-"haben. Falls dies der Fall ist, können Sie mit OK fortfahren."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Wieviel Platz benötigen sie noch für Windows auf"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "Partition %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT Größenanpassung schlug Fehl: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Sie haben keine FAT Partition, deren Größe ich anpassen kann, bzw. die\n"
-"ich als Loopback verwenden kann (möglicherweise haben Sie auch einfach\n"
-"nur nichtmehr genügend freien Speicher)."
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Komplette Platte löschen"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Windows(TM) löschen"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Sie haben mehr als eine Festplatte.\n"
-"Auf welche soll GNU/Linux installiert werden?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"SÄMTLICHE existierende Partitionen samt der derauf befindlichen Daten \n"
-"auf Laufwerk %s gehen dabei verloren"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Benutzerdefinierte Partitionierung"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Fdisk verwenden"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Sie können nun %s partitionieren.\n"
-"Vergessen Sie nicht die Einstellungen mittels ,w` zu speichern, \n"
-"sobald Sie fertig sind."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Sie haben nicht genug freien Platz auf Ihrer Windows Partition."
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ich finde nicht genug Platz für die Installation."
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Der DrakX Partitionierungsassistent fand folgende Lösung:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Das Partitionieren schlug Fehl: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Netzwerkverbindung herstellen"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Netzwerkverbindung trennen"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Es trat ein Fehler auf. Ich weiß jedoch nicht, wie ich damit sinnvoll \n"
-"umgehen soll. Sie können fortfahren, jedoch auf eigenes Risiko!"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Den Einhängpunkt %s kopieren"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Einige wichtige Pakete wurden nicht richtig installiert. \n"
-"Entweder ist Ihr CD-ROM-Laufwerk oder Ihre CD-ROM defekt. \n"
-"Testen Sie die CD-ROM auf einem Linux-Rechner mittels „rpm -qpl \n"
-"Mandrake/rpms/*.rpm“\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Willkommen auf %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Kein Disketten-Laufwerk verfügbar"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Beginn von Schritt „%s“\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Ihr Rechner hat nicht genug Ressourcen. Vermutlich werden bei der \n"
-"Installation Probleme auftreten. In diesem Fall sollten Sie eine \n"
-"Text-Installation versuchen. Drücken Sie dafür <F1> während dem \n"
-"Installationsstart und geben Sie „text“ an der Eingabeaufforderung \n"
-"ein."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installationsart"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Bitte wählen Sie eine der folgenden Installationsklassen:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Die Gesamtgröße der zu installierenden Pakete beträgt etwa %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Falls Sie weniger als diese Menge installieren wollen, \n"
-"geben Sie (in Prozent) an, wie viele Pakete Sie installieren wollen.\n"
-"\n"
-"Ein geringer Prozentsatz installiert nur die wichtigsten Pakete;\n"
-"100%% installiert alle ausgewählten Pakete."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Sie haben nur Platz für %d%% der ausgewählten Pakete. \n"
-"\n"
-"Falls Sie weniger als diese Menge installieren wollen, \n"
-"geben Sie (in Prozent) an, wie viele Pakete Sie installieren wollen.\n"
-"Ein geringer Prozentsatz installiert nur die wichtigsten Pakete;\n"
-"%d%% installiert so viele Pakete wie möglich."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Im nächsten Schritt können Sie genauer auswählen"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Prozent der zu installierenden Pakete"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Auswahl der Paketgruppen"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Individuelle Paketauswahl"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Gesamtgröße: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Ungültiges Paket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Name: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Version: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Größe: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Wichtigkeit: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Sie können dieses Paket nicht auswählen, da Sie nicht genug Plattenplatz "
-"haben."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Die folgenden Pakete werden installiert werden"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Die folgenden Pakete werden entfernt"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Sie können dieses Paket nicht auswählen/es aus der Auswahl entfernen."
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Dieses Paket ist existenziell, sie können es nicht deselektieren"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
-"Sie können dieses Paket nicht aus der Auswahl entfernen. \n"
-"Es ist bereits installiert!"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Dieses Paket muss aktualisiert werden.\n"
-"Sind Sie sicher, dass Sie es aus der Auswahl entfernen wollen?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-"Sie können dieses Paket nicht aus der Auswahl entfernen. \n"
-"Es muss aktualisiert werden!"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Anzeige automatisch markierter Pakete"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installation"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Laden von/Speichern auf Diskette"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Erneuere Paket Auswahl"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimal-Installation"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Zu installierende Pakete auswählen"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Installation wird durchgeführt"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Schätzung"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Verbleibende Zeit "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Bitte warten, bereite Installation vor"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d Pakete"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installation des Pakets %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Akzeptieren"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Zurückweisen"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Bitte wechseln Sie die CD!\n"
-"\n"
-"Bitte legen Sie die CD-ROM „%s“ in Ihr Laufwerk,\n"
-"dann drücken Sie OK.\n"
-"Falls Sie sie nicht vorliegen haben, drücken Sie Abbruch."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Wollen Sie trotzdem fortfahren?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Achtung\n"
-"\n"
-"Bitte lesen Sie die nachfolgenden Ausführungen sorgfältig. Wenn Sie mit\n"
-"irgendeinem Teil nicht einverstanden sind, dürfen Sie nicht den Inhalt\n"
-"der folgenden CDs installieren. Klicken Sie auf „Zurückweisen“, um die\n"
-"Installation ohne Verwendung dieser CDs fortzusetzen.\n"
-"\n"
-"\n"
-"Einige Komponenten auf den nachfolgenden CDs unterliegen nicht der GPL\n"
-"oder ähnlichen Lizenzabkommen. Jede dieser Komponenten unterliegt dann\n"
-"den Bedingungen ihrer eigenen spezifischen Lizenz.\n"
-"Bitte lesen Sie diese Lizenzen sorgfältig und nur wenn Sie mit ihnen\n"
-"einverstanden sind, dürfen Sie die entsprechenden Produkte entsprechend\n"
-"ihrer Lizenz benutzen und weitergeben.\n"
-"Solche Lizenzen verbieten im allgemeinen das Transferieren, Duplizieren\n"
-"(außer für Sicherheitskopien), Weitergeben, Decompilieren, Disassamblen\n"
-"oder Verändern der Komponente.\n"
-"Jeder Bruch des Lizenzabkommens beendet sofort die Ihnen im Rahmen der\n"
-"Lizenz eingeräumten Rechte. Wenn die jeweilige Lizenz Ihnen nicht\n"
-"entsprechende Rechte einräumt, dürfen Sie die Programme nicht auf mehr\n"
-"als einem System installieren oder zur Benutzung in einem Netzwerk\n"
-"einrichten. Im Zweifelsfall kontaktieren Sie bitte den Vertreiber oder\n"
-"Herausgeber der jeweiligen Komponente.\n"
-"Transfer an Dritte oder Kopieren solcher Komponenten inklusive ihrer\n"
-"Dokumentation ist normalerweise verboten.\n"
-"\n"
-"\n"
-"Alle Rechte an den Komponenten der nachfolgenden CDs liegen bei den\n"
-"jeweiligen Autoren und sind durch die Urheberrechtsgesetze für\n"
-"Softwareprodukte geschützt.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Es ist ein Fehler aufgetreten"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Möchten Sie die Installation wirklich beenden?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Lizenz"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Bei dieser Übersetzung handelt es sich um eine inoffizielle Übersetzung\n"
-"der Mandrake Linux-Lizenz in die deutsche Sprache. Sie ist keine\n"
-"rechtsverbindliche Darstellung der Lizenzbedingungen der Software in\n"
-"dieser Distribution - nur der ursprüngliche französische Text der\n"
-"Mandrake Linux Lizenz ist rechtsverbindlich. Wir hoffen aber, dass diese\n"
-"Übersetzung den deutschsprechenden Benutzern das Verständnis dieser\n"
-"Lizenz erleichtert.\n"
-"\n"
-"\n"
-"Einführung\n"
-"\n"
-"Das Betriebssystem und die anderen Komponenten, die in Mandrake Linux\n"
-"enthalten sind, werden hier „Software-Produkte“ genannt. Die\n"
-"Software-Produkte umfassen, aber sind nicht beschränkt auf, die\n"
-"Gesamtheit der Programme, Methoden, Regeln, und Dokumentation, welche\n"
-"zum Betriebssystem und den anderen Komponenten der Mandrake Linux\n"
-"Distribution gehören.\n"
-"\n"
-"\n"
-"1. Lizenzabkommen\n"
-"\n"
-"Bitte lesen Sie dieses Dokument sorgfältig. Dieses Dokument ist ein\n"
-"Lizenzabkommen zwischen Ihnen und MandrakeSoft S. A. welches sich auf\n"
-"die Software-Produkte bezieht.\n"
-"Durch Installation, Duplizierung oder Benutzung der Software-Produkte in\n"
-"irgendeiner Art und Weise erklären Sie sich mit den Bedingungen dieser\n"
-"Lizenz einverstanden.\n"
-"Wenn Sie mit irgendeinem Punkt dieser Lizenz nicht einverstanden sind,\n"
-"ist es Ihnen nicht erlaubt, die Software-Produkte zu installieren,\n"
-"duplizieren oder zu benutzen.\n"
-"Mit jedem Versuch, die Software-Produkte in einer Art und Weise zu\n"
-"benutzen, die nicht den Bedingungen dieser Lizenz entspricht, verlieren\n"
-"Sie die Ihnen mit dieser Lizenz eingeräumten Rechte. In diesem Fall\n"
-"haben Sie unverzüglich alle Kopien der Software-Produkte zu vernichten.\n"
-"\n"
-"\n"
-"2. Eingeschränkte Garantie\n"
-"\n"
-"Die Software-Produkte und die beigefügte Dokumentation werden dem\n"
-"Benutzer lediglich zur Verfügung gestellt, es wird keinerlei Garantie\n"
-"gegeben soweit es gesetzlich zulässig ist.\n"
-"MandrakeSoft S. A. haftet unter keinen Umständen, soweit gesetzlich\n"
-"zulässig, für direkte oder indirekte Schäden irgendwelcher Art,\n"
-"(inklusive uneingeschränkt Schäden aufgrund Verlust von\n"
-"Geschäftsbeziehungen, Unterbrechung von Geschäftsvorgängen,\n"
-"finanziellen Verlust, Gebühren oder Strafen aufgrund gerichtlicher\n"
-"Entscheide, oder jegliche Folgeschäden) die aufgrund der Benutzung oder\n"
-"der Unmöglichkeit der Benutzung der Software-Produkte entstehen, auch\n"
-"wenn MandrakeSoft S. A. über die Möglichkeit und das Auftreten\n"
-"derartiger Schäden unterrichtet wurde.\n"
-"\n"
-"\n"
-"EINGESCHRÄNKTE VERANTWORTLICHKEIT BEZOGEN AUF DEN BESITZ UND DIE\n"
-"BENUTZUNG VON SOFTWARE, DIE IN EINIGEN LÄNDERN VERBOTEN IST.\n"
-"\n"
-"\n"
-"Soweit gesetzlich zulässig, haften MandrakeSoft S. A. und deren\n"
-"Vertreiber unter keinen Umständen für direkte oder indirekte Schäden\n"
-"irgendwelcher Art, (inklusive uneingeschränkt Schäden aufgrund Verlust\n"
-"von Geschäftsbeziehungen, Unterbrechung von Geschäftsvorgängen,\n"
-"finanziellen Verlust, Gebühren oder Strafen aufgrund gerichtlicher\n"
-"Entscheide, oder jegliche Folgeschäden) die aufgrund des Besitzes und\n"
-"der Benutzung von Software-Komponenten oder aufgrund des Ladens von\n"
-"Software-Komponenten von den Internet-Servern von MandrakeSoft S. A.,\n"
-"deren Besitz und Benutzung in einigen Ländern aufgrund lokaler Gesetze\n"
-"nicht gestattet ist, entstehen.\n"
-"Diese Einschränkung der Verantwortlichkeit bezieht sich auch, aber nicht\n"
-"nur, auf die Komponenten für starke Kryptografie enthalten in den\n"
-"Software-Produkten.\n"
-"\n"
-"\n"
-"3. Die GPL und verwandte Lizenzen\n"
-"\n"
-"Die Software-Produkte bestehen aus Komponenten, die von verschiedenen\n"
-"Personen und Einrichtungen erstellt wurden. Die meisten Komponenten\n"
-"unterliegen den Bedingungen der GNU General Public License, im folgenden\n"
-"„GPL“ genannt, oder ähnlichen Lizenzen. Die meisten dieser Lizenzen\n"
-"erlauben es, die Komponenten, die diesen Lizenzen unterliegen, zu\n"
-"benutzen, zu duplizieren, anzupassen, und weiterzugeben. Bitte lesen sie\n"
-"sorgfältig die Bedingungen der Lizenzabkommen von jeder Komponente,\n"
-"bevor Sie sie benutzen. Jegliche Frage zur Lizenz einer Komponente ist an\n"
-"den Autor der Komponente und nicht an MandrakeSoft S. A. zu richten. Die\n"
-"von MandrakeSoft S. A. erstellten Programme unterliegen der GPL.\n"
-"Von MandrakeSoft S. A. geschriebene Dokumentation unterliegt einer\n"
-"spezifischen Lizenz. Bitte lesen Sie die Dokumentation für weitere\n"
-"Details.\n"
-"\n"
-"\n"
-"4. Geistiges Eigentum\n"
-"\n"
-"Alle Rechte an den Komponenten der Software-Produkte liegen bei den\n"
-"entsprechenden Autoren und sind durch die Urheberrechtsgesetze für\n"
-"Softwareprodukte geschützt.\n"
-"MandrakeSoft S. A. behält sich das Recht vor, die Software-Produkte zu\n"
-"modifizieren und anzupassen.\n"
-"„Mandrake“, „Mandrake Linux“ und entsprechende Logos sind eingetragene\n"
-"Warenzeichen der MandrakeSoft S. A..\n"
-"\n"
-"\n"
-"5. Gesetzliche Bestimmungen\n"
-"\n"
-"Wenn irgendein Teil dieses Lizenzabkommens durch einen Gerichtsentscheid\n"
-"für ungültig, illegal oder inakzeptabel erklärt wird, wird dieser Teil\n"
-"aus dem Abkommen ausgeschlossen. Sie bleiben weiterhin an die anderen,\n"
-"anwendbaren Teile gebunden.\n"
-"Die Bedingungen dieses Lizenzabkommens unterliegen den Gesetzen von\n"
-"Frankreich. Alle Unstimmigkeiten bezüglich der Bedingungen dieser Lizenz\n"
-"werden vorzugsweise außergerichtlich beigelegt. Letztes Mittel ist das\n"
-"zuständige Gericht in Paris, Frankreich.\n"
-"Zu jeglicher Frage zu diesem Dokument kontaktieren Sie bitte\n"
-"MandrakeSoft S. A..\n"
-"Introduction\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"\n"
-"Hier die französche Version:\n"
-"\n"
-"Le système d'exploitation et les divers composants disponibles dans la \n"
-"distribution Mandrake Linux sont ci-après dénommés ensemble les \n"
-"« Logiciels ». Les Logiciels comprennent notamment, mais de façon non \n"
-"limitative, l'ensemble des programmes, procédés, règles et documentations \n"
-"relatifs au système d'exploitation et aux divers composants de la \n"
-"distribution Mandrake Linux.\n"
-"\n"
-"\n"
-"1. Licence\n"
-"\n"
-"Veuillez lire attentivement le présent document. Ce document constitue \n"
-"un contrat de licence entre vous (personne physique ou personne morale) et \n"
-"MandrakeSoft S.A. portant sur les Logiciels.\n"
-"Le fait d'installer, de reproduire ou d'utiliser les Logiciels de quelque \n"
-"manière que ce soit indique que vous reconnaissez avoir préalablement eu \n"
-"connaissance et que vous acceptez de vous conformer aux termes et "
-"conditions \n"
-"du présent contrat de licence. En cas de désaccord avec le présent "
-"document \n"
-"vous n'êtes pas autorisé à installer, reproduire et utiliser de quelque \n"
-"manière que ce soit ce produit.\n"
-"Le contrat de licence sera résilié automatiquement et sans préavis dans le \n"
-"cas où vous ne vous conformeriez pas aux dispositions du présent document. \n"
-"En cas de résiliation vous devrez immédiatement détruire tout exemplaire "
-"et \n"
-"toute copie de tous programmes et de toutes documentations qui constituent \n"
-"le système d'exploitation et les divers composants disponibles dans la \n"
-"distribution Mandrake Linux.\n"
-"\n"
-"\n"
-"2. Garantie et limitations de garantie\n"
-"\n"
-"Les Logiciels et la documentation qui les accompagne sont fournis en "
-"l'état \n"
-"et sans aucune garantie. MandrakeSoft S.A. décline toute responsabilité \n"
-"découlant d'un dommage direct, spécial, indirect ou accessoire, de quelque \n"
-"nature que ce soit, en relation avec l'utilisation des Logiciels, "
-"notamment \n"
-"et de façon non limitative, tout dommage entraîné par les pertes de \n"
-"bénéfices, interruptions d'activité, pertes d'informations commerciales ou \n"
-"autres pertes pécuniaires, ainsi que des éventuelles condamnations et \n"
-"indemnités devant être versées par suite d'une décision de justice, et ce \n"
-"même si MandrakeSoft S.A. a été informée de la survenue ou de \n"
-"l'éventualité de tels dommages.\n"
-"\n"
-"AVERTISSEMENT QUANT A LA DETENTION OU L'UTILISATION DE LOGICIELS \n"
-"PROHIBES DANS CERTAINS PAYS \n"
-"\n"
-"En aucun cas, ni MandrakeSoft S.A. ni ses fournisseurs ne pourront être \n"
-"tenus responsable à raison d'un préjudice spécial, direct, indirect ou \n"
-"accessoire, de quelque nature que ce soit (notamment et de façon non \n"
-"limitative les pertes de bénéfices, interruptions d'activité, pertes \n"
-"d'informations commerciales ou autres pertes pécuniaires, ainsi que \n"
-"des éventuelles condamnations et indemnités devant être versées par suite \n"
-"d'une décision de justice) qui ferait suite à l'utilisation, la détention \n"
-"ou au simple téléchargement depuis l'un des sites de téléchargement de \n"
-"Mandrake Linux de logiciels prohibés par la législation à laquelle vous \n"
-"êtes soumis. Cet avertissement concerne notamment certains logiciels de \n"
-"cryptographie fournis avec les Logiciels.\n"
-"\n"
-"\n"
-"3. Licence GPL et autres licences\n"
-"\n"
-"Les Logiciels sont constitués de modules logiciels créés par diverses \n"
-"personnes (physiques ou morales). Nombre d'entre eux sont distribués sous \n"
-"les termes de la GNU General Public Licence (ci-après dénommée « GPL ») ou \n"
-"d'autres licences similaires. La plupart de ces licences vous permettent \n"
-"de copier, d'adapter ou de redistribuer les modules logiciels qu'elles \n"
-"régissent. Veuillez lire et agréer les termes et conditions des licences \n"
-"accompagnant chacun d'entre eux avant de les utiliser. Toute question \n"
-"concernant la licence de chaque Logiciel est à soumettre à l'auteur (ou \n"
-"ses représentants) du Logiciel et non à MandrakeSoft. \n"
-"Les programmes conçus par MandrakeSoft sont régis par la licence GPL. \n"
-"La documentation rédigée par MandrakeSoft fait l'objet d'une licence \n"
-"spécifique. Veuillez vous référez à la documentation pour obtenir plus \n"
-"de précisions.\n"
-"\n"
-"\n"
-"4. Propriété intellectuelle\n"
-"\n"
-"Tous les droits, titres et intérêts des différents Logiciels sont la \n"
-"propriété exclusive de leurs auteurs respectifs et sont protégés au titre \n"
-"des droits de propriété intellectuelle et autres lois régissant le droit \n"
-"des Logiciels. Les marques « Mandrake » et « Mandrake Linux » ainsi que "
-"les \n"
-"logotypes associés sont déposés par MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Dispositions diverses\n"
-"\n"
-"Si une disposition de ce contrat de licence devait être déclarée nulle, \n"
-"illégale ou inapplicable par un tribunal compétent, cette disposition sera \n"
-"exclue du présent contrat. Vous continuerez à être liés aux autres \n"
-"dispositions, qui recevront leurs pleins effets. Le contrat de licence \n"
-"est soumis à la Loi française. Toute contestation relative aux présentes \n"
-"sera réglée préalablement par voie amiable. A défaut d'accord avec \n"
-"MandrakeSoft S.A., les tribunaux compétents de Paris seront saisis du \n"
-"litige. Pour toute question relative au présent document, veuillez \n"
-"contacter MandrakeSoft S.A.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatur"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Bitte wählen Sie Ihren Tastaturtyp."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Hier die Liste aller Tastaturen"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Welche Installationsart wollen Sie durchführen?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installation/Aktualisierung"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Handelt es sich um eine Installation oder eine Aktualisierung?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Empfehlenswert"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Experte"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Aktualisierung"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Nur Pakete aktualisieren"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Bitte wählen Sie Ihren Maustyp."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Maus Port"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Bitte wählen Sie den seriellen Anschluss, an dem Ihre Maus hängt."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Tastenemulation"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulation der 2. Taste"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulation der 3. Taste"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA Karten konfigurieren ..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE konfigurieren"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "Keine Partition verfügbar"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Durchsuchen der Partitionen, um die Einhängpunkte zu finden."
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Wählen Sie die Einhängpunkte"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Vermutlich ist Ihre Partitionstabelle fehlerhaft, ich habe Probleme,\n"
-"sie zu lesen :-( (Folgender Fehler trat auf: „%s“).\n"
-"Ich kann fortfahren, indem ich die fehlerhaften Partitionen lösche \n"
-"(dabei gehen ALLE darauf vorhandenen DATEN VERLOREN!). Alternativ können \n"
-"Sie mir jedoch auch verbieten, die Partitionstabelle zu verändern.\n"
-"\n"
-"Sind Sie einverstanden, dass ich die problematischen Partitionen lösche?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ist nicht in der Lage, Ihre Partitionstabelle korrekt zu \n"
-"interpretieren. Sie können fortfahren, jedoch auf eigenes Risiko!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Sie haben keinen Platz für die 1 MB große Start-Partition vorgesehen! Die "
-"Installation wird fortgesetzt, Sie müssen jedoch eine Start-Partition mit "
-"DiskDrake erstellen."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr ""
-"Es wurde keine Verzeichnisbaumwurzel gefunden, die aktualisiert werden kann."
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Verzeichnisbaumwurzel"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Welche Partition ist Ihre Verzeichnisbaumwurzel?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Sie müssen Ihren Rechner neu starten, um die Änderungen \n"
-"der Partitionstabelle wirksam werden zu lassen."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Zu formatierende Partitionen auswählen"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Soll ich nach defekten Blöcken suchen?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Partitionen formatieren"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Erzeugen und formatieren der Datei %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Der Swap-Bereich ist zu klein, um die Installation zu ermöglichen! \n"
-"Bitte vergrößern Sie den Bereich."
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Suche nach vorhandenen Paketen"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Finden der zu aktualisierenden Pakete"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Es steht auf Ihrem System nicht genügend Speicherplatz für die \n"
-"Installation bzw. Aktualisierung zur Verfügung (%d > %d)."
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Komplett (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimal (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Empfohlen (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Bitte wählen Sie, ob die Paketauswahl von Diskette geladen \n"
-"oder darauf gespeichert werden soll. Es handelt sich um das \n"
-"selbe Format, wie die unter „auto_install“ erzeugten Disketten."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Von Diskette laden"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Laden von Diskette ..."
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Auswahl der Pakete"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr ""
-"Legen Sie eine Diskette ein, auf der Ihre Paketauswahl gespeichert ist."
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Auf Diskette speichern"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Gewünschte Größe übersteigt den verfügbaren Platz"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Installationsklasse"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Sie haben keine Paketgruppe ausgewählt\n"
-"Bitte wählen Sie die minimale Installation, die Sie wünschen."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Mit X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Mit minimaler Dokumentation (Empfohlen)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Extrem minimale Installation (ohne „urpmi“)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Falls Sie alle aufgeführten CDs haben, wählen Sie „OK“, \n"
-"falls Sie keine der aufgeführten CDs haben, wählen Sie „Abbruch“,\n"
-"falls nur einige der aufgeführten CDs fehlen, entfernen Sie die \n"
-"entsprechende Markierung und wählen Sie dann „OK“."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM „%s“"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Installation vorbereiten"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installiere Paket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Einstellungen für nach der Installation"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr ""
-"Bitte legen Sie die Diskette der zu aktualisiernden Module in Laufwerk %s "
-"ein."
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Sie haben nun die Möglichkeit Software mit starker Verschlüsselung aus dem \n"
-"Internet zu laden.\n"
-"\n"
-"WARNUNG:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall MandrakeSoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"Bitte wenden Sie sich für alle weiteren Fragen bzgl. dieser Übereinkunft "
-"an: \n"
-"MandrakeSoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Sie haben nun die Möglichkeit Pakete zu installieren, die nach Erscheinen\n"
-"der Distribution aktualisiert wurden. Es handelt sich um \n"
-"Sicherheitsaktualisierungen und Fehlerkorrekturen.\n"
-"\n"
-"Allerdings benötigen Sie dafür eine funktionierende Internertverbindung.\n"
-"\n"
-"Möchten Sie die Aktualisierungen vornehmen?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Verbindung mit dem Mandrake Linux Web-Server aufbauen, um eine Liste\n"
-"verfügbarer Pakete zu erhalten."
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Bitte wählen Sie einen Mirror, von dem Sie die Pakete holen wollen."
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"Verbindung mit dem Mirror aufbauen, um eine Liste verfügbarer Pakete zu "
-"erhalten."
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Wählen Sie Ihre Zeitzone"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardware Uhr liefert GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatische Zeit-Synchronisation (durch NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP Server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "CUPS-Server auf der Gegenseite"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Kein Drucker"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Verfügen Sie über eine ISA soundkarte?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Starten Sie „sndconfig“ nach der Installation, um Ihre Soundkarte "
-"einzurichten."
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Es wurde keine Soundkarte gefunden. Versuchen Sie „harddrake“nach der "
-"Installation."
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Zusammenfassung"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Maus"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Zeitzone"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Drucker"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN Karte"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Soundkarte"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-Karte"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokale Dateien"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Root-Passwort setzen"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Kein Passwort"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Authentifizierung"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP Authentifizierung"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP Server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS Authentifizierung"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS Domain"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS Server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Mit einer individuellen Startdiskette können Sie Ihr LINUX-System starten, \n"
-"ohne auf einen Betriebssystemstarter angewiesen zu sein. Dies ist "
-"nützlich, \n"
-"wenn Sie SILO nicht auf Ihrem System installieren möchten, wenn ein \n"
-"anderes Betriebssystem SILO entfernt hat oder Ihre Hardware-Konfiguration \n"
-"die Verwendung eines BS-Starters nicht korrekt verarbeitet. \n"
-"Eine individuelle Startdiskette kann auch in Verbindung mit der \n"
-"Mandrake Linux Rettungsdiskette verwendet werden, wodurch das System \n"
-"nach schwerwiegenden Fehlern viel einfacher wiederhergestellt werden \n"
-"kann.\n"
-"\n"
-"Falls Sie eine Startdiskette erstellen wollen, legen Sie eine Diskette \n"
-"ohne relevante Daten in ihr erstes Laufwerk und drücken Sie „OK“."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "erste Disketten-Laufwerk"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "zweite Disketten-Laufwerk"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Überspringen"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Mit einer individuellen Startdiskette können Sie Ihr LINUX-System starten, \n"
-"ohne auf den normalen Betriebssystemstarter angewiesen zu sein. Dies ist "
-"nützlich, wenn \n"
-"Sie weder LILO noch Grub auf Ihrem System installieren möchten, wenn ein \n"
-"anderes Betriebssystem Ihren Betriebssystemstarter entfernt hat oder Ihre "
-"Hardware-Konfiguration die Verwendung eines Betriebssystemstarters nicht "
-"korrekt \n"
-"verarbeitet. Eine individuelle Startdiskette kann auch mit der Linux \n"
-"Mandrake Rettungsdiskette verwendet werden, wodurch das System nach \n"
-"schwerwiegenden Fehlern viel einfacher wiederhergestellt werden kann.\n"
-"\n"
-"Möchten Sie jetzt eine Startdiskette für Ihr System erstellen?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(WARNUNG! Sie verwenden XFS für Ihre Verzeichnisbaumwurzel.\n"
-"Das Erstellen einer Startdiskette auf einem 1,44 MB Medium \n"
-"schlä sicher fehl, da XFS einen sehr großen Treiber benötigt)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Ich kann kein Laufwerk finden"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Wählen Sie das Laufwerk, in dem Sie die Start-Diskette erstellen wollen"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr ""
-"Legen Sie eine Diskette, die keine relevanten Daten mehr enthällt in das %s "
-"ein."
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Startdiskette wird erstellt..."
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Betriebssystemstarter vorbereiten"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Sie scheinen einen „OldWorld“ oder unbekannten\n"
-"Rechner zu verwenden. Der Betriebssystemstarter\n"
-"„yaboot“ wird daher leider nicht funktionieren.\n"
-"Die Installation wird fortgesetzt, sie werden jedoch \n"
-"„BootX“ verwenden müssen um LINUX auf Ihrem Rechner\n"
-"zu starten."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Möchten Sie „aboot“ verwenden?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Fehler bei der Installation von aboot. Soll ich die Installation \n"
-"mit Gewalt versuchen, auch wenn dies die Zerstörung der ersten \n"
-"Partition verursachen kann?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "BS-Starter installieren"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Die Installation des BS-Starters schlug Fehl. Folgender Fehler trat auf:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Sie müssen Ihr Open Firmware Startgerät anpassen, dass es den \n"
-"BS-Starter erkennt. Falls Sie beim Neustart nicht die \n"
-"Eingabeaufforderung des BS-Starters sehen, drücken Sie \n"
-"Strg-Option-O-F und geben Sie folgendes ein:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-"Tippen Sie dann: shut-down\n"
-"Beim darauffolgenden Neustart sollte Sie die Eingabeaufforderung sehen."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Legen Sie eine leere Diskette in das %s ein."
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Erstellen einer Auto-Installationsdiskette"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Einige Schritte sind noch nicht komplett.\n"
-"\n"
-"Wollen Sie DrakX wirklich beenden?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Herzlichen Glückwunsch, die Installation ist abgeschlossen.\n"
-"Entfernen Sie die Startmedien (CD-ROMs / Disketten) und drücken Sie die "
-"Eingabetaste zum Neustart Ihres Rechners.\n"
-"\n"
-"Für Informationen zu Sicherheitsaktualisierungen dieser Version von Mandrake "
-"Linux informieren Sie sich bitte unter \n"
-"\n"
-"http://www.mandrakelinux.com/en/82errata.php3\n"
-"\n"
-"Wie Sie Ihr System warten können, erfahren Sie im Kapitel „Nach der "
-"Installation“ im offiziellen Benutzerhandbuch von Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Erstellen einer Auto-Installationsdiskette"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Die automatische Installation kann, falls Sie wollen,\n"
-"vollautomatisch erfolgen. In diesem Fall wird die\n"
-"Festplatte vollständig durch DrakX rekonfiguriert\n"
-"(diese Möglichkeit ist für die Replikation auf anderen\n"
-"Rechnern gedacht).\n"
-"\n"
-"Vermutlich werden Sie es vorziehen, erneut eine normale\n"
-"Installation durchzuführen.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatisiert"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Erneut abspielen"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Paketauswahl speichern"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installation %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> nächstes Element | <Leertaste> auswählen | <F12> weiter "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "Ich kann „kdesu“ nicht finden!"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "Das Programm „consolehelper“ wurde nicht gefunden."
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Wählen Sie eine Datei"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Fortgeschritten"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Einfach"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Bitte warten"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Baum erweitern"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Baum verkleinern"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Umschalten zwischen unsortiert und gruppiert"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Schlechte Wahl, bitte versuchen Sie es noch einmal\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ihre Wahl? (Standard ‚%s‘) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Angaben, die Sie machen müssen:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ihre Wahl? (0/1, Standard ‚%s‘) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Schaltfläche „%s“: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Möchten Sie diese Schaltfläche betätigen?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ihre Wahl? (Standard „%s“ %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Es gibt zahlreiche Auswahlmöglichkeiten (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Bitte wählen Sie die Nummer aus dem Bereich, die Sie bearbeiten wollen,\n"
-"oder betägen Sie die Eingabetaste um fort zu fahren.Ihre Wahl? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Anmerkung: Ein Eintrag wurde geändert:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Erneut verschicken"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tschechien (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Deutschland"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spanien"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finnland"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Frankreich"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norwegen"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polen"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russland"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Schweden"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Grßbritannien"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Vereinigte Staaten von Amerika"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanien"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenien (alt)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenien (Schreibmaschine)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenien (Phonetisch)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Aserbeidschan (Lateinisches Layout)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgien"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgarien (Phonetisch)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgarien (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilien (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Weißrussland"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Schweiz (deutsches Layout)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Schweiz (französisches Layout)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tschechien (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Deutschland (ohne Tod-Tasten)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dänemark"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (USA)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwegen)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Schweden)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estland"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgien (Kyrillisches Layout)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgien (Lateinisches Layout)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Griechenland"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungarn"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroatien"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israel"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israel (Phonetisch)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iran"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Island"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italien"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japan (106 Tasten)"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korea"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Lateinamerika"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litauen (AZERTY - alt)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litauen (AZERTY - neu)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litauen (QWERTY - „number row“)"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litauen (QWERTY - Phonetisch)"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Lettland"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Mazedonien"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Niederlande"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polen (QWERTY Layout)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polen (QWERTZ Layout)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugal"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumänien (QWERTZ)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumänien (QWERTY)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russland (YaWERTY)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slowenien"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slowakei (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slowakei (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbien (Kyrillisches Layout)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Indien (Tamilisches Layout)"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thailändische Tastatur"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tadschikistan"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Türkei (traditionelles „F“ Modell)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Türkei (modernes „Q“ Modell)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukraine"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Vereinigte Staaten von Amerika (international)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnam QWERTY („number row“)"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslawien (Lateinisches Layout)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "AltGr-Taste"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Beide Umschalttasten gleichzeitig"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Strg und Umschalttaste gleichzeititg"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock Taste"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Strg und Alt gleichzeitig"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt und Umschalttaste gleichzeitig"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Menütaste"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Linke „Windows“-Taste"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Rechte „Windows“-Taste"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Schleife bei den Einhängpunkten %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Entfernen Sie erst die Logischen Medien\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Die PCMCIA-Unterstützung für 2.2er Kerne wurde eingestellt. Verwenden Sie "
-"bitte einen 2.4er Kern."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Maus"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MausMan/FirstMaus (Seriell)"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generische PS2 Rad-Maus"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Maus"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMaus"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 Taste"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generische 2 Tasten Maus"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generisch"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rad"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "Seriell"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Generische 3 Tasten Maus"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMaus"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MausMan/FirstMaus"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Serie"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MausMan+/FirstMaus+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Serie"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Maus (Seriell, alter C7 Typ)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "Bus-Maus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 Tasten"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 Tasten"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "keine"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Keine Maus"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Bitte testen Sie Ihre Maus"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Um Ihre Maus zu aktivieren:"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "BEWEGEN SIE IHR MAUS-RAD!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Beenden"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Weiter ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Zurück"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Ist dies richtig?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Internetverbindung"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Der gebräuchlichste Weg mit ADSL eine Verbindung aufzubauen ist pppoe.\n"
-"Einige Verbindungen benutzen jedoch pptp, andere dhcp.\n"
-"Wenn Sie nicht wissen was Sie brauchen, wählen Sie „pppoe verwenden“"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "DHCP verwenden"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "PPPOE verwenden"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "PPTP verwenden"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Welchen DHCP Klienten wollen Sie verwenden?\n"
-"Voreingestellt ist „dhcpcd“"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Ich habe keine Ethernet-Netzwerkkarte finden können, daher kanndieser "
-"Verbindungstyp nicht konfiguriert werden."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Wählen Sie die Netzwerkkarte"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Bitte wählen Sie, über welches Netzwerkgerät Sie die \n"
-"Internetverbindung herstellen wollen."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "Keine Netzwerkkarte gefunden"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Netzwerk konfigurieren"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Bitte geben Sie ihren Rechnernamen an.\n"
-"Einige DHCP-Server benötigen ihn, um korrekt zu arbeiten.\n"
-"Ihr Rechnername sollte auch die Domain beinhalten,\n"
-"etwa „meinrechner.meineabteilung.meinefirma.de“."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Rechnername"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Netzwerk Konfigurationsassistent"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Externes ISDN Modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interne ISDN Karte"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Um welchen Typ ISDN-Verbindung handelt es sich?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Welche ISDN Konfiguration wollen Sie durchführen?\n"
-"\n"
-"* Die alte Konfiguration verwendet „isdn4net“. Sie \n"
-" enthällt mächtigere Werkzeuge, ist jedoch komplizierter \n"
-" einzurichten und nicht voll standardkonform.\n"
-"\n"
-"* Die neue Konfiguration mit „isdn-light“ ist \n"
-" verständlicher und standardkonformer, sie enthällt \n"
-" jedoch weniger Werkzeuge.\n"
-"\n"
-"Wir empfehlen die „isdn-light“ Variante.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Neue Konfiguration (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Alte Konfiguration (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN Konfiguration"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Wählen Sie Ihren Netzanbieter.\n"
-"Sollte er nicht aufgeführt sein, wählen Sie „Nicht aufgeführt“"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europäisches Protokoll"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Europäisches Protokoll (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokoll für den Rest der Welt"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokoll für den Rest der Welt \n"
-"ohne D-Kanal (Leased Lines)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Welches Protokoll wollen Sie verwenden?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Welchen Kartentyp verwenden Sie?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Keine Ahnung"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA/PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Falls Sie eine ISA-Karte besitzen, sollten die Einstellungen auf dem "
-"nächsten Schirm korrekt sein.\n"
-"\n"
-"Falls Sie eine PCMCIA-Karte besitzen, müssen Sie IRQ und E/A-Bereich Ihrer "
-"Karte kennen.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Abbruch"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Fortfahren"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Bitte wählen Sie Ihre ISDN Karte"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Ich habe eine PCI ISDN-Karte gefunden, \n"
-"kenne sie jedoch nicht. Bitte helfen Sie mir,\n"
-"indem Sie im nächsten Menü eine auswählen."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Ich konnte keine PCI ISDN-Karte finden.\n"
-"Bitte wählen Sie im nächsten Menü eine aus."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Bitte wählen Sie den seriellen Anschluss, an dem Ihr Modem hängt."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Einwahl Parameter"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Name der Verbindung"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonnummer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Login ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skript-basiert"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminal-basiert"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Name der Domäne"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Erster DNS Server (optional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Zweiter DNS Server (optional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Sie können die Verbindung trennen oder sie neu konfigurieren."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Sie können Ihre Internetverbindung neu konfigurieren"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Sie sind momentan mit dem Internet verbunden."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Sie können eine Internetverbindung aufbauen oder die Verbindung neu "
-"konfigurieren"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Sie sind momentan nicht mit dem Internet verbunden."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Verbinden"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Verbindung trennen"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Die Verbindung konfigurieren"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internetverbindung und -einrichtung"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Wir werden nun die Verbindung „%s“ konfigurieren."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Wir werden nun die Verbindung „%s“ konfigurieren.\n"
-"\n"
-"\n"
-"Wählen Sie „OK“, um fortzufahren."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Netzwerk konfigurieren"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Da Sie eine Netzwerkinstallation durchführen, ist Ihr Netzwerk bereits\n"
-"konfiguriert. Wählen Sie „OK“, um diese Einstellung beizubehalten oder\n"
-"„Abbruch“, um Ihre Internet- und Netzwerk-Konfiguration neu zu\n"
-"konfigurieren.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Willkommen zum Netzwerk Konfigurationsassistent.\n"
-"\n"
-"Ich versuche nun Ihre Internet-/Netzwerk-Verbindung zu konfigurieren.\n"
-"Falls Sie keine Autodetektion wünschen, entfernen Sie bitte die Markierung.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Wählen Sie das Profil, dass eingestellt werden soll"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Autoerkennung benutzen"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Geräteerkennung..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normale Modem Verbindung"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "an Prot %s gefunden"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN Verbindung"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s gefunden"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL Verbindung"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "an Schnittstelle %s gefunden"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabel Verbindung"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Kabel Verbindung gefunden"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN Verbindung"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "Netzwerkkarte(n) gefunden"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Wählen Sie die Verbindung, die Sie konfigurieren wollen"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Sie haben verschiedene Varianten eingerichtet, sich mit dem\n"
-"Internet zu verbinden. Bitte wählen Sie, welche Verbindungsart\n"
-"ich versuchen soll.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internet-Verbindung"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Möchten Sie die Verbindung bei Betriebssystemstart herstellen?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Netzwerk Konfiguration"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Das Netzwerk muss neu gestartet werden"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Beim Neustart des Netzwerks trat ein Fehler auf: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Herzlichen Glückwunsch, die Netzwerk-/Internet-Einrichtung ist beendet.\n"
-"\n"
-"Die Konfiguration wird nun in Ihr System integriert.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Es ist sehr empfehlenswert, im Anschluss Ihre X-Oberfläche\n"
-"neu zu starten, um Probleme, die durch die Änderung des\n"
-"Rechnernamens hervorgerufen werden, zu vermeiden."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Während der Konfiguration traten Fehler auf.\n"
-"Kontrollieren Sie Ihre Verbindung mit „net_monitor“ oder dem Mandrake "
-"Kontrollzentrum. Falls die Verbindung nicht funktioniert, sollten Sie erneut "
-"die Konfguration starten."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"WARNUNG: Dieses Gerät wurde bereits zum Herstellen einer Internetverbindung "
-"konfiguriert.\n"
-"Drücken Sie einfach „OK“, um die Einstellungen zu behalten.\n"
-"Fall Sie Felder verändern, wird die Konfiguration überschrieben."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Bitte geben Sie die IP Parameter dieser Maschine ein.\n"
-"Jeder Eintrag muss als dezimale IP-Adresse in Punktschreibweise \n"
-"angegeben werden (etwa „192.168.1.42“)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurieren der Netzwerkkarte %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (Treiber %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP Adresse"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netzmaske"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(BOOTP/DHCP)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatische IP-Adressen Zuweisung"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Die IP Adresse sollte etwa die Form „192.168.1.42“ haben!"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Bitte geben Sie ihren Rechnernamen an.\n"
-"Ihr Rechnername sollte auch die Domain beinhalten,\n"
-"etwa „meinrechner.meineabteilung.meinefirma.de“.\n"
-"Falls Sie ein Gateway verwenden, sollten Sie auch dessen IP-Adresse angeben."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS-Server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (etwa %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway Gerät"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxies einstellen"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP Proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP Proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Netzwerkkarten-ID überwachen (sinnvoll für Laptops)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy muss „http://...“ sein"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy muss „ftp://...“ sein"
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internet Konfiguration"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Möchten Sie jetzt versuchen eine Internetverbindung aufzubauen?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Ich teste gerade Ihre Verbindung..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sie sind jetzt mit dem Internet verbunden."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Aus Sicherheitsgründen wird die Verbindung nun unterbrochen."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Sie sind momentan nicht mit dem Internet verbunden.\n"
-"Versuchen Sie Ihre Internetverbindung wieder zu konfigurieren."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Verbindungskonfiguration"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ""
-"Bitte füllen Sie die folgen Felder aus \n"
-"bzw. makieren Sie die korrekten Angaben"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Karten IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Karten Mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Karten E/A"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Karten IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Karten IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Ihre eigene Telefonnummer"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Name des Providers (z.B. provider.net) "
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefonnummer des Providers"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Erster DNS des Providers (optional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Zweiter DNS des Providers (optional)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Land auswählen"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Wahlmodus"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Verbindungsgeschwindigkeit"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "VerbindungsTimeout (in Sec)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Kennzeichen (Login)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Passwort"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "Fehler beim Einhängen: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Diese Rechnerarchitektur kennt keine erweiterten Partitionen"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Sie haben einen unbenutzten Bereich in Ihrer Partitionstabelle, \n"
-"den ich nicht ansprechen kann. Die einzige Lösung ist, dass Sie \n"
-"Ihre primären Partitionen so verschieben, dass der Bereich direkt \n"
-"neben der erweiterten Partition zu liegen kommt."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restaurieren aus der Datei %s schlug Fehl: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Fehlerhafte Backup-Datei"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Fehler beim Schreiben in Datei %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Mit Ihrer Platte stimmt etwas nicht!\n"
-"Der vorgenommene Integritätstest schlug Fehl.\n"
-"Das bedeutet, dass jeder Schreibvorgang auf der Platte zu einem \n"
-"unvorhersagbaren Ergebnis führen wird."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "unbedingt notwendig"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "wichtig"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "sehr angenehm"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "angenehm"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "eventuell"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokaler Drucker"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Entfernter Drucker"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Drucker an CUPS-Server auf der Gegenseite"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Drucker an lpd-Server auf der Gegenseite"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Netzwerkdrucker (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Drucker an SMB/Windows 9x/ME/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Drucker an NetWare Server"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Druckeranschluss URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Den Auftrag an ein Kommando weiterleiten"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Unbekanntes Modell"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokale Drucker"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Entfernte Drucker"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " an Parallelport \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB-Drucker \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", Multifunktionsgerät am Parallelport \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", USB Multifunktionsgerät"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", Multifunktionsgerät am HP JedDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", Multifunktionsgerät"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", drucken auf %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "auf LDP-Server „%s“, Drucker „%s“"
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP Drucker „%s“, Port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "auf Windows-Server „%s“, Freigabe „%s“"
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "auf dem Novell-Server „%s“, Drucker „%s“"
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", mittels Kommando „%s“"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Rohdaten-Drucker (kein Treiber)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(an %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(an diesem Rechner)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Auf CUPS-Server „%s“"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Standard)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Wählen Sie die Drucker-Anbindung"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Wie ist der Drucker mit Ihrem Rechner verbunden?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Falls auf der Gegenseite ein CUPS-Server läuft, müssen Sie\n"
-"hier keine Einstellungen vornehmen, die Drucker werden \n"
-"automatisch erkannt und übernommen."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS Konfiguration"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "CUPS-Server angeben"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Falls auf der Gegenseite ein CUPS-Server läuft, müssen Sie\n"
-"hier keine Einstellungen vornehmen; CUPS Server informieren Ihren\n"
-"Rechner über die von ihnen verwalteten Drucker. Alle Drucker,\n"
-"die Ihr Rechner momentan kennt sind unter „Entfernte Drucker“ aufgeführt.\n"
-"Sollte der entfernte CUPS Server jedoch in einem anderen Subnetz\n"
-"beheimatet sein, müssen Sie mindestens seine IP-Adresse, evtl. auch\n"
-"die Port Nummer angeben. Im lokalen Subnetz können Sie die Felder\n"
-"frei lassen."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalerweise wird CUPS automatisch entsprechend Ihres Netzwerks\n"
-"eingerichtet, damit Sie alle Drucker im lokalen Netzwerk verwenden\n"
-"können. Falls das nicht funktioniert, schalten Sie „Automatische\n"
-"CUPS Konfiguration“ aus und editieren Sie die Datei\n"
-"„/etc/cups/cupsd.conf“ selbst. Vergessen Sie nicht, CUPS anschließend\n"
-"neu zu starten (Befehl: „service cups restart“)."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Die IP Adresse sollte etwa die Form „192.168.1.42“ haben!"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Die Prot Nummer muss eine Zahl sein!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-Server-IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatische CUPS Konfiguration"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Geräteerkennung..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Test der Anschlüsse"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Drucker hinzufügen"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Willkommen zum Druckereinrichtungsassistenten\n"
-"\n"
-"Dieser Assistent hilft Ihnen lokale oder entfernte Drucker so einzurichten, "
-"dass dieser Rechner bzw. andere in Ihrem Netzwerk darauf drucken können.\n"
-"\n"
-"Sie werden nur nach den nötigen Informationen über den Drucker gefragt, um "
-"Ihnen dann Zugriff auf Treiber, Druckoptionen und Anschlussart zu erhalten."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokaler Drucker"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Willkommen zum Druckereinrichtungsassistenten\n"
-"\n"
-"Dieser Assistent hilft Ihnen lokale Drucker einzurichten, dass dieser "
-"Rechner bzw. andere in Ihrem Netzwerk darauf drucken können.\n"
-"\n"
-"Bitte schließen sie Ihre(n) Drucker an, und stellen Sie sicher dass das "
-"Gerät/die Geräte eingeschaltet ist/sind. Betätigen sie die Schaltfläche "
-"„Weiter“, wenn Sie fortfahren möchten bzw. „Abbruch“, wenn Sie jetzt keinen "
-"Drucker einrichten möchten.\n"
-"\n"
-"In seltenen Fällen kann es zum totalen stenenbleien des Rechners führen, "
-"wenn Sie eine Drucker-Selbsterkennung durchführen. Schalten Sie diese "
-"einfach aus, wenn Sie einen Drucker ohne Selbsterkennung durchführen wollen. "
-"Verwenden Sie den „Expertenmodus“ von PrinterDrake, um einen entfernten "
-"Drucker einzurichten, falls er nicht automatisch aufgeführt wird."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Drucker-Selbsterkennung"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Herzlichen Glückwunsch, Ihr Drucker ist nun installiert und eingerichtet!\n"
-"\n"
-"Sie können nun mit dem „Drucken“ Befehl Ihrer Anwendungen (meistens im "
-"„Datei“-Menü zu finden) drucken.\n"
-"\n"
-"Falls Sie einen Drucker hinzufügen, entfernen oder umbenennen wollen,\n"
-"oder wenn Sie die Standardeinstellungen wie Papierschacht oder \n"
-"Druckqualität) anpassen wollen, wählen Sie „Drucker“ im „Hardware“\n"
-"Bereich des Mandrake Kontrollzentrums."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Selbsterkennung von Druckern"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"PrinterDrake ist in der Lage Ihre Parallelport- und USB-Drucker selbst\n"
-"zu erkennen und einzurichten. In einigen seltenen Fällen KANN ES JEDOCH\n"
-"ZUM TOTALEN STEHENBLEIBEN DES BETRIEBSSYSTEMS FÜHREN! Verwenden Sie \n"
-"diese Variante also AUF IHR RISIKO!\n"
-"\n"
-"Wollen Sie wirklich, dass PrinterDrake eine Selbsterkennung versucht?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Autoerkennung durchführen"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Drucker selbst einrichten"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "%s gefunden"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Drucker an Parallelport \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB-Drucker \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Es wurde kein lokaler Drucker erkannt! Um ihn manuell hinzuzufügen geben Sie "
-"einfach einen Geräte- oder Dateinamen in der Eingabezeile an (Parallele "
-"Anschlüsse: /dev/lp0, /dev/lp1, ..., äquivalent zu LPT1:, LPT2:, ...; Erster "
-"USB Drucker: /dev/usb/lp0, zweier USB Drucker: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Sie müssen einen Geräte- oder Dateinamen eingeben!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Kein Lokaler Drucker erkannt!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Netzwerkdrucker können erst nach der Installation eingerichtet werden. "
-"Wählen Sie „Einstellungen/Hardware/Drucker“ im Mandrake Kontrollzentrum."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Um Netzwerkdrucker zu installieren wäen Sie bitte „Abbruch“, wechseln in den "
-"„Expertenmoduns“ und wählen erneut „Drucker hinzufügen“."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Der folgende Drucker wurde automatisch erkannt, falls es sich nicht um den "
-"Drucker handelt, den Sie einrichten wollen, geben Sie einen Geräte- oder "
-"Dateinamen in der Eingabezeile an."
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Hier eine Liste aller automatisch erkannten Drucker. Bitte wählen Sie den "
-"gewünschten Drucker oder geben Sie einen Geräte- oder Dateinamen in der "
-"Eingabezeile an."
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Der folgende Drucker wurde automatisch erkannt. Die Einrichtung wird voll "
-"automatisch erfolgen. Sollte Ihr Drucker nicht richtig erkannt worden sein, "
-"oder wollen Sie die Einrichtung selbst vornehmen, wählen Sie „Manuelle "
-"Konfiguration“."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Hier eine Liste aller automatisch erkannten Drucker. Bitte wählen Sie den "
-"gewünschten Drucker. Die Einrichtung wird voll automatisch erfolgen. Sollte "
-"Ihr Drucker nicht richtig erkannt worden sein, oder wollen Sie die "
-"Einrichtung selbst vornehmen, wählen Sie „Manuelle Konfiguration“."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Bitte wählen Sie den Anschluss, an dem der Drucker hängt oder geben Sie "
-"einen Geräte- oder Dateinamen in der Eingabezeile an."
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Bitte wählen Sie den Anschluss, an dem Ihr Drucker hängt."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Parallele Anschlüsse: /dev/lp0, /dev/lp1, ..., äquivalent zu LPT1:, "
-"LPT2:, ..., Erster USB Drucker: /dev/usb/lp0, zweier USB Drucker: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Sie müssen einen Drucker wählen/ein Gerät eingeben!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Manuelle Konfiguration"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Ist Ihr Drucker ein Multifunktionsgerät von HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 mit Scanner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Installiere das „HPOJ“-Paket ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Geräte untersuchen und HPOJ einrichten ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Installiere das „SANE“-Paket ..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Scannen mit Ihrem HP-Multifunktionsgerät"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "CUPS den Drucker-Port zugänglich machen ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Lesen der Drucker-Datenbank ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Optionen für Netzwerk-Druckerspooler"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Um eine entfernte lpd Warteschlange zu verwenden, müssen Sie den "
-"Rechnernamen des Drucker-Servers sowie den Druckernamen auf diesem Server "
-"angeben, an den die Aufträge übertragen werden sollen."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Name des entfernten Rechners"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Name des entfernten Druckers"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Der Name des entfernten Rechners fehlt!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Der Name des entfernten Druckers fehlt!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) Drucker-Parameter"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Um auf einem SMB-Drucker zu drucken sind folgende Angaben erforderlich: Der "
-"SMB-Rechnername des Drucker-Servers (entspricht nicht immer dem TCP/IP-"
-"Rechnernamen des Computers) und möglicherweise die IP-Adresse, Freigabename "
-"für den Drucker, auf den Sie zugreifen möchten, sowie entsprechender "
-"Benutzername, Passwort und Arbeitsgruppe."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB-Server"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB-Server-IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Freigabename"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Arbeitsgruppe"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Sie müssen entweder Den Servernamen oder seine IP-Adresse angeben!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Der Name der Samba-Freigabe fehlt!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Optionen für NetWare-Drucker"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Um auf einem NetWare-Drucker zu drucken sind folgende Angaben erforderlich: "
-"Name des NetWare-Drucker-Servers (entspricht nicht immer dem TCP/IP-"
-"Rechnernamen des Computers), Name der Drucker-Warteschlange, sowie falls "
-"notwendig, den entsprechenden Benutzernamen samt Passwort."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Drucker-Server"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Name der Druckerwarteschlange"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Der NCP Servername fehlt!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Der NCP Warteschlangen-Name fehlt!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Optionen für TCP/Socket-Drucker"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Um einen TCP- oder Socket-Drucker verwenden zu können, müssen Sie auf alle "
-"Fälle dessen Rechnernamen, möglicherweise auch den Port, angeben. Bei HP "
-"JetDirect Servern ist dies normalerweise die Port-Adresse 9100, bei anderen "
-"Servern kann es eine andere sein. Schauen Sie im Zweifelsfall in die "
-"Unterlagen Ihrer Hardware."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Rechnername des Druckers"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Der Rechnername des Druckers fehlt!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Druckeranschluss URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Sie können hier direkt die URI eines Druckers angeben. Die URI muss den CUPS "
-"bzw. den Foomatic Spezifikationen genügen. Es sei hier noch angemerkt, dass "
-"nicht alle URI-Typen von allen Drucksystemem unterstützt werden."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Sie müssen eine gültige URI eingeben!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Jeder Drucker benötigt einen Namen (etwa „Drucker“).\n"
-"Beschreibung und Standort müssen nicht ausgefüllt werden.\n"
-"Sie dienen nur als Kommentare für den Anwender."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Druckername"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Beschreibung"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Standort"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Vorbereiten der Drucker-Datenbank ..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Ihr Druckermodell"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"PrinterDrake hat den Modellnamen der Selbsterkennung mit den Modellen in der "
-"Datenbank verglichen, um den besten Treiber zu finden. Die Auswahl kann "
-"jedoch falsch sein, etwa wenn Ihr Drucker nicht in der Datenbank vorhanden "
-"ist. Kontrollieren Sie, ob die Wahl korrekt ist und wählen Sie die "
-"Schaltfläche „Das Modell ist richtig“, wenn der Treiber Ihren Wün "
-"entspricht, andernfalls betägen Sie „Modell auswählen“, um die Auswahl "
-"selbst vorzunehmen.\n"
-"\n"
-"Folgender Drucker wurde gefunden:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Das Modell ist richtig"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Modell auswählen"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Auswahl des Druckertyps"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Über welchen Druckertyp verfügen Sie?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Kontrollieren Sie bitte, ob PrinterDrake Ihern Drucker korrekt erkannt hat. "
-"Falls die Markierung auf einem falschen Gerät oder auf „Rohdaten-Drucker“ "
-"steht, suchen Sie bitte selbst Ihren Drucker in der Liste."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Falls Ihr Drucker nicht aufgeführt ist wählen Sie bitte ein kompatibles bzw "
-"ähnliches Modell (Für Einzelheiten schauen Sie bitte in Ihr Druckerhandbuch)."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI Win-Drucker Konfiguration"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Sie versuchen, eine OKI Win-Laserdrucker einzurichten. Da diese Drucker ein "
-"sehr eigenwilliges Protokol verwenden, funktionieren sie nur, wenn sie am "
-"ersten Parallelport angeschlossen sind. Sollte Ihr Druker an einer anderen "
-"Schnittstelle oder an einer Printserver-Box hängen, schließen Sie ihn bitte "
-"an den ersten Parallelport, bevor Sie versuchen eine Testseite zu drucken ..."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark Tintenstrahl-Konfiguration"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Der Lexmark Tintenstrahl-Druckertriber unterstützt nur lokale Drucker, keine "
-"Drucker auf entfernten Rechnern oder an Printserver-Boxen. Bitte schließen "
-"Sie den Druker direkt an Ihren Rechner oder richten Sie ihn auf dem Rechner "
-"ein, an den er angeschlossen ist."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Um mit Ihrem Lexmark Tintenstrahldrucker drucken zu können, benötigen Sie "
-"die Treiber, die von Lexmark bereitgestellt werden (http://www.lexmark."
-"com/). Gehen Sie auf die amerikanische Seite und wälen Sie die Schaltfäe "
-"„Drivers“. Wählen Sie dann das Drukermodell und geben Sie „Linux“ als "
-"Bertiebssystem an. Sie erhalten die Treiber als RPM-Paket oder als "
-"Shellskript mit interaktiver Grafikinstallation. Sie müssen die Einrichtung "
-"nicht mit dem Lexmark Klicktool vornehmen. Sie können direkt nach der Lizenz "
-"auf „Abbruch“ drücken. Drucken Sie dann Druckkopf-Einrichtungsseiten mit "
-"„lexmarkmaintain“ und justieren Sie damit den Druckkopf."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Standard-Einstellungen des Druckers\n"
-"\n"
-"Sie sollten sicherstellen, dass Papiergröße, Farbangaben, Druckqualität "
-"sowie Informationen zu vorhandenem Speicher, Duplexeinheit und Papierfächern "
-"richtig eingestellt sind. Es sei auch angemerkt, dass häufig mit steigender "
-"Druckqualität die Druckgeschwindigkeit sinkt."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Der Parameter %s muss eine Zahl sein!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Der Parameter %s muss eine Zahl sein!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Der Parameter %s ist yu groß oder zu klein!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Möchten Sie diesen Drucker („%s“)\n"
-"als Standarddrucker verwenden?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testseiten"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Bitte wählen Sie, welche Testseiten Sie drucken wollen.\n"
-"\n"
-"Bemerkung: Der Druck der Foto-Testseite dauert häufig extrem lange. Bei "
-"Laserdruckern mit wenig Speicher kann es auch vorkommen, dass sie gar nicht "
-"gedruckt wird. Normalerweise sollte es ausreichen, die Standard-Testseiten "
-"auszudrucken."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Keine Testseiten"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Drucken"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standard-Testseite"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternative Testseite (US-Format - „Letter“)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternative Testseite (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Foto-Testseite"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Keine Testseite(n) drucken"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Druck der Testseite(n) ..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Die Testseite(n) wurden an den Drucker gesandt.\n"
-"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
-"Druckstatus:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Die Testseite(n) wurden an den Drucker gesandt.\n"
-"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "War der Ausdruck korrekt?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Rohdaten-Drucker"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Sie können sowohl den Befehl „%s <datei>“ verwenden, wenn Sie in einer "
-"Konsole die Datei „<datei>“ drucken wollen, als auch ein grafisches "
-"Hilfsprogramm verwenden: „xpp <datei>“ oder „kprinter <datei>“. Die "
-"grafischen Hilfsprogramme erlauben Ihnen auf einfache Weise den richtigen "
-"Drucker zu wählen und die notwendigen Druckerparameter anzugeben.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Sie können diese Befehle auch in der „Druck-Kommando“-Zeile des Druckdialogs "
-"zahlreicher Anwendungen angeben, lassen Sie jedoch den Dateinamen weg, da "
-"die zu druckende Datei von der Anwendung geliefert wird.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Der Befehl „%s“ erlaubt es Ihnen auch zahlreiche Einstellungen für einen "
-"bestimmten Druckauftrag zu ändern. Geben Sie die gewünschten Angaben einfach "
-"in der Kommandozeile mit an, etwa: „%s <Datei>“. "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Um alle existierenden Optionen des Druckers zu erfahren, lesen Sie entweder "
-"die unten angegebene Liste oder betätigen Sie die Schaltfläche „Liste der "
-"Drucker-Optionen“. %s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Hier die Liste vorhandener Drucker-Parameter des aktuellen Druckers:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Verwenden Sie den Befehl „%s <Datei>“, um die Datei <Datei> in der "
-"Kommandozeile auszudrucken.\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Sie können diesen Befehl auch im „Druckkommando“-Feld vieler Programme "
-"angeben. Tragen Sie bitte keinen Dateinamen ein, da dieser vom Programm "
-"ergänzt wird.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Um eine Liste der Drucker-Parameter Ihres Druckers zu erhalten, betätigen "
-"Sie bitte die Schaltfläche „Liste der Drucker-Optionen“."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Verwenden Sie einen der Befehle „%s <Datei>“ oder „%s <Datei>“, um die Datei "
-"<Datei> in der Kommandozeile auszudrucken.\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Sie können auch das Grafikwerkzeug „xpdq“ zum setzen der Optionen und "
-"Verwalten der Druckjobs verwenden.\n"
-"Falls Sie KDE als Arbeitsoberfläche nutzen, haben Sie eine Panik-Abschaltung "
-"in Forma des Arbeitsflächensymbols „STOP Printer!“, dass sofort alle "
-"Druckaufträge anhä, wenn Sie es betägen. Das kann beispielsweise dann "
-"hilfreich sein, wenn Sie einen Papierstau in Ihrem Drucker haben.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Die Befehle „%s“ und „%s“ erlauben es Ihnen ebenfals die Optionen eines "
-"spezeiellen Druckjobs zu konfigurieren. Fügen Sie einfach die gewünschten "
-"Einstellungen in der Kommandozeile ein, etwa „%s <Datei>“.\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Schließen"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Drucken/Scannen mit „%s“"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Drucken auf Drucker „%s“"
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Liste der Drucker-Optionen"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Ihr HP-Multifunktionsgerät wurde automatisch auch zum Scannen eingerichtet. "
-"Sie können nun mit „scanimage“ („scanimage -d hp:%s“ um den Scanner "
-"auszuwählen, falls Sie mehrere angeschlossen haben) aus der Kommandozeile "
-"oder mit „xscanimage“ bzw. „xsane“ - wenn Sie eine grafisches Werkzeug "
-"verwenden wollen - scannen. Wenn sie mit dem GIMP arbeiten wollen, können "
-"Sie dies ebenfalls tun. Wählen Sie einfach im Menü „Datei/Holen“ den "
-"entsprechenden Eintrag. Sie können sich auch mittels „man scanimage“ bzw "
-"„man sane-hp“ in der Kommandozeile weitere Informationen ausgeben lassen.\n"
-"\n"
-"Verwenden Sie für dieses Gerät nicht „ScannerDrake“!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Ihr HP-Multifunktionsgerät wurde automatisch auch zum Scannen eingerichtet. "
-"Sie können nun in der Kommandozeile mittels „ptal-hp %s scan ...“ scannen. "
-"Zur Zeit existieren leider keine grafischen Werkzeuge, mit deren Hilfe Sie "
-"Scannen können - Ihr Multifunktionsgerät wird noch nicht unterstützt. "
-"Weitetre Informationen finden Sie in der Datei „/usr/share/doc/hpoj-0.8/ptal-"
-"hp-scan.html“ auf Ihrem Rechner. Falls Sie einen HP LaserJet 1100 oder 1200 "
-"haben, können Sie nur scannen, wenn Sie die Scanner-Option installiert "
-"haben.\n"
-"\n"
-"Verwenden Sie für dieses Gerät nicht „ScannerDrake“!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Lesen der Treiber-Datenbank ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Drucker-Einstellung transferieren"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Sie können die Druckerkonfiguration, die Sie für den Spooler „%s“ "
-"vorgenommen haben für „%s“, ihren aktuellen Spooler, verwenden. Alle Daten "
-"(Name, Beschreibung, Standort, Verbindungsart und standard "
-"Optionseinstellungen) werden übernommen, Druckjobs in der alten "
-"Warteschlange gehen jedoch verloren.\n"
-"Nicht alle Warteschlangen können übernommen werden:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS unterstützt keine Druker an Novel Servern oder Drucker, die ihre Daten "
-"in ein frei gewähltes Kommando senden.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ unterstützt nur lokale Drucker, entfernte LPD Drucker und Socket/TCP "
-"Drucker.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD und LPRng unterstükeine IPP Drucker.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Warteschlangen, die nicht mit diesem Programm oder „foomatic-configure“ "
-"ertellt wurden, können nicht übertragen werden."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Drucker, die mit den PPD-Dateien ihrer Hersteller oder CUPS-spezifischen "
-"Treibern eingerichtet wurden, können nicht übertragen werden."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Markieren Sie die Druckerwarteschlangen, die sie übertragen wollen und "
-"betätigen Sie die Schaltfläche „Übertragen“."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Druckerdaten nicht übertragen"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Übertragen"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Es existiert bereits ein Drucker mit Namen „%s“ unter %s.\n"
-"Durch betätigen der Schaltfäche „Übertragen“ können Sie ihn\n"
-"überschreiben. Sie können dem Drucker auch einen neuen \n"
-"Namen geben oder ihn einfach überspringen."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Druckernamen sollten nur Buchstaben, Ziffern und den Unterstrich unterhalten"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Der Drucker „%s“ existiert bereits. Wollen Sie ihn wirklich \n"
-"ersetzen?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Neuer Druckername"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Übertragen von „%s“ ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Sie haben Ihren alten Standarddrucker („%s“) übertragen, soll es auch Ihr "
-"Standarddrucker unter dem neuen Drucksystem „%s“ werden?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Aktualisieren der Druckerdaten ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Konfiguration eines entfernten Druckers"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Netzwerk starten ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Netzwerk jetzt konfigurieren"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Ihr Netzwerk ist nicht konfiguriert"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Sie wollen einen entfernten Drucker einrichten. Sie benötigen dafür ein "
-"funktionerendes Netzwerk, aber Ihr Netzwerk ist noch nicht eingerichtet. "
-"Sollten Sie dennoch fortfahren, ohne Ihr Netzwerk einzurichten, ist der "
-"Drucker hinterher nicht zu verwenden. Wie wollen Sie fortfahren?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Weiter ohne Netzwerkkonfiguration"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Das von Ihnen während der Installation eingerichtete Netzwerk kann jetzt "
-"nicht gestartet werden. Testen Sie bitte, ob es nach einem Neustart zur "
-"Verfügung steht. Falls nicht, berichtigen Sie die Einstellungen im Mandrake "
-"Kontrollzentrum unter „Netzwerk & Internet/Verbindung“. Versuchen Sie "
-"anschließend erneut den Drucker mittels „Hardware/Drucker“im Kontrollzentrum "
-"einzurichten."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Es wurde kein aktives Netzwerk gefunden und es konnte auch keine "
-"Netzwerkverbindung hergestellt werden. Kontrollieren Sie bitte Ihre Hardware "
-"und Ihre Softwareeinstellngen. Versuchen Sie anschließend erneut den "
-"entfernten Drucker einzurichten."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Drucksystem neu starten ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "Hoch"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "Paranoid"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installation eines Drucksystems in Sicherheitsebene %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Sie sind dabei das Drucksystem %s auf einem Rechner mit Sicherheitsebene %s "
-"zu installieren.\n"
-"\n"
-"Dieses Drucksystem läuft als Dämon (Hintergrundprozess), der auf "
-"Druckaufträge wartet, um sie abzuarbeiten. Da der Dämon auch für andere "
-"Rechner Ihres Netzwerks erreichbar ist,schaffen Sie damit einen möglichen "
-"Angriffspunkt. Aus Sicherheitsgründen werden in dieser Sicherheitsebene "
-"standardmäßig nur einige ausgewählte Dämons gestartet.\n"
-"\n"
-"Wollen Sie wirklich dieses Drucksystem auf diesem Rechner installieren?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Drucksystem beim BS-Start aktivieren"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Das Drucksystem (%s) wird nicht automatisch beim Betriebssystemstart "
-"aktiviert.\n"
-"Es ist möglich, dass der Start durch den Wechsel in eine höhere "
-"Sicherheitsebene deaktiviert wurde, da das Drucksystem einen potentienllen "
-"Angriffspunkt darstellt.\n"
-"\n"
-"Wollen sie den automatischen Start des Drucksystems wieder herstellen?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Suche nach installierter Software"
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Entfernen von LPRng ..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Entfernen des LPD ..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Wählen Sie das Drucksystem"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Welches Drucksystem (Spooler) wollen Sie verwenden?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurieren von Drucker „%s“ ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Installieren des Pakets Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Drucker-Optionen"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "PrinterDrake vorbereiten ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Anwendungen konfigurieren ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Möchten Sie einen Drucker konfigurieren?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Drucksystem: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Die folgenden Drucker sind bereits eingerichtet. Führen Sie einen "
-"Doppelklick auf einem aus, um ihn zu ändern, als Standarddrucker zu "
-"verwenden, Informtionen über ihn zu erhalten oder einen entfernten CUPS-"
-"Server für Star/OpenOffice zugänglich zu machen."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Die folgenden Drucker sind bereits eingerichtet. Führen Sie einen "
-"Doppelklick auf einem aus, um ihn zu ändern, als Standarddrucker zu "
-"verwenden oder Informtionen über ihn zu erhalten."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Aktualisiere Druckerliste (um alle entfernten CUPS-Drucker anzuzeigen)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Drucksystem ändern"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normaler Modus"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Möchten Sie einen weiteren Drucker einrichten?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Drucker-Konfiguration ändern"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Drucker %s\n"
-"Was wollen Sie an diesem Drucker ändern?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Ausführen!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Art der Druckeranbindung"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Druckername, Beschreibung, Standort"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Druckerproduzent, Modell, Treiber"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Druckerproduzent, Modell"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Als Standarddrucker verwenden"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Diesen Drucker für StarOffice/OpenOffice.org hinzufügen"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Diesen Drucker für StarOffice/OpenOffice.org entfernen"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Testseite(n) drucken"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Wie dieser Drucker genutzt werden kann"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Drucker entfernen"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Alten Drucker „%s“ entfernen ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Standarddrucker"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Der Drucker „%s“ ist jetzt Ihr Standarddrucker“"
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Drucker für StarOffice/OpenOffice.org hinzufügen"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-"Der Drucker „%s“ wurde erfogrich zu StarOffice/OpenOffice.org hinzugefügt."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Fehler beim Hinzufügen von „%s“ für StarOffice/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Drucker für StarOffice/OpenOffice.org entfernen"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"Der Drucker „%s“ wurde erfogrich für StarOffice/OpenOffice.org entfernt."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Fehler beim Entfernen von „%s“ für StarOffice/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Möchten Sie den Drucker „%s“ wirklich entfernen?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Drucker „%s“ entfernen ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxies einstellen"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Herzlich willkommen zum Proxy Konfigurationsassistenten.\n"
-"\n"
-"Hier können Sie Ihre HTTP und FTP Proxies mit oder ohne\n"
-"Anmeldung und Passwortabfrage einrichten\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Bitte füllen Sie die HTTP Proxy Informationen aus\n"
-"Falls sie keinen HTTP Proxy wolen, lassen Sie einfach\n"
-"alle Felder leer."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Die URL muss mit „http:“ beginnen"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Die Prot Nummer muss eine Zahl sein!"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Bitte füllen Sie die FTP Proxy Informationen aus\n"
-"Falls sie keinen FTP Proxy wolen, lassen Sie einfach\n"
-"alle Felder leer."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Die URL muss mit „ftp:“ beginnen"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Bitte geben Sie - falls nötig - Kennzeichen und Passwort für den Proxy \n"
-"an. Lassen Sie die Felder leer, falls Sie sie kein Kennzeichen/Passwort \n"
-"wollen."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "Kennzeichen"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "Passwort"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "Passwort (erneut)"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Die Passwörter stimmen nicht überein. Bitte versuchen Sie es eneut!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ich kann keine Partition zu dem _formatierten_ RAID md%d hinzufügen"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ich kann Datei „%s“ nicht schreiben"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid schlug Fehl"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid schlug Fehl (Möglicherweise fehlen die RAID-Tools)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nicht genügend Partitionen für RAID Level %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Startet das ALSA (Advanced Linux Sound Architecture) Sound System"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-"Mit dem Dienst anacron können cron-Prozesse auch zu anderen als den \n"
-"vorgegebenen Zeiten gestartet werden. Dies ist vor Allem dann \n"
-"sinnvoll, wenn Ihr Rechner nicht rund um die Uhr läuft, da sonst \n"
-"Prozesse, die etwa zwischen Mitternacht und 6:00 Uhr gestartet \n"
-"werden sollten, nie ausgeführt würden."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"Der APM-Dienst (apmd) wird von Laptops verwendet, um den Ladestatus \n"
-"der Batterie durch den Syslog-Dienst erfassen zu lassen. Mit seiner \n"
-"Hilfe kann man den Rechner auch rechtzeitig herunterfahren lassen, \n"
-"bevor die Batterien leer sind."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Dieser Dienst startet Applikationen der at-Warteschlange wenn der \n"
-"dafür vorgesehene Zeitpunkt erreicht ist. Lässt die Systemauslastung \n"
-"es zu, werden sog. Batch-Anwendungen gestartet."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Der Befehl cron wird unter UNIX/Linux dazu verwendet, Benutzerprogramme \n"
-"zu vordefinierten regelmäßigen Zeiten abzuarbeiten. \n"
-"Der Dienst vixie cron erweitert dieses Konzept um weitere Funktionen, etwa \n"
-"ein verbessertes Sicherheitskonzept und einfachere Konfiguration."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"Der GPM-Dienst stellt Ihnen Mausunterstützung auf Text-Konsolen zur \n"
-"Verfügung. Sie erhalten damit die Möglichkeit Ausschneiden und \n"
-"Einfügen von Text wie unter X zu verwenden. In einigen Applikationen \n"
-"können Sie auch Pop-Up-Menüs damit bedienen."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake führt Hardwaretests durch, und konfiguriert (falls nötig) \n"
-"neue/geänderte Hardware."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache ist ein World-Wide-Web-Server. Mit seiner Hilfe können Sie \n"
-"HTML-Dateien über HTTP publizieren. Der Server ist CGI-fähig."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Der Internet Superserver-Dienst (inetd) startet je nach Bedarf \n"
-"etliche andere Internet-Dienste, so etwa telnet, ftp, rsh oder \n"
-"rlogin. Dies jedoch nur, wenn die entsprechenden Dienste in der \n"
-"Datei „/etc/inetd.conf“ freigeschaltet sind. \n"
-"Schalten Sie diesen Dienst ab, können Sie keine der von inetd \n"
-"verwalteten Dienste mehr zugreifen."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Startet Paketfilterung für Linux 2.2er Kerne, um Ihren Rechner \n"
-"durch eine Firewall vor Angriffen aus dem Netz zu schützen."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Dieser Dienst lädt die Tastaturbelegung, die in der Datei \n"
-"„/etc/sysconfig/keyboard“ angegeben ist. Mittels „kbdconfig“ \n"
-"können Sie diese Einstellung ändern. Schalten Sie diesen Dienst ab, \n"
-"müssen Sie ab dem nächsten Systemstart mit der amerikanischen \n"
-"Tastatur vorlieb nehmen."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatische Neuerstellung der Kern-Header in /boot für\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-"Automatische Erkennung und Konfiguration neuer Hardware während des \n"
-"Betriebssystemstarts."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf versucht beim Betriebssystemstart einige Verwaltungsaufgaben \n"
-"auszuführen."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"Der Dienst lpd ist der Drucker-Server Ihres Rechners. Wenn Sie \n"
-"diesen Dienst abschalten werden Druckaufträge nicht mehr abgearbeitet.\n"
-"Hauptaufgabe von lpd ist es, Druckaufträge an den jeweiligen \n"
-"zuständigen Drucker (dieser kann auch einen anderen Rechner hängen) \n"
-"zu senden."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Der Linux Virtual Server kann verwendet werden, um um ein \n"
-"hochperformanten Hochverfügbarkeitsserver aufzusetzen."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"Der Dienst named (BIND) stellt ihnen einen Server zur Verfügung, \n"
-"mit dessen Hilfe Rechnernamen in IP-Adressen umgesetzt werden. \n"
-"Ein solcher Dienst wird „Domain Name Server“ (DNS) genannt. \n"
-"Falls Sie nur einen Rechner besitzen, mit dem Sie per Modem/ISDN ins \n"
-"Netz gehen, benötigen Sie diesen Dienst nicht."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Dieser Dienst ist verantwortlich dafür, dass alle Netzwerk-Dateisysteme \n"
-"(NFS) bei Systemstart eingehängt werden, etwa SMB (Lan Manager/Windows) \n"
-"und NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Dieser Dienst aktiviert Netzwerkgeräte (etwa Netzwerkkarten), die \n"
-"so konfiguriert wurden, dass sie ab dem Systemstart zur Verfügung \n"
-"stehen sollen."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS ist ein geläufiges Protokoll in TCP/IP Netzwerken um Dateien \n"
-"durch verschiedene Rechner gemeinsam nutzen zu können. \n"
-"Dieser Dienst stellt Ihnen einen solchen Server zur Verfügung. \n"
-"Konfiguriert wird er in der Datei „/etc/exports“."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS ist ein geläufiges Protokoll in TCP/IP Netzwerken um Dateien \n"
-"durch verschiedene Rechner gemeinsam nutzen zu können. \n"
-"Der Dienst nfslock stellt Ihnen hierfür Locking-Mechanismen zur \n"
-"Verfügung, damit eine Datei nicht durch mehrere Personen \n"
-"gleichzeitig verändert werden kann."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Schaltet beim Betriebssystemstart automatisch die „Num“-Taste für \n"
-"die virtuellen Konsolen und XFree ein."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Unterstützung für den OKI 4w und kompatible WinDrucker."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA wird normalerweise in Laptops verwendet, um Ethernet-Karten \n"
-"oder Modems verwenden zu können. Dieser Dienst wird nur gestartet, \n"
-"wenn Sie ihn vorher konfiguriert haben. Daher schadet es nicht, \n"
-"wenn Sie ihn auf Rechnern aktivieren, auf denen er nutzlos ist."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Mittels portmapper werden RPC-Verbindungen verwaltet, die etwa von \n"
-"den Protokollen NFS und NIS verwendet werden. Auf Rechnern, die \n"
-"solche Server (RPC-basierte) beherbergen, muss dieser Dienst \n"
-"aktiviert sein."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix ist ein E-Mail Transport-Dienst. Mit seiner Hilfe werden \n"
-"E-Mails zwischen verschiedenen Rechnern weitergeleitet."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Dieser Dienst speichert beim Herunterfahren des Rechners den Zustand \n"
-"des Zufallszahlengenerators, um ihn beim nächsten Systemstart \n"
-"wieder zu restaurieren. Die Qualität erzeugter Zufallszahlen \n"
-"wird dadurch verbessert."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Weist Roh-Geräten ein blockorientiertes Gerät (etwa eine\n"
-"Festplattenpartition) zu. Dies wird für Anwendungen wie\n"
-"etwa ORACLE benötigt"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Der Dienst routed ermöglicht ein automatisches Aktualisieren der \n"
-"IP-Routing-Tabellen mittels RIP Protokoll. Zwar wird RIP in kleinen \n"
-"Netzwerken verwendet, jedoch wird für komplexere Netzwerke ein \n"
-"anderer Dienst benötigt."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Der Dienst rstat ermöglicht es Anwendern anderer Rechner des \n"
-"Netzwerks Preformance-Daten dieses Rechners zu erhalten."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Der Dienst rusers ermöglicht es Anwendern anderer Rechner \n"
-"herauszubekommen, welche Benutzerkennzeichen auf diesem Rechner \n"
-"gerade angemeldet sind."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Der Dienst rwho erlaubt es Benutzern entfernter Rechner eine Liste\n"
-"momentan angemeldeter Benutzerkennzeichen übermittelt zu bekommen \n"
-"(ähnlich wie finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Starten des Sound-Systems Ihres Rechners"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Mittels Syslog versuchen zahlreiche Dienste Verlaufsprotokolle \n"
-"in vorgesehene Dateien zu sichern. Es ist sinnvoll Syslog immer \n"
-"aktiviert zu haben."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Lädt die Treiber für Ihre USB-Geräte."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Dieser Dienst startet den X-Font-Server. Er ist notwendig, \n"
-"damit XFree gestartet werden kann!"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Wählen Sie, welche Dienste\n"
-"automatisch beim Systemstart\n"
-"aktiviert werden sollen"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Drucken"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Gemeinsamer Dateizugriff"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "System"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Fernwartung"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Datenbankserver"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Dienste: %d aktiviert von %d registrierten."
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Dienste"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "aktiv"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "gestoppt"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Dienste und Dämonen"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Es existieren leider keine\n"
-"weiteren Informationen zu\n"
-"diesem Dienst."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Bei BS-Start"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stopp"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Danke, dass Sie sich für Mandrake Linux 8.2 entschieden haben"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Willkommen in der Open Source Welt."
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Der Erfolg von MandrakeSoft basiert auf dem Prinzip freier Software. Ihr "
-"neues Betriebssystem ist das Ergebnis einer weltweiten Zusammenarbeit der "
-"GNU/Linux-Gemeinde."
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Betreten Sie die Welt der Freien Software"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Wollen Sie die Open Source Gemeinde kennen lernen? Ein Teil von ihr werden? "
-"Beteiligen Sie sich an den Diskussionsforen, die Sie auf unseren „Community“-"
-"Seiten finden."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet und Messaging"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 stellt Ihnen die beste Softwareauswahl bereit, um auf "
-"alles, was das Internet bietet, zugreifen zu können. Surfen Sie im Web mit "
-"Mozilla oder Konqueror, bearbeiten Sie E-Mails und verwalten Sie persönliche "
-"Informationen mit Evolution, KMail oder zahlreichen anderen Programmen."
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia und Grafik"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 reizt Ihren Multimediarechner voll aus! Verwenden Sie die "
-"neuste Software, um Audiodateien abzuspielen, Ihre Fotos und Bilder zu "
-"bearbeiten sowie Videos abzuspielen..."
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Entwicklungsplattform"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 ist die ultimative Entwicklungsplattform. Nutzen Sie die "
-"volle Power des GNU C Compilers sowie der besten Open Source "
-"Entwicklungsumgebungen."
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrollzentrum"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Das Mandrake Linux 8.2 Kontrollzentrum ist der zentrale Ort, an dem Sie Ihr "
-"System nach Ihren Wünschen anpassen können."
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Arbeitsumgebungen"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 bietet 11 verschiedene grafische Arbeitsumgebungen und "
-"Windowmanager. Darunter GNOME 1.4, KDE 2.2.2 und Window Maker 0.8"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Server Software"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Verwandeln Sie Ihren Rechner mit ein paar Mausklicks in einen "
-"leistungsfähigen Server: Web, E-Mail, Firewall, Router, Datei- und "
-"Druckserver, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spiele"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 bietet die besten Open Source Spiele - Arcade, Baller, "
-"Karten, Sport, Strategie, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Sie wollen GNU/Linux in eine einfache, schnelle und vor Allem freie Weise "
-"erlernen? MandrakeSoft bieten ein freies Linux Training sowie einen Weg "
-"Ihren Fortschirtt mit unserem Online Trainingcenter „MandrakeCampus“ zu "
-"testen."
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Qualitativ hochwertiger Support aus der GNU/Linux Gemeinde und von "
-"MandrakeSoft ist nur einen Mausklick weit entfernt. Sind Sie bereits ein "
-"„alter Hase“ in Sachen GNU/Linux, werden Sie ein Experte, und teilen Sie Ihr "
-"Wissen mit Anderen auf unserer Support-Seite."
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Unsere Consultants sind bereit, Ihnen für alle Ihre IT-Projekte individuelle "
-"Lösungen anzubieten, die genau Ihren Bedürfnissen entsprechen. MandrakeSoft "
-"als erfahrener Linux-Distributor bietet eine echte IT-Alternative für Ihr "
-"Unternehmen."
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Unsere Linux Komplettlösungen, Sonderangebote und Mandrake Fan-Artikel "
-"bekommen Sie in unserem E-Shop"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Weitere Informationen über MandrakeSofts professionelle Dienstleistungs- und "
-"gewerbliche Angebote erhalten Sie unter:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact/"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Pakete Installieren ..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ich kann Ihre Partitionstabelle nicht lesen, sie ist fehlerhaft :-(\n"
-"Um fortfahren zu können setze ich die fehlerhaften Partitionen zurück"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Fehler!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ich kann die benötigte Abbild-Datei „%s“ nicht finden."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Auto-Installationskonfigurator"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Sie sind dabei, eine Auto-Installationsdiskette zu erstellen. Diese\n"
-"Möglichkeit ist gefährlich und sollte mit Vorsicht verwendet werden!\n"
-"\n"
-"Sie können mit diesem Werkzeug die Installation, die Sie auf Ihrem\n"
-"Rechner erneut durchspielen, wobei Sie an einigen Stellen interaktiv\n"
-"Einfluss nehmen zu können.\n"
-"\n"
-"Aus Sicherheitsgründen wird die Partitionierung und Formatierung nie\n"
-"automatisch durchgeführt.\n"
-"\n"
-"Wollen Sie fortfahren?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Automatische Konfiguration der Schritte"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Bitte wählen Sie für jeden Schritt, ob er wie bei Ihrer Installation "
-"vorgenommen werden soll, oder ob Sie ihn manuell durchführen wollen."
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Willkommen.\n"
-"\n"
-"Die Parameter der Autoinstallation sind in den Abschnitten rechts verfügbar."
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratuliere!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Die Diskette wurde erfolgreich erstellt.\n"
-"Sie können die Installation nun automatisch durchführen."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Auto-Installation"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Eintrag hinzufügen"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Letzten Eintrag entfernen?"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Dämon Report\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "Vortschritt"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Systemdateien sichern ..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Backup-Dateien auf der Festplatte ..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Benutzerdateien sichern ..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Festplattenbackup in Bearbeitung ..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Andere Dateien sichern ..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"Dateiliste per FTP senden: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP Verbindungsprobleme: Es war nicht möglich, Ihre Dateien per FTP zu "
-"übertragen.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Fehler beim Verschicken der Mail. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Dateiauswahl"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-"Wählen Sie die Dateien oder Verzeichnisse und betätigen Sie die Schaltfläche "
-"„Hinzufügen“"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Bitte wählen Sie alle benötigten Parameter.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Diese Optionen kön alle Ihre Dateien im Verzeichnis „/etc“ sichern und "
-"wiederherstellen\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Sichern Ihrer Systemdateien (Verzeicnis „/etc“)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Inkrementelles Backup (alte Backups nicht überschreiben)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Keine kritischen Dateien (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Mit dieser Option sind Sie in der Lage, jede Version Ihres \n"
-"„/etc“ Verzeichnisses wiederherzustellen."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr ""
-"Bitte wählen Sie alle Kennzeichen, deren Dateinen mitgesichert werden sollen."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Die Browser-Caches nicht archivieren."
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Inkrementelle Archivierung (alte Archive nicht ersetzen)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Markierte entfernen"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Benutzer"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "FTP-Verbindung zum erstellen der Sicherungskopien verwenden"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Rechnernamen oder IP eingeben."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Bitte geben Sie das Verzeichnis an,\n"
-" in dem die Archive erstellt werden sollen."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Bitte geben Sie Ihr Benutzerkennzeichen ein"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Bitte geben Sie Ihr Passwort ein"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Passwort behalten"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP Verbindung"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Sichere Verbindung"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Sicherungskopie auf CD/DVDROM"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Bitte wählen Sie Ihren CD-Paltz"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Kontrollieren Sie, ob Sie die CDRW vorher löschen wollen."
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Bitte markieren, falls Sie \n"
-"„install boot“ auf Ihrer CD haben wollen."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Bitte geben Sie den Gerätenamen \n"
-"Ihres Brenners an, etwa „0,1,0“."
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Auf Bandlaufwerk sichern"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Bitte geben Sie den Gerätenamen fü Archivierung an."
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Bitte geben Sie die Maximalgröße \n"
-"für DrakBackup an."
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Bitte geben Sie das Archivverzeichnis an:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Quota für Backup-Datei verwenden."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Netzwerk"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM/DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Festplatte/NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "stündlich"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "täglich"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "wöchendlich"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "monatlich"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Dämon verwenden"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Bitte wählen Sie das Zeitintervall \n"
-"zwischen zwei Sicherungen."
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Bitte wählen Sie ein\n"
-"Sicherungsmedium."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Festplatte mit Dämin verwenden"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "FTP mit Dämon verwenden"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Stellen Sie sicher, dass der Cron-Dämon als Dienst aktiviert ist."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "E-Mail Bericht nach jedem Sicherungsvorgang an: "
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Was"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Wo"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Wann"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Mehr Parameter"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "DrakBackup Konfiguration"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Bitte wählen Sie wohin Sie die Sicherungskopien machen wollen."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "auf Festplatte"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "über Netzwerk"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Bitte wählen Sie, was Sie sichern wollen"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "System sichern"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Benutzerkennzeichen sichern"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Benutzerkennzeichen auswählen"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Sicherungsquellen: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systemdateien:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Benutzerdateien:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Sonstige Dateien:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Auf Festplatte sichern unter: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Via FTP sichern auf: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t Benutzer: %s\n"
-"\t\t Pfad: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Optionen:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tKeine Systemdateien\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tSicherungen verwenden „tar“ und „bzip2“\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tSicherungen verwenden „tar“ und „gzip“\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Dämon (%s) enthält:\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t- Festplatte.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t- CD-ROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t- Netzwerk per FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t- Netzwerk per SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-"Keine Konfiguration. Wählen Sie dein Assistenten oder Fortgeschritten.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Liste der wiederherzustellenden Daten:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Liste der beschädigten Daten:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr ""
-"Bitte entfernen Sie die Markierung oder löschen Sie sie das nächste Mal."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Die Sicherungen sind beschädigt."
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Alle Ihre gewälhten Daten wurden "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " erfolgreich auf %s wiederhergestellt "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Konfiguration wiederherstellen "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK, die übrigen Dateien zu aktualisieren."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Liste wiederherzustellender Kennzeichen (letztes Datum per Kennzeichen ist "
-"wichtig)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Systemdateien sichern vor:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Bitte wählen Sie, welches Datum wiederhergestellt werden soll."
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Auf Festpaltte sichern"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Von Festplatte wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Bitte geben Sie das Verzeichnis an, in dem die Sicherungskopien liegen"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Wählen Sie ein anderes Medium von dem Sie wiederherstellen wollen."
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Anderes Medium"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "System wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Benutzerkennzeichen wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Sonstiges wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "Auswahl des Pfades der wiederhergestellt werden soll (statt „/“"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Erstelle Sicherung vor dem Wiederherstellen (nur für inkrementelle "
-"Sicherungen)."
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Benutzerkennzeichen vor dem Wiederherstellen entfernen."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Alle Sicherungen wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Benutzergeführte Wiederherstellung"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Hilfe"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "<- Zurück"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Speichern"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Sicherung erstellen"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Weiter ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Bitte erstellen Sie eine Sicherung, bevor Sie wiederherstellen können.\n"
-"oder stellen Sie sicher, dass der Pfad zu den Sicherungen korrekt ist."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Sendmail Fehler\n"
-" Ihre Bericht-Mail konnte nicht versandt werden.\n"
-" Bitte richten Sie Sendmail korrekt ein."
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Zu installierende Pakete"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Fehler bei der Üertragung via FTP.\n"
-"Bitte korrigieren Sie Ihre FTP-Konfiguration."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Bitte wählen Sie die wiederherzustellenden Daten..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Bitte wählen Sie ein Sicherungsmedium..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Bitte wählen Sie die zu sichernden Daten..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Keine Konfigurationsdatei gefunde.\n"
-"Bitte wählen Sie den „Assistenten“ oder „Erweitert“."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "In Entwicklung, haben Sie noch etwas Geduld ..."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Systemdateien sichern"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Benutzerdateien sichern"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Andere Dateien sichern"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Fortschritt"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "Datenüagung via FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Dateien übertragen ..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Liste der Daten, die auf CD-ROM sollen."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Bitte geben Sie die CD-Brenngeschwindigkeit ein"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Bitte geben Sie den CD-Brenner an (etwa 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Bitte markieren, falls Sie „install boot“ auf Ihrer CD haben wollen."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Jetzt Sicherung anhand der Konfigurationsdatei erstellen."
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Sicherungskonfiguration anzeiegen"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Assistentengestützte Konfiguration"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Expertenkonfiguration"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Jetzt sichern"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "DrakBackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"Parameter:\n"
-"\n"
-" In diesem Schritt erlaubt Ihnen DrakBackup folgende Änderungen:\n"
-"\n"
-" - Kompressionsmodus:\n"
-" \n"
-" Mit der „bzip2“ Kompression, werden Ihre Daten\n"
-" besser als mit „gzip“ komprimiert (ca. 2-10 %).\n"
-" Standardmäßig ist dier Modus deaktiviert, da er\n"
-" mehr Zeit benötigt (bis zu 1.000%).\n"
-" \n"
-" - Aktualisierungsmodus:\n"
-"\n"
-" Mit dieser Option können Sie Ihre Sicherungskopie\n"
-" aktuialisieren. Das ist momentan nicht sehr sinnvoll,\n"
-" da Sie Ihre Kopie auspacken müssen, um sie \n"
-" aktualisieren zu können.\n"
-" \n"
-" - Der „.backupignore“-Mode:\n"
-"\n"
-" Vie bei dem Programm „cvs“, wird DrakBackup alle\n"
-" Dateien/Ordner, die in der Datei „.backupignore“\n"
-" des aktuellen Verzeichnisses aufgeführt sind,\n"
-" von der Sicherung ausschließen.\n"
-" Beispiel:\n"
-" > cat .backupignore\n"
-" *.o\n"
-" *~\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Einige der Sendmail-Fehler beruhen auf einer\n"
-" fehlerhaften PostFix Konfiguration. Um sie zu\n"
-" beheben müssen Sie „myhostname“ oder „mydomain“\n"
-" in „/etc/postfix/main.cf“ korrigieren.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"Parameter:\n"
-"\n"
-" - Systemdateien sichern:\n"
-" \n"
-"\tDiese Option erlaub es Ihnen Ihr „/etc“ Verzeichnis\n"
-"\tmit den darin enthaltenen Konfigurationsdateien zu\n"
-"\tsichern. Seien Sie vorsichtig, damit Sie während der\n"
-"\tWiederherstellung folgende Dateien nicht überschreiben:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Benutzerdateien sichern:\n"
-"\n"
-"\tDiese Option erlaubt es Ihnen die Benutzerkenn-\n"
-"\tzeichen zu wählen, deren Daten gesichert werden\n"
-"\tsollen.\n"
-"\tEs ist sinnvoll, die Browser-Caches vom Sichern\n"
-"\tauszunehmen, um Sicherungsplatz zu sparen.\n"
-"\n"
-" - Andere Dateien sichern:\n"
-"\n"
-"\tMit dieser Option können Sie weitere Dateienn\n"
-"\tzum Sichern vorsehen. Sollten Sie diese Version\n"
-"\tverwenden, können Sie momentan keine inkre-\n"
-"\tmentellen Aktualisierungen vornehmen.\n"
-"\n"
-" - Inkrementelle Archivierung:\n"
-"\n"
-"\tInkrementelle Archivierung ist die mächtigste\n"
-"\tder vorhandenen Optionen. Sie erlaubt es\n"
-"\tIhnen beim ersten Aufruf eine komplette\n"
-"\tSicherungskopie Ihres Systems zu erstellen und\n"
-"\tanschließnd nur noch Änderungen zu speichern.\n"
-"\tSomit sind Sie in der Lage, während des Wieder-\n"
-"\therstellens, den Datenbestand eines bestimmten\n"
-"\tZeitpunkts zu erzeugen.\n"
-"\tSollten sie diese Alernative nicht gewählt haben,\n"
-"\twerden die alten Sicherungen vor dem Ertellen\n"
-"\teiner neuen Sicherungskopie gelöscht.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by Sebastien DUPONT <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"Parameter:\n"
-"\n"
-"Seien Sie vorsichtig, wenn Sie FTP-Sicherungskopien verwenden, \n"
-"da nur vollständig erstelle Sicherungskopien sum Server kopiert.\n"
-"werden. Die Sicherungskopie muss also erst lokal auf Ihrem \n"
-"Rechner erstellt werden.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Wiederherstellungsprobleme:\n"
-"\n"
-"DrakBackup wird bei der Wiederherstellung alle Dateien \n"
-"kontrollieren, bevor sie wiederhergestellt werden.\n"
-"Da vor der Wiederherstellung alle Dateien im \n"
-"Zielverzeichnis von DrakBackup gelöscht werden, \n"
-"gehen alle darin entghaltenen Daten verloren! \n"
-"Seien Sie daher vorsichtig und ändern Sie die Sicherungskopien \n"
-"nicht manuell.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Die Installation von %s schlug Fehl. Folgender Fehler trat auf:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Suche installierte Schriften"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Auswahl installierter Schriften zurücksetzen"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "Alle Schriften analysieren"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "Keine Schriften gefunden"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "Fertig"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "Ich konnte keine Schriften in Ihren eingehängten Partitionen finden"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Neuwahl korrekter Schriften"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "Konnte keine Schriften finden.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Suche installierter Schriften"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopiere Schriften"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installation von TrueType Schriften"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "Bitte warten Sie ttmkfdir arbeitet ..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "TrueType Installation beendet"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konvertieren der Schriften"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "Erzeuge „type1inst“"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscriptreferenz"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf-Schriftkonvertierung"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm-Schriftkonvertierung"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Temporäre Dateien löschen"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Neustart des X-FontServers"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Schriftdateien löschen"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs Neustart"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Stellen Sie sicher, das Sie das Recht haben, die Schriften die Sie \n"
-"in Ihr System einbinden wollen, zu verwenden.\n"
-"\n"
-"- Sie können die Schriften auf normalem Weg einbinden. In seltenen Fällen \n"
-"können defekte Schriften den X-Server lahmlegen."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Schriften einbinden"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Windows-Schriften verwenden"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Schiften deinstallieren"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Erweiterte Einstellungen"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Font-Liste"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Wählen Sie die Programme, die die Schriften verwenden sollen:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Generische Drucker"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-"Wählen Sie eine Schriftdatei bzw. ein Verzeichnis und betätigen Sie "
-"„Hinzufügen“"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Liste installieren"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "Klicken Sie hier, wenn Sie sicher sind."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "Hier, falls nicht."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Markierung löschen"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Alle auswählen"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Liste entfernen"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Vortests"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Schriften auf Ihren Rechner kopieren"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Installiere und konvertiere Fonts"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Nach der Installation"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Entfernen von Schriftarten auf Ihrem Rechner"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Nach dem Entfernen"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Teilen der Internet-Verbindung"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Teilen der Internetverbindung momentan eingeschaltet."
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Es wurde bereits eine geteilte Internet-Verbindung aufgesetzt.\n"
-"Momentan ist sie aktiviert.\n"
-"\n"
-"Was wollen Sie tun?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "deaktivieren"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "Verwerfen"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "neu konfigurieren"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Server deaktivieren ..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Teilen der Internet-Verbindung ist nun abgeschaltet."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Teilen der Internet-Verbindung momentan abgeschaltet."
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Es wurde bereits eine geteilte Internet-Verbindung aufgesetzt.\n"
-"Momentan ist sie deaktiviert.\n"
-"\n"
-"Was wollen Sie tun?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "aktivieren"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Server aktivieren ..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Teilen der Internetverbindung ist nun eingeschaltet."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Sie sind dabei, Ihren Rechner zu konfigurieren, dass er die eingerichtete \n"
-"Internetverbindung mit einem lokalem Netzwerk teilt.\n"
-"\n"
-"Anmerkung: Sie benötigen eine Netzwerkkarte, mit deren Hilfe Sie ein \n"
-"lokales Netz (LAN) aufsetzen können."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Schnittstelle %s (verwendet Modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Schnittstelle: %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Sie haben keine Netzwerkkarte!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ihr Rechner hat keine konfigurierte Netzwerkkarte. Bitte verwenden Sie erst "
-"HardDrake, bevor Sie weiter machen."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Netzwerkkarte"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Sie haben nur eine konfiguriertes Netzwerkgerät an Ihrem Rechner:\n"
-"\n"
-"%s\n"
-"\n"
-"Ich setze ihr lokales Netz damit auf."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Bitte wählen Sie die Netzwerkkarte, die mit Ihrem lokalen Netzwerk \n"
-"verbunden ist."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Ihr Netzwerk ist bereits konfiguriert"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Warnung, das Netzwerkgerät „%s“ ist bereits konfiguriert.\n"
-"\n"
-"Wollen Sie eine automatische Neukonfiguration?\n"
-"\n"
-"Sie können auch eine manuelle Einrichtung vornehmen - dafür sollten Sie "
-"jedoch wissen, wie das funktioniert."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatische Rekonfiguration"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Aktuelle Schnittstellenkonfiguration anzeigen"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Aktuelle Konfiguration von „%s“:\n"
-"\n"
-"Netzwerk: %s\n"
-"IP-Adresse: %s\n"
-"IP-Eigenschaften: %s\n"
-"Treiber: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Ich kann Ihre aktuelle Konfiguration beibehalten und annehmen, dass Sie "
-"bereits einen DHCP-Server eingerichtet haben. Stellen Sie in diesem Fall "
-"sicher, dass ich Ihr Klasse-C Netzwerk korrekt erkannt habe. Ich werde es "
-"weder neukonfigurieren, noch Ihre DHCP-Konfiguration ändern.\n"
-"\n"
-"Ich kann jedoch auch Ihre Schnittstelle neu konfigurieren und einen DHCP-"
-"Server für Sie aufsetzen.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Lokales Klasse-C Netzwerk"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "(Diese) DHCP-Server IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Neu konfigurieren des Geräts und des DHCP-Servers"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Das lokale Netzwerk endet nicht auf „.0“ - bereinige."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Es liegt ein möglicher LAN-Adressen Konflikt in der Konfiguration\n"
-"von %s vor!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Ich habe eine Firewall-Konfiguration gefunden!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"WARNUNG: Ich habe eine eine Firewall-Konfiguration gefunden. \n"
-"Möglicherweise müssen Sie nach der Installation einige Einstellungen \n"
-"von Hand vornehmen."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurieren ..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Skripte konfigurieren, Software installieren, Dienste starten ..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Probleme beim Installieren von Paket %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Es wurde alles eingerichtet.\n"
-"Sie können Ihre Internetverbindung nun anderen Rechnern in Ihrem \n"
-"lokalen Netz mittels automatischer Netzwerk-Konfiguration (DHCP) \n"
-"teilen."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"Die Einstellungen wurden bereits vorgenommen, sie sind nur nicht aktiviert."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Die Einstellungen wurden bereits vorgenommen und sind aktiv."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Teilen der Internetverbindung wurde noch nicht konfiguriert."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Teilen der Internetverbindung - Konfiguration"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Willkommen zu DrakGW -\n"
-"das Werkzeug zum Teilen Ihrer Internetverbindung\n"
-"\n"
-"%s\n"
-"\n"
-"Wählen Sie „Konfigurieren“ wenn Sie den Assistenten starten wollen."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netzwerk Konfiguration (%d Karten)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Profil löschen..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Zu löschendes Profil: "
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Neues Profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr "Name des neuen Profils (es wird als Kopie des aktuellen erstellt):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Rechnername: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internetzugang"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Typ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Schnittstelle:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Bitte Warten"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Internet-Zugang konfigurieren"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN Konfiguration"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Treiber"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Schnittstelle"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Netzwerk konfigurieren"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Hier starten Sie den Assistenten ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Assistent..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Anwenden"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Einen Moment ... ich richte die Konfiguration ein"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Verbunden"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nicht Verbunden"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Verbinden ..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Trenne Verbindung ..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"WARNUNG: Es wurde bereits eine Internetverbindung gefunden. Vielleicht nutzt "
-"diese ihr Netzwerk."
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Sie haben noch keine Schnittstelle eingerichtet.\n"
-"Sie können dies tun, indem Sie die Schaltfläche \n"
-"„Konfigurieren“ betätigen."
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN Konfiguration"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Boot-Protokoll"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Beim Hochfahren gestartet"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP Klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "Jetzt aktivieren"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "Jetzt deaktivieren"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Diese Schnittstelle wurde noch nicht eingerichtet.\n"
-"Starten Sie den Konfigurationsassistenten im Hauptfenster."
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Sie haben noch keine Internetverbindung eingerichtet.\n"
-"Sie können dies tun, indem Sie die Schaltfläche \n"
-"„Konfigurieren“ betätigen."
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfiguration der Internetverbindung"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfiguration der Internetverbindung"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Verbindungstyp: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameter"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Netzwerkkarte"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-Klient"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Sicherheitsebene einstellen"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrollzentrum"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Wählen Sie das Werkzeug, das Sie verwenden wollen"
-
-# ../../standalone/drakxtv_.c:37ç
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (Kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (terrestrisch)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (Kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (Kabel-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "China (terrestrisch)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japan (terrestrisch)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japan (Kabel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Osteuropa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irland"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Westeuropa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australien"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Neuseeland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Südafrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentinien"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Bitte geben Sie Ihre Fernsehnorm und Region ein"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "Fernsehnorm:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Region:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Sendersuche ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Sendersuche..."
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "Verwendung: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Bitte wählen Sie Ihren Tastaturtyp."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Wollen Sie, dass die Rücktaste auf den Konsolen Entfernen sendet?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "CD-ROM wechseln"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Bitte legen Sie die Installations-CD-ROM in Ihr Laufwerk und drücken \n"
-"Sie dann „OK“. Falls Sie sie nicht vorliegen haben, drücken Sie \n"
-"„Abbruch“."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ich bin nicht in der Lage, eine Live Aktualisierung durchzuführen!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-"Die Einstellungen wurden vorgenommen, werden jedoch erst nach einer "
-"Neuanmeldung wirksam"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "LogDrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Nur für diesen Tag zeigen"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Datei/_Neu"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Datei/_Öffnen"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Datei/_Speichern"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Datei/Speichern_als"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Datei/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Optionen"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Optionen/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Hilfe"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/_Hilfe/_Über..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Benutzer"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Nachrichten"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "SysLog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Erklärung der Mandrake Programme"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "Suche starten"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Ihre Logbücher betrachen"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Einstellungen"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "Übereinstimmung mit"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "keine Übereinstimmung mit"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Dateien wählen"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Inhalt der Logbücher"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "E-Mail/SMS Benachrichtigung"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Einen Moment, ich durchsuche: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Mail/SMS Benachrichtigungskonfiguration"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Herzlich willkommen zum E-Mail/SMS Konfigurationsassistenten.\n"
-"\n"
-"Hier können Sie Ihr Benachrichtigungssystem einrichten.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "Dienste einstellen"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Sie weden benachrtichtigt, falls einer der gewählten Dienste nichtmehr "
-"verfügbar ist."
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "Einstellungen laden"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Sie erhalten eine Nachricht, wen die Load über diesen Wert steigt"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "Benachrichtigungskonfiguration"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Stellen Sie ein, wie das System Sie benachrichtigen soll"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Speichern unter..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Bitte wählen Sie Ihren Maustyp."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "Kein „serial_usb“ gefunden\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Die dritte Maustaste emulieren?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s an %s gefunden. Wolen Sie ihn einrichten?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Wählen Sie einen Scanner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Dieser %s Scanner wird nicht unterstützt"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Boot Gerät"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Dieser %s Scanner muss von PrinterDrake konfiguriert werden.\n"
-"Sie können Pronterdrake im Mandrake-Kontrollzentrum im Hardware-Bereich "
-"starten."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Firewall-Konfiguration"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Firewall-Konfiguration"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Sie haben bereits eine Firewall eingerichtet.\n"
-"Wählen Sie die Schaltfläche „Konfigurieren“,\n"
-"um sie zu löschen oder zu verändern."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Wählen Sie die Schaltfläche „Konfigurieren“,\n"
-"um eine Standard-Firewall einzurichten."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Sprache auswählen"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Installationsart auswählen"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Festplatten suchen"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Maus konfigurieren"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Tastatur auswählen"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sicherheit"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Dateisysteme einrichten"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Partitionen formatieren"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Zu installierende Pakete"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "System installieren"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Benutzer hinzufügen"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Netzwerk konfigurieren"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Dienste konfigurieren"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "BS-Starter installieren"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Startdiskette erstellen"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X konfigurieren"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Systemaktualisierungen"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Installation beenden"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"TinyFirewall Konfigurierer\n"
-"\n"
-"Hiermit konfigurieren Sie eine persönliche Firewall für diesen\n"
-"Mandrake Linux Rechner. Sollten Sie an einer speziellen ausgereiften\n"
-"Firewall-Lösung interessiert sein, schauen Sie sich nach der speziell\n"
-"dafür entwickelten MandrakeSecurity Firewall Distribution um."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Wir fragen Sie nun, welchen Diensten Sie direkten Internetzugang\n"
-"gestatten wollen. Bitte machen Sie sich sorgfältig Gedanken über diese\n"
-"Fragen. Es geht hierbei schließlich um die Sicherheit Ihres Systems!\n"
-"\n"
-"Bitte schotten Sie jeden Dienst, den sie aktuell nicht verwenden, vom \n"
-"Netz ab. Sie können die vorgenommenen Einstellungen mit Hilfe dieses \n"
-"Programms jederzeit wieder ändern!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Betreiben Sie auf Ihrem Rechner einen Web-Server, der im gesamten\n"
-"Internet sichtbar sein soll? Falls der Server nur auf Ihrer Maschine\n"
-"zugreifbar sein soll, können Sie hier getrost NEIN antworten.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Betreiben Sie einen Name-Server auf Ihrem Rechner? Falls Sie keinen\n"
-"Eingerichtet haben, um dem gesamten Internet IP und Bereichsinformationen\n"
-"anzubieten, antworten Sie hier NEIN.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Wollen Sie eingehende Secure Shell (ssh) Verbindungen gestatten?\n"
-"Es handelt sich hierbei um einen Ersatz für Telnet. Falls sie noch\n"
-"Telnet verwenden, sollten Sie definitiv auf dieses Protokoll wechseln.\n"
-"Telnet überträgt Ihre gesamte Kommunikation (also auch Passwörter)\n"
-"UNVERSCHLÜSSELT! Sie bieten damit einem potentiellen Angreife ein\n"
-"leichtes Spiel. Die SSH hingegen verschlüsselt die komplette\n"
-"Kommunikation und warnt sogar falls sie eine Unregelmäßigkeit bemerkt."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Wollen Sie eingehende Telnet-Verbindungen gestatten?\n"
-"Dienst extrem unsicher, wie wir bereits früher erwähnten. Wir empfehlen\n"
-"Ihnen daher nachdrücklich mit NEIN zu antworten und im Bedarfsfall auf\n"
-"die SSH auszuweichen.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Betreiben Sie einen FTP Server der aus dem Internet zugreifbar sein soll?\n"
-"Falls ja, sollten Sie ihn jedoch nur für „anonymen Transfer“ verwenden,\n"
-"da das Protokoll keine Verschlüsselung übertragener Passwörter vorsieht."
-"Verwenden Sie „scp“ aus dem SSH Paket zum verschlüsselten\n"
-"Datentransfer zwischen zwei Rechnern.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Betreiben Sie einen Mail-Server? Falls Sie Ihre Nachrichten mit\n"
-"einem textbasierten E-Mail Programm wie pine oder mutt schreiben\n"
-"ist dies vermutlich der Fall. Andernfalls sollten Sie den Dienst\n"
-"abschalten.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Betreiben Sie einen POP oder IMAP Server? Sie würden damit\n"
-"Postfächer für nicht-web-basierten E-Mail Zugriff über diese\n"
-"Maschine bereitstellen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Sie scheinen einen 2.2er Kern zu verwenden. Falls Sie Ihre\n"
-"IP-Adresse automatisch im lokalen Netzwerk erhalten sollen,\n"
-"müssen wir dies gestatten. Ist das bei Ihnen der Fall?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Wird die Zeit Ihres Rechners automatisch mit anderen Rechnern\n"
-"synchronisiert? Dies ist häufig ab mittelgroßen UNIX/Linux Betrieben\n"
-"der Fall. Damit wird ein einheitliches Zeitschema, etwa für die\n"
-"Datensicherung zugrunde gelegt. Wenn Sie nicht in einem größeren\n"
-"Betrieb arbeiten oder noch nie etwas zu diesem Thema gehört haben,\n"
-"trifft es für Sie vermutlich nicht zu."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfiguration beendet. Soll ich die Änderungen auf Platte schreiben?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ich kann „%s“ nicht öffnen: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ich kann „%s“ nicht zum Schreiben öffnen: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Nein, ich benötige kein DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Ja, ich benötige DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Nein, ich benötige kein NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Ja, ich benötige NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Nicht speichern"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Speichern und beenden"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Firewall-Konfigurationsassistent"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Nein (Vom externen Netz abschirmen)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Ja (durch die Firewall erlauben)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Bitte warten, Kontrolle der installierten Pakete ..."
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Fehler bein Versuch die gewünschten Pakete (%s und Bastille) zu "
-"installieren!\n"
-"Versuchen Sie es manuell."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Server, Web/FTP"
-
-#
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netzwerk-Computer (Klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-Server, SMB-Server, Proxy-Server, SSH-Server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome-Arbeitsplatz"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Werkzeuge für Ihren Palm Pilot oder Ihren Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Arbeitsplatzrechner"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Server, Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domänen- (DNS) und Netzwerk Informationsserver (NIS)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Office-Programme: Textverarbeitung (KWord, Abiword), Tabellenkalkulation "
-"(KSpread, Gnumeric), PDF-Betrachter, usw."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio Programme: MP3- und Midi-Abspieler, Mixer, usw."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bücher und HOWTOs zu GNU/Linux und Freier Software"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-Arbeitsplatz"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, usw."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia / Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Programme für Mail, News, WWW, FTP und Chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Server, Datenbank"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgeSQL oder MySQL Datenbankserver"
-
-#
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Werkzeuge, die die Konfiguration Ihres Rechners erleichtern"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia / Sound"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Werkzeuge"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentation"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsolen-Werkzeuge"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-"Postfix E-Mail-Server und\n"
-"Inn Diskussionsforen-Server"
-
-#
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetrechner"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediarechner"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfiguration"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Weitere Arbeitsoberflächen (GNOME, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"Das K Desktop Environment, die Standard-Arbeitsoberfläche mit einer Sammlung "
-"zugehöriger Programme"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafische Arbeitsoberfläche"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache und Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Werkzeuge zur Erstellung und zum Brennen von CDs"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Büro-Arbeitsplatz"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "GNOME, IceWM, Window Maker, Enlightenment, Fvwm, usw."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Bildverarbeitungsprogramme wie der GIMP"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C und C++ Entwicklung: Bibliotheken, Programme und Include-Dateien"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Netzwerkrechner Server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Server, Mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spiel-Station"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videoabspieler und Editoren"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia / Grafik"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Spiele: Arcade-, Brett-, Strategiespiele, usw."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Programme zum E-Mail bzw. News lesen und senden (pine, mutt, tin, ...)sowie "
-"zum durchstöbern des WWW"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivierung, Emulation, Überwachung"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanzverwaltung"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Eine grafische Oberfläche mit anwenderfreundlichen Anwendungen und Werkzeugen"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienten für verschiedene Protokolle, u.a. SSH"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet-Gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Sound- und Video-Abspieler/Editoren"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andere grafische Arbeitsoberflächen"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editoren, Shells, Dateiwerkzeuge, Konsolen"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Finanzverwaltungsprogramme, etwa Gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Persönliches Informationsmanagement"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia / CD-Brenner"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Wissenschaftlicher Arbeitsplatzrechner"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
deleted file mode 100644
index 1de4183da..000000000
--- a/perl-install/share/po/el.po
+++ /dev/null
@@ -1,13124 +0,0 @@
-# Greek Translation of DrakX.
-# Copyright (c) 1999 MandrakeSoft
-# FIRST AUTHOR Theodore J. Soldatos <theodore@eexi.gr>, 1999-2000.
-# Thanos Kyritsis <djart@hellug.gr>, 2001
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-08-23 23:59+0300\n"
-"Last-Translator: Thanos Kyritsis <djart@hellug.gr>\n"
-"Language-Team: Greek <nls@tux.hellug.gr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-7\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.8\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr " Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr " \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-" .\n"
-" ;"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr " X server ( )"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr " X Window"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr " X server ( )"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr " X Window"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr " XFree ;"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" \n"
-" XFree %s. XFree %s "
-" \n"
-" ."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-" XFree "
-"%s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s "
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-" XFree "
-"%s,\n"
-": - !"
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s "
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" \n"
-" XFree %s. : - "
-" !\n"
-" XFree %s "
-"\n"
-" ."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac ( )"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr " XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr " X server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-" , "
-"\n"
-" , \n"
-" , \n"
-" .\n"
-"\n"
-" \n"
-" : "
-"\n"
-" . , ."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr " ;"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ": "
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-" "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr " :"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr " %d "
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " ;"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr " , "
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr " : %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr " : %s kb\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr " (X-Window)"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr " ;"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr " X server"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-" ;\n"
-" :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr " (X) "
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-" \n"
-" (X-Windows).\n"
-" ;"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " %s "
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr " Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kb"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kb"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB "
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Compatible, 1024x768 87 Hz interlaced (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 87 Hz interlaced, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA, 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr " 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr " 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr " "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr " (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr " SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr " ;"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr " LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO "
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO "
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr " DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr " "
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Bootloader "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr " "
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr " "
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA ( BIOS)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr ""
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr " "
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr " "
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr ""
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr " ()"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr " "
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr " /tmp "
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr " ( %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr " profiles"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr " Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-" `` '' "
-""
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr " "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr " "
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr " Init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr " Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr " "
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr " CD;"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr " OF ;"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "' ;"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr ""
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr ""
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr " "
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr " (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr " (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr " (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Image"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Append"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Read-write"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr ""
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr ""
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr " ' "
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr " "
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr " "
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr " swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr " "
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr " %s %s "
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr " ;"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr " %s;"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr " "
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr " %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(module %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr " %s ;"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-" , %s \n"
-" , ' .\n"
-" \n"
-" ; \n"
-" , ."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr " "
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr " "
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" %s.\n"
-" ``= 2=2 ...''.\n"
-" , ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr " "
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-" %s .\n"
-" ;"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "( %s )"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " "
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr " "
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-" , , `-' `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr " "
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr " "
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-" \n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr " "
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr " "
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr " "
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr " (shell)"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr " (Autologin)"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-" \n"
-" .\n"
-" , ."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr " ' :"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr " "
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr " ."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-" "
-" "
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr " "
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr " CUPS"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-" \n"
-" ;"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr " Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr ""
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-" . \n"
-" , . "
-"\n"
-" Internet LAN. ."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-" , \n"
-" ."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-" \n"
-" Internet. ."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" \n"
-"Internet . \n"
-" ."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-" 4, . \n"
-" ."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr " "
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr " "
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr " X server"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"KALOS HRTHATE STON EPILOGEA LEITOURGIKOU SYSTHMATOS %s!\n"
-"\n"
-"EPILEXTE LEITORGIKO SYSTHMA APO TON PARAPANO KATALOGO \n"
-"H PERIMENETE %d DEUTEROLEPTA GIA THN AYTOMATH EPILOGH.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use the %c and %c keys for selecting which entry is highlighted."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Press enter to boot the selected OS, 'e' to edit the"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "The highlighted entry will be booted automatically in %d seconds."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr " /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr " ;"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr " .\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Boot "
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "//_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Categorizing "
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle "
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr " "
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr " Gtk+ "
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr " Aurora "
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr " Lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr " Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" %s Boot Manager.\n"
-" ."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr " X-Window "
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ", login"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ", login (user, desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr " /etc/inittab : %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d "
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 "
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d "
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr " "
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-" "
-" "
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr ""
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr ""
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr " !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-" aboot, "
-"2048 )\n"
-" "
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-" FAT \n"
-"( Dos Windows).\n"
-" \n"
-"( , \" \")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr " :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr " ``%s'' "
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr " ``''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, "
-" "
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr " ;"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr " ;"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr " ;"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-" , "
-" "
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-" \n"
-" ;"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-" \n"
-" "
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr " MB"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr " loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr " ;"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr " ext2 ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr " loopback %s;"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s;"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-" "
-"\n"
-" loopback. loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr " fat filesystem bounds"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr " ' ."
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr ""
-" "
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, "
-" "
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr " MB"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr " ;"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr " ;"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr " ..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr " RAID "
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr " LVM "
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr " LVM;"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr " loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr " , "
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr " . ;"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr " chunk"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr ": ."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr " partitioning;"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-", /boot "
-" 1024.\n"
-" LILO , LILO "
-" /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-" root (/) 1024 \n"
-" /boot.\n"
-" LILO, /boot."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-" software RAID root (/).\n"
-" "
-" /boot.\n"
-" /boot."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr " %s !"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, "
-" "
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr " loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr " mkraid"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr " DOS : %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr " %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr " loopback: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-" \n"
-" ( MS-DOS, lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr " chunk %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr " RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr " loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-" , \n"
-" , \n"
-" .\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-" Bootstrap\n"
-" \n"
-"dual-booting .\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr ": %s , %s , %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr " LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr " : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-" ( %d "
-" )"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr " "
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr " DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s "
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr " %s %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr " fsck %d %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr " %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-" JFS 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-" ReiserFS "
-"32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr " /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr " %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr " LVM %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-" (root)"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-" (ext2, reiserfs) "
-" \n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr " LVM %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-" "
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr " %s : %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-" - "
-" . "
-" "
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " !"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-" Linux "
-" \n"
-" . , \n"
-" . , "
-"\n"
-" (root, \"/\"). "
-"\n"
-" . "
-"\n"
-" , \"/home"
-"\" (\n"
-" Linux ).\n"
-"\n"
-"\n"
-", : \"\", \"\".\n"
-"\n"
-"\n"
-" : , , "
-" \n"
-" , \"hda1\").\n"
-"\n"
-"\n"
-" \"hd\" IDE \"sd\" SCSI .\n"
-"\n"
-"\n"
-" \"hd\" \"sd\". "
-"IDE \n"
-": \n"
-"\n"
-" * \"a\" master IDE,\n"
-"\n"
-" * \"b\" slave IDE,\n"
-"\n"
-" * \"c\" master IDE,\n"
-"\n"
-" * \"d\" slave IDE.\n"
-"\n"
-"\n"
-" SCSI, \"a\" , \"b\" "
-"..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-" \n"
-".\n"
-"\n"
-"\n"
-" , \n"
-" .\n"
-"\n"
-"\n"
-" \n"
-". , \n"
-" \n"
-" .\n"
-", ."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-" , GNU/Linux\n"
-" . "
-"\n"
-" , , "
-"\n"
-" , "
-" Mandrake Linux.\n"
-"\n"
-"\n"
-" , "
-" \n"
-" .\n"
-" . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" . "
-" \n"
-" (swap).\n"
-"\n"
-"\n"
-" "
-", \n"
-" Linux .\n"
-"\n"
-"\n"
-" , "
-". \n"
-" , :\n"
-"\n"
-"* : "
-"Linux .\n"
-" , .\n"
-"\n"
-"\n"
-"* : "
-" \n"
-" Mandrake Linux , "
-" \n"
-" . : \n"
-" ! !\n"
-"\n"
-"\n"
-"* Windows: "
-" Microsoft Windows\n"
-" , "
-" Linux.\n"
-" , Windows "
-" \n"
-" ( \" \" \"\") "
-" Windows.\n"
-" . "
-" \n"
-" Microsoft Windows Mandrake Linux .\n"
-"\n"
-"\n"
-" , "
-" \n"
-" Windows "
-" .\n"
-"\n"
-"\n"
-"* : , "
-". \n"
-" , "
-" \n"
-" . "
-"."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-" ( "
-"\n"
-") .\n"
-"\n"
-"\n"
-" "
-" \n"
-" . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" "
-".\n"
-" "
-"( \n"
-"\"/\", \"/usr\" \"/var\"), "
-" \n"
-" ( \"/home\").\n"
-"\n"
-"\n"
-" "
-" \n"
-" .\n"
-"\n"
-"\n"
-" \"OK\" .\n"
-"\n"
-"\n"
-" \"\" "
-" \n"
-" Mandrake Linux."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-" Mandrake Linux .\n"
-" , \n"
-" .\n"
-"\n"
-"\n"
-" ."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-" , "
-" \n"
-" Mandrake Linux. , "
-" \n"
-" , . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" , , "
-"\n"
-" \"hda\" IDE , \"hdb\" "
-"IDE, \"sda\"\n"
-" SCSI \n"
-"\n"
-"\n"
-" , :\n"
-"\n"
-" * : \n"
-" .\n"
-"\n"
-"\n"
-" * : \n"
-" ext2 swap .\n"
-"\n"
-"\n"
-" * : "
-",\n"
-" . "
-"\n"
-" .\n"
-"\n"
-"\n"
-" * : , .\n"
-"\n"
-"\n"
-" * : , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" * : . "
-" \n"
-" .\n"
-"\n"
-"\n"
-" * : "
-" \n"
-" , . \n"
-"\n"
-"\n"
-" * : "
-", \n"
-" . .\n"
-"\n"
-"\n"
-" * : , "
-" .\n"
-"\n"
-"\n"
-", "
-": \n"
-" Tab "
-".\n"
-"\n"
-"\n"
-" , :\n"
-"\n"
-" * Ctrl-c ( "
-")\n"
-"\n"
-" * Ctrl-d \n"
-"\n"
-" * Ctrl-m \n"
-"\n"
-" \n"
-" PPC , "
-" HFS 'bootstrap' 1 \n"
-" yaboot bootloader. , "
-".. 50, \n"
-" ramdisk image ."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-" Windows . \n"
-" Mandrake "
-"Linux.\n"
-"\n"
-"\n"
-", : \" Linux\", \" Windows"
-"\", \"\".\n"
-"\n"
-"\n"
-" Linux : , , "
-" \n"
-" , \"hda1\").\n"
-"\n"
-"\n"
-" \"hd\" IDE \"sd\" SCSI .\n"
-"\n"
-"\n"
-" \"hd\" \"sd\". "
-"IDE \n"
-": \n"
-"\n"
-" * \"a\" master IDE,\n"
-"\n"
-" * \"b\" slave IDE,\n"
-"\n"
-" * \"c\" master IDE,\n"
-"\n"
-" * \"d\" slave IDE.\n"
-"\n"
-"\n"
-" SCSI, \"a\" , \"b\" "
-"...\n"
-"\n"
-"\n"
-" Windows "
-"Windows\n"
-"( \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr " . ."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-" \"\" "
-" Mandrake Linux\n"
-" .\n"
-"\n"
-"\n"
-" \"\" "
-" Mandrake Linux\n"
-"\n"
-"\n"
-" GNU/Linux, "
-" \n"
-" Mandrake Linux:\n"
-"\n"
-"* : GNU/Linux . "
-" \n"
-" .\n"
-"\n"
-"\n"
-"* : GNU/Linux, "
-" \n"
-" (, ) . "
-" \n"
-" , "
-" GNU/Linux.\n"
-"\n"
-"\n"
-"* : GNU/Linux. , "
-" \n"
-" . "
-" ,\n"
-" "
-" .\n"
-" ."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-" . ,\n"
-" COM1 Windows ttyS0 GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-" LILO Grub : \n"
-" GNU/Linux . "
-", \n"
-" . "
-" \n"
-", . \n"
-" .\n"
-"\n"
-" "
-"\n"
-" . , "
-" \n"
-" !"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-" \n"
-" \n"
-"GNU/Linux.\n"
-"\n"
-"\n"
-" , \" \n"
-" (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-" DrakX SCSI PCI.\n"
-" DrakX "
-",\n"
-" \n"
-"\n"
-"\n"
-" SCSI ISA, PCI "
-" \n"
-" SCSI, DrakX "
-" \n"
-" SCSI . , ''. "
-"\n"
-"'', .\n"
-"\n"
-"\n"
-" , DrakX "
-".\n"
-", DrakX , "
-" .\n"
-"\n"
-"\n"
-" , . \n"
-" \n"
-" Windows ( ), "
-"\n"
-" ( "
-"Internet)."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
-"\n"
-"\n"
-"For Linux, there are a few possible options: \n"
-"\n"
-"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
-"\n"
-"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
-"\n"
-"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
-"\n"
-"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
-"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
-"\n"
-"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
-"\n"
-"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
-"\n"
-"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful as to choose the correct parameters.\n"
-"\n"
-"\n"
-"Yaboot main options are:\n"
-"\n"
-"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
-"\n"
-"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-" \n"
-" Mandrake Linux. : \n"
-" ."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" \"OK\" \n"
-" . , \n"
-" \n"
-", Windows.\n"
-"\n"
-"\n"
-" \"\" \n"
-" ."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-" : %s\n"
-"\n"
-"\n"
-" ' . "
-"\n"
-", . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" ;\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr " broadcast NIS domain"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr " FAT %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr " FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-" , "
-" ``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-" ``'' "
-".\n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-" .\n"
-"o .\n"
-" `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-" swap\n"
-"\n"
-" ;"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr " FAT mounted /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " Windows loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr " Linux4Win;"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr " MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr " swap MB"
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr " ;"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-" FAT, \n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-" Windows , "
-" ``defrag'' "
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"!\n"
-"\n"
-" DrakX Windows.\n"
-" . ,\n"
-" (\n"
-"scandisk) (defragment).\n"
-" .\n"
-" , Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr " windows "
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr " FAT : %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-" FAT loopback ( "
-" )"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr " Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-" , "
-"Linux;"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-" %s "
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr " fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-" %s\n"
-" , `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr " DrakX :"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr " : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr " ."
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-" .\n"
-" ( "
-"Internet). ."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-" .\n"
-" CD-ROM CD-ROM .\n"
-" CD-ROM \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr " "
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr " `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-" . "
-"\n"
-" Mandrake Linux. , "
-" .\n"
-" F1 CDROM, `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr " %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-" ,\n"
-" .\n"
-"\n"
-" .\n"
-" 100% ."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-" %d%% .\n"
-"\n"
-" ,\n"
-" .\n"
-" .\n"
-" %d%% ."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " ."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr " : %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-" "
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr " / "
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr " , "
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr " . "
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-" \n"
-" ;"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr " . "
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "/ "
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr " , "
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d "
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-" Cd-Rom!\n"
-"\n"
-" Cd-Rom \"%s\" .\n"
-" , CdRom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr " ;"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"\n"
-"\n"
-" . \n"
-" , "
-"CD. \n"
-"'' .\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr " ;"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr " ."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr " ;"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "/"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " ;"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr " ."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-" ."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr " 2 "
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr " 3 "
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr " PCMCIA "
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr " IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr " ."
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-" , :(\n"
-" \n"
-" . \n"
-"DrakX . : %s\n"
-"\n"
-" ;\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-" DiskDrake .\n"
-" !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-" 1MB bootstrap! , "
-" , "
-" bootstrap DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr " root "
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root Partition ( )"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr " (/) ;"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-" "
-""
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr " blocks;"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-" swap , "
-""
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-" (%"
-"d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-" "
-".\n"
-" ."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-" CDs, Ok.\n"
-" CDs, .\n"
-" , Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-" %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-" .\n"
-"\n"
-":\n"
-"\n"
-" "
-",\n"
-" "
-",\n"
-" / .\n"
-"\n"
-" . "
-" \n"
-" , .\n"
-"\n"
-" Mandrakesoft, "
-" \n"
-" ( , "
-" \n"
-", "
-" .\n"
-"\n"
-" \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr " ;"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr " GMT ( )"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr " ( NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr " NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr " CUPS"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr " ;"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "K ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr " TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr " root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-" ( %d "
-" )"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr " LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr " LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr " (domain) NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-" \n"
-" . "
-" \n"
-" SILO , SILO\n"
-" SILO. \n"
-" "
-"Mandrake,\n"
-" .\n"
-" ;"
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-" \n"
-" . "
-" \n"
-" LILO ( grub), "
-" LILO\n"
-" LILO. \n"
-" "
-"Mandrake,\n"
-" .\n"
-" ;\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr ", "
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-" \n"
-" , yaboot bootloader .\n"
-" , \n"
-" BootX "
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr " aboot;"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-" aboot, \n"
-" , "
-" ;"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr ". . "
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-" . "
-":"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-" Open Firmware boot- \n"
-" bootloader. reboot \n"
-" bootloader, Command-Option-O-F reboot :\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" : shut-down\n"
-" bootloader."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-" .\n"
-"\n"
-" ;"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-", .\n"
-" CD return "
-".\n"
-"\n"
-"\n"
-" Mandrake Linux,\n"
-" \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-" "
-"\n"
-" Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-" ,\n"
-" !!\n"
-"( ).\n"
-"\n"
-" .\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr " "
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr " Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> | <Space> | <F12> . "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr " kdesu "
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr " "
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr " "
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr " "
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr " , \n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr " ; (' %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr " ; (' %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr ": %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr " aboot;"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr " ; (' %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr " (UK)"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "... (US)"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak ()"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak ()"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak ()"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr ""
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr " 106 "
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr " "
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr " AZERTY ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr " AZERTY ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr " \"number row\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr " \"\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr " ( qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr " ( qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr " (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr " (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr ""
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Thai"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr " ( \"F\" )"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr " ( \"Q\" )"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US "
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr " \"numeric row\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr " (/)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr " %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr " logical volumes \n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr " PS2 "
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 "
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr " 2 "
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr " "
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr " 3 "
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (, C7 )"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr " "
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr " "
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr " "
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr " !"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr " -"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- "
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr ";"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr " "
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-" adsl pppoe.\n"
-" pptp, dhcp.\n"
-" , ' pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr " dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr " pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr " pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-" dhcp ;\n"
-" dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-" Ethernet .\n"
-" ."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-" "
-" "
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-" .\n"
-" DHCP .\n"
-" ,\n"
-" .. ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr " ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr " ISDN"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr " ISDN ;"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-" ISDN ;\n"
-"\n"
-"* isdn4net. ,\n"
-" .\n"
-"\n"
-"* , ,\n"
-" .\n"
-"\n"
-" .\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr " (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr " (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr " ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-" \n"
-" , Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr " (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-" \n"
-" D-Channel ( )"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr " ;"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr " ;"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-" ISA , .\n"
-"\n"
-" PCMCIA , irq io .\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr " ISDN ;"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-" ISDN , . "
-" PCI ."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr " ISDN. ."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr " modem ;"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr " dialup"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr " "
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Login ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr " script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr " DNS ()"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr " DNS ()"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr " ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr " ."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr " (internet)"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr " %s ."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-" %s .\n"
-"\n"
-"\n"
-" OK "
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-" , .\n"
-" , "
-" Internet.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-" \n"
-"\n"
-" internet/.\n"
-" , "
-"checkbox.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr " ..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr " modem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr " ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr " ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr " LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "() ethernet "
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-" Internet.\n"
-" .\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr " Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr " ;"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-" : \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-", internet .\n"
-"\n"
-" .\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-" , \n"
-" hostname."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-": "
-".\n"
-" OK .\n"
-" ."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-" IP .\n"
-" IP \n"
-" (: 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr " %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr " IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr " "
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr " IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr " IP 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-" .\n"
-" ,\n"
-" .. ``mybox.mylab.myco.com''.\n"
-" IP "
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr " DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr " "
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr " proxies"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr " proxy http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr " proxy ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr " (Internet)"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr " ;"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr " ... "
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr " ."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr " , ."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr " "
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr " "
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ "
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "DMA "
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO "
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 "
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 "
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr " (.. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Provider dns 1 ()"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Provider dns 2 ()"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr " "
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr " "
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr " "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr " : "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "' (user name)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr " "
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr " "
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-" .\n"
-" "
-" "
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr " %s : %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr " "
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr " %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-" . \n"
-" . \n"
-" "
-""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr " "
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr " "
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr ""
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr " "
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr " "
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr " CUPS"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr " lpd"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr " (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr " "
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr " URI"
-
-#: ../../printer.pm_.c:55
-#, fuzzy
-msgid "Pipe job into a command"
-msgstr " "
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr " %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(module %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP CUPS:"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " ( ' )"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-" CUPS, \n"
-". , \n"
-" . , \n"
-"IP CUPS ."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr " L"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr " IP 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP CUPS:"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Boot "
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr " URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr " modem ;"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr " URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr " lpd "
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-" \n"
-"lpd, \n"
-", \n"
-" ."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr " :"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr " SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-" SMB , \n"
-"SMB (! \n"
-" TCP/IP!) IP \n"
-" , \n"
-", \n"
-", ."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr " SMB :"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP SMB :"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr " :"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr " :"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr " IP !"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr " Samba !"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr " NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-" NetWare, \n"
-" NetWare (! \n"
-" TCP/IP!), \n"
-" , \n"
-" ."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr " NCP !"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr " NCP !"
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr " socket"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-" socket, \n"
-" ."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr " URI"
-
-#: ../../printerdrake.pm_.c:888
-#, fuzzy
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-" URI . URI "
-" CUPS Foomatic . "
-" URI spoolers."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr " URI !"
-
-#: ../../printerdrake.pm_.c:1004
-#, fuzzy
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-" (.. lp).\n"
-" \n"
-". ."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr ";"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr " (Internet)"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr " (Internet)"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-" .\n"
-" .\n"
-" :\n"
-"%s\n"
-"\n"
-" "
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-" .\n"
-" .\n"
-" ;"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr " ."
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr " ."
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr " (Internet)"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-" , "
-" underscore"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr " CUPS"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr " Spooler E"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr " (Internet)"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr " Internet"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr " ;"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr " "
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr " proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-" proxy.\n"
-"\n"
-", http ftp proxies\n"
-" login \n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-" http proxy\n"
-" http proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr " URL 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr " "
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-" ftp proxy\n"
-" ftp proxy"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr " Url 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-" proxy login .\n"
-" login/passwd"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr " "
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr " "
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr " . !"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr " __ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr " %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr " mkraid"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr " mkraid ( raidtools;)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr " RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr " ALSA (Advanced Linux Sound Architecture) "
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, ."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-" apmd .\n"
-" \n"
-" ."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-" at \n"
-" ."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-" cron UNIX \n"
-" . vixie cron "
-" \n"
-" "
-"."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-" GPM mouse \n"
-" \n"
-"mouse , menu."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-" HardDrake \n"
-" / ."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-" Apache WWW. \n"
-"HTML CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-" Internet (inetd) \n"
-" inetrnet . \n"
-" , telnet, ftp, rsh rlogin. "
-"\n"
-" \n"
-" ."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-" filtering Linux 2.2, \n"
-" firewall ."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-" \n"
-" /etc/sysconfig/keyboard. \n"
-" kbdconfig. ."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-" /boot \n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-" ."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-" Linuxconf \n"
-" ."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-" lpd \n"
-" lpd. \n"
-" ."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual , \n"
-" ."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-" named (BIND) Domain Name Server (DNS) \n"
-" IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-" (NFS, \n"
-"SMB NCP (Netware))."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"/ \n"
-" ."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-" NFS \n"
-" TCP/IP. , \n"
-" /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-" NFS \n"
-" TCP/IP. ."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-" numlock \n"
-" XFree ."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr " OKI 4w winprinters."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-" PCMCIA , modems \n"
-" laptop. "
-" \n"
-", "
-"."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-" portmapper RPC, \n"
-" NFS NIS. \n"
-" ."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-" postfix , \n"
-" \n"
-" ."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-" \n"
-" ."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-" raw block ( \n"
-"), Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-" routed \n"
-"IP RIP. ' RIP "
-" \n"
-" , ."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-" rstat \n"
-" \n"
-" ."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-" rusers \n"
-" ."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-" rwho \n"
-" ( finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr " "
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-" Syslog \n"
-" (log files)\n"
-" ."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr " usb ."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-" X Font Server ( "
-" XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr ""
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr " "
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr " lpd "
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr " "
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Append"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr ":"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr " "
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr " Internet"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr " - "
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr " "
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr " "
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr " SMB :"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr " "
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr " %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-" , :(\n"
-" "
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Boot "
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr " loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr " Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr " LAN"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr ". . ."
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr " modem ;"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- "
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr ":"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr " -"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr " L"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr " L"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr ". . ."
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr " %s . :"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr ". ."
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr " L"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr " Init"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr " !"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr " !"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr " Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr " Internet "
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-" Internet .\n"
-" .\n"
-"\n"
-" ;"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr " Internet "
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr " Internet "
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-" Internet .\n"
-" .\n"
-"\n"
-" ;"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr " Internet "
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-" \n"
-" .\n"
-"\n"
-": "
-" (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr " %s ( %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr " !"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-" Ethernet . "
-" ."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-" :\n"
-"\n"
-"%s\n"
-"\n"
-" ."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-" \n"
-" ."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Boot "
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr " (Internet)"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP CUPS:"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-" LAN %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr " firewall!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"! firewall. "
-"\"\" ."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ", , ..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"' .\n"
-" "
-" , "
-"(DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr " , ."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr " , ."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr " Internet ."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr " (internet)"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" Internet!\n"
-"\n"
-"%s\n"
-"\n"
-" ."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr " (%d adapters)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ": "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr " :"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr " : "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr " Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr " :"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr " Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr " LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr " ... "
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr " "
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-" .\n"
-" ''"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr " L"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr " %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr " "
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr " "
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr " DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-" internet.\n"
-" ''"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr " (internet)"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr " (internet)"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr " : "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr " "
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr " Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr " DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " "
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr " ()"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ": keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr " ."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr " BackSpace Delete ;"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr " Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-" CD .\n"
-" , ."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr " live upgrade!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "// _"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "//-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "//"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "//_ ..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr " log "
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr " , : %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-" proxy.\n"
-"\n"
-", http ftp proxies\n"
-" login \n"
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr " "
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr " ."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr " serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr " ;"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr " Firewalling"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr " firewalling"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-" firewall.\n"
-" firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-" firewall"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr " "
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr " "
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr " "
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr " "
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr " "
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr ". . ."
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr ". ."
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr " "
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr " "
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr " "
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr " "
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr " "
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr ". . "
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr " "
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr " "
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr " "
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-" tinyfirewall\n"
-"\n"
-" firewall Mandrake "
-"Linux.\n"
-" firewall, \n"
-" MandrakeSecurity Firewall ."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-" \n"
-" Internet. \n"
-", .\n"
-"\n"
-", "
-",\n"
-" firewall. "
-"\n"
-" !"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-" web "
-"\n"
-" internet; web "
-"\n"
-" , .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-" name ; \n"
-" IP internet, \n"
-" .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping. \n"
-" -- \n"
-" . To ssh "
-" ."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-" telnet;\n"
-" , .\n"
-" ssh "
-"\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-" FTP "
-"Internet;\n"
-" , . "
-"\n"
-" FTP "
-",\n"
-" FTP "
-"\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-" ; \n"
-" pine, mutt ,\n"
-" . firewall "
-".\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-" POP IMAP ; \n"
-" web \n"
-" .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-" 2.2 . IP \n"
-" , . \n"
-" ;\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-" ;\n"
-", \n"
-" Unix/Linux logs . \n"
-" , \n"
-" ."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-" . ;\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr " %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr " %s : %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr " Firewalling"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr " , "
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr " ()"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, ssh server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr " Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr " Palm Pilot Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domain Name Network Information Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr " : , "
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr " : mp3 midi players, "
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr " Linux "
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr " KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr " - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr " , , web, "
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL MySQL database "
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr " Postfix, Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr " Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr " L"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr " (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr " KDE "
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr " CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, "
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr " Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr " C C++, "
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr " video"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr " ()"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-" news (pine, mutt, tin...) "
-" Web Browsers"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ", , "
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr " ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr " video "
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr " , , , "
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr " , gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr " - CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr " "
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr " ' :"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr " "
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr " %s"
-
-#~ msgid "mount failed"
-#~ msgstr " "
-
-#~ msgid "Low"
-#~ msgstr ""
-
-#~ msgid "Medium"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ " , \n"
-#~ " ."
-
-#~ msgid "Boot mode"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ " GNU/Linux GMT (\"Greenwich Mean Time\" \n"
-#~ "\" \") \n"
-#~ " ."
-
-#~ msgid "Connect to Internet"
-#~ msgstr " (internet)"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr " (internet)"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr " ( )"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr " ;"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr " Gnome"
-
-#~ msgid "authentification"
-#~ msgstr ""
-
-#~ msgid "user"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr " ."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr " "
-
-#~ msgid "Active"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr ""
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr " \"%s\" "
-
-#~ msgid "Local Printer Device"
-#~ msgstr " "
-
-#~ msgid "Printer Device"
-#~ msgstr " "
-
-#~ msgid "Device/file name missing!"
-#~ msgstr " !"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr " CUPS"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr " CUPS"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr " ."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr ": "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr ""
-
-#~ msgid "Starting your connection..."
-#~ msgstr " ..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr " ..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ " .\n"
-#~ " \n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ " root."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr " ."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr " "
-
-#~ msgid "Total size: "
-#~ msgstr " : "
-
-#~ msgid "Please wait, "
-#~ msgstr " , "
-
-#~ msgid "Total time "
-#~ msgstr " "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr " 11;"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ " ;\n"
-#~ "(: /dev/lp0 LPT1:)\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ ", . "
-#~ "."
-
-#~ msgid "New"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr " "
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr " (%s), \n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ; (' %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr " ; (' %s `none' ) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr " /etc/sysconfig/autologin : %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr " ;"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ ";"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr " :\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr " %s. ;"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ " , \n"
-#~ " \"/dev/hda\" ( ), \"/dev/sda\n"
-#~ "( SCSI )."
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr " ' :"
-
-#~ msgid "Spooler: "
-#~ msgstr "Spooler: "
-
-#~ msgid "Test the mouse here."
-#~ msgstr " ."
-
-#~ msgid "Press next to continue."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ " "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " \"\" .\n"
-#~ "\n"
-#~ "\n"
-#~ " \"\" . "
-#~ " \n"
-#~ " ."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr ""
-#~ " "
-#~ " "
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ " ( )\n"
-#~ " ."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ ":\n"
-#~ "\n"
-#~ " - : Linux, \n"
-#~ " , "
-#~ "\n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : GNU/Linux "
-#~ "\n"
-#~ " , "
-#~ "\n"
-#~ " . "
-#~ "\n"
-#~ " (\"\") ."
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ " \n"
-#~ " :\n"
-#~ "\n"
-#~ "* : "
-#~ "\n"
-#~ " , . \n"
-#~ "\n"
-#~ "* : "
-#~ "\n"
-#~ " . "
-#~ "\n"
-#~ " , , "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "* : "
-#~ "\n"
-#~ " , (NFS SMB), (lp SMB), "
-#~ "\n"
-#~ " (NIS), . , "
-#~ "\n"
-#~ " KDE, Gnome ."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ " "
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " DrakX .\n"
-#~ " , . , "
-#~ "\n"
-#~ " , "
-#~ ".\n"
-#~ " \" "
-#~ "\". \n"
-#~ " 1000 ."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ " \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ "\" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ "\" \". , \n"
-#~ " \n"
-#~ " ."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ " CDs, Ok.\n"
-#~ " CDs, .\n"
-#~ " , Ok."
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are installing on an Apple machine with a 1-button mouse, you "
-#~ "will\n"
-#~ "be given the opportunity to define some keyboard keys to emulate the 2nd\n"
-#~ "and 3rd mouse buttons. This will allow you to be able to access the "
-#~ "full\n"
-#~ "functionality of the mouse in both the Linux console and the X Window "
-#~ "GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have an ADB mouse, please select USB, as the Linux kernel will "
-#~ "take\n"
-#~ "care of mapping your mouse hardware correctly."
-#~ msgstr ""
-#~ " . "
-#~ " \n"
-#~ " . , "
-#~ " \"\"\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " Apple , "
-#~ " \n"
-#~ " "
-#~ " 2 3\n"
-#~ " . "
-#~ "\n"
-#~ " Linux X Window GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ " ADB , USB, "
-#~ "Linux \n"
-#~ " ."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ " "
-#~ " \n"
-#~ ", , "
-#~ " \n"
-#~ " DrakX .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \" "
-#~ "\".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ " modem. \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ ", ( \"COM1\" Microsoft "
-#~ "Windows),\n"
-#~ " Linux \"ttyS0\"."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ " dial-up. "
-#~ "\n"
-#~ " , "
-#~ " \n"
-#~ " . (DNS), "
-#~ " \n"
-#~ " ."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ " modem , DrakX "
-#~ " ."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr " modem ."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ " dial-up. "
-#~ "\n"
-#~ " , "
-#~ " \n"
-#~ " . (DNS), "
-#~ " \n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ " ( ). "
-#~ " ,\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ " - IP: , \n"
-#~ " .\n"
-#~ " IP \" IP"
-#~ "\"\n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \"255.255.255.0\" . \n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ " - IP: "
-#~ "\n"
-#~ "BOOTP DHCP, . , "
-#~ "\n"
-#~ " IP. , \n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ " . \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ " . \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ " dialup. "
-#~ ",\n"
-#~ " ."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ " proxies, . "
-#~ ",\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ " , \n"
-#~ " . '\n"
-#~ " \n"
-#~ ".\n"
-#~ "\n"
-#~ " \n"
-#~ " ."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ " ( "
-#~ ") \n"
-#~ " ( UNIX , Netware \n"
-#~ "Microsoft Windows)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ " , \n"
-#~ "(CUPS LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ " CUPS , UNIX \n"
-#~ ". Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ " LPR .\n"
-#~ "\n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ " GNU/Linux . "
-#~ " \n"
-#~ " .\n"
-#~ "\n"
-#~ " , "
-#~ "\"\n"
-#~ "\".\n"
-#~ "\n"
-#~ " "
-#~ "UNIX\n"
-#~ ", \" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " "
-#~ "Windows\n"
-#~ " ( UNIX SMB ), \"SMB/Windows 95/98/NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ " DrakX.\n"
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "...* : print spooler \"lp\" "
-#~ " . , \"lp"
-#~ "\".\n"
-#~ " , "
-#~ " . pipe\n"
-#~ " ( \"|\"). , "
-#~ ", , .: \"My printer|lp\".\n"
-#~ " \"lp\" "
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "...* : "
-#~ " \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : \n"
-#~ " , ( "
-#~ " \n"
-#~ " , \"2 \").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : print spooler \"lp\" "
-#~ " . , "
-#~ " \"lp\".\n"
-#~ " , "
-#~ " . pipe\n"
-#~ " ( \"|\"). , "
-#~ " , , .: \"My printer|lp\".\n"
-#~ " \"lp\" "
-#~ ".\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool: "
-#~ " . ' \n"
-#~ " \n"
-#~ "\n"
-#~ "\n"
-#~ " * : "
-#~ " , \" \".\n"
-#~ " "
-#~ " Unix , \" lpd \".\n"
-#~ "\n"
-#~ "\n"
-#~ " "
-#~ " Microsoft Windows ( Unix SMB\n"
-#~ " ), \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " "
-#~ "NetWare , \"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ " . \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " . "
-#~ "\n"
-#~ "\"/dev/lp0\" GNU/Linux \"LPT1\" Microsoft Windows."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ " .\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " "
-#~ " ."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ " - \"root\".\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " root \n"
-#~ " . , \n"
-#~ " ! \n"
-#~ " root \n"
-#~ " , \n"
-#~ " . \n"
-#~ "\n"
-#~ "\n"
-#~ " \n"
-#~ " (8) . ** \n"
-#~ " ."
-
-#~ msgid ""
-#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
-#~ "select\n"
-#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
-#~ "network\n"
-#~ "administrator.\n"
-#~ "\n"
-#~ "If your computer is not connected to any administrated network, you may "
-#~ "want to\n"
-#~ "choose \"Local files\" for authentication."
-#~ msgstr ""
-#~ " LDAP ( NIS) , "
-#~ "\n"
-#~ "\"LDAP\" ( \"NIS\") . , "
-#~ "\n"
-#~ " .\n"
-#~ " , "
-#~ " \n"
-#~ " \" \" ."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ " \"\" ,\n"
-#~ "( \"\" , root). \n"
-#~ " \n"
-#~ " . \n"
-#~ " ( , ),\n"
-#~ " \"home directory\", \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "' , ! \n"
-#~ " , \n"
-#~ " root , \n"
-#~ " . \n"
-#~ " root.\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " root \n"
-#~ " ."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ " . \n"
-#~ " , \n"
-#~ " ."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ " LILO grub :\n"
-#~ " - : (.. \n"
-#~ ") . \n"
-#~ " , \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \n"
-#~ " .\n"
-#~ " \n"
-#~ " . \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " - : VGA \n"
-#~ " . : \n"
-#~ "\n"
-#~ " * normal: 8025.\n"
-#~ "\n"
-#~ " * <>: .\n"
-#~ "\n"
-#~ " - \"/tmp\" : "
-#~ " \n"
-#~ " \"/tmp\" , "
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " - RAM : , "
-#~ " \n"
-#~ "BIOS RAM . , Linux "
-#~ "\n"
-#~ " RAM . , \n"
-#~ " . "
-#~ " 2 4\n"
-#~ "MB RAM "
-#~ " ."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ " SILO SPARC: \n"
-#~ " GNU/Linux . "
-#~ ", \n"
-#~ " . "
-#~ " \n"
-#~ ", . \n"
-#~ " .\n"
-#~ "\n"
-#~ " "
-#~ "\n"
-#~ " . , "
-#~ " \n"
-#~ " !"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ " SILO :\n"
-#~ " - bootloader: "
-#~ "\n"
-#~ " GNU/Linux . "
-#~ ",\n"
-#~ " \" (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \n"
-#~ " .\n"
-#~ " \n"
-#~ " . \n"
-#~ " ."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ " X Window System, \n"
-#~ " (GUI) GNU/Linux. \n"
-#~ " . \n"
-#~ " , \n"
-#~ " \n"
-#~ " :)\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ "X Window ( ), \n"
-#~ " . , \n"
-#~ " \n"
-#~ " ."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ " , \n"
-#~ " (X Window System)."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ " \"\". , \n"
-#~ " \"\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ " . "
-#~ " manual \n"
-#~ " . , , "
-#~ " .\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ " , Mandrake Linux \n"
-#~ ". , "
-#~ "\n"
-#~ " ."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr " ()"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr " ()"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr " :"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "' Runlevel"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr " /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr " "
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr " ,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr " "
-
-#~ msgid "Reload"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ " "
-#~ " ;"
-
-#~ msgid "ADSL configuration"
-#~ msgstr " ADSL"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Remote queue name missing!"
-#~ msgstr " !"
-
-#~ msgid ""
-#~ "Here you can specify any arbitrary command line into which the job should "
-#~ "be piped instead of being sent directly to a printer."
-#~ msgstr ""
-#~ " "
-#~ " ."
-
-#~ msgid "Command line"
-#~ msgstr " "
-
-#~ msgid "A command line must be entered!"
-#~ msgstr " !"
-
-#~ msgid "Enter Printer Name and Comments"
-#~ msgstr " "
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr " "
-
-#~ msgid "Unrecognized config file"
-#~ msgstr " "
-
-#~ msgid "Adapter"
-#~ msgstr "Adapter"
-
-#~ msgid "Disable network"
-#~ msgstr " "
-
-#~ msgid "Enable network"
-#~ msgstr " "
-
-#~ msgid "Network Monitoring"
-#~ msgstr " "
-
-#~ msgid "Profile "
-#~ msgstr " "
-
-#~ msgid "Statistics"
-#~ msgstr ""
-
-#~ msgid "Sending Speed:"
-#~ msgstr " : "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr " : "
-
-#~ msgid "Logs"
-#~ msgstr "Logs"
-
-#~ msgid "Connecting to Internet "
-#~ msgstr " (internet)"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr " (internet)"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr " (internet) ."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr " (internet) "
-
-#~ msgid "Connection complete."
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ " .\n"
-#~ " Mandrake."
-
-#~ msgid "sent: "
-#~ msgstr ": "
-
-#~ msgid "received: "
-#~ msgstr ": "
-
-#~ msgid "average"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ " . \n"
-#~ " . , \n"
-#~ "\"\" ."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr " DSL ( ADSL)"
-
-#~ msgid "Choose"
-#~ msgstr ""
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr ""
-#~ " URI CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr ", ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr ", PostScrip"
-
-#~ msgid "Yes, print both test pages"
-#~ msgstr ", "
-
-#~ msgid "Paper Size"
-#~ msgstr " "
-
-#~ msgid "Eject page after job?"
-#~ msgstr " ;"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr " Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr " "
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr " PostScript;"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr " -;"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr " "
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "/ (1/72 )"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "/ (1/72 )"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr " GhostScript"
-
-#~ msgid "Extra Text options"
-#~ msgstr " "
-
-#~ msgid "Reverse page order"
-#~ msgstr " ;"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected.\n"
-#~ "In case of doubt, select \"Remote CUPS server\"."
-#~ msgstr ""
-#~ " CUPS, \n"
-#~ ". . , "
-#~ "\n"
-#~ "\" CUPS\"."
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ " ( lp). "
-#~ " \n"
-#~ " . \n"
-#~ " ;"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ " ( ) \n"
-#~ " ( lp) . \n"
-#~ " ;"
-
-#~ msgid "Name of queue"
-#~ msgstr " "
-
-#~ msgid "Spool directory"
-#~ msgstr ""
-
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS 2"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
deleted file mode 100644
index 431df175c..000000000
--- a/perl-install/share/po/eo.po
+++ /dev/null
@@ -1,11770 +0,0 @@
-#
-# MESAOJ DE DrakX
-# D. Dale Gulledge <dsplat@rochester.rr.com>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-08-02 22:36-0500\n"
-"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
-"Language-Team: Esperanto <eo@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-3\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Plur-ekrana konfigurao"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafika karto"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Elektu grafikan karton"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Elektu X servilon"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X servilo"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Elektu X servilon"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X servilo"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Kiun konfiguron de XFree vi deziras havi?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
-"XFree %s subtenas vian karton kiu eble havas pli bonan subtenon en 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Vi povas havi 3D aparatan akceladan subtenon kun XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s kun 3D aparata akcelado"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
-"NOTU KE I TIO ESTAS EKSPERIMENTA SUBTENO KAJ EBLE SVENIGOS VIAN KOMPUTILON."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
-"NOTU KE I TIO ESTAS EKSPERIMENTA SUBTENO KAJ EBLE SVENIGOS VIAN "
-"KOMPUTILON.\n"
-"XFree %s subtenas vian karton kiu eble havas pli bonan subtenon en 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree Konfigurado"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Elektu memorkapaciton de via grafika karto"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Elektu opciojn por servilo"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Elektu ekranon"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Ekrano"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"La du gravegaj parametroj estas la vertikala refreigrapido (vertical\n"
-"refresh rate) kiu estas la rapido por refreigi la tutan ekranon, kaj\n"
-"plej grave la horizontala sinkronrapido (horizontal sync rate), kiu estas\n"
-"la rapido por montri skanliniojn.\n"
-"\n"
-"i estas TRE GRAVA ke vi ne elektas specon de ekrano kiu havas\n"
-"sinkronamplekson kiu estas preter la kapabloj de via ekrano: vi eble\n"
-"difektus vian ekranon. Se vi dubas, elektu zorgeman opcion."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontala sinkronrapido (horizontal sync rate)"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikala refreigrapido (vertical refresh rate)"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Ekrano ne estas konfigurata"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafika karto ne jam konfigurita"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Vi ne jam elektas distingivojn"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Averto: provado de i tiu grafika karto eble svenigos vian komputilon"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Provu konfiguraon"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"penu ani iom da parametroj"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Eraro okazis:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Mi eliros post %d sekundoj"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "u tio i pravas?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Eraro okazis, penu ani iom da parametroj"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Distingivo"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Elektu distingivon kaj kolorprofundon"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafika karto: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 servilo: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Plu"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Jeso"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Spertula Modalo"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Montru tuton"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Distingivoj"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Klavara arano: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Speco de muso: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Musaparato: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Ekrano: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Ekrana horizontala sinkronrapido (horizontal sync rate): %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Ekrana vertikala refreigrapido (vertical refresh rate): %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafika karto: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Grafika karto: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Graifka memoro: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Kolorprofuneco: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Distingivo: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 servilo: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 pelilo: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Preparas X-Fenestran konfiguraon"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Kion vi deziras fari?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "anu Ekranon"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "anu Grafika karto"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "anu Servilajn opciojn"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "anu distingivon"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Montru informon"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Provu denove"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "esu"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"u vi deziras teni la anojn?\n"
-"Nuna konfiguro estas:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X Fenestro e komenco"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Mi povas konfiguri vian komputilon tiel ke i atomate lanos X kiam i\n"
-"ekfunkcias. u vi deziras ke X atomate lanos?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Bonvolu resaluti en %s-n por aktivigi la anojn."
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ""
-"Bonvole adiau kaj sekve uzu Kontrol-Alt-Retropao (Ctrl-Alt-Backspace)."
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 koloroj (8 bitoj)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil koloroj (15 bitoj)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil koloroj (16 bitoj)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milionoj koloroj (24 bitoj)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardoj koloroj (32 bitoj)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB a pli"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Normala VGA, 640x480 e 60 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Supera VGA, 800x600 e 56 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr ""
-"8514 kongrua karto, 1024x768 e 87 hercoj (Hz) interplektita (neniu 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr ""
-"Supera VGA, 1024x768 e 87 hercoj (Hz) interplektita, 800x600 e 56 hercoj"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Etendita Supera VGA, 800x600 e 60 hercoj (Hz), 640x480 e 72 hercoj"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr ""
-"Neinterplektita Supera VGA, 1024x768 e 60 hercoj (Hz), 640x480 e 72 hercoj"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Altfrekvenca Supera VGA, 1024x768 e 70 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Plurfrekvenca kiu povas fari 1024x768 e 60 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Plurfrekvenca kiu povas fari 1280x1024 e 74 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Plurfrekvenca kiu povas fari 1280x1024 e 76 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Ekrano kiu povas fari 1600x1200 e 70 hercoj (Hz)"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Ekrano kiu povas fari 1600x1200 e 76 hercoj (Hz)"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Unua sektoro de starta subdisko"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Unu sektoro de drajvo (efStartRikordo)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO Instalado"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kie vi deziras instali la startargilon?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub Instalado"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr ""
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr ""
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Startargilo efaj opcioj"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Startargilo por uzi"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Startargila instalado"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Starta aparato"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne funkcias kun malnovaj BIOSoj)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakta"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakta"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Grafika reimo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Prokrastoperiodo anta starti defaltan sistemon"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Pasvorto"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Pasvorto (denove)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Limigu komandliniajn opciojn"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "limigu"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Purigu /tmp dum iuj startadoj"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Preciza kvanto de memoro se bezonata (trovis %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Ebligu multoblajn profilojn"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Donu kvanton de memoro en MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Opcio ``Limigu komandliniajn opciojn'' ne estas utila sen pasvorto"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Bonvole provu denove"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "La pasvortoj ne egalas"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Defalta Mastruma Sistemo?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Jen la diversaj enskriboj.\n"
-"Vi povas aldoni pli a ani la ekzistantajn."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Aldonu"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Finata"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "anu"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Kiun specon de enskribo vi deziras aldoni"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linukso"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Alia Mastruma Sistemo (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Alia Mastruma Sistemo (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Alia Mastruma Sistemo (Vindozo...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Kerna bildo"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Radiko"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Alfiksu"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lega-skriba"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabelo"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Danera"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etikedo"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Defalta"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-grandeco"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Forigu enskribon"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Malplena etikedo ne estas permesata"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Vi devas havi interanan subdiskon"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "i tiu etikedo estas jam uzata"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Trovis %s %s interfacojn"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "u vi havas alian?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "u vi havas iun %s interfacon?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Jes"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Vidu hardvaran informon"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalas pelilon por %s karto %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modulo %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Kiun %s pelilon devus mi provi?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Iuokaze, la %s pelilo bezonas havi aldonan informon por uste funkcii,\n"
-"kvankam i normale funkcias bone sen la informo. u vi deziras specifi\n"
-"aldonajn opciojn por i a permesi al la pelilo esplori vian komputilon\n"
-"por la informo i bezonas? Kelkfoje, esplori svenas komputilon, sed\n"
-"i ne devus kazi difekton."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Atomate esploru"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Specifu opciojn"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Nun vi povas provizi iajn opciojn al modulo %s.\n"
-"Opcioj estas en la formo ``nomo=valoro nomo2=valoro2 ...''.\n"
-"Ekzemple, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modulaj opcioj:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"argado de modulo %s malsukcesis.\n"
-"u vi deziras trovi denove kun aliaj parametroj?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(jam aldonis %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "i tiu pasvorto estas tro simpla"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Bonvole donu salutnomon"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "i tiu salutnomo estas jam aldonita"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Aldonu uzanto"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Enigu uzanton\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Akceptu uzanto"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Vera nomo"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Salutnomo"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "elo"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Piktogramo"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Atomata-enregistrado"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mi povas konfiguri vian komputilon por atomate enregistri unu uzulon kiam\n"
-"i startas. Se vi ne deziras uzi i tion, alklaku la `Nuligu' butonon."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Elektu la defaltan uzulon:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Elektu la fenestro-administrilon por lani:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malanta la instalado"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "iuj"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Aldonu uzulon"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Akomodata"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS startas"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"i tiu pakao devus esti promociata.\n"
-"u vi certas ke vi deziras malelekti in?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Nuligu"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bonvenon Al Rompistoj"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Malbona"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Lanorma"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alta"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Alta"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoja"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"vi devus uzi i tiun nivelon zorge. i faras vian komputilon pli facila\n"
-"por uzi, sed delikatega: vi devus neniam uzi i surrete.\n"
-"i ne havas pasvortojn."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Pasvortoj nun estas ebligataj, sed uzado kiel reta komputilo estas ankora\n"
-"ne rekomendita."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"i tiu estas la normala sekureco rekomendata por komputilo kiu estos uzata\n"
-"por konekti al la Interreto kiel kliento. Nun estas sekurecaj kontroloj."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Kun i tiu sekurnivelo, uzado de i tiu komputilo kiel servilo eblias.\n"
-"La sekureco nun estas sufie alta por uzi la sistemon kiel servilo kiu\n"
-"akceptas konektojn de multaj klientoj."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ni uzas aspektojn de la kvara nivelo, sed nun la komputilo estas tute\n"
-"malfermita. Sekurecaj aspektoj estas e iliaj maksimumoj."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Elektu sekurnivelon?"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Elektas sekurnivelon"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Elektu opciojn por servilo"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Bonvenon al %s, la mastruma sistema elektilo!\n"
-"\n"
-"Elektu mastruman sistemon de la supra listo a\n"
-"atendu dum %d sekundoj por defalta starto.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Bonvenon al GRUB la elektilo por mastrumaj sistemoj!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Uzu la %c kaj %c klavoj por elekti kiun enskribon estas emfazata."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Premu la enenklavon por starti la elektatan mastruman sistemon, 'e' por\n"
-"redakti la"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "ordonoj antaux startado, aux 'c' por uzi komandan linion."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "La emfazata enskribo startos auxtomate post %d sekundoj."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "mankas sufie da spaco en /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kie vi deziras instali la startargilon?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr "Post-instala konfigurado"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Dosiero"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Dosiero/_Eliru"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>E"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NovStila Ekrano"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradicia Ekrano"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicia Gtk+ Ekrano"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modalo"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot modalo"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Disdividado de Interreta Konekto"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfiguru"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistema modalo"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Jes"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutoj"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuto"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekundoj"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Mi ne povas aldoni plu da subdiskoj"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malanta la instalado"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Franca"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belga"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "Germana"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Greka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norvega"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Sveda"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Itala"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "seria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Bonvolu fari rezervan kopion de via dateno antae"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Legu zorge"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Se vi intencas uzi \"aboot\", zorgu lasi liberan spacon (2048 sektoroj "
-"sufias)\n"
-"e la komenco de la disko"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Eraro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Soristo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Elektu agon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Vi havas unu grandan FAT subdiskon.\n"
-"(enerale uzata de MicroSoft DOS/Vindozo).\n"
-"Mi sugestas ke vi unue regrandecigi tiun subdiskon\n"
-"(klaku sur in, kaj poste klaku sur \"Regrandecigu\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Bonvolu klaki sur subdiskon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaloj"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "2a Etendata (Ext2)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "Dosierlokigtabelo (FAT)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "muntado malsukcesis"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Interana"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Malplena"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Alia"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Specoj de dosiersistemoj:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Kreu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Uzu ``%s'' anstatae"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Forigu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Uzu ``Malmuntu'' antae"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Post vi anas la specon de subdisko %s, iuj datenoj en i tiu subdisko "
-"estos\n"
-"perdata"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Elektu agon"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Kreu novan subdiskon"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "2a Etendata (Ext2)"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "anu al Spertula reimo"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "anu al Normala reimo"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Malfaru"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "u mi devus dari malgrae?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "u eliru sen konservi"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "u eliru sen skribi la subdisktabelon?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Atomate disponigu"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Forviu ion"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Detektado de fiksdisko(j)"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "iuj el la subdiskoj estas uzata"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Mi ne povas aldoni plu da subdiskoj"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Por havi plu da subdiskoj, bonvole forigu unu por povi krei etendigitan\n"
-"subdiskon"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Skribu subdiskotabelon"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Sava subdiskotabelo"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Sava subdiskotabelo"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Sava subdiskotabelo"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Atomata muntado de demetebla medio"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Elektu dosieron"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La rezerva subdisktabelo ne estas la sama grandeco\n"
-"u daras tamen?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Averto"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Enovu disketon en drajvo\n"
-"iuj datenoj sur tiu disketo estos perdata"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Provas savi subdisktabelon"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Montru informon"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Surmetingo"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcioj"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Regrandecigu"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Movu"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatu"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Muntu"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Aldonu al LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Malmuntu"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Forigu de LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "anu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Uzu por retrokonektado"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Kreu novan subdiskon"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Komenca sektoro: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Grandeco en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Speco de dosiersistemo: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Surmetingo: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Prefero: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatas retrokonektan dosieron %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "anu subdiskspecon"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kiun dosierosistemo vi deziras uzi?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kie vi deziras munti retrokonektan dosieron %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kie vi deziras munti aparato %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ne povas malfiksi surmetingon ar i tiu subdisko estas uzata por\n"
-"retrokonektado. Unue forigu la retrokonektadon."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Kalkulas FAT dosiersistemajn limojn"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Regrandecigas"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "i tiu subdisko ne estas regrandecigebla"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "iuj datenoj en i tiu subdisko devus esti rezervata"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Post vi regrandecigas subdiskon %s, iuj datenoj en i tiu subdisko estos\n"
-"perdata"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Elektu la novan grandecon"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Grandeco en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Al kiu disko vi deziras movi?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektoro"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Al kiu sektoro vi deziras movi?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Movante"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Movas subdisko..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nova"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr ""
-"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
-"aldoni al"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Vi ne povas uzi i tiun subdiskon por retrokonektado"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Retrokonektado"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Retrokonekta dosieronomo: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Vera nomo"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Alia retrokonektado jam uzas tiun dosieron, elektu alian"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Dosiero jam ekzistas. u vi deziras uzi in?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Modulaj opcioj:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "aparato"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivelo"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "grandeco de pecoj"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Zorgu: i tiu operacio estas danera."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Kiun specon de subdiskado?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Bedarinde mi ne kreas /boot tiom longe sur la drajvon (e cilindro > "
-"1024).\n"
-"A vi uzos LILO kaj i ne funkcios, a vi ne uzos LILO kaj vi ne bezonas\n"
-"/boot."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"La subdiskon vi elektis por aldoni kiel la radiko (root, /) estas fizike\n"
-"situanta preter la 1024a cilindro de la drajvo, kaj vi ne havas /boot\n"
-"subdiskon. Se vi intencas uzi la LILO startadministranto, zorgu aldoni\n"
-"/boot subdiskon."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Vi elektis softvaran RAID-an subdiskon por la radika dosiersistemo (/).\n"
-"Neniu startargilo povas trakti tiun sen /boot subdisko.\n"
-"Do zorgu aldoni /boot subdiskon."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "La subdisktabelo de drajvo %s estos skribata al disko!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Vi bezonos restarti anta ol la ano povas efektivii"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Post vi formatas la subdiskon %s, iuj datenoj en i tiu subdisko estos\n"
-"perdata"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatas"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatas retrokonektan dosieron %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatas subdiskon %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid malsukcesis"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Distingivo: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Aparato: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-a diskingolitero: %s (nur konjekto)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Speco: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nomo: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Komenco: sektoro %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Grandeco: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektoroj"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "De cilindro %d al cilindro %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatita\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Ne formatita\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Muntita\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID (Redundanca Aro de Malmultekostaj Diskoj) md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Retrokonekta(j) dosiero(j): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Subdisko startata defalte\n"
-" (por MS-DOS starto, ne por \"lilo\")\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivelo %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Grandeco de pecoj %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Retrokonekta dosieronomo: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Grandeco: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrio: %s cilindroj, %s kapoj, %s sektoroj\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informo: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Subdiskotabelospeco: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "e buso %d identigao %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcioj: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Speco de dosiersistemo: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"i tiu pasvorto ests tro simpla (i devas esti almena %d signoj longa)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "La pasvortoj ne egalas"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "anu subdiskspecon"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Bonvolu klaki sur subdiskon"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNA servilo"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatado de %s malsukcesis"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "ne scias kiel formati %s kiel speco %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "eraro dum malmunti %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simpla"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servilo"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Vi ne povas uzi JFS por subdisko pli malgranda ol 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Vi ne povas uzi ReiserFS por subdisko pli malgranda ol 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Surmetingoj devas komenci kun antaa /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Jam estas subdisko kun surmetingo e %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "i tiu dosierujo devus resti interne de la radika dosierosistemo (/)"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr "Vi bezonas veran dosiersistemon (ext2, reiserfs) por tiu surmetingo\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Vi bezonas veran dosiersistemon (ext2, reiserfs) por tiu surmetingo\n"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Eraro dum malfermado de %s por skribi: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Eraro okazis - neniuj validaj aparatoj estis trovata sur kiuj vi povas krei "
-"novajn dosiersistemojn. Bonvolu kontroli vian ekipaon por la kazo de i "
-"tiu problemo."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Vi ne havas iujn ajn subdiskojn!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Nun vi povas elekti kiujn servojn vi deziras starti kiam vi startas\n"
-"vian komputilon. Kiam via muso estas supre de ero, malgranda balono\n"
-"ekaperas por helpi vin. i priskribas la rolon de la servo.\n"
-"\n"
-"Zorgegu en i tiu pao se vi intencas uzi vian komputilon kiel servilo:\n"
-"ne startu servojn kiujn vi ne deziras uzi."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Bonvolu elekti la ustan pordon. Ekzemple, la COM1-a\n"
-"pordo sub MS Vindozo estas nomata ttyS0 sub GNU/Linukso."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (la Linuksa argilo) kaj Grub estas startargiloj: ili povas starti\n"
-"a GNU/Linukson a iun ajn mastruman sistemon eestanta e via komputilo.\n"
-"Normale, i tiuj aliaj mastrumaj sistemoj estas uste detektata kaj\n"
-"instalada. Se tiel ne estas, vi povas aldoni enskribon mane per i tiu\n"
-"ekrano. Zorgu elekti la ustajn parametrojn.\n"
-"\n"
-"\n"
-"Eble vi anka ne deziras doni atingon al i tiuj aliaj mastrumaj sistemoj\n"
-"al iu ajn. iokaze vi povas forstreki la respondajn enskribojn. Sed\n"
-"iokaze, vi bezonos startdiskon por starti ilin!"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Vi bezonas indiki kie vi deziras meti la informon postulata\n"
-"por starti GNU/Linukson.\n"
-"\n"
-"\n"
-"Krom se vi scias precize kion vi faras, elektu \"Unua sektoro de\n"
-"drajvo (MBR)\""
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX provos seri PCI-a(j)n SCSI-a(j)n adaptilo(j)n\n"
-"Se DrakX trovas SCSI-an adaptilon kaj scias kiun pelilon i devas uzi\n"
-"i atomate instalos in (a ilin).\n"
-"\n"
-"Se vi havas neniom da SCSI-aj adaptiloj, ISA-an SCSI-an adapilon, a\n"
-"PCI-an SCSI-an adaptilon kiun DrakX ne rekonas DrakX demandos al vi\n"
-"se vi havas SCSI-an adaptilon sur via komputilo. Se vi ne havas adaptilon\n"
-"vi povas nur klaki 'Ne'. Se vi klakos 'Jes', DrakX montros al vi liston de\n"
-"peliloj. Vi povos elekti vian specifan pelilon de la listo.\n"
-"\n"
-"\n"
-"Se vi devas permane elekti vian adaptilon, DrakX demandos\n"
-"u vi deziras specifi opciojn por i. Vi devus permesi al DrakX\n"
-"esplori la aparaton por la opcioj. i tiu kutime bone funkcias.\n"
-"\n"
-"Se ne, vi bezonos provizi opciojn al la pelilo.\n"
-"Reviziu la Instalgvidlibron por sugestoj pri ekstrakado de i tiu\n"
-"informo de Vindozo (se vi havas in sur via komputilo),\n"
-"de dokumentao de aparato, a de la TTT-ejo de la fabrikanto\n"
-"(se vi havas atingon al la reto)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Enovu disketon en drajvo %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Eraro legante dosiero %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Iuj aparatoj sur via komputilo bezonas \"proprietajn\" pelilojn por "
-"funkcii.\n"
-"Vi povas trovi iun informon pri ili e: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Vi devas havi radikan subdiskon.\n"
-"Por i tiu, kreu subdiskon (a klaku estantan).\n"
-"Sekve elektu la agon \"Surmetingo\" kaj faru in '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Vi devas havi interanan subdiskon"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Vi ne havas interanan subdiskon\n"
-"\n"
-"u vi deziras dari tamen?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Vi devas havi interanan subdiskon"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Uzu liberan spacon"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Uzu ekzistantajn subdiskojn"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Ne ekzistas subdiskojn por uzi"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Uzu la Vindoza subdiskon por retrokonektado"
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Kiun subdiskon vi deziras uzi por meti Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Elektu la grandecojn"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Radikosubdiska grandeco en MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Interana subdiska grandeco en MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kiun subdiskon vi deziras regrandecigi?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"La regrandecigilo por la FAT (Dosiero-Atingo-Tablo) ne povas trakti\n"
-"vian subdiskon, la sekvanta eraro okazis: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antae"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"AVERTO!\n"
-"\n"
-"DrakX nun regrandecigas vian Vindozan subdiskon. Zorgu: i tiu operacio "
-"estas\n"
-"danera. Se vi ne jam faris in, vi devus antae eliru el la instalado, "
-"uzi\n"
-"\"scandisk\" sub Vindozo (kaj lavole \"defrag\"), kaj sekve relanu la\n"
-"instaladon. Anka vi devus fari rezervan kopion de via dateno.\n"
-"Kiam vi estas certa, klaku \"Jeso\"."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Kiun grandecon vi deziras teni por Vindozo?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "subdisko: %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Regrandecio de FAT malsukcesis: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Ne ekzistas FAT-ajn (Dosiero-Atingo-Tablo) subdiskojn por regrandecigi\n"
-"a uzi kiel retrokonektaj subdiskoj (a ne estas sufia da spaco)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Forviu la tutan diskon"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Forigu Vindozon"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Vi havas pli ol unu fiksdisko, sur kiu vi deziras instali Linukson?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"iuj ekzistantaj subdiskoj kaj iliaj datenoj estos perdata sur drajvo %s"
-
-#: ../../install_interactive.pm_.c:190
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "Uzu ekzistantajn subdiskojn"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Uzu fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Nun vi povas dispartigi %s.\n"
-"Kiam vi finios, ne forgesu savi kun `w'."
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr "Mi ne povas aldoni plu da subdiskoj"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "La Dispartigsorilo de DrakX trovis i tiujn solvojn:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Dispartigado malsukcesis: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Startado de la reto"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Haltas de la reto"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Eraro okazis, sed mi ne scias kiel trakti in bone.\n"
-"Dari je via propra risko."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duobla surmetingo %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Iuj gravaj pakaoj ne estis tage instalata.\n"
-"A via KDROM drajvo a via KDROM disko estas difektita.\n"
-"Kontrolu la KDROM sur instalata komputilo per\n"
-"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Bonvenon al %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Neniu disketilo havebla"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Eniras paon `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Via sistemo havas malmulte da risurcoj. Eble vi havos problemojn pri\n"
-"instali Linuks-Mandrejkon. Se tio okazos, vi povos anstata provi tekstan\n"
-"instaladon. Por i tio, premu `F1' kiam vi startas de KDROM, kaj sekve\n"
-"tajpu `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Instalklaso"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Bonvole, elektu unu el la sekvantaj specoj de instalado:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "La totala grandeco de la grupoj vi elektis estas proksimume %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Se vi volas instali malpli ol i tiu grandeco,\n"
-"elektu la procenton el la pakaoj kiuj vi deziras instali.\n"
-"\n"
-"Malalta procento instalos nur la plej gravajn pakaojn;\n"
-"100%% instalos iujn pakaojn."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Vi havas spacon e via disko por nur %d%% da i tiuj pakaoj.\n"
-"\n"
-"Se vi deziras instali malpli ol tiom,\n"
-"elektu la procenton el la pakaoj kiun vi deziras instali.\n"
-"Malalta procento instalos nur la plej gravajn pakaojn;\n"
-"%d%% instalos tiom pakaojn kiom eblajn."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Vi povos elekti ilin pli precize en la sekvanta pao."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procento da pakaoj por instali"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Elektado de Pakaaj Grupoj"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Elektado de individuaj pakaoj"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Tuta grandeco: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Malbona pakao"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nomo: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versio: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Grandeco: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Graveco: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Vi ne povas elekti i tiun pakaon ar ne estas sufie da spaco por instali\n"
-"in."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "La sekvaj pakaoj estos instalataj"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "La sekvaj pakaoj estos malinstalataj"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Vi ne povas elektu/malelektu i tiun pakaon"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "i tiu estas deviga pakao, vi ne povas malelekti in"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Vi ne povas malelekti i tiun pakaon. i estas jam instalita."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"i tiu pakao devus esti promociata.\n"
-"u vi certas ke vi deziras malelekti in?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Vi ne povas malelekti i tiun pakaon. i devus esti promociata."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalu"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "argu/Konservu sur disketo"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Elektado de individuaj pakaoj"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Eliru instalprogramon"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Elektu la pakaojn kiuj vi deziras instali"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalanta"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Taksas"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tempo restanta "
-
-#: ../../install_steps_gtk.pm_.c:528
-#, fuzzy
-msgid "Please wait, preparing installation"
-msgstr "Preparas instaladon"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakaoj"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalanta pakao %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Akceptu"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Malakceptu"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"anu vian KDROM!\n"
-"\n"
-"Bonvole, enovu la KDROM-on etikedatan \"%s\" en via drajvo kaj klaku \"Jes"
-"\"\n"
-"kiam vi finos.\n"
-"Se vi ne havas in, klaku \"Nuligu\" por eviti la instaladon de i tiu KDROM."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "u vi deziras dari tamen?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Estis eraro ordigi pakaojn:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Estis eraro dum instalado de pakaoj:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Eraro okazis"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licenca kontrakto"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klavaro"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Bonvole, elektu vian klavaran aranon."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Kiun instalklaso deziras vi?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalu/isdatigu"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "u tiu i estas instalado a isdatigado?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Rekomendata"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Spertulo"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "isdatigu"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Elektado de individuaj pakaoj"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Bonvole, elektu la specon de via muso."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Muspordo"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfiguras PCMCIA kartojn..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfiguras IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "neniuj haveblaj subdiskoj"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Elektu surmetingojn"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Mi ne povas legi vian subdisktabelon, i estas tro difektita por mi :(\n"
-"Mi povas peni dari per blankigi difektitajn subdiskojn (IOM DA DATUMO\n"
-"pereos!). La alia solvo estas malpermesi al DrakX ani la subdisktabelon.\n"
-"(la eraro estas %s)\n"
-"\n"
-"u vi konsentas perdi iujn subdiskojn?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake malsukcesis uste legi la subdisktabelon.\n"
-"Dari je via propra risko!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Radikosubdisko"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Kiu estas la radikosubdisko (/) e via sistemo?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Vi bezonas restarti por la anoj al la subdisktabelo efektivigi"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "u kontrolas malbonajn blokojn?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatas subdiskojn"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Kreas kaj formatas dosieron %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nesufia interanospaco por plenumi instalado, bonvolu aldoni iom"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Seras haveblajn pakaojn"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Trovadas pakaojn por promocii"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Via komputilo ne havas sufie da spaco por instalado a promocio (%d > %d)."
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Kompleta (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimuma (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Rekomendata (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "argu de disketo"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "argas de disketo"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Elektado de Pakaoj"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Enovu disketon en drajvo %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Konservu sur disketo"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Se vi havas iujn de la KDROM-oj en la listo sube, klaku \"Jes\".\n"
-"Se vi havas neniujn de i tiuj KDROM-oj, klaku \"Nuligu\".\n"
-"Se vi mankas nur iujn de la KDROM-oj, malelektu ilin, kaj poste klaku \"Jes"
-"\"."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "KDROM etikedata \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Preparas instaladon"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalas pakao %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Post-instala konfigurado"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Enovu disketon en drajvo %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Enovu malplenan disketon en drajvo %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Nun vi havas la ancon eluti softvaron por ifrado.\n"
-"\n"
-"AVERTO:\n"
-"\n"
-"Pro malsamaj eneralaj kondioj aplikeblaj al i tiu softvaro kaj trudata\n"
-"de diversaj jurisdikcioj, la kliento kaj/a fina uzanto de tiu softvaro\n"
-"devus certigi ke la leoj de lia/ilia jurisdikcio permesas li/ili eluti,\n"
-"stoki kaj/a uzi tiun softvaron.\n"
-"\n"
-"Plue, la kliento kaj/a fina uzanto scios specife atentos ne malobei la\n"
-"leojn de lia/ilia jurisdikcio. Se la kliento kaj/a la fina uzanto\n"
-"malobeas tiujn aplikeblajn leojn, li/ili altiros sur sin gravajn "
-"sankciojn.\n"
-"\n"
-"Neniuokaze a Mandrakesoft a iaj fabrikistoj responsigos por specialaj,\n"
-"nerektaj a hazardaj reparacioj kiuj ajn (inkluzive, sed ne limigite al\n"
-"perdo de profitoj, interrompo de komerco, perdo de komerca dateno kaj\n"
-"aliaj monaj malprofitoj, kaj rezultaj uldoj kaj indemizo pagenda konforme\n"
-"al prijuo) rezulte el uzado, posedado, a sole elutado de tiu softvaro, "
-"al\n"
-"kiu la kliento kaj/a fina uzanto ne povis atingi post subskribi la nunan\n"
-"kontrakton.\n"
-"\n"
-"Por iuj demandoj rilate al tiu kontrakto, bonvole demandu de\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaoj"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Elektu spegulon de kiu havigi la pakaojn"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaoj"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "kio estas vian horzonon?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "u via hardvara horloo estas ustigata en GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP Servilo"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Malproksima CUPS-a servilo"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Neniu printilo"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "u vi havas alian?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Muso"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printilo"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN-karto"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Sonkarto"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokaj dosieroj"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Difinu pasvorton de root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Neniu pasvorto"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"i tiu pasvorto ests tro simpla (i devas esti almena %d signoj longa)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Atentikigado"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Atentikiga LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP Servilo"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Atentikiga NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS Domajno"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS Servilo"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Akomodita startdisketo provizas manieron de starti via Linuksa sistemo\n"
-"sendepende de la normala startargilo. i tiu estas utila se vi ne deziras\n"
-"instali SILO sur via sistemo, a alia mastruma sistemo forigas SILO,\n"
-"a SILO ne funkcias kun via aparato-konfigurao. Akomodita startdisketo "
-"anka\n"
-"povas esti uzata kun la Mandrejka savdisko, kiu plifaciligas resanii de\n"
-"severaj sistemaj paneoj.\n"
-"\n"
-"Se vi deziras krei startdisketon por via sistemo, enovu disketon en la\n"
-"unua drajvo kaj klaku \"JES\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Unua disketa drajvo"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Dua disketa drajvo"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Ellasu"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Akomodita startdisketo provizas manieron de starti via Linuksa sistemo\n"
-"sendepende de la normala startargilo. i tiu estas utila se vi ne deziras\n"
-"instali LILO (a grub) sur via sistemo, a alia mastruma sistemo forigas "
-"LILO,\n"
-"a LILO ne funkcias kun via komputilo. Akomodita startdisketo anka povas\n"
-"esti uzata kun la Mandrejka savdisko, kiu plifaciligas resanii de severaj\n"
-"sistemaj paneoj. u vi deziras krei startdisketo por via sistemo?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Bedarinde, neniu disketdrajvo havebla"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Elektu la disketdrajvo vi deziras uzi por krei la startdisketon"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Enovu disketon en drajvo %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Kreas startdisketon"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Preparas startargilon"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "u vi deziras uzi aboot-on?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Eraro dare mi instalis \"aboot\",\n"
-"u mi devus provi perforte instali e se tio detruas la unuan subdiskon?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Instalu restart-argilon"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalado de startargilo malsukcesis. La sekvanta eraro okazis:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Enovu malplenan disketon en drajvo %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Kreas atoinstalan disketon"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Kreu atoinstalan disketon"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Atomata"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Reludu"
-
-#: ../../install_steps_interactive.pm_.c:1364
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Elektado de individuaj pakaoj"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Linuks-Mandrejka Instalado %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr " <Tabo>/<Alt-Tabo> inter eroj | <Spaco> elektas | <F12> sekva ekrano "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu mankas"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Elektu agon"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Bonvole atendu"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informo"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Etendu Arbon"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Maletendu Arbon"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "anu inter ebena kaj ordigita je grupoj"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Malbona elektao, provu denove\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Via elektao? (defalo estas %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Via elektao? (defalo estas %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opcioj: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "u vi deziras uzi aboot-on?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Via elektao? (defalo estas %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "ea (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Germana"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak-a"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Hispana"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finna"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Franca"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norvega"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Pola"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rusa"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Sveda"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Unuiinta Regna klavaro"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Usona klavaro"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albana"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armena (malnova)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armena (skribmaina)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armena (fonetika)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbajana (latina)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armena (fonetika)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgara"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazila (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarusa"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Svisa (germana arano)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Svisa (franca arano)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "ea (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Germana (neniom da mortaj klavoj)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dana"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak-a (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak-a (Norvega)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak-a (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estona"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Kartvela (\"Rusa\" arano)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Kartvela (\"Latina\" arano)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Greka"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hungara"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israela"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israela (fonetika)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Irana"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islanda"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Itala"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japana 106 klavoj"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korea klavaro"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinamerika"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litova AZERTY-a (malnova)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litova AZERTY-a (nova)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litova \"numero-vica\" QWERTY-a"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litova \"fonetika\" QWERTY-a"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Loko"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedona"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Nederlanda"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Pola (qwerty arano)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Pola (qwertz arano)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugala"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Kebeka)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumana (qwertz-a)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumana (qwerty-a)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rusa (Yawerty-a)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovena"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaka (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaka (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbajana (cirila)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabelo"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Taja klavaro"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Taja klavaro"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turka (tradicia \"F\" modelo)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turka (moderna \"Q\" modelo)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrajna"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Usona klavaro (internacia)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vjetnama \"numero-vica\" QWERTY-a"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslava (latina/cirila)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Cirklaj surmetingoj %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Muso"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Loiteka MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Nespecifa PS2 RadoMuso"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 butona"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Nespecifa 2 Butona Muso"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Genera"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rado"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seria"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Nespecifa 3 Butona Muso"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Mikrosofta IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Loiteka MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Loiteka CC serio"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Loiteka MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Serio"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Loiteka Muso (seria, malnova C7 speco)"
-
-#: ../../mouse.pm_.c:66
-#, fuzzy
-msgid "busmouse"
-msgstr "Neniu Muso"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 butonoj"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 butonoj"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "neniu"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Neniu Muso"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Bonvole, provu la muson"
-
-#: ../../mouse.pm_.c:500
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Bonvole, provu la muson"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVU VIAN RADON!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Finu"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Sekvanta ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Antaa"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "u tio i pravas?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Konektu al la Interreto"
-
-#: ../../network/adsl.pm_.c:20
-#, fuzzy
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"La plej ofte uzata maniero por konekti kun ADSL estas dhcp + pppoe.\n"
-"Tamen, ekzistas konektojn kiuj nur uzas dhcp.\n"
-"Se vi ne scias, elektu 'uzu pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "uzu dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "uzu pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "uzu pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Kiun dhcp-an klienton vi deziras uzi?\n"
-"La defalto estas dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-#, fuzzy
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanu la\n"
-"aparatokonfigurilon."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Elektu la retan interfacon"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Bonvole elektu kiun retadaptilon vi deziras uzi por konekti al la interreto"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "neniu retkarto trovita"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfiguras reto"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Bonvole enigu vian potejon se vi scias in.\n"
-"Iuj DHCP-aj serviloj bezonas potejon por funkcii.\n"
-"Via potejo devus esti plene specifita potejo,\n"
-"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Potejo"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "ISDN-a Konfiguraon"
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Interna ISDN-karto"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interna ISDN-karto"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Kia estas via ISDN-a konektao?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Konfigurao de barilo detektata!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Konfigurao de barilo detektata!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN-a Konfiguraon"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Elektu vian interretprovizanton.\n"
-" Se in ne estas en la listo, elektu Nelistiitan"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protokolo"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Eropo (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "La cetero de la mondo"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"La cetero de la mondo \n"
-" neniom da D-Kanelo (lukontraktataj lineoj)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Kiun protokolon vi deziras uzi?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Kiun specon de karto vi havas?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Mi ne scias"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Se via havas ISA-an karton, la valoro sur la sekvanta ekrano devus esti "
-"usta.\n"
-"\n"
-"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
-"por via karto.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "esigu"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "u mi devus dari?"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Kiu estas via ISDN-a karto?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Mi detektis ISDN-an PCI-an Karton, sed mi ne scias la specon. Bonvole "
-"elektu\n"
-"unu el la PCI-aj kartojn sur la sekvanta ekrano."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Neniu ISDN-a PCI-a karto trovata. Bonvole elektu unu el la PCI-aj kartojn "
-"sur\n"
-"la sekvanta ekrano."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Telefon-konektaj opcioj"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nomo de konekto"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonnumero"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Salutnomo"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP (Pasvorta Atentikigada Protokolo)"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Programeto-bazata"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Finaparato-bazata"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domajna nomo"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Unu DNS-a Servilo (nedeviga)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Du DNS-a Servilo (nedeviga)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Kiel vi deziras konekti al la Interreto?"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Kiel vi deziras konekti al la Interreto?"
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Konektu"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Malkonektu"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Konfiguru retumon"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Interreta konektao kaj konfiguro"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Reta Konfigurao"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Elektu la defaltan uzulon:"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detektas aparatojn..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Duobla surmetingo %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "LAN Konfigurao"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy, c-format
-msgid "detected on interface %s"
-msgstr "Reta interfaco"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "Cable connection"
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN Konfigurao"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Elektu la ilon kiun vi deziras instali"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Disdividado de Interreta Konekto"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "u vi deziras starti vian konektaon je startado de la sistemo?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Reta Konfigurao"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-#, fuzzy
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"AVERTO: i tiu aparato estis antae konfigurata por konekti al la "
-"Interreto.\n"
-"Simple klaki JES por teni la konfiguron de i tiu aparato.\n"
-"Se vi modifos la subajn kampojn, vi anos i tiun konfiguron."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Bonvole enigu la IP-an konfigurjon por i tiu komputilo.\n"
-"iu ero devus esti enigata kiel IP-adreson en punktita-decimala notacio\n"
-"(ekzemple, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfiguras retan aparaton %s"
-
-#: ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "XFree86 pelilo: %s\n"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-adreso"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Retmasko"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Atomata IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Bonvole enigu vian potejon.\n"
-"Via potejo devus esti plene specifita potejo,\n"
-"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''.\n"
-"Vi anka povas enigi la IP-adreson de la prokura kluzo se via havas unu."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNA servilo"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Prokura kluzaparato"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfigurado de prokuraj serviloj"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP prokura servilo"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP prokura servilo"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Prokura servilo devus esti http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Prokura servilo devus esti ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "u vi deziras provi konekti al la interreto nun?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Konfiguru interretan konektaon"
-
-#: ../../network/tools.pm_.c:50
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Kiel vi deziras konekti al la Interreto?"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konfigurado de Konekto"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Bonvole plenigu a marku la suban kampon"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ de Karto"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memoro de Karto (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "I/O (Eneligo) de Karto"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "I/O 0 (Eneligo 0) de Karto"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "I/O 1 (Eneligo 1) de Karto"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Via persona telefonnumero"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nomo de interretprovizanto (ekz-e provizanto.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefonnumero de interretprovizanto"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Provizanto DNS 1 (nedeviga)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Provizanto DNS 2 (nedeviga)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Elektu vian klavaron"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Diskuma modalo"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Speco de konekto"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Speco de konekto"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Konta Salutnomo (uzula nomo)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Konta Pasvorto"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "muntado malsukcesis: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "i tiu platformo ne subtenas etendatajn subdiskojn"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Vi havas truon en via subdisktabelo sed mi ne povas uzi in.\n"
-"La sola solvo estas movi viajn efajn subdiskojn por situigi la truon\n"
-"apud la etendataj subdiskoj."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restaris el dosiero %s malsukcesis: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Eraro skribante al dosiero %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "havenda"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "grava(j)"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "tre agrabla(j)"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "agrabla(j)"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "elbe"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Loka printilo"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Malproksima printilo"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Malproksima CUPS-a servilo"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Malproksimaj lpd servilo"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Reta Printilo (TCP/ingo)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Vindozo 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Printservilo"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Printila Aparato URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Loka printilo"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Malproksima printilo"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Eraro skribante al dosiero %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modulo %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP de SMB servilo"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Defalta)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Elektu Printilan Konekton"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kiel estas la printilo konektata?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Kun malproksima CUPS servilo, vi ne devas konfiguri iun printilon\n"
-"i tie; printiloj estos atomate dektektataj. Se vi havas dubojn,\n"
-"elektu \"Malproksima CUPS servilo\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "LAN Konfigurao"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Malproksima CUPS-a servilo"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP de SMB servilo"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Pordo"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Post-instala konfigurado"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Detektas aparatojn..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Provu pordojn"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Neniu printilo"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Loka printilo"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "Duobla surmetingo %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Printila Aparato URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Loka printilo"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Printila Aparato URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instalanta pakao %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instalanta pakao %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Malproksimaj lpd Printilaj Opcioj"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Por uzi malproksima lpd printvico, vi devas provizi la potejon de la\n"
-"printservilo kaj la printviconomon e tiu servilo en kiun taskoj devus\n"
-"esti metata."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Malproksima potejo"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Malproksima potejo"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Malproksima potejo"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Vindozo 9x/NT) Printilaj Opcioj"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Por printi al SMB-a printilo, vi devas provizi la SMB potejon (Notu! i "
-"eble\n"
-"estas malsama de ia TCP/IP nomo!) kaj eble la IP-adreson de la "
-"printservilo,\n"
-"aldone al la opuzan nomon de la printilo vi deziras atingi kaj iun ajn\n"
-"tagan salutnomon, pasvorton, kaj laborgrupan informon."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Potejo de SMB servilo"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP de SMB servilo"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Opuza nomo"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Laborgrupo"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare Printilaj Opcioj"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Por print al NetWare printilo, vi devas provizi la NetWare printservilan\n"
-"nomon (Notu! i eble estas malsama de ia TCP/IP nomo!) aldone al la\n"
-"printvican nomon por la printilo vi deziras atingi kaj iun ajn tagan\n"
-"salutnomon kaj pasvorton."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Printservilo"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Printvica Nomo"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Ing-Printilaj Opcioj"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Por printi al inga printilo, vi bezonas provizi la\n"
-"potejon de la printilo kaj opcie la pordnumeron."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Printilaj Potejo"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Printilaj Potejo"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Printila Aparato URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nomo de printilo"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Priskribo"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Loko"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "u tio i pravas?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Printilan Konekton"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Kiun specon de printilo vi havas?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "u vi deziras provi printado?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Provu pordojn"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Jes, printu amba de la provpaojn"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Printilo"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Lanorma"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Printas provpao(j)n..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Printas provpao(j)n..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Printas provpao(j)n..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Printas provpao(j)n..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Provpao(j)n estis sendataj al la printila demono.\n"
-"i tiu eble postulas iom da tempo anta ol la printilo komencas.\n"
-"Printada stato:\n"
-"%s\n"
-"\n"
-"u i uste funkcias?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Provpao(j)n estis sendataj al la printila demono.\n"
-"i tiu eble postulas iom da tempo anta ol la printilo komencas.\n"
-"u i uste funkcias?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Neniu printilo"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Malfermu"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Haltas de la reto"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Haltas de la reto"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Printilaj opcioj"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Neniu printilo"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Startas vian konektaon..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Konfiguru retumon"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Ekrano ne estas konfigurata"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Konfiguras reto"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Kiun printsistemo vi deziras uzi?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Alta"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoja"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Kiun printsistemo vi deziras uzi?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Elektu Printilan Konekton"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kiun printsistemo vi deziras uzi?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfiguru Printilon"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instalanta pakao %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Printilaj opcioj"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfiguru Printilon"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "u vi deziras konfiguri printilon?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Printilo"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Jen la sekvantaj printvicoj.\n"
-"Vi povas aldoni pli a ani la ekzistantajn."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Jen la sekvantaj printvicoj.\n"
-"Vi povas aldoni pli a ani la ekzistantajn."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Konfiguru retumon"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normala Modalo"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Disdividado de Interreta Konekto"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Printilan Konekton"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Printas provpao(j)n..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Malproksima printilo"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Loka printilo"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Legas datumbason de CUPS peliloj..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Konfigurado de prokuraj serviloj"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "porto"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Prokura servilo devus esti http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Prokura servilo devus esti ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Atomata-enregistrado"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "pasvorto"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Neniu pasvorto"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "La pasvortoj ne egalas. Provu denove!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ne povas aldoni subdiskon al _formatita_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ne povas skribi dosieron %s."
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid malsukcesis"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid malsukcesis (eble raidtools mankas)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ne estas sufiaj subdiskoj por RAID nivelo %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, perioda ordonvicigilo."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd estas uzata por monitori la bateriostaton kaj registri in en la\n"
-"sistemlogdosiero (syslog). Vi anka povas uzi in por halti la komputilon\n"
-"kiam la baterioargo estas malgranda."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Lanas ordonojn vicigitajn per la 'at' ordono je la horo specifita kiam\n"
-"'at' estis uzata, kaj lanas baajn ordonojn kiam la argmezo estas\n"
-"sufie malgranda."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron estas norma Uniksa programo kiu lanas programojn kiujn la uzulo\n"
-"specifas je periodaj tempoj. vixie cron aldonas kelkajn trajtojn al la\n"
-"baza Uniksa cron, inkluzive de pli bona sekureco kaj pli fortaj\n"
-"konfiguraj opcioj."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM aldonas subtenon por musoj al teksta-reimaj Linuksaj aplikoj ekzemple\n"
-"la 'Midnight Commander' (Meznokta Estro). Anka i permesas uzi la muson\n"
-"por transpoigi e la konzolo (Sen X Fenestroj)."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache estas Tut-Tera Teksaa servilo. i liveras HTML-ajn dosierojn\n"
-"kaj CGI (komunakluza interfaco)."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"La interreta superservila demono (kutime nomata inetd) lanas sortimenton\n"
-"da aliaj interretaj servoj labezone. i respondas por la lano de multaj\n"
-"servoj, inkluzive de telnet, ftp, rsh, kaj rlogin. Se vi malaltas inetd,\n"
-"ve malaltas iujn el la servoj por kiuj i respondas."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"i tiu pakao argas la elektitan klavarmapon la /etc/sysconfig/keyboard.\n"
-"Vi povas elekti i tion per la kbdconfig utilprogramo. Vi lasus i tion\n"
-"ebligatan por la plejmulto da sistemoj."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd estas la printvica dajmono bezonata por lpr tage funkcii. i estas\n"
-"baze servilo kiu arbitracias printajn taskojn al printilo(j)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"'named' (BIND) estas Domajna NomServilo (DNS) kiun vi uzas por trovi\n"
-"potejojn de IP adresoj."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Muntas kaj malmuntas iujn RetDosierSistemajn (NFS), SMB (Lan\n"
-"Manager/Vindozaj), kaj NCP (NetWare) surmetingojn."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"altas/Malaltas iujn retajn interfacojn konfiguratajn por lani\n"
-"dum sistemstartado."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS estas populara protokolo por dosierdistribuado tra TCP/IP retoj.\n"
-"i tiu servo provizas NFS dosierlosado, kiun vi konfiguras per la\n"
-"/etc/exports dosiero."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS estas populara protokolo por dosierdistribuado tra TCP/IP retoj.\n"
-"i tiu servo provizas NFS dosierlosado."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA subteno kutime estas subteno de ao kiel ethernet kaj modemoj en\n"
-"tekkomputiloj. i ne estos lanata krom se vi konfiguras i por ke i\n"
-"estu sendanera e komputiloj kiuj ne bezonas in."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"La pordmapilo direktas RPC konektojn, kiujn protokoloj kiel NFS kaj NIS "
-"uzas.\n"
-"La pordmapservilo devas esti uzata e komputiloj kiuj agas kiel serviloj\n"
-"por protokoloj kiuj uzas la RPC mekanismon."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"\"Postfix\" estas PotTransportPerilo, kiu estas la programo kiu movas\n"
-"retpoton de unu komputilo al alia."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Savas kaj restaras sisteman entropikomunaon por pli altkvalita\n"
-"generado de aleatoraj nombroj."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"La routed dajmono permesas atomatan isdatigon de la IP enkursigila tabelo\n"
-"per la RIP protokolo. Kvankam RIP estas vaste uzata je malgrandaj retoj,\n"
-"pli malsimplaj enkursigaj protokoloj estas bezonataj por malsimplaj retoj."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"La rstat protokolo permesas al uzuloj sur reto ekstrakti metrikojn\n"
-"pri la rapideco de iu ajn komputilo sur tiu reto."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"La ruser protokolo permesas al uzuloj sur reto identigi kiujn estas\n"
-"konektataj e aliaj respondantaj komputiloj."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"La rwho protokolo permesas al uzuloj havigi liston de iuj el la uzuloj\n"
-"konektataj e komputilo kiu estas uzanta la rwho dajmono (simila al finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog (sistemlogilo) estas la rimedo per kiu multaj dajmonoj registras\n"
-"mesaojn al diversaj sistemlogdosieroj. i estas bona ideo iam uzi\n"
-"syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Startas kaj esigas la X Tiparan Servilon je starttempo kaj esiga tempo."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Printilo"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Interreto"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Sistema modalo"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Malproksimaj lpd Printilaj Opcioj"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Datumbazoj"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "Servilo"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Averto"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Alfiksu"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Stato:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektoro"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "La cetero de la mondo"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Interreto"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Plurmedia - Grafiko"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "Programisto"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Konekti al la interreto"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Reta interfaco"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Potejo de SMB servilo"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Ludoj"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Spertulo"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalanta pakao %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Mi ne povas legi vian subdisktabelon, i estas tro difektita por mi :(\n"
-"Mi penos dari per blankigi difektitajn subdiskojn"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Eraro"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Post-instala konfigurado"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Post-instala konfigurado"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratulojn!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalu"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Aldonu uzulon"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatas retrokonektan dosieron %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Elektado de Pakaoj"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Malinstalu printvicon"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Forigu Vindozon"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Salutnomo"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Bonvole, provu la muson"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Bonvole provu denove"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Bonvole provu denove"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Neniu pasvorto"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN Konfigurao"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Elektu Printilan Konekton"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Bonvole, elektu vian klavaran aranon."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Bonvolu klaki sur subdiskon"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Bonvole, provu la muson"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Reta interfaco"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Salutnomo"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Detektado de fiksdisko(j)"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Salutnomo"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Rado"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Rado"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Modulaj opcioj:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Reta Konfigurao"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Dosiersistemo konfiguro"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opcioj"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Reta Konfigurao"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Bonvole, elektu la specon de via muso."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Restaru de disketo"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Bonvole, elektu la specon de via muso."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Alia"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalu sistemon"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Restaru de dosiero"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Restaru de dosiero"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Akomodata"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_Helpo"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Antaa"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Stato:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Restaru de dosiero"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Sekvanta ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Elektu pakaojn"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Konservu en dosiero"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Bonvole, provu la muson"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Reta Konfigurao"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Reta Konfigurao"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN Konfigurao"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN Konfigurao"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Dosiersistemo konfiguro"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalado de %s malsukcesis. La sekvanta eraro okazis:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "neniu retkarto trovita"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Finata"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Preparas instaladon"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "limigu"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "limigu"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatu subdiskojn"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN Konfigurao"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Surmetingo"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Oficejo"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "esigu"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Printilo"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instalu sistemon"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Elektu dosieron"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Malproksima printilo"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Via komputilo ne havas retadaptilon!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalu"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Via komputilo ne havas retadaptilon!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Eliru instalprogramon"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Disdividado de Interreta Konekto"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-
-#: ../../standalone/drakgw_.c:139
-#, fuzzy
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "malebligu"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "forsendu"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "rekonfiguru"
-
-#: ../../standalone/drakgw_.c:146
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Detektas aparatojn..."
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-
-#: ../../standalone/drakgw_.c:164
-#, fuzzy
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "ebligu"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Nun kiam via Interreta konekto estas konfigurata,\n"
-"vi povas konfiguri vian komputilon por disdividi ian Interretan konekton.\n"
-"Notu: vi bezonas dedian Retadaptilon por konfiguri Lokan Reton (LAN).\n"
-"\n"
-"u vi deziras konfiguri Disdividadon de Interreta Konekto?\n"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfaco %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Via komputilo ne havas retadaptilon!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanu la\n"
-"aparatokonfigurilon."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Reta interfaco"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Ekzitas nur unu konfigurita retadaptilo sur via sistemo:\n"
-"\n"
-"%s\n"
-"\n"
-"u vi deziras konfiguri vian Lokan Reton (LAN) kun i tiu adaptilo?"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Bonvole elektu kiun retadaptilon estos konektata al via Loka Reto (LAN)."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Ekrano ne estas konfigurata"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Post-instala konfigurado"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP de SMB servilo"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Ebla konflikto pri Loka-Reta adreso trovata en nuna konfiguro de %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Konfigurao de barilo detektata!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Averto. Ekzistanta konfigurao de barilo detektata. Vi eble devas permane\n"
-"fiksi in poste de la instalado."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Mi konfiguras..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemoj instalante pakaon %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-#, fuzzy
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-
-#: ../../standalone/drakgw_.c:690
-#, fuzzy
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Interreta konektao kaj konfiguro"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Disdividado de Interreta Konekto"
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "ISDN-a Konfiguraon"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-#, fuzzy
-msgid "Profile: "
-msgstr "muntado malsukcesis: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Potejo: "
-
-#: ../../standalone/draknet_.c:168
-#, fuzzy
-msgid "Internet access"
-msgstr "Interreto"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Speco:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Kluzo:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-#, fuzzy
-msgid "Interface:"
-msgstr "Interreto"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Stato:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Konfiguru servojn"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN Konfigurao"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Pelilo"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfaco"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokolo"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Stato:"
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Konfiguru lokan reton"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Soristo..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Apliku"
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Provu konfiguraon"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Konektita"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Ne konektita"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Konektu..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Malkonektu..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN Konfigurao"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptilo %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Aktiva"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktiva"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Interreta konektao kaj konfiguro"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Interreta konektao kaj konfiguro"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Speco de konekto"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Kluzo"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Elektas sekurnivelon"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Konekti al la interreto"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Elektu la ilon kiun vi deziras instali"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanada (Kebeka)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Eropo"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islanda"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Eropo"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "seria"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uzado: keyboarddrake [--expert] [klavaro]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Bonvole, elektu vian klavaran aranon."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "anu KD-ROM-on"
-
-#: ../../standalone/livedrake_.c:25
-#, fuzzy
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"anu vian KDROM!\n"
-"\n"
-"Bonvole, enovu la KDROM-on etikedatan \"%s\" en via drajvo kaj klaku \"Jes"
-"\"\n"
-"kiam vi finos.\n"
-"Se vi ne havas in, klaku \"Nuligu\" por eviti la instaladon de i tiu KDROM."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Montru nur por i tiu tago"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Dosiero/_Nova"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Dosiero/_Malfermu"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>M"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Dosiero/_Savu"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Dosiero/Savu _Kiel"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Dosiero/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcioj"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcioj/Provu"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Helpo"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Helpo/_Pri..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-iso8859-3,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-3,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Salutnomo"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "mesaoj"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "sistema logdosiero (syslog)"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "seru"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Ilo por vidi vian logdosieron"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Konfiguraoj"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "konformanta(j)"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "sed ne konformanta(j)"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Elektu dosieron"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalendaro"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Enhavoj de la dosiero"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "bonvole atendu, mi vortanalizas la dosieron: %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Konfiguraon"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "2a Etendata (Ext2)"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "Servilo"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatas"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Interreta Konfigurado"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Savu Kiel..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Bonvole, elektu la specon de via muso."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "neniu serial_usb (seria USB) trovita\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "u vi deziras emuli trian musbutonon?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Elektu grafikan karton"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Starta aparato"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Konfigurao de barilo"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Konfigurao de barilo"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Elektu vian lingvon"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Elektu instalklason"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detektado de fiksdisko(j)"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfiguru muson"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Elektu vian klavaron"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Dosiersistemo konfiguro"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatu subdiskojn"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Elektu pakaojn"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalu sistemon"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Aldonu uzulon"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfiguru retumon"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfiguru servojn"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalu restart-argilon"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Kreu praargdisketon"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfiguru X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalu sistemon"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Eliru instalprogramon"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne povis malfermi %s por skribi: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Konfigurao de barilo"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Preparas instaladon"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "TTT/FTP"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Reta Printilo (ingo)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Oficejo"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnoma Laborstacio"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Laborstacio"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE Laborstacio"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Plurmedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Database"
-msgstr "Datumbazoj"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "u vi deziras provi la konfiguraon?"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Plurmedia - Sono"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentaro"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Interreta Konfigurado"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Plurmedia - Sono"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "LAN Konfigurao"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Laborstacio"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Servilo"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C kaj C++ programadaj bibliotekoj, programoj kaj apdosieroj"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Reta Printilo (ingo)"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Dokumentaro"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Plurmedia - Grafiko"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Interreto"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Redaktiloj, eloj, dosieriloj, terminaloj"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Plurmedia - KD-ROM Kreado"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Laborstacio"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "esigu"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr "Finata"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Elektu la defaltan uzulon:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Malproksima printilo"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Nun vi povas provizi iajn opciojn al modulo %s."
-
-#~ msgid "mount failed"
-#~ msgstr "muntado malsukcesis"
-
-#~ msgid "Low"
-#~ msgstr "Malalta"
-
-#~ msgid "Medium"
-#~ msgstr "Meza"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Malmultaj plibonigoj e i tiu sekurnivelo, la efa estas ke i havas "
-#~ "pli\n"
-#~ "multajn sekurecajn avertojn kaj kontrolojn."
-
-#~ msgid "Boot mode"
-#~ msgstr "Starta modalo"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Spertulo"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linukso administras tempon en GMT a \"Grenvia Meza Tempo\" kaj "
-#~ "tradukas in\n"
-#~ "en lokan tempon la la horzono vi elektis."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Konektu al la Interreto"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Malkonektu el la Interreto"
-
-#, fuzzy
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Konfiguru interretan konektaon"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Al kiu disko vi deziras movi?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Informo"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnoma Laborstacio"
-
-#~ msgid "authentification"
-#~ msgstr "atentikigado"
-
-#~ msgid "user"
-#~ msgstr "uzanto"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Bonvole, elektu la specon de via muso."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "esu"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Atomata muntado de demetebla medio"
-
-#~ msgid "Active"
-#~ msgstr "Aktiva"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Ne"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Printilo, tipo \"%s\", estas detektita e "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Loka Printila Aparato"
-
-#~ msgid "Printer Device"
-#~ msgstr "Printila Aparato"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Malproksima CUPS-a servilo"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Malproksima CUPS-a servilo"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linukso"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Sistema modalo"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Alia"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Bonvole, elektu vian klavaran aranon."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Bonvolu klaki sur subdiskon"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Speco: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Malbona rezerva dosiero"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Konfiguru X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Printila Aparato"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Nuligu"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Jeso"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Malfermu"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "Startas vian konektaon..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "Fermas vian konektaon..."
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "Kiel vi deziras konekti al la Interreto?"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Elektu la grandecon kiu vi deziras instali"
-
-#~ msgid "Total size: "
-#~ msgstr "Tuta grandeco: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Bonvolu atendi"
-
-#~ msgid "Total time "
-#~ msgstr "Tuta tempo "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Uzu ekzistantan konfiguron de X11 (X-fenestroj)?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Al kiu aparato estas via printilo konektata\n"
-#~ "(notu ke /dev/lp0 egalas LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Averto, la retadaptilo estas jam konfigurata.\n"
-#~ "u vi deziras rekonfiguri in?"
-
-#~ msgid "New"
-#~ msgstr "Nova"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Malproksima printvico"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Bonvolu klaki sur subdiskon"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Ambigueco (%s), esti pli preciza\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (defalto estas %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Via elektao (defalto estas %s enigu `neniu' por elekti neniu) "
-
-#, fuzzy
-#~ msgid "Do you want to restart the network"
-#~ msgstr "u vi deziras provi la konfiguraon?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "u vi konsentas?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "u vi deziras provi la konfiguraon?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "u vi deziras provi la konfiguraon?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Krom se vi scias precize alie, la kutima elekto estas \"/dev/hda\"\n"
-#~ " (unua efa IDE-a disko) a \"/dev/sda\" (unua SCSI-a disko)."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Speco de konekto"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Elektu la defaltan uzulon:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Bonvole, provu la muson"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr ""
-#~ "Bonvole elektu vian preferatan lingvon por instalado kaj sistema uzado."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Elektu la aranon de via klavaro el la listo supre"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Elektu:\n"
-#~ "\n"
-#~ " - Akomodata: Se vi sufie konas GNU/Linukson, vi povas elektu la efan\n"
-#~ " uzadon por via komputilo. Vidu malantae por detaloj.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Spertulo: i tio supoza ke vi flue konas GNU/Linukson kaj deziras "
-#~ "fari\n"
-#~ " treege akomodatan instaladon. Simile kiel \"Akomodata\" instalado, "
-#~ "vi povos\n"
-#~ " elekti la uzado por via komputilo.\n"
-#~ " Sed bonvolege, NE ELEKTU I TION KROM SE VI SCIAS KION VI FARAS!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Nun vi devas elekti la uzadon por via komputilo. Jen la elektoj:\n"
-#~ "\n"
-#~ "* Laborstacio: i tio estas la ideala opcio se vi intencas uzi vian\n"
-#~ " komputilon efe por iutaga uzado e la oficejo a hejme.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Programado: se vi intencas uzi vian komputilon efe por programado,\n"
-#~ " i tio estas bona opcio. Vi havos plenan aron de programiloj por\n"
-#~ " kompili, erarseri, formati programfontojn, kaj krei\n"
-#~ " programpakaojn.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Servilo: se vi intencas uzi i tiun komputilon kiel servilo, i tio\n"
-#~ " estas bona opcio. A dosierservilo (NFS a SMB), printservilo\n"
-#~ " (Uniksa stilo a Mikrosofta Vindoza stilo), atentikada servilo\n"
-#~ " (NIS), a datumbaza servilo, ktp. Kiel tia, ne atendu umojn (KDE,\n"
-#~ " GNOME, ktp.) estas instalotaj."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Nun vi povas elekti la pakaaron kiun vi deziras instali a promocii.\n"
-#~ "\n"
-#~ "Tiam DrakX kontrolos u vi havas sufie da spaco por instali iujn de "
-#~ "ili.\n"
-#~ "Se ne, i informas vin pir i. Se vi deziras antaeniri malgrae, i\n"
-#~ "antaeniros je la instalado de iuj de la elektitaj pakaaroj sed lasos\n"
-#~ "fali iujn pakaojn kiujn estas malpli interesaj. Suben de la listo vi\n"
-#~ "povas elekti la opcion \"Elektado de apartaj pakaoj\"; iokaze vi devus\n"
-#~ "foliumi tra pli ol 1000 pakaoj..."
-
-#, fuzzy
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Se vi havas iujn de la KDROM-oj en la listo sube, klaku \"Jes\".\n"
-#~ "Se vi havas neniujn de i tiuj KDROM-oj, klaku \"Nuligu\".\n"
-#~ "Se vi mankas nur iujn de la KDROM-oj, malelektu ilin, kaj poste klaku "
-#~ "\"Jes\"."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Nun vi povas enigi telefon-konektajn opciojn. Se vi ne estas certa kio "
-#~ "enigi,\n"
-#~ "vi povas havigi la ustan informon de via interretprovizanto."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Enigu:\n"
-#~ "\n"
-#~ " - IP-adreson: Se vi ne scias, demandu al via retadministranto.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Retmaskon: \"255.255.255.0\" enerale estas bona elektao. Se vi ne\n"
-#~ "estas certa, demandu al via retadministranto a interretprovizanto.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Atomata IP-adreson: Se via reto uzas BOOTP-an a DHCP-an "
-#~ "protokolon,\n"
-#~ "elektu i tiun opcion. Se elektita, neniu valoro estas bezonata en\n"
-#~ "\"IP-adreson\". Se vi ne estas certa, demandu al via retadministranto\n"
-#~ "a interretprovizanto.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Se via reto uzas NIS, elektu \"Uzu NIS\". Se vi ne scias, demandu al "
-#~ "via\n"
-#~ "retadministranto."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Nun vi povas enigi telefon-konektajn opciojn. Se vi ne estas certa kio "
-#~ "enigi,\n"
-#~ "vi povas havigi la ustan informon de via interretprovizanto."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Se vi uzos prokurajn servilojn, bonvolu konfiguri ilin nune. Se vi ne\n"
-#~ "scias u vi uzos prokurajn servilojn, demandu al via retadministranto a\n"
-#~ "interretprovizanto."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Vi povas instali kriptografian pakaon se via interreta konekto estas "
-#~ "uste\n"
-#~ "pretigita. Unue elektu spegulon de kie vi deziras eluti pakaojn kaj "
-#~ "poste\n"
-#~ "elektu la pakaojn por instali.\n"
-#~ "\n"
-#~ "Notu ke vi devas elekti spegulon kaj kriptografiajn pakaojn la la "
-#~ "ledonoj\n"
-#~ "de via lando."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Nun vi povas enigi la \"root\" (radiko) pasvorto por via Linuks-"
-#~ "Mandrejka\n"
-#~ "sistemo. Vi devas enigi la pasvorton dufoje por konfirmi ke amba fojoj\n"
-#~ "estas identaj.\n"
-#~ "\n"
-#~ "\n"
-#~ "La \"root\"-a uzanto estas la administranto de la sistemo, kaj estas la "
-#~ "sola\n"
-#~ "uzanto permesata ani la sisteman konfiguraon. Tial, elektu i tiun\n"
-#~ "pasvorton zorge! Nepermesata uzado de la \"root\"-a uzanto povas esti\n"
-#~ "treege danera al la sistema integreco kaj dateno, kaj al aliaj sistemoj\n"
-#~ "konektata al i. La pasvorto devus esti miksao de literciferaj signoj "
-#~ "kaj\n"
-#~ "almena 8 signoj longa. *Neniam* surpaperigu in. Tamen, ne elektu tro\n"
-#~ "longan a komplikan pasvorton: vi devas povi memori in sen tro multe da\n"
-#~ "peno."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Nun vi povas krei unu a pli \"ordinara(j)\" uzanto(j), male al la\n"
-#~ "\"privilegia\" uzanto, \"root\". Vi povas krei unu a pli uzanto(j) por\n"
-#~ "iu persono vi deziras permesi uzi la komputilon. Notu ke iu uzanto\n"
-#~ "havos viajn proprajn preferojn (grafikan medion, programajn aranojn,\n"
-#~ "ktp.) kaj ian propran \"hejman dosierujon\", kie i tiuj preferoj estas\n"
-#~ "konservata.\n"
-#~ "\n"
-#~ "\n"
-#~ "Anta io, krei uzanton por vi mem! E se vi estos la sola uzulo e la\n"
-#~ "komputilo, vi ne devus konekti kiel \"root\" por iutaga uzado de la\n"
-#~ "sistemo: i estas tre alta sekureca risko. Fari la sistemon neuzebla\n"
-#~ "estas oftege nur unu misklavo fora.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tial, vi devus konekti al la sistemo per ordinara uzanto vi kreos i "
-#~ "tie,\n"
-#~ "kaj saluti kiel \"root\" nur por administraj kaj flegadaj kialoj."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO kaj Grub efaj opcioj estas:\n"
-#~ " - Startaparato: Fiksas la nomon de la aparato (ekz-e subdisko de "
-#~ "fiksdisko)\n"
-#~ "tiu enhavas la startsektoron. Krom se vi scias specife alie, elektu\n"
-#~ "\"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Prokrastoperiodo anta starti defaltan sistemon: Elektas la nombron\n"
-#~ "da dekonoj de sekundo ke la startargilo devus atendi anta starti la\n"
-#~ "unuan sistemon. i tiu utilas e sistemoj kiuj tuj startas de la\n"
-#~ "fiksdisko malanta ili ebligas la klavaron. La startargilo ne atendas "
-#~ "se\n"
-#~ "\"delay\" (prokrastoperiodo) estas ellasita a estas fiksita al nul.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Grafika reimo: i tiu specifas la VGA tekstan reimon por uzi dum\n"
-#~ "start. La sekvantaj valoroj estas uzeblaj:\n"
-#~ " * normala: elektu normalan 80 per 25 tekstan reimon.\n"
-#~ " * <numero>: uzu la respondan tekstan reimon."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO estas startargilo por Sparc: i povas starti a Linukson a iun "
-#~ "ajn\n"
-#~ "mastruman sistemon eestanta e via komputilo. Normale, i tiuj aliaj\n"
-#~ "mastrumaj sistemoj estas uste detektata kaj instalada. Se tiel ne "
-#~ "estas,\n"
-#~ "vi povas aldoni enskribon mane per i tiu ekrano. Zorgu elekti la "
-#~ "ustajn\n"
-#~ "parametrojn.\n"
-#~ "\n"
-#~ "\n"
-#~ "Eble vi anka ne deziras doni atingon al i tiuj aliaj mastrumaj "
-#~ "sistemoj\n"
-#~ "al iu ajn. iokaze vi povas forstreki la respondajn enskribojn. Sed\n"
-#~ "iokaze, vi bezonos startdiskon por starti ilin!"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "SILO efaj opcioj estas:\n"
-#~ " - Instalado de Startargilo: Indiki kie vi deziras meti la informon\n"
-#~ "bezonata por start GNU/Linukso. Krom se vi scias specife kion vi faras,\n"
-#~ "elektu \"Unua sektoro de drajvo (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Prokrastoperiodo anta starti defaltan sistemon: Elektas la nombron\n"
-#~ "da dekonoj de sekundo ke la startargilo devus atendi anta starti la\n"
-#~ "unuan sistemon. i tiu utilas e sistemoj kiuj tuj startas de la\n"
-#~ "fiksdisko malanta ili ebligas la klavaron. La startargilo ne atendas "
-#~ "se\n"
-#~ "\"delay\" (prokrastoperiodo) estas ellasita a estas fiksita al nul."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Nun estas tempo por konfiguri la X Fenestra Sistemo, kiu estas la kerno\n"
-#~ "de la GNU/Linuksa GUI (Grafika UzulInterfaco). Por tiu celo, vi devas\n"
-#~ "konfiguri vian grafikan karton kaj ekranon. La plejparto de i tiuj "
-#~ "paoj\n"
-#~ "estas atomatitaj, tamen, do via laboro eble konsistos en konfirmi kion\n"
-#~ "estis farata kaj akcepti la aranojn. :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Kiam la konfigurado estas kompleta, X lanios (krom se vi demandas al\n"
-#~ "DrakX ne fari tion) pro ke vi kontrolu in la observu se la aranojn\n"
-#~ "tagas por vi. Se ne, vi povas reveni kaj ani ilin, tiom da tempoj "
-#~ "kiom\n"
-#~ "estas necesa."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Se iu misas en la X-a konfigurao, uzu i tiujn opciojn por uste "
-#~ "konfiguri\n"
-#~ "la X Fenestran Sistemon."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Se vi preferas uzi grafikan saluton, elektu \"Jes\". Aliokaze, elektu "
-#~ "\"Ne\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Via sistemo restartos.\n"
-#~ "\n"
-#~ "Post restartado, via nova Linuks-Mandrejka sistemo argios atomate. Se "
-#~ "vi\n"
-#~ "deziras starti en alian ekzistanta mastruman sistemon, bonvole legu la\n"
-#~ "pluan instrukcion."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "ea (Programistoj)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovaka (Programistoj)"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Skribu /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formatu ion"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Post formatado de iuj subdisko,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "iuj datenoj sur tiuj subdisko estos perdata"
-
-#~ msgid "Reload"
-#~ msgstr "Reargu"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "u vi deziras krei atoinstalan disketon por replikado de Linukso?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL Konfigurao"
-
-#, fuzzy
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Kun malproksima CUPS servilo, vi ne devas konfiguri iun printilon\n"
-#~ "i tie; printiloj estos atomate dektektataj. Se vi havas dubojn,\n"
-#~ "elektu \"Malproksima CUPS servilo\"."
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Malproksima printvico"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Domajna nomo"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Neniu printilo"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "ISDN-a Konfiguraon"
-
-#, fuzzy
-#~ msgid "Profile "
-#~ msgstr "muntado malsukcesis: "
-
-#~ msgid "Sending Speed:"
-#~ msgstr "Sendrapideco: "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "Ricevrapideco: "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Speco de konekto"
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "Konektas al la Interreto"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Malkonektas el la Interreto"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Malkonektado el la Interreto malsukcesis."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Malkonektado el la Interreto finis."
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "Nomo de konekto"
-
-#~ msgid "sent: "
-#~ msgstr "sendita(j): "
-
-#~ msgid "received: "
-#~ msgstr "ricevita(j): "
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Defalta"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Mi ne povas kompreni la enhavon de la konfigurodosiero."
-
-#~ msgid "Adapter"
-#~ msgstr "Adaptilo"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Malebligu"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Ebligu"
-
-#, fuzzy
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Konfiguru interretan konektaon"
-
-#~ msgid "Choose"
-#~ msgstr "Elektu"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Vi povas specifi rekte la URI por atingi la printilon per CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Jes, printu Askian provpaon"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Jes, printu PostSkriban provpaon"
-
-#~ msgid "Paper Size"
-#~ msgstr "Papergrandeco"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Eletu paon post tasko?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint-aj pelilaj opcioj"
-
-#~ msgid "Color depth options"
-#~ msgstr "Kolorprofunecaj opcioj"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Printu tekston kiel PostScripto?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Riparu tuparan tekston?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Nombro de paoj en eliga pao"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr ""
-#~ "Dekstra/Maldrekstra marenoj en punktoj (1/72 de colo, proksimume 1/3 mm)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr ""
-#~ "Supra/Malsupra marenoj en punktoj (1/72 de colo, proksimume 1/3 mm)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Aldonaj GhostScript-aj opcioj"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Aldonaj Tekstaj opcioj"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Inversigu ordon de paoj"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Elektu Malproksiman Printilan Konekton"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "iuj printilo bezonas nomon (ekzemple lp).\n"
-#~ "Aliaj parametroj, ekzemple la priskribon de la printilo a ian lokon\n"
-#~ "vi povas difini. Kiu nomo devus uzata por i tiu printilo kaj kiel\n"
-#~ "i estas konektata?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "iuj printvico (al kiu printajn taskojn estas direktata) bezonas nomon\n"
-#~ "(ofte lp) kaj fonan eneligan dosierujon asociata kun i. Kiu nomo kaj\n"
-#~ "dosierujo devus uzata por i tiu printvico?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Nomo de printvico"
-
-#~ msgid "Spool directory"
-#~ msgstr "Fona eneliga dosierujo"
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
deleted file mode 100644
index fb6f837b3..000000000
--- a/perl-install/share/po/es.po
+++ /dev/null
@@ -1,12570 +0,0 @@
-# Translation file (spanish) of Mandrake graphic install
-# Copyright (C) 1999 Mandrakesoft
-# Pablo Saratxaga <pablo@mandrakesoft.com>, 1999-2000
-# Fabian Mandelbaum <fabman@mandrakesoft.com>, 2000, 2001, 2002
-# Juan Manuel García Molina <juanma_gm@wanadoo.es>, 2000-2002
-# Carlos Sánchez <vcbsaorc@vc.ehu.es>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-15 10:34-0300\n"
-"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
-"Language-Team: Spanish <cooker-i18n@linux-mandrake.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configurar los monitores independientemente"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Usar extensión Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configurar sólo la tarjeta \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Configuración multi-monitor"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Su sistema soporta configuración multi-monitor.\n"
-"¿Qué desea hacer?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Tarjeta gráfica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Seleccione una tarjeta gráfica"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Elija un servidor X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Elija un controlador X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "Controlador X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "¿Qué tipo de configuración de XFree desea tener?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Su tarjeta puede admitir aceleración 3D pero sólo con XFree %s.\n"
-"XFree %s admite su tarjeta y puede tener mejor comportamiento en 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Su tarjeta puede admitir aceleración 3D por hardware con XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s con aceleración 3D por hardware"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Su tarjeta puede admitir aceleración 3D por hardware con XFree %s,\n"
-"ADVIERTA QUE ESTO ES EXPERIMENTAL Y PUEDE COLGAR SU ORDENADOR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s con aceleración 3D EXPERIMENTAL por hardware"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Su tarjeta sólo puede admitir aceleración de 3D por hardware con XFree %s,\n"
-"ADVIERTA QUE ESTO ES EXPERIMENTAL Y PUEDE COLGAR SU ORDENADOR.\n"
-"XFree %s admite su tarjeta y puede tener un mejor comportamiento en 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalación del controlador de la pantalla)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configuración de XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Seleccione la cantidad de memoria de su tarjeta gráfica"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Elija las opciones para el servidor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Elija un monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Los dos parámetros críticos son la frecuencia de barrido vertical, que "
-"indica la frecuencia\n"
-"a la cual se refresca la pantalla entera, y más importante aún, la "
-"frecuencia de sincronización\n"
-"horizontal, la cual es la frecuencia de las líneas de barrido horizontal.\n"
-"\n"
-"Es MUY IMPORTANTE que no especifique un tipo de monitor con una\n"
-"frecuencia de sincronización superior a la capacidad real de su monitor:\n"
-"puede dañar su monitor.\n"
-" En caso de duda, elija una configuración conservadora."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Frecuencia de barrido horizontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Frecuencia de barrido vertical"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "El monitor no está configurado"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "La tarjeta gráfica todavía no está configurada"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Aún no ha elegido las resoluciones"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "¿Desea probar la configuración?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Advertencia: probar con esta tarjeta de vídeo puede colgar su ordenador"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Probar la configuración"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"intente cambiar algunos parámetros"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ocurrió un error:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Saliendo en %d segundos"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "¿Es ésta la configuración correcta?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Ocurrió un error, intente cambiar algunos parámetros"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resolución"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Elija la resolución y la profundidad de colores"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Tarjeta gráfica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Servidor XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Más"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Aceptar"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modo experto"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Mostrar todo"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resoluciones"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Distribución del teclado: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipo de ratón: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositivo del ratón: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Frecuencia horizontal del monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Frecuencia vertical del monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Tarjeta gráfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identificación de la tarjeta gráfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memoria de la tarjeta gráfica: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Profundidad de color: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resolución: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Servidor XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Controlador XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Preparando la configuración de X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "¿Qué desea hacer?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Cambiar el monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Cambiar la tarjeta gráfica"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Cambiar las opciones del servidor X"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Cambiar la resolución"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mostrar información"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Probar de nuevo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Salir"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"¿Conservar los cambios?\n"
-"La configuración actual es:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X al arrancar"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Puede configurar su computadora para que inicie X automáticamente\n"
-"al arrancar. ¿Desea que se lance X cuando reinicie?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Abra de nuevo una sesión %s para activar los cambios"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Por favor salga de la sesión y luego pulse Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 colores (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil colores (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil colores (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 millones de colores (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 billones de colores (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB o más"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA estándar, 640x480 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatible 8514, 1024x768 a 87 Hz entrelazado (sin 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 a 87 Hz entrelazado, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA extendido, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA no-entrelazado, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA alta-frecuencia, 1024x768 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Monitor multi-frecuencia que soporta 1280x1024 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Monitor multi-frecuencia que soporta 1280x1024 a 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Monitor multi-frecuencia que soporta 1280x1024 a 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor que soporta 1600x1200 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor que soporta 1600x1200 a 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primer sector de la partición de arranque"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primer sector del disco (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalación de SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "¿Dónde quiere instalar el cargador de arranque?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalación de LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO con menú de texto"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO con menú gráfico"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Arrancar desde DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Opciones principales del cargador de arranque"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Cargador de arranque a usar"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalación del cargador de arranque"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dispositivo de arranque"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (no funciona con BIOS antiguos)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compacto"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compacto"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Modo de vídeo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Demora antes de arrancar la imagen predeterminada"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Contraseña"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Contraseña (de nuevo)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Restringir las opciones de la línea de comandos"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "restringir"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Limpiar /tmp en cada inicio del equipo"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Precise el tamaño de la RAM si es necesario (se encontraron %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Activar perfiles múltiples"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Proporcione el tamaño de la RAM en MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"La opción \"Restringir las opciones de la línea de comandos\"\n"
-"no tiene sentido sin contraseña"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Vuelva a intentarlo, por favor"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Las contraseñas no coinciden"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Mensaje de inicio"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Demora de open firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Tiempo de espera de arranque del núcleo"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "¿Habilitar el arranque desde CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "¿Habilitar el arranque de OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "¿SO predeterminado?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Decidió instalar el cargador de arranque en una partición.\n"
-"Esto implica que ya tiene un cargador de arranque en el disco desde el que "
-"arranca (ej: System Commander).\n"
-"\n"
-"¿Desde qué disco arranca?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Aquí están las diferentes entradas.\n"
-"Puede añadir otras o cambiar las que ya existen."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Añadir"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Hecho"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modificar"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "¿Qué tipo de entrada desea añadir?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Otro SO (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Otro SO (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Otro SO (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Imagen"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Raíz"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Añadir"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lectura/Escritura"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabla"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Inseguro"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etiqueta"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Por defecto"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Tamaño de initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Quitar entrada"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "No se admite una etiqueta vacía"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Debe especificar una imágen del núcleo"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Debe especificar una partición raíz"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Esta etiqueta ya está en uso"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s interfaces %s encontradas"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "¿Tiene alguna otra?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "¿Tiene alguna interfaz %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "No"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Sí"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Ver información sobre el hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalando controlador para la tarjeta %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(módulo %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "¿Qué controlador de %s debo probar?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"En algunos casos, el controlador de %s necesita información extra\n"
-"para funcionar correctamente, aunque normalmente funcione sin ella.\n"
-"¿Desea especificar información extra para el controlador o dejar que el "
-"mismo\n"
-"pruebe su equipo y encuentre la información que necesita? A veces,\n"
-"el probar el equipo puede provocar que éste se cuelgue, pero no debería\n"
-"causar ningún daño."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Autodetección"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Especificar las opciones"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Ahora puede proporcionar las opciones al módulo %s.\n"
-"Note que cualquier dirección debe ingresarse con el prefijo 0x como '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Aquí deben ir las diferentes opciones para el módulo %s.\n"
-"Las opciones son de la forma \"nombre=valor nombre2=valor2 ...\".\n"
-"Por ejemplo, \"io=0x300 irq=7\""
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opciones de los módulos:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Error al cargar el módulo %s.\n"
-"¿Desea intentarlo de nuevo con otros parámetros?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "acceso a programas X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "acceso a herramientas rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "permitir \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "acceso a archivos administrativos"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s ya fue añadido)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Esta contraseña es demasiado sencilla"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Introduzca el nombre de usuario"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"El nombre de usuario (login) sólo debe contener letras, números, `-' y `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Este nombre de usuario ya fue añadido"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Añadir un usuario"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Introduzca un usuario\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aceptar el usuario"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nombre y apellidos"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nombre del usuario"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icono"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Entrada automática"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Puede configurar su computadora para que entre automáticamente\n"
-"en sesión con un usuario dado al arrancar. ¿Desea esa funcionalidad?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Elija el usuario predeterminado:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Elija el gestor de ventanas a ejecutar:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Por favor, elija el idioma a usar."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Puede elegir otros idiomas, que estarán disponibles después de la instalación"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Todo"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Permitir a todos los usuarios"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personalizada"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "No compartir"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Se necesita instalar el paquete %s. ¿Quiere instalarlo?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Puede exportar usando NFS o Samba. ¿Cuál elige"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Falta el paquete obligatorio %s"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"¿Desea permitir a los usuarios exportar algunos directorios personales?\n"
-"Si lo hace, los usuarios podrán simplemente hacer clic sobre \"Compartir\" en konqueror y nautilus.\n"
-"\n"
-"\"Personalizar\" permite una granularidad por usuario.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Lanzar userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"La compartición por usuario utiliza el grupo \"fileshare\". \n"
-"Puede utilizar userdrake para añadir un usuario a este grupo."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bienvenidos, crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Pobre"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Estándar"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alta"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Más alta"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoica"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Este nivel se debe usar con mucho cuidado. Hace su sistema más simple de\n"
-"usar, pero también mucho más vulnerable: no debe usarse para una máquina\n"
-"conectada en red con otras o a Internet. No hay contraseñas de acceso."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Las contraseñas están activadas, pero tampoco se recomienda usar este\n"
-"nivel para un ordenador conectado a una red."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Éste es el nivel de seguridad estándar recomendado para una máquina que se\n"
-"utilizará para conectarse a la Internet como cliente."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Ya hay algunas restricciones, y todas las noches se corren más "
-"verificaciones automáticas."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Con este nivel de seguridad, es posible utilizar el sistema como un "
-"servidor.\n"
-"La seguridad es lo suficientemente alta como para usar el sistema como un\n"
-"servidor que acepte conexiones de múltiples clientes. Nota: si su máquina "
-"sólo es un cliente en la Internet, mejor debería elegir un nivel inferior."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Basado en el nivel anterior, pero el sistema está completamente cerrado.\n"
-"Las características de seguridad están al máximo."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Elegir el nivel de seguridad"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Nivel de seguridad"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Utilizar libsafe para los servidores"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Una biblioteca que le defiende ante ataques de desbordamiento de búfer y "
-"ataques con cadenas de formato."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"¡Bienvenido a %s, el selector de SO de arranque!\n"
-"\n"
-"Elija un sistema operativo de la lista o espere %d segundos\n"
-"para que arranque el sistema predeterminado.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "¡Bienvenido a GRUB, el selector de SO de arranque!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use las teclas %c y %c para seleccionar una entrada."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pulse intro para iniciar el SO elegido, pulse 'e' para editar"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "los comandos antes de iniciar, o pulse 'c' para una linea de comandos."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Se va a iniciar la entrada resaltada en %d segundos."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "no hay espacio suficiente en /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Escritorio"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Menú inicio"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "No puede instalar el cargador de arranque en una partición %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "todavía no está implementada la ayuda.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configuración del estilo de arranque"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Archivo"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Archivo/_Salir"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>S"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor categorizante de estilo nuevo"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor de estilo nuevo"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor tradicional"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor tradicional Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Iniciar Aurora en el momento del arranque"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Modo de Lilo/Grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Modo de Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"En este momento está usando %s como gestor de arranque.\n"
-"Haga click sobre configurar para lanzar el asistente de configuración."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configurar"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Modo del sistema"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Lanzar el sistema X-Window al comenzar"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "No, no deseo entrada automática"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Sí, deseo entrada automática con este (usuario, escritorio)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Aceptar"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "¡no se puede abrir /etc/inittab para lectura: %s !"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutos"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuto"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d segundos"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "No se pueden realizar instantáneas de pantalla antes del particionado"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-"Luego de la instalación estarán disponibles las instantáneas de pantalla en %"
-"s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francia"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Bélgica"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "República Checa"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Alemania"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grecia"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Noruega"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Suecia"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Holanda"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Estados Unidos"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Por favor, haga primero una copia de seguridad de sus datos"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "¡Lea con cuidado!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Si piensa usar aboot, no olvide dejar espacio libre (2048 sectores es\n"
-"suficiente) al principio del disco"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Error"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Asistente"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Elija una acción"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Tiene una partición FAT de gran tamaño\n"
-"(generalmente usada por DOS/Windows de MicroSoft).\n"
-"Le sugiero que primero cambie el tamaño de la misma\n"
-"(para eso haga clic sobre ella, y luego sobre \"Redimensionar\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Por favor, haga clic sobre una partición"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalles"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Sistema de. archivos. con journal"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Intercambio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Vacío"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Otros"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipos de sistemas de archivos:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Crear"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Use \"%s\" en su lugar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Borrar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Use \"Desmontar\" primero"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Se perderán todos los datos de la partición %s después de cambiar su tipo"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Elija una partición"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Elija otra partición"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Salir"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Cambiar al modo experto"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Cambiar al modo normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Deshacer"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "¿Seguir adelante?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Salir sin grabar"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "¿Salir del programa sin grabar la tabla de particiones?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "¿Desea guardar las modificaciones en /etc/fstab?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Asignación automática"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Borrar todas"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Información del disco rígido"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Todas las particiones primarias están usadas"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "No se pueden agregar más particiones"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Por favor, para tener más particiones borre alguna para poder crear una "
-"partición extendida"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Guardar la tabla de particiones"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Restaurar la tabla de particiones"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Rescatar la tabla de particiones"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Volver a cargar la tabla de particiones"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Montaje automático de dispositivos extraíbles"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Elija un archivo"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La tabla de particiones de respaldo no tiene\n"
-"el mismo tamaño. ¿Desea continuar de todas formas?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Advertencia"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Inserte un disquete en la unidad\n"
-"Se perderán todos los datos del disquete"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Tratando de rescatar la tabla de particiones"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Información detallada"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Punto de montaje"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opciones"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Redimensionar"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Desplazar"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatear"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Añadir al RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Añadir al LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Quitar del RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Quitar del LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modificar el RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Usar para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Crear una partición nueva"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sector de comienzo: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Tamaño en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipo de sistema de. archivos: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punto de montaje: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferencia: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "¿Borrar el archivo de loopback?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Cambiar el tipo de partición"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "¿Qué sistema de archivos desea?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Cambiando de ext2 a ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "¿Donde desea montar el archivo de loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "¿Dónde desea montar el dispositivo %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"No se puede deseleccionar el punto de montaje ya que esta partición\n"
-"se usa para un montaje en loopback.\n"
-"Quite el montaje de loopback primero"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Calculando los límites del sistema de archivos FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Redimensionando"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Esta partición no es redimensionable"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr ""
-"Debería hacer una copia de seguridad de todos los datos de esta partición"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Se perderán todos los datos de la partición %s tras cambiar su tamaño"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Eligiendo el tamaño nuevo"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Tamaño nuevo en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "¿A qué disco desea desplazarla?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "¿A qué sector desea desplazarla?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Desplazando"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Desplazando una partición..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Elegir un RAID existente al que añadir"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nuevo"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Elegir un LVM existente al que añadir"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "¿nombre de LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Esta partición no puede usarse para el loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nombre del archivo de loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Indique el nombre de un archivo"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"El archivo ya lo utiliza otro dispositivo loopback.\n"
-"Elija otro archivo, por favor"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "El archivo ya existe. ¿Desea usarlo?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opciones de montaje"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Varios"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dispositivo"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivel"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "tamaño de los bloques"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Cuidado: esta operación es peligrosa."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "¿Qué tipo de particionamiento?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Disculpe, pero no se permite la creación de una partición /boot tan lejos\n"
-"en el disco (en un cilindro > 1024). Puede usar lilo LILO (y es probable "
-"que\n"
-"no funcione), o bien no utiliza LILO (y entonces no necesita /boot)"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"La partición que escogió para usar como raíz (/) está físicamente ubicada\n"
-"después del 1024º cilindro del disco rígido, y no tiene partición /boot.\n"
-"Si piensa usar el cargador de arranque LILO, tenga en cuenta que tiene\n"
-"que añadir una partición /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Eligió una partición RAID en software como partición raíz (/).\n"
-"Ningún cargador de arranque es capaz de manejarlo sin una partición /boot.\n"
-"Así que tenga en cuenta que tiene que añadir una partición /boot."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "¡Se escribirá al disco la tabla de particiones de la unidad %s!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Necesita reiniciar el equipo para que la modificación tenga efecto"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Se perderán todos los datos de la partición %s después de formatearla"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formateando"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formateando el archivo de loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formateando la partición %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Ocultar archivos"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Mover los archivos a la nueva partición"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"El directorio %s ya tiene algunos datos\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Moviendo los archivos a la nueva partición"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Copiando %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Borrando %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "la partición %s ahora se conoce como %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dispositivo: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Letra DOS: %s (simplemente una adivinanza)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipo: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nombre: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Comienzo: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Tamaño: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectores"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindros %d a %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formateado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "No formateado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Archivo(s) de loopback:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partición predeterminada de arranque\n"
-" (para arranque de MS-DOS, no para lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivel %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Tamaño de los bloques %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discos-RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nombre del archivo de loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Es probable que esta partición sea\n"
-"una partición de Controlador, probablemente\n"
-"debería dejarla como está.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Esta partición especial de Bootstrap\n"
-"es para el arranque\n"
-"dual de su sistema.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Tamaño: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometría: %s cilindros, %s cabezas, %s sectores\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discos-LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipo de la tabla de particiones: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "en el bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opciones: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Clave de cifrado del sistema de archivos"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Elija la clave de cifrado de su sistema de archivos"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Esta clave de cifrado es demasiado simple\n"
-"(tiene que tener por lo menos una longitud de %d caracteres)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Las claves de cifrado no coinciden"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Clave de cifrado"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Clave de cifrado (otra vez)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Cambiar tipo"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Por favor, haga clic sobre un medio"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Buscar servidores"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formateo de %s falló"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "No sé cómo formatear %s en el tipo %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "falló el montaje de la partición %s en el directorio %s"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck falló con código de salida %d o señal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "error desmontando %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simple"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "con /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servidor"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "No se puede usar JFS para particiones menores de 32MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "No se puede usar ReiserFS para particiones menores de 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Los puntos de montaje deben comenzar con una /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Ya existe una partición con el punto de montaje %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "No puede usar un Volumen Lógico LVM para el punto de montaje %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Este directorio debería permanecer dentro del sistema de archivos raíz"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Necesita un sistema de archivos verdadero (ext2, reiserfs) para este punto "
-"de montaje\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"No puede usar un sistema de archivos cifrado para el punto de montaje %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "No hay espacio libre suficiente para la asignación automática"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nada para hacer"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Error al abrir %s para escribir: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Ocurrió un error - no se encontró ningún dispositivo válido para crear los "
-"nuevos sistemas de archivos. Por favor, verifique su equipo para saber la "
-"razón de este fallo"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "¡No tiene ninguna partición!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux es un sistema multiusuario, y esto significa que cada usuario\n"
-"puede tener sus preferencias propias, sus archivos propios, y así\n"
-"sucesivamente. Puede leer la \"Guía del Usuario\" para aprender más. Pero,\n"
-"a diferencia de \"root\", que es el administrador, los usuarios que agregue\n"
-"aquí no podrán cambiar nada excepto su configuración y sus archivos\n"
-"propios. Tendrá que crear al menos un usuario no privilegiado para Usted\n"
-"mismo. Esa cuenta es donde debería conectarse para el uso diario. Aunque es\n"
-"muy práctico ingresar como \"root\" diariamente, ¡también puede ser muy\n"
-"peligroso! El error más leve podría significar que su sistema deje de\n"
-"funcionar. Si comete un error serio como usuario no privilegiado, sólo\n"
-"puede llegar a perder algo de información, pero no todo el sistema.\n"
-"\n"
-"Primero tendrá que ingresar su nombre real. Esto no es obligatorio, por\n"
-"supuesto ya que, en realidad, puede ingresar lo que desee. DrakX tomará\n"
-"entonces la primer palabra que ingresó y la copiará al campo \"Nombre de\n"
-"usuario\". Este es el nombre que este usuario en particular usará para\n"
-"ingresar al sistema. Lo puede cambiar. Luego tendrá que ingresar una\n"
-"contraseña aquí. La contraseña de un usuario no privilegiado (regular) no\n"
-"es tan crucial como la de \"root\" desde el punto de vista de la seguridad,\n"
-"pero esto no es razón alguna para obviarla - después de todo, son sus\n"
-"archivos los que están en riesgo.\n"
-"\n"
-"Si hace clic sobre \"Aceptar usuario\", entonces puede agregar tantos como\n"
-"desee. Agregue un usuario para cada uno de sus amigos: por ejemplo su padre\n"
-"o su hermana. Cuando haya terminado de agregar todos los usuarios que\n"
-"desee, seleccione \"Hecho\".\n"
-"\n"
-"Hacer clic sobre el botón \"Avanzadas\" le permite cambiar el \"shell\"\n"
-"predeterminado para ese usuario (bash por defecto)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Arriba se listan las particiones Linux existentes que se detectaron en su\n"
-"disco rígido. Puede mantener las elecciones hechas por el asistente, las\n"
-"mismas son buenas para las instalaciones más comunes. Si hace cambios, al\n"
-"menos debe definir una partición raíz (\"/\"). No elija una partición muy\n"
-"pequeña o no podrá instalar software suficiente. Si desea almacenar sus\n"
-"datos en una partición separada, también puede necesitar crear una\n"
-"partición para \"/home\" (sólo es posible si tiene más de una partición\n"
-"Linux disponible).\n"
-"\n"
-"Cada partición se lista como sigue: \"Nombre\", \"Capacidad\".\n"
-"\n"
-"\"Nombre\" está estructurado: \"tipo de disco rígido\", \"número de disco\n"
-"rígido\", \"número de partición\" (por ejemplo, \"hda1\").\n"
-"\n"
-"\"Tipo de disco rígido\" es \"hd\" si su disco es un disco IDE y \"sd\" si\n"
-"el mismo es un disco SCSI.\n"
-"\n"
-"\"Número de disco rígido\" siempre es una letra que sigue a \"hd\" o a\n"
-"\"sd\". Para los discos IDE:\n"
-"\n"
-" * \"a\" significa \"disco rígido maestro en la controladora IDE primaria"
-"\",\n"
-"\n"
-" * \"b\" significa \"disco rígido esclavo en la controladora IDE primaria"
-"\",\n"
-"\n"
-" * \"c\" significa \"disco rígido maestro en la controladora IDE\n"
-"secundaria\",\n"
-"\n"
-" * \"d\" significa \"disco rígido esclavo en la controladora IDE\n"
-"secundaria\".\n"
-"\n"
-"Para los discos SCSI, una \"a\" significa \"SCSI ID menor\", una \"b\"\n"
-"significa \"segunda SCSI ID menor\", etc."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"La instalación Mandrake Linux se divide en varios CD-ROMs. DrakX sabe si un\n"
-"paquete seleccionado se encuentra en otro CD y expulsará el CD corriente y\n"
-"le pedirá que inserte uno diferente cuando sea necesario."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Ahora es el momento de especificar los programas que desea instalar en su\n"
-"sistema. Hay miles de paquetes disponibles para Mandrake Linux, y no se\n"
-"supone que los conozca a todos de memoria.\n"
-"\n"
-"Si está realizando una instalación estándar desde un CD-ROM, primero se le\n"
-"pedirá que especifique los CDs que tiene (sólo en modo Experto). Verifique\n"
-"las etiquetas de los CDs y marque las casillas que corresponden a los que\n"
-"tiene disponibles para la instalación. Haga clic sobre \"Aceptar\" cuando\n"
-"esté listo para continuar.\n"
-"\n"
-"Los paquetes se ordenan en grupos que corresponden a un uso particular de\n"
-"su máquina. Los grupos en sí mismos están clasificados en cuatro secciones:\n"
-"\n"
-" * \"Estación de trabajo\": si planea utilizar su máquina como una estación\n"
-"de trabajo, seleccione uno o más grupos correspondientes.\n"
-"\n"
-" * \"Desarrollo\": si la máquina se utilizará para programación, elija\n"
-"el(los) grupo(s) deseado(s).\n"
-"\n"
-" * \"Servidor\": finalmente, si se pretende usar la máquina como un "
-"servidor\n"
-"aquí puede seleccionar los servicios más comunes que desea que se instalen\n"
-"en la misma.\n"
-"\n"
-" * \"Entorno gráfico\": seleccione aquí su entorno gráfico preferido. Si\n"
-"desea tener una estación de trabajo gráfica, ¡seleccione al menos uno!\n"
-"\n"
-"Si mueve el cursor del ratón sobre el nombre de un grupo se mostrará un\n"
-"pequeño texto explicativo acerca de ese grupo. Si deselecciona todos los\n"
-"grupos cuando está realizando una instalación regular (es decir, no una\n"
-"actualización), aparecerá un diálogo que propone opciones diferentes para\n"
-"una instalación mínima:\n"
-"\n"
-" * \"Con X\": instala la menor cantidad de paquetes posible para tener un\n"
-"escritorio gráfico que funcione;\n"
-"\n"
-" * \"Con documentación básica\": instala el sistema base más algunos\n"
-"utilitarios básicos y la documentación de los mismos. Esta instalación es\n"
-"adecuada para configurar un servidor;\n"
-"\n"
-" * \"Instalación realmente mínima\": instalará el mínimo necesario estricto\n"
-"para obtener un sistema Linux que funciona, sólo en línea de comandos. Esta\n"
-"instalación ocupa alrededor de 65Mb.\n"
-"\n"
-"Puede marcar la opción \"Selección por paquetes individuales\" que es útil\n"
-"si está familiarizado con los paquetes que se ofrecen o si desea tener un\n"
-"control total sobre lo que se instalará.\n"
-"\n"
-"Si inició la instalación en el modo \"Actualización\", puede deseleccionar\n"
-"todos los grupos para evitar instalar cualquier paquete nuevo. Esto es útil\n"
-"para reparar o actualizar un sistema existente."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Finalmente, dependiendo de si Usted elige seleccionar los paquetes\n"
-"individuales o no, se le presentará un árbol que contiene todos los\n"
-"paquetes clasificados por grupos y sub-grupos. Mientras navega por el\n"
-"árbol, puede seleccionar grupos enteros, sub-grupos, o simplemente\n"
-"paquetes.\n"
-"\n"
-"Tan pronto como selecciona un paquete en el árbol, aparece una descripción\n"
-"del mismo sobre la derecha. Cuando ha finalizado con su selección, haga\n"
-"clic sobre el botón \"Instalar\" que lanzará el proceso de instalación.\n"
-"Dependiendo de la velocidad de su hardware y de la cantidad de paquetes que\n"
-"se deben instalar, el proceso puede tardar un rato en completarse. En la\n"
-"pantalla se muestra una estimación del tiempo necesario para completar la\n"
-"instalación para ayudarlo a considerar si tiene tiempo suficiente par\n"
-"disfrutar una taza de café.\n"
-"\n"
-"!! Si ha sido seleccionado un paquete de servidor ya sea intencionalmente o\n"
-"porque era parte de un grupo completo, se le pedirá que confirme que\n"
-"realmente desea que se instalen esos servidores. Bajo Mandrake Linux,\n"
-"cualquier servidor instalado se inicia de manera predeterminada al momento\n"
-"del arranque. Aunque estos son seguros y no tienen problemas conocidos al\n"
-"momento en que se publicó la distribución, puede ocurrir que más tarde se\n"
-"descubran vulnerabilidades en la seguridad. En particular, si no sabe que\n"
-"es lo que se supone que hace un servicio o la razón por la cual se está\n"
-"instalando, entonces haga clic sobre \"No\". Si hace clic sobre \"Sí\" se\n"
-"instalarán todos los servicios listados y de manera predeterminada los\n"
-"mismos arrancarán automáticamente. !!\n"
-"\n"
-"La opción \"Dependencias automáticas\" simplemente deshabilita el diálogo\n"
-"de advertencia cuando el instalador selecciona automáticamente un paquete.\n"
-"Esto ocurre porque se determina que es necesario para satisfacer una\n"
-"dependencia con otro paquete para poder completar la instalación\n"
-"satisfactoriamente.\n"
-"\n"
-"El pequeño icono del disquete al final de la lista le permite cargar la\n"
-"lista de paquetes elegida durante una instalación previa. Haga clic sobre\n"
-"este icono y se le pedirá que inserte un disquete creado con anterioridad\n"
-"al final de otra instalación. Vea el segundo consejo del último paso para\n"
-"información sobre como crear dicho disquete."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Ahora se le propone configurar su conexión de red/Internet. Si desea\n"
-"conectar su computadora a la Internet o a una red de área local, haga clic\n"
-"sobre \"Aceptar\". Se lanzará la detección automática de dispositivos de\n"
-"red y módems. Si esta detección falla, quite la marca de la casilla \"Usar\n"
-"detección automática\" la próxima vez. También puede elegir no configurar\n"
-"la red, o hacerlo más tarde; en ese caso simplemente haga clic sobre el\n"
-"botón \"Cancelar\".\n"
-"\n"
-"Los tipos de conexión disponibles son: módem tradicional, módem RDSI\n"
-"(ISDN), conexión ADSL, cable módem, y finalmente una simple conexión LAN\n"
-"(Ethernet).\n"
-"\n"
-"Aquí no entraremos en detalle en cada configuración. Simplemente debe\n"
-"asegurarse que su Proveedor de Servicios de Internet o su administrador del\n"
-"sistema le proporcionaron todos los parámetros de configuración.\n"
-"\n"
-"Puede consultar el capítulo de \"Guía del Usuario\" sobre las conexiones a\n"
-"la Internet para detalles acerca de la configuración, o simplemente esperar\n"
-"hasta que su sistema esté instalado y usar el programa que se describe aquí\n"
-"para configurar su conexión.\n"
-"\n"
-"Si desea configurar la red más tarde, luego de la instalación, o si ha\n"
-"finalizado de configurar su conexión de red, haga clic sobre \"Cancelar\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Ahora puede elegir los servicios que desea iniciar durante el arranque.\n"
-"\n"
-"Aquí se presentan todos los servicios disponibles con la instalación\n"
-"corriente. Debe revisarlos con cuidado y quitar la marca de aquellos que no\n"
-"siempre son necesarios al arrancar.\n"
-"\n"
-"Puede obtener un pequeño texto explicativo acerca de un servicio\n"
-"seleccionando un servicio específico. Sin embargo, si no está seguro si un\n"
-"servicio es útil o no, es más seguro dejar el comportamiento\n"
-"predeterminado.\n"
-"\n"
-"!! Tenga mucho cuidado en esta etapa si pretende usar su máquina como un\n"
-"servidor: probablemente no deseará arrancar servicios que no necesita. Por\n"
-"favor recuerde que varios servicios pueden ser peligrosos si se habilitan\n"
-"en un servidor. En general, seleccione sólo aquellos servicios que\n"
-"realmente necesita. !!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux administra la hora en GMT (\"Greenwich Mean Time\", Hora del\n"
-"Meridiano de Greenwich) y la traduce a la hora local de acuerdo al huso\n"
-"horario que Usted seleccionó. Sin embargo, es posible desactivar esto\n"
-"quitando la marca de la casilla \"Reloj interno puesto a GMT\" de forma tal\n"
-"que el reloj de hardware es el mismo que el del sistema. Esto es útil\n"
-"cuando la máquina alberga otro sistema operativo como Windows.\n"
-"\n"
-"La opción \"Sincronización automática de hora (usando NTP)\" regulará\n"
-"automáticamente el reloj conectándose a un servidor remoto de la hora en la\n"
-"Internet. Elija un servidor ubicado cerca suyo en la lista que se presenta.\n"
-"Por supuesto debe tener una conexión con la Internet funcionando para que\n"
-"esta característica funcione. La misma instalará en su máquina un servidor\n"
-"de la hora que, opcionalmente, puede ser utilizado por otras máquinas en su\n"
-"red local."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (por X Window System) es el corazón de la interfaz gráfica de GNU/Linux\n"
-"en el que se apoyan todos los entornos gráficos (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) que se incluyen con Mandrake Linux. En esta sección,\n"
-"DrakX intentará configurar a X automáticamente.\n"
-"\n"
-"Es extremadamente raro que esto falle, a menos que el hardware sea muy\n"
-"antiguo (o muy nuevo). Si no falla, arrancará X automáticamente con la\n"
-"mejor resolución posible dependiendo del tamaño de su monitor. Luego\n"
-"aparecerá una ventana que le pregunta si la puede ver.\n"
-"\n"
-"Si está haciendo una instalación en modo \"Experto\", ingresará al\n"
-"asistente de configuración de X. Para más información sobre este asistente\n"
-"vea la sección correspondiente del manual.\n"
-"\n"
-"Si puede ver el mensaje y responde \"Sí\", entonces DrakX continuará con el\n"
-"paso siguiente. Si no puede ver el mensaje, simplemente significa que la\n"
-"configuración no era la correcta y la prueba terminará automáticamente\n"
-"luego de 10 segundos, restaurando la pantalla."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"La primera vez que intenta la configuración de X Usted puede no estar muy\n"
-"satisfecho con el resultado (la pantalla es muy pequeña, está corrida hacia\n"
-"la izquierda o hacia la derecha...). Es por esto que, incluso si X arranca\n"
-"correctamente, DrakX le preguntará si la configuración le conviene. También\n"
-"propondrá cambiarla mostrando una lista de modos válidos que pudo\n"
-"encontrar, y le pedirá que seleccione alguno.\n"
-"\n"
-"Como último recurso, si todavía no puede hacer que X funcione, elija\n"
-"\"Cambiar la tarjeta gráfica\", seleccione \"Tarjeta no listada\", y cuando\n"
-"se le pregunte acerca de que servidor desea elija \"FBDev\". Esta es una\n"
-"opción a prueba de fallos que funciona con cualquier tarjeta gráfica\n"
-"moderna. Luego elija \"Probar nuevamente\" para estar seguro que funciona."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Finalmente, se le preguntará si desea ver la interfaz gráfica en el\n"
-"arranque. Note que esta pregunta se le formula incluso si eligió no probar\n"
-"la configuración. Obviamente, querrá responder \"No\" si su máquina va a\n"
-"actuar como un servidor, o si no tuvo éxito con la configuración de la\n"
-"pantalla."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"El CD-ROM de Mandrake Linux tiene un modo de rescate incorporado. Usted\n"
-"puede acceder al mismo arrancando desde el CD-ROM, presionando la tecla\n"
-">>F1<< durante el arranque y tecleando >>rescue<< en el prompt. Pero en\n"
-"caso que su computadora no pueda arrancar desde el CD-ROM, Usted debería\n"
-"recurrir a este paso al menos en dos situaciones:\n"
-"\n"
-" * cuando instala el cargador de arranque, DrakX sobreescribirá el sector "
-"de\n"
-"arranque (MBR) de su disco principal (a menos que esté utilizando otro\n"
-"administrador de arranque) de forma tal que pueda iniciar o bien Windows o\n"
-"bien GNU/Linux (asumiendo que tiene Windows en su sistema). Si necesita\n"
-"volver a instalar Windows, el proceso de instalación de Microsoft\n"
-"sobreescribirá el sector de arranque, y entonces ¡Usted no podrá iniciar\n"
-"GNU/Linux!\n"
-"\n"
-" * si surge un problema y Usted no puede iniciar GNU/Linux desde el disco\n"
-"rígido, este disquete será la única manera de iniciar GNU/Linux. El mismo\n"
-"contiene una buena cantidad de herramientas del sistema para restaurar un\n"
-"sistema que colapsó debido a una falla de energía, un error de tecleo\n"
-"infortunado, un error en una contraseña, o cualquier otro motivo.\n"
-"\n"
-"Cuando haga clic sobre este paso se le pedirá que inserte un disquete\n"
-"dentro de la disquetera. El disquete que insertará debe estar vacío o\n"
-"contener datos que no necesite. No tendrá que formatearlo ya que DrakX\n"
-"sobreescribirá el disquete por completo."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Ahora necesita elegir el lugar de su disco rígido donde se instalará su\n"
-"sistema operativo Mandrake Linux. Si su disco rígido está vacío o si un\n"
-"sistema operativo existente está utilizando todo el espacio disponible,\n"
-"necesitará particionar el disco. Básicamente, particionar un disco rígido\n"
-"consiste en dividirlo lógicamente para crear espacio para instalar su\n"
-"sistema Mandrake Linux nuevo.\n"
-"\n"
-"Debido a que los efectos del particionado por lo general son irreversibles,\n"
-"el particionado puede ser intimidante y estresante si Usted es un usuario\n"
-"inexperto. Por fortuna, hay un asistente que simplifica este proceso. Antes\n"
-"de comenzar, por favor consulte el manual y tómese su tiempo.\n"
-"\n"
-"Si está corriendo la instalación en modo Experto, ingresará a DiskDrake, la\n"
-"herramienta de particionado de Mandrake Linux, que le permite un ajuste\n"
-"fino de sus particiones. Vea la sección DiskDrake en la \"Guía del\n"
-"Usuario\". Desde la interfaz de instalación, puede utilizar los asistentes\n"
-"como se describe aquí haciendo clic sobre el botón \"Asistente\" del\n"
-"diálogo.\n"
-"\n"
-"Si ya se han definido particiones, ya sea de una instalación previa o por\n"
-"medio de otra herramienta de particionado, simplemente seleccione esas para\n"
-"instalar su sistema Linux.\n"
-"\n"
-"Si no hay particiones definidas, necesitará crearlas usando el asistente.\n"
-"Dependiendo de la configuración de su disco rígido, están disponibles\n"
-"varias opciones:\n"
-"\n"
-" * \"Usar espacio libre\": esta opción simplemente llevará a un "
-"particionado\n"
-"automático de su(s) disco(s) vacío(s). No se le pedirán más detalles ni se\n"
-"le formularán más preguntas.\n"
-"\n"
-" * \"Usar partición existente\": el asistente ha detectado una o más\n"
-"particiones Linux existentes en su disco rígido. Si desea utilizarlas,\n"
-"elija esta opción.\n"
-"\n"
-" * \"Usar el espacio libre en la partición Windows\": si MicrosoftWindows\n"
-"está instalado en su disco rígido y ocupa todo el espacio disponible en el\n"
-"mismo, Usted tiene que liberar espacio para los datos de Linux. Para\n"
-"hacerlo, puede borrar su partición y datos MicrosoftWindows (vea las\n"
-"soluciones \"Borrar el disco completo\" o \"Modo experto\") o cambie el\n"
-"tamaño de su partición Windows. El cambio de tamaño se puede realizar sin\n"
-"la pérdida de datos, siempre y cuando Usted ha desfragmentado con\n"
-"anterioridad la partición Windows. También se recomienda hacer una copia de\n"
-"respaldo de sus datos.. Se recomienda esta solución si desea utilizar tanto\n"
-"Mandrake Linux como MicrosoftWindows en la misma computadora.\n"
-"\n"
-" Antes de elegir esta opción, por favor comprenda que después de este\n"
-"procedimiento, el tamaño de su partición MicrosoftWindows será más pequeño\n"
-"que ahora. Tendrá menos espacio bajo MicrosoftWindows para almacenar sus\n"
-"datos o instalar software nuevo.\n"
-"\n"
-" * \"Borrar el disco entero\": si desea borrar todos los datos y todas las\n"
-"particiones presentes en su disco rígido y reemplazarlas con su nuevo\n"
-"sistema Mandrake Linux, elija esta opción. Tenga cuidado con esta solución\n"
-"ya que no podrá revertir su elección después de confirmarla.\n"
-"\n"
-" !! Si elige esta opción, se perderán todos los datos en su disco. !!\n"
-"\n"
-" * \"Quitar Windows\": simplemente esto borrará todo en el disco y "
-"comenzará\n"
-"particionando todo desde cero. Se perderán todos los datos en su disco.\n"
-"\n"
-" !! Si elige esta opción, se perderán todos los datos en su disco. !!\n"
-"\n"
-" * \"Modo experto\": elija esta opción si desea particionar manualmente su\n"
-"disco rígido. Tenga cuidado - esta es una elección potente pero peligrosa.\n"
-"Puede perder todos sus datos con facilidad. Por lo tanto, no elija esta\n"
-"opción a menos que sepa lo que está haciendo."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Aquí tiene. Ahora la instalación está completa y su sistema GNU/Linux está\n"
-"listo para ser utilizado. Simplemente haga clic sobre \"Aceptar\" para\n"
-"volver a arrancar el sistema. Puede iniciar GNU/Linux o Windows, cualquiera\n"
-"que prefiera (si está usando el arranque dual) tan pronto como su máquina\n"
-"haya vuelto a arrancar.\n"
-"\n"
-"El botón \"Avanzadas\" (sólo en modo Experto) le muestra dos botones más\n"
-"para:\n"
-"\n"
-" * \"Generar un disquete de instalación automática\": para crear un "
-"disquete\n"
-"de instalación que realizará una instalación completa sin la asistencia de\n"
-"un operador, similar a la instalación que ha configurado recién.\n"
-"\n"
-" Note que hay dos opciones diferentes disponibles después de hacer clic\n"
-"sobre el botón:\n"
-"\n"
-" * \"Reproducir\". Esta es una instalación parcialmente automatizada ya "
-"que\n"
-"la etapa de particionado (y sólo esta etapa) permanece interactiva.\n"
-"\n"
-" * \"Automatizada\". Instalación completamente automatizada: el disco "
-"rígido\n"
-"se sobreescribe por completo, y se pierden todos los datos.\n"
-"\n"
-" Esta característica es muy útil cuando se instala una cantidad grande de\n"
-"máquinas similares. Vea la sección Auto install (en inglés) en nuestro\n"
-"sitio web.\n"
-"\n"
-" * \"Guardar selección de paquetes\"(*): guarda la selección de paquetes\n"
-"como se hizo con anterioridad. Luego, cuando haga otra instalación, inserte\n"
-"el disquete en la disquetera y ejecute la instalación yendo a la pantalla\n"
-"de ayuda con [F1], e ingrese >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) Necesita un disquete formateado con FAT (para crear uno bajo GNU/Linux\n"
-"teclee \"mformat a:\")"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Se debe formatear cualquier partición nueva que ha sido definida para que\n"
-"se pueda utilizar (formatear significa crear un sistema de archivos).\n"
-"\n"
-"Puede desear volver a formatear algunas particiones ya existentes para\n"
-"borrar cualquier dato que pudieran contener. Si así lo desea, por favor\n"
-"seleccione también dichas particiones.\n"
-"\n"
-"Por favor note que no es necesario volver a formatear todas las particiones\n"
-"pre-existentes. Debe volver a formatear las particiones que contienen el\n"
-"sistema operativo (tales como \"/\", \"/usr\" o \"/var\") pero no tiene que\n"
-"volver a formatear particiones que contienen datos que desea preservar\n"
-"(típicamente \"/home\").\n"
-"\n"
-"Tenga sumo cuidado cuando selecciona las particiones. Después de formatear,\n"
-"se borrarán todos los datos en las particiones seleccionadas y no podrá\n"
-"recuperarlos en absoluto.\n"
-"\n"
-"Haga clic sobre \"Aceptar\" cuando esté listo para formatear las\n"
-"particiones.\n"
-"\n"
-"Haga clic sobre \"Cancelar\" si desea elegir otra partición para la\n"
-"instalación de su sistema operativo Mandrake Linux nuevo.\n"
-"\n"
-"Haga clic sobre \"Avanzado\" si desea seleccionar las particiones en las\n"
-"que se buscarán bloques defectuosos en el disco."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"En este momento se está instalando su sistema operativo Mandrake Linux\n"
-"nuevo. Dependiendo de la cantidad de paquetes que instalará y de la\n"
-"velocidad de su computadora, esta operación puede tomar desde unos pocos\n"
-"minutos hasta una cantidad de tiempo significativa.\n"
-"\n"
-"Por favor, tenga paciencia."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Puede ser que cuando está instalando Mandrake Linux algunos paquetes se\n"
-"hayan actualizado desde la publicación inicial. Se pueden haber corregido\n"
-"algunos errores, y solucionado problemas de seguridad. Para permitir que\n"
-"Usted se beneficie de estas actualizaciones, ahora se le propone\n"
-"transferirlas desde la Internet. Elija \"Sí\" si tiene funcionando una\n"
-"conexión con la Internet, o \"No\" si prefiere instalar los paquetes\n"
-"actualizados más tarde.\n"
-"\n"
-"Si elije \"Sí\" se muestra una lista de lugares desde los que se pueden\n"
-"obtener las actualizaciones. Elija el más cercano a Usted. Luego aparece un\n"
-"árbol de selección de paquetes: revise la selección y presione \"Instalar\"\n"
-"para transferir e instalar los paquetes seleccionados, o \"Cancelar\" para\n"
-"abortar."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Antes de continuar, debería leer cuidadosamente los términos de la\n"
-"licencia. Los mismos cubren a toda la distribución Mandrake Linux, y si\n"
-"Usted no está de acuerdo con todos los términos en la misma, haga clic\n"
-"sobre el botón \"Rechazar\". Esto terminará la instalación inmediatamente.\n"
-"Para continuar con la instalación, haga clic sobre el botón \"Aceptar\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"En este punto, es tiempo de elegir el nivel de seguridad deseado para su\n"
-"máquina. Como regla general, cuanto más expuesta está la máquina, y cuantos\n"
-"más cruciales sean los datos que tenga almacenados el nivel de seguridad en\n"
-"la misma deberá ser más alto. Sin embargo, un nivel de seguridad más alto\n"
-"generalmente se obtiene a expensas de la facilidad de uso. Consulte el\n"
-"capítulo \"msec\" del \"Manual de Referencia\" para obtener más información\n"
-"sobre el significado de dichos niveles.\n"
-"\n"
-"Si no sabe que elegir, mantenga la opción predeterminada."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Ahora necesita elegir qué particiones se utilizarán para la instalación de\n"
-"su sistema Mandrake Linux. Si las particiones ya han sido definidas, ya sea\n"
-"por una instalación previa de GNU/Linux o con otra herramienta de\n"
-"particionado, puede utilizarlas. En caso contrario se deben definir\n"
-"particiones en el disco rígido.\n"
-"\n"
-"Para crear particiones, primero debe seleccionar un disco rígido. Puede\n"
-"seleccionar el disco a particionar haciendo clic sobre \"hda\" para el\n"
-"primer disco IDE, \"hdb\" para el segundo, \"sda\" para el primer disco\n"
-"SCSI y así sucesivamente.\n"
-"\n"
-"Para particionar el disco rígido seleccionado, puede utilizar estas\n"
-"opciones:\n"
-"\n"
-" * \"Borrar todo\": esta opción borra todas las particiones sobre el disco\n"
-"seleccionado.\n"
-"\n"
-" * \"Asignación automática\": esta opción le permite crear particiones\n"
-"\"Ext2\" y swap automáticamente en el espacio libre de su disco rígido.\n"
-"\n"
-" * \"Rescatar tabla de particiones\": si su tabla de particiones está\n"
-"dañada, puede intentar recuperarla usando esta opción. Por favor, tenga\n"
-"cuidado y recuerde que puede fallar.\n"
-"\n"
-" * \"Más\": le da acceso a características adicionales:\n"
-"\n"
-" * \"Guardar tabla de particiones\": guarda la tabla de particiones en "
-"un\n"
-"disquete. Útil para recuperar la tabla de particiones más adelante en caso\n"
-"que sea necesario. Es altamente recomendable realizar este paso.\n"
-"\n"
-" * \"Recuperar tabla de particiones\": esta opción le permitirá "
-"restaurar\n"
-"una tabla de particiones guardada previamente en un disquete.\n"
-"\n"
-" * \"Rescatar tabla de particiones\": si su tabla de particiones está "
-"dañada\n"
-"puede intentar recuperarla utilizando esta opción. Por favor, tenga cuidado\n"
-"y recuerde que puede fallar.\n"
-"\n"
-" * \"Volver a cargar\": descarta todos los cambios y carga su tabla de\n"
-"particiones inicial.\n"
-"\n"
-" * \"Montaje automático de soportes removibles\": si desmarca esta "
-"opción\n"
-"los usuarios estarán forzados a montar y desmontar manualmente los soportes\n"
-"removibles como los disquetes y los CD-ROMs.\n"
-"\n"
-" * \"Asistente\": use esta opción si desea utilizar un asistente para\n"
-"particionar su disco rígido. Se recomienda esto si no tiene un buen\n"
-"conocimiento del particionado.\n"
-"\n"
-" * \"Deshacer\": use esta opción para cancelar sus cambios.\n"
-"\n"
-" * \"Cambiar a modo normal/experto\": permite realizar acciones adicionales\n"
-"sobre las particiones (tipo, opciones, formatear) y brinda más información.\n"
-"\n"
-" * \"Hecho\": cuando ha terminado de particionar su disco rígido, esto\n"
-"guardará sus cambios en el disco.\n"
-"\n"
-"Nota: todas las opciones son accesibles por medio del teclado. Navegue a\n"
-"través de las particiones usando [Tab] y las flechas [Arriba/Abajo].\n"
-"\n"
-"Cuando se selecciona una partición, puede utilizar:\n"
-"\n"
-" * Ctrl-c para crear una partición nueva (cuando está seleccionada una\n"
-"partición vacía);\n"
-"\n"
-" * Ctrl-d para borrar una partición;\n"
-"\n"
-" * Ctrl-m para configurar el punto de montaje.\n"
-"\n"
-"Para obtener información sobre los distintos tipos de sistemas de archivos\n"
-"disponibles, por favor lea el capítulo acerca de ext2fs del \"Manual de\n"
-"Referencia\".\n"
-"\n"
-"Si está instalando en una máquina PPC, querrá crear una pequeña partición\n"
-"HFS de \"bootstrap\" de al menos 1MB que será utilizada por el cargador de\n"
-"arranque yaboot. Si opta por hacer la partición un poco más grande, digamos\n"
-"50 MB, puede ver que es un lugar útil para almacenar un núcleo y ramdisk\n"
-"alternativos para arrancar en situaciones de emergencia."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Se ha detectado más de una partición MicrosoftWindows en su disco rígido.\n"
-"Por favor, elija aquella a la cual desea cambiarle el tamaño para poder\n"
-"instalar su sistema operativo Mandrake Linux nuevo.\n"
-"\n"
-"Cada partición se lista como sigue: \"Nombre Linux\", \"Nombre Windows\"\n"
-"\"Capacidad\".\n"
-"\n"
-"\"Nombre Linux\" está estructurado: \"tipo de disco rígido\", \"número de\n"
-"disco rígido\", \"número de partición\" (por ejemplo, \"hda1\").\n"
-"\n"
-"\"Tipo de disco rígido\" es \"hd\" si su disco es un disco IDE y \"sd\" si\n"
-"el mismo es un disco SCSI.\n"
-"\n"
-"\"Número de disco rígido\" siempre es una letra que sigue a \"hd\" o a\n"
-"\"sd\". Para los discos IDE:\n"
-"\n"
-" * \"a\" significa \"disco rígido maestro en la controladora IDE primaria"
-"\",\n"
-"\n"
-" * \"b\" significa \"disco rígido esclavo en la controladora IDE primaria"
-"\",\n"
-"\n"
-" * \"c\" significa \"disco rígido maestro en la controladora IDE\n"
-"secundaria\",\n"
-"\n"
-" * \"d\" significa \"disco rígido esclavo en la controladora IDE\n"
-"secundaria\".\n"
-"\n"
-"Para los discos SCSI, una \"a\" significa \"SCSI ID menor\", una \"b\"\n"
-"significa \"segunda SCSI ID menor\", etc.\n"
-"\n"
-"\"Nombre Windows\" es la letra de su unidad de disco bajo Windows (el\n"
-"primer disco o partición se denomina \"C:\")."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Por favor, tenga paciencia. Esta operación puede tomar varios minutos."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX ahora necesita saber si desea realizar una instalación por defecto\n"
-"(\"Recomendada\") o si desea tener un control mayor (\"Experto\"). También\n"
-"puede elegir realizar una instalación nueva o una actualización de un\n"
-"sistema Mandrake Linux existente:\n"
-"\n"
-" * \"Instalar\": el sistema anterior se borrará por completo. De hecho,\n"
-"dependiendo de lo que su máquina contiene actualmente, podrá mantener\n"
-"algunas particiones antiguas (Linux u otras) sin cambios;\n"
-"\n"
-" * \"Actualización\": esta clase de instalación le permite simplemente\n"
-"actualizar los paquetes que en este momento están instalados en su sistema\n"
-"Mandrake Linux. La misma mantiene las particiones corrientes de sus discos\n"
-"así como también las configuraciones de usuarios. Todos los otros pasos de\n"
-"instalación permanecen disponibles con respecto a la instalación simple;\n"
-"\n"
-" * \"Sólo actualizar paquetes\": esta clase completamente nueva le permite\n"
-"actualizar un sistema Mandrake Linux existente a la vez que mantiene todas\n"
-"las configuraciones del sistema sin cambios. También es posible añadir\n"
-"paquetes nuevos a la instalación corriente.\n"
-"\n"
-"Las actualizaciones deberían funcionar sin problemas para los sistemas\n"
-"Mandrake Linux comenzando desde la versión \"8.1\".\n"
-"\n"
-"Dependiendo de su conocimiento de GNU/Linux, por favor elija una de los\n"
-"opciones siguientes:\n"
-"\n"
-" * Recomendada: elija esta si nunca ha instalado un sistema operativo\n"
-"GNU/Linux. La instalación será muy fácil y sólo se le formularán unas pocas\n"
-"preguntas;\n"
-"\n"
-" * Experto: si tiene un conocimiento bueno de GNU/Linux, puede elegir esta\n"
-"clase de instalación. La instalación experta le permitirá realizar una\n"
-"instalación altamente personalizada. Contestar a algunas de las preguntas\n"
-"puede ser difícil si no tiene un buen conocimiento de GNU/Linux, entonces\n"
-"no elija esto a menos que sepa lo que está haciendo."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalmente, DrakX selecciona el teclado adecuado para Usted (dependiendo\n"
-"del idioma que eligió) y Usted ni siquiera verá este paso. Sin embargo,\n"
-"podría no tener un teclado que se corresponde exactamente con su idioma:\n"
-"por ejemplo, si Usted es una persona hispano-parlante que está en Argentina\n"
-"o Méjico, su teclado será un teclado Latinoamericano, pero si está en\n"
-"España será uno Español. En ambos casos, Usted tendrá que volver a este\n"
-"paso de la instalación y elegir un teclado apropiado de la lista.\n"
-"\n"
-"Haga clic sobre el botón \"Más\" para que se le presente la lista completa\n"
-"de los teclados soportados."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Por favor, elija su idioma preferido para la instalación y el uso del\n"
-"sistema.\n"
-"\n"
-"Al hacer clic sobre el botón \"Avanzado\" podrá seleccionar otros idiomas\n"
-"para instalar en su estación de trabajo. Seleccionar otros idiomas\n"
-"instalará los archivos específicos para la documentación del sistema y las\n"
-"aplicaciones. Por ejemplo, si albergará a gente de Francia en su máquina,\n"
-"seleccione Español como idioma principal en la vista de árbol y en la\n"
-"sección avanzada haga clic sobre la estrella gris que corresponde a\n"
-"\"Francés|Francia\".\n"
-"\n"
-"Note que se pueden instalar múltiples idiomas. Una vez que ha seleccionado\n"
-"cualquier idioma adicional haga clic sobre el botón \"Aceptar\" para\n"
-"continuar."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"DrakX generalmente detecta la cantidad de botones que tiene su ratón. Si\n"
-"no, asume que Usted tiene un ratón de dos botones y lo configurará para que\n"
-"emule el tercer botón. DrakX sabrá automáticamente si es un ratón PS/2,\n"
-"serie o USB.\n"
-"\n"
-"Si desea especificar un tipo de ratón diferente, seleccione el tipo\n"
-"apropiado de la lista que se proporciona.\n"
-"\n"
-"Si elije un ratón distinto al predeterminado, se le presentará una pantalla\n"
-"de prueba. Use los botones y la rueda para verificar que la configuración\n"
-"es correcta. Si el ratón no está funcionando correctamente, presione la\n"
-"barra espaciadora o [Intro] para \"Cancelar\" y vuelva a elegir."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Por favor seleccione el puerto correcto. Por ejemplo, el puerto \"COM1\"\n"
-"bajo Windows se denomina \"ttyS0\" bajo GNU/Linux."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Este es el punto de decisión más crucial para la seguridad de su sistema\n"
-"GNU/Linux: tendrá que ingresar la contraseña de \"root\". \"root\" es el\n"
-"administrador del sistema y es el único autorizado a hacer actualizaciones,\n"
-"agregar usuarios, cambiar la configuración general del sistema, etc.\n"
-"Resumiendo, ¡\"root\" puede hacer de todo!. Es por esto que deberá elegir\n"
-"una contraseña que sea difícil de adivinar DrakX le dirá si la que eligió\n"
-"es demasiado fácil. Como puede ver, puede optar por no ingresar una\n"
-"contraseña, pero le recomendamos encarecidamente que ingrese una, aunque\n"
-"sea sólo por una razón: no piense que debido a que Usted arrancó GNU/Linux,\n"
-"sus otros sistemas operativos están seguros contra los errores. Eso no es\n"
-"cierto debido a que \"root\" puede sobrepasar todas las limitaciones y\n"
-"borrar, sin intención, todos los datos que se encuentran en las particiones\n"
-"accediendo a las mismas sin el cuidado suficiente. Es por esto que es\n"
-"importante que sea difícil convertirse en \"root\".\n"
-"\n"
-"La contraseña debería ser una mezcla de caracteres alfanuméricos y tener al\n"
-"menos una longitud de 8 caracteres. Nunca escriba la contraseña de \"root\"\n"
-"eso hace que sea muy fácil comprometer a un sistema.\n"
-"\n"
-"Sin embargo, por favor no haga la contraseña muy larga o complicada debido\n"
-"a que Usted debe poder recordarla sin realizar mucho esfuerzo.\n"
-"\n"
-"La contraseña no se mostrará en la pantalla a medida que Usted la teclee.\n"
-"Por lo tanto, tendrá que teclear la contraseña dos veces para reducir la\n"
-"posibilidad de un error de tecleo. Si ocurre que Usted comete dos veces el\n"
-"mismo error de tecleo, tendrá que utilizar esta contraseña \"incorrecta\"\n"
-"la primera vez que se conecte.\n"
-"\n"
-"En modo experto, se le preguntará si se conectará a un servidor de\n"
-"autenticación, por ejemplo NIS o LDAP.\n"
-"\n"
-"Si su red usa el protocolo LDAP (o NIS) para la autenticación, seleccione\n"
-"\"LDAP\" (o \"NIS\") como autenticación. Si no sabe, pregunte al\n"
-"administrador de su red.\n"
-"\n"
-"Si su computadora no está conectada a alguna red administrada, querrá\n"
-"elegir \"Archivos locales\" para la autenticación."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO y grub son cargadores de arranque para GNU/Linux. Normalmente, esta\n"
-"etapa está completamente automatizada. De hecho, DrakX analiza el sector de\n"
-"arranque del disco y actúa en función de lo que encuentre allí:\n"
-"\n"
-" * si encuentra un sector de arranque de Windows, lo reemplazará con un\n"
-"sector de arranque de grub/LILO de forma tal que Usted pueda arrancar\n"
-"GNU/Linux u otro sistema operativo;\n"
-"\n"
-" * si encuentra un sector de arranque de grub o LILO, lo reemplazará con "
-"uno\n"
-"nuevo;\n"
-"\n"
-"En caso de duda, DrakX mostrará un diálogo con varias opciones.\n"
-"\n"
-" * \"Cargador de arranque a usar\": tiene tres opciones:\n"
-"\n"
-" * \"LILO con menú gráfico\": si prefiere a LILO con su interfaz "
-"gráfica.\n"
-"\n"
-" * \"GRUB\": si prefiere a grub (menú de texto).\n"
-"\n"
-" * \"LILO con menú de texto\": si prefiere a LILO con su interfaz de "
-"texto.\n"
-"\n"
-" * \"Dispositivo de arranque\": en la mayoría de los casos, no cambiará lo\n"
-"predeterminado (\"/dev/hda\"), pero si lo prefiere, el cargador de arranque\n"
-"se puede instalar en el segundo disco rígido (\"/dev/hdb\"), o incluso en\n"
-"un disquete (\"/dev/fd0\").\n"
-"\n"
-" * \"Demora antes de arrancar la imagen predeterminada\": cuando vuelve a\n"
-"arrancar la computadora, esta es la demora que se garantiza al usuario para\n"
-"elegir en el menú del cargador de arranque, una entrada distinta a la\n"
-"predeterminada.\n"
-"\n"
-"!! Tenga presente que si no elige instalar un cargador de arranque\n"
-"(seleccionando \"Cancelar\"), ¡Debe asegurarse que tiene una forma de\n"
-"arrancar a su sistema Mandrake Linux! También debe asegurarse que sabe lo\n"
-"que hace antes de cambiar cualquier opción. !!\n"
-"\n"
-"Haciendo clic sobre el botón \"Avanzadas\" en este diálogo se le ofrecerán\n"
-"muchas opciones avanzadas que están reservadas para el usuario experto.\n"
-"\n"
-"Luego que haya configurado los parámetros generales del cargador de\n"
-"arranque se mostrará la lista de opciones de arranque que estarán\n"
-"disponibles al momento de arrancar.\n"
-"\n"
-"Si hay otro sistema operativo instalado en su máquina, se agregará el mismo\n"
-"automáticamente al menú de arranque. Aquí puede elegir ajustar las opciones\n"
-"existentes. Seleccione una entrada y haga clic sobre \"Modificar\" para\n"
-"cambiar los parámetros de la misma o quitarla; \"Añadir\" crea una entrada\n"
-"nueva; y \"Hecho\" va al paso de instalación siguiente."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (el LInux LOader) y grub son cargadores de arranque: permiten arrancar\n"
-"ya sea GNU/Linux como cualquier otro sistema operativo presente en su\n"
-"computadora. Normalmente, estos otros sistemas operativos se detectan e\n"
-"instalan correctamente. Si este no es el caso, puede añadir una entrada a\n"
-"mano en esta pantalla. Tenga cuidado de elegir los parámetros correctos.\n"
-"\n"
-"También puede no desear dar acceso a estos otros sistemas operativos a\n"
-"cualquiera. En ese caso, puede borrar las entradas correspondientes. Pero\n"
-"entonces, ¡necesitará un disquete de arranque para poder arrancar esos\n"
-"otros sistemas operativos!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Debe indicar donde desea colocar la información necesaria para arrancar en\n"
-"GNU/Linux.\n"
-"\n"
-"A menos que sepa exactamente lo que está haciendo, elija \"Primer sector\n"
-"del disco (MBR)\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Aquí seleccionamos un sistema de impresión para que use su computadora.\n"
-"Otros sistemas operativos pueden ofrecerle uno, pero Mandrake Linux le\n"
-"ofrece tres.\n"
-"\n"
-" * \"pdq\"\"print, don't queue\" (imprimir sin poner en cola), es la\n"
-"elección si Usted tiene una conexión directa a su impresora y desea evitar\n"
-"el pánico de los papeles trabados, y no tiene impresora en red alguna.\n"
-"Manejará sólo casos de red muy simples y es algo lento para las redes.\n"
-"Elija \"pdq\" si esta es su luna de miel con GNU/Linux. Después de la\n"
-"instalación puede cambiar sus elecciones ejecutando PrinterDrake desde el\n"
-"Centro de Control Mandrake y eligiendo el modo experto.\n"
-"\n"
-" * \"CUPS\"\"Common Unix Printing System\" (Sistema de Impresión Común de\n"
-"Unix) es excelente imprimiendo en su impresora local y también en la otra\n"
-"punta del planeta. Es simple y puede actuar como servidor o cliente para el\n"
-"sistema de impresión antiguo \"lpd\", por lo que es compatible con los\n"
-"sistemas anteriores. Puede hacer muchas cosas, pero la configuración básica\n"
-"es tan simple como la de \"pdq\". Si necesita que emule a un servidor\n"
-"\"lpd\", debe encender el demonio \"cups-lpd\". Tiene interfaces gráficas\n"
-"para imprimir o elegir las opciones de la impresora.\n"
-"\n"
-" * \"lprNG\"\"line printer daemon New Generation\" (servidor de impresora "
-"de\n"
-"líneas Nueva Generación). Este sistema puede hacer aproximadamente las\n"
-"mismas cosas que los otros, pero imprimirá en impresoras montadas sobre una\n"
-"red Novell, debido a que soporta el protocolo IPX, y puede imprimir\n"
-"directamente a comandos del shell. Si necesita Novell o imprimir a comandos\n"
-"de sin utilizar tuberías, utilice lprNG. De no ser así, se prefiere a CUPS\n"
-"ya que es más simple y es mejor al trabajar sobre redes."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX ahora detecta cualquier dispositivo IDE presente en su computadora.\n"
-"También buscará una o más tarjetas SCSI PCI en su sistema. Si se encuentra\n"
-"una tarjeta SCSI DrakX instalará el controlador apropiado automáticamente.\n"
-"\n"
-"Debido a que la detección de hardware a veces no detectará alguna pieza de\n"
-"hardware DrakX le pedirá que confirme si tiene una tarjeta SCSI PCI. Haga\n"
-"clic sobre \"Sí\" si sabe que hay una tarjeta SCSI instalada en su máquina.\n"
-"Se le presentará una lista de tarjetas SCSI de la cual elegir. Haga clic\n"
-"sobre \"No\" si no tiene hardware SCSI. Si no está seguro puede verificar\n"
-"la lista de hardware detectado en su máquina seleccionando \"Ver\n"
-"información sobre el hardware\" y haciendo clic sobre \"Aceptar\". Examine\n"
-"la lista de hardware y luego haga clic sobre el botón \"Aceptar\" para\n"
-"volver a la pregunta sobre la interfaz SCSI.\n"
-"\n"
-"Si tiene que seleccionar su adaptador manualmente, DrakX le preguntará si\n"
-"desea especificar opciones para el mismo. Debería permitir que DrakX sondee\n"
-"el hardware buscando las opciones específicas que necesita el hardware para\n"
-"inicializarse. Por lo general esto funciona bien.\n"
-"\n"
-"Si DrakX no puede sondear las opciones que deben pasarse, necesitará\n"
-"proporcionar manualmente las opciones al controlador. Por favor revise la\n"
-"\"Guía del Usuario\" (capítulo 3, sección \"Recopilando información acerca\n"
-"de su hardware\") en busca de consejos para recopilar los parámetros\n"
-"necesarios a partir de la documentación del hardware, desde el sitio web\n"
-"del fabricante (si tiene acceso a la Internet) o desde MicrosoftWindows (si\n"
-"utilizaba este hardware con Windows en su sistema)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Puede agregar entradas adicionales para Yaboot, ya sea para otros sistemas\n"
-"operativos, núcleos alternativos, o para una imagen de arranque de\n"
-"emergencia.\n"
-"\n"
-"Para otros sistemas operativos, la entrada consiste sólo de una etiqueta y\n"
-"la partición raíz.\n"
-"\n"
-"Para Linux, hay algunas opciones posibles:\n"
-"\n"
-" * Etiqueta: esta es simplemente el nombre que deberá teclear en el prompt\n"
-"de yaboot para seleccionar esta opción de arranque.\n"
-"\n"
-" * Imagen: esta debería ser el nombre del núcleo a arrancar. Típicamente,\n"
-"vmlinux o una variación de vmlinux con una extensión.\n"
-"\n"
-" * Raíz: el dispositivo \"root\" o \"/\" para su instalación Linux.\n"
-"\n"
-" * Añadir: la opción de añadir al núcleo se usa bastante sobre el hardware\n"
-"Apple para asistir en la inicialización del hardware de vídeo, o para\n"
-"habilitar la emulación de los botones del ratón con el teclado para los\n"
-"botones 2do y 3ro del ratón que por lo general no tienen los ratones\n"
-"estándar de Apple. Algunos ejemplos son los siguientes:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: esta opción se puede usar o bien para cargar los módulos\n"
-"iniciales, antes que esté disponible el dispositivo de arranque, o bien\n"
-"cargar una imagen de ramdisk para una situación de arranque de emergencia.\n"
-"\n"
-" * Tamaño de Initrd: generalmente el tamaño por defecto del ramdisk es 4096\n"
-"bytes. Puede usar esta opción si necesita asignar un ramdisk mayor.\n"
-"\n"
-" * Lectura-Escritura: normalmente la partición \"root\" se levanta en modo\n"
-"de sólo lectura, para permitir una verificación del sistema de archivos\n"
-"antes que el sistema se levante por completo. Aquí puede cambiar esta\n"
-"opción.\n"
-"\n"
-" * NoVideo: en caso que el hardware de vídeo de Apple sea excepcionalmente\n"
-"problemático, puede seleccionar esta opción para arrancar en el modo\n"
-"\"novideo\", con soporte nativo para el frame-buffer.\n"
-"\n"
-" * Predeterminada: selecciona a esta entrada como la opción Linux por\n"
-"defecto, que se puede elegir simplemente presionando [Intro] en el prompt\n"
-"de Yaboot. Esta entrada también se marcará con un \"*\", si presiona [Tab]\n"
-"para ver las selecciones del arranque."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot es un cargador de arranque para el hardware NewWorld MacIntosh. El\n"
-"mismo puede arrancar o GNU/Linux, o MacOS o MacOSX si se encuentran en su\n"
-"computadora. Normalmente, estos sistemas operativos se detectan e instalan\n"
-"correctamente. Si este no es el caso, puede agregar una entrada a mano en\n"
-"esta pantalla. Tenga cuidado de elegir los parámetros correctos.\n"
-"\n"
-"Las opciones principales de Yaboot son:\n"
-"\n"
-" * Mensaje de Init: un mensaje de texto simple que se muestra antes del\n"
-"prompt de arranque.\n"
-"\n"
-" * Dispositivo de arranque: indica donde desea colocar la información\n"
-"necesaria para arrancar en GNU/Linux. Generalmente, se configura una\n"
-"partición bootstrap con anterioridad para contener esta información.\n"
-"\n"
-" * Demora de Open Firmware: a diferencia de LILO, hay dos demoras\n"
-"disponibles con Yaboot. La primera se mide en segundos y aquí puede elegir\n"
-"entre CD, arranque OF, MacOS o Linux.\n"
-"\n"
-" * Demora de arranque del núcleo: esta demora es similar a la demora de\n"
-"arranque de LILO. Luego de seleccionar Linux, tendrá esta demora en décimas\n"
-"de segundo antes que se seleccione su descripción del núcleo\n"
-"predeterminada.\n"
-"\n"
-" * ¿Habilitar arranque desde el CD?: marcando esta opción Usted puede "
-"elegir\n"
-"\"C\" para el CD en el primer prompt de arranque.\n"
-"\n"
-" * ¿Habilitar arranque OF?: marcando esta opción Usted puede elegir \"N\"\n"
-"para Open Firmware en el primer prompt de arranque.\n"
-"\n"
-" * SO predeterminado: puede seleccionar qué sistema operativo arrancará por\n"
-"defecto cuando expira la demora de Open Firmware."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Aquí se le presentan varios parámetros que conciernen a su máquina.\n"
-"Dependiendo de su hardware instalado, puede o no, ver las entradas\n"
-"siguientes:\n"
-"\n"
-" * \"Ratón\": verifique la configuración del ratón y haga clic sobre el\n"
-"botón para cambiarla, si es necesario.\n"
-"\n"
-" * \"Teclado\": verifique la configuración de la disposición del teclado y\n"
-"haga clic sobre el botón para cambiarla, si es necesario.\n"
-"\n"
-" * \"Huso horario\": DrakX, de manera predeterminada, adivina su huso\n"
-"horario a partir del idioma que Usted ha elegido. Pero nuevamente, al igual\n"
-"que con la elección del teclado, puede ocurrir que no se encuentre en el\n"
-"país que sugiere el idioma elegido. De ser así, puede necesitar hacer clic\n"
-"sobre el botón \"Huso horario\" para configurar el reloj de acuerdo al huso\n"
-"horario en el que se encuentre.\n"
-"\n"
-" * \"Impresora\": al hacer clic sobre el botón \"Sin impresora\" se abrirá\n"
-"el asistente de configuración de la impresora.\n"
-"\n"
-" * \"Tarjeta de sonido\": si se detecta una tarjeta de sonido en su "
-"sistema,\n"
-"la misma se muestra aquí. Durante la instalación no es posible modificación\n"
-"alguna.\n"
-"\n"
-" * \"Tarjeta de TV\": si se detecta una tarjeta de TV en su sistema, la\n"
-"misma se muestra aquí. Durante la instalación no es posible modificación\n"
-"alguna.\n"
-"\n"
-" * \"Tarjeta RDSI\": si se detecta una tarjeta RDSI en su sistema, la misma\n"
-"se muestra aquí. Puede hacer clic sobre el botón para cambiar los\n"
-"parámetros asociados a la misma."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Elija la unidad de disco que desea borrar para instalar su partición\n"
-"Mandrake Linux nueva. Tenga cuidado, ¡se perderán todos los datos de la\n"
-"misma y no se podrán recuperar!."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Haga clic sobre \"Aceptar\" si desea borrar todos los datos y particiones\n"
-"presentes en esta unidad de disco. Tenga cuidado, luego de hacer clic sobre\n"
-"\"Aceptar\", no podrá recuperar los datos y las particiones presentes en\n"
-"esta unidad de disco, incluyendo los datos de Windows.\n"
-"\n"
-"Haga clic sobre \"Cancelar\" para cancelar esta operación sin perder los\n"
-"datos y las particiones presentes en esta unidad de disco."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"No se puede acceder a los módulos del núcleo correspondientes a su núcleo "
-"(no se encuentra el archivo %s), esto generalmente singnifica que su "
-"disquete de arranque no contiene un núcleo de misma versión que el soporte "
-"de instalación (haga un nuevo disquete de arranque por favor)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Tú también debes formatear %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Ha seleccionado los siguientes servidores: %s\n"
-"\n"
-"\n"
-"Estos servidores se activan por defecto. No se les conocen problemas de\n"
-"seguridad, pero se pueden encontrar problemas nuevos. En ese caso, "
-"debeasegurarse de\n"
-"actualizarlos tan pronto como sea posible.\n"
-"\n"
-"\n"
-"¿Realmente desea instalar estos servidores?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "No se puede usar difusión sin un dominio NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Inserte un disquete formateado con FAT en la disquetera %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Este disquete no está formateado con FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Para utilizar esta selección de paquetes salvada, arranque la instalación "
-"con \"linux defcfg=floppy\""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Error al leer el archivo %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Algún hardware de su computadora necesita controladores \"propietarios\" "
-"para funcionar.\n"
-"Puede encontrar información sobre ellos en: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Debe tener una partición raíz.\n"
-"Para ello, cree una partición (o haga clic sobre una que ya existe).\n"
-"Luego elija la acción \"Punto de montaje\" y defínalo como '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Debe tener una partición de intercambio"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"No dispone de una partición de intercambio\n"
-"\n"
-"¿Desea continuar de todas formas?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Debe tener una partición FAT montada en /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Usar el espacio libre"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "No hay espacio libre suficiente para asignar las particiones nuevas"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Usar la partición existente"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "No hay ninguna partición existente para usar"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Usar la partición de Windows para loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "¿Qué partición desea usar para Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Elija los tamaños"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Tamaño de la partición raíz en MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Tamaño de la partición de intercambio en MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Usar el espacio libre de la partición Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "¿A qué partición desea cambiarle el tamaño?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Calculando los límites del sistema de archivos Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"El redimensionador de tamaño de la FAT no puede gestionar su partición, \n"
-"ocurrió el error siguiente: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Su partición Windows está muy fragmentada, por favor primero ejecute \"defrag"
-"\""
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"¡ADVERTENCIA!\n"
-"\n"
-"Ahora DrakX cambiará el tamaño de su partición Windows. Proceda con "
-"cuidado:\n"
-"esta operación es peligrosa. Si aún no lo hizo, primero debería salir de\n"
-"la instalación, ejecutar scandisk bajo Windows (y opcionalmente ejecutar "
-"defrag),\n"
-"y luego volver a iniciar la instalación. También debería hacer una copia de\n"
-" seguridad de sus datos.\n"
-"Cuando esté seguro, pulse sobre Aceptar."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "¿Qué tamaño desea conservar para windows en la"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partición %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Falló el redimensionado de la FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"No hay particiones FAT para redimensionar o para usar como loopback (o no "
-"queda espacio suficiente)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Borrar el disco entero"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Quitar Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Tiene más de un disco rígido, ¿sobre cuál desea instalar Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Se perderán TODAS las particiones y sus datos en la unidad %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Particionamiento de disco personalizado"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Usar fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Ahora puede particionar %s.\n"
-"Cuando haya terminado, no se olvide de guardar usando 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "No queda espacio libre suficiente en la partición de Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "No se puede encontrar nada de espacio para instalar"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-"El asistente de particionamiento de DrakX encontró las siguientes soluciones:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Falló el particionamiento: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Levantando la red"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Bajando la red"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Ocurrió un error y no se puede gestionar de forma adecuada.\n"
-"Continúe bajo su propio riesgo."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Punto de montaje %s duplicado"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Algunos paquetes importantes no fueron instalados correctamente.\n"
-"Seguramente su lector de CD o su CD de instalación sean defectuosos.\n"
-"Compruebe el CD de instalación en un sistema ya existente con el comando:\n"
-" rpm -qpl Mandrake/RPMS/*.rpm\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Bienvenido a %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ninguna disquetera disponible"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Entrando en la etapa '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Su sistema tiene pocos recursos. Puede tener algún problema instalando\n"
-"Mandrake Linux. Si eso ocurre, puede intentar una instalación tipo texto.\n"
-"Para ello, presione 'F1' cuando arranque desde el CDROM, e introduzca 'text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Tipo de instalación"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Por favor, elija uno de los siguentes tipos de instalación:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-"El tamaño total para los grupos que seleccionó es de aproximadamente %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Si desea instalar un tamaño total inferior,\n"
-"elija el porcentaje de paquetes que desea instalar.\n"
-"\n"
-"Un porcentaje bajo instalará sólo los paquetes más importantes;\n"
-"un porcentaje de 100%% instalará todos los paquetes seleccionados."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Tiene espacio en disco para sólo %d%% de esos paquetes.\n"
-"\n"
-"Si desea instalar menos de esto,\n"
-"elija el porcentaje de paquetes que desea instalar.\n"
-"Un porcentaje bajo instalará sólo los paquetes más importantes;\n"
-"un porcentaje de %d%% instalará todos los que sea posible."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Podrá elegirlos más detalladamente en la etapa siguiente"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Porcentaje de paquetes a instalar"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Selección de grupos de paquetes"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Selección de paquetes individuales"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Tamaño total: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Paquete incorrecto"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nombre: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versión: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Tamaño: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importancia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"No puede seleccionar este paquete porque no hay espacio suficiente para "
-"instalarlo"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Se van a instalar los siguientes paquetes"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Se van a quitar los siguientes paquetes"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "No puede seleccionar/deseleccionar este paquete"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Este es un paquete obligatorio, no puede desmarcarlo"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "No puede desmarcar este paquete. Ya está instalado"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Se debe actualizar este paquete\n"
-"¿Está seguro que quiere desmarcarlo?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "No puede desmarcar este paquete. Debe ser actualizado"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Mostrar los paquetes seleccionados automáticamente"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Cargar/Guardar en un disquete"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Actualizando la selección de paquetes"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Instalación mínima"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Elija los paquetes que desea instalar"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalando"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Estimando"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tiempo restante "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Preparando la instalación. Espere, por favor"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paquetes"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalando el paquete %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aceptar"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Rechazar"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"¡Cambie su CD-ROM!\n"
-"\n"
-"Inserte el CD-ROM etiquetado como \"%s\" en la unidad y pulse Aceptar cuando "
-"lo haya hecho.\n"
-"Si no lo posee, pulse Cancelar para cancelar la instalación desde este CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "¿Seguir adelante?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Hubo un error al ordenar los paquetes:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Hubo un error al instalar los paquetes:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Importante\n"
-"\n"
-"Haga el favor de leer cuidadosamente el presente documento. En caso de "
-"desacuerdo\n"
-"con el presente documento, no está autorizado a instalar los demás\n"
-"CDs. En este caso seleccione 'Rechazar' para seguir la instalación sin\n"
-"estos CDs.\n"
-"\n"
-"\n"
-"Algunos componentes de software contenidos en los siguientes CDs no\n"
-"están sometidos a las licencias GPL o similares que permitan la copia,\n"
-"adaptación o redistribución. Cada uno de los componentes de software\n"
-"esta distribuido bajo los términos y condiciones de un acuerdo de\n"
-"licencia propio. Por favor, dirájase a éste y acéptelo antes de instalarlo,\n"
-"usarlo o redistribuirlo. Generalmente, estas licencias no autorizan la\n"
-"copia (salvo las destinadas a copias de seguridad), la distribución, "
-"decompilación,\n"
-"desensamblado, ingeniería inversa, reconstitución de la lógica del\n"
-"programa y/o modificación, salvo en la medida y para las necesidades\n"
-"autorizadas por las leyes vigentes. Toda violación de la licencia\n"
-"vigente implica generalmente la caducidad de está, sin perjuicio a\n"
-"todos los demás derechos o acciones dirigidos en contra de Ud. Salvo si\n"
-"el acuerdo de licencia lo autoriza, no puede instalar estos programas\n"
-"en más de una máquina, ni adaptarlos para un uso en red. Si fuese\n"
-"necesario, contacte con el distribuidor de cada programa para\n"
-"obtener licencias adicionales. La distribución a terceros de copias de\n"
-"los programas o de la documentación que lo acompaña generalmente\n"
-"suele estar prohibida.\n"
-"\n"
-"\n"
-"Todos los derechos, títulos e intereses de esos programas son la\n"
-"propiedad exclusiva de sus autores respectivos y están protegidos por el\n"
-"derecho de la propiedad intelectual y otras leyes aplicables al derecho\n"
-"del software.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ocurrió un error"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "¿Realmente desea salir de la instalación?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Acuerdo de licencia"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"EL PRESENTE TEXTO ES UNA TRADUCCIÓN A PROPÓSITO EXCLUSIVAMENTE\n"
-"INFORMATIVO DE LOS TÉRMINOS DE LA LICENCIA DE MANDRAKE LINUX. EN\n"
-"NINGÚN CASO LA PRESENTE TRADUCCIÓN TIENE VALOR LEGAL SIENDO OFICIAL\n"
-"EXCLUSIVAMENTE LA VERSIÓN EN FRANCÉS DE LA LICENCIA DE LINUX-MANDRAKE.\n"
-"No obstante, esperamos que esta traducción ayudará a los que hablan\n"
-"castellano a entenderla mejor.\n"
-"\n"
-"\n"
-"Introducción\n"
-"\n"
-"El conjunto de elementos que incluye el sistema operativo y los\n"
-"diferentes componentes disponibles en la distribución Mandrake Linux\n"
-"se denominarán en adelante \"Programas\". Los programas incluyen en\n"
-"particular, pero de manera no limitativa, el conjunto de programas,\n"
-"procedimientos, reglas y documentaciones relativas al sistema\n"
-"operativo y a los diferentes componentes de la distribución\n"
-"Mandrake Linux.\n"
-"\n"
-"\n"
-"1. Licencia\n"
-"\n"
-"Le rogamos leer cuidadosamente este documento. Éste constituye un\n"
-"contrato de licencia entre Ud. (persona física o persona moral) y\n"
-"MandrakeSoft S.A. aplicado a los programas. El hecho de instalar, \n"
-"duplicar o usar los programas de cualquier manera, indica\n"
-"que acepta explícitamente los términos y condiciones de esta licencia\n"
-"y que está totalmente de acuerdo en lo referente a los términos de la "
-"misma.\n"
-"En caso de no estar de acuerdo con el presente documento, no está\n"
-"autorizado a instalar, duplicar ni usar de ninguna manera\n"
-"este producto. El contrato de licencia sera automáticamente anulado\n"
-"sin aviso previo en el caso que no se cumplan las disposiciones\n"
-"de este documento. En caso de anulación Ud. tendrá que anular\n"
-"inmediatamente todo ejemplar y todas las copias de todos los programas\n"
-"y de todas las documentaciones que constituyen el sistema operativo y\n"
-"los diferentes componentes disponibles en en la distribución\n"
-"Mandrake Linux.\n"
-"\n"
-"\n"
-"2. Garantía y limitaciones de garantía\n"
-"\n"
-"Los programas y la documentación que los acompaña son proporcionados\n"
-"tal cual y sin ninguna garantía. MandrakeSoft S.A.\n"
-"no se responsabiliza de las consecuencias de un daño directo,\n"
-"especial, indirecto o accesorio, de cualquiera naturaleza que sea, en\n"
-"relación con la utilización de los programas, en particular y de\n"
-"manera no limitada, todos daños resultados por perdidas de\n"
-"beneficio, interrupción de actividad, pérdida de informaciones\n"
-"comerciales u otras perdidas financieras, así que por eventuales\n"
-"condenaciones e indemnizaciones debidas como consecuencia de una decisión "
-"de\n"
-"la justicia, y eso incluso si MandrakeSoft S.A. hubiera sido informada de "
-"la\n"
-"aparición o eventualidad de tales daños.\n"
-"\n"
-"ADVERTENCIA EN CUANTO A LA POSESIÓN O USO DE PROGRAMAS PROHIBIDOS\n"
-"EN CIERTOS PAÍSES\n"
-"\n"
-"En ningún caso, ni MandrakeSoft S.A. ni sus proveedores podrán ser\n"
-"responsabilizados por un perjuicio especial, directo, indirecto o\n"
-"accesorio, de cualquier naturaleza (en particular y de manera\n"
-"no limitada, pérdidas de beneficio, interrupción de actividad,\n"
-"pérdida de informaciones comerciales u otras pérdidas financieras, así\n"
-"como por posibles condenaciones e indemnizaciones debidas\n"
-"consecuentes a una decisión de justicia) que resultaría de la\n"
-"utilización, detención o simple descarga desde uno de los sitios de\n"
-"transferencia de Mandrake Linux de programas prohibidos por la\n"
-"legislación a la que está sometido. Esta advertencia se aplica en\n"
-"particular a algunos componentes de criptografía fuerte incluídos en los\n"
-"programas.\n"
-"\n"
-"\n"
-"3. Licencia GPL y otras licencias\n"
-"\n"
-"Los Programas están constituidos por módulos de programas creados por\n"
-"diversas personas (físicas o legales). Muchos de ellos se\n"
-"distribuyen bajo los términos de la Licencia Pública General GNU\n"
-"(denominada a partir de ahora \"GPL\") u otras licencias parecidas. La "
-"mayoría\n"
-"de estas licencias le permiten copiar, adaptar o redistribuir los\n"
-"módulos de los programas que cubren. Haga el favor de leer y de aceptar los "
-"términos y\n"
-"condiciones de las licencias que acompañan a cada uno de ellos antes de\n"
-"usarlos. Toda pregunta relativa a la licencia se debe dirigir al autor\n"
-"(o su representante) de dicho programa, y no a MandrakeSoft. Los\n"
-"programas desarrollados por MandrakeSoft están sometidos a la licencia\n"
-"GPL. La documentación escrita por MandrakeSoft esta sometida a una\n"
-"licencia especifica. Haga el favor de dirigirse a la documentación para\n"
-"obtener más información.\n"
-"\n"
-"\n"
-"4. Propiedad intelectual\n"
-"\n"
-"Todos los derechos, títulos e intereses de los diferentes programas\n"
-"son propiedad exclusiva de sus autores respectivos y están protegidos\n"
-"por el derecho de la propiedad intelectual y otras leyes aplicadas a los\n"
-"derechos de los programas. Las marcas \"Mandrake\" y \"Mandrake Linux\" "
-"así\n"
-"como los logotipos asociados son registrados por MandrakeSoft S.A.\n"
-"\n"
-"\n"
-"5. Disposiciones diversas\n"
-" \n"
-"Si alguna disposición de este contrato de licencia fuera declarada\n"
-"nula, ilegal o inaplicable por un tribunal competente, esta\n"
-"disposición sería excluida del presente contrato. Sin embargo\n"
-"Ud. seguirá sometido a las otras disposiciones, que tendrán\n"
-"plenos efectos. El contrato de licencia está regido por las leyes\n"
-"francesas. Toda disputa relativa a los presentes términos será\n"
-"resuelta, preferentemente, por vía amigable. En caso de desacuerdo con\n"
-"MandrakeSoft S.A., el litigio será tramitado a los tribunales\n"
-"competentes de París, Francia. Para cualquier pregunta relacionada con\n"
-"este documento, por favor, póngase en contacto con MandrakeSoft S.A.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Teclado"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Seleccione la distribución de su teclado."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Aquí tiene la lista completa de teclados disponibles"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "¿Qué tipo de instalación desea?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalación/Actualización"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "¿Es una instalación o una actualización?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recomendada"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Experto"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Actualización"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Sólo actualizar los paquetes."
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Por favor, seleccione el tipo de su ratón."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Puerto del ratón"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Seleccione el puerto serie al que está conectado el ratón, por favor."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulación de los botones"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulación del botón 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulación del botón 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Configurando tarjetas PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Configurando dispositivos IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "no hay particiones disponibles"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Rastreando las particiones para encontrar los puntos de montaje"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Seleccione los puntos de montaje"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"No se puede leer su tabla de particiones, está demasiado deteriorada :(\n"
-"Se intentará seguir y vaciar las particiones malas (¡se perderán TODOS LOS "
-"DATOS!).\n"
-"La otra solución es no permitir que DrakX modifique la tabla de "
-"particiones.\n"
-"(el error es %s)\n"
-"\n"
-"¿Está de acuerdo en perder todas las particiones?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake no pudo leer correctamente la tabla de particiones.\n"
-"¡Continúe bajo su propio riesgo!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"¡No hay 1MB de espacio para bootstrap! La instalación continuará, pero para "
-"arrancar su sistema, necesitará crear la partición bootstrap en DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "No se encontró partición raíz para efectuar la actualización"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partición raíz"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "¿Cual es la partición raíz (/) de su sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Necesita reiniciar el equipo para que se efectúe la modificación de la tabla "
-"de particiones"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Elija las particiones que desea formatear"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "¿Verificar el disco en busca de bloques malos?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formateando las particiones"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Creando y formateando el archivo %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Espacio de intercambio insuficiente para completar la instalación, añada un "
-"poco más"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Buscando los paquetes disponibles"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Encontrando los paquetes a actualizar"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Su sistema no tiene espacio suficiente para instalar o actualizar (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Completa (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Mínima (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recomendada (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Por favor, seleccione cargar o guardar la selección de paquetes en "
-"disquete.\n"
-"El formato es el mismo que los disquetes generados para la instalación "
-"automática."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Cargar desde un disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Cargando desde un disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Selección de paquetes"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Introduzca un disquete que contenga la selección de paquetes"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Guardar en un disquete"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "El tamaño seleccionado es mayor que el disponible"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Tipo de instalación."
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"No ha seleccionado ningún grupo de paquetes\n"
-"Elija por favor la mínima instalación que quiera."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Con X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Con documentación básica (¡recomendado!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Instalación mínima \"en serio\" (especialmente sin urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Si tiene todos los CDs de la lista siguiente, haga clic sobre \"Aceptar\".\n"
-"Si no tiene ningún CD, haga clic sobre \"Cancelar\".\n"
-"Si sólo le faltan algunos CDs, desmárquelos y haga clic sobre \"Aceptar\"."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM etiquetado como \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Preparando la instalación"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalando el paquete %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configuración posterior a la instalación"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Por favor, inserte el disquete de arranque en la unidad %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Por favor, inserte el disquete de módulos actualizados en la unidad %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Ahora tiene la posibilidad de bajar por la red paquetes específicos\n"
-"durante el procedimiento de instalación, incuídos programas de cifrado.\n"
-"\n"
-"ADVERTENCIA:\n"
-"\n"
-"Debido a las diferencias de los requisitos aplicables a ese tipo de\n"
-"programas por las distintas jurisdicciones, es el cliente y/o el usuario "
-"final\n"
-"de dichos programas quien debe verificar que las leyes de su jurisdicción "
-"le\n"
-"permitan bajar, guardar y/o utilizar dichos programas.\n"
-"\n"
-"En particular el cliente y/o usuario final debe tener un cuidado especial\n"
-"de no violar las leyes de su de su jurisdicción. En el caso de que el "
-"cliente y/o\n"
-"el usuario final no respetase las condiciones de las leyes que le son\n"
-"aplicables, es posible que sea severamente sancionado por la ley.\n"
-"\n"
-"En ningún caso MandrakeSoft ni ninguno de sus fabricantes y/o\n"
-"distribuidores se puede considerar responsable por daños especiales, "
-"directos\n"
-"o indirectos de cualquier tipo (incluyendo, pero sin limitarse a ello, "
-"pérdida\n"
-"de beneficios, ruptura de negocios, pérdida de datos comerciales u otras\n"
-"pérdidas pecuniarias, o eventuales responsabilidades e indemnizaciones\n"
-"a pagar debido a decisiones de la justicia) que puedan ocurrir mediante el\n"
-"uso, posesión o el sólo hecho de descargar de Internet o por otro medio, "
-"programas\n"
-"a los cuales el cliente y/o usuario final tenga acceso después de haber\n"
-"firmado el presente convenio.\n"
-"\n"
-"Para preguntas relativas a este convenio, póngase en contacto con\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Ahora tiene la posibilidad de bajarse paquetes actualizados,\n"
-"que han salido despues de que se haya hecho la distribución.\n"
-"\n"
-"Conseguirá actualizaciones de fallos y de seguridad, pero debe\n"
-"tener una conexión a la Internet configurada para proceder.\n"
-"\n"
-"¿Desea instalar las actualizaciones?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Contactando con el sitio web de Mandrake Linux para obtener la lista de las "
-"réplicas disponibles"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Elija un sitio de réplica del que bajar los paquetes"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"Contactando con el sitio de réplica para obtener la lista de los paquetes "
-"disponibles"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "¿Cuál es su huso horario?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Reloj interno puesto a GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Sincronización automática de hora (usando NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Servidor NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Sin impresora"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "¿Tiene una tarjeta de sonido ISA?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Use \"sndconfig\" luego de la instalación para configurar su tarjeta de "
-"sonido"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"No se detectó tarjeta de sonido. Pruebe \"harddrake\" luego de la instalación"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Resumen"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Ratón"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Huso horario"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Impresora"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Tarjeta RDSI"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Tarjeta de sonido"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Tarjeta de TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Archivos locales"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Contraseña de root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Sin contraseña"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Esta contraseña es demasiado simple\n"
-"(tiene que tener por lo menos una longitud de %d caracteres)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentificación"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Autentificación LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Servidor LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Autentificación NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Dominio NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Un disquete de arranque personalizado da la posibilidad de arrancar su "
-"equipo\n"
-"bajo Linux sin depender del cargador de arranque normal. Esto puede ser "
-"útil\n"
-"si no desea instalar SILO en su sistema, o si cualquier otro sistema "
-"operativo borra\n"
-"SILO, o si SILO no funciona con su configuración de hardware. Un disquete\n"
-"de arranque personalizado también se puede usar con la imagen de rescate de\n"
-" Mandrake haciendo así mucho más fácil la recuperación en caso de fallo\n"
-"grave del sistema.\n"
-"\n"
-"Si desea crear un disquete de arranque para su sistema, inserte un disquete\n"
-"en la primer disquetera y presione \"Aceptar\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primera disquetera"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Segunda disquetera"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Omitir"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Un disquete de arranque personalizado da la posibilidad de arrancar su "
-"equipo\n"
-"bajo Linux sin depender del cargador de arranque normal. Esto puede ser "
-"útil\n"
-"si no desea instalar LILO (o grub) en su sistema, o si cualquier otro "
-"sistema operativo borra\n"
-"LILO, o si LILO no funciona con su configuración de hardware. Un disquete\n"
-"de arranque personalizado también se puede usar con la imagen de rescate de\n"
-"Mandrake haciendo así mucho más fácil la recuperación en caso de fallo\n"
-"grave del sistema. ¿Desea crear un disquete de arranque para su sistema?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(¡ATENCIÓN! Está utilizando XFS en su partición raíz,\n"
-"la creación de un disquete de arranque en un disquete de 1.44Mb puede "
-"fallar\n"
-"porque XFS necesita un controlador muy grande)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Disculpe, pero no hay ninguna disquetera disponible"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Elija la disquetera que desea usar para crear el disco de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Inserte un disquete en %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Creando el disquete de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Preparando el cargador de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Parece que tiene una máquina desconocida o demasiado\n"
-"antigua. El gestor de arranque yaboot no funcionará.\n"
-"La instalación continuará, pero necesitará\n"
-"utilizar BootX para arrancar su máquina."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "¿Desea usar aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Ocurrió un error al instalar aboot, \n"
-"¿desea forzar la instalación incluso si ello implicara la destrucción de la "
-"primera partición?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Instalando cargador de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Falló la instalación del cargador de arranque. Ocurrió el siguiente error:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Puede necesitar cambiar el dispositivo de arranque de Open Firmware para\n"
-" activar el cargador de arranque. Si no ve el prompt del cargador de\n"
-" arranque al reiniciar, mantenga presionado Command-Option-O-F al\n"
-" reiniciar e introduzca:\n"
-" setenv boot-device %s, \\\\:tbxi\n"
-" Luego escriba: shut-down\n"
-"La próxima vez que arranque debería ver el prompt del cargador de arranque."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Inserte un disquete en blanco en la unidad %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Creando el disquete de instalación automática"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Algunas de las etapas no fueron completadas.\n"
-"\n"
-"¿Realmente desea salir ahora?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Felicidades, la instalación está completa.\n"
-"Extraiga el soporte de arranque y presione Intro para reiniciar.\n"
-"\n"
-"Para obtener información sobre correcciones disponibles para esta versión\n"
-"de Mandrake Linux, consulte el archivo de erratas disponible en\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Hay información disponible sobre cómo configurar su sistema en el capítulo "
-"de\n"
-"configuración tras la instalación de la guía de usuario oficial de Mandrake "
-"Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Generar un disquete de instalación automática"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"La instalación automática puede automatizarse por completo si lo desea,\n"
-"¡¡en ese caso se adueñará del disco rígido!!\n"
-"(la intención de esto es instalarlo en otro ordenador).\n"
-"\n"
-"Puede preferir reproducir la instalación.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatizada"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Reproducir"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Guardar la selección de paquetes"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalación %s de Mandrake Linux"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> entre elementos | <espacio> seleccionar | <F12> pantalla "
-"sig. "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "no se encuentra kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "falta \"consolehelper\""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Elija un archivo"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanzada"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Básico"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Espere, por favor"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandir el árbol"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Contraer el árbol"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Cambiar entre vista plana y ordenada por grupos"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Elección incorrecta, inténtelo de nuevo\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "¿Su elección? (por defecto %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Entradas que tendrá que rellenar:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "¿Su elección? (0/1, por defecto '%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Botón `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "¿Desea pulsar este botón?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "¿Su elección? (por defecto %s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Hay muchas cosas para seleccionar (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Por favor, seleccione el primer número del rango de 10 que desee\n"
-"editar, o pulse Intro para continuar.\n"
-"¿Su elección?"
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Aviso, una etiqueta cambió:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Reenviar"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Checo (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Alemán"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Español"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finlandés"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francés"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Noruego"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polaco"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ruso"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Sueco"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Británico"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Estadounidense"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albano"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenio (antiguo)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenio (nuevo)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenio (fonético)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbadján (latín)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Búlgaro (fonético)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Búlgaro (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasileño (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorruso"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Suizo (germánico)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Suizo (francés)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Checo (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Alemán (sin teclas muertas)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danés"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noruego)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Sueco)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonio"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgiano (estilo \"ruso\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgiano (estilo \"latín\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Griego"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Húngaro"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelí"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelí (fonético)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraní"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandés"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiano"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japonés de 106 teclas"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Coreano"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinoamericano"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituano AZERTY (antiguo)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituano AZERTY (nuevo)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituano \"numérico\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituano \"fonético\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Letón"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedonio"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holandés"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polaco (distribución qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polaco (distribución qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugués"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadiense (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumano (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumano (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Ruso (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Esloveno"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Eslovaco (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Eslovaco (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbio (cirílico)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Teclado tailandés"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Teclado tajik"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turco (modelo \"F\" tradicional)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turco (modelo \"Q\" moderno)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Estadounidense (internacional)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"numérico\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Yugoslavo (latín)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Tecla Alt derecha"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Ambas teclas Shift simultáneamente"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Las teclas Control y Shift simultáneamente"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Tecla CapsLock"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Las teclas Ctrl y Alt simultáneamente"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Las teclas Alt y Shift simultáneamente"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "La tecla \"Menú\""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Tecla \"Windows\" de la izquierda"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Tecla \"Windows\" de la derecha"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Montajes circulares %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Quite los volúmenes lógicos primero\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"El soporte PCMCIA no existe en los núcleos 2.2. Por favor, utilice un núcleo "
-"2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Ratón Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Ratón genérico PS2 con rueda"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 botón"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Ratón de 2 botones genérico"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Genérico"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rueda"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serie"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Ratón de 3 botones genérico"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Ratón Logitech (serie, antiguo tipo C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "ratón bus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 botones"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botones"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ninguno"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Sin ratón"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Pruebe su ratón, por favor."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Para activar el ratón,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "¡MUEVA SU RUEDA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Finalizar"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Siguiente ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Anterior"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "¿Es correcto?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Conectar a Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"La forma más común de conexión ADSL es con pppoe.\n"
-"Algunas conexiones usan pptp, otras pocas usan dhcp.\n"
-"Si no lo sabe con seguridad, elija 'usar pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel Speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "usar dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "usar pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "usar pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"¿Qué cliente dhcp desea utilizar?\n"
-"dhcpcd es el predeterminado"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"No se ha detectado ningún adaptador de red ethernet en su sistema.\n"
-"No se puede configurar este tipo de conexión."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Elija la interfaz de red"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Por favor, elija el adaptador de red que desea usar para conectarse a "
-"Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "no se encontró ninguna tarjeta de red"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Configurando la red"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Por favor introduzca el nombre de su máquina (host) si lo conoce.\n"
-"Algunos servidores DHCP necesitan del nombre de la máquina para funcionar.\n"
-"El nombre de su máquina debería ser un nombre de máquina clasificado "
-"completamente,\n"
-"como \"mimaquina.milabo.micompa.com\"."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nombre de la máquina"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Asistente para la configuración de la red"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Módem RDSI externo"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Tarjeta RDSI interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "¿De qué tipo es su conexión RDSI?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"¿Qué configuración de RDSI prefiere?\n"
-"\n"
-"* La configuración antigua utiliza isdn4net. Tiene herramientas\n"
-" poderosas, pero es algo complicada de configurar para un recién \n"
-" llegado, y no es estándar.\n"
-"* La configuración nueva es más fácil de entender, más estándar,\n"
-" pero con menos herramientas.\n"
-"\n"
-"Le recomendamos la configuración ligera (esto es, la nueva).\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Configuración nueva (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Configuración antigua (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configuración de RDSI"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Seleccione su proveedor.\n"
-" Si no está en la lista, elija No listado"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protocolo de Europa"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protocolo de Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protocolo para el resto del mundo"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protocolo para el resto del mundo \n"
-" sin canal D (líneas alquiladas)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "¿Qué protocolo desea utilizar?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "¿Qué tipo de tarjeta tiene?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "No lo sé"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Si tiene una tarjeta ISA, los valores de la próxima pantalla deberían ser "
-"correctos.\n"
-"\n"
-"Si tiene una tarjeta PCMCIA, tiene que saber la irq y la e/s de su tarjeta.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Abortar"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "¿Cuál es su tarjeta RDSI?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Se ha detectado una tarjeta RDSI PCI, pero no se conoce el tipo. Por favor, "
-"seleccione una tarjeta PCI en la pantalla siguiente."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"No se encontró tarjeta PCI RDSI. Por favor, seleccione una en la pantalla "
-"siguiente."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Seleccione el puerto serie al que está conectado su módem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opciones de llamada por módem"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nombre de la conexión"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Número de teléfono"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID de conexión"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Por script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Por terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nombre de dominio"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primer servidor DNS (opcional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Segundo servidor DNS (opcional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Puede desconectarse o volver a configurar su conexión."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Puede volver a configurar su conexión."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Ahora está conectado a Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Se puede conectar a Internet o volver a configurar su conexión."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Ahora no está conectado a Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Conectar"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Desconectar"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Configurar la conexión"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Configuración y conexión a Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ahora vamos a configurar la conexión %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Ahora vamos a configurar la conexión %s.\n"
-"\n"
-"\n"
-"Pulse siguiente para continuar."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configuración de la red"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Puesto que está realizando una instalación por red, su red ya está "
-"configurada.\n"
-"Haga clic sobre aceptar para mantener su configuración, o pulse cancelar "
-"para\n"
-"volver a configurar sus conexiones de red y a Internet.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Bienvenido al asistente para la configuración de la red\n"
-"\n"
-"Estamos a punto de configurar su conexión de red/Internet.\n"
-"Si no desea usar la detección automática, desmarque la casilla.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Elija el perfil a configurar"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Usar detección automática"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detectando los dispositivos..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Conexión normal por módem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detectada en el puerto %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Conexión RDSI"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detectada %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Conexión ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detectada en la interfaz %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Conexión por cable"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "detectada conexión por cable"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Conexión a la red local"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "tarjeta(s) de red detectada(s)"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Elija la conexión que desea configurar"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Ha configurado múltiples formas de conectarse a Internet.\n"
-"Seleccione la que quiere utilizar.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Conexión a Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "¿Desea iniciar su conexión al arrancar?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configuración de la red"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "La red necesita ser reiniciada"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Ocurrió un problema mientras se reiniciaba la red: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Felicidades, la configuración de la red y de Internet ha terminado.\n"
-"\n"
-"Ahora se aplicará la configuración a su sistema.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Después de esto, se recomienda que reinicie su entorno X\n"
-"para evitar el problema del cambio del nombre de la máquina."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Ocurrieron problemas durante la configuración.\n"
-"Verifique su conexión con net_monitor o mcc. Si su conexión no funciona, "
-"puede que desee volver a iniciar la configuración"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ADVERTENCIA: Previamente se ha configurado este dispositivo para conectarse "
-"con Internet.\n"
-"Simplemente acepte para mantener la configuración del dispositivo.\n"
-"Al modificar los campos de abajo se ignorará esta configuración."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Por favor, introduzca la dirección IP de esta máquina.\n"
-"Cada valor tiene que introducirse como una dirección IP en notación\n"
-"decimal con puntos (por ejemplo: 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Configurando el dispositivo de red %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (controlador %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Dirección IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Máscara de red"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Dirección IP automática"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Las direcciones IP deben estar en el formato 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Por favor, defina el nombre de su máquina.\n"
-"El nombre de su máquina debería ser un nombre de máquina clasificado "
-"completamente,\n"
-"como \"mimaquina.milabo.micompa.com\".También puede introducir la dirección "
-"IP de la pasarela si tiene una"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Servidor DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Pasarela de red (ej %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dispositivo de pasarela de red"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configuración de los proxies"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Id tarjeta de red (útil para portátiles)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "El nombre del proxy debe ser http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "El nombre del proxy debe ser ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configuración de Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "¿Desea intentar conectarse a Internet ahora?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Probando su conexión..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Ahora no está conectado a Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Por motivos de seguridad, ahora será desconectado."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"El sistema no parece estar conectado al Internet.\n"
-"Intente volver a configurar su conexión."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configuración de la conexión"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Por favor, complete o verifique el campo de abajo"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ de la tarjeta"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memoria (DMA) de la tarjeta"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "E/S de la tarjeta"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "E/S_0 de la tarjeta"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "E/S_1 de la tarjeta"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Su número de teléfono personal"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nombre del proveedor (ej proveedor.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Número de teléfono del proveedor"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 del proveedor (opcional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 del proveedor (opcional)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Elija su país"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Modo de marcación"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Velocidad de la conexión"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Demora de la conexión (en seg)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Usuario de la cuenta (nombre de usuario)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Contraseña de la cuenta"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "mount falló: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "La partición extendida no está disponible en esta plataforma"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Tiene un hueco en la tabla de particiones, pero no se puede usar.\n"
-"La única solución es desplazar sus particiones primarias para que el hueco "
-"esté después de las particiones extendidas"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Falló la restauración a partir del archivo %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Archivo de respaldo incorrecto"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Error al escribir en el archivo %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Está ocurriendo algo malo en su disco. \n"
-"Ha fallado una prueba para verificar la integridad de los datos. \n"
-"Esto significa que escribir cualquier cosa en el disco terminará produciendo "
-"basura al azar"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "necesario"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "importante"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "muy bueno"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bueno"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "quizás"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-"CUPS - Common Unix Printing System (Sistema de impresión común de Unix)"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR de nueva generación"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon (Demonio de impresora de líneas)"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue (Imprimir, no encolar)"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Impresora local"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Impresora remota"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Impresora en un servidor CUPS remoto"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Impresora en un servidor lpd remoto"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Impresora de red (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Impresora en un servidor SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Impresora en un servidor NetWare"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Introduzca el URI del dispositivo de impresión"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Filtrar el trabajo en un comando"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Modelo desconocido"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Impresoras locales"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Impresoras remotas"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " en el puerto paralelo \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", impresora USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", dispositivo multifunción en puerto paralelo \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", dispositivo multi-función en USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", dispositivo multifunción en HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", dispositivo multifunción"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", imprimiendo en %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr " en servidor LDP \"%s\", impresora \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", host TCP/IP \"%s\", puerto \"%s\""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr " en servidor Windows \"%s\", compartida como \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "en servidor Novell \"%s\", impresora \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", usando comando %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Impresora \"en crudo\" (sin controlador)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(en %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(en esta máquina)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "En servidor CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Por defecto)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Seleccione la conexión de la impresora"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "¿Como está conectada la impresora?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Aquí no tiene que configurar las impresoras en los servidores CUPS remotos; "
-"las mismas se detectarán automáticamente."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "Configuración de CUPS"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Especificar servidor CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Para obtener acceso a las impresoras en servidores CUPS remotos en su red "
-"local nada tiene que configurar; los servidores CUPS le informan a su "
-"máquina automáticamente sobre sus impresoras. En la sección \"Impresoras "
-"remotas\" de la ventana principal de Printerdrake se listan todas las "
-"impresoras que su máquina conoce. Cuando CUPS no está en la red local, tiene "
-"que ingresar la dirección IP del servidor CUPS y, opcionalmente, el número "
-"de puerto para obtener la información de la impresora desde el servidor, de "
-"lo contrario, deje los campos en blanco."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalmente, CUPS se configura automáticamente de acuerdo con su\n"
-"entorno de red, para que pueda acceder a las impresoras de los\n"
-"servidores CUPS de su red local. Si esto no funciona correctamente,\n"
-"desactive la \"Configuración automática de CUPS\" y edite manualmente\n"
-"su archivo /etc/cups/cupsd.conf. No olvide reiniciar CUPS tras esto\n"
-"(comando: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Las direcciones IP deberían parecerse a 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "¡El número de puerto debe ser un número entero!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP del servidor CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Puerto"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Configuración automática de CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Detectando dispositivos..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Probar puertos"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Añadir una impresora nueva"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Bienvenido al asistente de configuración de la impresora\n"
-"\n"
-"Este asistente le permite instalar impresoras locales o remotas para usarlas "
-"desde esta máquina y también desde otras máquinas de la red.\n"
-"\n"
-"Se le solicitará la información necesaria para configurar la impresora y "
-"darle acceso a los controladores de todas las impresoras disponibles, "
-"opciones del controlador y tipos de conexión de impresoras."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Impresora local"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Bienvenido al asistente de configuración de la impresora\n"
-"\n"
-"Este asistente le ayudará a instalar su(s) impresora(s) conectada(s) a esta "
-"computadora.\n"
-"\n"
-"Por favor, conecte su(s) impresora(s) a este ordenador y enciéndala(s). Haga "
-"clic en \"Siguiente\" cuando esté listo, y en \"Cancelar\" si no quiere "
-"configurar ahora su(s) impresora(s).\n"
-"\n"
-"Fíjese en que algunas computadoras pueden colgarse durante la detección "
-"automática de la impresora. En este caso, desactive \"Detectar las "
-"impresoras automáticamente\" para hacer una instalación sin detección "
-"automática. Use el \"Modo experto\" de printerdrake si quiere configurar la "
-"impresión en una impresora remota si printerdrake no la lista "
-"automáticamente."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Detección automática de impresoras"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Enhorabuena, su impresora está instalada y configurada.\n"
-"\n"
-"Puede imprimir usando el comando \"Imprimir\" de su aplicación (normalmente "
-"se encuentra en el menú \"Archivo\").\n"
-"\n"
-"Si quiere añadir, borrar o renombrar una impresora, o si quiere cambiar las "
-"opciones de configuración por defecto (bandeja de entrada de papel, calidad "
-"de impresión, ...), seleccione \"Impresora\" en la sección de \"Hardware\" "
-"del Centro de control de Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Autodetección de impresoras."
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake puede detectar automáticamente sus impresoras de puerto "
-"paralelo y USB conectadas localmente, pero fíjese en que en algunos sistemas "
-"esto PUEDE COLGAR EL SISTEMA E INCLUSO CORROMPER SUS SITEMAS DE ARCHIVOS. "
-"Entonces, HÁGALO BAJO SU PROPIO RIESGO.\n"
-"\n"
-"¿Seguro que desea detectar automáticamente sus impresoras?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Realizar detección automática"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Configurar la impresora manualmente"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Detectada %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Impresora en puerto paralelo \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Impresora USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"No se encontró ninguna impresora local. Para instalar una manualmente, "
-"introduzca un nombre de dispositivo/nombre de archivo en la línea de entrada "
-"(Puertos paralelos: /dev/lp0, /dev/lp1, ..., equivalen a LPT1:, LPT2, ..., "
-"1ª impresora USB: /dev/usb/lp0, 2ª impresora USB: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Debe introducir un dispositivo un un nombre de archivo"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"¡No se encontraró ninguna impresora local!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Las impresoras en red sólo se pueden instalar tras la inslación. Seleccione "
-"\"Hardware\" y luego \"Impresora\" en el Centro de control de Mandrake."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Para instalar impresoras en red, haga clic en \"Cancelar\", cambie al \"Modo "
-"experto\", y haga clic en \"Añadir una nueva impresora\" de nuevo."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Se detectó automáticamente la siguiente impresora, si no es una de las que "
-"quiere configurar, introduzca en la línea de entrada un nombre de "
-"dispositivo/nombre de archivo en la línea de entrada"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Aquí tiene una lista de todas las impresoras detectadas automáticamente. Por "
-"favor, seleccione la impresora que quiere configurar o introduzca un nombre "
-"de dispositivo/nombre de archivo en la línea de entrada"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"La siguiente impresora se detectó automáticamente. La configuración de la "
-"impresora se hará de forma totalmente automatizada. Si su impresora no se "
-"detectó correctamente o si prefiere una configuración personalizada, active "
-"la \"Configuración manual\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Aquí tiene una lista de las impresoras detectadas automáticamente. Por "
-"favor, seleccione la impresora que quiera configurar. La configuración de la "
-"impresora se hará de forma totalmente automatizada. Si su impresora no se "
-"detectó correctamente o si prefiere una configuración personalizada, active "
-"la \"Configuración manual\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Por favor, elija el puerto donde está conectada su impresora o ingrese el "
-"nombre de un dispositivo o archivo en la línea de entrada"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Por favor, elija el puerto al que está conectado su impresora."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-"(Puertos paralelo: /dev/lp0, /dev/lp1, ..., equivalen a LPT1:, LPT2, ..., "
-"1er impresora USB: /dev/usb/lp0, 2da impresora USB: /dev/usb/lp1, ...) "
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "¡Debe elegir/ingresar una impresora o un dispositivo!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Configuración manual"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"¿Es su impresora un dispositivo multifunción de HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 con escáner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Instalando el paquete HPOJ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Verificando el dispositivo y configurando HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Instalando el paquete SANE..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Escaneando en su dispositivo multifunción de HP"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Haciendo que el puerto de impresora esté disponible para CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Leyendo base de datos de impresoras ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opciones de la impresora remota lpd"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Para utilizar impresora LPD remota, necesita proporcionar el nombre de host "
-"del servidor de impresión y el nombre de la impresora en ese servidor."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Nombre de host del servidor remoto"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Nombre de la impresora remota"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "¡Falta el nombre del host remoto!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "¡Falta el nombre de la impresora remota!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opciones de la impresora SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Para imprimir en una impresora SMB, necesita proporcionar el nombre del "
-"servidor SMB (¡Note que puede ser diferente al nombre de hostTCP/IP del "
-"mismo!) y posiblemente la dirección IP del servidor de impresión, así como "
-"el nombre del recurso compartido para la impresora que se quiere usar y "
-"cualquier otra información del nombre de usuario, contraseña y grupo de "
-"trabajo que haga falta."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Máquina del servidor SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP del servidor SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nombre del recurso compartido"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grupo de trabajo"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "¡Debe indicar el nombre o la dirección IP del servidor!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "¡No se encuentra el nombre del recurso compartido de Samba!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr "¡ADVERTENCIA DE SEGURIDAD!"
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Está a punto de configurar la impresión a una cuenta Windows con contraseña. Debido a una falla en la arquitectura del cliente Samba la contraseña se pone como texto plano en la línea de comandos del cliente Samba que se usa para transmitir el trabajo de impresión al servidor Windows. Por lo tanto, es posible que cada usuario de esta máquina vea la clave en pantalla ejecutando \"ps auxwww\".\n"
-"\n"
-"Recomendamos utilizar alguna de las alternativas siguientes (en todos los casos tiene que asegurarse que sólo las máquinas de su red local tienen acceso al servidor Windows, por ejemplo utilizando un cortafuegos):\n"
-"\n"
-"Usar una cuenta sin contraseña en su servidor Windows, por ej. la cuenta \"GUEST\" o una cuenta especial dedicada a la impresión. No quite la protección con contraseña de una cuenta personal o de la cuenta del administrador.\n"
-"\n"
-"Configure a su servidor Windows para que la impresión esté disponible bajo el protocolo LPD y configure la impresión desde esta máquina bajo el tipo de conexión \"%s\" en PrinterDrake.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr "Configure a su servidor Windows para que la impresión esté disponible bajo el protocolo IPP y configure la impresión desde esta máquina bajo el tipo de conexión \"%s\" en PrinterDrake.\n\n"
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-"Conecte su impresora a un servidor Linux y permita que su(s) máquina(s) Windows se conecten al mismo como un cliente.\n"
-"\n"
-"¿Realmente desea continuar configurando esta impresora como lo está haciendo?"
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opciones de la impresora NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Para imprimir en una impresora NetWare, es necesario escribir el nombre del "
-"servidor de impresión NetWare (¡Note que puede no ser el mismo que el nombre "
-"de la máquina en TCP/IP) así como el nombre de la cola de impresión que "
-"desea usar y el nombre de usuario y la contraseña apropiados."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Servidor de impresión"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nombre de la cola de impresión"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "¡No se encuentra el nombre del servidor NCP!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "¡No se encuentra la cola del servidor NCP!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Opciones de la impresora por socket/TCP"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Para imprimir en una impresora por socket o TCP, necesita proporcionar el "
-"nombre de host de la impresora y opcionalmente el número de puerto. En "
-"servidores HP JetDirect el número de puerto por lo general es 9100, en otros "
-"servidores puede variar. Consulte el manual de su hardware."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Nombre de host de la impresora"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "¡No se encuentra el nombre de la máquina de la impresora!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI del dispositivo de impresión"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Puede especificar directamente el URI para acceder a la impresora. El URI "
-"debe cumplir con las especificaciones Foomatic o CUPS. Recuerde que no todos "
-"los sistemas de impresión admiten URIs."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "¡Debe introducir un URI válido!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Cada impresora necesita un nombre (por ejemplo, \"impresora\"). No tiene por "
-"qué rellenar los campos Descripción ni Ubicación. Son comentarios para los "
-"usuarios."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nombre de la impresora"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Descripción"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Ubicación"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Preparando base de datos de impresoras ..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "El modelo de su impresora"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake ha comparado el modelo que resultó de la detección automática "
-"con los modelos listados en su base de datos de impresoras para encontrar la "
-"mejor coincidencia. Esta elección puede estar equivocada, especialmente si "
-"su impresora no está listada en absoluto en la base de datos. Entonces, "
-"verifique si la elección es correcta y haga clic en \"El modelo es correcto"
-"\" , caso contrario, haga clic en \"Seleccionar el modelo manualmente\" de "
-"forma tal que pueda elegir el modelo de su impresora manualmente en la "
-"pantalla siguiente.\n"
-"\n"
-"Para su impresora Printerdrake ha encontrado:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "El modelo es correcto"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Seleccionar el modelo manualmente"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Selección del modelo de impresora"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "¿Qué modelo de impresora tiene?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Por favor, verifique que Printerdrake hizo correctamente la detección "
-"automática del modelo de su impresora. Busque el modelo correcto en la lista "
-"si el cursor está sobre un modelo equivocado o si está en \"Impresora en "
-"crudo\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Si no se lista su impresora, elija una compatible (vea el manual de la "
-"misma) o una simliar."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Configuración de impresora de windows OKI"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Va a configurar una impresora laser de windows OKI. Estas impresoras\n"
-"utilizan un protocolo de comunicación muy especial y sólo funcionan cuando "
-"se conectan al primer puerto paralelo. Cuando su impresora está conectada a "
-"otro puerto o a un servidor de impresión, por favor conéctela al primer "
-"puerto paralelo antes de imprimir una página de prueba. De no ser así, la "
-"impresora no funcionará. El controlador ignorará la configuración del tipo "
-"de conexión."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Configuración de impresora de inyección de tinta Lexmark"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Los controladores de impresión de inkjet que proporciona Lexmark sólo "
-"admiten impresoras locales, no impresoras en máquinas remotas o servidores "
-"de impresión. Por favor, conecte su impresora a un puerto local o "
-"configúrelo en la máquina a la que está conectada."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Para permitir imprimir con su impresora de inyección de tinta Lexmark y esta "
-"configuración, necesita los controladores de impresoras de inyección de "
-"tinta proporcionados por Lexmark (http://www.lexmark.com/). Vaya al sitio de "
-"EEUU y haga clic en el botón \"Drivers\". Luego, seleccione su modelo y "
-"posteriormente \"Linux\" como sistema operativo. Los controladores vienen "
-"vienen como paquetes RPM o como scripts de la shell con instalación gráfica "
-"interactiva. No necesita hacer esta configuración con los interfaces "
-"gráficos. Cancele directamente tras el acuerdo de licencia. Luego imprima "
-"páginas alineadas con la cabeza de impresión \"lexmarkmaintain\" y ajuste la "
-"configuración de la alineación de la cabeza con este programa."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Configuraciones predeterminadas de la impresora\n"
-"\n"
-"Debería asegurarse que el tamaño de página y el tipo de tinta/modo de "
-"impresión (si corresponde) y también la configuración de hardware de las "
-"impresoras láser (memoria, unidad de dúplex, bandejas adicionales) están "
-"configurados correctamente. Note que una calidad de impresión o resolución "
-"extremadamente alta puede ser bastante lenta."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "¡La opción %s debe ser un número entero!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "¡La opción %s debe ser un número!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "¡La opción %s está fuera de rango"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"¿Quiere configurar esta impresora (\"%s\")\n"
-"como la impresora predeterminada?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Páginas de prueba"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Por favor, seleccione las páginas de prueba que quiere imprimir.\n"
-"Nota: la página de prueba de foto puede tardar mucho tiempo en ser impresa e "
-"incluso en impresoras láser con muy poca memoria puede que no salga. En la "
-"mayoría de los casos, basta con imprimir la página de prueba estándar."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "No hay páginas de prueba"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Imprimir"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Página de prueba estándar"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Página de prueba alternativa (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Página de prueba alternativa (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Página de prueba de foto"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "No imprimir ninguna página de prueba"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Imprimir la(s) página(s) de prueba..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"La(s) página(s) de prueba se enviaron a la impresora.\n"
-"Puede que pase algo de tiempo antes de que comience la impresión.\n"
-"Estado de la impresión:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"La(s) página(s) de prueba se enviaron al demonio de impresión.\n"
-"Puede que pase algo de tiempo antes de que comience la impresión.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "¿Funcionó adecuadamente?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Impresora en crudo"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Para imprimir un archivo desde la línea de comando (ventana de terminal) "
-"utilice el comando \"%s <archivo>\" o una herramienta de impresión gráfica: "
-"\"xpp <archivo>\" o \"kprinter <archivo>\". Las herramientas gráficas le "
-"permiten seleccionar la impresora y modificar las opciones de configuración "
-"fácilmente.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Estos comando también se utilizan en el campo \"Comando de impresión\" de "
-"los diálogos de impresión de muchas aplicaciones, pero aquí no se indica el "
-"nombre del archivo porque el archivo a imprimir lo proporciona la "
-"aplicación.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"El comando \"%s\" también permite modificar las opciones de configuración "
-"para un trabajo de impresión determinado. Simplemente, añada las "
-"configuraciones deseadas a la línea de comando, por ejemplo \"%s <archivo>"
-"\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Para obtener una lista con las opciones disponibles para la impresora actual "
-"lea la lista que se muestra debajo o haga clic en el botón \"Imprimir lista "
-"de opciones\".%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Aquí tiene una lista de las opciones disponibles para la impresora actual:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Para imprimir un archivo desde la línea de comando (ventana de terminal) use "
-"el comando \"%s <archivo>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Este comando también se utiliza en el campo \"Comando de impresión\" de los "
-"diálogos de impresión de muchas aplicaciones. Pero aquí no se da el nombre "
-"del archivo porque el nombre del archivo a imprimir lo proporciona la "
-"aplicación.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Para obtener una lista de las opciones disponibles para la impresora actual, "
-"haga clic en el botón \"Imprimir lista de opciones\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Para imprimir un archivo desde la línea de comando (ventana de terminal) use "
-"el comando \"%s <archivo>\" o \"%s <archivo>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"También puede utilizar el interfaz gráfico \"xpdq\" para configurar las "
-"opciones y manipular los trabajos de impresión.\n"
-"Si está usando KDE como entorno de escritorio tiene un \"botón de pánico\", "
-"un icono en su escritorio etiquetado como \"¡DETENER impresora!\", que "
-"detiene todos los trabajos de impresión inmediatamente cuando hace clic en "
-"él. Esto es útil, por ejemplo, para atascos de papel.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-" Los comandos \"%s\" y \"%s\" también permiten modificar las opciones de "
-"configuración para un trabajo de impresión particular. Simplemente añada las "
-"opciones deseadas a la línea de comando, por ejemplo \"%s <archivo>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Cerrar"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Imprimiendo/Escaneando en \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Imprimiendo en la impresora \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Imprimir lista de opciones"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Su dispositivo multifunción de HP se configuró automáticamente para ser "
-"capaz de escanear. Ahora puede escanear con \"scanimage\" (\"scanimage -d hp:"
-"%s\" para especificar el escáner si tiene más de uno) desde la línea de "
-"comandos o con los interfaces gráficos \"xscanimage\" o \"xsane\". Si está "
-"usando el GIMP, también puede escanear seleccionado el punto apropiado del "
-"menú \"Archivo\"/\"Adquirir\". Lance también \"man scanimage\" y \"man sane-"
-"hp\" en la línea de comandos para obtener más información.\n"
-"\n"
-"No use \"scannerdrake\" para este dispositivo."
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Su dispositivo multifunción HP se configuró automáticamente para ser capaz "
-"de escanear. Ahora puede escanear desde la línea comandos con \"ptal-hp %s "
-"scan ...\". No se soporta aún el escaneo por medio de un interfaz gráfico e "
-"desde el GIMP para su dispositivo. Encontrará más información en el archivo "
-"de su sistema \"/usr/share/doc/hpoj-0.8/ptal-hp-scan.html\". Si tiene una HP "
-"LaserJet 1100 o 1200 puede escanear cuando tenga la opción del escáner "
-"instalada.\n"
-"No use \"scannerdrake\" para este dispositivo."
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Leyendo los datos de la impresora ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Transferir configuración de la impresora"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Puede copiar la configuración de la impresora que ha realizado para la cola %"
-"s a %s, su cola corriente. Todos los datos de configuración (nombre de la "
-"impresora, descripción, ubicación, tipo de conexión, y opciones "
-"predeterminadas) se transfieren, pero los trabajos de impresión no se "
-"transfieren.\n"
-"Debido a las siguientes razones no todas las colas se pueden transferir:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS no soporta impresoras en servidores Novell o impresoras que envían los "
-"datos en un comando formado libremente.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ sólo soporta impresoras locales, impresoras LPD remotas, e impresoras "
-"Socket/TCP.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD y LPRng no soportan impresoras IPP.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Además, las colas no creadas con este programa o con \"foomatic-configure\" "
-"no se pueden transferir."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Tampoco se pueden transferir las impresoras configuradas con los archivos "
-"PPD provistos por sus fabricantes o con controladores CUPS nativos."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Marque las impresoras que desea transferir y haga clic \n"
-"sobre \"Transferir\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "No transferir impresoras"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Transferir"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Ya existe una impresora denominada \"%s\" bajo %s. \n"
-"Haga clic sobre \"Transferir\" para sobre-escribirla.\n"
-"También puede ingresar un nombre nuevo o saltear esta impresora."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"El nombre de la impresora sólo debería contener letras, números y el guión "
-"bajo"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"La impresora \"%s\" ya existe,\n"
-"¿realmente desea sobre-escribir la configuración de la misma?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nuevo nombre de la impresora"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Transfiriendo %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Ha transferido su impresora por defecto anterior (\"%s\"), ¿Debería ser "
-"también la impresora por defecto bajo el nuevo sistema de impresión %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Refrescando datos de impresora ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Configuración de una impresora remota"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Iniciando la red ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Configurar la red ahora"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Funcionalidad de red no configurada"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Va a configurar una impresora remota. Para esto, se necesita un acceso a la "
-"red funcionando, pero aún no ha configurado su red. Si sigue sin "
-"configuración de red, no podrá utilizar la impresoara que está configurando "
-"ahora. ¿Cómo desea proceder?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Continuar sin configurar la red"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"La configuración de la red hecha durante la instalación no se puede iniciar "
-"ahora. Por favor, verifique si la red se hace accesible tras reiniciar su "
-"sistema y corrija la configuración usando el Centro de control de Mandrake, "
-"sección \"Redes e Internet\"/\"Conexión\", y tras esto configure la "
-"impresora, también utilizando el Centro de Control de Mandrake, sección "
-"\"Hardware\"/\"Impresora\"."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"El acceso a la red no estaba corriendo y no se puede iniciar. Por favor, "
-"verifique su configuración y su hardware. Luego, intente configurar su "
-"impresora remota de nuevo."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Reiniciando el sistema de impresión ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "Alta"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "Paranoica"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instalando un sistema de impresión en el nivel de seguridad %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Va a instalar el sistema de impresión %s sobre un sistema corriendo en el "
-"nivel de seguridad %s.\n"
-"\n"
-"Este sistema de impresión ejecuta un demonio (proceso en segundo plano) que "
-"espera trabajos de impresión y los gestiona. Las máquinas remotas pueden "
-"acceder también a este demonio a través de la red, así que es un potencial "
-"punto de ataque. Por eso, sólo unos pocos demonios seleccionados se inician "
-"por defecto en este nivel de seguridad.\n"
-"\n"
-"¿Seguro que desea configurar la impresión para esta máquina?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Iniciar el sistema de impresión al arrancar"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"El sistema de impresión (%s) no se iniciará automáticamente cuando arranque "
-"la máquina.\n"
-"\n"
-"Es posible que el inicio automático se desactivó al cambiar a un nivel de "
-"seguridad mayor, porque el sistema de impresión es un potencial punto de "
-"ataques.\n"
-"\n"
-"¿Desea volver a activar el inicio automático de la impresión cuando el "
-"sistema se vuelva a encender?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Verificando software instalado..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Quitando LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Quitando LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Seleccione sistema de impresión (spooler)"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "¿Qué sistema de impresión (spooler) desea usar?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configuración la impresora \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Instalando Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opciones de impresión"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Preparando PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Configurando las aplicaciones..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "¿Desea configurar la impresión?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Sistema de impresión: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Están configuradas las impresoras siguientes. Haga doble clic sobre una para "
-"cambiar sus parámetros; para hacerla la predeterminada; para ver información "
-"acerca de la misma o para hacer que una impresora en un servidor CUPS remoto "
-"esté disponible para Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Están configuradas las impresoras siguientes. Haga doble clic sobre una de "
-"ellas para modificarla, para configurarla como predeterminada, o para "
-"obtener información sobre la misma."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Refrescar la lista de impresoras (para visualizar todas las impresoras CUPS "
-"remotas)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Cambiar el sistema de impresión"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modo normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "¿Desea configurar otra impresora?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Modificar configuración de la impresora"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Impresora %s\n"
-"¿Qué desea modificar de esta impresora?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "¡Hacerlo!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tipo de conexión de la impresora"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Nombre de la impresora, descripción, ubicación"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Fabricante de la impresora, modelo, controlador"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Fabricante de la impresora, modelo"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Poner esta impresora como predeterminada"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Agregar esta impresora a Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Quitar esta impresora de Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Imprimir la(s) página(s) de prueba"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Se sabe cómo usar esta impresora"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Borrar impresora"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Borrando la impresora antigua \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Impresora predeterminada"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "La impresora \"%s\" ahora es la impresora predeterminada."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Agregando impresora a Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-"La impresora \"%s\" se agregó satisfactoriamente a Star Office/OpenOffice."
-"org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "No se pudo agregar la impresora \"%s\" a Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Quitando la impresora de Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"La impresora \"%s\" se quitó satisfactoriamnete de Star Office/OpenOffice."
-"org."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "No se pudo quitar la impresora \"%s\" de Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "¿Seguro que quiere borrar la impresora \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Borrando la impresora \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Configuración del proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Bienvenido a la herramienta de configuración del proxy.\n"
-"\n"
-"Aquí podrá configurar sus proxies http y ftp con o sin\n"
-"usuario y contraseña.\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Por favor, rellene las informaciones del proxy http.\n"
-"Déjelo en blanco si no quiere un proxy http."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "puerto"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "La Url debería empezar por 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "La parte del puerto debería ser numérica"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Por favor, rellene las informaciones del proxy ftp.\n"
-"Déjelo en blanco si no quiere un proxy ftp."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "La Url debería empezar por 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Por favor, introduzca usuario y contraseña del proxy, si es necesario.\n"
-"Déjelo en blanco si no desea usuario/contraseña."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "usuario"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "contraseña"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "contraseña (otra vez)"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Las contraseñas no coinciden. ¡Inténtelo de nuevo!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "No se puede añadir una partición al RAID md%d _ya formateado_"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "No se puede escribir el archivo %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "Falló mkraid"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "Falló mkraid (¿quizás no estén las herramientas de raid (raidtools)?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "No hay suficientes particiones para un RAID de nivel %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-"Lanzar el sistema de sonido ALSA (Arquitectura avanzada de sonido de Linux)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, un planificador de comandos periódicos."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd se usa para monitorizar el estado de las baterías y enviar esa\n"
-"información a syslogd. También puede usarse para apagar el equipo cuando\n"
-"la batería está casi descargada."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Ejecuta los comandos programados por el comando at en el momento\n"
-"especificado al lanzar at, y ejecuta comandos por lotes (batch) cuando\n"
-"la carga promedio del sistema es suficientemente baja."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron es un programa UNIX estándar que ejecuta programas especificados por\n"
-"el usuario periódicamente. El cron de Vixie añade varias funcionalidades al "
-"cron de Unix \n"
-"básico, incluyendo una mayor seguridad y opciones de configuración más "
-"potentes."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM añade soporte del ratón para los programas Linux en modo texto, como\n"
-"el Midnight Commander. También permite operaciones de cortar-y-pegar con\n"
-"el ratón en la consola, e incluye soporte para menúes emergentes en la "
-"consola."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake lanza una prueba del hardware, y opcionalmente configura\n"
-"el hardware nuevo/cambiado."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache es un servidor de páginas web. Se usa para servir archivos HTML y "
-"programas CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"El demonio para el superservidor de internet (normalmente llamado inetd) "
-"inicia\n"
-"una variedad de servicios adicionales de internet según sea necesario.\n"
-"Es el responsable de iniciar varios servicios, incluyendo telnet, ftp, rsh\n"
-"y rlogin. Al desactivar inetd, se desactivan todos los servicios que "
-"dependen de él."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Lanza el filtrado de paquetes para los núcleos de Linux de la serie 2.2,\n"
-"para configurar un cortafuegos que protege a su máquina de los ataques de la "
-"red."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Este paquete carga la definición de teclado que se indica en\n"
-"/etc/sysconfig/keyboard. Puede ser configurado con el programa kbdconfig.\n"
-"Debe dejarse activo en la mayoría de las máquinas."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Regeneración automática de la cabecera del núcleo en /boot para\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Detección y configuración automática del hardware al arrancar."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf a veces realizará varias tareas al arrancar para\n"
-"mantener la configuración del sistema."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd es el demonio de impresión, necesario para que lpr funcione\n"
-"correctamente. Básicamente, es un servidor que coloca las tareas de\n"
-"impresión en las colas de impresión adecuadas para cada impresora."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"El servidor virtual de Linux (LVS) se usa para construir servidores de alto\n"
-"rendimiento y alta disponibilidad."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) es un servidor de nombres de dominio (DNS) usado para convertir "
-"los nombres de máquinas en direcciones IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monta y desmonta todos los puntos de montaje de sistemas de archivos\n"
-"compartidos por medio de la red; como NFS (Network File System),\n"
-"SMB (Lan Manager/Windows) y NCP (Netware)"
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activa/desactiva todas las interfaces de red configuradas para iniciarse\n"
-"en el arranque del sistema."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS es un protocolo muy popular para compartir archivos en redes TCP/IP.\n"
-"Este servicio proporciona la funcionalidad de servidor NFS, que se "
-"configura\n"
-"a través del archivo /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS es un protocolo muy popular para compartir archivos en redes TCP/IP.\n"
-"Este servicio proporciona la funcionalidad de bloqueo de archivos por NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Activar el bloqueo numérico automáticamente bajo la consola y\n"
-"XFree al arrancar."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Admitir las win-impresoras OKI 4w y compatibles."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"El soporte PCMCIA se usa por lo general para admitir cosas como tarjetas\n"
-"de red o módems en ordenadores portátiles. No se iniciará salvo que\n"
-"esté configurado, por lo que no es un problema tenerlo instalado\n"
-"en máquinas que no lo necesiten."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"El portmapper gestiona las conexiones RPC; que usan protocolos como\n"
-"NFS y NIS. El servidor portmap se debe estar ejecutando en los sistemas que "
-"actúan\n"
-"como servidores para protocolos que usan el mecanismo RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix es un agente de transporte de correo (MTA), es decir el programa "
-"encargado de enviar el correo electrónico de una máquina a otra."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Guarda y recupera el mecanismo de entropía del sistema; usado para la\n"
-"generación de números aleatorios de gran calidad."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Asignar dispositivos 'crudos' a dispositivos de bloque (como las "
-"particiones\n"
-"de los discos), para usar aplicaciones como Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"El demonio routed permite actualizar automáticamente las tablas de "
-"enrutamiento IP\n"
-"gracias al protocolo RIP. Mientras que RIP se usa bastante en redes "
-"pequeñas,\n"
-"para redes más complejas, se necesitan protocolos de enrutamiento más "
-"complejos."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"El protocolo rstat permite a los usuarios de una red recoger\n"
-"información sobre el rendimiento de cualquier máquina de dicha red."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"El protocolo rusers permite que los usuarios de una red identifiquen\n"
-"quien está conectado en otras máquinas que respondan."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"El protocolo rwho permite que los usuarios remotos obtengan una lista\n"
-"de todos los usuarios conectados a una máquina que ejecuta el demonio rwho\n"
-"(similar al finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Lanza el sistema de sonido en su máquina"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog es el servicio a través del que varios demonios van a enviar\n"
-"sus mensajes de registro, que syslog va a redirigir a varios archivos\n"
-"de registro(log). Es una buena idea ejecutar siempre syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Carga los controladores para sus dispositivos USB."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Inicia el servidor de tipografías X11 (obligatorio para correr XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Seleccione qué servicios se deben iniciar automáticamente al arrancar"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Imprimiendo"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Compartir archivos"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistema"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Administración remota"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Servidor de base de datos"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Servicios: %d activados de %d registrados"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servicios"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "corriendo"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "parado"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servicios y demonios"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"No hay información adicional para\n"
-"este servicio. Disculpe."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Al iniciar"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Iniciar"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Parar"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Gracias por elegir Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Bienvenido al mundo del Código Abierto (Open Source)"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"El éxito de MandrakeSoft se basa en el principio del Software Libre. Su "
-"sistema operativo es el resultado del trabajo colaborativo de parte de la "
-"Comunidad Linux mundial"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Únase al mundo del Software Libre"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Conozca a la comunidad Open Source y sea un miembro. Aprenda, enseñe, y "
-"ayude a otros uniéndose a los foros de discusión que encontrará en nuestras "
-"páginas web para la \"Comunidad\""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet y Mensajería"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 le brinda la mejor selección de software para acceder a "
-"todo lo que tiene para ofrecer la Internet: Navegue la web y vea animaciones "
-"con Mozilla y Konqueror, intercambie correo-e y organice su información "
-"personal con Evolution y KMail, y mucho más"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedios y Gráficos"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"¡Mandrake Linux 8.2 le permitirá llevar a su computadora multimedios al "
-"límite! Use el último software para reproducir música y archivos de audio, "
-"edite y organice sus imágenes y fotos, mire TV y reproduzca vídeos, y mucho "
-"más"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desarrollo"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 es la plataforma de desarrollo definitiva. Descubra el "
-"poder del compilador GNU gcc así como también los mejores entornos de "
-"desarrollo de Código Abierto"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Centro de control de Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"El Centro de Control de Mandrake Linux 8.2 es un lugar único para "
-"personalizar y configurar su sistema Mandrake por completo"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Interfaces de usuario"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 brinda 11 entornos de escritorio gráficos y "
-"administradores de ventanas distintos para elegir, incluyendo a GNOME 1.4, "
-"KDE 2.2.2, Window Maker 0.8, y otros"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Software de servidor"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Transforme su máquina en un servidor potente con unos pocos clic del ratón: "
-"servidor web, de correo, cortafuegos, router, servidor de archivos e "
-"impresoras, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Juegos"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 brinda lo mejor en juegos de Código Abierto - arcade, "
-"acción, naipes, deportes, estrategia, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"¿Desea aprender Linux de manera simple, rápida, y gratis? MandrakeSoft le "
-"proporciona entrenamiento libre en Linux, así como también una manera de "
-"probar su progreso, en MandrakeCampus -- nuestro centro de entrenamiento en "
-"línea"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"El soporte de calidad de la Comunidad Linux, y de MandrakeSoft, está "
-"simplemente a la vuelta de la esquina. y si ya es un veterano de Linux, "
-"conviértase en \"Experto\" y comparta su conocimiento en nuestro sitio web "
-"de soporte"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Nuestros consultores están listos para analizar sus necesidades y ofrecerle "
-"una solución persoanlizada para todos sus proyectos de IT. Aproveche la "
-"vasta experiencia de MandrakeSoft como productor de Linux para brindar una "
-"alternativa IT verdadera para su organización de negocios"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"En nuestra tienda electrónica en línea están disponibles el rango completo "
-"de soluciones Linux, así como también ofertas especiales sobre los productos "
-"y otras \"cositas\""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Para más información sobre los Servicios Profesionales de MandrakeSoft y las "
-"ofertas comerciales, por favor vea la página web siguiente:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Instalando paquetes..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"No se puede leer su tabla de particiones, está demasiado deteriorada :-(\n"
-"Se intentará ir poniendo en blanco las particiones malas"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "¡Error!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "No se encuentra el archivo de imagen `%s' necesario."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Configurador de Instalación Automática"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Está a punto de configurar el un disquete de Instalación Automática. Esta "
-"característica es algo peligrosa y debe ser utilizada con cuidado.\n"
-"\n"
-"Con esa característica, podrá repetir la instalación que ha realizado en "
-"esta computadora, y se le consultará interactivamente en algunos pasos, para "
-"poder cambiar los valores de los mismos.\n"
-"\n"
-"Para máxima seguridad, el particionado y formateado nunca será realizado "
-"automáticamente, sin importar lo que eligió durante la instalación de esta "
-"computadora.\n"
-"\n"
-"¿Desea continuar?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Configuración de pasos automáticos"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Por favor, elija para cada paso si desea que se repita como su instalación, "
-"o el mismo será manual"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Bienvenido.\n"
-"\n"
-"Los parámetros de la instalación automáticas están disponibles en las "
-"secciones de la izquierda"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "¡Felicidades!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"El disquete ha sido generado satisfactoriamente.\n"
-"Ahora puede repetir su instalación."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Instalación automática"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Añadir un elemento"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Borrar el último elemento"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Reporte de DrakBackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Reporte del servidor DrakBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Detalles del reporte de DrakBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "progreso total"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Respaldar archivos del sistema..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Respaldar archivos del disco rígido..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Respaldar archivos de usuario..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Progreso de respaldo del disco rígido..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Respaldar otros archivos..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"Lista de archivos envíada por FTP: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Problema en la conexión FTP. No fue posible enviar sus archivos de copia "
-"de seguridad por FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Error durante el envío de correo. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Selección de archivos."
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Seleccione los archivos o directorios y haga clic sobre 'Agregar'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Por favor, verifique todas las opciones que necesita.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Estas opciones pueden respaldar y restaurar todos los archivos en el "
-"directorio /etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Respaldar archivos del sistema. (directorio /etc)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Usar repaldo incremental (no reemplazar respaldos antiguos)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "No incluir archivos críticos (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Con esta opción podrá restaurar cualquier versión de su\n"
-"directorio /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr ""
-"Por favor, marque a todos los usuarios que desa incluir en la copia de "
-"respaldo"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "No incluir el cache del navegador"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Usar respaldos incrementales (no reemplazar respaldos antiguos)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Quitar los seleccionados."
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Usuarios"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Usar conexión FTP para realizar copia de respaldo"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Por favor, ingrese el nombre o la IP del host"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Por favor, ingrese el directorio en este host para\n"
-" guardar la copia de respaldo."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Por favor, ingrese su nombre de usuario (login)"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Por favor, ingrese su contraseña"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Recordar esta contraseña"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "Conexión FTP"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Conexión segura"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Usar CD/DVDROM para la copia de respaldo"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Por favor, elija el espacio de su CD"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Por favor, verifique que está utilizando un soporte CDRW"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Por favor, verifique si desea borrar su CDRW primero"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Por favor verifique si desea hacer que su\n"
-" CD arranque."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Por favor, ingrese el nombre del dispositivo de\n"
-" su grabadora de CD, ej: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Usar cinta para realizar respaldo"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-"Por favor, ingrese el nombre del dispositivo a utilizar para el respaldo"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Por favor, ingrese el tamaño máximo\n"
-" permitido para Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Por favor, ingrese el directorio a guardar:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Usar cuota para archivos de respaldo"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Red"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Disco rígido / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "Cada hora."
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "Cada día."
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "Cada semana."
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "Cada mes."
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Usar servidor"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Por favor, elija el intervalo de\n"
-" tiempo entre cada copia de respaldo"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Por favor, elija el soporte\n"
-"para la copia de respaldo."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Usar el disco rígido con servidor"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Usar FTP con servidor"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-"Por favor, asegúrese que el servidor cron está incluído entre sus servicios."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Enviar reporte por correo-e luego de cada respaldo a :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Qué"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Dónde"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Cuándo"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Más opciones"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Configuración de Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Por favor, elija dónde desea realizar la copia de respaldo"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "en disco rígido"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "a través de la red"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Por favor, elija qué desea respaldar"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Respaldar el sistema"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Respaldar usuarios"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Seleccionar manualmente el usuario"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Fuentes de respaldo: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Archivos del sistema:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Archivos de usuario:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Otros archivos:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Guardar en el disco en la ruta : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Guardar por FTP en el host : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t nombre de usuario: %s\n"
-"\t\t en ruta: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Opciones:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tNo incluir archivos del sistema\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tRespaldar usando tar y bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tRespaldar usando tar y gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Servidor (%s) incluye :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Disco rígido.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Red por FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Red por SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-"Sin configuración, por favor haga clic sobre el Asistente o Avanzado.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lista de datos a restaurar:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lista de datos corruptos:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Por favor, desmarque o quítelo la próxima vez."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Los archivos de respaldo están corruptos"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Todos los datos seleccionados han sido "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Recuperados satisfactoriamente en %s"
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Configuración de la restauración"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Se pueden restaurar los otros archivos."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Lista de usuarios a restaurar (sólo importa la fecha más reciente por "
-"usuario)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Respaldar los archivos del sistema anteriores a:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Por favor, elija la fecha para restaurar"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Usar el disco rígido para copia de respaldo"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Restaurar desde el disco rígido."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-"Por favor, ingrese el directorio donde se almacenan las copias de respaldo"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Elija otro soporte desde el cual restaurar"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Otros soportes"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Restaurar archivos del sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Restaurar usuarios"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Restaurar otros"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "seleccione la ruta para restaurar (en vez de /)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Realizar respaldo nuevo antes de restaurar (sólo para respaldos "
-"incrementales)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Borrar directorios de los usuarios antes de restaurar."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Restaurar todas las copias de respaldo"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Restauración personalizada"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Ayuda"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Anterior"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Guardar"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Realizar copia de respaldo"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Restaurar"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Siguiente"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Por favor, realize la copia de respaldo antes de restaurarla...\n"
-" o verifique que la ruta para almacenar es correcta."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Error enviando correo con sendmail\n"
-" su correo-e de reporte no se envió\n"
-" Por favor, configure a sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lista de paquetes a instalar"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Error enviando el archivo por FTP.\n"
-" Por favor, corrija su configuración de FTP."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Por favor, seleccione los datos a restaurar..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Por favor, seleccione el soporte para la copia de respaldo..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Por favor, elija los datos a respaldar..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"No se econtró el archivo de configuración,\n"
-" por favor haga clic sobre Asistente o Avanzado."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "En desarrollo ... por favor, espere."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Respaldar archivos del sistema"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Respaldar archivos de usuarios"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Respaldar otros archivos"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Progreso total"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "Envío de archivos por FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Enviando archivos..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Lista de datos a incluir en el CDROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Por favor, ingrese la velocidad de la grabadora de CDs"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-"Por favor, ingrese el nombre del dispositivo de su grabadora de CDs (ej: "
-"0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Por favor, verifique si desea hacer que su CD arranque."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Respaldar Ahora desde archivo de configuración"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Ver configuración del respaldo"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Configuración del Asistente"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Configuración avanzada"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Respaldar Ahora"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"descripción de las opciones:\n"
-"\n"
-" En este paso Drakbackup le permite cambiar:\n"
-"\n"
-" - El modo de compresión:\n"
-" \n"
-" Si marca compresión bzip2, comprimirá mejor sus datos\n"
-" que gzip (alrededor del 2-10 %).\n"
-" Por defecto, esta opción no está marcada dado que este\n"
-" modo de compresión necesita más tiempo (100 veces más)\n"
-" \n"
-" - El modo de actualización:\n"
-"\n"
-" Esta opción actualizará su respaldo, pero no es\n"
-" realmente útil ya que necesita descomprimirlo\n"
-" antes que pueda actualizarlo.\n"
-" \n"
-" - el modo .backupignore:\n"
-"\n"
-" Al igual que cvs, Drakbackup ignorará todas las referencias\n"
-" incluídas en los archivos .backupignore de cada directorio.\n"
-" ej: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Algunos errores con sendmail son causados por\n"
-" una configuración mala de postfix. Para resolverlo tiene\n"
-" que configurar myhostname o mydomain en /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"descripción de las opciones:\n"
-"\n"
-" - Respladar archivos del sistema:\n"
-" \n"
-"\tEsta opción permite respaldar su directorio /etc, que\n"
-"\tcontiene todos los archivos de configuración. Por favor\n"
-"\ttenga cuidado durante la restauración de no sobre-escribir:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Respaldar archivos de usuario:\n"
-"\n"
-"\tEsta opción permite seleccionar todos los usuarios que\n"
-"\tdesea respaldar.\n"
-"\tPara preservar espacio, se recomienda no incluir el\n"
-"\tcache del navegador web.\n"
-"\n"
-" - Respaldar otros archivos:\n"
-"\n"
-"\tEsta opción permite añadir más datos a guardar.\n"
-"\tCon el otro respaldo no es posible, por ahora,\n"
-"\tseleccionar el respaldo incremental.\t\t\n"
-" \n"
-" - Respaldo incremental:\n"
-"\n"
-"\tEl respaldo incremental es la opción más potente.\n"
-"\tLe permite respaldar todos sus datos la primera\n"
-"\tvez, y luego sólo aquellos que cambiaron.\n"
-"\tLuego, podrá, durante la etapa de restauración,n\trestaurar sus datos "
-"desde una fecha especificada.\n"
-"\t\n"
-"\tSi no ha seleccionado esta opción todos los\n"
-"\trespaldos antiguos se borran antes de volver a respaldar.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"descripción de la restauración:\n"
-" \n"
-"Sólo se utilizará la fecha más reciente, ya que con respaldos\n"
-"incrementales sólo es necesario restaurar de uno de los antiguos.\n"
-"\n"
-"Por lo tanto, si no desea restaurar un usuario, por favor desmarque\n"
-"su casilla.\n"
-"\n"
-"En caso contrario, sólo puede seleccionar alguno de éstos\n"
-"\n"
-" - Respaldos incrementales:\n"
-"\n"
-"\tEl respaldo incremental es la opción más potente.\n"
-"\tLe permite respaldar todos sus datos la primera\n"
-"\tvez, y luego sólo aquellos que cambiaron.\n"
-"\tLuego, podrá, durante la etapa de restauración,\n"
-"\trestaurar sus datos desde una fecha especificada.\n"
-"\tSi no ha seleccionado esta opción todos los\n"
-"\trespaldos antiguos se borran antes de volver a respaldar...\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft por DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft por DUPONT Sebastien <dupont_s\\@epita.fr>\n"
-"\n"
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
-"\n"
-" _____________________\n"
-"\n"
-"Descripción:\n"
-"\n"
-" Drakbackup se usa para respaldar su sistema.\n"
-" Durante la configuración puede seleccionar:\n"
-"\t- Archivos del sistema,\n"
-"\t- Archivos de usuarios,\n"
-"\t- Otros archivos.\n"
-"\to Todo su sistema ... y Otros (como Particiones Windows)\n"
-"\n"
-" Drakbackup le permite respaldar su sistema sobre:\n"
-"\t- Disco rígido.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (con autoboot, rescue y autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Cinta.\n"
-"\n"
-" Drakbackup le permite restaurar su sistema a un\n"
-" directorio seleccionado por el usuario.\n"
-"\n"
-" Predeterminadamente se almacenarán los respaldos en su\n"
-" directorio /var/drakbackup.\n"
-"\n"
-" Archivo de configuración:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Paso de restauración:\n"
-" \n"
-" Durante la restauración, DrakBackup quitará su \n"
-" directorio original y verificará que todos \n"
-" los archivos de respaldo no estén corruptos. Se \n"
-" recomienda que haga un último respaldo antes de restaurar.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"descricpión de las opciones:\n"
-"\n"
-"Por favor, tenga cuidado cuando use respaldos por ftp, porque\n"
-"sólo los respaldos ya hechos se envían al servidor.\n"
-"Por el momento, necesita realizar el respaldo en su disco rígido\n"
-"antes de enviarlo al servidor.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problemas durante la restauración:\n"
-"\n"
-"Durante el paso de restauración, Drakbackup verificará todos los\n"
-"archivos de respaldo antes de restaurarlos.\n"
-"Antes de la restuaración, Drakbackup quitará el\n"
-"directorio original, y perderá todos los datos en el mismo.\n"
-"Es importante ser cuidadoso y no modificar los archivos de\n"
-"datos de respaldo a mano.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Descripción:\n"
-"\n"
-" Drakbackup se usa para respaldar su sistema.\n"
-" Durante la configuración puede seleccionar:\n"
-"\t- Archivos del sistema,\n"
-"\t- Archivos de usuarios,\n"
-"\t- Otros archivos.\n"
-"\to Todo su sistema ... y Otros (como Particiones Windows)\n"
-"\n"
-" Drakbackup le permite respaldar su sistema sobre:\n"
-"\t- Disco rígido.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (con autoboot, rescue y autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Cinta.\n"
-"\n"
-" Drakbackup le permite restaurar su sistema a un\n"
-" directorio seleccionado por el usuario.\n"
-"\n"
-" Por defecto, se almacenarán los respaldos en su\n"
-" directorio /var/lib/drakbackup.\n"
-"\n"
-" Archivo de configuración:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Paso de restauración:\n"
-" \n"
-" Durante la restauración, DrakBackup quitará su \n"
-" directorio original y verificará que todos \n"
-" los archivos de respaldo no estén corruptos. Se \n"
-" recomienda que haga un último respaldo antes de restaurar.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Falló la instalación de %s. Ocurrió el siguiente error:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Buscar tipografías instaladas"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Desmarcar las tipografías instaladas"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "analizar todas las tipografías"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "no se encontraron tipografías"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "hecho"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "no se pueden encontrar tipografías en las particiones montadas"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Volver a seleccionar tipografías correctas"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "no se pueden encontrar tipografías.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Buscar tipografías en la lista de instaladas"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Copiar tipografías"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Instalación de tipografías True Type"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "por favor, espere mientras corre ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Instalación de True Type realizada"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Conversión de tipografías"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "Construyendo Type1"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Referenciando a Ghostscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "Conversión de tipografías TTF"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "Conversión de tipografías PFM"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Suprimir archivos temporales"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Reiniciar XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Suprimir archivos de tipografías"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "Reiniciar XFS"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Antes de instalar cualquier tipografía, asegúrese que tiene derecho de "
-"usarlas\n"
-"e instalarlas en su sistema.\n"
-"\n"
-"-Puede instalar las tipografías usando la manera normal. En casos raros,\n"
-"puede ser que tipografías \"falsas\" congelen a su servidor X."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Importación de tipografías"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Obtener tipografías de Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Desinstalar tipografías"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Opciones avanzadas"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Lista de tipografías"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Elija las aplicaciones que soportarán las tipografías:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Impresoras genéricas"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-"Seleccione el archivo o directorio de tipografías y haga clic sobre 'Agregar'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Instalar lista"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "haga clic aquí si está seguro."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "aquí si no lo está."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Deseleccionar todas."
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Seleccionar todas."
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Quitar lista"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Pruebas iniciales"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Copiar tipografías en su sistema"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Instalar y convertir tipografías"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Post-instalación"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Quitar tipografías de su sistema"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Post-desinstalación"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Compartir la conexión a Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Ahora, la conexión compartida a Internet está activada ahora"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Ya se ha realizado la configuración de la conexión compartida a Internet.\n"
-"Ahora está activa.\n"
-"\n"
-"¿Qué desea hacer?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "desactivar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "rechazar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "reconfigurar"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Desactivando los servidores..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Ahora, la conexión compartida a Internet está inactiva."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Ahora, la conexión compartida a Internet está desactivada"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Ya se ha realizado la configuración de la conexión compartida a Internet.\n"
-"Ahora está inactiva.\n"
-"\n"
-"¿Qué desea hacer?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "activar"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Activando los servidores..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Ahora, la conexión compartida a Internet está activa."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Puede configurar su ordenador para compartir su conexión a Internet.\n"
-"Con esta característica, otras máquinas de su red local podrán usar la "
-"conexión a Internet de este ordenador.\n"
-"\n"
-"Aviso: necesita un adaptador de red dedicado para configurar una red de área "
-"local (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfaz %s (usando el módulo %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfaz %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "¡No hay ningún adaptador de red en su sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"No se ha detectado ningún adaptador de red en su sistema. Por favor, ejecute "
-"la herramienta de configuración del hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interfaz de red"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Sólo hay un adaptador de red configurado en su sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Se va a configurar su red de área local con ese adaptador."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Por favor, elija qué adaptador de red estará conectado a su red de área "
-"local."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Interfaz de red ya configurada"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Atención, el adaptador de red (%s) ya está configurado.\n"
-"\n"
-"¿Desea volver a configurarlo automáticamente?\n"
-"\n"
-"Puede hacerlo manualmente pero necesita saber lo que está haciendo."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Volver a configurar automáticamente"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Mostrar la configuración corriente de la interfaz"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Configuración corriente de `%s':\n"
-"\n"
-"Red: %s\n"
-"Dirección IP: %s\n"
-"Atributo IP: %s\n"
-"Controlador: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Puedo mantener su configuración corriente y asumir que ya configuró un "
-"servidor DHCP; en ese caso, por favor verifique que leo correctamente la Red "
-"Clase C que usó para su red local; no la volveré a configurar y no tocaré la "
-"configuración de su servidor DHCP.\n"
-"\n"
-"Caso contrario, puedo volver a configurar su interfaz y (volver a)configurar "
-"un servidor DHCP por Ud.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Red Local Clase C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "IP de (este) servidor DHCP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Volver a configurar la interfaz y el servidor DHCP"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "La red local no finalizó con `.0', saliendo."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"¡Se encontró un conflicto potencial de direcciones LAN en la configuración "
-"de %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "¡Se detectó la configuración del cortafuegos!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"¡Atención! Se ha detectado la configuración del cortafuegos existente. Puede "
-"que necesite algún ajuste manual tras la instalación."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Configurando..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Configurando los scripts, instalando el software, iniciando los servidores..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemas al instalar el paquete %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Se ha configurado todo.\n"
-"Ahora puede compartir su conexión a Internet con otros ordenadores de su red "
-"de área local, usando la configuración automática de la red (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "La configuración ya se ha hecho, pero ahora está desactivada."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "La configuración ya se ha hecho, y ahora está activada."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "No se ha configurado la conexión compartida a Internet."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configuración de la conexión compartida a Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"¡Bienvenido a la herramienta para compartir la conexión a Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Haga click sobre Configurar para lanzar el asistente de configuración."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configuración de la red (%d adaptadores)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Perfil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Borrar perfil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Perfil a borrar:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nuevo perfil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Nombre del perfil a crear (el perfil nuevo se crea como copia del actual):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nombre de la máquina: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Acceso a Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipo:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Pasarela:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfaz:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Estado:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Por favor, espere"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configurar el acceso a Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configuración de la red local"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Controlador"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfaz"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocolo"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Estado"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configurar la red de área local..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Haga clic aquí para lanzar el asistente ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Asistente..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Espere, por favor... Aplicando la configuración"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Conectado"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "No conectado"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Desconectar..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Atención, se ha detectado otra conexión con la Internet, tal vez está usando "
-"su red"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"No tiene configurada ninguna interfaz.\n"
-"Configure la primera haciendo clic sobre 'Configurar'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configuración LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptador %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocolo de arranque"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Iniciado al arranque"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "cliente DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "activar ahora"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "desactivar ahora"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Todavía no se ha configurado esta interfaz.\n"
-"Lance el asistente de configuración en la ventana principal"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"No tiene ninguna conexión a Internet.\n"
-"Primero debe crear una haciendo clic sobre 'Configurar'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configuración de la conexión a Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configuración de la conexión a Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipo de conexión: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parámetros"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Pasarela"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Tarjeta ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Definiendo el nivel de seguridad"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centro de control"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Elija la herramienta que desea usar"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Canadá (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "EEUU (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "EEUU (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "EEUU (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "China (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japón (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japón (cable)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Europa del este"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlanda"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Europa del oeste"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nueva Zelanda"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Sudáfrica"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Por favor,\n"
-"teclee su norma de tv y país"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "Norma de TV:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Área:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Buscando canales de TV, en progreso ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Buscando canales de TV"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr "¡No se detectó tarjeta de TV!"
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-"No se detectó tarjeta de TV en su máquina. Por favor, verifique que tiene conectada correctamente una tarjeta de vídeo/TV soportada por Linux.\n"
-"\n"
-"\n"
-"Puede visitar nuestra base de datos de hardware en:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uso: keyboarddrake [--expert] [teclado]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Seleccione la distribución de su teclado."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "¿Desea que la tecla BackSpace envíe un Delete en la consola?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Cambie el CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Por favor, inserte el CD-ROM de la instalación en su unidad y presione "
-"Aceptar.\n"
-"Si no lo tiene, presione Cancelar para evitar la actualización en vivo."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "¡¡¡ No se puede iniciar la actualización en vivo !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "Se ha realizado el cambio, pero no se hará efectivo hasta que salga"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Mostrar sólo para el día seleccionado"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Archivo/_Nuevo"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Archivo/_Abrir"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>A"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Archivo/_Guardar"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>G"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Archivo/Guardar _como"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Archivo/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opciones"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opciones/Prueba"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Ayuda"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Ayuda/_Acerca de..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Usuario"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Mensajes"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Explicaciones de las herramientas de Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "buscar"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Una herramienta para ver sus archivos de registro (logs)"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Configuración"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "coincidencia"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "pero no hay coincidencias"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Elija un archivo"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Calendario"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Contenido del archivo"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Alerta por correo/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "por favor, espere, analizando el archivo: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Configuración de alerta por correo/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Bienvenido a la herramienta de configuración del correo/SMS.\n"
-"\n"
-"Aquí podrá configurar su sistema de alerta.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "configuración de servicios"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Recibirá una alerta si se detiene la ejecución de uno de los servicios "
-"seleccionados"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "configuración de la carga"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Recibirá una alerta si la carga es mayor que este valor"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "configuración de alerta"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Configura la forma en que el sistema le alertará"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Guardar como..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Seleccione el tipo de su ratón, por favor."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "no se encontró ningún usb_serie\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "¿Emular el tercer botón?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "se encontró %s en %s, ¿configurarlo?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Seleccione un escáner."
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "El escáner %s no está soportado"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-"Scannerdrake no pudo detectar su escáner %s.\n"
-"Por favor, seleccione el dispositivo donde está conectado su escáner"
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr "elija el dispositivo"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"printerdrake puede configurar este escáner %s.\n"
-"Puede lanzar printerdrake desde el Centro de control de Mandrake en la "
-"sección Hardware."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-"Su escáner %s ha sido configurado.\n"
-"Ahora puede escanear documentos usando \"XSane\" en el menú Multimedios/Gráficos."
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Configuración del cortafuegos"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Configuración del cortafuegos"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Cortafuegos\n"
-"\n"
-"Ya tiene configurado un cortafuegos.\n"
-"Haga clic sobre Configurar para cambiar o quitar el cortafuegos"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Cortafuegos\n"
-"\n"
-"Haga clic sobre Configurar para configurar un cortafuegos estándar"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Elija su idioma"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Tipo de instalación"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detección del disco rígido"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configuración del ratón"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Elija su teclado"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Seguridad"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Sistemas de archivos"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formateo de particiones"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Elija los paquetes a instalar"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalar el sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Añadir un usuario"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configurar la red"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Servicios al inicio"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Cargador de arranque"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Crear un disco de arranque"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configuración de X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Actualiz. del sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Salir de la instalación"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"configurador de tinyfirewall\n"
-"\n"
-"Esto configura un cortafuegos personal para esta máquina Mandrake Linux.\n"
-"Para una solución potente de cortafuegos dedicada, por favor eche un "
-"vistazo\n"
-"a la distribución especializada MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Ahora le preguntaremos a qué servicios quiere permitir conectarse desde\n"
-"Internet. Por favor, piense cuidadosamente las respuestas, ya que la\n"
-"seguridad de su ordenador es importante.\n"
-"Por favor, si en este momento no está usando alguno de estos servicios,\n"
-"protéjalos. ¡Puede cambiar esta configuración cuando quiera\n"
-"volviendo a ejecutar esta aplicación!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"¿Está corriendo un servidor web en esta máquina que quiere que vea toda\n"
-"Internet? Si está corriendo un servidor web al que sólo necesita acceder\n"
-"desde esta máquina, aquí puede responder con seguridad NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"¿Está corriendo un servidor de nombres en esta máquina? Si no configuró uno\n"
-"para entregar información de IP y de la zona a toda Internet, por favor\n"
-"responda no.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"¿Desea permitir conexiones de entrada de Secure Shell (ssh)? Este es un\n"
-"reemplazo de telnet que puede usar para la entrada al sistema. Si ahora está "
-"usando\n"
-"telnet, definitivamente debería cambiar a ssh. telnet no está cifrado, por\n"
-"lo tanto algunos atacantes pueden robarle su contraseña si lo usa. ssh está\n"
-"cifrado y no permite este tipo de ataque."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"¿Desea permitir conexiones entrantes por telnet?\n"
-"Esto es terriblemente inseguro, como explicamos en la pantalla anterior. Es\n"
-"altamente recomendable responder No aquí y usar ssh en lugar de\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"¿Está corriendo un servidor FTP que debe ser accesible desde Internet?\n"
-"En ese caso, es altamente recomendable que sólo lo use para transferencias\n"
-"anónimas. Algunos atacantes pueden robar cualquier contraseña enviada por "
-"FTP,\n"
-"ya que FTP tampoco usa cifrado para transferir las contraseñas.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"¿Está corriendo un servidor de correo? Si envía sus mensajes con pine, "
-"mutt \n"
-"o cualquier otro cliente de correo de modo texto, probablemente sí.\n"
-"En caso contrario, debería proteger esto con el cortafuegos.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"¿Está corriendo un servidor POP o IMAP? Estos deberían ser\n"
-"usados para almacenar cuentas de correo no basadas en web para las\n"
-"personas en esta máquina.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Parece que está ejecutando un núcleo 2.2. Si una computadora en su casa\n"
-"o en la oficina configura su dirección IP de red automáticamente\n"
-"(asignación dinámica), debemos permitir esto. ¿Es este el caso?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"¿El reloj de su computadora está sincronizado al reloj de otra computadora?\n"
-"Mayormente, esto es lo que usan las organizaciones con servidores Unix/"
-"Linux\n"
-"medianamente grandes para sincronizar los tiempos de conexión y cosas así.\n"
-"Si no es parte de una oficina grande y nunca escuchó nada acerca de esto,\n"
-"probablemente no sea su situación."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configuración completa. ¿Se pueden escribir estos cambios al disco?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "No se puede abrir %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "No se puede abrir %s para escribir: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "No, no necesito DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Sí, necesito DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "No, no necesito NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Sí, necesito NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "No grabar"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Grabar y Salir"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Asistente para la configuración del Cortafuegos"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "No (proteger esto de la Internet detrás del cortafuegos)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Sí (permitir esto a través del cortafuegos)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Espere por favor... Verificando los paquetes instalados"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Fallo instalando los paquetes necesarios: %s y Bastille.\n"
-" Intente instalarlos a mano."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Servidor, Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Computadora de Red (cliente)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Servidor NFS, servidor SMB, servidor proxy, servidor SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Oficina"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Estación de trabajo GNOME"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Herramientas para su Palm Pilot o su Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Estación de trabajo"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Servidor, Cortafuegos/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Servidor de Información de Red y de Nombres de Dominio"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programas de Oficina: procesadores de palabras (kword, abiword), plantillas "
-"de cálculo (kspread, gnumeric), visualizadores PDF, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Herramientas de audio: reproductores mp3 o midi, mezcladores, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Libros y COMOs sobre Linux y Software Libre"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Estación de trabajo KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedios - Vídeo"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Conjunto de herramientas para correo, noticias, web, transferencia de "
-"archivos, y chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Servidor, Bases de Datos"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Servidor de base de datos PostgreSQL o MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Herramientas para facilitar la configuración de su computadora"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedios - Sonido"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilitarios"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentación"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Herramientas para la consola"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Servidor de correo Postfix, servidor de noticias Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Estación Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Estación Multimedios"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configuración"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Más escritorios gráficos (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"El K Desktop Environment, el entorno gráfico básico con una colección de "
-"herramientas que lo acompañan"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Entorno gráfico"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache y Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Herramientas para crear y grabar CDs"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Estación de trabajo de Oficina"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programas gráficos, tales como El Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Bibliotecas de desarrollo C y C++, programas y archivos *.h"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Computadora servidor de red"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Servidor, Correo/Groupware/Noticias"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Estación de Juegos"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Reproductores y editores de vídeo"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedios - Gráficos"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programas de entretenimiento: arcade, tableros, estrategia, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Conjunto de herramientas para leer y enviar correo y noticiar (pine, mutt, "
-"tin...) y para navegar por la Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivado, emuladores, monitoreo"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanzas personales"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Entorno gráfico con un conjunto de herramientas de escritorio y aplicaciones "
-"amigables"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clientes para los distintos protocolos incluyendo a ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Pasarela de acceso a Internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programas de reproducción/edición de sonido y vídeo"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Otros entornos gráficos"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editores, shells, manipulación de archivos, terminales"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programas para administrar sus finanzas, tales como gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Administración de la información personal"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedios - Grabación de CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Estación de trabajo Científica"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
deleted file mode 100644
index d088213a6..000000000
--- a/perl-install/share/po/et.po
+++ /dev/null
@@ -1,14194 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# Riho Kurg <rx@linux.ee>, 1999-2001.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 1999-10-28 19:54+0200\n"
-"Last-Translator: Riho Kurg <rx@linux.ee>\n"
-"Language-Team: Estonian <et@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Seadista kik monitorid sltumatult"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Kasuta Xinerama laiendusi"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Seadista ainult kaart \"%s\" (%s)"
-
-#
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Mitme monitori seadistamine"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Ssteemis on vimalik kasutada mitut monitori.\n"
-"Mida Te soovite teha?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Graafikakaart"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Valige graafikakaart"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Valige X server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Valige X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree86 %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Millise XFree konfiguratsiooni soovite kasutada?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Teie videokaardi 3D graafikakiirendit saab kasutada vaid koos XFree %s-ga.\n"
-"XFree %s toetab Teie videokaarti ja vib omada paremat 2D tuge."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Teie kaardi 3D graafikakiirendit toetab XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s koos 3D graafikakiirendi toega"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Teie videokaardi 3D graafikakiirendit saab kasutada koos XFree %s-ga.\n"
-"SEE ON AGA EKSPERIMENTAALNE JA VIB OLLA EBASTABIILNE."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s koos EKSPERIMENTAALSE 3D kiirendi toega"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Teie videokaardi 3D graafikakiirendit saab kasutada vaid koos XFree %s-ga.\n"
-"SEE ON AGA EKSPERIMENTAALNE JA VIB OLLA EBASTABIILNE.\n"
-"Teie kaarti toetab ka XFree %s, millel on ehk parem 2D tugi."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree stted"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Valige graafikamlu suurus"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Valige X server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Valige monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Kaks kriitilist suurust on ekraanisagedus, mis mrab kogu kuva\n"
-"uuendamise aja ja realaotussagedus\n"
-"\n"
-"On VGA THTIS, et Te ei mraks siinkohal monitori, mille realaotus on\n"
-"suurem kui Teie monitor vimaldab. Vastasel juhul vib Teie monitor hvida.\n"
-"Kui kahtlete, valige pigem viksem vrtus."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Realaotussagedus"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Ekraaniuuendussagedus"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor ei ole seadistatud"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Graafikakaart ei ole veel seatud"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Kuvatihedus ei ole veel seatud"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Kas soovite seadistusi proovida?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Hoiatus: testimine vib Teie arvuti peatada"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Proovime seadistusi"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"proovige mnd parameetrit muuta"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Tekkis mingi viga:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Jtkub %d sekundi prast"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Kas see on ige?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Tekkis mingi viga, proovige mnd parameetrit muuta"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Kuvatihedus"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Valige kuvatihedus ja vrvisgavus"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Graafikakaart: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Veel.."
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "OK"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Ekspertresiim"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Nita kike"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Kuvatihedused"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Klaviatuuriasetus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Hiire tp: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Hiire port: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Realaotussagedus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Ekraanisagedus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Graafikakaart: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Graafikakaart: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Videomlu: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Vrvisgavus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Kuvatihedus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 juhtprogramm: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Valmistume X-i seadistamiseks"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Mida Te soovite teha?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Muuda monitori"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Muuda graafikakaardi"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Muuda serveri parameetreid"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Muuda kuvatihedust"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Nita lisainfot"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Proovi veel"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Vlju"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Silita muutused?\n"
-"Olemasolevad stted:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X stardib nd"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Teie arvutis on vimalik kivitada X juba alglaadimisel.\n"
-"Kas soovite nii teha?"
-
-# c-format
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Muudatuste aktiveerimiseks kivitage %s uuesti"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Palun vljuge ja vajutage siis Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 vrvi (8 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tuhat vrvi (15 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tuhat vrvi (16 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljonit vrvi (24 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miljardit vrvi (32 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB vi rohkem"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA, 640x400 sagedusel 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "SVGA, 800x600 sagedusel 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514-hilduv, 1024x768, 87 Hz vahelejtuga "
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "SVGA, 1024x768, 87 Hz vahelejtuga, 800x600, 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "SVGA, 800x600 sagedusel 60 Hz, 640x480 sagedusel 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA, 1024x768 sagedusel 60 Hz, 800x600 sagedusel 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Krgsageduslik SVGA, 1024x768, 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Mitmesageduslik, 1280x1024 sagedusel 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Mitmesageduslik, 1280x1024 sagedusel 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Mitmesageduslik, 1280x1024 sagedusel 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Partitsiooni algusesse"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Ketta algusesse (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO installimine"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kuhu soovite alglaaduri installida"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub installimine"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO tekstiresiimis"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO graafikaresiimis"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Laadimine DOS/Windowsist (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Alglaaduri peastted"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Eelistatav alglaadur"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Alglaaduri peastted"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Alglaadimisseade"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ei tta vanema BIOSi korral)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompaktne"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompaktne"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Graafikamood"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Ooteaeg alglaadimisel"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Salasna"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Salasna (uuesti)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Piira ksurea suvandeid"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "piiratud"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Puhasta /tmp igal laadimisel"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Kui vaja, tpsusta RAM suurust (leitud %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Vimalda mitut profiili"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Anna mlu suurus megabaitides"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Ste ``Piira ksurea suvandeid'' on ilma salasnata mittekasutatav"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Palun proovige veel"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Salasnad ei klapi"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Initsialiseerimisteade"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware viivitus"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Ajapiirang kerneli laadimisel"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "CD-lt laadimine lubatud?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "OF laadimine lubatud?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Vaikimisi OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Praegu on kasutusel sellised kirjed.\n"
-"Te vite neid lisada ning olemasolevaid muuta."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Lisa"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Tehtud"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "Modifitseeri RAIDi"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Millisele sektorile soovite seda tsta?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Muu OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Muu OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Muu OS (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Laadefail"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Juur"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Lisada"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Read-write"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Ebaturvaline"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "This"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Vaikimisi"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd suurus"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Eemalda kirje"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Thi kirjethis ei ole lubatud"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Teil peab olema saaleala"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Selline this on juba kasutusel"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Leiti %s %s liidest"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "On Teil veel kaarte?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Kas Teil on ikka mni %s liides?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ei"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Jah"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Info riistvara kohta"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installime juhtprogrammil %s kaardile %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(moodul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Millist %s juhtprogrammi peaksime proovima?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Mnedel juhtudel vajab %s juhtprogramm tks lisainformatsiooni\n"
-"kuigi tavaliselt saab ka ilma hakkama. Kas soovite eraldi parameetreid\n"
-"mratleda vi lasta juhtprogrammil ise Teie arvutit kompida? Vib juhtuda,\n"
-"et see viib arvuti segadusse kuid ei tohiks mingit jvat kahju teha."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Proovida niisama"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Mrake parameetrid"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Nd vite moodulile %s parameetreid mrata.\n"
-"Parameetrid on vormingus \"nimi=vrtus nimi2=vrtus2 ...\".\n"
-"Niteks: \"io=0x300 irq=7\""
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Mooduli parameetrid:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Moodule %s laadimine ei nnestunud.\n"
-"Kas soovite proovida parameetreid muuta?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(juba lisatud %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Salasna on liiga lihtne"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Palun andke kasutajatunnus"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Kasutajatunnus tohib sisaldada ainult vikesi thti, numbreid, - ja _"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "See kasutajatunnus on juba lisatud"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Lisa kasutaja"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Sisesta kasutaja\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Kasutaja ige"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Prisnimi"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Kasutajatunnus"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Ksurida"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikoon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Vaikimisi sisenemine"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Teie arvutit saab seada vaikimisi kasutaja sisenemisele.\n"
-"Kui Te seda ei soovi, valige <Katkesta>"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Valige uus vaikimisi kasutaja :"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Valige palun kivitatav aknahaldur:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Palun valige kasutatav keel"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Teisi keeli saab valida prast installimist"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Kik"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Tavakasutaja"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Isetehtud"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS kivitatakse"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Valige paketid mida soovite installida"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Katkesta"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Tere tulemast, krkkerid"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Vhene"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Tavahiir"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Krge"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Krge"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoiline"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Seda tase muudab kll ssteemi lihtsalt kasutatavaks, kui vga\n"
-"haavatavaks: ligipsupiirangute puudumise tttu ei peaks arvutit hendama\n"
-"ei teiste arvutitega ega ka mitte Internetti."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Salasnad on nd kasutusel, kuid vrku hendamine ei ole siiski soovitav."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"See on sobilik turvatase arvutile, mis hendatakse Internetti kui klient."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr "Sellel turvatasemel vib ssteemi kasutada Internetis ka serverina."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ssteem on tielikult suletud. Vrgust kasutamine on vimalik ainult\n"
-"spetsiaalselt loodud juurdepsuteid kasutades."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Valige turvatase"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Turvataseme seadmine"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Valige X server"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Tere tulemast! Laadimisel aitab Teid %s!\n"
-"\n"
-"Valige nimekirjast eelistatav OS,\n"
-"vaikimisi oodake %d sekundit.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Tere tulemast! Laadimisel aitab Teid GRUB!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Kasutage valiku tegemiseks %c ja %c klahve"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Enter laeb Teie valiku, 'e' laseb muuta"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "suvandeid enne laadimist ja 'c' veel enam."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Valik laetakse automaatselt %d sekundi jooksul"
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "/boot on liiga tis"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Tlaud"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Startmen"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kuhu soovite alglaaduri installida"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "selle kohta (veel) abi ei saa.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Alglaaduri stiil"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fail"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fail/_Vlju"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle kategoriseeritud jlgimine"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle jlgimine"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tavaline jlgimine"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Traditsiooniline Gtk+ jlgimine"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Kivita alglaadimisel Aurora"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Valimisviis"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Alglaadimismood"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Internetihenduse jagamise Abimees!\n"
-"\n"
-"%s\n"
-"\n"
-"Valige Abimehe kivitamiseks ``OK''"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Seadista"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Tmood"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Kivita X-Windows alglaadimisel"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ei taha automaatselt siseneda"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-"Jah, soovin automaatset sisselogimist sellele (kasutajale, keskkonnale)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ei saa lugeda faili /etc/inittab: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutit"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekundit"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Partitsioone ei saa enam lisada"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Teisi keeli saab valida prast installimist"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Prantsusmaa"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belgia"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Saksa"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Kreeka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norra"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Vaata"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Itaalia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "seerial"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Palun tehke oma andmetest enne tagavarakoopia"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lugege hoolega!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Kui soovite kasutada aboot-i, jtke palun ketta algusesse vhemalt 2048 \n"
-"sektorit vaba ruumi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Viga"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Abimees"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Valige tegevus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Teil on ks suur FAT partitsioon.\n"
-"(tavaliselt kasutab sellist MS DOS/Windows)\n"
-"Soovitame teil esmalt selle suurust muuta\n"
-"(klikkige ja siis valige \"Muuda\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Palun valige partitsioon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "ksikasjad"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "hendamine ebannestus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Saaleala"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Thi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Muu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Failissteemi tbid: "
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Tekita"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tp"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Kasutage pigem ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Kustuta"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Kasutage enne \"henda lahti\""
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Partitsiooni %s tbi muutmisel hvivad kik seal olnud andmed"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Valige tegevus"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Looge uus partitsioon"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Tavakasutaja > Ekspert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Ekspert > Tavakasutaja"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Tagasi"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Jtkate ikkagi?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Lpeta ilma salvestamata"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Lpetate ilma partitsioonitabelit salvestamata?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Kas soovite seadistusi proovida?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Paiguta ise"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Kustuta kik"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Meili informatsioon"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Kik primaarsed partitsioonid on kasutusel"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Partitsioone ei saa enam lisada"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Et saada rohkem partitsioone, kustutage palun ks, et luua laiendatud "
-"partitsioon"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Kirjuta partitsioonitabel"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Psta partitsioonitabel"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Psta partitsioonitabel"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Psta partitsioonitabel"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "CD/flopi/.. autohendamine"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Valige fail"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Tabeli tagavarakoopia ei ole sama suurusega\n"
-"Soovite jtkata?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Hoiatus"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Pange thi flopi masinasse\n"
-"Kik andmed sellel hvivad"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Proovin psta partitsioonitabelit"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Meili informatsioon"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "henduspunkt"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Eelistused"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Muuda suurust"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Liiguta"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Vorminda"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "henda"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Lisa RAIDi"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Lisa LVMi"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "henda lahti"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Eemalda RAIDist"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Eemalda LVMist"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modifitseeri RAIDi"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Kasuta loopback-ina"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Looge uus partitsioon"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Algsektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Suurus (MB): "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Failissteemi tp: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "henduspunkt:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Eelistus: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Vormindan loopback faili %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Muuda partitsiooni tp"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Mis failissteemi soovite kasutada?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kuhu soovite loopback-faili %s hendada?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kuhu soovite seadme %s hendada?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Seda henduspunkti ei saa eemaldada, kuna partitsioon on kasutusel.\n"
-"loopback-ina. Eemaldage enne loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Arvutan FAT failissteemi piire"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Muudan suurust"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "See partitsioon ei ole muudetav"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Selle partitsiooni andmetest viks olla tagavarakoopia"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Partitsiooni %s suuruse muutmisel hvivad sellel kik andmed"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Valige uus suurus"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Suurus (MB): "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Millisele kettale soovite seda mber paigutada?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Millisele sektorile soovite seda mber paigutada?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Paigutan mber"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Liigutan partitsiooni..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Vali olemasolev RAID, millele lisada"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "uus"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Vali olemasolev LVM, millele lisada"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM nimi?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Seda partitsiooni ei saa loopback-ina kasutada"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "loopback faili nimi:"
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Prisnimi"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "See fail on juba loopback-ina kasutusel, valige mni muu"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Fail on juba olemas. Kas kasutan seda?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Mooduli parameetrid:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "seade"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "tase"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "hiku suurus"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Vaadake ette: see vib olla ohtlik."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Mis tpi partitsioonid teete?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Vabandan, aga ei saa nustuda /boot kataloogi paigutamisega kaugemale 1024-"
-"st silindrist.\n"
-"Kui kasutate LILO-t, ei tta see sel moel, kui aga ei kasuta, ei ole Teile "
-"ka /boot vajalik"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Partitsioon, mida soovite kasutada juurkataloogi (/) hoidmiseks, asub\n"
-"fsiliselt tagapool 1024-t silindrit ja Teil ei ole /boot partitsiooni.\n"
-"Kui plaanite kasutada LILO alglaadurit, lisage kindlasti /boot partitsioon"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Olete valinud juurpartitsiooniks (/) tarkvaralise RAID-i.\n"
-"Ilma /boot partitsioonita ei ole vimalik sellist ssteemi laadida.\n"
-"Lisage kindlasti /boot partitsioon!"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Ketta %s partitsioonitabel salvestatakse!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Muudatuste justamiseks vajate alglaadimist"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Partitsiooni %s vormindamisel hvivad sellel kik andmed"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Vormindan"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Vormindan loopback faili %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Vormindan partitsiooni %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid ebannestus"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Kuvatihedus: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Seade: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS kettathis: %s (arvatavasti)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tp: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nimi: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Algus: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Suurus: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorit"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silindrid %d kuni %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Vormindatud\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Vormindamata\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "hendatud\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "loopback fail(id): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partitsioonilt toimub alglaadimine\n"
-" (MS-DOS-i, mitte lilo jaoks)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Tase %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "hiku suurus %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-kettad %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "loopback faili nimi: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Vimalik, et on tegemist\n"
-"juhtpartitsiooniga, parem oleks\n"
-"seda mitte puutuda.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"See on eriline, alglaadimisel\n"
-"kasutatav partitsioon, mis\n"
-"vimaldab mitme operratsioonissteemi\n"
-"laadimist.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Suurus: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geomeetria: %s silindrit, %s pead, %s sektorit\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-kettad %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitsioonitabeli tp: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "siinil %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Eelistused: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Failissteemi tp: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Salasna on liiga lihtne (peaks olema vhemalt %d themrki)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Salasnad ei klapi"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Muuda partitsiooni tp"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Palun valige partitsioon"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Nimeserver"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s vormindamine seadmel %s ebannestus"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ei oska seadet %s vormindada tpi %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "viga %s lahti hendamisel: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "lihtne"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "JFS ei ole kasutatav alla 16MB partisioonidel"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "ReiserFS ei ole kasutatav alla 32MB partisioonidel"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "henduspunktid peavad algama kaldkriipsuga (/)"
-
-# c-format
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "henduspunktile %s on juba ks partitsioon mratud\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Te ei saa henduspunkti %s jaoks LVM loogilist ketast kasutada"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "See kataloog peab jma kokku juurfailissteemiga"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr "See henduspunkt vajab telist (ext2, reiserfs) failissteemi\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Te ei saa henduspunkti %s jaoks LVM loogilist ketast kasutada"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Ei ole piisavalt ruumi automaatpaigutuseks"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Seadme %s avamine kirjutamiseks ebannestus: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Tekkis viga: failissteemi loomiseks ei leitud htki seadet. Palun\n"
-"kontrollige oma riistvara."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Teil ei ole htki partitsiooni!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"lalpool on toodud kik Teie kvakettal olemasolevad Linuxi partitsioonid\n"
-"Vaikimisi on need enamasti sna mistlikud. Kui teete nendes muutusi,\n"
-"pidage meeles, et kindlasti vajate juurpartitsiooni (\"/\"). Liiga vikeste\n"
-"partitsioonide puhul vib tekkida raskusi piisava hulga tarkvara "
-"installimisel\n"
-"Kasutajate jaoks on sageli mistlik luua eraldi \"/home\" partitsioon.\n"
-"\n"
-"\n"
-"Iga partitsiooni juures on toodud abiinfona \"Nimi\" ja \"Mahutavus\".\n"
-"\n"
-"\n"
-"\"Nimi\" koosneb kvakettatbist, selle numbrist ja partitsiooni\n"
-"numbrist (niteks \"hda1\").\n"
-"\n"
-"\n"
-"Kvaketta tp on \"hd\" kui on tegemist IDE kettaga ja \"sd\" kui on\n"
-"tegemist SCSI kettaga.\n"
-"\n"
-"\n"
-"Kvaketta number on alati tht \"hd\" vi \"sd\" jrel. IDE ketastel:\n"
-"\n"
-" * \"a\" - esmase IDE kontrolleri lem,\n"
-"\n"
-" * \"b\" - esmase IDE kontrolleri alluv,\n"
-"\n"
-" * \"c\" - teisase IDE kontrolleri lem,\n"
-"\n"
-" * \"d\" - teisase IDE kontrolleri alluv.\n"
-"\n"
-"SCSI ketaste puhul on \"a\" esimene, \"b\" teine ja nii edasi."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Nd saate valida, milliseid teenused peaks ssteemi laadimisel kivitama.\n"
-"\n"
-"\n"
-"Abiinfo balloonis antakse lhike kirjeldus igahe kohta neist.\n"
-"\n"
-"Kui kavatsete oma ssteemi kasutada serverina, olge eriti thelepanelik:\n"
-"tenoliselt ei soovi te kivitada mittevajalikke teenuseid."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Olete judnud punkti, kus peate otsustama, kuhu tpselt Mandrake Linux oma\n"
-"kvakettal paigaldada. Kui kvaketas on thi vi kui mni muu \n"
-"operatsioonissteem seda tielikult kasutab, on vaja partitsioneerida.\n"
-"Partitsioneerimine on tegevus, mille kigus tekitatakse kettale loogilised\n"
-"piirkonnad Teie uue Mandrake Linux ssteemi installimiseks.\n"
-"\n"
-"\n"
-"Kuna partitsioneerimine ei ole pratav protsess, siis peab kogemusteta\n"
-"kasutaja olema iseranis ettevaatlik! Selle tegevuse lihtsustamiseks ja\n"
-"vigade vhendamiseks on Teie jaoks loodudki kesolev abimees. Siiski,\n"
-"palun varuga natuke ettevalmistusaega\n"
-"\n"
-"\n"
-"Mandrake Linux jaoks on Teil vaja vhemalt kaht partitsiooni. hele "
-"paigutatakse\n"
-"operatsioonissteem ise ja teisele luuakse virtuaalmlu (saaleala e. swap).\n"
-"\n"
-"\n"
-"Kui partitsioonid on juba loodud (eelmise installi vi mne muu vahendi\n"
-"abil), siis peate need lihtsalt Linuxi paigaldamise jaoks vlja valima.\n"
-"\n"
-"\n"
-"Kui partitsioone ei ole varem loodud, peate kasutama lalttoodud abimeest.\n"
-"Abimees hindab Teie kvaketast ja pakub jrgmised valikud:\n"
-"\n"
-"* Kasuta olemasolevaid partitsioone: abimees leidis kettalt Linuxi "
-"partitsioonid.\n"
-" Kui soovite neid kasutada, valige see.\n"
-"\n"
-"\n"
-"* Puhasta kogu ketas: kui soovite alustada Mandrake Linux installimist "
-"tiesti thjale kettale.\n"
-" Thelepanu: kik andmed, mis enne kettal olid, hvivad!\n"
-"\n"
-"\n"
-"* Kasuta vaba ruumi Windowsi partitsioonil: kui Microsoft Windows kasutab "
-"kogu Teie kvaketta vaba pinna,\n"
-" saate luua lisaruumi Windowsi partitsiooni suuruse muutmisel.\n"
-" Sageli on see mistlik, kui soovite kasutada ka Windowst.\n"
-"\n"
-"* Asjatundja: kui soovite ise oma kvaketast jagada, valige see. Nii on Teil "
-"kige rohkem vimalusi,\n"
-" aga ka kige rohkem ohtusid! rge valige seda, kui Te tpselt ei tea, mida "
-"teete."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Kik vrskelt loodud partitsioonid tuleb enne kasutamist vormindada\n"
-"ehk sinna tuleb luua failissteemid.\n"
-"\n"
-"\n"
-"Samuti vib vormindada varem olemas olnud partitsioonid, kui soovite\n"
-"seal leiduvad andmed ra kustutada.\n"
-"\n"
-"\n"
-"Paneme thele, et alati ei ole kigi vanade partitsioonide vormindamine\n"
-"vajalik.\n"
-"Kindlasti vib vormindada partitsioone, kus varem asus \"/\", \"/usr\"\n"
-"vi \"/var\" aga kasutajate faile sisaldav \"/home\" viks jda\n"
-"alles.\n"
-"\n"
-"\n"
-"Klikkige \"OK\", kui olete vormindamiseks valmis."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Teie Mandrake Linux ssteemi hakati nd installima. Selleks vib\n"
-"olenevalt Teie poolt valitud pakettide arvust ja Teie arvuti kiirusest\n"
-"kuluda mnikmmend minutit.\n"
-"\n"
-"\n"
-"Palun veidi kannatlikkust."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Nd peate valima partitsiooni(d), kuhu soovite Mandrake Linux installida.\n"
-"\n"
-"Partitsioon on loogiliselt eraldatud kvaketta piirkond, mille suurust\n"
-"ei ole vimalik hiljem, ttavas ssteemis enam muuta. Samuti hvivad\n"
-"partitsiooni kustutamisel kik sellel sisalduvad andmed.\n"
-"\n"
-"Et muuta seda tegevust lihtsamaks, on loodud Abimees, mille soovitused\n"
-"on harilikult mistlikud.\n"
-"\n"
-"\n"
-"Partitsioonide loomiseks valige esmalt kvaketas.\n"
-"\n"
-"\n"
-"Valitud ketta partitsioneerimiseks on jrgmised vimalused:\n"
-"\n"
-" * Puhasta kik: kustutatakse kik olemasolevad partitsioonid sellel "
-"kettal\n"
-"\n"
-"\n"
-" * Paiguta ise: sel juhul tekitatakse Linuxi jaoks vajalikud partitsioonid "
-"vabale kettapinnale automaatselt.\n"
-"\n"
-"\n"
-" * Psta partitsioonitabel: kui partitsioonitabel on vigastatud, vib "
-"proovida seda parandada. \n"
-" Palun rge sellega igaks juhuks palju arvestage.\n"
-"\n"
-"\n"
-" * Lae uuesti: kui soovite thistada kik enda tehtud muutused ja alustada "
-"algse partitsioonitabeliga\n"
-"\n"
-"\n"
-" * Abimees: kui soovite uue partitsioonitabeli loomisel samm-sammulist "
-"juhatust.\n"
-" Soovitav, kui ei ole varem midagi sellist teinud.\n"
-"\n"
-"\n"
-" * Taasta flopilt: kui olete varem salvestanud koopia "
-"partitsioonitabelist\n"
-" flopile, tuleb see nd kasuks\n"
-"\n"
-"\n"
-" * Salvesta flopile: kui soovite salvestada partitsioonitabeli flopile, "
-"et\n"
-" vajadusel oleks vimalik sealt taastada.\n"
-"\n"
-"\n"
-" * Tehtud: kui olete partitsioneerimise lpetanud, siis saate muutused "
-"nd salvestada\n"
-"\n"
-"\n"
-"Valitud partitsioonil on vimalikud jrgmised tegevused:\n"
-"\n"
-" * Ctrl-c uue partitsiooni loomine\n"
-"\n"
-" * Ctrl-d partitsiooni kustutamine\n"
-"\n"
-" * Ctrl-m henduspunkti seadmine"
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Teie arvuti kvakettal on rohkem kui ks Microsoft Windows partitsioon.\n"
-"Palun valige vlja see, mille suurust soovite Mandrake Linux jaoks muuta.\n"
-"\n"
-"\n"
-"Teie abistamiseks on iga partitsioonidel nidatud \"Nimi Linuxis\", \"Nimi "
-"Windowsis\" ja \"Mahutavus\".\n"
-"\n"
-"\"Nimi Linuxis\" koosneb kvakettatbist, selle numbrist ja partitsiooni\n"
-"numbrist (niteks \"hda1\").\n"
-"\n"
-"\n"
-"Kvaketta tp on \"hd\" kui on tegemist IDE kettaga ja \"sd\" kui on\n"
-"tegemist SCSI kettaga.\n"
-"\n"
-"\n"
-"Kvaketta number on alati tht \"hd\" vi \"sd\" jrel. IDE ketastel:\n"
-"\n"
-" * \"a\" - esmase IDE kontrolleri lem,\n"
-"\n"
-" * \"b\" - esmase IDE kontrolleri alluv,\n"
-"\n"
-" * \"c\" - teisase IDE kontrolleri lem,\n"
-"\n"
-" * \"d\" - teisase IDE kontrolleri alluv.\n"
-"\n"
-"SCSI ketaste puhul on \"a\" esimene, \"b\" teine ja nii edasi.\n"
-"\n"
-"\n"
-"\"Nimi Windowsis\" on tht, millega Microsoft Windows vastavat seadet\n"
-"thistab."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Palun natuke kannatust. Selleks vib kuluda mnigi minut."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Palun valige \"Installimine\" kui Teie arvutis ei ole varasemat Mandrake "
-"Linux\n"
-"versiooni.\n"
-"\n"
-"\n"
-"Palun valige \"Uuendamine\" kui soovite uuendada varasemat Mandrake Linux "
-"versiooni.\n"
-"\n"
-"\n"
-"Sltuvalt Teie GNU/Linuxi alastest teadmistest saate valida erineva tasemega "
-"installi- vi uuendusmeetodi:\n"
-"\n"
-"* Soovituslik: Te ei ole varem GNU/Linuxit installinud. Kik tehakse "
-"lihtsaks ja esitatakse vhe ksimusi\n"
-"\n"
-"\n"
-"* Isetehtud: Olete Linuxiga tuttav ja soovite ssteemi kohandada vastavalt\n"
-" Teie vajadustele. Jrgmisena saate teha valikud sltuvalt Teie arvuti \n"
-" edaspidisest kasutusalast.\n"
-"\n"
-"\n"
-"* Ekspert: Te tunnete end GNU/Linux keskkonnas vabalt ja soovite\n"
-" ssteemi, mis sobiks nagu valatult Teie tpsete ootustega.\n"
-" Aga palun, palun: RGE VALIGE SEDA, KUI TE TPSELT EI TEA, MIDA TEETE!"
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Palun valige ige port. Niteks MS Windows-i COM1 kannab GNU/Linuxis\n"
-"nime ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (ehk LInux LOader) ja Grub on alglaadurid: nad vimaldavad laadida\n"
-"kas GNU/Linuxi vi mne muu Teie arvutis olevad operatsioonissteemi.\n"
-"Tavaliselt tuvastakse teised operatsioonissteemid igesti ja seadistatakse\n"
-"ka alglaadur. Kui Teil aga ei ole nne, tuleb parameetrid seada\n"
-"ksitsi. Olge sel juhul hoolas valima iged."
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Nd peate valima, milliselt kettaosalt soovite GNU/Linuxit laadida.\n"
-"\n"
-"Valige \"Kvaketta esimene sektor (MBR)\", kui ei tea tpselt, mida\n"
-"teha."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"Esmalt otsib DrakX PCI siini SCSI liideseid. Kui neid leitakse, ja \n"
-"vastav(ad) juhtprogramm(id) on teada, siis laetakse ja installitakse \n"
-"kik vajalik automaatselt.\n"
-"\n"
-"\n"
-"Kui Teie SCSI liides kasutab ISA siini vi kui DrakX ei tea,\n"
-"millist juhtprogrammi kasutada vi Teil ei ole ldse SCSI liidest,\n"
-"siis ksitakse Teilt selle kohta.\n"
-"Kui Teil SCSI liidest testi ei ole, vastake \"Ei\". Kui Teil aga siiski\n"
-"on, siis vastake \"Jah\". Seejrel lastakse Teil nimekirjast sobiv\n"
-"juhtprogramm valida.\n"
-"\n"
-"\n"
-"Kui olete juhtprogrammi vlja valinud, on Teil vimalus anda sellele\n"
-"ka parameetreid. Siiski, enamasti lheb kik kenasti ka ilma neid\n"
-"sisestamata: vastavad andmed leiab juhtprogramm ise.\n"
-"\n"
-"Kui automaatne parameetrite otsimine ei tta, tutvuge palun lhemalt\n"
-"oma SCSI liidese dokumentatsiooniga vi ksige abi riistvara mjalt.\n"
-"Vaadake ka User Guide'i (peatkk 2, lik \"Collective informations on your\n"
-"hardware\")\n"
-"Ka samas masinas olev Windows oskab vahel SCSI kohta kasulikku \n"
-"informatsiooni anda."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
-"\n"
-"\n"
-"For Linux, there are a few possible options: \n"
-"\n"
-"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
-"\n"
-"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
-"\n"
-"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
-"\n"
-"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
-"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
-"\n"
-"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
-"\n"
-"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
-"\n"
-"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful as to choose the correct parameters.\n"
-"\n"
-"\n"
-"Yaboot main options are:\n"
-"\n"
-"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
-"\n"
-"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Valige kvaketas, mida soovite Mandrake Linux installimiseks puhastada\n"
-"Ettevaatust, kik sellel leiduvad andmed hvitatakse ja ei ole enam\n"
-"taastatavad."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Valige \"OK\" kui soovite kustutada kik sellel kettal asuvad "
-"partitsioonid.\n"
-"Ettevaatust, peale \"OK\" klikkimist ei ole enam vimalik sellelt kettalt\n"
-"andmeid taastada.\n"
-"\n"
-"\n"
-"Katkestamiseks valige \"Katkesta\"."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "ldlevi kasutamine on ilma NIS domeenita vimatu"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Pane FAT formaadis flopi seadmesse %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "See flopi ei ole FAT formaadis"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Et kasutada seda paketivalikut, alustage installimist ksureaga \"linux "
-"defcfg=floppy\""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Viga faili %s lugemisel"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Osa teie riistvarast nuab tarnijapoolseid juhtprogramme.\n"
-"Informatsiooni nende kohta saate: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Teil peab olema juurpartitsioon.\n"
-"Selleks looge uus partitsioon (vi valige ks olemasolevatest).\n"
-"Siis valige tegevus \"henduspunkt\" ja seadke see kui '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Teil peab olema saaleala"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Saaleala ei ole mratud\n"
-"\n"
-"Jtkate ikkagi?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Teil peab olema saaleala"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Kasuta vaba ruumi"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Kasuta olemasolevat partitsiooni"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Kasutatavat partitsiooni ei leitud"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Kasuta Windowsi partitsiooni loopback-ina"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Millisele partitsioonile soovite installida Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Valige suurused"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Juurpartitsiooni suurus (MB): "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Saaleala suurus (MB): "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Kasuta vaba ruumi Windowsi partitsioonil"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Mis partitsiooni soovite muuta?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Arvutan Windowsi failissteemi piire"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT partitsiooni suurust ei nnestu muuta, \n"
-"ilmnes selline viga: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Teie Windowsi partitsioon on fragmenteerunud, palun kasutada 'defrag'-i"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"HOIATUS!\n"
-"\n"
-"DrakX hakkab Teie Windowsi partitsiooni suurust muutma. Olge ettevaatlik:\n"
-"see operatsioon vib olla ohtlik Teie failidele. Palun kasutage enne\n"
-"scandisk-i, defrag-i ja tehke tagavarakoopia.\n"
-"Kui olete oma otsuses kindel, vajutage OK."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Kui palju ruumi jtate Windowsi jaoks?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "Partitsioon %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Suuruse muutmine ebannestus: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr "Sobivat FAT partitsiooni ei leitud (ei ole piisavalt ruumi)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Thjenda kogu ketas"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Eemalda Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Teil on rohkem kui ks kvaketas, millisele neis installite Linuxi?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Kettal %s hvivad KIK partitsioonid ja andmed"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Partitsioneerin ise"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Kasuta fdisk-i"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Nd saate partitsioneerida %s kvaketta\n"
-"Kui olete valmis, salvestage ksuga 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Teil ei ole piisavalt vaba ruumi Windowsi partitsioonil"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Installimiseks ei ole ldse ruumi"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX kettajagamise abimees leidis sellised lahendused:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Ketta jagamine ebannestus: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Kivitame vrguliidesed"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Seiskame vrguliidesed"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Tekkis mingi viga, aga seda ei suuda programm ise klaarida.\n"
-"Jtkake omal vastutusel."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "henduspunkt %s on mratud topelt"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Mned thtsad paketid ei saanud korralikult paika.\n"
-"Teie CD-lugeja vi CD on ilmselt vigane.\n"
-"Paketifaile CD-l saate kontrollida ksuga \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "See ongi %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Flopiseade ei ole kttesaadav"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Jrgmine samm: '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Teie ssteemil on ressursiprobleeme ja installimine vib ebannestuda.\n"
-"Kui nii juhtub, proovige palun tekstiphjalist paigaldust. Selleks \n"
-"vajutaga laadimisel F1 ja sisestage 'text'"
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installi klass"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Palun valige ks jrgnevatest paigaldusklassidest"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Teie poolt valitud gruppide kogusuurus on umbes %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Kui soovite installida sellest vhem, valige vastav protsent.\n"
-"\n"
-"Madalama protsendi puhul installitakse vaid kige thtsamad paketid;\n"
-"100%% thendab kige valitud pakettide installimist."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, fuzzy, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Teil on kettal ruumi vaid %d%% pakettide jaoks.\n"
-"\n"
-"Kui soovite sellest vhem, valige viksem protsent ja installimisele\n"
-"kuuluvad vaid olulisemad paketid."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Tpsemalt saate valida jrgmisel sammul"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Installitavate pakettide protsent"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Paketigruppide valik"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Valik paketthaaval"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Suurus kokku: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Vigane pakett"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nimi: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versioon: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Suurus: %d kB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Thtsus: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Seda paketti ei saa valida, kettaruumi ei ole paigalsuseks piisavalt"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Installimiseks on valitud jrgmised paketid"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Eemaldamiseks on valitud jrgmised paketid"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Seda paketti ei saa (mitte) valida"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "See pakett on kohustuslik"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "See pakett on juba installitud"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Selle paketi peaks uuendame\n"
-"Olete kindel, et Te ei vali seda?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Selle paketi peate valima, sest selle uuendamine on kohustuslik"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Nita automaatselt valitud pakette"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installimine"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Salvesta flopile"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Salvest paketivalik"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Eemaldamine"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Valige paketid installimiseks"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Installin"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Oletan"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Aega jnud "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Palun oodake, valmistun installimiseks"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paketti"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Paketi %s installimine"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Nus"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Keeldun"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Vahetage CD!\n"
-"\n"
-"Palun sisestage CD pealdisega \"%s\" lugejasse ja vajutage <OK>.\n"
-"Kui teil sherdust ei ole, vajutage <Katkesta>"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Ikkagi edasi?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Pakettide tellimisel tekkis viga:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Pakettide installimisel tekkis viga:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Hoiatus\n"
-"\n"
-"Palun lugege hoolega alltoodud teksti. Kui Te ei ole kigi alljrgnevate\n"
-"videtega, on installimine jrgmise CD pealt keelatud. Vajutage 'Keeldun', \n"
-"et jtkata installimist ilma selle CD-ta.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Tekkis mingi viga"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Kas soovite vrguhendust taaskivitada?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Lppkasutaja litsentsileping"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Jrgnev lppkasutaja litsents on eksimuste vltimiseks originaalkeeles\n"
-"\n"
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klaviatuur"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Palun valige klaviatuuriasetus"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Vimalike klaviatuuride tielik nimekiri"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Millist installi klassi Te soovite"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installimine/Uuendus"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "On see installimine vi taastamine?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Soovituslik"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ekspert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Uuendus"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Salvest paketivalik"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Palun valige hiire tp"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Hiire port"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Millisesse seerialporti on Teie hiir hendatud?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Nuppude teesklemine"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Teeskle 2 hiirenupp"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Teeskle 3 hiirenuppu"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA kaartide seadmine..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE seadistamine"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "ei leia partitsioone"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Otsin partitsioonidelt henduspunkte"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Valige henduspunktid"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
-"Proovin loetamatud kirjed puhastada kuid ANDMED NENDEL HVIVAD.\n"
-"Teine vimalus on keelata DrakX-il partitsioonitabeli muutmine.\n"
-"(Viga oli selline: %s)\n"
-"Kas olete nus partitsioonide kaotamisega?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ei saanud partitsioonitabeli lugemisega hakkama.\n"
-"Jtkate omal vastutusel!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Juurpartitsiooni ei leitud"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Juurpartitsioon"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Millisel partitsioonil hoiate juurkataloogi (/)?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Partitsioonitabeli silitamiseks vajate alglaadimist"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Valige partitsioonid, mida soovite vormindada"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Blokkide kontroll?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Vormindan partitsioone"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Loon ja vormindan faili %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Saaleala on installimiseks liiga vike, palun lisage"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Otsin kttesaadavaid pakette"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Otsin uuendatavaid pakette"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "Teie kvakettal ei ole piisavalt vaba ruumi (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Tielik (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimaalne (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Soovitatav (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Taasta flopilt"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Taasta flopilt"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Paketigruppide valik"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Pane flopi seadmesse %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Salvesta flopile"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Valige pakett installimiseks"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Oodake"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Kui Teil on olemas kik alltoodud CD-d, klikkige <OK>.\n"
-"Kui Teil ei ole htki neist, klikkige <Katkesta>.\n"
-"Kui puuduvad mned CD-d, mrkige vaid olemasolevad ja siis <OK>."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD pealdisega \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Valmistun installimiseks"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Paketi %s installimine\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Paigaldusjrgsed stted"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Pane flopi seadmesse %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Pange palun thi flopi seadmesse %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Nd on Teil vimalik oma ssteemi laadida krptotarkvara.\n"
-"\n"
-"HOIATUS:\n"
-"\n"
-"Lhtuvalt erinevatest sellisele tarkvarale kohaldavatest nuetest ja \n"
-"mjutatuna eri jurisdiktsioonide normidest peavad kliendid ja/vi \n"
-"lppkasutajad olema kindlad, et nende asukohamaa jurisdiktsiooni "
-"iguslikud \n"
-"aktid lubavad neil alla laadida, silitada ja/vi kasutada \n"
-"krptograafiliste algoritmide realisatsioone sisaldavat tarkvara.\n"
-"\n"
-"Lisaks sellele peavad kliendid ja/vi lppkasutajad jlgima asukohamaa \n"
-"juriidiliste normide titmist. Kui klient ja/vi lppkasutaja rikub "
-"kehtivaid \n"
-"igusnorme, kohaldatakse karistus vastavalt asukohamaa seadustele.\n"
-"\n"
-"Mitte mingil juhul ei kanna Mandrakesoft S.A. ega tarkvara tarnija \n"
-"vastutust ei otseselt ega kaudselt tekkinud kahjude eest (kaasa arvatud, \n"
-"kuid mitte ainult, saamatajnud tulu, ritegevuse katkestamine, riinfo \n"
-"kaotsimine ja muud rahalised kaotused ning vimalikud kohtu poolt vlja \n"
-"mistetud hvitused), mis tulenevad tarkvara, mis on kasutatav prast \n"
-"kesoleva lepingu tingimustega nustumist, alla laadimisest, hoidmisest \n"
-"vi kasutamisest.\n"
-"\n"
-"Kigi lepinguga seotud ksimuste asjus prduge palun aadressil: \n"
-"Mandrakesoft, Inc. \n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Valige peegel, millelt lugeda pakettide nimekiri"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Millises ajavtmes asute?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS server:"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "CUPS printserver"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Printerit ei ole"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "On Teil veel kaarte?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Kokkuvte"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Hiir"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Ajavde"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printer"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN kaart"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Helikaart"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV kaart"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Kasuta NIS-i"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Kohalik printer"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Juurkasutaja salasna"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Salasna puudub"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Salasna on liiga lihtne (peaks olema vhemalt %d themrki)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentimisviis"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autentimisviis"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "NIS server:"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "NIS autentimine"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domeen"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS server:"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Isetehtud alglaadimisketas annab Teile vimaluse laadida Linux flopilt\n"
-"sltumata tavaliselt alglaadijast. See vib abiks olla, kui Te ei soovi\n"
-"SILO-t kvakettale kirjutada vi mni muu operatsioonissteem SILO\n"
-"ra kustutab vi ei nnestu SILO-t Teie riistvara peal kasutada.\n"
-"Alglaadmisflopi on kasutatav ka hdaabikettana, kui kvakettal oleva\n"
-"failissteemiga peaks mingi nnetus juhtuma. Hoidke end ja Teid hoiab\n"
-"ka Jumal!\n"
-"\n"
-"Alglaadimisketta loomiseks asetage flopi esimesse seadmesse ning vajutage\n"
-"\"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Esimene flopiseade"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Teine flopiseade"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Jta vahele"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Isetehtud alglaadimisketas annab Teile vimaluse laadida Linux flopilt\n"
-"sltumata tavaliselt alglaadijast. See vib abiks olla, kui Te ei soovi\n"
-"LILO-t (grubi) kvakettale kirjutada vi mni muu operatsioonissteem LILO\n"
-"ra kustutab vi ei nnestu LILO-t Teie riistvara peal kasutada.\n"
-"Alglaadmisflopi on kasutatav ka hdaabikettana, kui kvakettal oleva\n"
-"failissteemiga peaks mingi nnetus juhtuma. Hoidke end ja Teid hoiab\n"
-"ka Jumal!\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Flopiseade ei ole kttesaadav"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Vali flopiseade, mida kasutad alglaadimisketta tegemiseks"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Pane flopi seadmesse %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Loome alglaadimisketta"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Alglaaduri stted"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Soovite aboot-i kasutada?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Viga aboot-i installimisel, \n"
-"kas forseerida, riskides esimese partitsiooni hvinguga?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Alglaaduri stted"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Alglaaduri installimine ebannestus. Tekkis jrgnev viga:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"You will need to change your Open Firmware boot-device to\n"
-" enable the bootloader. Hold down Command-Option-O-F\n"
-" at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Pange palun thi flopi seadmesse %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Loon kiirpaigaldusflopi"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Mned sammud ei ole lpule viidud\n"
-"\n"
-"Olete kindel, et vljute programmist?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"nnitlen, installimine on edukalt lpetatud.\n"
-"Vtke palun vlja flopi ja/vi CD ja vajutage Enter alglaadimiseks.\n"
-"\n"
-"\n"
-"Informatsiooni selle distributsiooni paranduste kohta (Errata) saab\n"
-"Mandrake Linux kodulehekljelt \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Abi ssteemi edasiseks konfigureerimiseks saab eelkige dokumendist\n"
-"\"Official Mandrake Linux User's Guide\""
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Loo kiirpaigaldusflopi"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Automaatne install vib olla ka sedavrd tegija,\n"
-"et kasutab ra kogu kvaketta !!\n"
-"\n"
-"Vite valida ka lihtsalt installi kordamise.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automaatne"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Korda"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Salvest paketivalik"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux installimine %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr " <Tab>/<Alt-Tab> vljade vahel | <Space> valib | <F12> jrgmine samm "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu puudub"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Valige tegevus"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Edasijudnud"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Palun oodake"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Ava puu"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Sule puu"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Sorteeritud vi sorteerimata"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Halb valik, proovige palun uuesti\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Teie valik? (vaikimisi %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Teie valik? (vaikimisi %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Eelistused: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Soovite aboot-i kasutada?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Teie valik? (vaikimisi %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tehhi (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Saksa"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "DVORAK"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Hispaania"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Soome"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Prantsuse"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norra"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Poola"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Vene"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Rootsi"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Briti"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Iraani"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armeenia (vanem)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armeenia (trkimasin)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armeenia (foneetiline)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Aserbaidaani (ladina)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgia"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armeenia (foneetiline)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaaria"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiilia (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Valgevene"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "veitsi (Saksa asetus)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "veitsi (Prantsuse asetus)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tehhi (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Saksa (ilma sammuta)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Taani"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "DVORAK (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "DVORAK (Norra)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "DVORAK (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Eesti"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruusia (vene)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruusia (ladina)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Kreeka"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungari"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroaadi"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Iisraeli"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Iisraeli foneetiline"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraani"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandi"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Itaalia"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Jaapani 106 klahviga"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korea"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Ladina-Ameerika"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Leedu AZERTY (vanem)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Leedu AZERTY (uuem)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Leedu numbrireaga QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Leedu foneetiline QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Asukoht"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedoonia"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Hollandi"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Poola (QWERTY)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Poola (QWERTZ)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugali"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Vene (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Vene (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Vene (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Sloveenia"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaki (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaki (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Aserbaidaani (kirillitsa)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabel"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Tai"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Tai"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Trgi (\"F\" mudel)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Trgi (\"Q\" mudel)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukraina"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US (rahvusvaheline)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnami numbrireaga QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslaavia (koos kirillitsaga)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Ringhendus %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Eemalda enne kettarhmad (logical volumes)\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Suni hiir"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Lihtsalt PS2 rattaga hiir"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 nupp"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Lihtsalt 2-nupuline hiir"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Tavaline"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Ratas"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seerial"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Lihtsalt 3-nupuline hiir"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC seeria (seerial)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech (seerial, vana C7 tpi)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "siinihiir"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 nuppu"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 nuppu"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ei soovi"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Hiirt ei ole"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Palun testige hiirt"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Hiire aktiveerimiseks"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "KEERUTAGE RATTAKEST!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Lpeta"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Jrgmine ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Eelmine"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Kas see on sobiv?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Loo internetihendus"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Kige tavalisem hendusviis ADSL jaoks on pppoe.\n"
-"Mnel juhul aga kasutatakse pptp-d, harva dhcp-d.\n"
-"Kui Te ei tea, kasutage pppoe-d"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Mis DHCP klienti soovite kasutada?\n"
-"Vaikimisi on dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"htki vrgukaarti ei nnestunud tuvastada\n"
-"Seega ei saa ka sellist hendust seadistada."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Valige vrguliides"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Palun valige, millist vrguliidest soovite internetihenduse jaoks kasutada"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "vrgukaarti ei leitud"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Vrguseadistused"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Palun sisestage oma masina nimi.\n"
-"Seda nuavad ka mned DHCP serverid.\n"
-"Masina nimi peab olema esitatud tiskujul,\n"
-"nagu ``minumasin.minufirma.ee''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Masinanimi"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Vrgu stete abimees"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Vline ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Sisemine ISDN kaart"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Millist ISDN hendust kasutate?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Leitud tulemri stted!"
-
-#
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Leitud tulemri stted!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN stted"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Vali oma teenusepakkuja.\n"
-" Kui see ei ole nimekirjas, vali Tundmatu"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Laadimisprotokoll"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Euroopa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "lejnud maailm"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"lejnud maailm \n"
-" ilma D-kanalita"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Mis protokolli soovite kasutada?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Mis tpi kaart Teil on?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ei tea"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Kui Teil on ISA kaart, siis peaks jrgmised vrtused olema iged.\n"
-"\n"
-"Kui Teil on PCMCIA kaart, peaksite Te ise teadma selle IRQ ning IO "
-"vrtusi.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Katkesta"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Jtka"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Milline on Teie ISDN kaart?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Leidsin kll PCI ISDN kaardi, kui selle tp on tundmatu. Palun valige ks "
-"PCI kaart jrgmisel sammul."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "PCI ISDN kaarti ei leitud. Palun valige ks jrgmisel sammul."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Millisesse seerialporti on Teie modem hendatud?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "DialUp parameetrid"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "henduse nimi"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Sissehelistamiskeskuse number"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Kasutajakonto"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skriptiphine"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminaliphine"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domeeninimi"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Esimene nimeserver (soovituslik)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Teine nimeserver (soovituslik)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Saate henduse katkestada vi uuesti seadistada."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Saate seadistada henduse uuesti."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Hetkel olete Internetiga hendatud."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Saate henduda Internetti vi seadistada hendus uuesti."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Hetkel ei ole Te Internetti hendatud."
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "hendatud"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Lahuta..."
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Seadista TV-kaabli hendus"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internetihenduse seadistamine"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Saate henduse katkestada vi uuesti seadistada."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Saate henduse katkestada vi uuesti seadistada."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Vrgu stted"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Vrguhendus on juba seadistatud, sest installitakse ju vrgust.\n"
-"Kui soovite neid seadistusi silitada, valige OK, muidu katkestage ja saate "
-"seadistada uuesti.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Internetihenduse Abimees\n"
-"\n"
-"Nd hakkame internetihendust seadistama.\n"
-"Kui Te ei soovi automaatset tuvastamist siis jtke see mrkimata.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Valige profiil, mida seadistada"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Kasuta automaattuvastust"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Otsin printerit..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Tavaline modemihendus"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "leiti port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN hendus"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "tuvastati %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "LAN hendus"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "leiti liidesel %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kaablihendus"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Kaablihendus"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN hendus"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "vrgukaart(i) leiti les"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Valige kasutatav vahend"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Internetihenduse jagamine"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Kas soovite luua henduse juba alglaadimisel?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Vrgustted"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Kas soovite vrguhendust taaskivitada?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"nnitleme, vrgundus ja internetihendus on seadistatud.\n"
-"\n"
-"Stted salvestatakse nd.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Soovitame taaskivitada ka X keskkonna, et vltida vimalikke\n"
-"masinanime muutmisest tingitud probleeme."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"HOIATUS: See seade on juba seadistatud Interneti jaoks.\n"
-"Valige lihtsalt OK, et stteid mitte muuta."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Palun andke IP parameetrid selle masina jaoks.\n"
-"Kik read tuleb sisestada IP-aadressi kujul\n"
-"(Niteks 12.34.56.78)"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Seadistame vrgukaardi %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (juhtprogramm %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-aadress"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Vrgu mask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automaatne IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Palun sisestage oma masina nimi.\n"
-"Masina nimi peab olema esitatud tiskujul,\n"
-"nagu ``minumasin.minufirma.ee''.\n"
-"Kui Teil on vaikimisi ls, siis sisestage ka selle IP-aadress"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Nimeserver"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Lsipoolne seade"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Vahendajate stted"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP vahendaja"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP vahendaja"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Vahendaja peab olema kujul http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Vahendaja peab olema kujul ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Interneti stted"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Kas soovite oma internetihendust proovida?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testime Teie hendust..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Ssteem on nd Internetti hendatud"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Turvakaalutlusel katkestan nd henduse."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Paistab, et ssteem ei ole Internetti hendatud.\n"
-"Palun seadistage hendus uuesti."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Internetihenduse stted"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Palun tida allpool olev vli"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kaardi IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kaardi mlu (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kaardi IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kaardi IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kaardi IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Teie telefoninumber"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Teenusepakkuja tunnus (niteks minuisp.ee)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Sissehelistamiskeskuse number"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 (vib jtta thjaks)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 (vib jtta thjaks)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Klaviatuuri valik"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Valimisviis"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "henduse tp: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "henduse tp: "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Kasutajatunnus"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Salasna"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "hendamine ebannestus: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Sellel platformil ei saa laiendatud partitsiooni luua"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Partitsioonitabelis on miskiprast thi koht, aga see ei ole kasutatav.\n"
-"Ainuke lahendus on nihutada primaarset partitsiooni, et auk satuks "
-"laiendatud partitsioonide krvale"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Taastamine failist %s ebannestus: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Viga faili %s kirjutamisel"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Teie kvakettal juhtub imelikke asju. \n"
-"Andmete pidevuse kontroll ebannestus. \n"
-"See thendab, et kettale kirjutamisel tekivad jamad"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "vajalik"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "thtis"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "vga kena"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "kena"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "vib olla"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Kohalik printer"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Vrguprinter"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "CUPS printserver"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "lpd printserver"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Vrguprinter (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Printserver:"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Printeri seadme URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Kohalik printer"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Vrguprinter"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Viga faili %s kirjutamisel"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(moodul %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS serveri IP"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Vaikimisi)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Vali printeri hendusviis"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kuidas on see printer hendatud?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Kui vrgus on CUPS server, siis ei ole Teil vaja siin\n"
-"printereid seadistada, need leitakse automaatselt.\n"
-"Kui kahtlete, valige \"CUPS printserver\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "LAN stted"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "CUPS printserver"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "Pordi number peab olema ikkagi number"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS serveri IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Alglaaduri stiil"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Otsin printerit..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Proovin porte"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Printerit ei ole"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Kohalik printer"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Kasuta automaattuvastust"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "tuvastati %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Printeri seadme URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Kohalik printer"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Millisesse seerialporti on Teie modem hendatud?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Printeri seadme URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Seadistused"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Paketi %s installimine"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Paketi %s installimine"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Vrguprinteri stted"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Et kasutada teise masina lpd printerit, peate sisestama\n"
-"printserveri nime ja prindijrjekorra nime, mida soovite\n"
-"serveril kasutada."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Printserveri nimi:"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Printserveri nimi:"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Printserveri nimi:"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) printeri stted"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Et printida SMB printerile, peate andma vastava server SMB nimi\n"
-"(NB! See ei pruugi kokku langeda TCP/IP nimega!) ja vibolla ka\n"
-"printserveri IP-aadressi, samuti ka serveri poolt jagatava printeri\n"
-"nime ning serveri poolt aktsepteeritud kasutajatunnuse, salasna ja tgrupi"
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB serveri nimi"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB serveri IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Jagatav printer"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Tgrupp"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare printeri stted"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Et kasutada NetWare printerit, peate sisestama NetWare printserveri\n"
-"nime (NB! See vib olla erinev tema TCP/IP nimest!) samuti nagu ka\n"
-"prindijrjekorra nime serveril ning kasutajatunnuse ja salasna"
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Printserver:"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Prindijrjekorra nimi:"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Pistikprinteri stted"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Sisestage palun printeri masinanimi ja vimaluse\n"
-"korral pordi number"
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Printeri nimi"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Printeri nimi"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Printeri seadme URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Printeri nimi"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Kirjeldus"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Asukoht"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Kas see on sobiv?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Printeri hendusviis"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Mis tpi printer see on?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Interneti stted"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Interneti stted"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Kas soovite seadistusi proovida?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Proovin porte"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Jah, trki mlemad testlehekljed"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Printer"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Standardtriistad"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Trkitakse testleheklg(i)..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Trkitakse testleheklg(i)..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Trkitakse testleheklg(i)..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Trkitakse testleheklg(i)..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testleheklg on saadetus trkideemonile.\n"
-"Nd vib minna natuke aega.\n"
-"Staatus:\n"
-"%s\n"
-"\n"
-"Kas tulemust on juba nha?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testleheklg on saadetud trkideemonile.\n"
-"Nd vib minna natuke aega.\n"
-"Staatus:\n"
-"%s\n"
-"\n"
-"Kas tulemust on juba nha?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Printerit ei ole"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Hiir"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Seiskame vrguliidesed"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Seiskame vrguliidesed"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Otse hendatud printeri stted"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Interneti stted"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Printeri nimi tohib sisaldada vaid thti, numbreid ja alakriipsu"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Printerit ei ole"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Sea printer"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Testime Teie hendust..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Vrgustted"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor ei ole seadistatud"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Vrguseadistused"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Millist printimisssteemi soovite kasutada?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Krge"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoiline"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Millist printimisssteemi soovite kasutada?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Vali printeri hendusviis"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Millist printimisssteemi soovite kasutada?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Printeri stted"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Paketi %s installimine"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Otse hendatud printeri stted"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Printeri stted"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Kas soovite printerit seadistada?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Kirjeldatud on jrgnevad prindijrjekorrad.\n"
-"Te vite neid lisada ning olemasolevaid muuta."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Kirjeldatud on jrgnevad prindijrjekorrad.\n"
-"Te vite neid lisada ning olemasolevaid muuta."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Vrgustted"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Tavakasutus"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Kas soovite seadistusi proovida?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Interneti stted"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Kas soovite seadistusi proovida?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Internetihenduse jagamine"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Printeri hendusviis"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Trkitakse testleheklg(i)..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Kas soovite seadistusi proovida?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Vrguprinter"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Kohalik printer"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Kas soovite vrguhendust taaskivitada?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Loetakse CUPS juhtprogramme"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Vahendajate stted"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Port"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Vahendaja peab olema kujul http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "Pordi number peab olema ikkagi number"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Vahendaja peab olema kujul ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Vaikimisi sisenemine"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Salasna"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Salasna puudub"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Salasnad ei klapi"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Juba vormindatud RAID-ile (md%d) ei saa partitsiooni lisada"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ei saa kirjutada faili %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid ebannestus"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ebannestus (puudub 'raidtools'?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ei ole piisavalt partitsiooni RAID-%d jaoks\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-"Anacron kivitab programme perioodiliselt analoogiliselt cron-ile.\n"
-"Kasutage seda juhul kui Teie arvuti ei tta 24h."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd on kasutusel philiselt slearvutites, akude tituvuse jlgimiseks.\n"
-"Samuti suudab see aku thjenemisel ssteemi viisakalt maha vtta."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Laseb kivitada hekordseid kske etteantud ajal vi ootab ssteemi\n"
-"koormuse laskumist ksu kivitamiseks piisavale tasemele."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron on UNIXi ssteemide standardvahend kasutaja programmide perioodiliseks\n"
-"kivitamiseks. Vixie cron sisaldab lisaks veel turvalisust ja kasutus-\n"
-"mugavust tstvaid omadusi. Soovitav ssteemile mis ttab 24h"
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM annab vimaluse kasutada hiirt ka tekstikonsoolil. Lisaks tavalisele\n"
-"likamisele/kleepimisele saab kasutada ka menssteeme."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache on maailma juhtiv veebiserveri programm. Tenoliselt\n"
-"ka vimsaim."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Interneti \"superserver\", nimega inetd laseb kivitada mitmeid vrgu-\n"
-"teenustel, nagu telnet, ftp, rsh, rlogin jne."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"See programm laeb ssteemi kivitumisel klaviatuuripaigutuse vastavalt\n"
-"failis /etc/sysconfig/keyboard kirjeldatule."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr "lpd on trkideemon, ilma selleta ei ole vimalik printida."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) on kasutusel nimeserverites, mis teenindavad DNS\n"
-"hierarhiat, tlkimaks nimesid IP-aadressideks"
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"hendab ja lahutab kiki vrgufailissteeme (nii NFS, SMB\n"
-"kui ka NCP)"
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr "Aktiveerib ssteemi laadimisel Teile vajalikud vrguliidesed."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS on UNIXi keskkonna standardne failijaotusprotokoll. See programm tidab\n"
-"NFS serveri funktsioone, ja konfigureeritakse failis /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS on UNIXi keskkonna standardne failijaotusprotokoll. See programm tidab\n"
-"NFS failide lukustamise funktsioone. Vajalik serveerimisel."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA tugi on tavaliselt vajalik slearvutitele vrgu- ja modemiliideste\n"
-"lisamiseks."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper haldab RPC hendusi, mida kasutavad NFS ja NIS. Neil \n"
-"serveritel on see hdavajalik."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix on meili transpordiagent, see thendab programm, mis\n"
-"toimetab meili hest masinast teise."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Salvestab ja taastab juhuarvude genereerimiseks vajaliku ssteemse\n"
-"entroopiasalve."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"routed on RIP deemon, mis vahetab selle protokolli alusel marsruutimis-\n"
-"infot. Kui Teil on RIP kasutusel, on vajalik ka routed."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokoll laseb le vrgu saada informatsiooni ssteemi\n"
-"t kohta. Ettevaatust!"
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokoll laseb le vrgu saada informatsiooni ssteemi\n"
-"kasutajate kohta. Ettevaatust!"
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokoll laseb le vrgu saada informatsiooni ssteemi\n"
-"kasutajate kohta. Ettevaatust!"
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "Kivita X-Windows alglaadimisel"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr "syslog-i kaudu toimub ssteemis toimiva logimine. Vajalik!"
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Stardib X fondiserveri, selleta X ei kivitu."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Valige, millised teenused tuleks alglaadimisel kivitada"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Printer"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Tmood"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Vrguprinteri stted"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Server, Andmebaasid"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "seade"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "kimas"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "peatatud"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Teenused ja deemonid"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Selle teenuse kohta ei oska\n"
-"lisainformatsiooni anda."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Alglaadimisel"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Olek:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "lejnud maailm"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Internetihendus"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimeedia - Graafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Arendus"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Juhtimiskeskus"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Vrguliides"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB serveri nimi"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Mngud"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "ekspert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "kohustuslik"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Paketi %s installimine"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
-"Proovin loetamatud kirjed puhastada"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Viga"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Paigaldusjrgsed stted"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Alglaaduri stiil"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "nnitleme!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Installimine"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Tavakasutaja"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Vormindan loopback faili %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Paketigruppide valik"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Eemalda prindijrjekord"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Eemalda Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Kasutajatunnus"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Palun testige hiirt"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Palun proovige veel"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Palun proovige veel"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Salasna puudub"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN hendus"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Vali printeri hendusviis"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Palun valige klaviatuuriasetus"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Palun valige partitsioon"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Palun testige hiirt"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Vrgu mask:"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Kasutajatunnus"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Palun valige kasutatav keel"
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Kas optimiseerime kvaketast?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Kas optimiseerime kvaketast?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Oodake"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Ratas"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Ratas"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Mooduli parameetrid:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Vrgu stted"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-#, fuzzy
-msgid "across Network"
-msgstr "Vrgu mask:"
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Failissteemid"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Eelistused"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Millisesse seerialporti on Teie modem hendatud?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Vrgu stted"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Palun valige hiire tp"
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Taasta flopilt"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Palun valige hiire tp"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Muu"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Ssteemi installimine"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Taasta failist"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Taasta failist"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Isetehtud"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_Abi"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Eelmine"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Olek:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Taasta failist"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Tekst"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Pakettide valik"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Palun valige kasutatav keel"
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Palun valige kasutatav keel"
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Palun valige kasutatav keel"
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Klbmatu tagavarakoopia"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Salvesta faili"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Palun testige hiirt"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Palun valige paketid installimiseks"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Vrgu stted"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Vrgu stted"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN stted"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "ISDN stted"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Failissteemid"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s installimine ebannestus. Tekkis jrgnev viga:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s ei leitud"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Tehtud"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Vorminda flopi"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Valmistun installimiseks"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "piiratud"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "piiratud"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Vormindamine"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "RPM-ide eemaldamine"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "ISDN stted"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "henduspunkt"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Valige partitsioonid, mida soovite vormindada"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Kontor"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Katkesta"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Printer"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Ssteemi installimine"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Valige fail"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Vrguprinter"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Initsialiseerimisteade"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Teie ssteemis ei ole vrgukaarti!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Installimine"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Teie ssteemis ei ole vrgukaarti!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Vlju programmist"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Internetihenduse jagamine"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Internetihenduse jagamine ttab"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Internetihenduse jagamine on juba seadistatud ja see on\n"
-"ka praegu aktiivne.\n"
-"\n"
-"Mida Te soovite teha?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "keela"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "thista"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "seadista uuesti"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Peaten serverid..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Internetihendust nd enam ei jagata"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internetihendust hetkel ei jagata"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Internetihenduse jagamine on juba seadistatud aga hetkel\n"
-"on see keelatud.\n"
-"\n"
-"Mida Te soovite teha?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "luba"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Kivitan serverid..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Internetihenduse jagamine nd ttab"
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Nd on Teil vimalik seadistada oma arvutit internetihendust jagama.\n"
-"\n"
-"Mrkus: kohtvrgu (LAN) jaoks on vajalik eraldi vrgukaardi olemasolu."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Liides %s (kasutab moodulit %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Liides %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Teie ssteemis ei ole vrgukaarti!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"htki vrgukaarti ei ole hetkel seadistatud. Palun kasutage selleks "
-"riistvara stteseadjat."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Vrguliides"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Teil on vaid ks seadistatud vrguliides:\n"
-"\n"
-"%s\n"
-"\n"
-"Kohtvrgu stted seotakse selle liidesga."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Palun valige millist vrguliidest soovite kasutada kohtvrgu\n"
-"jaoks."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor ei ole seadistatud"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Alglaaduri stiil"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Interneti stted"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS serveri IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Vimalik kohtvrgu aadressi konflikt %s konfiguratsioonis!\n"
-
-#
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Leitud tulemri stted!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Hoiatus! Leiti olemasolevad tulemri stted. Tenoliselt peaksite need "
-"hiljem le vaatame."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Seadistan..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Hlestan skriptid, installin tarkvara, kivitan serverid..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Probleemid paketi %s installimisel"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Kik on seadistatud.\n"
-"Nd saate internetihendust jagada teistele kohtvrgu arvutitele, kasutades "
-"neil automaatset konfigureerimist (DHCP)"
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Internetihenduse jagamine on juba seadistatud aga hetkel keelatud."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"Internetihenduse jagamine on juba seadistatud ja see on praegu aktiivne."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Internetihenduse jagamist ei ole kunagi seadistatud"
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Interneti jagamise seadistamine"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Internetihenduse jagamise Abimees!\n"
-"\n"
-"%s\n"
-"\n"
-"Valige Abimehe kivitamiseks ``OK''"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Vrgustted (%d liidest)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profiil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Kustuta profiil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profiil kustutamiseks:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Uus profiil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Masinanimi: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internetihendus"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tp: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Vaikels:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Liides:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Olek:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Seadiste internetihendus..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN stted"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Juhtprogramm"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Liides"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Olek:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Seadista kohtvrk (LAN) ..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Abimees..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Rakenda"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Palun oodake... Rakendan seadistusi"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "hendatud"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Ei ole hendatud"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "henda..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Lahuta..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN stted"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Vrgukaart %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Laadimisprotokoll"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Kivitub laadimisel"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Aktiivne"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktiivne"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Internetihenduse seadistamine"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Internetihenduse seadistamine"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "henduse tp: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameetrid"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Vaikels"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Vrgukaart"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klient"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Turvataseme seadmine"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Juhtimiskeskus"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Valige kasutatav vahend"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanada (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Euroopa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islandi"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Euroopa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "seerial"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "kasutamiseks: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Palun valige klaviatuuriasetus"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Kas soovite konsoolil kasutada BackSpace-i kui Delete?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Vaheta CD plaat"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Palun sisestage installeerimise CD pealdisega lugejasse ja vajutage <OK>.\n"
-"Kui teil sherdust ei ole, vajutage <Katkesta>, et kiiruendust vltida."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ei saa kiiruuendust alustada !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-#, fuzzy
-msgid "logdrake"
-msgstr "DrakNet"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fail/_Uus"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fail/_Ava"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fail/_Salvesta"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fail/Salvesta _Kui"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fail/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Eelistused"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Eelistused/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Abi"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Abi/_Misvrk"
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Kasutajatunnus"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Initsialiseerimisteade"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "Masin:"
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr "Masin:"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "LAN stted"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache ja Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "varjutatud"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "huvitav"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "vormindatakse"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Seadistused"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Salvesta kui..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Palun valige hiire tp"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "ei leitud: serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Teeskleme keskmist hiirenuppu?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Valige graafikakaart"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Alglaadimisseade"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Tulemri stted"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Tulemri stted"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Tulemr\n"
-"\n"
-"Tulemri olete juba seadistanud.\n"
-"Valige 'Seadista', et midagi muuta"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Tulemr\n"
-"\n"
-"Valige 'Seadista', selle seadistamiseks nd"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Valige sobiv keel"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Valige paigaldusmeetod"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Kvaketta leidmine"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Hiire seadmine"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Klaviatuuri valik"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Turvalisus"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Failissteemid"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Vormindamine"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Pakettide valik"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Ssteemi installimine"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Tavakasutaja"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Vrgustted"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Teenuste stted"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Alglaaduri stted"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Loo alglaadimisflopi"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Seadista X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Ssteemi installimine"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Vlju programmist"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall seadistamine\n"
-"\n"
-"Selle vahendiga saate luua lihtsa kaitse Interneti ohtude vastu.\n"
-"Kui vajate vimsat tulemri, vaadake palun\n"
-"spetsiaalset MandrakeSecurity Firewall distributsiooni."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Nd ksitakse Teilt millistele teenustele soovite lubada ligipsu\n"
-"Internetist. Palun melge hoolega, nende vastuste le, sest tegu on\n"
-"ju Teie arvuti turvalisusega.\n"
-"\n"
-"Palun, kui te ei soovi hetkel mnd neist kasutada, pange see igaks\n"
-"juhuks tulemri taha. Hiljem on Teil soovi korral vaba voli kike\n"
-"uuesti lubada."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Kas sellel arvutil hakkab tle veebiserver, mida klastatakse kogu\n"
-"Internetist? Kui vajate ligipsu vaid samast arvutist, vastake\n"
-"siin EI.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Kas sellel arvutil hakkab tle nimeserver? Kui Te seda ei soovi\n"
-"siis vastake palun ei.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Kas soovite sisenevaid SSH hendusi? SSH on turvaline asendus telnetile.\n"
-"Telneti kaudu le vrgu masinasse sisenemine on rmisel ebaturvaline\n"
-"kuna sel teel on lihtsate vahenditega vimalik vrgus paroole varastada.\n"
-"SSH korral on hendus krptitud ja pealtkuulamine praktiliselt vlistatud."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Kas soovite lubada sisenevaid telneti hendusi?\n"
-"See on teliselt ebaturvaline, vastake siin palun Ei ja kasutage\n"
-"telneti asemel SSH-d.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Kas soovite sellel arvuti kivitada avaliku FTP serveri? Kui see on\n"
-"testi Teie soov, siis lubage palun ainult anonmne ligips, sest\n"
-"muul juhul tekib jlle paroolide varastamise oht, sest FTP ei tunne\n"
-"krptimist.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Kas Teil on jooksmas avalik meiliserver? Vastasel juhul on\n"
-"palju turvalisem siia tulem ette panna.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Kas vajate sellel masinal POP vi IMAP serverit?\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Teil on kasutusel 2.2 kernel. Kui IP aadress antakse Teie arvutile\n"
-"dnaamiliselt, siis peaks seda siinkohal lubama.\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Kas see arvuti kuulub vrku, millest masinad snkroniseerivad\n"
-"omavahel kellaaega? Tenoliselt vite selle rahulikult keelata."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Seadistused tehtud. Kas salvestada stted kettale?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Vrgukaart %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Seadme %s avamine kirjutamiseks ebannestus: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Vrgu stete abimees"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Palun oodake, valmistun installimiseks"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Server, Veeb/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Vrguarvuti (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS, SMB, SSH server, vahendaja (proxy)"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kontor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome tjaam"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Suhtlus Palmi vi Visoriga"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Tjaam"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Tulemr/marsruuter"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kontoriprogrammid: tekstittlus (kword, abiword), tabelarvutus (kspread, "
-"gnumeric), PDF eelvaade jne"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio-vrgid: mp3 ja midi, mikserid jms"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Raamatud ja Howto-d Linux ja vabavara kohta"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE tjaam"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm jt"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimeedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Meili, uudiste, veebi, jututamise ja faililekande programmid"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Server, Andmebaasid"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Vahendid lihtsamaks ssteemi administreerimiseks"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimeedia - Heli"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utiliidid"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentatsioon"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsooliprogrammid"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Interneti tjaam"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimeedia tjaam"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "LAN stted"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Veel graafilisi tlaudu (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, graafiline tkeskkond ja rida seonduvaid rakendusi"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Graafiline keskkond"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache ja Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Vahendid CD-de kirjutamiseks"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kontori tjaam"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm jne"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Graafikaprogrammid nagu Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C ja C++ arendusteegid, programmid ja pisefailid"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Failiserver"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Server, Meil/grupit/uudised"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Mnguvahend"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video esitamine ja redigeerimine"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimeedia - Graafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Meelelahutus: arcade, boards, strategy jne"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr "Komplekt programme meili ja uudiste lugemiseks ning veebi brausimiseks"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arhiveerimine, emuleerimine, monitoorimine"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Isiklikud finantsid"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "Graafiline tkeskkond koos kasutajasbralike rakendustega"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Mitmete protokollide, sealhulgas ssh kliendid"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Internetihendus"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Heli ja video esitamine ja redigeerimine"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Muud graafilised tlauad"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editorid, shellid, terminalid, failihaldus"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Isiklike finantside haldusvahendid"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Isikliku info haldamine"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimeedia - CD kirjutamine"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Teadustjaam"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Katkesta"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Ei soovi"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Valige uus vaikimisi kasutaja :"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Vrguprinter"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Nd vite moodulile %s parameetreid mrata"
-
-#~ msgid "mount failed"
-#~ msgstr "hendamine ebannestus"
-
-#~ msgid "Low"
-#~ msgstr "Madal"
-
-#~ msgid "Medium"
-#~ msgstr "Keskmine"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr "Turvataset on parandatud, lisatud on hoiatusi ja piiranguid."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Multimeedia"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Ekspert"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Linuxil on kombeks hoida sisemist kella Greenwichi (GMT) ajas ja muuta\n"
-#~ "vajadusel ssteemi kella vastavalt Teie valitud ajavndile."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Loo internetihendus"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Katkesta internetihendus"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Seadista vrguhendus (kohtvrk vi Internet)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Millisele kettale soovite seda mber paigutada?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Palun valige paketid installimiseks"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Info"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnome tjaam"
-
-#, fuzzy
-#~ msgid "user"
-#~ msgstr "Kasutaja:"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Palun valige hiire tp"
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Vlju"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "CD/flopi/.. autohendamine"
-
-#~ msgid "Active"
-#~ msgstr "Aktiivne"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Ei"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Leiti printer, nimega \"%s\" "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Otse hendatud printer"
-
-#~ msgid "Printer Device"
-#~ msgstr "Printeri seade"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "CUPS printserver"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "CUPS printserver"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Tmood"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Muu"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Palun valige klaviatuuriasetus"
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Palun valige partitsioon"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tp: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Klbmatu tagavarakoopia"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Seadista X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Printeri seade"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Katkesta"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "OK"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Hiir"
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "tuut"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "Testime Teie hendust..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "Sulgeme nd henduse..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "Vrguhendus ei ole suletud.\n"
-#~ "Proovige seda teha ksitsi, kivitades\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "juurkasutajana."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "Ssteem on nd Internetist lahutatud."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Valige paigalduse maht"
-
-#~ msgid "Total size: "
-#~ msgstr "Suurus kokku: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Palun oodake, "
-
-#~ msgid "Total time "
-#~ msgstr "Aega kokku "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Kasutada olemasolevat X-i seadistust?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Mis porti on Teie printer hendatud? \n"
-#~ "(paneme thele, et /dev/lp0 on sama mis LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Hoiatan, vrguliides on juba seadistatud. Jrgnevalt seadistame selle "
-#~ "uuesti."
-
-#~ msgid "New"
-#~ msgstr "Uus"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Eemalda"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Palun valige partitsioon"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Mitmeselt mistetav (%s), palun tpsustage\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (vaikimisi %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Teie valik? (vaikimisi %s, `none' - ei midagi)"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "ei saa lugeda faili /etc/sysconfig/autologin: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Kas soovite vrguhendust taaskivitada?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Kas olete nus?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Nd taaskivitan vrguliidese:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Kas olete valmis vrguliidese %s taaskivitamiseks?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Tavaline valik on \"/dev/hda\" (esimese IDE kanali master), kui Te ei\n"
-#~ "tea tpselt, et tahate teisiti teha."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "henduse tp: "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Valige uus vaikimisi kasutaja :"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Palun testige hiirt"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Valige keel ssteemi installimiseks ja kasutamiseks."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Et installimist jtkata, peate nustuma laltoodud "
-#~ "litsentsitingimustega.\n"
-#~ "\n"
-#~ "\n"
-#~ "Palun valige \"Nus\", kui nustute nendega.\n"
-#~ "\n"
-#~ "\n"
-#~ "Palun valige \"Keeldun\", kui ei pea neile tingimistele allumist "
-#~ "vimalikuks. Installimine lpetatakse, tegemata Teie ssteemis muutusi."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Valige klaviatuuripaigutus laltoodud nimekirjast"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Kui soovite, et peale installimist oleks vimalik kasutada veel "
-#~ "erinevaid\n"
-#~ "keeli, valige need laltoodud nimekirjast. Valik \"Kik\" lisab toe\n"
-#~ "kigile keeltele."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Valige:\n"
-#~ "\n"
-#~ " - Isetehtud: Olete Linuxiga tuttav ja soovite ssteemi kohandada "
-#~ "vastavalt\n"
-#~ " Teie vajadustele. Jrgmisena saate teha valikud sltuvalt Teie "
-#~ "arvuti \n"
-#~ " edaspidisest kasutusalast.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ekspert: Te tunnete end GNU/Linux keskkonnas vabalt ja soovite\n"
-#~ " ssteemi, mis sobiks nagu valatult Teie tpsete ootustega.\n"
-#~ " Aga palun, palun: RGE VALIGE SEDA, KUI TE TPSELT EI TEA, MIDA TEETE!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Nd mrake oma arvuti peamne kasutusala. Valikud on:\n"
-#~ "\n"
-#~ "* Tjaam: valige, kui kavatsete oma arvutit rakendada igapevategemiste "
-#~ "tarvis (kontorirakendused,\n"
-#~ " graafika ja muu selline).\n"
-#~ "\n"
-#~ "\n"
-#~ "* Arendus: installitakse tiskomplekt vahendeid eri programmeerimiskeelte "
-#~ "kasutamiseks, allikkoodi loomiseks,\n"
-#~ " kompileerimiseks, silumiseks jne.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: valige see, kui vajate Mandrake Linux serverit. Saate "
-#~ "serveerida faile (NFS vi SMB), printida\n"
-#~ " (Unixi stiilis lp vi Windowsi SMB), lisaks andmebaasid, "
-#~ "veebirakendused jms. Installimata\n"
-#~ " jetakse graafiline kasutajaliides (KDE, GNOME...)."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Nd vite valida paketigruppe installimiseks vi uuendamiseks\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX kontrollib, kas Teil on ikka piisavalt vaba ruumi nende kigi "
-#~ "jaoks.\n"
-#~ "kui mitte, hoiatab ta Teid. Kui Te hoiatusest ei hooli jetakse "
-#~ "automaatselt\n"
-#~ "krvale vhemolulised paketid.\n"
-#~ "Nimekirja lpus saate valida \"Valik paketthaaval\"; sel juhul aga peate\n"
-#~ "lbi sirvima le 1000 ksiku paketi..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Nd saate pakette kshaaval installimiseks valida\n"
-#~ "\n"
-#~ "\n"
-#~ "Paketipuud saate avada ja sulgeda vasakpoolses nurgas asuvatest nuppudest."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Kui Teil on olemas kik laltoodud CD-d, klikkige <OK>.\n"
-#~ "Kui Teil ei ole htki neist, klikkige <Katkesta>.\n"
-#~ "Kui puuduvad mned CD-d, jtke mrgituks vaid olemasolevad ja siis <OK>."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Kui soovite oma arvuti hendada Internetti vi kohtvrku, tehke palun\n"
-#~ "ige valik. Vlise seadme korrektseks tuvastamiseks on vajalik, et see "
-#~ "oleks\n"
-#~ "sisse llitatud ja arvutiga hendatud\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui Te ei soovi vrguhendust kasutada, valige \"Keela vrguhendus\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui soovite vrguhenduse seadistada hiljem, valige \"Tehtud\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Modemit ei leitud. Palun valige seerialport, kuhu see on hendatud.\n"
-#~ "\n"
-#~ "\n"
-#~ "Igaks juhuks: esimese seerialpordi (\"COM1\" Microsoft Windowsis) nimi\n"
-#~ "on GNU/Linux ssteemis \"ttyS0\"."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Sisestage sissehelistamiskeskuse andmed. Kui Te neid ei tea\n"
-#~ "vi kahtlete, saate oma teenusepakkujalt (ISP-l) kindlasti abi.\n"
-#~ "Niteks info nimeserveri (DNS) kohta saab tavaliselt henduse\n"
-#~ "loomise ajal automaatselt"
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Kui Teil on vline modem, siis llitage see palun nd sisse, et DrakX "
-#~ "saaks seda tuvastada."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Palun llitage modem sisse ja valige nimekirjast ige."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Kui Te ei ole kindlad, et laltoodud informatsioon vastab tele\n"
-#~ "vi Te ei tea, mida sisestada, ksige abi oma internetiteenuse pakkujalt\n"
-#~ "(ISP-lt). Niteks info nimeserveri (DNS) kohta saab tavaliselt henduse\n"
-#~ "loomise ajal automaatselt"
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Nd sisestage oma arvuti nimi, kui see on vajalik. Kui kahtlete, siis "
-#~ "peaksite ksima lisainformatsiooni oma ISP kest."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Vrguliidese seadistamiseks on vajalik:\n"
-#~ "\n"
-#~ " * IP-aadress: kui Te seda ei teha, ksige oma vrguhaldurilt vi\n"
-#~ "internetiteenuse pakkujalt (ISP).\n"
-#~ "\n"
-#~ " * Vrgumask: \"255.255.255.0\" on tavaliselt sobiv. Igaks juhuks "
-#~ "vite\n"
-#~ "vrguhalduri vi ISP kest le ksida.\n"
-#~ "\n"
-#~ " * Automaatne IP: Kui Teie vrgus on kasutusel BOOTP vi DHCP.\n"
-#~ "Selle valimisel ei pea vlja \"IP-aadress\" titma. Kui kahtlete\n"
-#~ "ksige jllegi oma vrguhaldurilt vi ISP-lt."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Kui Teie vrgus on kasutusel NIS, valige \"Kasuta NIS-i\". Kahtluse "
-#~ "korral\n"
-#~ "ksige vrguhaldurilt."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Kui vaja, sisestage oma ssteemi nimi. Kui Teil ei\n"
-#~ "ole htki head mtet, jtke see rida thjaks"
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Nd sisestage oma sissehelistamisteenuse pakkuja andmed. Kui ei ole "
-#~ "kindel,\n"
-#~ "mida kuhu sisestada, ksige oma ISP kest le."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Kui peate kasutama vahendajaid (tulemri vms), seadistage need nd. "
-#~ "Kui\n"
-#~ "kahtlete, on abiks vrguhaldur vi ISP"
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Krptopakette saate installida prast Internetihenduse seadistamist.\n"
-#~ "Esmalt valige peegel, kust soovite pakette alla laadida ja seejrel\n"
-#~ "valige paketid.\n"
-#~ "\n"
-#~ "\n"
-#~ "Mrkus: krptopakettide valimisel peate arvesse vtma ka vimalikke\n"
-#~ "iguslikke piiranguid oma asukohamaal."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "Nd saate valida ajavtme vastavalt oma asukohale."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Teil on vimalus seadistada kas kohalik (Teie arvutiga hendatud) vi\n"
-#~ "vrguprinter (Unix, Netware vi Microsoft Windows vrgus)"
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Kui soovite vahetevahel printida, valige palun selleks sobiv meetod, "
-#~ "CUPS\n"
-#~ "vi LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS on uus, vimas ja paindlik printimisssteem Unix keskkonnas (CUPS -\n"
-#~ "Common Unix Printing System). Mandrake Linux kasutab vaikimisi seda.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR on vanem meetod, mis oli kasutusel ka eelmistest Mandrake Linux\n"
-#~ "distributsioonides.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui Teil ei olegi printerit, valige \"Ei soovi\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux oskab toimetada mitut tpi printeritega. Igaht neist "
-#~ "seadistatakse\n"
-#~ "erinevalt.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui Teie printer on fsiliselt arvutiga hendatud, valige \"Kohalik "
-#~ "printer\"\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui soovite kasutada vrguprinterit Unix serveril, valige \"Vrguprinter"
-#~ "\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui soovite kasutada vrguprinteri Windows serveril (vi muidu le SMB\n"
-#~ "protokolli), valige \"SMB/Windows 95/98/NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Palun llitage oma printer sisse ja laske DrakX-il seda tuvastade.\n"
-#~ "\n"
-#~ "Samuti on vaja sisestada lisainformatsiooni:\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printeri nimi: spuuler kasutab vaikimisi printerit \"lp\". Seega "
-#~ "peab Teil olema vhemalt he printeri nimi \"lp\".\n"
-#~ " Kui Teil ongi ainult ks printer, saate sellele anda ka mitu nime. "
-#~ "Nimed peavad olema eraldatud smboliga \"|\"\n"
-#~ " Seega, kui soovite, et nimel oleks ka mingi thendus, kirjutage "
-#~ "nimeks midagi niisugust: \"Minu printer|lp\".\n"
-#~ " Printer, mille nimede hulgas on \"lp\", saab olema Teie ssteemi "
-#~ "jaoks vaikimisi printeriks.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Kirjeldus: see ei ole kohustuslik, kuid vib osutuda vajalikuks, kui "
-#~ "Teil on niteks mitu kohalikku printerit ja soovite neid vrgus vlja "
-#~ "jagada\n"
-#~ "\n"
-#~ "\n"
-#~ " * Asukoht: kui soovite anda tiendavat informatsiooni printeri "
-#~ "asukohast\n"
-#~ " Niteks: \"Teise korruse keskel\".\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Nd on vaja lisainformatsiooni.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printeri nimi: spuuler kasutab vaikimisi printerit \"lp\". Seega "
-#~ "peab Teil olema vhemalt he printeri nimi \"lp\".\n"
-#~ " Kui Teil ongi ainult ks printer, saate sellele anda ka mitu nime. "
-#~ "Nimed peavad olema eraldatud smboliga \"|\"\n"
-#~ " Seega, kui soovite, et nimel oleks ka mingi thendus, kirjutage "
-#~ "nimeks midagi niisugust: \"Minu printer|lp\".\n"
-#~ " Printer, mille nimede hulgas on \"lp\", saab olema Teie ssteemi "
-#~ "jaoks vaikimisi printeriks.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Spuulkataloog: kataloog, kus spuuler hoiab ajutisi faile enne "
-#~ "printimist. Seda ei ole soovitav muuta.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printeri hendusviis: Kui Teie printer on fsiliselt Teie arvuti "
-#~ "kljes, valige \"Kohalik printer\".\n"
-#~ " Kui soovite kasutada printerit UNIX serveri kljes, valige \"lpd "
-#~ "printserver\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Kui soovite kasutada printerit Microsoft Windows vrgus (vi SMB "
-#~ "serveril) valige \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Kui soovite kasutada NetWare serveril asuvat printerit, valige "
-#~ "\"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Teie printerit ei nnestunud tuvastada. Palun abistavat infot vimaliku\n"
-#~ "henduspistiku kohta.\n"
-#~ "\n"
-#~ "\n"
-#~ "Enamasti on printer hendatud esimesse paralleelporti. GNU/Linuxis on "
-#~ "selle\n"
-#~ "nimeks \"/dev/lp0\" ja Microsoft Windowsis \"LPT1\"."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Valige printer laltoodud nimekirjast."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Palun valige oma printerile sobivad stted.\n"
-#~ "Abi saate ilmselt ka printeri dokumentatsioonist.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jrgmisel sammul saate oma seadistusi testida ja soovi korral muuta, kui "
-#~ "midagi ei tta nagu vaja."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Nd peate sisestama ssteemi juurkasutaja (root) parooli. Et vhendada\n"
-#~ "eksimisvimalust, tehke seda kaks korda.\n"
-#~ "\n"
-#~ "\n"
-#~ "Juurkasutaja on ssteemi thtsaim kasutaja ja ainuke, kes tohib teha\n"
-#~ "muudatusi ssteemi stetesse. Seeprast valige juurkasutaja parooli "
-#~ "erilise\n"
-#~ "hoolega.\n"
-#~ "\n"
-#~ "Hea salasna peaks olema kombinatsioon thtedest ja numbritest \n"
-#~ "ning vhemalt 8 mrki pikk. rge *kunagi* kirjutage oma parooli les!\n"
-#~ "\n"
-#~ "\n"
-#~ "Samas ei peaks see olema liiga pikk ja keeruline meelde jtmiseks."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Nd saate luua he vi rohkem \"tavakasutaja\" kontot. rmiselt "
-#~ "soovitav\n"
-#~ "on luua igale arvuti kasutajale eraldi konto(d). Sel viisi saab iga "
-#~ "kasutaja\n"
-#~ "valida ise endale sobiva graafilise keskkonna kujunduse ja programmide "
-#~ "stted.\n"
-#~ "Kik kasutaja failid saavad hoitud ja kaitstud tema isiklikus "
-#~ "kodukataloogis.\n"
-#~ "\n"
-#~ "\n"
-#~ "Esmalt looge konto iseendale, ka siis kui olete ssteemi ainuke "
-#~ "kasutaja.\n"
-#~ "rge tehke oma igapevatoimetusi juurkasutajana, suurendades sel viisil\n"
-#~ "turvariski! Vale juurkasutaja npuliigutus vib ssteemi kergesti\n"
-#~ "kasutusklbmatuks muuta!\n"
-#~ "\n"
-#~ "\n"
-#~ "Juurkasutaja igused on ainult administreerimiseks ja hoolduseks,\n"
-#~ "kike muud tehke palun tavakasutajana"
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Alglaadimisketta loomine on rmiselt soovitatav. Kui peaks kunagi\n"
-#~ "tekkima probleeme ssteemi laadimisel, vi alglaadmisketas olla Teie\n"
-#~ "ainuke psetee uue installimise krval."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO ja grub-i peamised suvandid on:\n"
-#~ " - Alglaadimisseade: mratakse kvaketas vi partitsioon, kus asub\n"
-#~ "alglaadimissektor. Kui Te just tpselt ei tea, mida teete,\n"
-#~ "\"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ooteaeg alglaadimisel: mratakse ooteaeg sekundikmnendikes enne\n"
-#~ "vaikimisi laadimist.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Graafikamood: mratakse VGA tekstmood ssteemi laadimisel. "
-#~ "Vimalikud\n"
-#~ "on jrgmised valikud:\n"
-#~ "\n"
-#~ " * normal: tavaline 80x25 tekstimood\n"
-#~ "\n"
-#~ " * <number>: numbrile vastav tekstimood. - Puhasta /tmp "
-#~ "alglaadimisel: kui soovite kustutada ssteemi alglaadimisel,\n"
-#~ "valige see\n"
-#~ "\n"
-#~ "\n"
-#~ " - Tpsust RAM hulk kui vajalik: kahjuks ei ole htki standardset "
-#~ "meetodit Teie\n"
-#~ "arvutis leiduva operatiivmlu (RAM) koguse raarvamiseks. Kui siinkohal "
-#~ "on eksimine\n"
-#~ "2 vi 4 MB, siis ei maksa sellele vga thelepanu prata."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO on alglaadur SPARC arhitektuurile: see vimaldab laadida\n"
-#~ "kas GNU/Linuxi vi mne muu Teie arvutis oleva operatsioonissteemi.\n"
-#~ "Tavaliselt tuvastakse teised operatsioonissteemid igesti ja seadista-\n"
-#~ "takse ka alglaadur. Kui Teil aga ei ole nne, tuleb parameetrid seada\n"
-#~ "ksitsi. Olge sel juhul hoolas valima iged."
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "SILO peamised suvandid on:\n"
-#~ " - Alglaaduri paigaldus: mratakse kvaketas vi partitsioon, kus "
-#~ "soovite\n"
-#~ "hoida GNU/Linuxi laadimiseks vajalikku infot. Kui Te just tpselt ei "
-#~ "tea,\n"
-#~ "mida teete, valige \"Kvaketta esimene sektor (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ooteaeg alglaadimisel: mratakse aeg sekundikmnendikes enne "
-#~ "vaikimisi\n"
-#~ "laadimist."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "On aeg konfigureerida \"X Window System\" ehk lihtsalt X. X on\n"
-#~ "GNU/Linuxi graafilise kasutajaliidese sda. Sel eesmrgil peame koos\n"
-#~ "seadistama Teie graafikakaardi ja monitori. Enamus sellest protsessist\n"
-#~ "on automatiseeritud ja Teie lesandeks on ainult DrakX-i\n"
-#~ "valikutega nustuda (vi mitte :))\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui saame seadistamisega hakkama, kivitakse X (kui Te ei anna\n"
-#~ "eraldi ksku mitte nii teha)."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Kui midagi on X-i seadistustega valesti, saab siinkohal vimalikke vigu\n"
-#~ "parandada."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Kui eelistate graafilist ssteemi sisenemist, valige \"Jah\". "
-#~ "Konsoolimoodi\n"
-#~ "eelistamisel valige \"Ei\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "Nd saate valida oma ssteemis kasutatava turvataseme. Palun vaadake "
-#~ "lisainfot selle kohta ka\n"
-#~ " kasutajajuhendist. ldiselt, kui Te ei tea, mida teete, jtke siia "
-#~ "vaikimisi valik.\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Teie ssteem sooritab alglaadimise.\n"
-#~ "\n"
-#~ "Taaskivitumisel laaditakse Teie uus Mandrake Linux ssteem "
-#~ "automaatselt.\n"
-#~ "Kui soovite laadida mnd muud operatsioonissteemi, lugege palun\n"
-#~ "lisainformatsiooni."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Tehhi (programmeerijad)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovaki (programmeerijad)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Loodava profiili nimi:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Kirjuta /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Vorminda kik"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Prast kigi partitsioonide vormindamist"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "on kik andmed neil partitsioonidel hvivad"
-
-#~ msgid "Reload"
-#~ msgstr "Laadi uuesti"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "Kas soovite luua kiirpaigaldusflopi (abiks korduval paigaldusel)?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL stted"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Kui vrgus on CUPS server, siis ei ole Teil vaja siin\n"
-#~ "printereid seadistada, need leitakse automaatselt.\n"
-#~ "Kui server asub kuskil kaugemal, peate sisestama CUPS serveri\n"
-#~ "IP-aadress ning soovitavalt ka pordi numbri."
-
-#~ msgid "Remote queue"
-#~ msgstr "Prindijrjekorra nimi"
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Prindijrjekorra nimi"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Domeeninimi"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Printerit ei ole"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "Vrgustted"
-
-#~ msgid "Profile "
-#~ msgstr "Profiil "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "henduse tp: "
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr "Loo internetihendus"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Katkesta internetihendus"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Katkesta internetihendus"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Katkesta internetihendus"
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "henduse nimi"
-
-#, fuzzy
-#~ msgid "average"
-#~ msgstr "rmps"
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Vaikimisi"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Stete fail ei ole arusaadav."
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Tundmatu sttefaili"
-
-#~ msgid "Adapter"
-#~ msgstr "Vrgukaart"
-
-#~ msgid "Disable network"
-#~ msgstr "Keela vrguhendus"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Keela vrguhendus"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Nd saate oma hiirt testida. Kasutage nii nuppe kui ratast. Kui tundub\n"
-#~ "midagi valesti olevat, klikkige <Katkesta> uue juhtprogrammi valimiseks."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (vi ADSL) hendus"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Hiir"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Vite anda ette ka URI, mille jrgi CUPS printeri leiab."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Jah, trki ASCII testleheklg"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Jah, trki PostSript testleheklg"
-
-#~ msgid "Paper Size"
-#~ msgstr "Paberi suurus"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "T lpetamisel vljasta kogu leht?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Kas optimiseerime kvaketast?"
-
-#~ msgid "Color depth options"
-#~ msgstr "Mooduli parameetrid:"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Trkkida tekst PostScriptina?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Paranda trepitud tekst?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Leheklgi hel paberil"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Lehe laiuse mrgid punktides (1/72 tollile)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Lehe krguse mrgid punktides (1/72 tollile)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Lisa GhostScript parameetrid"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Lisa teksti parameetrid"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Viimane leht enne"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Vali vrguprinteri hendusviis"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Masinal vib olla mitu printerit, millest igaks vajab nime\n"
-#~ "(sageli lp) ja printkataloogi. Millist nime peaks kasutama\n"
-#~ "kasutama selle printeri puhul ja kuidas see on hendatud?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Masinal vib olla mitu prindijrjekorda, millest igaks vajab nime\n"
-#~ "(sageli lp) ja spuulkataloogi (ajutiste failide jaoks). Millist nime\n"
-#~ "ja kataloogi peaks kasutama selle printeri puhul ja kuidas see on "
-#~ "hendatud?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Printeri nimi"
-
-#~ msgid "Spool directory"
-#~ msgstr "Spuulkataloog"
-
-#~ msgid "Disable"
-#~ msgstr "Keela"
-
-#~ msgid "Enable"
-#~ msgstr "Luba"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "LAN stted"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "Teenusepakkuja DNS 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "Teenuspakkuja DNS 2"
-
-#, fuzzy
-#~ msgid "fsck failed: "
-#~ msgstr "hendamine ebannestus: "
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Turvalisema ssteemi saamiseks peaksite valima \"Kasuta varjutatud \n"
-#~ "paroolifaili\" ja \"Kasuta parooli kaitsmiseks MD5 algoritmi\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Kui Teie vrgus on kasutusel NIS, valige \"Kasuta NIS-i\". Kahtluse "
-#~ "korral\n"
-#~ "ksige vrguhaldurilt."
-
-#~ msgid "yellow pages"
-#~ msgstr "NIS YP"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Kuidas soovite luua internetihendust?"
-
-#~ msgid "Configure..."
-#~ msgstr "Seadista..."
-
-#~ msgid "Selected size %d%s"
-#~ msgstr "Valitud suurus %d%s"
-
-#~ msgid "Opening your connection..."
-#~ msgstr "Testime Teie hendust..."
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Seadistused: Lisa asukoht"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "See skript proovib seadistada USB hiirt"
-
-#~ msgid "Boot style configuration"
-#~ msgstr "Alglaadimise stiil"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Nd on internetihendus seadistatud aga Teie arvutit\n"
-#~ "saab panna ka seda jagama teistele arvutitele kohtvrgus.\n"
-#~ "Mrkus: kohtvrgu jaoks on vajalik eraldi vrgukaardi olemasolu\n"
-#~ "\n"
-#~ "Kas soovite internetihendust jagada?\n"
-
-#~ msgid "Welcome to the Internet Connection Sharing utility!"
-#~ msgstr "Internetihenduse jagamine"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Automaatsed sltuvused"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "LILO/GRUB seadistamine"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Loo alglaadimisflopi"
-
-#~ msgid "Choice"
-#~ msgstr "Valik"
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr "horisontaalne kena aurora"
-
-#~ msgid "vertical traditional aurora"
-#~ msgstr "vertikaalne tavaline aurora"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Nd saate valida mitmesuguseid ssteemi kitumise vimalusi.\n"
-#~ "\n"
-#~ "* Optimiseeri kvaketast: selle variandi puhul saate kiirendada\n"
-#~ " kvaketta poole prdumist, kuid teatud vigaste emaplaatide puhul \n"
-#~ " vite kvaketta rikkuda. Valige, kui olete endas kindel.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Valige turvatase: saate valida oma ssteemi turvalisuse taseme.\n"
-#~ " Palun vaadake manuaali, et saada turvatasemetest tielik levaade.\n"
-#~ " Kui kahtlete, valige \"Keskmine\", et saada testi turvalist ssteemi,\n"
-#~ " valige \"Paranoiline\" aga olge ettevaatlik, niteks EI SAA SELLEL "
-#~ "TASEMEL\n"
-#~ " JUURKASUTAJA SISSE LOGIDA! Peate kasutama ksku 'su'. Mida "
-#~ "turvalisem, \n"
-#~ " seda keerulisem kasutada!\n"
-#~ "\n"
-#~ "* Tpsusta operatiivmlu mahtu: vib esineda olukord, kus GNU/Linux ei\n"
-#~ " ole suuteline detekteerima tpselt operatiivmlu suurust. Kui see on\n"
-#~ " nii juhtunud, saate elda ette tegeliku mluhulga. Paneme thele, et\n"
-#~ " erinevus 2-4MB tuvastatud ja tegeliku mlu hulga vahel on normaalne.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Irdandmekandjate automaatne hendamine (supermount): Teie flopid, CD-d\n"
-#~ " ja Zip-kettad hendatakse automaatselt (ilma mount/umount kasutamata)\n"
-#~ "\n"
-#~ "\n"
-#~ "* Puhasta \"/tmp\" alglaadimisel: ssteemi laadimisel kustutatakse kik "
-#~ "failid \"/tmp\" kataloogist.\n"
-#~ "\n"
-#~ "* Vimalda NumLock alglaadimisel: ssteemi laadimisel muudetakse\n"
-#~ " konsoolimoodis NumLock aktiivseks"
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr "Vabandan, aga meili seadistamine ei ole praegu veel vimalik."
-
-#~ msgid ""
-#~ "Welcome to The Network Configuration Wizard.\n"
-#~ "Which components do you want to configure?\n"
-#~ msgstr ""
-#~ "See siin on vrguhenduse abimees.\n"
-#~ "Mis komponente soovite seadistada?\n"
-
-#~ msgid "Internet/Network access"
-#~ msgstr "Internetihendus"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Muud stted"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Muud ksimused"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "Krgel turvatasemel ei saa supermount-i kasutada"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "SELLEL TURVATASEMEL EI OLE VIMALIK SSTEEMI SISENEDA JUURKASUTAJANA!\n"
-#~ "Juurkasutaja iguste saamiseks tuleb siseneda tavakasutajana ja siis \n"
-#~ "kasutada \"su\"-d.\n"
-#~ "Serveri puhul on selline piirang tiesti mistlik.\n"
-#~ "Teid on igal juhul hoiatatud."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Olge ettevaatlik, NumLock-i kasutamine vib phjustada (eriti kantavatel\n"
-#~ "arvutitel) probleeme."
-
-#~ msgid "not connected"
-#~ msgstr "ei ole hendatud"
-
-#~ msgid "Actions"
-#~ msgstr "Tegevused"
-
-#~ msgid "Scientific applications"
-#~ msgstr "Teadusrakendused"
-
-#~ msgid "File/Print/Samba"
-#~ msgstr "Server, Faili/prindi/samba"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr "Server, DNS/DHCP"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Esimene nimeserver:"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Teine nimeserver:"
-
-#~ msgid "using module"
-#~ msgstr "kasutades moodulit"
-
-#~ msgid "Development, Database"
-#~ msgstr "Arendus, Andmebaasid"
-
-#~ msgid "Development, Integrated Environment"
-#~ msgstr "Arendus, Graafilised keskkonnad"
-
-#~ msgid "Development, Standard tools"
-#~ msgstr "Arendus, standardvahendid"
-
-#~ msgid ""
-#~ "\n"
-#~ "Warning:\n"
-#~ "Applying the changes while running may crash your X environnement."
-#~ msgstr ""
-#~ "\n"
-#~ "Hoiatus:\n"
-#~ "Muudatuste rakendamine vib X keskkonna endast vlja viia."
-
-#~ msgid ""
-#~ "\n"
-#~ "If you continue, I will shut down your %s environnement"
-#~ msgstr ""
-#~ "\n"
-#~ "Jtkamisel olen sunnitud Teie %s keskkonna seiskama"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Millist alglaadurit soovite kasutada?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Kiirpaigaldusflopi"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Kas otsida modemit?"
-
-#~ msgid "Configure an ISDN connection"
-#~ msgstr "Seadista ISDN hendus"
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Keela hendus Internetti"
-
-#~ msgid "Configure local network"
-#~ msgstr "Kohtvrgu seadistamine"
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Seadista internetihendus / Seadista kohtvrk"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "Kohtvrk on juba seadistatud.\n"
-#~ "Kas soovite:"
-
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "Seadistan uuesti abimehega..."
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr "Graafikaprogrammid"
-
-#~ msgid "Sciences"
-#~ msgstr "Teadused"
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ "Jututamise (IRC vi IM) programmid xchat, licq, gaim ja faililekande "
-#~ "vahendid"
-
-#~ msgid "Communication facilities"
-#~ msgstr "Suhtlemisvahendid"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Internet Tools"
-#~ msgstr "Interneti vrgid"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr "Andmebaasiserveri ja -kliendid (mysql ja postgresql)"
-
-#~ msgid "Development C/C++"
-#~ msgstr "C/C++ arendus"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Ajavtme mramine"
-
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "Esimene vrguliides (eth0)"
-
-#~ msgid "isdn_internal"
-#~ msgstr "isdn_internal"
-
-#~ msgid "ippp0"
-#~ msgstr "ippp0"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(vib tekitada andmete hvimist)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Llita Num Lock kivitamisel sisse"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Salasna uuesti"
-
-#~ msgid "default"
-#~ msgstr "tavaline"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "Milline on Teie ssteemi kasutusala?"
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "Valige paigalduse maht"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Kasuta diskdrake-i"
-
-#~ msgid "Customized"
-#~ msgstr "Isetehtud"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Olete ikka kindlasti ekspert? \n"
-#~ "Hei, ilma naljata, eksperdi valikud on laiemad kuid sellevrra "
-#~ "ohtlikumad.\n"
-#~ "\n"
-#~ "Teilt ksitakse ksimusi niteks 'paroolifaili varjutamise' jms kohta,\n"
-#~ "olete Te selleks valmis?"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Kasuta varjutatud paroolifaili"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Kasuta parooli kaitsmiseks MD5 algoritmi"
-
-#~ msgid "Search"
-#~ msgstr "Otsi"
-
-#~ msgid "Package"
-#~ msgstr "Pakett"
-
-#~ msgid "Tree"
-#~ msgstr "Puu"
-
-#~ msgid "Sort by"
-#~ msgstr "Sortimine"
-
-#~ msgid "Category"
-#~ msgstr "Kategoori"
-
-#~ msgid "Installed packages"
-#~ msgstr "Installitud paketid"
-
-#~ msgid "Available packages"
-#~ msgstr "Kttesaadavad paketid"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Nita ainult ksikuid"
-
-#~ msgid "Expand all"
-#~ msgstr "Ava kik"
-
-#~ msgid "Collapse all"
-#~ msgstr "Sule kik"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Lisa pakettide asukoht"
-
-#~ msgid "Update location"
-#~ msgstr "Uuenda asukoht"
-
-#~ msgid "Find Package"
-#~ msgstr "Leia pakett"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Leia pakett faili jrgi"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Installitud/Saadaval"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Kontrollin sltuvusi"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Eemaldatakse jrgmised paketid"
-
-#~ msgid "Regexp"
-#~ msgstr "Regulaaravaldis"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Milline pakett vajab ressurssi"
-
-#~ msgid "No match"
-#~ msgstr "Ei leitud sobivat"
-
-#~ msgid "No more match"
-#~ msgstr "Ei leitud enam sobivaid"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake on hetkel \"ssturesiimil\".\n"
-#~ "Failide otsimiseks kivitan rpmdrake uuesti"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Millist faili Te otsite?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Mida Te otsite?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Andke nimi (nagu: 'extra, 'commercial')"
-
-#~ msgid "Directory"
-#~ msgstr "Kataloog"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "CD-d ei leitud (vhemalt mitte /mnt/cdrom all)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL kataloogile, kus paiknevad RPM-id"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "FTP ja HTTP jaoks on vaja ka hdlist-i asukohta\n"
-#~ "See peab olema antud eelmise URLi suhtes"
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Palun jrgmist informatsiooni"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s on juba kasutusel"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Uuendan RPM andmebaasi"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Eemaldan kirje %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Leian lejgid"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "lejkide leidmine vtab veidi aega"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "Leitud ISDN kaart:\n"
-
-#~ msgid "Other countries"
-#~ msgstr "Muud maad"
-
-#~ msgid "In which country are you located ?"
-#~ msgstr "Millisel maal Te praegu olete ?"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Alcatel modem"
-
-#~ msgid "ECI modem"
-#~ msgstr "ECI modem"
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr "Kui teil on Alcatel-i modem, valige Alcatel. Muidu aga ECI"
-
-#~ msgid "don't use pppoe"
-#~ msgstr "ra kasuta pppoe-d"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (thtis)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (vga kena)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (kena)"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "Millisesse seerialporti on Teie hiir hendatud?"
-
-#~ msgid "Czech"
-#~ msgstr "Tehhi"
-
-#~ msgid "Slovakian"
-#~ msgstr "Slovaki"
-
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr "Ei saa installida 'ipchains' paketti urpmi abil."
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr "Ei saa installida DHCP paketti urpmi abil."
-
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr "Ei saa installida linuxconf-i urpmi abil."
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr "Ei saa installida 'bind' paketti urpmi abil."
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr "Ei saa installida nimeserveri vahendajat urpmi abil."
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "Seadista kohtvrk uuesti"
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Teie arvutit saab seadistada internetihenduse jagajana.\n"
-#~ "\n"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "Kik sai seadistatud.\n"
-
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Kasuta Interneti jaoks tavamodemit"
-
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Kasuta Interneti jaoks ISDN modemit"
-
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Kasuta Interneti jaoks DSL (vi ADSL) modemit"
-
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Kasuta Interneti jaoks DOC kaablimodemit"
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ "Mittekasutamise aeg, mille jooksul hendus\n"
-#~ "katkestatakse. (vaikimisi ei katkestata)"
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "Saksa (1TR6)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "Mida Te soovite teha?"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "Installi/Taasta"
-
-#~ msgid "Rescue"
-#~ msgstr "Taasta"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Mis tpi partitsiooni soovite?"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Valige \"Installimine\" kui varem sellele masinale GNU/Linuxit ei ole "
-#~ "pandud\n"
-#~ "vi soovite kasutada mitut distributsiooni\n"
-#~ "\n"
-#~ "Valige \"Taastamine\" kui soovite taastada mnd eelmist Mandrake "
-#~ "Linuxit:\n"
-#~ "%s vi %s.\n"
-#~ "\n"
-#~ "\n"
-#~ "Valige:\n"
-#~ "\n"
-#~ " - Soovitatav: Te pole kunagi varem GNU/Linuxit installinud. \n"
-#~ "\n"
-#~ " - Isetehtud: Olete Linuxiga tuttav ja soovite ssteemi kohandada "
-#~ "vastavalt\n"
-#~ " Teie vajadustele. Jrgmisena saate teha valikud sltuvalt Teie "
-#~ "arvuti\n"
-#~ " edaspidisest kasutusalast.\n"
-#~ "\n"
-#~ " - Ekspert: Te tunnete end GNU/Linux keskkonnas vabalt ja soovite\n"
-#~ " ssteemi, mis sobiks nagu valatult Teie tpsete ootustega.\n"
-#~ " Aga palun, palun: RGE VALIGE SEDA, KUI TE TPSELT EI TEA, MIDA "
-#~ "TEETE!\n"
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "SEAL\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "Nd peaksite valima partitsioon(id) Mandrake Linux installimiseks\n"
-#~ "kui need on juba varem kettale defineeritud. Kui Te varem ei ole oma\n"
-#~ "kvaketast Linuxi jaoks partitsioneerinud, saate seda jrgmises etapis\n"
-#~ "teha. Partitsioneerimine thendab fsilise ketta jaotamist loogiliselt\n"
-#~ "eraldatud osadeks.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui ei tunne ennast sel alal kindlalt, valige \"Paiguta ise\", et\n"
-#~ "automaatselt luua Linuxile vajalikud partitsioonid.\n"
-#~ "Linuxi maailmas thendab \"hda\" esimest, \"hdb\" teist IDE kvaketast,\n"
-#~ "\"sda\" esimest. \"sdb\" teist SCSI kvaketast jne. Partitsioneerimiseks\n"
-#~ "valige kettaseade lihtsalt sellel klikkides.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kaks tavalist partitsiooni on juurpartitsioon (/), kus asub "
-#~ "failissteemi\n"
-#~ "hierarhia algus ja /boot, mis sisaldab arvuti alglaadimiseks vajalikke "
-#~ "faile, sealhulgas Linuxi kernelit.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kuna partitsioneerimine ei ole pratav protsess, vib see tekitada\n"
-#~ "algajas kerget khedust. DiskDrake on selle teinud kll lihtsamaks,\n"
-#~ "aga kindlasti tuleks enne iga liigutust sgavalt jrele mtelda ja\n"
-#~ "soovitavalt ka dokumentatsiooniga tutvuda.\n"
-#~ "\n"
-#~ "Kiki tegevusi saate teha ka ainult klaviatuuri kasutades: liikuge\n"
-#~ "partitsioonidel <TAB> ja les-alla noolte abil. Partitsiooni valikul\n"
-#~ "\n"
-#~ "- Ctrl-C loob uue partitsiooni (valige selleks vaba kettaala)\n"
-#~ "- Ctrl-D kustutab partitsiooni\n"
-#~ "\n"
-#~ "- Ctrl-M seab henduspunkti\n"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Kik Teie poolt vrskelt loodud partitsioonid tuleb kasutamiseks "
-#~ "vormindada\n"
-#~ "(luua failissteemid). Partitsiooni vormindamisel hvitatakse kik "
-#~ "andmed,\n"
-#~ "mis seal iganes leiduvad. Pange thele, et varem vormindatud ja "
-#~ "vajalikke\n"
-#~ "andmeid sisaldavaid partitsioone, tpiliselt /home ja /usr/local, ei "
-#~ "ole\n"
-#~ "mistlik le vormindada, vaid need vib jtta nii nagu on."
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Nd hakkan Teie valitud pakette installima. Selleks peaks kuluma\n"
-#~ "mnikmmend minutit. Ssteemi uuendamisel kulub aega kll veidi rohkem,\n"
-#~ "sest siis tuleb enne olemasolevaid pakette analsida."
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Kui DrakX ei suutnud Teie hiirt tuvastada, vi soovite vaadata, mida\n"
-#~ "leiti, kuvatakse Teile lalpool \"hiiretugude\" nimekiri.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui olete valikuga nus, minge lihtsalt vasakpoolses mens edasi.\n"
-#~ "Vastasel juhul valige hiire tp, mis Teie arvates kige paremini Teie\n"
-#~ "hiirt iseloomustab\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui tegemist on seerialpordi hiirega, peate tlema ka, mis porti ta on\n"
-#~ "hendatud."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "See sektsioon on phendatud kohtvrgu (LAN) vi sissehelistamisteenuse\n"
-#~ "(DialUp) stete paikapanemisele.\n"
-#~ "\n"
-#~ "Kui vastate \"LAN\", siis proovitakse Teie arvutist leida vrgukaarti.\n"
-#~ "Kui Teie vrgukaart ttab PCI siinil, peaks ta olema leitav ja "
-#~ "kasutatav\n"
-#~ "automaatselt. ISA kaardi puhul, vib automaatne otsing alt vedada ja Te\n"
-#~ "peate juhtprogrammi ise nimekirjast valima.\n"
-#~ "\n"
-#~ "\n"
-#~ "SCSI kaartide puhul peab juhtprogramm esmalt leidma SCSI liidese, "
-#~ "vastasel\n"
-#~ "juhul peate prduma kaardi mja poole.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui installite Mandrake Linux ssteemi masinale, mis on osake juba "
-#~ "ttavast\n"
-#~ "kohtvrgust, annab vrgu haldaja Teile kogu vajaliku informatsiooni (IP-\n"
-#~ "aadressi, alamvrgu maski ja masina nime). Kui seate les oma privaatset\n"
-#~ "vrku, peaksite ise valima aadressid \n"
-#~ "\n"
-#~ "Kui soovite Internetti kasutada modemi ja sissehelistamisteenuse kaudu,\n"
-#~ "valige \"DialUp\" ja DrakX proovib otsida Teie arvutist modemit. Kui\n"
-#~ "modemit ei leita, peate sisestama seerialpordi, kuhu kavatsete modemi\n"
-#~ "hendada."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "Linuxi all saate kasutada mitmesuguseid printereid. Igaks neist nuab\n"
-#~ "erinevaid stteid ttamiseks. Siiski tasub thele panna, et ssteem\n"
-#~ "kasutab nime 'lp' vaikimisi printeri jaoks; seega peab Teil ks \n"
-#~ "selliselt thistatud, kuigi printeri(te)le vib panna '|' mrgiga "
-#~ "eraldatult\n"
-#~ "mitu nime. Kui eelistate \"thendusega\" nimesid, pange nimeks\n"
-#~ "niteks \"Minu printer|lp\" ja see saab olema Teie vaikimisi printer.\n"
-#~ "\n"
-#~ "Kui Teie printer on otse arvuti klge hendatud, valige \"Kohalik printer"
-#~ "\".\n"
-#~ "Siis saate valida pordi kuhu see on hendatud ja printerile vastava "
-#~ "filtri.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui soovite kasutada printerit, mis on hendatud Un*x serveriga, peate\n"
-#~ "Valima \"lpd vrguprinter\". Niisugusel juhul ei vaja Te kasutajatunnust\n"
-#~ "ega salasna, vaid ainult serveri nime ja printimisjrje nime serveril.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui soovite kasutada SMB printserverit (st. printerit, mida jagab vlja\n"
-#~ "Windows 9x/NT, peate ra nitama serveri SMB nime (mis ei pea olema sama\n"
-#~ "TCP/IP nimega) ja kindluse mttes ka IP-aadressi. Loomulikult on vaja "
-#~ "teada\n"
-#~ "ka serveri poolt jagatava printeri nime ning kasutajatunnust, salasna "
-#~ "ja\n"
-#~ "tgrupi nime. Sama, vlja arvatud tgrupp, on vaja teada ka NetWare\n"
-#~ "printserveri kasutamise korral."
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "On rmiselt soovitatav vastata siin \"Jah\"! Niteks, kui installite\n"
-#~ "samasse masinasse hiljem MS Windowsi, kirjutab see le bootsektori.\n"
-#~ "Ilma alglaadimisflopita ei ole Teil siis enam vimalik GNU/Linuxit\n"
-#~ "laadida."
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Liigutage ratast!"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Muutusi ei teinudki?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Mis tpi hiirt kasutate?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Vljapakutavad kuvatihedused"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "Et leida vimalikke kuvatihedusi, testin erinevaid variante.\n"
-#~ "Ekraan Teie ees hakkab vilkuma...\n"
-#~ "Kui soovite, llitage monitor vlja. Kui valmis saan, kostab piiks"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "Me vime proovida leida kuvatihedust, niteks 800x600.\n"
-#~ "Siiski, vahel ajab see arvuti segadusse.\n"
-#~ "Soovite proovida?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "Sobivat olekut ei leitud\n"
-#~ "Proovige palun muud graafikakaarti vi monitori"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Automaatne kuvatiheduste otsing"
-
-#~ msgid "pump"
-#~ msgstr "pump"
-
-#~ msgid "dhcpxd"
-#~ msgstr "dhcpxd"
-
-#~ msgid "dhcp-client"
-#~ msgstr "dhcp-client"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Apple ADB hiir"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Apple ADB hiir (2 nuppu)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Apple ADB hiir (3+ nuppu)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Apple USB hiir"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Apple USB hiir (2 nuppu)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Apple USB hiir (3+ nuppu)"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI Bus hiir"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Microsoft Bus hiir"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logitech Bus hiir"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USB hiir (3 vi enam nuppu)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A vi krgem (seerial)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (seerial)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (seerial)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (seerial)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Lihtsalt hiir (seerial)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Microsofti hilduv (seerial)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Lihtsalt 3-nupuline hiir (seerial)"
-
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse (seerial)"
-
-#~ msgid ""
-#~ "I need to configure your network adapter to be able to connect to "
-#~ "internet."
-#~ msgstr "Internetihenduse jaoks on vaja seadistada vrguliides."
-
-#~ msgid ""
-#~ "Please choose which network adapter do you want to use to connect to "
-#~ "internet.\n"
-#~ "If you don't know, choose eth0.\n"
-#~ msgstr ""
-#~ "Palun valige millist vrguliidest soovite kasutada kohtvrgu\n"
-#~ "jaoks.\n"
-#~ "Kui Te ei tea, valige eth0.\n"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "NFS hendamine ebannestus"
-
-#~ msgid "Socket"
-#~ msgstr "Pistik"
-
-#~ msgid ""
-#~ "DrakX will generate config files for both XFree 3.3 and XFree 4.0.\n"
-#~ "By default, the 4.0 server is used unless your card is not supported.\n"
-#~ "\n"
-#~ "Do you want to keep XFree 3.3?"
-#~ msgstr ""
-#~ "DrakX saab luua sttefailid nii XFree 3.3 kui ka XFree 4.0. \n"
-#~ "Vaikimisi kasutatakse 4.0, kui see toetab Teie riistvara\n"
-#~ "\n"
-#~ "Kas soovite jda XFree versiooni 3.3 juurde?"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Krpto"
-
-#~ msgid "Configure LAN"
-#~ msgstr "Seadista X"
-
-#~ msgid "Do not set up networking"
-#~ msgstr "Ei seadista vrku"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Kas soovite kasutada kohtvrku?"
-
-#~ msgid "Show less"
-#~ msgstr "Nita vhem"
-
-#~ msgid "Show more"
-#~ msgstr "Nita rohkem"
-
-#~ msgid "Take over the hard drive"
-#~ msgstr "Kasuta kogu ketast"
-
-#~ msgid "URI for Local printer"
-#~ msgstr "Kohalik printer"
-
-#~ msgid "URI for Network printer"
-#~ msgstr "Vrguliides"
-
-#~ msgid "Local Printer Device (URI)"
-#~ msgstr "Otse hendatud printer"
-
-#~ msgid ""
-#~ "What URI device is your printer connected to\n"
-#~ "(nte that parallel:/dev/lp0 is equivalent to LPT1:)?"
-#~ msgstr ""
-#~ "Mis porti on Teie printer hendatud? \n"
-#~ "(paneme thele, et /dev/lp0 on sama mis LPT1:)?"
-
-#~ msgid "tie"
-#~ msgstr "pintsaklips"
-
-#~ msgid "brunette"
-#~ msgstr "brnett"
-
-#~ msgid "girl"
-#~ msgstr "neiu"
-
-#~ msgid "woman-blond"
-#~ msgstr "blondiin"
-
-#~ msgid "automagic"
-#~ msgstr "automaagiline"
-
-#~ msgid "Have you been provided with a hostname?"
-#~ msgstr "Anti Teile masinanimi"
-
-#~ msgid "Local Area Network specification"
-#~ msgstr "Kohtvrgu seaded"
-
-#~ msgid "You may now decide which class C network to use.\n"
-#~ msgstr "Millist C-klassi vrku soovite kasutada.\n"
-
-#~ msgid "Internet Connection Sharing - setup of %s"
-#~ msgstr "Internetihenduse jagamine - liides %s"
-
-#~ msgid ""
-#~ "The following interface is about to be configured:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Seatakse stted jrgmisele vrguliidesele:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-
-#
-#~ msgid "Everything configured!"
-#~ msgstr "Kik seadistatud!"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Milline on Teie klaviatuuriasetus"
-
-#~ msgid ""
-#~ "\n"
-#~ "I recommend that you abort, and then launch this internet wizard after "
-#~ "installation.It will then be able to setup ISA or PCMCIA cards easier.\n"
-#~ "\n"
-#~ "But, if you know the irq, dma, io of your card, you can still configure "
-#~ "your card."
-#~ msgstr ""
-#~ "\n"
-#~ "Soovitan teil praegu katkestada ja kivitada vrguhenduse abimees prast "
-#~ "installimist uuesti. Siis on vimalik Teie ISA vi PCMCIA kaarte lihtsam\n"
-#~ "seadistada\n"
-#~ "Muidugi, kui teil on teada oma kaardi IRQ, DMA ja IO, ei ole probleemi."
-
-#~ msgid "pptp alcatel"
-#~ msgstr "Paiguta ise"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Kas otsida PCMCIA kaarte?"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "Kas otsida %s seadmeid?"
-
-#~ msgid "Small(%dMB)"
-#~ msgstr "Vike (%d MB)"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr "Kas soovite kasutada DialUp hendust modemi kaudu?"
-
-#~ msgid "Do you want to configure a ISDN connection for your system?"
-#~ msgstr "Kas soovite kasutada ISDN hendust?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "Kas otsida PCI seadmeid?"
-
-#~ msgid "Searching root partition."
-#~ msgstr "Otsin juurpartitsiooni.."
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s: See ei ole juurpartitsioon, palun valige mni muu."
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "Millist partitsiooni soovite kasutada juurkataloogi jaoks?"
-
-#~ msgid "Autologin at startup"
-#~ msgstr "X stardib nd"
-
-#~ msgid "Autologin - Choose default user"
-#~ msgstr "Valige uus suurus"
-
-#~ msgid "You don't have any windows partitions!"
-#~ msgstr "Teil ei ole htki Windowsi partitsiooni!"
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "Teil ei ole piisavalt ruumi Lnx4win jaoks"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-# NOTE: this message will be displayed by lilo at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Tere tulemast! Laadimisel aitab Teid LILO!\n"
-#~ "\n"
-#~ "Valikud kuvab <Tab>.\n"
-#~ "\n"
-#~ "Valimiseks sisestage eelistatava nimi ja vajutage <Enter>\n"
-#~ "vaikimisi oodake %d sekundit.\n"
-
-# NOTE: this message will be displayed by SILO at boot time; that is
-# only the ascii charset will be available
-# so use only 7bit for this message
-#
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Tere tulemast! Laadimisel aitab Teid SILO!\n"
-#~ "\n"
-#~ "Valikud kuvab <Tab>.\n"
-#~ "\n"
-#~ "Valimiseks sisestage eelistatava nimi ja vajutage <Enter>\n"
-#~ "vaikimisi oodake %d sekundit.\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "SILO peastted"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "Praegu on SILO jaoks kirjeldatud alltoodud kirjed.\n"
-#~ "Te vite neid lisada ning olemasolevaid muuta."
-
-#~ msgid "This label is already in use"
-#~ msgstr "Selline this on juba kasutusel"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "SILO installimine ebannestus. Tekkis jrgnev viga:"
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "DrakX proovib esmalt leida Teie ssteemist SCSI liideseid PCI siinil.\n"
-#~ "Kui neid leitakse, ja vastav juhtprogramm on teada, siis laetakse\n"
-#~ "see mllu automaatselt.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui Teie SCSI liides kasutab ISA siini vi kui DrakX ei tea,\n"
-#~ "millist juhtprogrammi kasutada vi Teil ei ole ldse SCSI liidest,\n"
-#~ "siis ksitakse Teilt selle kohta.\n"
-#~ "Kui Teil SCSI liidest testi ei ole, vastake \"Ei\". Kui Teil aga siiski\n"
-#~ "on, siis vastake \"Jah\". Seejrel lastakse Teil nimekirjast sobiv\n"
-#~ "juhtprogramm valida.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui olete juhtprogrammi vlja valinud, on Teil vimalus anda sellele\n"
-#~ "ka parameetreid. Siiski, enamasti lheb kik kenasti ka ilma neid\n"
-#~ "sisestamata: vastavad andmed leiab juhtprogramm ise.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui automaatne parameetrite otsimine ei tta, prduge palun\n"
-#~ "oma SCSI liidese dokumentatsiooni poole. Ka samas masinas olev Windows\n"
-#~ "oskab vahel SCSI kohta vajalikku informatsiooni anda."
-
-#~ msgid "Shutting down"
-#~ msgstr "Sulgemine"
-
-#~ msgid "useless"
-#~ msgstr "kasutu"
-
-#~ msgid ""
-#~ "Some true type fonts from windows have been found on your computer.\n"
-#~ "Do you want to use them? Be sure you have the right to use them under "
-#~ "Linux."
-#~ msgstr ""
-#~ "Teie arvutist mned hulk Windowsi TrueType fondid.\n"
-#~ "Soovite Te neid ka Linuxis kasutada (eeldusel, et Teil on need legaalsed)?"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "Valige \"Installimine\" kui varem sellele masinale Linuxit ei ole pandud\n"
-#~ "vi soovite kasutada mitut distributsiooni\n"
-#~ "\n"
-#~ "\n"
-#~ "Valige \"Uuendamine\" kui soovite uuendada mnd eelmist Mandrake "
-#~ "Linuxit:\n"
-#~ "5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios),\n"
-#~ "Gold 2000 vi 7.0 (Air)."
-
-#~ msgid "Creating and formatting loopback file %s"
-#~ msgstr "Loon ja vormindan loopback faili %s"
-
-#~ msgid "Do you want to use LILO?"
-#~ msgstr "Soovite LILO-t kasutada?"
-
-#~ msgid ""
-#~ "You may now select the packages you wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "First you can select group of package to install or upgrade. After that\n"
-#~ "you can select more packages according to the total size you wish to\n"
-#~ "select.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are in expert mode, you can select packages individually.\n"
-#~ "Please note that some packages require the installation of others.\n"
-#~ "These are referred to as package dependencies. The packages you select,\n"
-#~ "and the packages they require will be automatically selected for\n"
-#~ "install. It is impossible to install a package without installing all\n"
-#~ "of its dependencies."
-#~ msgstr ""
-#~ "Nd vite valida paketigrupi, mida soovite installida vi uuendada.\n"
-#~ "Soovi korral saate valida pakette ka lisaks vastavalt oma rangemisele\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui olete valinud paigaldusviisi \"Ekspert\", saate pakette kshaaval\n"
-#~ "Thelepanu! Mned paketid vivad nuda, et oleks installitud ka mned\n"
-#~ "teised. Neid nimetatakse paketi sltuvusteks. Paketi valimisel valitakse\n"
-#~ "automaatselt ka kik tema sltuvused. Paketi installimine ilma kiki\n"
-#~ "sltuvusi rahuldamata, on vimatu."
-
-#~ msgid ""
-#~ "LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-#~ "Normally they are correctly detected during installation. If you don't\n"
-#~ "see yours detected, you can add one or more now.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't want that everybody could access at one of them, you can "
-#~ "remove\n"
-#~ "it now (a boot disk will be needed to boot it)."
-#~ msgstr ""
-#~ "LILO (LInux LOader) oskab laadida erinevaid Teie arvuti leiduvaid\n"
-#~ "operatsioonissteeme. Tavaliselt tuvastatakse need installimise kigus.\n"
-#~ "Kui Te ei ne neid tuvastatuna, saate need nd lisada.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kui Te ei soovi mnd neist laadida, vite selle kohe eemaldada. Sellisel\n"
-#~ "juhul vajate selle laadimiseks vastavat alglaadimisflopit."
-
-#~ msgid "Choose other CD to install"
-#~ msgstr "Pakettide valik"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ "Valige:\n"
-#~ "\n"
-#~ " - Soovitatav: Te pole kunagi varem Linuxit installinud.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Oma segu: Olete Linuxiga tuttav ja soovite ssteemi kohandada "
-#~ "vastavalt\n"
-#~ "Teie vajadustele. Jrgmisena saate teha valikud \"Tjaam\", \"Arendus\"\n"
-#~ "ja \"Server\", sltuvalt Teie arvuti edaspidisest kasutusalast.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ekspert: Te tunnete end GNU/Linux keskkonnas vabalt ja soovite\n"
-#~ "ssteemi, mis sobiks nagu valatult Teie tpsete ootustege."
-
-#~ msgid "Downloading cryptographic packages"
-#~ msgstr "Laadime krptopakette"
-
-#~ msgid "Setup SCSI"
-#~ msgstr "SCSI seadistamine"
-
-#~ msgid "Local LAN"
-#~ msgstr "LAN"
-
-#~ msgid "developer"
-#~ msgstr "arendaja"
-
-#~ msgid "beginner"
-#~ msgstr "algaja"
-
-#~ msgid "Linear (needed for some SCSI drives)"
-#~ msgstr "lineaarne (vajalik mnedel SCSI ketastel)"
-
-#~ msgid "linear"
-#~ msgstr "linearne"
-
-#~ msgid "After %s partition %s,"
-#~ msgstr "Prast %s partitsioneeri %s,"
-
-#~ msgid "changing type of"
-#~ msgstr "tbi muutmine"
-
-#~ msgid "resizing"
-#~ msgstr "suuruse muutumine"
-
-#~ msgid "Size: %s MB"
-#~ msgstr "Suurus: %s MB"
-
-#~ msgid "Bad kickstart file %s (failed %s)"
-#~ msgstr "Loetamatu kickstart fail %s (%s viga)"
-
-#~ msgid "Too many packages chosen: %dMB doesn't fit in %dMB"
-#~ msgstr "Valitud on liiga palju pakette: %dMB ei mahu %dMB-le"
-
-#~ msgid "Going to install %d MB. You can choose to install more programs"
-#~ msgstr "Paigalduseks valitud %d MB. Vite veel programme juurde valida"
-
-#~ msgid "Enter a floppy (all data will be lost)"
-#~ msgstr "Pange thi flopi masinasse (andmed sellel hvivad)"
-
-#~ msgid "Password:"
-#~ msgstr "Salasna:"
-
-#~ msgid "User name:"
-#~ msgstr "Kasutajatunnus:"
-
-#~ msgid ""
-#~ "Failed to create an HTP boot floppy.\n"
-#~ "You may have to restart installation and give ``%s'' at the prompt"
-#~ msgstr ""
-#~ "HTP alglaadimisketta loomine ebannestus.\n"
-#~ "Taasalustage installimist, andes parameetriks ``%s''"
-
-#~ msgid "It is necessary to restart installation with the new parameters"
-#~ msgstr "Peate taasalustama installimist uute parameetritega"
-
-#~ msgid "It is necessary to restart installation booting on the floppy"
-#~ msgstr "Peate taasalustama installimist, laadides flopikettalt"
-
-#~ msgid ""
-#~ "Enter a floppy to create an HTP enabled boot\n"
-#~ "(all data on floppy will be lost)"
-#~ msgstr ""
-#~ "Sisesta flopi HTP alglaadimisketta loomiseks\n"
-#~ "(kik andmed flopil hvivad)"
-
-#~ msgid "A entry %s already exists"
-#~ msgstr "Kirje %s on juba olemas"
-
-#~ msgid "Choose install or upgrade"
-#~ msgstr "Paigaldus vi uuendamine"
-
-#~ msgid "What usage do you want?"
-#~ msgstr "Mis kasutusala soovite?"
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
deleted file mode 100644
index 2baf3fd1e..000000000
--- a/perl-install/share/po/eu.po
+++ /dev/null
@@ -1,12369 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 MandrakeSoft
-# Joseba Bidaurrazaga van Dierdonck <jbv@euskalnet.net>, 1999-2001.
-# Iigo Salvador Azurmendi <xalba@euskalnet.net>, 2001
-# Elhuyar, 2002
-# Lore Azkarate <lazkarate@uzei.com>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 1999-12-20 11:28+0100\n"
-"Last-Translator: Josu Walio <josu@elhuyar.com>\n"
-"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Buru guztiak independenteki konfiguratu"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Erabili Xinerama hedapena"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfiguratu \"%s\" (%s) txartela soilik"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Buru anitzeko konfigurazioa"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Zure sistemak buru anitzeko konfigurazioa onartzen du.\n"
-"Zer egin nahi duzu?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Txartel grafikoa"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Hautatu txartel grafiko bat"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Aukeratu X zerbitzaria"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X zerbitzaria"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Aukeratu X kontrolatzailea"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X kontrolatzailea"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "XFree-ren zein konfigurazio izan nahi duzu?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Zure txartelak 3D hardware-azelerazioaren euskarria eduki dezake, baina "
-"XFree %s(r)ekin soilik.\n"
-"Zure txartelak XFree %s euskarria du, eta horrek euskarri hobea izan dezake "
-"2Dan."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"Zure txartelak 3D hardware-azelerazioaren euskarria izan dezake XFree %s(r)"
-"ekin."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s 3D hardware-azelerazioarekin"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Zure txartelak 3D hardware-azelerazioaren euskarria izan dezake XFree %s(r)"
-"ekin,\n"
-"KONTUAN IZAN EUSKARRI ESPERIMENTALA DELA ETA ORDENAGAILUA BLOKEA DEZAKEELA."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s 3D hardware-azelerazio ESPERIMENTALAREKIN"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Zure txartelak 3D hardware-azelerazioaren euskarria izan dezake, baina XFree "
-"%s(r)ekin soilik,\n"
-"KONTUAN IZAN EUSKARRI ESPERIMENTALA DELA ETA ORDENAGAILUA BLOKEA DEZAKEELA."
-"Zure txartelak XFree %s euskarria du, eta horrek euskarri hobea izan dezake "
-"2Dan."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalazioaren bistaratze-kontrolatzailea)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfigurazioa"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Hautatu txartel grafikoaren memoria-tamaina"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Hautatu zerbitzariaren aukerak"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Aukeratu monitorea"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitorea"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Bi parametro kritikoak freskatze-maiztasun bertikala eta sinkronizazio-"
-"maiztasun\n"
-"horizontala dira. Lehenengoak pantaila osoa freskatzeko maiztasuna \n"
-"zehazten du eta bigarrenak, eskaneatze-lerroak bistaratzekoa.\n"
-"\n"
-"OSO GARRANTZITSUA da zure monitoreak onar dezakeena baino sinkronizazio-"
-"balio \n"
-" handiagoko monitorerik ez zehaztea: monitorea honda dezakezu.\n"
-" Zalantzarik baduzu, aukeratu ezarpen kontserbadore bat."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Freskatze-maiztasun horizontala"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Freskatze-maiztasun bertikala"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitorea konfiguratu gabe"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Txartel grafikoa oraindik konfiguratu gabe"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Bereizmenak oraindik aukeratu gabe"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Konfigurazioa probatu nahi duzu?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Kontuz: txartel grafiko hau probatzean ordenagailua blokea daiteke"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Konfigurazioaren proba"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"saiatu parametro batzuk aldatzen"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Errorea gertatu da:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "%d segundo barru irtengo da"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Ezarpen hau zuzena da?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Errorea gertatu da, saiatu parametro batzuk aldatzen"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Bereizmena"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Aukeratu bereizmena eta kolorearen sakonera"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Txartel grafikoa: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 zerbitzaria: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Gehiago"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ados"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Aditu modua"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Erakutsi dena"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Bereizmenak"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Teklatu-diseinua: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Sagu-mota: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Sagu-gailua: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitorea: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitorearen SinkHoriz: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitorearen FreskBert: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Txartel grafikoa: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Txartel grafikoaren identifikazioa: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memoria grafikoa: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Kolorearen sakonera: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Bereizmena: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 zerbitzaria: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 kontrolatzailea: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "X-Window konfigurazioa prestatzen"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Zer egin nahi duzu?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Aldatu monitorea"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Aldatu txartel grafikoa"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Aldatu zerbitzariaren aukerak"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Aldatu bereizmena"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Erakutsi informazioa"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Probatu berriro"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Irten"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Aldaketak mantendu?\n"
-"Hau da uneko konfigurazioa:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X abioan"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Ordenagailua abiatzean X automatikoki abiarazteko konfigura dezaket.\n"
-"Berrabiaraztean X hastea nahi duzu?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Hasi berriro saioa %s(e)n aldaketak aktibatzeko"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Amaitu saioa eta, ondoren, sakatu Ktrl-Alt-Atzera"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 kolore (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mila kolore (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mila kolore (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milioi kolore (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 mila milioi kolore (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB edo gehiago"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA estandarra 640x480 - 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 - 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 bateragarria, 1024x768 - 87 Hz gurutzelarkatua (ez 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 - 87 Hz gurutzelarkatua, 800x600 - 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA hedatua, 800x600 - 60 Hz, 640x480 - 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Gurutzelarkatu gabeko SVGA, 1024x768 - 60 Hz, 800x600 - 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Frekuentzia altuko SVGA, 1024x768 - 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "1280x1024 - 60 Hz egin dezakeen multifrekuentzia"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "1280x1024 - 74 Hz egin dezakeen multifrekuentzia"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "1280x1024 - 76 Hz egin dezakeen multifrekuentzia"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "1600x1200 - 70 Hz egin dezakeen monitorea"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "1600x1200 - 76 Hz egin dezakeen monitorea"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Arrankeko partizioaren lehen sektorea"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Unitateko lehen sektorea (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO instalazioa"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Non instalatu nahi duzu abioko kargatzailea?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalazioa"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO testu-menuarekin"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO menu grafikoarekin"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "DOS/Windows-etik abiarazi (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Abioko kargatzailearen aukera nagusiak"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Erabili beharreko abioko kargatzailea"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Abioko kargatzailearen instalazioa"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Abioko gailua"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ez du funtzionatzen BIOS zaharretan)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Trinkoa"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "trinkotu"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Bideo modua"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Imajina lehenetsia abiarazi arteko atzerapena"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Pasahitza"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Pasahitza (berriro)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Murriztu komando-lerroko aukerak"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "murriztu"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Garbitu /tmp abiatzen den bakoitzean"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Zehaztu RAM tamaina beharrezkoa bada (%d MB aurkituak)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Gaitu profil anitzak"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Eman ram-tamaina MBtan"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"``Murriztu komando-lerroko aukerak'' aukera ezin da erabili pasahitzik gabe"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Saiatu berriro"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Pasahitzak ez datoz bat"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Hasierako mezua"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware-ren atzerapena"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Nukleoaren abioaren denbora-muga"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Gaitu CDtik abiaraztea?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Gaitu OF abiaraztea?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "SE lehenetsia?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Partizio batean abioko kargatzailea instalatzea erabaki duzu.\n"
-"Horrek esan nahi du baduzula abioko kargatzaile bat abioko unitatean (adib.: "
-"System Commander).\n"
-"\n"
-"Zein da zure abioko unitatea?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Hauek dira sarrerak.\n"
-"Beste batzuk gehi ditzakezu edo lehendik daudenak aldatu."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Gehitu"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Eginda"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Aldatu"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Zer sarrera-mota gehitu nahi duzu?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Beste SE bat (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Beste SE bat (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Beste SE bat (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Imajina"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Erantsi"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Irakurri/idatzi"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Taula"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Ez-segurua"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etiketa"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Lehenetsia"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-tamaina"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "BideorikEz"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Kendu sarrera"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Ez da etiketa hutsik onartzen"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Nukleo-imajina bat zehaztu behar duzu"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Erroko partizio bat zehaztu behar duzu"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Etiketa hau jadanik erabili da"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s interfaze aurkitu dira"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Baduzu besterik?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Ba duzu %s interfazerik?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ez"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Bai"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Ikus hardwarearen informazioa"
-
-# #this syntax doesn't work yet in perl :-(
-# #msgid "Installing driver for %s card %s"
-# #msgstr "%2$s %1$s txartelaren kontrolatzailea instalatzen"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "%s %s txartelaren kontrolatzailea instalatzen"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(%s modulua)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Zein %s kontrolatzaile probatu behar dut?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Kasu batzuetan, %s kontrolatzaileak informazio gehigarria behar du egoki \n"
-"funtzionatzeko, nahiz eta normalki hori gabe ongi funtzionatzen duen. Aukera "
-"gehigarriak zehaztu \n"
-"nahi dituzu, edo kontrolatzaileari zure makina probatzen\n"
-"utzi, behar duen informazioa bilatzeko? Batzuetan, probatzeak ordenagailua "
-"blokeatuko du, baina\n"
-"horrek ez luke kalterik egin beharko."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Autoproba"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Zehaztu aukerak"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Orain %s moduluari bere aukerak eman dizkiozu.\n"
-"Ohartu helbiderean aurretik 0x aurrizkia jarri behar dela, adlib. '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Orain %s moduluari bere aukerak eman diezazkiokezu.\n"
-"Aukerak ``izena=balioa izena2=balioa2 ...'' formatuan daude.\n"
-"Adibidez, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modulu-aukerak:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Huts egin du %s modulua kargatzean.\n"
-"Beste parametro batzuekin saiatu nahi duzu berriro?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "X programen atzipena"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "rpm tresnen atzipena"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "onartu \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "administrazio-fitxategien atzipena"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s jadanik gehituta)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Pasahitz hau sinpleegia da"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Eman erabiltzaile-izen bat"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Erabiltzaile-izenak minuskulaz idatzitako letrak, zenbakiak, `-' eta `_' "
-"soilik izan ditzake"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Erabiltzaile-izen hau gehituta dago jadanik"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Gehitu erabiltzailea"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Sartu erabiltzaile bat\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Onartu erabiltzailea"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Benetako izena"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Erabiltzaile-izena"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikonoa"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatikoki hasi saioa"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Ordenagailua konfigura dezaket automatikoki erabiltzaile bat sartzeko.\n"
-"Eginbide hau erabili nahi duzu?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Aukeratu erabiltzaile lehenetsia:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Aukeratu exekutatu beharreko leiho-kudeatzailea:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Aukeratu erabiltzeko hizkuntza bat."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Instalatu ondoren erabilgarri egongo diren beste hizkuntza batzuk aukera "
-"ditzakezu"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Denak"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Eman baimena erabiltzaile guztiei"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Pertsonalizatua"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Ez konpartitu"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "%s paketea instalatu egin behar da. Instalatu nahi duzu?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "NFS edo Samba erabiliz esporta dezakezu. Zein nahi duzu"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Derrigorrezko %s paketea falta da"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Utzi"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Abiarazi userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Erabiltzaileen araberako konpartitzeak \"fileshare\". \n"
-"taldea erabiltzen du. Userdrake erabil dezakezu talde \n"
-"honetan erabiltzeak gehitzeko."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Ongi etorri Crackers-era"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Txikia"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Estandarra"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Handia"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Handiagoa"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidea"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Maila hau kontuz erabili behar da. Sistema erabilerrazagoa izango da, baina\n"
-"oso erraz erasotzekoa: ez da erabili behar beste ordenagailu batzuekin edo \n"
-"Internetekin konektatuta dauden makinetan. Ez dago pasahitzik."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Pasahitzak gaituta daude orain, baina sareko ordenagailu gisa erabiltzea ez "
-"da komeni oraindik."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Hau da Internetera bezero gisa konektatzeko erabiliko diren "
-"ordenagailuentzat gomendatzen den segurtasun estandarra. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Murriztapen batzuk daude, eta egiaztapen automatiko gehiago gauero egiten "
-"dira."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Segurtasun-maila honekin, sistema hau erabil liteke zerbitzari gisa.\n"
-"Segurtasun hau nahikoa da sistema bezero askoren konexioak onartzen dituen \n"
-"zerbitzari gisa erabili ahal izateko. Oharra: zure makina Interneteko bezero "
-"soila bada, hobe duzu maila apalagoa."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Aurreko mailan oinarritua, baina sistema erabat itxita dago.\n"
-"Segurtasun-eginbideak maximoan jarrita daude."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Aukeratu segurtasun-maila"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Segurtasun-maila"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Erabili libsafe zerbitzarietarako"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Buffer-gainezkatzeen eta formatu-kateen erasoen aurka defendatzen duen "
-"liburutegi bat."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Ongi etorri %s sistema eragilearen aukeratzailera!\n"
-"\n"
-"Aukeratu sistema eragile bat goiko zerrendan edo\n"
-"itxaron %d segundo lehenetsitako abiorako.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Ongi etorri GRUB sistema eragilearen aukeratzailera!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Erabili %c eta %c teklak zein sarrera nabarmenduko den hautatzeko."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Sakatu sartu hautatutako SE abiarazteko, 'e' abiarazi aurreko"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandoak editatzeko, edo 'c' komando-lerroa nahi baduzu."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Nabarmendutako sarrera automatikoki abiaraziko da %d segundotan."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "ez dago nahiko leku /boot-en"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Mahaigaina"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Hasi menua"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Abioko kargatzailea ezin da %s partizio batean instalatu\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "oraindik ez da laguntzarik inplementatu.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Abioko estilo-konfigurazioa"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fitxategia"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fitxategia/I_rten"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle kategorizatze-monitorea"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle monitorea"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitore tradizionala"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Gtk+ monitore tradizionala"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Abiarazi Aurora abioan"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modua"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot modua"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Orain %s erabiltzen ari zara Abioko Kudeatzaile gisa.\n"
-"Egin klik 'Konfiguratu'n instalazio-morroia abiarazteko."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfiguratu"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistema modua"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Abiarazi X-Window sistema hasieran"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ez, ez dut saioa automatikoki hasi nahi"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Bai, automatikoki honekin hasi nahi dut (erabiltzailea, mahaigaina)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Ados"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ezin da ireki /etc/inittab irakurtzeko: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutu"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "minutu bat"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d segundo"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Ezin da pantaila-argazkirik egin partizioak egin aurretik"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-"%s(e)n instalazioa egindakoan pantaila-argazkiak erabilgarri egongo dira"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frantzia"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgika"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Txekiar errepublika"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Alemania"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grezia"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norvegia"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Suedia"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Herbehereak"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Estatu Batuak"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Egin zure datuen babeskopia lehendabizi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Irakurri arretaz"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Aboot erabiltzeko asmoa baduzu, utzi lekua (2048 sektore nahikoa da)\n"
-"diskoaren hasieran"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Errorea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Morroia"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Aukeratu ekintza"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"FAT partizio handi bat duzu\n"
-"(normalean MicroSoft Dos/Windows-ek erabilia).\n"
-"Lehendabizi partizio horri tamaina aldatzea gomendatzen dizut\n"
-"(egin klik bertan, gero egin klik \"Aldatu tamaina\"n)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Egin klik partizio batean"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Xehetasunak"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Hutsik"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Bestelakoa"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Fitxategi-sistemen motak:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Sortu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Mota"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Erabili ``%s'' horren ordez"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Ezabatu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Erabili ``Desmuntatu'' lehendabizi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"%s partizio-mota aldatu ondoren, partizio honetako datu guztiak galdu egingo "
-"dira"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Aukeratu partizio bat"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Aukeratu beste partizio bat"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Irten"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Aldatu aditu modura"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Aldatu modu normalera"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Desegin"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Jarraitu hala ere?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Irten gorde gabe"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Irten partizio-taula idatzi gabe?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "/etc/fstab aldaketak gorde nahi dituzu?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Auto-esleitu"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Garbitu dena"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Disko gogorraren informazioa"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Lehen mailako partizio guztiak erabilita daude"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ezin da partizio gehiago gehitu"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Partizio gehiago edukitzeko, ezabatu horietako bat partizio hedatu bat sortu "
-"ahal izateko"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Gorde partizio-taula"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Leheneratu partizio-taula"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Berreskuratu partizio-taula"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Birkargatu partizio-taula"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Euskarri aldagarrien automuntatzea"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Hautatu fitxategia"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Babeskopiako partizio-taulak ez du tamaina bera\n"
-"Jarraitu hala ere?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Kontuz"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Sartu diskete bat unitatean\n"
-"Disketeko datu guztiak galdu egingo dira"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Partizio-taula berreskuratzen saiatzen"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Informazio xehea"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Muntatze-puntua"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Aukerak"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Aldatu tamaina"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Lekuz aldatu"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formateatu"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Muntatu"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Gehitu RAIDi"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Gehitu LVMri"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Desmuntatu"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Kendu RAIDetik"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Kendu LVMtik"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Aldatu RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Erabili atzera-begiztarako"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Sortu partizio berria"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Hasierako sektorea: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Tamaina MBtan: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Fitxategi-sistemaren mota: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Muntatze-puntua: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Hobespena: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Atzera-begiztako fitxategia kendu?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Aldatu partizio-mota"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Zein fitxategi-sistema nahi duzu?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "ext2tik ext3ra aldatzen"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Non muntatu nahi duzu %s atzera-begiztako fitxategia?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Non muntatu nahi duzu %s gailua?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ezin da muntatze-puntuaren ezarpena kendu, partizio hau atzera-begiztarako "
-"erabiltzen delako\n"
-"Kendu atzera-begizta lehendabizi"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "FAT fitxategi-sistemaren mugak kalkulatzen"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Tamaina aldatzen"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Partizio honi ezin zaio tamaina aldatu"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Partizio honetako datu guztiek babeskopia eduki beharko lukete"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"%s partizioa tamainaz aldatu ondoren, partizioko datu guztiak galdu egingo "
-"dira"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Aukeratu tamaina berria"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Tamaina berria MBtan: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Zein diskotara eraman nahi duzu?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektorea"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Zein sektoretara eraman nahi duzu?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Lekuz aldatzen"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Partizioa lekuz aldatzen..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Aukeratu lehendik dagoen RAID bat gehitzeko"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "berria"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Aukeratu lehendik dagoen LVM bat gehitzeko"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM izena?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Partizio hau ezin da atzera-begiztarako erabili"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Atzera-begizta"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Atzera-begiztako fitxategi-izena: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Eman fitxategi-izen bat"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Fitxategi hau beste atzera-begizta batek erabiltzen du, aukeratu beste bat"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Fitxategia badago lehendik ere. Erabili?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Muntatze-aukerak"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Hainbat"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "gailua"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "maila"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "zatiaren tamaina"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Kontuz ibili: eragiketa hau arriskutsua da."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Nolako partizioa?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Ezin dut onartu /boot hain urrun sortzea unitatean (zilindroa > 1024).\n"
-"Edo LILO erabiltzen duzu eta ez du funtzionatuko, edo ez duzu LILO "
-"erabiltzen eta ez duzu /boot erabili beharrik"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Erro gisa gehitzeko hautatu duzun partizioa (/) fisikoki disko gogorraren\n"
-"1024. zilindroaz haratago dago, eta ez duzu /boot partiziorik.\n"
-"LILO abioko kudeatzailea erabiltzeko asmoa baduzu, ez ahaztu /boot partizioa "
-"gehitzea"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Softwareko RAID partizio bat hautatu duzu erro gisa (/).\n"
-"Ez dago abioko kargatzailerik hori /boot partiziorik gabe erabil "
-"dezakeenik.\n"
-"Beraz, kontuan izan /boot partizioa gehitu behar duzula"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "%s unitatearen partizio-taula diskoan idatziko da!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Berrabiarazi egin beharko duzu aldaketek eragina izan dezaten"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"%s partizioa formateatu ondoren, partizioko datu guztiak galdu egingo dira"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formateatzen"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "%s atzera-begiztako fitxategia formateatzen"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "%s partizioa formateatzen"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Ezkutatu fitxategiak"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Eraman fitxategiak partizio berrira"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-" %s direktorioak baditu datu batzuk\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Fitxategiak partizio berrira eramaten"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "%s kopiatzen"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "%s kentzen"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "%s partizioa %s da orain"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Gailua: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS unitate-letra: %s (uste hutsa)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Mota: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Izena: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Hasi: %s sektorea\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Tamaina: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektore"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "%d zilindrotik %d zilindrora\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formateatua\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Formateatu gabe\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Muntatuta\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Atzera-begiztako fitxategia(k):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Lehenespenez abiarazteko partizioa\n"
-" (MS-DOS abiorako, ez lilo-rako)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "%s maila\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "%s zatiaren tamaina\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "%s RAID-diskoak\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Atzera-begiztako fitxategi-izena: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Partizio hau kontrolatzailearen \n"
-"partizioa izan daiteke, hobe duzu\n"
-"bere horretan uztea.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Bootstrap partizio berezi hau\n"
-"sistemaren abio bikoitza\n"
-"egiteko da.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Tamaina: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s zilindro, %s buru, %s sektore\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "%s LVM-diskoak\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partizio-taularen mota: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " - bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Aukerak: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Fitxategi-sistema enkriptatzeko gakoa"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Aukeratu fitxategi-sistema enkriptatzeko gakoa"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Enkriptatze-gako hau sinpleegia da (gutxienez %d karaktere izan behar ditu)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Enkriptatze-gakoak ez datoz bat"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Enkriptatze-gakoa"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Enkriptatze-gakoa (berriro)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Aldatu mota"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Egin klik euskarri batean"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Bilatu zerbitzarietan"
-
-# #this syntax doesn't work yet in perl :-(
-# #msgid "%s formatting of %s failed"
-# #msgstr "%2$s(r)i %1$s formatua emateak huts egin du"
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s(r)i formatua emateak huts egin du"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ez dakit nola formateatu %s %s motan"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "%s partizioa %s direktorioan muntatzeak huts egin du"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck-k huts egin du %d irteera-kodearekin edo %d seinalearekin"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "errorea %s desmuntatzean: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "sinplea"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "/usr-rekin"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "zerbitzaria"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Ezin da JFS erabili 16MB baino gutxiagoko partizioetarako"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Ezin da ReiserFS erabili 32MB baino gutxiagoko partizioetarako"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Muntatzen-puntuek / batez hasi behar dute"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Jadanik badago %s muntatze-puntua duen partizio bat\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Ezin da LVM bolumen logikoa erabili %s muntatze-punturako"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Direktorio honek erroko fitxategi-sisteman egon behar du"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Egiazko fitxategi-sistema (ext2, reiserfs) behar duzu muntatze-puntu "
-"honetarako\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Ezin da fitxategi-sistema enkriptatua erabili %s muntatze-punturako"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Ez dago nahikoa leku libre auto-esleitzeko"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Ez dago zer eginik"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Errorea %s idazteko irekitzean: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Errorea gertatu da - ez da fitxategi-sistema berriak sortzeko gailu "
-"baliozkorik aurkitu. Aztertu zure hardwarea arazo honen arrazoia bilatzeko"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Ez duzu partiziorik!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux erabiltzaile anitzeko sistema da, hau da, erabiltzaile bakoitzak\n"
-"bere hobespenak eta bere fitxategiak eduki ditzake. Gehiago jakiteko\n"
-"``Erabiltzailearen gida'' irakurri. Baina administratzailea den \"root\"-ak\n"
-"ez bezala, hemen gehitutako erabiltzaileek debekatuta izango dute ezer\n"
-"aldatzea euren fitxategiak eta konfigurazioa izan ezik. Zuretzat gutxienez\n"
-"ohiko erabiltzaile bat sortu beharko duzu. Eta kontu horretan hasi beharko\n"
-"zenuke eguneroko saioa. Eguneroko saioa \"root\" gisa hastea oso\n"
-"erabilgarria den arren, oso arriskutsua ere izan daiteke! Hutsegiterik\n"
-"txikienak sistemak gehiago ez funtzionatzea eragin lezake. Ohiko\n"
-"erabiltzaile gisa hutsegite larri bat egiten baduzu, informazioren bat gal\n"
-"dezakezu, baina ez sistema osoa.\n"
-"\n"
-"Lehendabizi, zure benetako izena sartu beharko duzu. Hori ez da\n"
-"derrigorrezkoa noski - berez nahi duzuna sar dezakezu. DrakXk gero zuk\n"
-"laukian sartutako lehen hitza hartu eta \"Erabiltzaile-izena\" delakora\n"
-"eramango du. Hori izango da erabiltzaile jakin horrek sisteman saioa\n"
-"hasteko erabiliko duen izena. Alda dezakezu. Gero pasahitz bat sartu\n"
-"beharko duzu hemen. Erabiltzaile ez-pribilegiatuaren (arruntaren) pasahitza\n"
-"ez da \"root\"-arena bezain funtsezkoa segurtasunaren aldetik, baina ez da\n"
-"horregatik arduragabekeriaz jokatu behar - izan ere, zure fitxategiak\n"
-"baitaude arriskuan.\n"
-"\n"
-"\"Onartu erabiltzailea\"n klik eginez gero, nahi adina gehi ditzakezu.\n"
-"Gehitu erabiltzaile bat zure lagun bakoitzeko: zure aita edo ahizpa,\n"
-"adibidez. Nahi dituzun erabiltzaile guztiak gehitu ondoren, hautatu\n"
-"\"Eginda\".\n"
-"\n"
-"\"Aurreratua\" botoian klik eginez, erabiltzaile horren \"shell\"-a alda\n"
-"dezakezu (bash lehenespenez)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Goiko zerrendan zure disko gogorrean detektatutako Linux partizioak daude.\n"
-"Morroiak egindako aukerak manten ditzakezu, egokiak dira instalazio \n"
-"ohikoenetarako. Aldaketarik egiten baduzu, gutxienez erroko partizio bat\n"
-"definitu behar duzu (\"/\"). Ez aukeratu partizio txikiegirik edo ezin "
-"izango duzu\n"
-"nahikoa software instalatu. Datuak beste partizio batean biltegiratu\n"
-"nahi badituzu, \"/home\"rako partizio bat ere sortu beharko duzu\n"
-"(Linux partizio bat baino gehiago baduzu soilik da posible).\n"
-"\n"
-"Partizio bakoitza honela zerrendatzen da: \"Izena\", \"Edukiera\".\n"
-"\n"
-"\"Izena\" honela egituratzen da: \"disko gogorraren mota\", \"disko "
-"gogorraren zenbakia\",\n"
-"\"partizio-zenbakia\" (adibidez, \"hda1\").\n"
-"\n"
-"\"Disko gogorraren mota\" \"hd\" da zure diskoa IDE disko gogorra bada eta\n"
-"\"sd\" SCSI disko gogorra bada.\n"
-"\n"
-"\"Disko gogorraren zenbakia\" beti \"hd\" edo \"sd\"ren ondoko letra bat "
-"izaten da. IDE\n"
-"disko gogorretan:\n"
-"\n"
-" * \"a\"k \"IDE kontroladore primarioko disko gogor nagusia \" esan nahi "
-"du,\n"
-"\n"
-" * \"b\"k \"IDE kontroladore primarioko mendeko disko gogorra\" esan nahi "
-"du,\n"
-"\n"
-" * \"c\"k \"IDE kontroladore sekundarioko disko gogor nagusia\" esan nahi "
-"du,\n"
-"\n"
-" * \"d\"k \"IDE kontroladore sekundarioko mendeko disko gogorra\" esan nahi "
-"du,\n"
-"\n"
-"\n"
-"SCSI disko gogorretan, \"a\" letrak \"SCSI ID baxuena\" esan nahi du, \"b"
-"\"letrak \"bigarren SCSI ID baxuena\", etab."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux instalazioa hainbat CD-ROMetan dago banatuta dago. DrakXk\n"
-"badaki hautatako pakete bat beste CD-ROM batean kokatuta dagoen edo ez, eta\n"
-"uneko CDa atera eta beste bat sartzeko eskatuko dizu behar ahala."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Sisteman zein programa instalatu nahi dituzun zehazteko garaia da. Milaka\n"
-"pakete daude Mandrake Linux-entzat erabilgarri, eta ez duzu denak buruz\n"
-"jakin beharrik.\n"
-"\n"
-"CD-ROMetik instalazio estandarra egin behar baduzu, lehendabizi Orain\n"
-"dituzun CDak zehazteko eskatuko zaizu,(Aditu moduan soilik). Egiaztatu CDen\n"
-"etiketak eta nabarmendu instalaziorako erabilgarri dituzun CDei dagozkien\n"
-"laukiak. Sakatu \"Ados\" jarraitzeko prest zaudenean.\n"
-"\n"
-"Paketeak zure ordenagailuaren erabilera zehatz bati dagozkion Taldeetan\n"
-"ordenatzen dira. Taldeak berak lau sekziotan sailkatzen dira:\n"
-"\n"
-" * \"Lan-estazioa\": zure ordenagailua lan-estazio gisa erabiltzeko asmoa\n"
-"baduzu, hautatu talde bat edo gehiago.\n"
-"\n"
-" * \"Garapena\": ordenagailua programatzeko erabili behar baduzu, aukeratu\n"
-"nahi d(it)uzun taldea(k).\n"
-"\n"
-" * \"Zerbitzaria\": ordenagailua zerbitzari izateko erabili nahi baduzu,\n"
-"bertan instalatu nahi dituzun zerbitzurik ohikoenak hautatu ahal izango\n"
-"dituzu.\n"
-"\n"
-" * \"Ingurune grafikoa\": azkenik, hemen hautatuko duzu zure ingurune\n"
-"grafiko gogokoena. Gutxienez bat hautatu behar duzu, lan-estazio grafikoa\n"
-"eduki nahi baduzu!\n"
-"\n"
-"Saguaren kurtsorea talde-izen baten gainean mugituz, talde horri buruzko\n"
-"azalpen-testu labur bat bistaratuko da.\n"
-"\n"
-"\"Pakete indibidualen hautapena\" laukia hauta dezakezu. Lauki hori oso\n"
-"erabilgarri izango zaizu eskaintzen diren paketeak ezagutzen badituzu, edo\n"
-"instalatutako dena erabat kontrolatu nahi baduzu.\n"
-"\n"
-"Instalazioa \"Eguneratu\" moduan hasi baduzu, talde guztia desauta dezakezu\n"
-"beste paketerik instala ez dadin. Hori erabilgarria da lehendik dagoen\n"
-"sistema bat konpontzeko edo eguneratzeko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Azkenik, pakete indibidualak hautatu ala ez aukeraren arabera, taldetan eta\n"
-"azpitaldetan sailkatutako pakete guztiak dituen zuhaitz bat aurkeztuko\n"
-"zaizu. Zuhaitza arakatzen duzun bitartean, talde osoak, azpitaldeak nahiz\n"
-"pakete indibidualak hautatu ahal izango dituzu.\n"
-"\n"
-"Pakete bat zuhaitzean hautatzen duzun bakoitzean, azalpen bat agertuko da\n"
-"eskuinean. Hautaketa amaitutakoan, egin klik \"Instalatu\" botoian, eta\n"
-"instalazio-prozesua abiaraziko du. Zure hardwarearen abiaduraren arabera\n"
-"eta instalatu behar diren paketeen kopuruaren arabera, denbora-tarte bat\n"
-"beharko da prozesua burutzeko. Erabat burutzeko denboraren estimazioa\n"
-"bistaratzen da pantailan, kafetxo bat hartzeko denbora nahikorik ote duzun\n"
-"jakin dezazun.\n"
-"\n"
-"!! Zerbitzari-pakete bat hautatu baduzu, nahita edo talde oso baten zati\n"
-"zelako, zerbitzari horiek benetan instalatu nahi dituzun berresteko\n"
-"eskatuko zaizu. Mandrake Linux-en barruan, instalatutako edozein zerbitzari\n"
-"lehenetsitako moduan hasieratzen da. Seguruak diren arren eta banaketa\n"
-"argitaratu zen unean arazorik sortu ez bazuten ere, gerta liteke\n"
-"segurtasun-hutsuneak aurkitzea Mandrake Linux-en bertsio hau bukatu\n"
-"ondoren. Zerbitzu jakin batek zer egin behar duen edo zergatik instalatzen\n"
-"den ez badakizu, hautatu \"Ez\". \"Bai\" sakatzean zerrendatutako\n"
-"zerbitzuak instalatuko dira, eta lehenespen gisa automatikoki abiaraziko\n"
-"dira. !!\n"
-"\n"
-"\"Mendekotasun automatikoak\" aukerak Abisua elkarrizketa-koadroa\n"
-"desgaitzen du instalatzaileak pakete bat hautatzen duen bakoitzean. Hori\n"
-"gertatzen da instalazioa ongi burutzeko behar den beste pakete batekiko\n"
-"mendekotasuna erabaki duelako.\n"
-"\n"
-"Zerrendaren beheko aldean dagoen disketearen ikono txikiak aurreko\n"
-"instalazio batean aukeratutako pakete-zerrenda kargatzea ahalbidetzen du.\n"
-"Ikono horretan klik egitean, beste instalazio baten bukaeran aurrez\n"
-"sortutako diskete bat sartzeko eskatuko zaizu. Ikus diskete hori sortzeko\n"
-"moduari buruzko azken urratsaren bigarren iradokizuna."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Zure ordenagailua Internetera edo sare lokal batera konektatu nahi baduzu,\n"
-"egin aukera zuzena. Aktibatu zure gailua aukera zuzena hautatu aurretik\n"
-"DrakXk automatikoki detekta dezan.\n"
-"\n"
-"Mandrake Linux-ek instalazioa egitean Interneteko konexio bat konfiguratzea\n"
-"proposatzen du. Erabilgarri dauden konexioak: modem tradizionala, ISDN\n"
-"modema, ADSL konexioa, kable-modema, eta azkenik, LAN konexio soila\n"
-"(Ethernet).\n"
-"\n"
-"Hemen ez dugu konfigurazio bakoitza zehaztuko. Ziurtatu Interneteko\n"
-"zerbitzu-hornitzailearen edo sistema-administratzailearen parametro guztiak\n"
-"dituzula.\n"
-"\n"
-"Eskuliburuan Interneteko konexioei buruzko kapitulua kontsulta dezakezu\n"
-"konfigurazioaren xehetasunak ezagutzeko, edo bestela, sistema instalatu\n"
-"arte itxaron, eta zure konexioa konfiguratzeko bertan deskribatzen zaizun\n"
-"programa erabili.\n"
-"\n"
-"Sarea geroago, instalazioa egin ondoren, konfiguratu nahi baduzu, edo\n"
-"sare-konexioa konfiguratzen bukatu baduzu, sakatu \"Utzi\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Orain abiarazteko orduan zein zerbitzu abiaraztea nahi duzun aukera\n"
-"dezakezu.\n"
-"\n"
-"Hemen uneko instalazioarekin erabilgarri dauden zerbitzu guztiak ageri\n"
-"dira. Berrikusi arretaz eta kendu hautatze-marka abiaraztean beti behar ez\n"
-"direnei.\n"
-"\n"
-"Zerbitzu jakin bat hautatuz, zerbitzu horri buruzko azalpen-testu labur bat\n"
-"eskuratuko duzu. Hala ere, zerbitzu bat erabilgarria den ala ez ziur ez\n"
-"bazaude, seguruagoa da jokabide lehenetsia uztea.\n"
-"\n"
-"Etapa honetan, kontuz ibili zure ordenagailua zerbitzari gisa erabiltzeko\n"
-"asmoa baduzu: ziur aski ez duzu nahi izango behar ez duzun zerbitzurik\n"
-"abiaraztea. Gogoan izan zerbitzu batzuk arriskutsuak izan daitezkeela\n"
-"zerbitzari batean gaitzen badira. Oro har, benetan behar dituzun zerbitzuak\n"
-"soilik hautatu."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux-ek GMT (Greenwich Mean Time) ordua erabiltzen du eta tokian\n"
-"tokiko ordura aldatzen du, hautatutako ordu-zonaren arabera. Desaktibatu\n"
-"nahi baduzu, desautatu \"Hardwarearen ordua GMTn ezarria\" eta hardwarearen\n"
-"ordua eta sistemaren ordua berdinak izango dira. Erosoa da makinan beste\n"
-"sistema eragile bat dagoenerako, esate baterako, Windows.\n"
-"\n"
-"\" Ordu-sinkronizazio automatikoa\" aukerak automatikoki doituko du "
-"erlojua \n"
-"Interneteko urruneko ordu-zerbitzari batekin konektatuz. Aukera ezazu\n"
-"zuregandik hurbil dagoen zerbitzari bat. Eginbide hau erabili ahal izateko \n"
-"Interneteko konexioa beharko duzu, noski. Zure makinan ordu-zerbitzari bat\n"
-"instalatuko du eta zure sare lokaleko beste makina batzuetatik ere erabili \n"
-"ahal izango duzu, nahi izanez gero."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (X Window sistema) GNU/Linux-en interfaze grafikoaren bihotza da, eta\n"
-"Mandrake Linux-en dauden ingurune grafiko guztiak (KDE, Gnome, AfterStep,\n"
-"WindowMaker...) horren araberakoak dira. Atal honetan, DrakX X automatikoki\n"
-"konfiguratzen saiatuko da.\n"
-"\n"
-"Oso gutxitan huts egiten du, baldin eta hardwarea ez bada oso zaharra (edo\n"
-"oso berria). Ongi badoa, X automatikoki abiaraziko du ahalik eta\n"
-"bereizmenik onenarekin, monitorearen tamainaren arabera. Orduan leiho bat\n"
-"agertuko da eta ikus dezakezun galdetuko dizu.\n"
-"\n"
-"\"Aditu\" instalazio bat egiten ari bazara, X konfigurazioaren morroia\n"
-"sartuko duzu. Ikus eskuliburuan dagokion atala morroi honi buruzko\n"
-"informazio gehiago lortzeko.\n"
-"\n"
-"Menua ikus badezakezu eta \"Bai\" erantzun baduzu, DrakX hurrengo urratsera\n"
-"joango da. Mezua ikusi ezin baduzu, konfigurazioa okerra dela esan nahi du\n"
-"horrek, eta proba automatikoki bukatuko da 10 segundo igarota; pantaila\n"
-"leheneratu egingo da."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"X konfigurazioa probatzen duzun lehen aldian, baliteke oso pozik ez\n"
-"geratzea ikusten denarekin (pantaila txikiegia, ezkerrera edo eskuinera\n"
-"mugitua...). Beraz, X zuzen abiarazten bada ere DrakXk gero konfigurazioa\n"
-"zuretzat egokia den galdetuko dizu. Aldatzea ere proposatuko dizu aurki\n"
-"ditzakeen baliozko moduen zerrenda bistaratuz eta bat hautatzeko eskatuz.\n"
-"\n"
-"Azken baliabide gisa, oraindik Xk funtzionatzea lortu ez baduzu, aukeratu\n"
-"\"Aldatu txartel grafikoak\", hautatu \"Zerrendatu gabeko txartela\", eta\n"
-"zein zerbitzari nahi duzun galdetzean, aukeratu \"FBDev\". Hau aukera\n"
-"segurua da, edozein txartel grafiko modernorekin funtzionatzen duena. Gero,\n"
-"aukeratu \"Probatu berriro\" ziur egoteko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Azkenik, interfaze grafikoa abiaraztean ikusi nahi duzun galdetuko zaizu.\n"
-"Kontuan eduki galdera hori konfigurazioa ez probatzea aukeratu baduzu ere\n"
-"egingo zaizula. Jakina, \"Ez\" erantzun nahi izango duzu zure ordenagailuak\n"
-"zerbitzari gisa jokatu behar badu, edo bistaratzea konfiguratuta edukitzea\n"
-"lortzen ez baduzu."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux-en CD-ROMak Berreskuratu modu inkorporatua dauka. Hiru\n"
-"modutan eskura dezakezu: CD-ROMetik abiaraziz, abioan >>F1<< tekla sakatuz\n"
-"eta, gonbitean, >>berreskuratu<< idatziz. Baina zure ordenagailua\n"
-"CD-ROMetik abiarazi ezin bada, urrats hau erabili beharko zenuke bi egoera\n"
-"hauetan gutxienez:\n"
-"\n"
-" * abioko kargatzailea instalatzean, DrakXk zure disko nagusiko abioko\n"
-"sektorea berridatziko du (MBR) (baldin eta ez bazara beste abioko\n"
-"kudeatzaile bat erabiltzen ari), beraz Windows-ekin nahiz GNU/Linux-ekin\n"
-"(zure sisteman Windows baduzu) has zaitezke. Windows atzera berriz\n"
-"instalatu behar baduzu, Microsoft-en instalazio-prozesuak abioko sektorean\n"
-"gainidatziko du eta ezin izango duzu GNU/Linux abiarazi!\n"
-"\n"
-" * arazoren bat sortzen bada eta GNU/Linux disko gogorretik abiarazi ezin\n"
-"baduzu, diskete hau izango da GNU/Linux abiarazteko bide bakarra. Sistema\n"
-"leheneratzeko makina bat sistema-tresna ditu, eta oso erabilgarria da\n"
-"sistemak huts egiten duenean, argindarra joan delako, idazketa-akats bat\n"
-"egin delako, pasahitzean akats tipografiko bat egin delako edo beste\n"
-"zerbait gertatu delako.\n"
-"\n"
-"Urrats honetan klik egitean, unitatean disko bat sartzeko eskatuko zaizu.\n"
-"Sartzen duzun disketeak hutsik egon behar du, edo behar ez dituzun datuak\n"
-"eduki behar ditu. Ez duzu formateatu beharrik DrakXk disko osoa\n"
-"berridatziko baitu."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Hona iritsita, Mandrake Linux sistema eragilea disko gogorrean non\n"
-"instalatu aukeratu beharko duzu. Disko gogorra hutsik badago edo lehendik\n"
-"dagoen sistema eragile batek leku erabilgarri guztia betetzen badu,\n"
-"partizioa egin beharko duzu. Funtsean, disko gogorrean partizioa egitea\n"
-"diskoa logikoki zatitzea da, Mandrake Linux sistema berria instalatzeko\n"
-"lekua sortzeko.\n"
-"\n"
-"Partizio-prozesuaren ondorioak itzulbiderik gabekoak izan ohi direnez,\n"
-"partizioa egitea korapilatsua eta deserosoa izan daiteke esperientziarik\n"
-"gabeko erabiltzailea bazara. Zorionez, badago prozesu hau errazten duen\n"
-"morroi bat. Hasi baino lehen, kontsultatu eskuliburua eta hartu behar duzun\n"
-"denbora.\n"
-"\n"
-"Instalazioa Aditu moduan exekutatzen baduzu, Mandrake Linux-en\n"
-"partizio-tresna den DiskDrake sartuko duzu, partizioak doitzea ahalbidetuko\n"
-"baitizu. Ikusi eskuliburuko DiskDrake-ren atala. Instalazioaren\n"
-"interfazetik, morroiak hemen deskribatu bezala erabil ditzakezu,\n"
-"elkarrizketako \"Morroia\" botoian klik eginez.\n"
-"\n"
-"Partizioak jadanik definitu badira, lehendik dagoen instalazio batetik\n"
-"nahiz beste partizio-tresna batetik, hautatu zure Linux sistema\n"
-"instalatzekoak.\n"
-"\n"
-"Partizioak definitu ez badira, morroia erabiliz sortu beharko dituzu. Disko\n"
-"gogorraren konfigurazioaren arabera, hainbat aukera daude erabilgarri:\n"
-"\n"
-" * \"Leku librea erabili\": aukera honek unitate huts(ar)en partizio\n"
-"automatikoa ekarriko du. Ez zaizu beste galderarik egingo.\n"
-"\n"
-" * \"Lehendik dagoen partizioa erabili\": morroiak lehendik dagoen Linux\n"
-"partizio bat edo gehiago detektatu du disko gogorrean. Erabili nahi\n"
-"badituzu, hautatu aukera hau.\n"
-"\n"
-" * \"Erabili Windows-en partizio leku librea \": zure disko gogorrean\n"
-"Microsoft Windows instalatuta badago eta bertako leku erabilgarri guztia\n"
-"betetzen badu, lekua libratu beharko duzu Linux-en datuentzat. Horretarako,\n"
-"Microsoft Windows-en partizioa eta datuak ezaba ditzakezu (ikus \"Ezabatu\n"
-"disko osoa\" edo \"Aditu modua\"ren irtenbideak) edo Microsoft Windows-en\n"
-"partizioaren tamaina aldatu. Tamaina-aldaketa daturik galdu gabe egin\n"
-"daiteke. Irtenbide hau da gomendagarriena zure ordenagailuan Mandrake Linux\n"
-"eta Microsoft Windows erabili nahi badituzu.\n"
-"\n"
-" Aukera hau egin baino lehen, kontuan eduki prozedura honen ondoren\n"
-"Microsoft Windows-en partizioa orain baino txikiagoa izango dela. Leku\n"
-"gutxiago izango duzu, beraz, Microsoft Windows-eko datuak gordetzeko edo\n"
-"software berria instalatzeko.\n"
-"\n"
-" * \"Ezabatu disko osoa\": disko gogorreko datu eta partizio guztiak "
-"ezabatu\n"
-"eta Mandrake Linux sistema berriaz ordeztu nahi badituzu, aukeratu hau.\n"
-"Kontuz ibili irtenbide honekin, ezin izango baituzu aukeran atzera egin\n"
-"berretsi ondoren.\n"
-"\n"
-" !! Aukera hau egiten baduzu, diskoko datu guztiak galdu egingo dira. !!\n"
-"\n"
-" * \"Kendu leihoak\": honek unitateko guztia ezabatuko du eta berriro "
-"hasiko\n"
-"da, denean hasieratik partizioa eginez. Diskoko datu Guztiak galdu egingo\n"
-"dira.\n"
-"\n"
-" !! Aukera hau egiten baduzu, diskoko datu guztiak galduko dira. !!\n"
-"\n"
-" * \"Aditu modua\": hautatu aukera hau zure disko gogorrean partizioa eskuz\n"
-"egin nahi baduzu. Kontuz - aukera ahaltsua, baina arriskutsua da. Datu\n"
-"guztiak oso erraz gal ditzakezu. Beraz, ez aukeratu hau baldin eta ez\n"
-"badakizu zer egiten ari zaren."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Hortxe duzu. Instalazioa burutu da eta zure GNU/Linux sistema prest duzu\n"
-"erabiltzeko. Sakatu \"Ados\" sistema berrabiarazteko. GNU/Linux edo Windows\n"
-"abiaraz dezakezu, nahiago duzuna (abio bikoitza eginez gero), ordenagailua\n"
-"berrabiarazi bezain laster.\n"
-"\n"
-"\"Aurreratua\" botoiak (Aditu moduan bakarrik) beste bi botoi erakutsiko\n"
-"ditu:\n"
-"\n"
-" * \"auto-instalazioko disketea sortu\": eragile baten laguntzarik gabe\n"
-"oraintsu konfiguratu duzun instalazioaren moduko beste bat automatikoki\n"
-"burutuko duen instalazio-disketea sortzeko.\n"
-"\n"
-" Kontuan eduki beste bi aukera daudela erabilgarri botoian klik egitean:\n"
-"\n"
-" * \"Errepikatu\". Hau partzialki automatizatutako instalazioa da,\n"
-"partizio-urratsa (eta hau soilik) interaktibo geratzen denean.\n"
-"\n"
-" * \"Automatizatua\". Erabat automatizatutako instalazioa: disko gogorra\n"
-"erabat berridazten da, eta datu guztiak galdu egingo dira.\n"
-"\n"
-" Eginbide hau oso praktikoa da antzeko ordenagailu asko instalatzean. "
-"Ikus\n"
-"Auto instalazioa atala gure web gunean.\n"
-"\n"
-" * \"Gorde pakete-hautapena\"(*) : paketeen hautapena lehen bezala "
-"gordetzen\n"
-"du. Gero, beste instalazio bat egitean, sartu disketea kontrolatzailean eta\n"
-"exekutatu instalazioa [F1] tekla sakatuz eta >>linux defcfg=\"floppy\"<<\n"
-"bidaliz, laguntza- pantailara joanez.\n"
-"\n"
-"(*) FAT formatudun disketea behar duzu (GNU/Linux-en bat sortzeko, idatzi\n"
-"\"mformat a:\")"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Berriki definitutako edozein partizio bere erabilerarako formateatu behar\n"
-"da (formatua emateak fitxategi-sistema sortzea esan nahi du).\n"
-"\n"
-"Une honetan, baliteke lehendik dauden partizio batzuei berriro formatua\n"
-"eman nahi izatea dauzkaten datuak ezabatzeko. Hori egin nahi baduzu,\n"
-"partizio horiek ere hautatu.\n"
-"\n"
-"Kontuan hartu ez dela beharrezkoa lehendik dauden partizioei formatua\n"
-"ematea. Sistema eragilea daukaten partizioei eman behar diezu formatua\n"
-"(esaterako \"/\", \"/usr\" edo \"/var\"), baina ez mantendu nahi dituzun\n"
-"datuak dituztenei (normalki, \"/home\").\n"
-"\n"
-"Kontuz ibili partizioak hautatzean. Formateatu ondoren, hautatutako\n"
-"partizioetako datu guztiak ezabatu egingo dira eta ezin izango duzu bat ere\n"
-"berreskuratu.\n"
-"\n"
-"Sakatu \"Ados\" partizioak formateatzeko prest zaudenean.\n"
-"\n"
-"Sakatu \"Utzi\" Mandrake Linux sistema eragile berriaren instalaziorako\n"
-"beste partizio bat aukeratu nahi baduzu.\n"
-"\n"
-"Sakatu \"Aurreratua\" diskoko bloke okerretarako egiaztatuko diren\n"
-"partizioak hautatzeko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Mandrake Linux sistema eragile berria instalatzen ari zara orain. Zenbat\n"
-"pakete instalatu nahi dituzun eta zure ordenagailuak zein abiadura duen,\n"
-"eragiketa honek minutu batzuk edo denbora-tarte handi samarra beharko\n"
-"izango du.\n"
-"\n"
-"Pazientzia izan."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Mandrake Linux instalatzen duzunean, litekeena da pakete batzuk aldatu\n"
-"izana hasierako argitalpenetik. Beharbada akats batzuk konponduko ziren, \n"
-"eta segurtasun-arazoak gaindituko ziren. Eguneratzeez baliatu ahal izan\n"
-"zaitezen, Internetik deskargatzea gomendatzen dizugu.\n"
-"AUkeratu \"Bai\" Interneteko konexioa martxan badaukazu, edo \"Ez\" pakete\n"
-"eguneratuak geroago instalatu nahi badituzu.\n"
-"\n"
-"\"Bai\" aukeratzen baduzu, eguneratzeak eskaintzen dituzten lekuen "
-"zerrenda \n"
-"azalduko da. Aukeratu zuregandik hurbilen dagoena. Paketeak hautatzeko \n"
-"zuhaitza agertuko da orduan: egin hautapena eta sakatu \"Instalatu\" "
-"hautatutako \n"
-"paketek hartu eta instalatzeko, edo \"Utzi\" abortatzeko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Aurrera jarraitu baino lehen lizentziaren baldintzak arretaz irakurri.\n"
-"Mandrake Linux banaketa osoari dagozkio eta baldintza guztiekin ados ez\n"
-"bazaude, egin klik \"Ezetsi\" botoian; horrela berehala amaituko da\n"
-"instalazioa. Instalazioarekin aurrera jarraitzeko, egin klik \"Ados\"\n"
-"botoian."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Honaino iritsita, ordenagailuarentzat nahi duzun segurtasun-maila\n"
-"aukeratzeko garaia da. Oro har, zenbat eta babesgabeago egon eta zenbat eta\n"
-"funtsezko datu gehiago eduki biltegiratuta, orduan eta segurtasun-maila\n"
-"handiagoa behar da. Segurtasun-maila handiagoa, ordea, erabiltzeko\n"
-"erraztasunaren kalterako izan ohi da. Ikus ``Erreferentziazko\n"
-"eskuliburua''ren MSEC atala maila horien esanahiari buruzko informazio\n"
-"gehiago lortzeko.\n"
-"\n"
-"Zer aukeratu ez badakizu, eutsi aukera lehenetsiari."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Orain, Mandrake Linux sistema instalatzeko zein partizio erabiliko \n"
-"d(ir)en aukeratu behar duzu. Partizioak jadanik definituta badaude, \n"
-"(GNU/Linux-en aurreko instalazio batek edo beste partizio-tresna batek "
-"definituta),\n"
-"lehendik dauden partizioak erabil ditzakezu. Bestela, disko gogorreko\n"
-"partizioak definitu behar dira.\n"
-"\n"
-"Partizioak sortzeko, lehendabizi disko gogor bat hautatu behar duzu. "
-"Partizioa egiteko\n"
-"diskoa hauta dezakezu, \"hda\" sakatuz lehen IDE unitaterako,\n"
-"\"hdb\" bigarrenerako, \"sda\" lehen SCSI unitaterako eta abar.\n"
-"\n"
-"Hautatutako disko gogorraren partizioa egiteko, aukera hauek erabil\n"
-"ditzakezu:\n"
-" * \"Dena garbitu\": aukera honek hautatutako disko gogorreko partizio "
-"guztiak \n"
-"ezabatzen ditu.\n"
-"\n"
-" * \"Auto-esleitu\": aukera honekin automatikoki sor ditzakezu Ext2 eta\n"
-"swap partizioak disko gogorreko leku librean.\n"
-"\n"
-" * \"Gehiago\": eginbide gehiagotarako aukera ematen du:\n"
-"\n"
-" * \"Gorde partizio-taula\": partizio-taula diskete batean gordetzen du. "
-"Baliagarria\n"
-"de geroago partizio-taula berreskuratzeko, behar izanez gero. Oso "
-"gomendagarria \n"
-"da urrats hau egitea.\n"
-"\n"
-" * \"Leheneratu partizio-taula\": lehen gordetako partizio-taula\n"
-"disketetik berreskuratzeko erabil daiteke.\n"
-"\n"
-" * \"Berreskuratu partizio-taula\": partizio-taula hondatuta badago, \n"
-"berreskuratzen saia zaitezke aukera honen bidez. Kontuz ibili eta gogoan \n"
-"izan huts egin dezakeela.\n"
-"\n"
-" * \"Birkargatu partizio-taula\": aldaketa guztiak desegin nahi badituzu "
-"eta \n"
-"hasierako partizio-taula kargatu nahi baduzu, aukera hau erabil dezakezu \n"
-"\n"
-" * \"euskarri aldagarriak automuntatzea\": aukera hau desgaitzen baduzu, "
-"euskarri \n"
-"aldagarriak (disketeak, CD-ROMak eta horrelakoak) eskuz muntatu eta \n"
-"desmuntatzera behartuko dituzu erabiltzaileak.\n"
-"\n"
-" * \"Morroia\": erabili aukera hau disko gogorreko partizioa egiteko "
-"morroia\n"
-"erabili nahi baduzu. Partizioak egiten ongi ez badakizu, morroia erabiltzea\n"
-"gomendatzen dizugu.\n"
-"\n"
-" * \"Desegin\": aukera hau aldaketak bertan behera uzteko erabil "
-"dezakezu.\n"
-"\n"
-" * \"Eginda\": disko gogorrean partizioak egiten bukatutakoan, aldaketak\n"
-"berriro diskoan gordeko ditu.\n"
-"\n"
-"Oharra: edozein aukera eskura dezakezu teklatuaren bidez. Partizio batetik \n"
-"bestera joateko, [Tab] eta [Gora/Behera] geziak erabil ditzakezu.\n"
-"\n"
-"Partizio bat hautatuta dagoenean, aukera hauek dituzu:\n"
-"\n"
-" * Ktrl-c beste partizio bat sortzeko (partizio huts bat hautatuta "
-"dagoenean);\n"
-"\n"
-" * Ktrl-d partizio bat ezabatzeko;\n"
-"\n"
-" * Ktrl-m muntatze-puntua ezartzeko.\n"
-"\n"
-"Erabil daitezkeen fitxategi-sistema desberdinei buruzko informazioa nahi \n"
-" baduzu, irakurri 'Erreferentzia-eskuliburu'ko ext2fs kapitulua.\n"
-"\n"
-"PPC makina batean instalatu behar baduzu, gutxienez 1 MBko HFS \"bootstrap"
-"\"\n"
-"partizio txiki bat sortu nahi izango duzu, yaboot abioko kargatzaileak\n"
-"erabiliko duena. Partizioa zertxobait handiagoa egitea hautatzen baduzu, "
-"adibidez 50 MBkoa, leku egokia izan daiteke ordezko nukleo bat eta ramdisk \n"
-"imajinak biltegiratzeko emergentziazko abioa egin ahal izateko."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Microsoft Windows partizio bat baino gehiago detektatu da zure disko\n"
-"gogorrean. Aukeratu Mandrake Linux sistema eragile berria instalatzeko\n"
-"tamainaz aldatu nahi duzuna.\n"
-"\n"
-"Partizio bakoitza honela azaltzen da: \"Linux izena\", \"Windows izena\"\n"
-"\"Edukiera\".\n"
-"\n"
-"\"Linux izena\" honela egituratzen da: \"disko gogorraren mota\", \"disko \n"
-"gogorraren zenbakia\", \"partizio-zenbakia\" (adibidez, \"hda1\").\n"
-"\n"
-"\"Disko gogorraren mota\" \"hd\" da zure diskoa IDE disko gogorra bada eta\n"
-"\"sd\" SCSI disko gogorra bada.\n"
-"\n"
-"\"Disko gogorraren zenbakia\" beti \"hd\" edo \"sd\"ren ondoko letra bat \n"
-"izaten da. IDE disko gogorretan:\n"
-"\n"
-" * \"a\"k \"IDE kontroladore primarioko disko gogor nagusia\" esan nahi du,\n"
-"\n"
-" * \"b\"k \"IDE kontroladore primarioko mendeko disko gogorra\" esan nahi "
-"du,\n"
-"\n"
-" * \"c\"k \"IDE kontroladore sekundarioko disko gogor nagusia\" esan nahi "
-"du,\n"
-"\n"
-" * \"d\"k \"IDE kontroladore sekundarioko mendeko disko gogorra\" esan nahi "
-"du,\n"
-"\n"
-"SCSI disko gogorretan, \"a\" letrak \"SCSI ID baxuena\" esan nahi du, \"b\"\n"
-"letrak \"bigarren SCSI ID baxuena\", etab.\n"
-"\"Windows izena\" Windows-en dagoen disko gogorraren letra da (lehen\n"
-"diskoak edo partizioak \"C:\" du izena)."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Izan pazientzia. Eragiketa honek minutu batzuk beharko ditu."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakXk lehenetsitako instalazioa (\"Gomendatua\") egin nahi duzun edo\n"
-"kontrol handiagoa eduki nahi duzun (\"Aditua\") jakin behar du orain.\n"
-"Gainera, instalazio berri bat egiteko edo lehendik dagoen Mandrake Linux\n"
-"sistema eguneratzeko aukera izango duzu. \"Instalatu\" sakatzen baduzu,\n"
-"sistema zaharra erabat garbituko da. Hautatu \"Bertsio-berritu\" lehendik\n"
-"dagoen sistema baten bertsioa berritzen edo konpontzen ari bazara.\n"
-"\n"
-"Aukeratu \"Instalatu\" Mandrake Linux-en beste bertsiorik ez badago edo\n"
-"hainbat sistema-eragileren artean abiarazi nahi baduzu.\n"
-"\n"
-"Aukeratu \"Eguneratu\" Mandrake Linux-en jadanik instalatutako bertsio bat\n"
-"eguneratu edo konpondu nahi baduzu.\n"
-"\n"
-"GNU/Linux-i buruz dakizunaren arabera, aukeratu ondoko hauetako bat\n"
-"Mandrake Linux sistema eragilea instalatzeko edo eguneratzeko:\n"
-"\n"
-" * Gomendatua: aukeratu hau GNU/Linux sistema eragilea inoiz instalatu ez\n"
-"baduzu. Instalazioa oso erraza izango da eta galdera batzuk besterik ez\n"
-"zaizkizu egingo.\n"
-"\n"
-" * Aditua: GNU/Linux ongi ezagutzen baduzu, instalazio-mota hau aukera\n"
-"dezakezu. Instalazio adituak oso instalazio pertsonalizatua egiteko aukera\n"
-"emango dizu. Galdera batzuei erantzutea zaila izan daiteke GNU/Linux ongi\n"
-"ezagutzen ez baduzu, beraz ez aukeratu hau baldin eta zer egiten ari zaren\n"
-"ez badakizu."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalki, DrakXk teklatu egokia hautatzen dizu (aukeratutako hizkuntzaren\n"
-"arabera) eta urrats hau ez duzu ikusi ere egingo. Dena den, baliteke zure\n"
-"hizkuntzari zehazki dagokion teklatua ez edukitzea: adibidez, ingelesez\n"
-"dakien suitzarra bazara, baliteke hala ere Suitzako teklatua nahi izatea.\n"
-"Edo ingeles hiztuna bazara baina Quebec-en bazaude, egoera berean egon\n"
-"zintezke. Bi kasuetan, instalazio-urrats honetan atzera jo eta teklatu\n"
-"egokia hautatu beharko duzu zerrendan.\n"
-"\n"
-"Egin klik \"Gehiago\" botoian onartzen diren teklatuen zerrenda osoa\n"
-"ikusteko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Aukeratu instalaziorako eta sistemaren erabilerarako hizkuntzarik\n"
-"gogokoena.\n"
-"\n"
-"\"Aurreratua\" botoian klik egiten baduzu, instalaziorako beste hizkuntza\n"
-"batzuk aukeratu ahal izango dituzu lan-estazioan. Beste hizkuntza bat\n"
-"hautatzean, sistemaren dokumentaziorako eta aplikazioetarako fitxategi\n"
-"espezifikoak instalatuko dira. Adibidez, zure ordenagailuan Espainiako\n"
-"erabiltzaileei ostatu eman behar badiezu, zuhaitz-ikuspegian hautatu\n"
-"euskara hizkuntza nagusi gisa, eta Aurreratua atalean, egin klik\n"
-"\"espainiera|Espainia\"ri dagokion izar grisean.\n"
-"\n"
-"Kontuan hartu hizkuntza bat baino gehiago instala daitezkeela. Lokal\n"
-"gehigarriak aukeratutakoan, egin klik \"Ados\" botoian jarraitzeko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Lehenespenez, DrakXk bi botoiko Sagua duzula suposatuko du, eta hirugarren\n"
-"botoia emula dezan konfiguratuko du. DrakXk automatikoki jakingo du sagua\n"
-"PS/2, seriekoa edo USB motakoa den.\n"
-"\n"
-"Beste mota bateko sagua zehaztu nahi baduzu, hautatu dagokion mota\n"
-"zerrendan.\n"
-"\n"
-"Lehenetsitakoa ez den sagu bat aukeratzen baduzu, sagua egiaztatzeko\n"
-"pantailan agertuko zaizu. Erabili botoiak eta gurpila ezarpenak egokiak\n"
-"direla egiaztatzeko. Saguak ez badu behar bezala funtzionatzen, sakatu\n"
-"zuriune-barra edo ITZULI \"Uzteko\", eta aukeratu berriro."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Hautatu ataka zuzena. Adibidez, MS Windows-eko \"COM1\" atakak\n"
-"\"ttyS0\"du izena GNU/Linux-en."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Hau da erabakigunerik funtsezkoena GNU/Linux sistemaren Segurtasunerako:\n"
-"\"root\"-aren pasahitza sartu duzu. \"root\" sistema-administratzailea da\n"
-"eta berak bakarrik dauka eguneratzeko, erabiltzaileak gehitzeko, sistemaren\n"
-"konfigurazio orokorra aldatzeko eta abar egiteko baimena. Bi hitzetan,\n"
-"\"root\"-ak dena egin dezake! Horregatik, asmatzen zaila den pasahitza\n"
-"aukeratu behar duzu - DrakXk errazegia den esango dizu. Ikus dezakezunez,\n"
-"pasahitza ez sartzea ere aukera dezakezu, baina horrelakorik ez egiteko\n"
-"aholkua emango genizuke, arrazoi batengatik: ez pentsa GNU/Linux abiarazi\n"
-"duzulako zure beste sistema eragileek akatsik eduki ezin dutenik.\n"
-"\"root\"-ak muga guztiak gaindi ditzakeenez, eta partizioetan arduragabeki\n"
-"sartuz partizioetako datu guztiak nahi gabe ezaba ditzakeenez,\n"
-"garrantzitsua da \"root\" bilakatzea zaila izatea.\n"
-"\n"
-"Pasahitzak karaktere alfanumerikoen nahasketa izan behar du eta gutxienez 8\n"
-"karaktere izan behar ditu. Ez idatzi inoiz \"root\"-aren pasahitza -\n"
-"sistema errazegi konprometituko bailuke.\n"
-"\n"
-"Dena den, pasahitza ez egin luzeegia, ahalegin handirik gabe gogoratu behar\n"
-"duzulako.\n"
-"\n"
-"Pasahitza ez da idatzi ahala pantailan bistaratuko. Horregatik, pasahitza\n"
-"bi aldiz idatzi beharko duzu, akats tipografikoen aukera murrizteko. Akats\n"
-"tipografiko bera bi aldiz egiten baduzu, pasahitz \"oker\" hori erabili\n"
-"beharko da konektatzen zaren lehen aldian.\n"
-"\n"
-"Aditu moduan, NIS edo LDAP moduko autentifikazio-zerbitzari batekin\n"
-"konektatuko zaren galdetuko zaizu.\n"
-"\n"
-"Zure sareak autentifikaziorako LDAP (edo NIS) protokoloa erabiltzen badu,\n"
-"hautatu \"LDAP\" (edo \"NIS\") autentifikazio gisa. Ezagutzen ez baduzu,\n"
-"galdetu sareko administratzaileari.\n"
-"\n"
-"Zure ordenagailua administratutako ezein sareri konektatua ez badago,\n"
-"beharbada \"Fitxategi lokalak\" aukeratu nahi izango dituzu\n"
-"autentifikaziorako."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO eta GRUB GNU/Linux-en abioko kargatzaileak dira. Etapa hau,normalean,\n"
-"erabat automatizatuta egoten da. Izan ere, DrakXk diskoaren abioko sektorea\n"
-"aztertu eta horren arabera jokatzen baitu, hor aurkitutakoaren arabera:\n"
-"\n"
-" * Windows-en abioko sektorea aurkitzen bada, GRUB/LILO abioko sektore "
-"batez\n"
-"ordeztuko du. Beraz, GNU/Linux edo beste OS bat kargatu ahal izango duzu;\n"
-"\n"
-" * GRUB edo LILO abioko sektore bat aurkitzen bada, berriz ordeztuko du;\n"
-"\n"
-"Zalantzarik badago, DrakXk hainbat aukera duen elkarrizketa-koadroa\n"
-"bistaratuko du.\n"
-"\n"
-" * \"Erabili beharreko abioko kargatzailea\": hiru aukera dituzu:\n"
-"\n"
-" * \"LILO menu grafikoarekin\": LILO bere interfaze grafikoarekin "
-"nahiago\n"
-"baduzu.\n"
-"\n"
-" * \"GRUB\": GRUB nahiago baduzu (testu-menua).\n"
-"\n"
-" * \"LILO testu-menuarekin\": LILO bere testu-menuaren interfazearekin\n"
-"nahiago baduzu.\n"
-"\n"
-" * \"Abioko gailua\": kasu gehienetan, ez duzu (\"/dev/hda\") lehenetsia\n"
-"aldatuko, baina nahiago baduzu, abioko kargatzailea bigarren unitate\n"
-"gogorrean (\"/dev/hdb\") edo diskete batean (\"/dev/fd0\")instala daiteke.\n"
-"\n"
-" * \"Atzeratu lehenetsitako irudia abiarazi baino lehen\": ordenagailua\n"
-"berrabiaraztean, hau da erabiltzaileari aukeratzeko emandako atzerapena -\n"
-"abioko kargatzailearen menuan lehenetsia ez den beste sarrera bat.\n"
-"\n"
-"!! Kontuan eduki abioko kargatzaile bat ez instalatzea aukeratzen baduzu\n"
-"(hemen \"Utzi\" hautatuz), Mandrake Linux sistema abiarazteko bide bat\n"
-"dagoela! Beraz, ziurtatu edozein aukera aldatu baino lehen zer egiten duzun\n"
-"badakizula. !!\n"
-"\n"
-"Elkarrizketa-koadro honetako \"Aurreratua\" botoian klik eginda aukera\n"
-"aurreratu ugari lortuko dituzu, erabiltzaile adituentzat erreserbatuak.\n"
-"\n"
-"Mandrake Linux-ek abioko bere kargatzailea instalatzen du, eta GNU/Linux\n"
-"edo zure sisteman duzun beste edozein sistema eragile abiarazteko aukera\n"
-"emango dizu.\n"
-"\n"
-"Ordenagailuan beste sistema eragile bat instalatuta baduzu, automatikoki\n"
-"gehituko zaio abioko menuari. Hemen, lehendik dauden aukerak optimizatzea\n"
-"hauta dezakezu. Lehendik dagoen sarrera batean klik bikoitza egitean, bere\n"
-"parametroak aldatu edo kendu egingo dituzu; \"Gehitu\"k beste sarrera bat\n"
-"sortzen du; eta \"Eginda\" instalazioaren hurrengo urratsera joaten da."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) eta grub abioko kargatzaileak dira: GNU/Linux edo \n"
-"ordenagailuan dagoen beste edozein sistema eragile abiaraz dezakete.\n"
-" Normalki, beste sistema eragile horiek ongi detektatzen eta instalatzen\n"
-"dira. Horrela ez bada, pantaila honetan sarrera bat eskuz gehi \n"
-"dezakezu. Kontuz ibili parametroak aukeratzean okerrik ez egiteko.\n"
-"\n"
-"Halaber, baliteke beste sistema eragile horietan inori sartzen utzi nahi ez\n"
-"izatea. Horretarako, sistema eragile horien sarrerak ezaba ditzakezu. Baina\n"
-"gero, abioko disko bat beharko duzu beste sistema eragile horiek abiarazteko!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"GNU/Linux-ekin abiarazteko behar den informazioa non kokatu nahi duzun \n"
-"adierazi behar duzu.\n"
-"\n"
-"Zer egiten ari zaren oso ongi ez badakizu, aukeratu \"Unitateko lehen\n"
-"sektorea (MBR)\"."
-
-#: ../../help.pm_.c:729
-#, fuzzy
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Hemen zure ordenagailuaren inprimatzeko sistema hautatuko dugu. Beste\n"
-"SE batzuek bakarra eskainiko dute beharbada, baina Mandrake-k hiru \n"
-"eskaintzen ditu.\n"
-"\n"
-" * \"pdq\" - ``print, don't queue'' esan nahi du, hau da, 'inprimatu, ez "
-"egon\n"
-"ilaran'. Aukera egokia da inprimagailua zuzenean konektatuta baduzu, papera\n"
-"trabatzen denean ohartu nahi baduzu eta sareko inprimagailurik ez baduzu. "
-"Sareko oso kasu\n"
-"sinpleak maneiatuko ditu eta mantso samarra da sarerako. Aukeratu\n"
-"\"pdq\" GNU/Linux-eko zure lehen bidaia bada. Instalazioa egin\n"
-"ondoren aukerak aldatu nahi badituzu, exekutatu Mandrake-ren kontrol-"
-"zentroko\n"
-"PrinterDrake eta egin klik 'aditua' botoian.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'' oso ona da zure inprimagailu\n"
-"lokalean inprimatzeko eta baita munduaren beste aldean ere. Sinplea da eta \n"
-"\"lpd\" inprimatze-sistema zaharraren zerbitzari edo bezero gisa joka "
-"dezake,\n"
-"beraz bateragarria da lehenagoko sistemekin. Gauza asko egin ditzake,\n"
-"baina oinarrizko konfigurazioa \"pdq\" bezain erraza da. \"lpd\" zerbitzari "
-"bat\n"
-"emulatzeko behar baduzu, \"cups-lpd\" daemon-a aktibatu behar duzu. "
-"Inprimagailuaren\n"
-"aukerak hautatzeko edo inprimatzeko interfaze grafikoak ditu.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. Sistema honek\n"
-"besteek egin ditzaketen gauza bertsuak egin ditzake, baina Novell sarean\n"
-"muntatutako inprimagailuetan inprimatuko du, IPX protokoloa onartzen "
-"duelako,\n"
-"eta shell komandoetan zuzenean inprima dezakeelako. Novell behar baduzu "
-"edo \n"
-"hodirik erabili gabe komandoetan inprimatu behar baduzu, erabili lprNG.\n"
-"Bestela, hobe da CUPS, sareetan lan egiteko sinpleagoa eta hobea delako."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX orain zure ordenagailuan dagoen edozein IDE gailu detektatzen ari da.\n"
-"Zure sistemako PCI SCSI txartel bat edo gehiago ere eskaneatuko ditu. SCSI\n"
-"txartela aurkitzen badu, DrakXek automatikoki instalatuko du unitate\n"
-"egokia.\n"
-"\n"
-"Hardwarearen detekzioak batzuetan hardware-elementurik detektatuko ez\n"
-"duenez, DrakXk PCI SCSI txartelik ote dagoen berresteko eskatuko dizu.\n"
-"Sakatu \"Bai\" zure ordenagailuan SCSI txartela instalatuta dagoela\n"
-"badakizu. SCSI txartelen zerrenda bat aurkeztuko zaizu, bertan aukeratzeko.\n"
-"Sakatu \"Ez\" SCSI hardwarerik ez baduzu. Ziur ez bazaude, zure\n"
-"ordenagailuan detektatutako hardware-zerrenda ikus dezakezu \"Ikus\n"
-"hardwareari buruzko informazioa\" hautatuz eta \"Ados\" sakatuz. Aztertu\n"
-"hardware- zerrenda eta egin klik \"Ados\" botoian SCSI interfazearen\n"
-"galderara itzultzeko.\n"
-"\n"
-"Moldagailua eskuz zehaztu baduzu, DrakXk haren aukerak zehaztu nahi dituzun\n"
-"galdetuko dizu. Hardwareak hasieratzeko behar dituen aukera zehatzak bila\n"
-"ditzan, hardwarea aztertzen utzi beharko zenioke DrakXri. Horrek ondo\n"
-"funtzionatu ohi du.\n"
-"\n"
-"DrakXk pasatu behar diren aukerak egiaztatu ezin baditu, aukerak eskuz eman\n"
-"beharko dizkiozu kontrolatzaileari.Eskatutako parametroak\n"
-"frabrikatzailearen web orritik (Interneteko sarbidea baduzu) edo Microsoft\n"
-"Windows-etik (hardware hau zure sisteman Windows-ekin erabili baduzu)\n"
-"berreskuratzeko aholkuak lortzeko, ikus ``Erabiltzailearen gida '' (3.\n"
-"atala, \"Hardwareari buruzko informazioa biltzen\" sekzioa) ."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Sarrera gehiago erants ditzakezu yaboot-entzat, beste sistema eragile\n"
-"batzuk, nukleo alternatiboak edo emergentziazko abioko imajina gehitzeko.\n"
-"\n"
-"Beste SEentzat, etiketa eta erroko partizioa soilik da sarrera.\n"
-"\n"
-"Linux-entzat, hainbat aukera daude:\n"
-"\n"
-" * Etiketa: yaboot-en gonbitean idatzi beharko duzun izena da, abioko\n"
-"aukera hau hautatzeko.\n"
-"\n"
-" * Imajina: abiarazi beharreko nukleoaren izena izango litzateke. Normalki, "
-"vmlinux\n"
-"edo vmlinux-en aldaera bat, luzapen batekin.\n"
-"\n"
-" * Root: zure Linux instalazioaren \"root\" gailua edo \"/\" \n"
-"\n"
-" * Erantsi: Apple hardwarean, nukleoa eransteko aukera bideo-hardwarea "
-"hasieratzen\n"
-"laguntzeko erabiltzen da askotan, edo ohiko Apple saguetan gehienetan\n"
-"falta izaten diren 2. eta 3. botoien emulazioa gaitzeko teklatuan.\n"
-" Hona hemen adibide batzuk:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: aukera hau hasierako moduluak kargatzeko erabil daiteke, abioko\n"
-"gailua erabilgarri egon aurretik, edo ramdisk imajina bat kargatzeko \n"
-"emergentziazko abioa egin behar denean.\n"
-"\n"
-" * Initrd-tamaina: ramdisk-tamaina lehenetsia 4.096 bytekoa izan ohi da. "
-"Ramdisk\n"
-"handi bat esleitu behar baduzu, aukera hau erabil dezakezu.\n"
-"\n"
-" * Irakurri/idatzi: normalki \"root\" partizioa irakurtzeko soilik agertzen "
-"da hasieran,\n"
-"fitxategi-sistemak egiaztatu ahal izateko, sistema \"aktibo\" egin "
-"aurretik.\n"
-"Hemen, aukera hori gainidatz dezakezu.\n"
-"\n"
-" * BideorikEz: Apple bideoaren hardwarea bereziki problematikoa bada,\n"
-"aukera hau hauta dezakezu \"bideorikez\" moduan abiarazteko, jatorrizko\n"
-"frame buffer euskarriarekin.\n"
-"\n"
-" * Lehenetsia: sarrera hau hautatzen du Linux-en hautapen lehenetsi gisa,\n"
-"eta yaboot-en gonbitean SARTU sakatuz hauta daiteke. Sarrera hau\n"
-"\"*\" batez nabarmenduko da, [Tab] sakatzen baduzu abioko hautapenak\n"
-"ikusteko."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"NewWorld MacIntosh hardwarearentzako abioko kargatzaile bat da Yaboot. GNU/"
-"Linux, \n"
-"MacOS, edo MacOSX abiaraz dezake, ordenagailuan badago.\n"
-"Normalean,\n"
-"beste sistema eragile horiek ongi detektatzen eta instalatzen dira. Horrela "
-"ez bada,\n"
-"pantaila honetan sarrera bat eskuz gehi dezakezu. Kontuz ibili\n"
-"parametroak aukeratzean okerrik ez egiteko\n"
-"\n"
-"Yaboot-en aukera nagusiak hauek dira:\n"
-"\n"
-" * Hasierako mezua: abioko gonbitaren aurretik bistaratzen den mezu-testu\n"
-"laburra.\n"
-"\n"
-" * Abioko gailua: adierazi non kokatu nahi duzun GNU/Linux-ekin abiarazteko "
-"behar den\n"
-"informazioa. Normalean, bootstrap partizio bat konfiguratuko duzu lehenago\n"
-"informazio hau edukitzeko.\n"
-"\n"
-" * Open Firmware atzerapena: LILOrekin ez bezala, bi atzerapen daude "
-"erabilgarri\n"
-"yaboot-ekin. Lehen atzerapena segundotan neurtzen da, eta hemen CD, OF "
-"abioa\n"
-"MacOS edo Linux aukera dezakezu.\n"
-"\n"
-" * Nukleoaren abioaren denbora-muga: denbora-muga hau LILOren abioko "
-"atzerapenaren antzekoa da.\n"
-"Linux hautatu ondoren, 0,1 segundoko atzerapen hau izango duzu "
-"lehenetsitako\n"
-"nukleo-deskribapena hautatu aurretik.\n"
-"\n"
-" * Gaitu CDtik abiaraztea?: aukera hau hautatzen baduzu, \"C\" aukeratu ahal "
-"izango\n"
-"duzu CDarentzat abioko lehen gonbitean.\n"
-"\n"
-" * Gaitu OF abioa?: aukera hau hautatzen baduzu, \"N\" aukeratu ahal izango\n"
-"duzu Open Firmware-rentzat abioko lehen gonbitean.\n"
-"\n"
-" * SE lehenetsia: lehenespenez zein SE abiaraziko den hauta dezakezu Open\n"
-"Firmware Atzerapena igarotzen denean."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Hemen zure ordenagailuari dagozkion parametroak aurkezten dira. Zein\n"
-"hardware instalatuta daukazun, ondoko sarrerak ikusiko dituzu - edo ez:\n"
-"\n"
-" * \"Sagua\": egiaztatu saguaren konfigurazioa eta, beharrezkoa bada, egin\n"
-"klik botoian aldatzeko.\n"
-"\n"
-" * \"Teklatua\": egiaztatu une honetako teklatuaren konfigurazioa eta,\n"
-"beharrezkoa bada, egin klik botoian aldatzeko.\n"
-"\n"
-" * \"Ordu-zona\": DrakXk, lehenespenez, aukeratutako hizkuntzatik asmatzen\n"
-"du zure ordu-zona. Baina teklatuaren aukerari dagokionez, baliteke\n"
-"aukeratutako hizkuntzari dagokion herrialdean ez egotea. Horregatik,\n"
-"\"Ordu-zona\" botoian klik egin beharko duzu ordularia zu zauden\n"
-"ordu-zonaren arabera konfiguratzeko.\n"
-"\n"
-" * \"Inprimagailua\": \"Inprimagailurik ez\" botoian klik eginez,\n"
-"inprimagailuaren konfigurazio-morroia irekiko da.\n"
-"\n"
-" * Zure sisteman \"Soinu-txartela\": soinu-txartela detektatzen bada, hemen\n"
-"bistaratuko da. Instalatzean ezin da aldaketarik egin.\n"
-"\n"
-" * \"telebista-txartela\": zure sisteman telebista-txartela detektatzen\n"
-"bada, hemen bistaratuko da. Instalatzean ezin da aldaketarik egin.\n"
-"\n"
-" * \"ISDN txartela\": zure sisteman ISDN txartela detektatzen bada, hemen\n"
-"bistaratuko da. Egin klik botoian dagozkion parametroak aldatzeko."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Aukeratu Mandrake Linux-en partizio berria instalatzeko ezabatu nahi duzun\n"
-"disko gogorra. Kontuz ibili, bertako datu guztiak galdu egingo dira eta "
-"ezin\n"
-"izango dira berreskuratu!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Sakatu \"Ados\" disko gogor honetako datu eta partizio guztiak ezabatu \n"
-"nahi badituzu. Kontuz ibili, \"Ados\" sakatu ondoren, ezin izango duzu \n"
-"disko gogor honetako daturik eta partiziorik berreskuratu,\n"
-"Windows-eko datuak barne.\n"
-"\n"
-"Sakatu \"Utzi\" disko gogor honetako daturik eta partiziorik galdu gabe\n"
-"eragiketa hau bertan behera uzteko."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "%s ere formateatu behar duzu"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Zerbitzari hau(ek) hautatu d(it)uzu: %s\n"
-"\n"
-"\n"
-"Zerbitzari horiek lehenespenez aktibatzen dira. Ez dute segurtasun-arazo "
-"ezagunik,\n"
-"baina berriren bat ager liteke. Kasu horretan, ziurtatu ahal bezain laster\n"
-"eguneratzen duzula.\n"
-"\n"
-"\n"
-"Zerbitzari horiek benetan instalatu nahi dituzu?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Ezin da difusioa erabili NIS domeinurik gabe"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Sartu FAT formatuko diskete bat %s unitatean"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Diskete honek ez du FAT formaturik"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Gordetako pakete-hautapen hau erabiltzeko, abiarazi instalazioa ``linux "
-"defcfg=floppy''rekin"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Errorea %s fitxategia irakurtzean"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Zure ordenagailuko hardware batzuek kontrolatzaile ``jabea'' behar dute.\n"
-"Horiei buruzko informazioa hemen aurki dezakezu: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Erroko partizioa eduki behar duzu.\n"
-"Horretarako, sortu partizio bat (edo egin klik lehendik dagoen batean).\n"
-"Gero aukeratu ``Muntatze-puntua'' ekintza eta ezarri `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Swap partizio bat eduki behar duzu"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Ez duzu swap partiziorik\n"
-"\n"
-"Jarraitu hala ere?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "FAT partizio bat eduki behar duzu /boot/efi-n muntatuta"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Erabili leku librea"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Ez dago partizio berriak esleitzeko adina leku"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Lehendik dagoen partizioa erabili"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Ez dago erabiltzeko moduko partiziorik"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Erabili Windows partizioa atzera-begiztarako"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Zein partizio erabili nahi duzu Linux4Win-erako?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Aukeratu tamainak"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Erroko partizioaren tamaina MBtan: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap partizioaren tamaina MBtan: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Erabili Windows-en partizioko leku librea"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Zein partiziori aldatu nahi diozu tamaina?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Windows fitxategi-sistemaren mugak kalkulatzen"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT tamaina-aldatzaileak ezin du zure partizioa maneiatu, \n"
-"errore hau gertatu da: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Zure Windows partizioa fragmentatuegia dago, exekutatu ``defrag'' lehendabizi"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"KONTUZ!\n"
-"\n"
-"DrakX Windows partizioari tamaina aldatzera doa. Kontuz ibili:\n"
-"eragiketa hau arriskutsua da. Inoiz ez baduzu horrelakorik egin, \n"
-"hobe izango duzu instalaziotik irten eta scandisk exekutatzea \n"
-"Windows-en (eta nahi izanez gero defrag); gero, hasi berriro \n"
-"instalazioarekin. Datuen babeskopia egitea ere komeni da.\n"
-"Ziur zaudenean, sakatu Ados."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Zein tamaina utzi nahi duzu Windows-entzat"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "%s partizioan"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT tamaina-aldaketak huts egin du: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Ez dago FAT partiziorik tamainaz aldatzeko edo atzera-begizta gisa "
-"erabiltzeko (edo ez dago nahikoa leku)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Ezabatu disko osoa"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Kendu Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Disko gogor bat baino gehiago duzu, zeinetan instalatuko duzu linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "%s unitatean dauden partizio eta datu GUZTIAK galdu egingo dira"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Disko-partizio pertsonalizatua"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Erabili fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Orain egin dezakezu %s partizioa.\n"
-"Egin ondoren, ez ahaztu `w' erabiliz gordetzea"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Ez duzu behar adina leku libre Windows partizioan"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ezin dut instalatzeko lekurik aurkitu"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX Partizio-morroiak irtenbide hauek aurkitu ditu:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partizioak huts egin du: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Sarea irekitzen"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Sarea ixten"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Errore bat gertatu da, baina ez dakit behar bezala maneiatzen.\n"
-"Jarraitu zure ardurapean."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Bikoiztu %s muntatze-puntua"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Pakete garrantzitsu batzuk ez dira behar bezala instalatu.\n"
-"Zure CDROM unitateak edo CDROMak akatsak ditu.\n"
-"Probatu CDROMa ordenagailu instalatu batean \"rpm -qpl Mandrake/RPMS/*.rpm\" "
-"erabiliz.\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Ongi etorri %s(e)ra"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ez dago diskete-unitate erabilgarririk"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "`%s' urratsean sartzen\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Sistemak baliabide gutxi ditu. Arazoak izan ditzakezu Mandrake \n"
-"Linux instalatzeko. Horrela bada, testu-instalazioa egiten saia zaitezke. "
-"Horretarako,\n"
-"sakatu `F1' CDROMetik abiaraztean, gero sartu `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Instalazio-klasea"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Aukeratu instalazio-klase hauetako bat:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Hautatu dituzun taldeen tamaina osoa %d MBkoa da gutxi gorabehera.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Tamaina hori baino gutxiago instalatu nahi,\n"
-"baduzu, hautatu instalatu nahi duzun pakete-portzentajea.\n"
-"\n"
-"Ehuneko txiki batekin pakete garrantzitsuenak soilik instalatuko dira;\n"
-"%% 100 aukeratzen baduzu, hautatutako pakete guztiak instalatuko ditu."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Pakete horien %% %d instalatzeko lekua besterik ez duzu diskoan.\n"
-"\n"
-"Hori baino gutxiago instalatu nahi baduzu,\n"
-"hautatu instalatu nahi duzun pakete-portzentajea.\n"
-"Ehuneko txiki batekin pakete garrantzitsuenak soilik instalatuko ditu;\n"
-"%% %d hautatzen baduzu, ahalik eta pakete gehien instalatuko ditu."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Hurrengo urratsean zehazkiago aukeratu ahal izango dituzu."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Instalatzeko pakete-ehunekoa"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Pakete-taldearen hautapena"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Pakete indibidualen hautapena"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Guztira: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pakete txarra"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Izena: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Bertsioa: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Tamaina: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Garrantzia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Ezin duzu pakete hori hautatu: ez dago instalatzeko lekurik"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Ondorengo pakete hauek instalatuko dira"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Ondorengo pakete hauek kenduko dira"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Ezin duzu pakete hau hautatu/desautatu"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Nahitaezko paketea da, ezin da desautatu"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Ezin duzu pakete hau desautatu. Dagoeneko instalatuta dago"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Pakete hau bertsio-berritu beharrean dago\n"
-"Ziur zaude desautatu nahi duzula?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Ezin duzu pakete hau desautatu. Bertsio-berritu egin behar da"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Erakutsi automatikoki hautatutako paketeak"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalatu"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Kargatu/Gorde disketean"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Pakete-hautapena eguneratzen"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Gutxieneko instalazioa"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Aukeratu instalatu nahi dituzun paketeak"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalatzen"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Kalkulatzen"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Geratzen den denbora "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Itxaron, instalazioa prestatzen"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paketeak"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "%s paketea instalatzen"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Onartu"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Ezetsi"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Aldatu CDROMa!\n"
-"\n"
-"Sartu \"%s\" etiketa duen CDROMa unitatean eta sakatu Ados.\n"
-"Ez baduzu, sakatu Utzi instalazioa CDROM horretatik egin ez dezan."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Jarraitu hala ere?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Errore bat izan da paketeak ordenatzean:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Errore bat izan da paketeak instalatzean:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Abisua\n"
-"\n"
-"Irakurri arretaz ondorengo baldintzak. Zerbaitekin ados ez bazaude,\n"
-"ez duzu hurrengo CDa instalatzeko baimenik. Sakatu 'Ezetsi' \n"
-"instalazioa euskarri horiek erabili gabe jarraitzeko.\n"
-"\n"
-"\n"
-"Hurrengo CDko osagai batzuk ez dira GPL Lizentziaren edo\n"
-"antzeko akordioen araberakoak. Osagai horietako bakoitza\n"
-"bere lizentzia zehatzaren baldintzen araberakoa da. \n"
-"Irakurri arretaz lizentzia horiek eta bete bertako baldintzak osagai \n"
-"horiek erabili edo birbanatu aurretik. \n"
-"Lizentzia horiek oro har osagaia transferitzea, bikoiztea (babeskopiak\n"
-"egiteko izan ezik), birbanatzea, ingeniaritza alderantzikatzea, \n"
-"desmihiztatzea, deskonpilatzea edo aldatzea eragotziko dute. \n"
-"Kontratua ez betetzeak lizentzia zehatzak ematen dituen eskubide guztiak \n"
-"kentzea ekarriko du berehala. Baldin eta lizentzia zehatzaren baldintzek "
-"eskubidea ematen\n"
-"ez badizute, normalki ezin izango dituzu programak sistema batean baino\n"
-"gehiagotan instalatu, edo sarean erabiltzeko egokitu. Zalantzarik baduzu, "
-"jarri harremanetan\n"
-"osagaiaren banatzailearekin edo editorearekin zuzenean. \n"
-"Osagai horiek hirugarrenei transferitzea edo kopiatzea, dokumentazioa\n"
-"barne, debekatuta egoten da normalki.\n"
-"\n"
-"\n"
-"Hurrengo CDko osagaiei dagozkien eskubide guztiak haien egileenak \n"
-"dira eta software-programei aplikatzen zaizkien jabetza \n"
-"intelektualaren eta copyright-aren legeek babesten dituzte.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Errore bat izan da"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Ziur zaude instalazioa bertan behera utzi nahi duzula?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Lizentzia-kontratua"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Sarrera\n"
-"\n"
-"Mandrake Linux banaketako sistema eragileari eta erabilgarri dauden osagaiei "
-"\"Software-produktuak\"\n"
-"deituko zaie aurrerantzean. Software-produktuetan sartzen dira, besteak \n"
-"beste, Mandrake Linux banaketako sistema eragileari eta osagaiei dagozkien "
-"programak, \n"
-"metodoak, arauak eta dokumentazioa.\n"
-"\n"
-"\n"
-"1. Lizentzia-kontratua\n"
-"\n"
-"Irakurri arretaz dokumentu hau. Dokumentu hau zure eta MandrakeSoft S.A.ren "
-"arteko lizentzia-kontratu bat da,\n"
-"Software-produktuei dagokiena.\n"
-"Software-produktuak instalatu, bikoiztu edo era batean edo bestean erabiliz, "
-"esplizituki \n"
-"onartzen dituzu eta erabateko adostasuna adierazten diezu Lizentzia honen "
-"baldintzei. \n"
-"Lizentziaren zatiren batekin ados ez bazaude, ez duzu baimenik izango "
-"Software-produktuak instalatu, \n"
-"bikoiztu edo erabiltzeko. \n"
-"Software-produktuak Lizentzia honekin bat ez datorren moduan instalatu, "
-"bikoiztu edo erabiltzeko \n"
-"saio oro deuseza izango da eta Lizentziari dagozkion eskubideak amaitu "
-"egingo \n"
-"dira. Lizentzia amaitzean, Software-produktuen kopia guztiak berehala "
-"suntsitu \n"
-"behar dituzu.\n"
-"\n"
-"\n"
-"2. Berme mugatua\n"
-"\n"
-"Software-produktuak eta erantsitako dokumentuak \"dauden-daudenean\" ematen "
-"dira, bermerik gabe, \n"
-"legeak onartzen duen neurrian.\n"
-"MandrakeSoft S.A.k ez du, ezein kasutan eta legeak onartzen duen neurrian, "
-"erantzukizunik izango\n"
-"Software-produktuen erabileraren edo erabiltzeko ezgaitasunaren ondorioz "
-"sortutako kalte berezi, ustekabeko,\n"
-"zuzeneko edo zeharkakoengatik (lana galtzea, lana etetea, finantza-galera, "
-"epai baten ondorioz ordaindu \n"
-"beharreko kuotak eta zigorrak edo beste edozein ondoriozko galera barne, "
-"mugarik gabe), \n"
-"MandrakeSoft S.A. jakinaren gainean egon arren halako kalteak gerta "
-"litezkeela.\n"
-"\n"
-"HERRIALDE BATZUETAN SOFTWARE DEBEKATUA EDUKITZEARI EDO ERABILTZEARI LOTUTAKO "
-"ERANTZUKIZUN MUGATUA\n"
-"\n"
-"Legeak onartzen duen neurrian, MandrakeSoft S.A.k edo bere banatzaileek, ez "
-"dute, ezein kasutan,\n"
-"erantzukizunik izango herrialde batzuetan, bertako legeek debekatutako edo "
-"mugatutako software-osagaiak edo\n"
-"Mandrake Linux-en guneetatik deskargatutako software-osagaiak eduki eta "
-"erabiltzearen ondorioz \n"
-"sortutako kalte berezi,ustekabeko,zuzeneko edo zeharkakoengatik (lana "
-"galtzea, lana etetea,\n"
-"finantza-galera, epai baten ondorioz ordaindu beharreko kuotak eta zigorrak "
-"edo beste edozein ondoriozko \n"
-"galera barne, mugarik gabe).\n"
-"Erantzukizun mugatu hau Software-produktuetan sartzen diren kriptografia "
-"handiko osagaiei aplikatzen \n"
-"zaie, baina ez da horietara mugatzen.\n"
-"\n"
-"\n"
-"3. GPL Lizentzia eta Lizentzia erlazionatuak\n"
-"\n"
-"Software-produktuak hainbat pertsonak edo erakundek sortutako osagaiak dira. "
-"Osagai \n"
-"horietako gehienak aurrerantzean\"GPL\" deituko diogun GNU Lizentzia Publiko "
-"Orokorraren\n"
-"edo antzeko lizentzien baldintzen araberakoak dira. Lizentzia horietako "
-"gehienek, \n"
-"beren osagaiak bikoizteko, egokitzeko edo birbanatzeko aukera ematen dute. "
-"Osagai bat erabili aurretik, irakurri \n"
-"arretaz osagai horren lizentzia-kontratuko baldintzak. Osagaiaren "
-"lizentziari\n"
-"buruzko galdera oro osagaiaren egileari egin beharko zaio, eta ez "
-"MandrakeSoft-i.\n"
-"MandrakeSoft S.A.k garatutako programak GPL Lizentziaren araberakoak dira. "
-"MandrakeSoft S.A.k\n"
-"idatzitako dokumentazioa lizentzia zehatz baten araberakoa da. Xehetasun "
-"gehiago nahi izanez gero, \n"
-"jo dokumentaziora.\n"
-"\n"
-"\n"
-"4. Jabetza intelektualaren eskubideak\n"
-"\n"
-"Software-produktuen osagaiei dagozkien eskubide guztiak haien \n"
-"egileenak dira eta software-programei\n"
-"aplikatzen zaizkien jabetza intelektualaren eta copyriht-aren legeek "
-"babesten dituzte.\n"
-"MandrakeSoft S.A.k eskubidea du Software-produktuak bere osotasunean edo "
-"zatika aldatzeko, \n"
-"bide guztiak erabiliz eta helburu guztietarako.\n"
-"\"Mandrake\", \"Mandrake Linux\" eta asoziatutako logotipoak MandrakeSoft S."
-"A.ren marka erregistratuak dira \n"
-"\n"
-"\n"
-"5. Lege arautzaileak \n"
-"\n"
-"Kontratu honen edozein zati epai batek deuseztzat, legez kanpokotzat edo "
-"aplikaezintzat jotzen badu, \n"
-"zati hori kendu egingo da kontratutik. Kontratuaren gainerako atal "
-"aplikagarriek ezarritakoa \n"
-"bete behar duzu.\n"
-"Lizentzia honetako baldintzak Frantziako legeen araberakoak dira.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Teklatua"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Aukeratu zure teklatu-diseinua."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Hona hemen teklatu erabilgarri guztien zerrenda"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Zein instalazio-klase nahi duzu?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalatu/Eguneratu"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Zer egin nahi duzu: instalazioa ala eguneratzea?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Gomendatua"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Aditua"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Bertsio-berritu"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Paketeak bakarrik bertsio-berritu"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Aukeratu sagu-mota."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Sagu-ataka"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Aukeratu sagua konektatuta dagoen serieko ataka."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Botoien emulazioa"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "2. botoiaren emulazioa"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "3. botoiaren emulazioa"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA txartelak konfiguratzen..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE konfiguratzen"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "ez dago partizio erabilgarririk"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Partizioak eskaneatzen muntatze-puntuak aurkitzeko"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Aukeratu muntatze-puntuak"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
-"Jarraitzen saia naiteke, partizio txarrak garbituz (DATU GUZTIAK galduko "
-"dira!).\n"
-"Beste irtenbidea DrakXri partizio-taula aldatzeko baimenik ez ematea da.\n"
-"(errorea %s da)\n"
-"\n"
-"Ados zaude partizio guztiak galtzearekin?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake-k ezin izan du partizio-taula behar bezala irakurri.\n"
-"Jarraitu zure ardurapean!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Ez dago lekurik 1 MBko bootstrap-a sortzeko! Instalazioak jarraituko du, "
-"baina zure sistema abiarazteko, bootstrap partizioa sortu beharko duzu "
-"DiskDrake-rekin"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ez da erroko partiziorik aurkitu bertsio-berritzea egiteko"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Erroko partizioa"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Zein da zure sistemaren (/) erroko partizioa?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Berrabiarazi egin behar duzu partizio-taulako aldaketek eragina izateko"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Aukeratu formateatu nahi dituzun partizioak"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Bloke txarrak egiaztatu?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Partizioak formateatzen"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "%s fitxategia sortzen eta formateatzen"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Ez dago nahikoa swap instalazioa burutzeko, gehitu egin beharko duzu"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Pakete erabilgarriak bilatzen"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Bertsio-berritzeko paketeak bilatzen"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Zure sistemak ez du nahikoa leku instalatzeko edo bertsio-berritzeko (%d > %"
-"d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Osoa (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Gutxienekoa (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Gomendatua (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Aukeratu pakete-hautapena disketean kargatzea edo gordetzea.\n"
-"Formatua instalazio automatikoa egiteko sortutako disketeena bezalakoa da."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Disketetik kargatu"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Disketetik kargatzen"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Pakete-hautapena"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Sartu pakete-hautapena daukan diskete bat"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Gorde disketean"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Hautatutako tamaina handiagoa da leku erabilgarria baino"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Instalazio-mota"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Ez duzu talde edo paketerik hautatuta\n"
-"Nahi duzun gutxieneko instalazioa hautatu behar duzu"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Xrekin"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Oinarrizko dokumentazioarekin (gomendatua)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Instalazio minimo-minimoa (batez ere, urpmi gabe)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Beheko zerrendako CD guztiak badituzu, sakatu Ados.\n"
-"CD horietako bat ere ez baduzu, sakatu Utzi.\n"
-"CDetako batzuk soilik falta badituzu, desauta itzazu, eta sakatu Ados."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "\"%s\" etiketadun CDROMa"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Instalazioa prestatzen"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"%s paketea instalatzen\n"
-"%% %d"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Instalazio-ondorengo konfigurazioa"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Sartu abioko disketea %s unitatean"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Sartu moduluak eguneratzeko disketea %s unitatean"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Enkriptatzeko softwarea deskargatzeko aukera duzu orain.\n"
-"\n"
-"ABISUA:\n"
-"\n"
-"Software horiei aplika dakizkiekeen eta hainbat jurisdikziok ezartzen "
-"dituzten eskakizun \n"
-"orokor desberdinak direla eta, software horien bezeroek edo/eta azken "
-"erabiltzaileek \n"
-"segurtatu beharko dute beren jurisdikzioko legeek baimena ematen dutela "
-"softwareok \n"
-"deskargatzeko, biltegiratzeko edo/eta erabiltzeko.\n"
-"\n"
-"Gainera, bezeroek edo/eta azken erabiltzaileek bereziki arduratu behar dute "
-"beren\n"
-"jurisdikzioko legeak ez urratzeaz. Bezeroek edo/eta azken erabiltzaileek\n"
-"lege aplikagarri horiek xedatutakoa betetzen ez badute, zigor handiak "
-"jasoko\n"
-"dituzte.\n"
-"\n"
-"Ezein kasutan, Mandrakesoft-ek eta bere fabrikatzaileek edo/eta banatzaileek "
-"ez dute\n"
-"erantzukizunik izango bezeroak edo/eta azken erabiltzaileak kontratu hau\n"
-"sinatu ondoren eskuratutako softwareak erabiltzearen, edukitzearen edo \n"
-"deskargatze hutsaren ondorioz sortutako kalte berezi, zeharkako edo "
-"ustekabekoengatik \n"
-"(hala nola, irabaziak galtzea, lana etetea, datu komertzialak galtzea\n"
-"eta bestelako diru-galerak eta epai baten erabakiari jarraiki ordaindu\n"
-"beharreko erantzukizunak eta kalte-ordainak, besteak beste).\n"
-"\n"
-"\n"
-"Kontratu honi buruzko edozein kontsulta egiteko, jarri harremanetan\n"
-"Mandrakesoft, Inc.-ekin\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Banaketa erabilgarri izan ondoren kaleratutako pakete eguneratuak\n"
-"deskargatzeko aukera duzu.\n"
-"\n"
-"Segurtasun eta akatsen konponketak hartuko dituzu, baina Interneteko\n"
-"konexio bat behar duzu konfiguratuta, aurrera jarraitzeko.\n"
-"\n"
-"Eguneratze horiek instalatu nahi dituzu?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Mandrake Linux-en web gunearekin kontaktatzen ispiluen zerrenda lortzeko"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Aukeratu ispilu bat paketeak bertatik hartzeko"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Ispiluarekin kontaktatzen pakete erabilgarrien zerrenda lortzeko"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Zein da zure ordu-zona?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardwarearen ordua GMTn ezarria"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Ordu-sinkronizazio automatikoa (NTP erabiliz)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP Zerbitzaria"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Urruneko CUPS zerbitzaria"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Inprimagailurik ez"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "ISA soinu-txartela duzu?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Instalazioa egindakoan, exekutatu \"sndconfig\" soinu-txartela "
-"konfiguratzeko "
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Ez da soinu-txartelik detektatu. Instalazioa egin ondoren, saiatu \"harddrake"
-"\"rekin "
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Laburpena"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Sagua"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Ordu-zona"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Inprimagailua"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN txartela"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Soinu-txartela"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Telebista-txartela"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Fitxategi lokalak"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Ezarri root-aren pasahitza"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Pasahitzik ez"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Pasahitz hau sinpleegia da (gutxienez %d karaktere izan behar ditu)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentifikazioa"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP autentifikazioa"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP basea dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP Zerbitzaria"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS Autentifikazioa"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domeinua"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS zerbitzaria"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Abioko disko pertsonalizatuak Linux sistema abiarazteko aukera ematen du\n"
-"abioko kargatzaile normala erabili gabe. Baliagarria da zure sisteman SILO\n"
-"instalatu nahi ez baduzu, edo beste sistema eragile batek SILO kentzen badu, "
-"edo SILOk\n"
-"zure hardware-konfigurazioarekin funtzionatzen ez badu. Abioko disko "
-"pertsonalizatua Mandrake\n"
-"berreskuratzeko imajinarekin ere erabil daiteke, sistemaren hutsegite "
-"larriak\n"
-"errazago gainditu ahal izateko.\n"
-"\n"
-"Zure sistemarako abioko disko bat sortu nahi baduzu, sartu diskete bat "
-"lehen\n"
-"unitatean eta sakatu \"Ados\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Lehen diskete-unitatea"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Bigarren diskete-unitatea"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Saltatu"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Abioko disko pertsonalizatuak Linux sistema abiarazteko aukera ematen du\n"
-"abioko kargatzaile normala erabili gabe. Baliagarria da zure sisteman LILO "
-"(edo grub)\n"
-"instalatu nahi ez baduzu, edo beste sistema eragile batek LILO kentzen badu, "
-"edo LILOk\n"
-"zure hardware-konfigurazioarekin funtzionatzen ez badu. Abioko disko "
-"pertsonalizatua Mandrake\n"
-"berreskuratzeko imajinarekin ere erabil daiteke, sistemaren hutsegite "
-"larriak\n"
-"errazago gainditu ahal izateko.\n"
-"Zure sistemarako abioko disko bat sortu nahi duzu?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(KONTUZ! XFS erabiltzen ari zara erroko partizioan,\n"
-"abioko diskoa 1,44 Mb-ko disketean sortzeak huts egingo du\n"
-"seguru asko, XFSk oso kontrolatzaile handia behar duelako)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Ez dago diskete-unitate erabilgarririk"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Aukeratu abioko diskoa egiteko erabili nahi duzun diskete-unitatea"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Sartu diskete bat %s unitatean"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Abioko disketea sortzen"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Abioko kargatzailea prestatzen"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Badirudi makina zaharra edo ezezaguna duzula,\n"
-"yaboot abioko kargatzaileak ez du funtzionatuko.\n"
-"Instalazioak jarraitu egingo du, baina\n"
-"BootX erabili beharko duzu makina abiarazteko"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "aboot erabili nahi duzu?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Errorea aboot instalatzean, \n"
-"instalazioa ezartzen saiatu lehen partizioa suntsitzen badu ere?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Abioko kargatzailea instalatzen"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Abioko kargatzailea instalatzeak huts egin du. Errore hau gertatu da:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Baliteke Open Firmware abioko gailua aldatu behar izatea\n"
-" abioko kargatzailea gaitzeko. Berrabiaraztean abioko kargatzailearen "
-"gonbita ez\n"
-" baduzu ikusten, eduki sakatuta Command-Option-O-F abiaraztean eta sartu:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Gero, idatzi: shut-down\n"
-"Hurrengo abiaraztean abioko kargatzailearen gonbita ikusi behar duzu."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Sartu diskete huts bat %s unitatean"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Auto-instalazioko disketea sortzen"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Urrats batzuk ez dira osatu.\n"
-"\n"
-"Ziur zaude orain irten nahi duzula?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Zorionak, instalazioa burutu da.\n"
-"Atera abioko diskoa eta sakatu itzulera-tekla berrabiarazteko.\n"
-"\n"
-"\n"
-"Mandrake Linux-en bertsio honetarako erabilgarri dauden konponbideen "
-"informaziorako,\n"
-"kontsultatu Erratak helbide honetan:\n"
-"\n"
-"\n"
-"http://www.mandrakelinux.com/.\n"
-"\n"
-"\n"
-"Zure sistema konfiguratzeko informazioa Mandrake-ren Erabiltzailearen \n"
-"Gida Ofizialeko instalatu ondorengo azalpenei buruzko kapituluan duzu."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Sortu auto-instalazioko disketea"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Auto-instalazioa erabat automatiza daiteke nahi izanez gero,\n"
-"kasu horretan, disko gogorra hartuko du!!\n"
-"(beste makina batean instalatzeko pentsatua da aukera hau).\n"
-"\n"
-"Beharbada nahiago izango duzu instalazioa errepikatzea.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatizatua"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Errepikatu"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Gorde pakete-hautapena"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux-en %s instalazioa"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> elementuz aldatzeko | <Zuriunea> hautatzeko | <F12> hurr. "
-"pantaila"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu falta da"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper falta da"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Aukeratu fitxategi bat"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Aurreratua"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Oinarrizkoa"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Itxaron"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informazioa"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Zabaldu zuhaitza"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Tolestu zuhaitza"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Txandakatu alfabetikoaren eta taldeka ordenatuaren artean"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Aukera okerra, saiatu berriro\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Zure aukera? (%s lehenetsia) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Zuk bete beharreko sarrerak:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Zure aukera? (0/1, lehenetsia `%s' da) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "`%s' botoia : %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Botoi honetan klik egin nahi duzu?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Zure aukera? (lehenetsia: `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Hainbat gauza dituzu aukeran (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Aukeratu editatu nahi duzun 10 barrutiko lehen zenbakia,\n"
-"edo sakatu Sartu, jarraitzeko.\n"
-"Zure aukera? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Kontuz, etiketa bat aldatu da:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Berriro bidali"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "txekiarra (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "alemana"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "espainiarra"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "finlandiarra"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "frantsesa"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "norvegiarra"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "poloniarra"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "errusiarra"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "suediarra"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Erresuma Batuko teklatua"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Estatu Batuetako teklatua"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "albaniarra"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "armeniarra (zaharra)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "armeniarra (idazmakina)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "armeniarra (fonetikoa)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "azerbaijandarra (latinoa)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "belgikarra"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "bulgariarra (fonetikoa)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "bulgariarra (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "brasildarra (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "bielorrusiarra"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "suitzarra (diseinu alemana)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "suitzarra (diseinu frantsesa)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "txekiarra (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "alemana (letra zaharkiturik ez)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "daniarra"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (Estatu Batuak)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (norvegiarra)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (suediarra)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "estoniarra"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "georgiarra (diseinu \"errusiarra\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "georgiarra (diseinu \"latinoa\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "grekoa"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "hungariarra"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "kroaziarra"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "israeldarra"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "israeldarra (fonetikoa)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "iraniarra"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "islandiarra"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "italiarra"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "japoniarra 106 tekla"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreako teklatua"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "latinamerikarra"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituaniako AZERTY (zaharra)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituaniako AZERTY (berria)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituaniako QWERTY \"ilara numerikoa\""
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituaniako QWERTY \"fonetikoa\""
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "letoniarra"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "mazedoniarra"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "holandarra"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "poloniarra (qwerty diseinua)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "poloniarra (qwertz diseinua)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "portugesa"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "kanadarra (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "errumaniarra (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "errumaniarra (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "errusiarra (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "esloveniarra"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "eslovakiarra (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "eslovakiarra (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "serbiarra (zirilikoa)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "tamila"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thailandiako teklatua"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajikistango teklatua"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "turkiarra (tradizionala \"F\" modeloa)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "turkiarra (modernoa \"Q\" modeloa)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ukrainarra"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Estatu Batuetako teklatua (nazioartekoa)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "vietnamdarra QWERTY \"ilara numerikoa\""
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "jugoslaviarra (latinoa)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Eskuineko Alt tekla"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Bi Maius teklak batera"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Kontrol eta Maius teklak batera"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "BlokMaius tekla"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ktrl eta Alt teklak batera"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt eta Maius teklak batera"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "\"Menu\" tekla"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Ezkerreko \"Windows\" tekla"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Eskuineko \"Windows\" tekla"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "%s muntaketa zirkularrak\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Kendu bolumen logikoak lehendabizi\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr "PCMCIA euskarririk ez dago 2.2 nukleoentzat. Erabili 2.4 nukleoa."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Sagua"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Gurpildun PS2 sagu generikoa"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking sagua"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 botoi"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "2 botoiko sagu generikoa"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generikoa"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Gurpila"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriekoa"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "3 botoiko sagu generikoa"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech sagua (seriekoa, C7 mota zaharrekoa)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bus-sagua"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 botoi"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botoi"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "bat ere ez"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Sagurik gabe"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Probatu sagua"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Sagua aktibatzeko,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MUGITU GURPILA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Amaitu"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Hurrengoa ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Aurrekoa"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Zuzena da?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Konektatu Internetekin"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"adsl-rekin konektatzeko modurik ohikoena pppoe da.\n"
-"Konexio batzuek pptp erabiltzen dute, bakan batzuek dhcp.\n"
-"Ez badakizu, aukeratu 'erabili pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "erabili dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "erabili pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "erabili pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Zein dhcp bezero erabili nahi duzu?\n"
-"Lehenetsia dhcpcd da"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Zure sisteman ez da ethernet sare-moldagailurik detektatu.\n"
-"Ezin dut konexio-mota hau konfiguratu."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Aukeratu sare-interfazea"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Aukeratu zein sare-moldagailu erabili nahi duzun Internetera konektatzeko"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "ez da sare-txartelik aurkitu"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Sarea konfiguratzen"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Sartu zure ostalari-izena, baldin badakizu.\n"
-"DHCP zerbitzari batzuek ostalari-izena behar dute funtzionatzeko.\n"
-"Ostalari-izenak osoa izan behar du, erabat kualifikatua,\n"
-"esate baterako, ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Ostalari-izena"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Sarea konfiguratzeko morroia"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Kanpoko ISDN modema"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Barneko ISDN txartela"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Nolakoa da zure ISDN konexioa?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Zein ISDN konfigurazio duzu nahiago?\n"
-"\n"
-"* Konfigurazio zaharrak isdn4net erabiltzen du. Tresna ahaltsuak\n"
-" dauzka, baina korapilatsua da konfiguratzeko, eta ez da estandarra.\n"
-"\n"
-"* Konfigurazio berria errazagoa da ulertzeko, estandarragoa,\n"
-" baina tresna gutxiago ditu.\n"
-"\n"
-"Konfigurazio erraza gomendatzen dugu.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Konfigurazio berria (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Konfigurazio zaharra (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN konfigurazioa"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Hautatu hornitzailea.\n"
-" Zerrendan ez badago, aukeratu Zerrendatu gabe"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europako protokoloa"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Europako protokoloa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Munduko gainerako protokoloa"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Munduko gainerako protokoloa \n"
-" D kanalik ez (linea alokatuak)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Zein protokolo erabili nahi duzu?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Nolako txartela duzu?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ez dakit"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"ISA txartela baduzu, hurrengo pantailako balioek zuzenak izan behar dute.\n"
-"\n"
-"PCMCIA txartela baduzu, txartelaren irq eta io jakin behar dituzu.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Abortatu"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Jarraitu"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Zein da zure ISDN txartela?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"ISDN PCI txartel bat detektatu dut, baina ez dakit zein motatakoa den. "
-"Hautatu PCI txartel bat hurrengo pantailan."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Ez da ISDN PCI txartelik aurkitu. Hautatu bat hurrengo pantailan."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Aukeratu modema konektatuta dagoen serieko ataka."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Telefonoz deitzeko aukerak"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Konexio-izena"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefono-zenbakia"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Saio-hasierako ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Script-ean oinarritua"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminalean oinarritua"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domeinu-izena:"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Lehen DNS zerbitzaria (aukerakoa)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Bigarren DNS zerbitzaria (aukerakoa)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Deskonektatu egin zaitezke edo konexioa birkonfiguratu."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Konexioa birkonfigura dezakezu."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Orain Internetekin konektatuta zaude."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Internetekin konekta zaitezke, edo konexioa birkonfiguratu."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Orain ez zaude Internetekin konektatuta."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Konektatu"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Deskonektatu"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Konfiguratu konexioa"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Interneteko konexioa eta konfigurazioa"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "%s konexioa konfiguratuko dugu orain."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"%s konexioa konfiguratuko dugu orain.\n"
-"\n"
-"\n"
-"Jarraitzeko, sakatu Ados."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Sare-konfigurazioa"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Sare-instalazioa egiten ari zarenez, zure sarea konfiguratuta dago jadanik.\n"
-"Hautatu Ados zure konfigurazioa mantentzeko, edo hautatu Utzi Internet eta "
-"Sare-konexioa birkonfiguratzeko.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Ongi etorri Sarea konfiguratzeko morroira\n"
-"\n"
-"Zure Internet/sare-konexioa konfiguratzera goaz.\n"
-"Ez baduzu auto-detekzioa erabili nahi, desautatu kontrol-laukia.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Aukeratu konfiguratzeko profila"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Erabili auto-detekzioa"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Gailuak detektatzen..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Modem-konexio normala"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "%s atakan detektatua"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN konexioa"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s detektatua"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL konexioa"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "%s interfazean detektatua"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kable-konexioa"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "kable bidezko konexioa detektatu da"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Sare lokaleko konexioa (LAN)"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet txartela(k) detektatuta"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Aukeratu konfiguratu nahi duzun konexioa"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Internetera konektatzeko modu bat baino gehiago konfiguratu duzu.\n"
-"Aukeratu erabili nahi duzuna.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Interneteko konexioa"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Abioan hasi nahi duzu konexioa?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Sare-konfigurazioa"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Sarea berrabiarazi egin behar da"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Arazo bat izan da sarea berrabiaraztean: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Zorionak, sarearen eta Interneten konfigurazioa amaitu da.\n"
-"\n"
-"Konfigurazioa zure sistemari aplikatuko zaio orain.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Ondoren, zure X ingurunea berrabiaraztea gomendatzen dugu,\n"
-"ostalari-izena aldatzearen arazoa saihesteko."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Arazoak izan dira konfigurazioan zehar.\n"
-"Probatu konexioa net_monitor edo mcc bidez. Konexioak funtzionatzen ez badu, "
-"konfigurazioa berrabiarazi beharko duzu"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ABISUA: Gailu hau Internetera konektatzeko konfiguratu da aldez aurretik.\n"
-"Gailu hau konfiguratuta mantentzeko, onartu, besterik gabe.\n"
-"Ondoko eremuak aldatzen badituzu konfigurazio hau gainidatziko da."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Sartu makina honen IP konfigurazioa.\n"
-"Elementu bakoitza IP helbide gisa sartu behar da puntuz\n"
-"bereizitako zenbakizko notazioan (adibidez, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Sareko %s gailua konfiguratzen"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (%s kontrolatzailea)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP helbidea"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Sare-maskara"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP automatikoa"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP helbideak 1.2.3.4 formatua izan behar du"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Sartu zure ostalari-izena.\n"
-"Ostalari-izenak osoa izan behar du, erabat kualifikatua,\n"
-"esate baterako, ``mybox.mylab.myco.com''.\n"
-"Atebidearen IP helbidea ere sar dezakezu, baldin baduzu"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS zerbitzaria"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Atebidea (adib. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Atebide-gailua"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxy-en konfigurazioa"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy-a"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy-a"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Sare-txartelaren identifikazioa (eramangarrientzat baliagarria)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy-ak http://... izan behar du"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy-ak ftp://... izan behar du"
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Interneteko konfigurazioa"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Internetera orain konektatu nahi duzu?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Konexioa probatzen..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sistema Internetera konektatuta dago orain."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Segurtasun-arrazoiengatik, deskonektatu egingo da orain."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Badirudi sistema ez dagoela Internetera konektatuta.\n"
-"Saiatu konexioa birkonfiguratzen."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konexioaren konfigurazioa"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Bete edo egiaztatu ondoko eremua"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Txartelaren IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Txartelaren mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Txartelaren S/I"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Txartelaren S/I_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Txartelaren S/I_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Zure telefono-zenbakia"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Hornitzailearen izena (adib. hornitzailea.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Hornitzailearen telefono-zenbakia"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Hornitzailearen dns 1 (aukerakoa)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Hornitzailearen dns 2 (aukerakoa)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Aukeratu zure herrialdea edo estatua"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Markatzeko modua"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Konexioaren abiadura"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Konexioaren denbora-muga (segundotan)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Kontuaren identifikatzailea (erabiltzaile-izena)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Kontuaren pasahitza"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "muntatzeak huts egin du: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partizio hedatua ez da plataforma honetan onartzen"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Hutsune bat duzu partizio-taulan baina ezin dut erabili.\n"
-"Irtenbide bakarra lehen mailako partizioak mugitzea da, hutsunea partizio "
-"hedatuen ondoren gera dadin"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Huts egin du %s fitxategitik leheneratzean: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Babeskopia txarra"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Errorea %s fitxategian idaztean"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Okerren bat gertatzen ari da zure unitatean. \n"
-"Datuen osotasuna egiaztatzeko probak huts egin du. \n"
-"Horrek esan nahi du, diskoan ezer idazten bada, zaborra sortuko dela ausaz"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "ezinbestekoa"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "garrantzitsua"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "oso baliagarria"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "baliagarria"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "beharbada"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Belaunaldi berrikoa"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue (Inprimatu, ez egon ilaran)"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Inprimagailu lokala"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Urruneko inprimagailua"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Urruneko CUPS zerbitzariko inprimagailua"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Urruneko lpd zerbitzariko inprimagailua"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Sareko inprimagailua (TCP/socket-a)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT zerbitzariko inprimagailua"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "NetWare zerbitzariko inprimagailua"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Adierazi inprimagailuaren URI bat"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Kanalizatu lana komando batean"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Modelo ezezaguna"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Inprimagailu lokalak"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Urruneko inprimagailuak"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " - \\/*%s ataka paraleloan"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", \\/*%s USB inprimagailua"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", funtzio anitzeko gailua \\/*%s ataka paraleloan"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", funtzio anitzeko gailua - USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", funtzio anitzeko gailua - HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", funtzio anitzeko gailua"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", %s(e)n inprimatzean"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr " - \"%s\" LPD zerbitzaria, \"%s\" inprimagailua"
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", \"%s\" TCP/IP ostalaria, %s ataka"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr " - \"%s\" Windows zerbitzaria, \"%s\" konpartitzea"
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr " - \"%s\" Novell zerbitzaria, \"%s\" inprimagailua"
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", %s komandoaren bidez"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Inprimagailu gordina (kontrolatzailerik ez)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(%s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(makina honetan)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "\"%s\" CUPS zerbitzarian"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (lehenetsia)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Hautatu inprimagailu-konexioa"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Nola dago konektatuta inprimagailua?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Urruneko CUPS zerbitzariko inprimagailuak ez dituzu hemen konfiguratu behar; "
-"horrelako inprimagailuak automatikoki detektatuko dira."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPSen konfigurazioa"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Zehaztu CUPS zerbitzaria"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Sare lokaleko urruneko CUPS zerbitzarietarako sarbidea izateko, ez daukazu "
-"ezer konfiguratu beharrik; CUPS zerbitzariek automatikoki emango diote zure "
-"makinari beren inprimagailuen berri. Zure makinak ezagutzen dituen "
-"inprimagailu guztiak Printerdrake-ren leiho nagusiko \"Urruneko "
-"inprimagailuak\" ataleko zerrendan daude. CUPS zerbitzaria zure sarelokalean "
-"ez badago, CUPS zerbitzariaren IP helbidea eman behar duzu, eta nahi baduzu "
-"atakaren zenbakia, zerbitzaritik inprimagailuaren informazioa eskuratzeko; "
-"bestela, utzi eremu hauek hutsik."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalean, CUPS automatikoki konfiguratzen da sare-ingurunearen\n"
-"arabera, sare lokaleko CUPS zerbitzarietako inprimagailuetara\n"
-"iritsi ahal izan zaitezen. Horrek ez badu ondo funtzionatzen, \n"
-"desaktibatu \"CUPS konfigurazio automatikoa\" eta editatu\n"
-"/etc/cups/cupsd.conf fitxategia eskuz. Ez ahaztu gero CUPS\n"
-"berrabiaraztea (komandoa: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP helbideak honelako itxura izan behar du: 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Ataka-zenbakiak osoko zenbakia izan behar du!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS zerbitzariaren IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Ataka"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "CUPS konfigurazio automatikoa"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Gailuak detektatzen..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Probatu atakak"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Gehitu inprimagailu berria"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Ongi etorri inprimagailua instalatzeko morroira\n"
-"\n"
-"Morroi honen bidez, ordenagailuan erabil daitezkeen inprimagailu urruneko "
-"edo lokalak instalatzeko laguntza jasoko duzu, baita saretik instalatzeko "
-"ere.\n"
-"\n"
-"Inprimagailua instalatzeko behar duen informazioa eskatuko dizu eta "
-"inprimagailu-kontrolatzaile, kontrolatzaile-aukera eta konexio-mota "
-"erabilgarri guztiak jarriko ditu zure esku."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Inprimagailu lokala"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Ongi etorri inprimagailuak instalatzeko morroira\n"
-"\n"
-"Morroi honen bidez, ordenagailuarekin konektatutako inprimagailuak "
-"instalatzeko laguntza jasoko duzu.\n"
-"\n"
-"Konektatu inprimagailua ordenagailuarekin eta piztu ezazu. Aurrera "
-"jarraitzeko, egin klik \"Hurrengoa\"n, eta instalazioa bertan behera uzteko "
-"egin klik \"Utzi\"n .\n"
-"\n"
-"Ordenagailu batzuk kraskatu egin daitezke inprimagailuen auto-detekzioan, "
-"desaktibatu \"Automatikoki detektatu inprimagailuak\", auto-detekzioa ez "
-"erabiltzeko. Erabili \"Aditu modua\" PrinterDrake-n, urruneko inprimagailu "
-"batean inprimatzea konfiguratu nahi baduzu eta zerrendan agertzen ez bada."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Automatikoki detektatu inprimagailuak"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Zorionak, inprimagailua instalatuta eta konfiguratuta duzu!\n"
-"\n"
-"Inprimatzeko, aplikazioko \"Inprimatu\" komandoa erabil dezakezu (normalean "
-"\"Fitxategia\" menuan izan ohi da).\n"
-"\n"
-"Inprimagailu bat gehitu, kendu, edo izenez aldatu nahi baduzu, edo ezarpen "
-"lehenetsiak (paper-iturria, inprimatze-kalitatea...) aldatu nahi badituzu, "
-"hautatu \"Inprimagailua\" Mandrake Kontrol Zentroko \"Hardwarea\" atalean."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Inprimagailuen detekzio automatikoa"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake-k lokalki konektatutako paraleloko edo USB inprimagailuak "
-"detekta ditzake automatikoki, baina sistema batzuetan auto-detekzioak "
-"BLOKEATU ETA HONDATU EGIN DITZAKE FITXATEGI-SISTEMAK! Beraz, ZUREA DA "
-"ARRISKUAREN ARDURA!\n"
-"\n"
-"Inprimagailuak automatikoki detektatu nahi dituzu?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Egin auto-detekzioa"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Ezarri inprimagailua eskuz"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "%s detektatua"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "\\/*%s ataka paraleloko inprimagailua"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "\\/*%s USB inprimagailua"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Ez da inprimagailu lokalik aurkitu! Inprimagailua eskuz instalatzeko, idatzi/"
-"gailu/fitxategi izena (Ataka paraleloak: /dev/lp0, /dev/lp1, ..., "
-"baliokideak dira LPT1:, LPT2:..., lehen USB inprimagailua: /dev/usb/lp0, "
-"bigarren USB inprimagailua: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Gailua edo fitxategi-izena adierazi behar duzu!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Ez da inprimagailu lokalik aurkitu!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Sareko inprimagailuak soilik instalazioaren ondoren instala daitezke. "
-"Hautatu \"Hardwarea\" eta gero \"Inprimagailuak\" Mandrake Kontrol Zentroan."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Sareko inprimagailuak inprimatzeko, hautatu \"Utzi\", hautatu \"Aditu modua"
-"\", eta egin klik \"Gehitu inprimagailu berria\" aukeran berriro."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Inprimagailu hau detektatu da automatikoki, zuk konfiguratu nahi duzuna ez "
-"bada, idatzi gailuaren izena/fitxategi-izena"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Automatikoki detektatutako inprimagailuen zerrenda da hau. Hautatu "
-"konfiguratu nahi duzuna edo idatzi gailuaren izena/fitxategi-izena"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Inprimagailu hau detektatu da automatikoki. Inprimagailuaren konfigurazioa "
-"automatikoki egingo da. Inprimagailua ondo detektatu ez bada edo nahiago "
-"baduzu konfigurazio pertsonalizatua, aldatu \"Eskuzko konfigurazioa"
-"\"aukerara."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Automatikoki detektatutako inprimagailuen zerrenda da hau. Hautatu "
-"konfiguratu nahi duzuna. . Inprimagailuaren konfigurazioa zeharo "
-"automatikoki egingo da. Inprimagailua ondo detektatu ez bada edo nahiago "
-"baduzu konfigurazio pertsonalizatua, hautatu \"Eskuzko konfigurazioa\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Hautatu inprimagailua konektatuta dagoen ataka edo idatzi gailuaren izena/"
-"fitxategi-izena"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Aukeratu inprimagailua konektatuta dagoen ataka."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Ataka paraleloak: /dev/lp0, /dev/lp1..., baliokideak dira LPT1:, LPT2:..., "
-"lehen USB inprimagailua: /dev/usb/lp0, 2. USB inprimagailua: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Inprimagailua/gailua aukeratu/adierazi behar duzu!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Eskuzko konfigurazioa"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Zure inprimagailua funtzio anitzeko HP gailua da (OfficeJet, PSC, "
-"PhotoSmart, LaserJet 1100/1200/1220/3200/3300 eskanerrarekin)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "HPOJ paketea instalatzen..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Gailua egiaztatzen eta HPOJ konfiguratzen..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "SANE paketea instalatzen..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Funtzio anitzeko HP gailuan eskaneatzen"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Inprimagailu-ataka CUPSerako erabilgarri egiten..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Inprimagailuaren datu-basea irakurtzen..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Urruneko lpd inprimagailuaren aukerak"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Urruneko lpd inprimagailua erabiltzeko, inprimagailu-zerbitzariaren "
-"ostalari-\n"
-"izena eta zerbitzari horretako inprimagailu-izena eman behar dituzu."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Urruneko ostalari-izena"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Urruneko inprimagailu-izena"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Urruneko ostalari izena falta da!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Urruneko inprimagailu-izena falta da!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) inprimagailuaren aukerak"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"SMB inprimagailuan inprimatzeko, SMB ostalari-izena eman behar duzu (Oharra! "
-"Baliteke TCP/IP ostalari-izena desberdina izatea!) eta beharbada inprimaketa-"
-"zerbitzariaren IP helbidea eta baita atzitu nahi duzun inprimagailuaren "
-"konpartitze-izena eta erabiltzaile-izenak, pasahitzak eta lantalde-"
-"informazioa ere."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB zerbitzariaren ostalaria"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB zerbitzariaren IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Konpartitze-izena"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Lantaldea"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Zerbitzari-izena edo zerbitzariaren IP eman behar da!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Samba konpartitze-izena falta da!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare inprimagailuaren aukerak"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"NetWare inprimagailuan inprimatzeko, NetWare inprimaketa-zerbitzariaren "
-"izena eman behar duzu (Oharra! baliteke bere TCP/IP ostalari-izena "
-"desberdina izatea!) eta baita atzitu nahi duzun inprimagailuaren inprimaketa-"
-"ilararen izena eta erabiltzaile-izenak eta pasahitzak ere."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Inprimagailu-zerbitzaria"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Inprimaketa-ilararen izena"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP zerbitzari-izena falta da!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP ilara-izena falta da!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Socket inprimagailuaren aukerak"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Socket inprimagailuan inprimatzeko, inprimagailuaren ostalari-izena\n"
-"eman behar duzu eta, nahi baduzu, ataka-zenbakia. HP JetDirect "
-"zerbitzarietan ataka-zenbakia normalki 9100 izaten da, beste zerbitzari "
-"batzuetan aldatu egin daiteke. Begiratu zure hardwarearen eskuliburuan."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Inprimagailuaren ostalari-izena"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Inprimagailuaren ostalari izena falta da!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Inprimagailuaren URIa"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Inprimagailua atzitzeko URIa zuzenean zehatz dezakezu. URIak CUPS edo "
-"Foomatic zehaztapenak bete behar ditu. Kontuan izan spooler guztiek ez "
-"dituztela URI mota guztiak onartzen."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Baliozko URI bat sartu behar da!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Inprimagailu bakoitzak izen bat behar du (adibidez \"inprimagailua\"). "
-"Azalpenaren eta Kokalekuaren eremuak ez dira nahitaez bete behar. "
-"Erabiltzaileentzako iruzkinak dira."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Inprimagailuaren izena"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Azalpena"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Kokalekua"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Inprimagailuaren datu-basea prestatzen..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Zure inprimagailu-modeloa"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake-k inprimagailua auto-detektatzean lortutako modelo-izena "
-"inprimagailuen datu-basean dituen modeloekin konparatu du, egokiena "
-"aurkitzeko. Aukera okerrekoa izan daiteke, batez ere zure inprimagailua ez "
-"bada azaltzen datu-baseko zerrendan. Beraz, begiratu aukera egokia den eta, "
-"hala bada, egin klik \"Modeloa zuzena da\"n, bestela, egin klik \"Hautatu "
-"modeloa eskuz\"en hurrengo pantailara joan eta modeloa eskuz hautatzeko.\n"
-"\n"
-"Hau aurkitu du Printerdrake-k zure inprimagailuarentzat:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Modeloa zuzena da"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Hautatu modeloa eskuz"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Inprimagailu-modeloaren hautapena"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Zein inprimagailu-modelo daukazu?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Begiratu Printerdrake-k ondo detektatu duen automatikoki zure inprimagailu-"
-"modeloa. Bilatu modelo egokia zerrendan kurtsorea okerreko modeloan edo "
-"\"Inprimagailu gordinean\" badago."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Zure inprimagailua ez badago zerrendan, aukeratu bateragarria (ikus "
-"inprimagailuaren eskuliburua) edo antzekoa den bat "
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI winprinter-en konfigurazioa"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"OKI laser winprinter inprimagailua konfiguratzen ari zara. Inprimagailu "
-"horiek oso komunikazio-protokolo berezia erabiltzen dute eta beraz "
-"paraleloko lehen atakara konektatuta soilik funtzionatzen dute. "
-"Inprimagailua beste ataka batera edo inprimaketa-zerbitzari batera "
-"konektatuta badago, konektatu inprimagailua paraleloko lehen atakarekin "
-"probako orria inprimatu aurretik. Bestela, inprimagailuak ez du "
-"funtzionatuko. Zure konexio-motaren ezarpena ez du kontuan hartuko "
-"kontrolatzaileak."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjet inprimagailuaren konfigurazioa"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Lexmark-en Inkjet inprimagailu-kontrolatzaileek inprimagailu lokalak soilik "
-"onartzen dituzte, ez urruneko makinetako inprimagailuak edo inprimaketa-"
-"zerbitzariak. Konektatu zure inprimagailua ataka lokal batera edo konfigura "
-"ezazu konektatuta dagoen makinan."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Lexmark inkjet-ekin eta konfigurazio honekin inprimatu ahal , izateko, "
-"Lexmark-ek emandako inkjet inprimagailu-kontrolatzaileak behar dituzu "
-"(http://www.lexmark.com/). Joan Estatu Batuetako gunera eta egin klik "
-"\"Drivers\" botoian. Gero aukeratu modeloa eta ondoren \"Linux\" sistema "
-"eragile gisa. Kontrolatzaileak RPM pakete gisa edo instalazio grafiko "
-"interaktiboa duten shell script gisa egoten dira. Ez da beharrezkoa "
-"konfigurazio hau interfaze grafikoen bidez egitea. Ezeztatu zuzenean "
-"lizentzia-kontratuaren ondoren. Gero inprimatu inprimatze-burua lerrokatzeko "
-"orriak \"lexmarkmaintain\"ekin eta doitu burua lerrokatzeko ezarpenak "
-"programa honekin."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Inprimagailuaren ezarpen lehenetsiak\n"
-"\n"
-"Ziurtatu orri-tamaina eta tinta-mota/inprimatzeko modua (erabilgarri badago)"
-"eta laser inprimagailuaren hardware-konfigurazioa zuzen ezarri direla. "
-"Kontuan hartu inprimatzeko kalitatea oso handia bada askoz mantsoago "
-"inprimatuko duela segurutik."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "%s aukerak osoko zenbakia izan behar du!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "%s aukerak zenbakia izan behar du!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "%s aukera barrutitik kanpo dago!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Inprimagailu hau (\"%s\")\n"
-"lehenetsi nahi duzu?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Proba-orriak"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Hautatu inprimatu nahi dituzun proba-orriak.\n"
-"Kontuan hartu: argazkien proba-orriak denbora asko behar izan dezake "
-"inprimatzeko, eta memoria gutxiko laser inprimagailuetan baliteke ez "
-"ateratzea ere. Gehienetan nahikoa izaten da proba-orri estandarra "
-"inprimatzea."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Proba-orririk ez"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Inprimatu"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Proba-orri estandarra"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Proba-orri alternatiboa (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Proba-orri alternatiboa (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Argazkien proba-orria"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Ez inprimatu proba-orririk"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Proba-orria(k) inprimatzen..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Proba-orria(k) inprimagailura bidali dira.\n"
-"Denbora pixka bat igaro liteke inprimatzen hasi arte.\n"
-"Inprimatze-egoera:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Proba-orria(k) inprimagailura bidali dira.\n"
-"Denbora pixka bat igaro liteke inprimatzen hasi arte.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Ongi egin du?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Inprimagailu \"gordina\""
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, \"%s "
-"<fitxategia>\" komandoa edo inprimatze-tresna grafiko bat erabil dezakezu: "
-"\"xpp <fitxategia>\" edo \"kprinter <fitxategia>\". Tresna grafikoak "
-"inprimagailua hautatzeko eta aukeren ezarpenak erraz aldatzeko erabiltzen "
-"dira.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Komando horiek aplikazio askotako inprimatze-elkarrizketetako \"Inprimatzeko "
-"komandoa\" eremuan erabil ditzakezu ere, baina hor ez eman fitxategi-izena, "
-"inprimatu behar den fitxategia aplikazioak ematen baitu.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"\"%s\" komandoaren bidez ere alda daitezke inprimatze-lan jakin baten aukera-"
-"ezarpenak. Gehitu nahi dituzun ezarpenak komando-lerroari, adib. \"%s "
-"<fitxategia>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Uneko inprimagailuak dituen aukerak ezagutzeko, irakurri ondoko zerrenda edo "
-"egin klik \"Inprimatzeko aukeren zerrenda\" botoian.%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Hemen duzu inprimagailu honen inprimatzeko aukeren zerrenda:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, erabili \"%s "
-"<fitxategia>\" komandoa.\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Komando hau aplikazio askotako inprimatze-elkarrizketetako \"Inprimatzeko "
-"komandoa\" eremuan ere erabil dezakezu. Baina hor ez eman fitxategi-izena, "
-"inprimatu behar den fitxategia aplikazioak ematen baitu.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Uneko inprimagailuaren aukera erabilgarrien zerrenda eskuratzeko, egin klik "
-"\"Inprimatzeko aukeren zerrenda\" botoian."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, erabili \"%s "
-"<fitxategia>\" komandoa edo \"%s <fitxategia>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"\"xpdq\" interfaze grafikoa ere erabil dezakezu aukerak ezartzeko eta "
-"inprimatze-lanak maneiatzeko.\n"
-"KDE erabiltzen baduzu mahaigaineko ingurune gisa, \"estualdi-botoi\" bat "
-"egongo da, \"GELDITU inprimagailua!\" dioena, eta inprimatze-lan guztiak "
-"berehala etengo ditu bertan klik egitean. Papera trabatzen denean eta "
-"horrelakoetan erabili ohi da.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"\"%s\" eta \"%s\" komandoen bidez inprimatze-lan baten aukera-ezarpenak alda "
-"daitezke. Aski da nahi diren ezarpenak komando-lerroan gehitzea, adib.: \"%s "
-"<fitxategia>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Itxi"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "\"%s\": inprimatzen/eskaneatzen"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "\"%s\" inprimagailuan inprimatzen"
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Inprimatzeko aukeren zerrenda"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Funtzio anitzeko HP gailua automatikoki konfiguratuta dago eskaneatzeko. "
-"Orain \"scanimage\"rekin eskanea dezakezu (\"scanimage -d hp:%s\" eskanerra "
-"zehazteko, bat baino gehiago badituzu) komando-lerrotik edo \"xscanimage\" "
-"edo \"xsane\" interfaze grafikoekin. GIMP erabiltzen baduzu, \"File\"/"
-"\"Acquire\" menuko puntu egokiaren bidez ere eskanea dezakezu. Informazio "
-"gehiago nahi baduzu, idatzi \"man scanimage\" eta \"man sane-hp\" komando-"
-"lerroan.\n"
-"\n"
-"Ez erabili \"scannerdrake\" gailu honekin!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Funtzio anitzeko HP gailua automatikoki konfiguratuta dago eskaneatzeko. "
-"Orain komando-lerrotik eskanea dezakezu \"ptal-hp %s scan ...\"ekin. Zure "
-"gailuak ez du onartzen interfaze grafikoaren edo GIMPen bidez eskaneatzea. "
-"Informazio gehiago, sistemako \"/usr/share/doc/hpoj-0.8/ptal-hp-scan.html\" "
-"fitxategian aurkituko duzu. HP LaserJet 1100 edo 1200 baldin baduzu, "
-"eskanerraren aukera instalatuta daukazunean bakarrik eskaneatu ahal izango "
-"duzu.\n"
-"\n"
-"Ez erabili \"scannerdrake\" gailu honekin!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Inprimagailu-datuak irakurtzen..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Transferitu inprimagailu-konfigurazioa"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"%s spooler-erako egin duzun inprimagailu-konfigurazioa %s spooler-era (uneko "
-"spooler-era) kopia dezakezu. Konfigurazio-datu guztiak (inprimagailuaren "
-"izena, azalpena, kokalekua, \n"
-"konexio-mota eta aukera-ezarpenak lehenetsiak) hartuko ditu, baina lanak ez "
-"dira transferituko.\n"
-"Ilara guztiak ezin dira transferitu, ondorengo arrazoiak direla eta:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPSek ez ditu onartzen Novell zerbitzarietako inprimagailuak edo datuak "
-"libre osatutako komando batean bidaltzen dituztenak.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQk inprimagailu lokalak, urruneko LPD inprimagailuak eta Socket/TCP "
-"inprimagailuak soilik onartzen ditu.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPDk eta LPRng-ek ez dute IPP inprimagailurik onartzen.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Gainera, programa honen edo \"foomatic-configure\"ren bidez sortu ez diren "
-"ilarak ezin dira transferitu."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Halaber, fabrikatzaileek emandako PPD fitxategiekin edo jatorrizko CUPS "
-"kontrolatzaileekin konfiguratutako inprimagailuak ezin dira transferitu."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Markatu transferitu nahi dituzun inprimagailuak eta sakatu\n"
-"\"Transferitu\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Ez transferitu inprimagailuak"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Transferitu"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"\"%s\" izeneko inprimagailu bat badago %s(e)n. \n"
-"Sakatu \"Transferitu\" gainidazteko.\n"
-"Beste izen bat idatz dezakezu, edo inprimagailu hori saltatu."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Inprimagailu-izenak letrak, zenbakiak eta azpimarra soilik eduki behar ditu"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"\"%s\" inprimagailua badago lehendik ere,\n"
-"bere konfigurazioa gainidatzi nahi duzu?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Inprimagailu-izen berria"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "%s transferitzen..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Zure lehengo inprimagailu lehenetsia (\"%s\") transferitu duzu, Inprimagailu "
-"lehenetsia izan behar du %s inprimatze-sistema berrian ere?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Inprimagailuaren datuak freskatzen..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Urruneko inprimagailu baten konfigurazioa"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Sarea abiarazten ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Konfiguratu sarea orain"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Sare-funtzionalitatea ez dago konfiguratuta"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Urruneko inprimagailu bat konfiguratzera zoaz. Sarerako sarbidea behar duzu "
-"horretarako, baina sarea konfiguratu gabe dago. Aurrera jarraitzen baduzu "
-"sarea konfiguratu gabe, ezin izango duzu orain konfiguratzen ari zaren "
-"inprimagailua erabili. Zer egin nahi duzu?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Jarraitu sarea konfiguratu gabe"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Instalazioan egindako sare-konfigurazioa ezin da abiarazi orain. "
-"Berrabiarazi sistema eta begiratu ea sarean sartzen zaren eta, ondoren, "
-"zuzendu konfigurazioa Mandrake Kontrol Zentroko \"Sarea eta Internet\"/"
-"\"Konexioa\" atalean, eta gero konfiguratu inprimagailua, Mandrake Kontrol "
-"Zentroan bertan, \"Hardwarea\"/\"Inprimagailua\" atalean."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Sarerako sarbidea ez dago martxan eta ezin da abiarazi. Begiratu "
-"konfigurazioa eta hardwarea ondo dauden. Gero saiatu berriro urruneko "
-"inprimagailua konfiguratzen."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Inprimatze-sistema berrabiarazten ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "handia"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoidea"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Inprimatze-sisteman segurtasun-maila %s instalatzen"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"%s inprimatze-sistema segurtasun-maila %sn dabilen sisteman instalatzera "
-"zoaz.\n"
-"\n"
-"Inprimatze-sistema honek inprimatze-lanei itxaroteko eta lanak maneiatzeko "
-"daemon (atzeko planoko prozesu) bat exekutatzen du. Daemon hori urruneko "
-"makinek ere atzitu dezakete sarearen bitartez eta hala, erasoak jasateko "
-"gunea izan daiteke. Beraz, daemon hautatu bakan batzuk besterik ez dira "
-"abiarazten lehenespenez segurtasun-maila honetan.\n"
-"\n"
-"Makina honetan konfiguratu nahi duzu inprimaketa?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Abioan inprimatze-sistema abiarazi"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"(%s) inprimatze-sistema ez da automatikoki hasiko makina abiarazten denean.\n"
-"\n"
-"Baliteke abiarazte automatikoa desaktibatuta egotea segurtasun-maila "
-"handiagora aldatu delako, eta inprimatze-sistema eraso-gune potentziala "
-"delako.\n"
-"\n"
-"Inprimatze-sistema automatikoki hastea berriro aktibatu nahi duzu?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Instalatutako softwarea egiaztatzen..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "LPRng kentzen..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "LPD kentzen..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Hautatu inprimagailuaren spooler-a"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Zein inprimatze-sistema (spooler) erabili nahi duzu?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "\"%s\" inprimagailua konfiguratzen..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Foomatic instalatzen ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Inprimagailuaren aukerak"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "PrinterDrake prestatzen..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Aplikazioak konfiguratzen..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Inprimaketa konfiguratu nahi duzu?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Inprimatze-sistema: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Ondoko inprimagailuak daude konfiguratuta. Egin klik bikoitza inprimagailu "
-"batean ezarpenak aldatzeko; inprimagailua lehenesteko; informazioa ikusteko; "
-"edo urruneko CUPS zerbitzari bateko inprimagailu bat Star Office/OpenOffice."
-"org-rentzat erabilgarri egiteko."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Ondoko inprimagailuak daude konfiguratuta. Ezarpenak aldatzeko, inprimagailu "
-"bat lehenesteko edo informazioa ikusteko, egin klik bikoitza inprimagailu "
-"batean."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Freskatu inprimagailu-zerrenda (urruneko CUPS inprimagailuak ikusteko)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Aldatu inprimatzeko sistema"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modu normala"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Beste inprimagailu bat konfiguratu nahi duzu?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Aldatu inprimagailuaren konfigurazioa"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"%s inprimagailua\n"
-"Zer da inprimagailu honetan aldatu nahi duzuna?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Egin!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Inprimagailuaren konexio-mota"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Inprimagailuaren izena, azalpena, kokalekua"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Inprimagailuaren fabrikatzailea, modeloa, kontrolatzailea"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Inprimagailuaren fabrikatzailea, modeloa"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Ezarri inprimagailu hau lehenetsi gisa"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Gehitu inprimagailu hau Star Office/OpenOffice.org-n"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Kendu inprimagailu hau Star Office/OpenOffice.org-tik"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Inprimatu proba-orriak"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Ikasi inprimagailua erabiltzen"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Kendu inprimagailua"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "\"%s\" inprimagailu zaharra kentzen..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Inprimagailu lehenetsia"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "\"%s\" inprimagailua lehenetsi gisa ezarri da orain."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Star Office/OpenOffice.org-n inprimagailua gehitzen"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-"\"%s\" inprimagailua behar bezala gehitu da Star Office/OpenOffice.org-n."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-"Huts egin du \"%s\" inprimagailua Star Office/OpenOffice.org-n gehitzean."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Inprimagailua Star Office/OpenOffice.org-tik kentzen"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"\"%s\" inprimagailua behar bezala kendu da Star Office/OpenOffice.org-tik."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-"Huts egin du \"%s\" inprimagailua Star Office/OpenOffice.org-tik kentzean."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "\"%s\" inprimagailua kendu nahi duzu?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "\"%s\" inprimagailua kentzen..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxy-konfigurazioa"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Ongi etorri proxy-a konfiguratzeko utilitatera.\n"
-"\n"
-"Hemen zure http eta ftp proxy-ak konfiguratu ahal izango\n"
-"dituzu, erabiltzaile-izenarekin eta pasahitzarekin edo gabe.\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Bete http proxy-aren datuak\n"
-"Utzi hutsik ez baduzu http proxy-rik nahi"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URLa"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "ataka"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URLaren hasieran 'http:' jarri behar du"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Atakaren zatiak zenbakizkoa izan behar du"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Bete ftp proxy-aren datuak\n"
-"Utzi hutsik ez baduzu ftp proxy-rik nahi"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URLaren hasieran 'ftp:' jarri behar du"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Sartu proxy-aren erabiltzaile-izena eta pasahitza, baldin badago.\n"
-"Utzi hutsik ez baduzu erabiltzaile-izen/pasahitzik nahi"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "erabiltzaile-izena"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "pasahitza"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "idatzi pasahitza berriro"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Pasahitzak ez datoz bat. Saiatu berriro!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ezin zaio partizio bat gehitu RAID md%d-ri (formateatuta dago)"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ezin da %s fitxategia idatzi"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid-ek huts egin du"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid-ek huts egin du (beharbada raid-tresnak faltako dira?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ez dago nahikoa partizio %d RAID mailarako\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Abiarazi ALSA (Advanced Linux Sound Architecture) soinu-sistema"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, komando-antolatzaile periodikoa."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd bateriaren egoera kontrolatzeko eta syslog-en jasotzeko erabiltzen\n"
-"da. Bateria gutxi dagoenean makina itzaltzeko ere erabil daiteke."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"at komandoaren bidez programatutako komandoak exekutatzen ditu at \n"
-"exekutatzean zehaztutako orduan, eta batch komandoak exekutatzen ditu \n"
-"batezbesteko karga nahikoa baxua denean."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron UNIX programa estandar bat da, erabiltzaileak zehaztutako programak\n"
-"programatutako orduan exekutatzen dituena. vixie cron-ek hainbat eginbide \n"
-"gehitzen dizkio oinarrizko UNIX cron-i, hala nola segurtasun hobea eta "
-"konfigurazio-aukera ahaltsuagoak."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPMk saguaren euskarria gehitzen die Midnight Commander bezalako\n"
-"testuan oinarritutako Linux aplikazioei. Halaber kontsolan saguaren bidez "
-"ebaki eta itsasteko aukera ematen du eta laster-menuen euskarria eransten du."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake-k hardware-proba bat exekutatzen du eta nahi izanez \n"
-"gero hardware berria/aldatua konfiguratzen du."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache World Wide Web-eko zerbitzari bat da. HTML fitxategiak eta CGI "
-"zerbitzatzeko erabili ohi da."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Interneteko superzerbitzariaren daemon-ak (normalki inetd deitua) beste\n"
-"hainbat Internet-zerbitzu abiarazten ditu, behar izan ahala. Zerbitzu asko "
-"abiarazten ditu,\n"
-"hala nola telnet, ftp, rsh, eta rlogin. inetd desgaitzean bere ardurapeko\n"
-"zerbitzu guztiak desgaitzen dira."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Abiarazi Linux-nukleoen 2.2 serieko pakete-iragazketa, zure \n"
-"makina sareko erasoetatik babesteko suebaki bat ezartzeko."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Pakete honek hautatutako teklatu-mapa kargatzen du\n"
-"/etc/sysconfig/keyboard fitxategian ezarritakoaren arabera. kbdconfig "
-"utilitatearen bidez hauta daiteke teklatu-mapa.\n"
-"Zerbitzu hau gaituta uztea komeni da makina gehienetan."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Nukleoaren goiburukoaren birsortze automatikoa /boot-en\n"
-"honentzat: /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Hardwarea automatikoki detektatu eta konfiguratzea abioan."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf-ek batzuetan hainbat ataza egiten ditu abioan\n"
-"sistemaren konfigurazioa mantentzeko."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd inprimaketako daemon-a da. Beharrezkoa da lpr-k ondo funtziona\n"
-"dezan. Inprimatze-lanak inprimagailu(eta)ra esleitzen dituen zerbitzaria da."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux-en Zerbitzari Birtuala, performantzia handiko zerbitzari oso\n"
-"erabilgarria eraikitzeko erabiltzen da."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) domeinu-izenen zerbitzari bat (DNS) da, ostalari-izenak ebatzi "
-"eta IP helbide bihurtzeko erabiltzen dena."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Network File System (NFS), SMB (Lan Manager/Windows), eta NCP \n"
-"(NetWare) muntatze-puntu guztiak muntatu eta desmuntatzen ditu."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Abioan hasteko konfiguratuta dauden sare-interfaze guztiak\n"
-"aktibatzen/desaktibatzen ditu."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS protokolo ezagun bat da, TCP/IP sareetan fitxategiak konpartitzeko.\n"
-"Zerbitzu honek NFS zerbitzariaren funtzionaltasuna (/etc/exports "
-"fitxategian\n"
-"konfiguratua) eskaintzen du."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS protokolo ezagun bat da, TCP/IP sareetan fitxategiak \n"
-"konpartitzeko. Zerbitzu honek NFS fitxategi-blokeatzearen funtzionalitatea\n"
-"eskaintzen du."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Abioan automatikoki aktibatu BlokZenb tekla (zenbakiak\n"
-"blokeatzekoa) kontsolan eta XFree-n."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Onartu OKI 4w eta winprinter bateragarriak."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA euskarria eramangarrietan ethernet eta modemak\n"
-"eta horrelakoak onartzeko izaten da normalki. Ez da abiaraziko "
-"konfiguratuta izan ezean, beraz\n"
-"lasai eduki daiteke instalatuta premiarik izan ez arren."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Ataka-mapatzaileak RPC konexioak kudeatzen ditu. Konexio horiek\n"
-"NFS eta NIS moduko protokoloek erabiltzen dituzte. RPC mekanismoa erabiltzen "
-"duten\n"
-"protokoloen zerbitzari gisa jokatzen duten makinetan aktibatu behar da\n"
-"ataka-maparen zerbitzaria."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix posta garraiatzeko agentea da (Mail Transport Agent - MTA), hau da, "
-"posta elektronikoa makina batetik bestera eramaten duen programa."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Sistemaren entropia gorde eta leheneratzen du ausazko zenbakiak\n"
-"hobeto sortzeko."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Esleitu gailu \"gordinak\" (raw devices) blokeko gailuei \n"
-"(disko gogorreko partizioak adib.), Oracle bezalako aplikazioentzat."
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed daemon-arekin IP bidatze-taula automatikoki egunera daiteke,\n"
-"RIP protokoloaren bidez. RIP asko erabiltzen da sare txikietan, baina\n"
-"banabide-protokolo konplexuagoak behar dira sare konplexuetan."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokoloari esker, sareko erabiltzaileek sare horretako \n"
-"edozein makinaren performantzia nolakoa den jakin dezakete."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokoloak sare bateko erabiltzaileei beste makina batzuetan\n"
-"nor sartzen den identifikatzeko aukera ematen die."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokoloak urruneko erabiltzaileei rwho daemon-a (finger-en antzekoa)\n"
-"duen makina batean sartutako erabiltzaile guztien zerrenda eman diezaieke."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Abiarazi zure makinako soinu-sistema"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog, daemon askok erabiltzen duten zerbitzua da, mezuak sistemako\n"
-"hainbat egunkari-fitxategitan sartzeko. Komeni izaten da syslog beti "
-"exekutatzea."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Kargatu USB gailuen kontrolatzaileak."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"X letra-tipoen zerbitzaria abiarazten du (nahitaezkoa da XFree-k\n"
-"funtzionatu ahal izan dezan.)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Aukeratu zein zerbitzari abiarazi behar den automatikoki abioan"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Inprimatzea"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Fitxategi-konpartitzea"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistema"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Urruneko administrazioa"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Datu-baseen zerbitzaria"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Zerbitzuak: %d aktibatuta / %d erregistratuta"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Zerbitzuak"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "martxan"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "geldituta"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Zerbitzuak eta daemon-ak"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Ez dago zerbitzu honi buruzko\n"
-"informazio gehiago."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Abioan"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Hasi"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Gelditu"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Eskerrik asko Mandrake Linux 8.2 aukeratzeagatik"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Ongi etorri iturburu irekiaren mundura"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"MandrakeSoft-en arrakastaren funtsa software librearen printzipioa da. Zure "
-"sistema eragile berria mundu osoko Linux komunitatearen elkarlanaren emaitza "
-"da"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Sar zaitez software librearen munduan"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Ezagutu iturburu irekiaren komunitatea eta egin zaitez partaide. "
-"Sartu eztabaida-taldeetan \"Komunitatearen\" web orrien bidez eta ikasi, "
-"irakatsi eta lagundu beste batzuei."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet eta mezularitza"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2k software-aukera onenak eskaintzen dizkizu Internetek "
-"eman lezakeen guztia eskura dezazun. Murgildu amaraunean eta ikusi "
-"animazioak Mozilla eta Konqueror-ekin, trukatu mezuak eta antolatu zure "
-"informazio pertsonala Evolution eta Kmail-ekin, eta askoz ere gehiago"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia eta grafikoak"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2ekin zure multimedia ordenagailua mugaraino eramango duzu! "
-"Erabili audio-fitxategiak erreproduzitzeko, irudiak eta argazkiak editatu "
-"eta manipulatzeko eta TB eta bideoak ikusteko eta beste gauza askotarako "
-"azken softwarea "
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Garapena"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 garapen-plataforma ezin hobea da. Ezagutu GNU gcc "
-"konpilatzailearen ahalmen osoa eta iturburu irekiko garapen-ingurune onenak"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake-ren Kontrol Zentroa"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Mandrake Linux 8.2ren Kontrol Zentroak leku bakarretik zure Mandrake sistema "
-"erabat konfiguratu eta pertsonalizatzeko aukera ematen dizu"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Erabiltzaile-interfazeak"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2k 11 mahaigaineko ingurune grafiko eta leiho-kudeatzaile "
-"desberdin ematen ditu aukeran, horien artean, GNOME 1.4, KDE 2.2.2, Window "
-"Maker 0.8, eta abar"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Zerbitzari-softwarea"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Bihur ezazu zure makina zerbitzari ahaltsu, saguaren klik gutxi batzuk "
-"eginez: Web zerbitzaria, posta, suebakia, bidatzailea, fitxategi- eta "
-"inprimaketa-zerbitzaria,..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jokoak"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2k iturburu irekiko jokorik onenak eskaintzen ditu - makina-"
-"jokoak, kiroletakoak, estrategiakoak, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Linux erabiltzen ikasi nahi duzu erraz, bizkor, eta doan? MandrakeSoft-ek "
-"Linux ikasteko doako zerbitzua eskaintzen dugu, zure aurrerapena neurtuz, "
-"MandrakeCampus lineako trebakuntza-zentroaren bidez"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Kalitatezko laguntza-zerbitzua eskaintzen dute Linux komunitateak eta "
-"MandrakeSoft-ek, eta hortxe bertan duzu. Linux-en beteranoa bazara, egin "
-"zaitez \"Aditu\", eta konpartitu zure jakituria eta gure laguntzako web "
-"gunea "
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Zure IT proiektuetarako, hor dituzu gure ahokulariak, zure premiak ulertu "
-"eta konponbide pertsonalizatua emateko prest. MandrakeSoft-ek, Linux ekoizle "
-"gisa duen esperientzia handiarekin, benetako IT alternatiba ematen du "
-"enpresa-antolamendurako"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Gure denda elektronikoan eskuragai dituzu gure Linux soluzioen aukera "
-"zabala, produktuei buruzko eskaintza bereziak eta bestelako 'gutiziak'"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"MandrakeSoft-en Zerbitzu Profesionalei eta eskaintza komertzialei buruzko "
-"informazioa nahi baduzu, ikus web orri hau:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Paketeak instalatzen..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
-"Partizio txarrak garbitzen saiatuko naiz"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Errorea!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ezin da aurkitu `%s' imajina-fitxategia, eta beharrezkoa da."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Instalazio automatikoaren konfiguratzailea"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Auto-instalazioko diskete bat konfiguratzera zoaz. Eginbide hau arriskutsu "
-"samarra da eta kontuz ibili behar da.\n"
-"\n"
-"Eginbide honekin, ordenagailu honetan egin duzun instalazioa errepikatu ahal "
-"izango duzu, eta urrats batzuetan datuak eskatuko zaizkizu interaktiboki, "
-"balioak aldatu ahal izateko.\n"
-"\n"
-"Ahalik eta segurtasun handiena izateko, partizioa egitea eta formateatzea ez "
-"dira inoiz automatikoki egingo, berdin dio zer aukeratu duzun ordenagailu "
-"hau instalatu duzunean.\n"
-"\n"
-"Jarraitu nahi duzu ?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Urrats automatikoen konfigurazioa"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Aukeratu urrats bakoitzean instalazioa errepikatuko den, ala eskuz egingo "
-"duzun"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Ongi etorri.\n"
-"\n"
-"Auto-instalazioko parametroak ezkerreko sekzioetan daude erabilgarri"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Zorionak!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketea behar bezala sortu da.\n"
-"Orain zure instalazioa errepika dezakezu."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Instalazio automatikoa"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Gehitu elementu bat"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Kendu azken elementua"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr "***********************************************************************\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup-en berri-ematea \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Daemon-aren berri-ematea\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup-en berri-ematearen xehetasunak\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "progresioa guztira"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Sistema-fitxategien babeskopia"
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Disko gogorraren babeskopia fitxategiak... "
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Erabiltzaile-fitxategien babeskopia... "
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Disko gogorraren babeskopia egiten..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Beste fitxategi batzuen babeskopia... "
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"FTPk bidalitako fitxategi-zerrenda: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP konexio-arazoa: zure babeskopien fitxategiak ezin izan dira bidali "
-"FTP bidez.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Errorea posta bidaltzean. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Fitxategi-hautapena"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Hautatu fitxategiak edo direktorioak eta egin klik 'Gehitu'n"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Hautatu behar dituzun aukera guztiak.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Aukera horiek /etc direktorioko fitxategi guztiak kopiatu eta leheneratu "
-"ditzakete.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Sistema-fitxategien babeskopia. ( /etc direktorioa )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Erabili babeskopia inkrementala (ez ordeztu kopia zaharrak)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Ez sartu fitxategi kritikoak (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Aukera honekin /etc direktorioaren edozein bertsio leheneratu\n"
-"ahal izango duzu."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Hautatu babeskopian sartu nahi dituzun erabiltzaile guztiak."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Ez sartu arakatzailearen cache-a"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Erabili babeskopia inkrementalak (ez ordeztu kopia zaharrak)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Kendu hautatutakoak"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows(FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Erabiltzaileak"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Erabili FTP konexioa babeskopia egiteko"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Idatzi ostalariaren izena edo IPa."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Adierazi ostalariko direktorioa\n"
-"babeskopia jartzeko."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Sartu saioa hasteko izena"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Sartu pasahitza"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Gogoratu pasahitza"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP konexioa"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Konexio segurua"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Erabili CD/DVDROMa babeskopia egiteko"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Aukeratu CDko lekua"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Hautatu instalazio-abioa gehitu nahi\n"
-" baduzu CDan."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Adierazi CD idazgailuaren gailu-izena \n"
-" adib.: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Erabili zinta babeskopia egiteko"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Adierazi babeskopiarako erabiliko den gailuaren izena"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Adierazi Drakbackup-en gehieneko\n"
-" tamaina "
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Adierazi gorde beharreko direktorioa:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Erabili kuota babeskopia-fitxategientzat"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Sarea"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "orduero"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "egunero"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "astero"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "hilero"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Erabili daemon-a"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Aukeratu babeskopiak egiteko \n"
-"maiztasuna"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Aukeratu babeskopia \n"
-"egiteko euskarria."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Erabili Disko gogorra daemon-arekin"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Erabili FTP daemon-arekin"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Ziurtatu cron daemon-a zerbitzuetan sartuta daukazula."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Babeskopia egindakoan, bidali berri-emateko mezua hona :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Zer"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Non"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Noiz"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Aukera gehiago"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr " Drakbackup-en konfigurazioa"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Aukeratu non egin nahi duzun babeskopia"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "disko gogorrean"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "sarean zehar"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Aukeratu zeren kopia egin nahi duzun"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Sistemaren babeskopia "
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Erabiltzaileen babeskopia"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Hautatu erabiltzailea eskuz"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Babeskopien iturburua: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Sistema-fitxategiak:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Erabiltzaile-fitxategiak:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Bestelako fitxategiak:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Gorde disko gogorrean, bide-izen honetan: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Gorde FTPan, ostalari honetan : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t erabiltzaile-izena: %s\n"
-"\t\t bide-izena: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Aukerak:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tEz sartu sistema-fitxategiak\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBabeskopietan erabili tar eta bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBabeskopietan erabili tar eta gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Daemon-ean (%s) sartzen da :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t Disko gogorra.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROMa.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\tFTP bidezko sarea.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\tSSH bidezko sarea.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ez dago konfiguraziorik, egin klik Morroian edo Aurreratuan.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Leheneratu beharreko datuen zerrenda:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Hondatutako datuen zerrenda:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Desautatu edo kendu hurrengo aldian."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Babeskopien fitxategiak hondatuta daude"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Hautatu dituzun datu guztiak "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " behar bezala leheneratu dira hona: %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " leheneratzeko konfigurazioa "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Ados, leheneratu beste fitxategiak"
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Leheneratzeko erabiltzaile-zerrenda (erabiltzaile bakoitzaren datu berrienak "
-"bakarrik dira garrantzitsuak)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Kopiatu sistema-fitxategiak lehenago:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "aukeratu leheneratzeko data"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Erabili disko gogorra babeskopia egiteko"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Leheneratu disko gogorretik"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Adierazi zein direktoriotan dauden babeskopiak"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Hautatu beste euskarri bat leheneratzeko"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Beste euskarri bat"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Leheneratu sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Leheneratu erabiltzaileak"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Leheneratu bestelakoak"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "hautatu leheneratzeko bidea ( / ordez)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Egin babeskopia berria leheneratu aurretik (inkrementaletan soilik.)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Kendu erabiltzaile-direktorioak leheneratu aurretik."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Leheneratu babeskopia guztiak."
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Leheneratze pertsonalizatua"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Laguntza"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Aurrekoa"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Gorde"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Egin babeskopia"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Leheneratu"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Hurrengoa"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Egin babeskopia leheneratu aurretik...\n"
-" edo egiaztatu gordetzeko bidea zuzena dela."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Errorea posta bidaltzean\n"
-" berri emateko mezua ez da bidali\n"
-" Konfiguratu posta-bidalketa"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Instalatu beharreko pakete-zerrenda"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Errorea FTP bidez fitxategia bidaltzean.\n"
-" Zuzendu FTP konfigurazioa."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Hautatu leheneratzeko datuak..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Hautatu babeskopiaren euskarria..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Hautatu babeskopia egiteko datuak..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Ez da konfigurazio-fitxategirik aurkitu \n"
-"egin klik Morroia-n edo Aurreratua-n."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Garatzen... itxaron."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Sistema-fitxategien babeskopia"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Erabiltzaile-fitxategien babeskopia"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Bestelako fitxategien babeskopia"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Guztizko progresioa"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "fitxategiak FTP bidez bidaltzen"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Fitxategiak bidaltzen..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "CDROMean gehitzeko datu-zerrenda"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Idatzi CD idazgailuaren abiadura"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Idatzi zure CD idazgailuaren izena (adib.: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Hautatu instalazio-abioa gehitu nahi baduzu CDan."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Egin babeskopia konfigurazio-fitxategitik"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Ikusi babeskopiaren konfigurazioa"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Morroiaren konfigurazioa"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Konfigurazio aurreratua"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Egin babeskopia orain"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"aukeren azalpena:\n"
-"\n"
-" Urrats honetan, Drakbackup-en bidez aldatuko dituzu:\n"
-"\n"
-" - Konprimitze-modua:\n"
-" \n"
-" bzip2 konpresioa hautatuz, gzip-ekin baino hobeto\n"
-" konprimituko dituzu datuak (% 2-10 inguru).\n"
-" Aukera hau ez da lehenespen gisa hautatzen konpresio-modu\n"
-" honek denbora gehiago (% 1000 gehiago) hartzen duelako.\n"
-" \n"
-" - Eguneratze-modua:\n"
-"\n"
-" Aukera honek babeskopia eguneratuko du, baina ez da\n"
-" oso erabilgarria, eguneratu aurretik babeskopia\n"
-" deskonprimitu egin behar baita.\n"
-" \n"
-" - .backupignore modua:\n"
-"\n"
-" cvs-rekin bezala, Drakbackup-ek ezikusi egingo die\n"
-" .backupignore fitxategietako erreferentzia guztiei.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Posta bidaltzean izandako errore batzuk postfix gaizki \n"
-" konfiguratuta dagoelako izan dira. Konpontzeko, \n"
-" myhostname edo mydomain ezarri behar duzu hemen: /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"aukeren azalpena:\n"
-"\n"
-" - Sistema-fitxategien babeskopia:\n"
-" \n"
-"\tAukera honen bidez konfigurazio-fitxategi guztiak dituen\n"
-"\t/etc direktorioaren babeskopia egin daiteke. Kontuz ibili\n"
-"\tleheneratze-urratsean, eta ez gainidatzi hauek:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Erabiltzaile-fitxategien babeskopia: \n"
-"\n"
-"\tAukera honen bidez, babeskopia egiteko erabiltzaileak\n"
-"\thauta ditzakezu.\n"
-"\tDisko-lekua gordetzeko, web arakatzailearen cachea ez \n"
-"\tsartzea komeni da.\n"
-"\n"
-" - Bestelako fitxategien babeskopia: \n"
-"\n"
-"\tAukera honen bidez, gordetzeko datu gehiago gehituko dituzu.\n"
-"\tBeste babeskopiekin ezin da oraindik babeskopia inkrementala hautatu.\t\t\n"
-" \n"
-" - Babeskopia inkrementalak:\n"
-"\n"
-"\tBabeskopia-aukera ahaltsuena da. Aukera honen\n"
-"\tbidez, lehen aldian datu guztien babeskopia egin\n"
-"\tdaiteke, eta gero aldatuenak bakarrik.\n"
-"\tGero, leheneratze-urratsean, data jakin bateko\n"
-"\tdatuak leheneratu ahal izango dituzu.\n"
-"\tAukera hau hautatuta ez baduzu, babeskopia zahar guztiak\n"
-"\tezabatzen dira babeskopia bakoitza egin aurretik. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"leheneratze-azalpena:\n"
-" \n"
-"Data berrienak soilik erabiliko dira, babeskopia inkrementalean\n"
-"beharrezkoa delako babeskopia zaharrak banan-banan ezabatzea.\n"
-"\n"
-"Erabiltzaile bat leheneratu nahi ez baduzu, desautatu haren \n"
-"kontrol-laukia.\n"
-"\n"
-"Bestela, hauetako bakarra hautatu ahal izango duzu\n"
-"\n"
-" - Babeskopia inkrementalak:\n"
-"\n"
-"\tBabeskopia-aukera ahaltsuena da. Aukera honen\n"
-"\tbidez, lehen aldian datu guztien babeskopia egin\n"
-"\tdaiteke, eta gero aldatuenak bakarrik.\n"
-"\tGero, leheneratze-urratsean, data jakin bateko\n"
-"\tdatuak leheneratu ahal izango dituzu.\n"
-"\tAukera hau hautatuta ez baduzu, babeskopia zahar guztiak\n"
-"\tezabatzen dira babeskopia bakoitzaren aurretik. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft, DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Programa hau software librea da; birbana eta/edo alda dezakezu\n"
-" Software Foundation-ek argitaratutako GNU Lizentzia Publiko Orokorraren\n"
-" 2. bertsioan, edo (nahiago baduzu) beste berriago batean, jasotako\n"
-" baldintzak betez gero.\n"
-"\n"
-" Programa hau erabilgarria izango delakoan banatzen da, baina\n"
-" INOLAKO BERMERIK GABE; era berean, ez da bermatzen beraren\n"
-" EGOKITASUNA MERKATURATZEKO edo HELBURU PARTIKULARRETARAKO ERABILTZEKO.\n"
-" Argibide gehiago nahi izanez gero, ikus GNU Lizentzia Publiko Orokorra.\n"
-"\n"
-" Programa honekin batera GNU Lizentzia Publiko Orokorraren kopia bat\n"
-" jasoko zenuen; hala ez bada, idatzi hona: Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Azalpena:\n"
-"\n"
-" Drakbackup zure sistemaren babeskopia egiteko erabiltzen da.\n"
-" konfigurazioan zehar hauta ditzakezu: \n"
-"\t- Sistema-fitxategiak, \n"
-"\t- Erabiltzaile-fitxategiak, \n"
-"\t- Bestelako fitxategiak.\n"
-"\tedo Sistema osoa ... eta Bestelakoa (Windows partizioetan bezala)\n"
-"\n"
-" Drakbackup-en bidez, babeskopiak egiteko erabil daiteke:\n"
-"\t- Disko gogorra.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM.\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Zinta.\n"
-"\n"
-" Drakbackup erabiliz, zure sistema hautatutako\n"
-" direktorio batean lehenera dezakezu.\n"
-"\n"
-" Lehenespen gisa, babeskopia guztiak \n"
-" /var/lib/drakbackup direktorioan gordeko dira\n"
-"\n"
-" Konfigurazio-fitxategia:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Leheneratze-urratsa:\n"
-" \n"
-" Leheneratze-urratsean, DrakBackup.ek kendu egingo du\n"
-" jatorrizko direktorioa eta babeskopia-fitxategiak ez\n"
-" daudela hondatuta egiaztatuko du. Leheneratu aurretik\n"
-" babeskopia egitea gomendatzen da.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"aukeren azalpena:\n"
-"\n"
-"Kontuz ftp backup erabiltzean, eginda dauden babeskopiak \n"
-"soilik bidaliko direlako zerbitzarira.\n"
-"Beraz, orain, disko gogorrean egin behar duzu babeskopia\n"
-"zerbitzarira bidali aurretik.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Leheneratze-arazoak:\n"
-"\n"
-"Leheneratze-urratsean, Drakbackup-ek babeskopia-fitxategi\n"
-"guztiak egiaztatuko ditu leheneratu aurretik.\n"
-"Leheneratu aurretik, Drakbackup-ek kendu egingo du\n"
-"jatorrizko direktorioa, eta datu guztiak galduko dituzu.\n"
-"Garrantzizkoa da kontuz ibiltzea eta babeskopia-fitxategiak\n"
-"eskuz ez aldatzea.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Azalpena:\n"
-"\n"
-" Drakbackup zure sistemaren babeskopia egiteko erabiltzen da.\n"
-" konfigurazioan zehar hauta ditzakezu: \n"
-"\t- Sistema-fitxategiak, \n"
-"\t- Erabiltzaile-fitxategiak, \n"
-"\t- Bestelako fitxategiak.\n"
-"\tedo Sistema osoa ... eta Bestelakoa (Windows partizioetan bezala)\n"
-"\n"
-" Drakbackup-en bidez, babeskopiak egiteko erabil daiteke:\n"
-"\t- Disko gogorra.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM.\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Zinta.\n"
-"\n"
-" Drakbackup erabiliz, zure sistema hautatutako\n"
-" direktorio batean lehenera dezakezu.\n"
-"\n"
-" Lehenespen gisa, babeskopia guztiak \n"
-" /var/lib/drakbackup direktorioan gordeko dira\n"
-"\n"
-" Konfigurazio-fitxategia:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Leheneratze-urratsa:\n"
-" \n"
-" Leheneratze-urratsean, DrakBackup.ek kendu egingo du\n"
-" jatorrizko direktorioa eta babeskopia-fitxategiak ez\n"
-" daudela hondatuta egiaztatuko du. Leheneratu aurretik\n"
-" babeskopia egitea gomendatzen da.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%sren instalazioak huts egin du. Errore hau gertatu da:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Bilatu instalatutako letra-tipoak"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Desautatu instalatutako letra-tipoak"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "analizatu letra-tipo guztiak"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "ez da letra-tiporik aurkitu"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "eginda"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "ezin izan da letra-tiporik aurkitu muntatutako partizioetan"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Hautatu berriro letra-tipo egokiak"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "ezin izan da letra-tiporik aurkitu.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Bilatu letra-tipoak instalatutakoen zerrendan"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Letra-tipoen kopia"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "True Type letra-tipoen instalazioa"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "itxaron... ttmkfdir egin bitartean..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "True Type instalazioa eginda"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Letra-tipoen bihurketa"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "type1inst eraikitzen"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript erreferentzia"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf letra-tipoen bihurketa"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm letra-tipoen bihurketa"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Ezabatu aldi baterako fitxategiak"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Berrabiarazi XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Ezabatu letra-tipoen fitxategiak"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs berrabiarazi"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Letra-tipoak instalatu aurretik, ziurtatu sisteman erabili eta instalatzeko "
-"baimena duzula.\n"
-"\n"
-"-Letra-tipoak instalatzeko ohiko era erabil dezakezu. Oso gutxitan, akastun "
-"letra-tipoek zure X Zerbitzaria blokea dezakete."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Letra-tipoen inportazioa"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Hartu Windows letra-tipoak"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Desinstalatu letra-tipoak"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Aukera aurreratuak"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Letra-tipoen zerrenda"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Hautatu letra-tipoak onartuko dituzten aplikazioak :"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Inprimagailu generikoak"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-"Hautatu letra-tipoen fitxategia edo direktorioa eta egin klik 'Gehitu'n"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Instalatu zerrenda"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "egin klik hemen, ziur bazaude."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "egin klik hemen, ziur ez bazaude."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Desautatutako guztiak"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Hautatutako guztiak"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Kendu zerrenda"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Hasierako probak"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Kopiatu zure sistemako letra-tipoak"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Instalatu eta bihurtu letra-tipoak"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Posta-instalazioa"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Kendu zure sistemako letra-tipoak"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Posta-desinstalazioa"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Interneteko konexioa konpartitzea"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Interneteko konexioa konpartitzea gaituta dago orain"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Interneteko konexioa konpartitzeko konfigurazioa eginda dago.\n"
-"Gaituta dago orain.\n"
-"\n"
-"Zer egin nahi duzu?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "desgaitu"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "itxi"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "birkonfiguratu"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Zerbitzariak desgaitzen..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Interneteko konexioa konpartitzea desgaituta dago orain."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Interneteko konexioa konpartitzea desgaituta dago orain"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Interneteko konexioa konpartitzeko konfigurazioa eginda dago.\n"
-"Desgaituta dago orain.\n"
-"\n"
-"Zer egin nahi duzu?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "gaitu"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Zerbitzariak gaitzen..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Interneteko konexioa konpartitzea gaituta dago orain."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Ordenagailua Interneteko konexioa konpartitzeko konfiguratzera zoaz.\n"
-"Eginbide horrekin, sare lokaleko ordenagailuek zure ordenagailuko "
-"Interneteko konexioa erabili ahal izango dute.\n"
-"\n"
-"Kontuan hartu: Sare-moldagailu dedikatu bat behar duzu sare lokala (LAN) "
-"konfiguratzeko."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "%s interfazea (%s modulua erabiliz)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "%s interfazea"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Ez dago sare-moldagailurik zure sisteman!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Zure sisteman ez da ethernet sare-moldagailurik detektatu. Exekutatu "
-"hardwarea konfiguratzeko tresna."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Sare-interfazea"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Sare-moldagailu konfiguratu bakarra dago zure sisteman:\n"
-"\n"
-"%s\n"
-"\n"
-"Zure sare lokala moldagailu horrekin konfiguratzera noa."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Aukeratu zein sare-moldagailu konektatuko den zure sare lokalarekin."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Sareko interfazea konfiguratuta dago"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Kontuz, sare-moldagailua (%s) jadanik konfiguratuta dago.\n"
-"\n"
-"Automatikoki birkonfiguratu nahi duzu?\n"
-"\n"
-"Eskuz egin dezakezu, baldin eta zertan zabiltzan badakizu."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Birkonfigurazio automatikoa"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Erakutsi uneko interfaze-konfigurazioa"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"`%s' - uneko konfigurazioa:\n"
-"\n"
-"Sarea: %s\n"
-"IP helbidea: %s\n"
-"IP atribuzioa: %s\n"
-"Kontrolatzailea: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Uneko konfigurazioa gorde eta DHCP zerbitzari bat konfiguratuta duzula "
-"pentsa dezaket; hala bada, ziurtatu ondo irakurri dudala sare lokalerako "
-"erabiltzen duzun C klaseko sarea; ez dut birkonfiguratuko eta ez dut ukituko "
-"zure DHCP zerbitzariaren konfigurazioa.\n"
-"\n"
-"Gainera, zure interfazea eta DHCP zerbitzaria (bir)konfigura ditzaket.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C klaseko sare lokala"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "DHCP zerbitzariaren IPa"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Birkonfiguratu interfazea eta DHCP zerbitzaria"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Sare lokalak ez du `.0' amaieran; irteten. "
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"LAN helbide-gatazka potentziala aurkitu da %s(r)en uneko konfigurazioan!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Suebaki-konfigurazioa detektatu da!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Kontuz! Lehendik dagoen suebaki-konfigurazio bat detektatu da. Beharbada "
-"eskuz konponketa batzuk egin beharko dituzu instalazioaren ondoren."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfiguratzen..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Script-ak konfiguratzen, softwarea instalatzen, zerbitzariak abiarazten..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Arazoa %s paketea instalatzean"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Dena konfiguratu da.\n"
-"Orain Interneteko konexioa konparti dezakezu sare lokaleko beste ordenagailu "
-"batzuekin, sare-konfigurazio automatikoa (DHCP) erabiliz."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Konfigurazioa eginda dago, baina orain desgaituta dago."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Konfigurazioa eginda dago, eta orain gaituta dago."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Interneteko konexioa konpartitzea ez da inoiz konfiguratu."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Interneteko konexioa konpartitzeko konfigurazioa"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Ongi etorri Interneteko konexioa konpartitzeko utilitatera!\n"
-"\n"
-"%s\n"
-"\n"
-"Egin klik 'Konfiguratu'n instalazio-morroia abiarazteko."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Sare-konfigurazioa (%d moldagailuak)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profila: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Ezabatu profila..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Ezabatu beharreko profila:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Profil berria..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Sortu beharreko profilaren izena (profil berria oraingoaren kopia gisa "
-"sortuko da) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Ostalari-izena: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Interneterako sarbidea"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Mota:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Atebidea:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfazea:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Egoera:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Itxaron"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfiguratu Interneterako sarbidea..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Sare lokalaren konfigurazioa (LAN)"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Kontrolatzailea"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfazea"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoloa"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Egoera"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfiguratu sare lokala..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Egin klik hemen morroia abiarazteko ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Morroia..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Aplikatu"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Itxaron... Konfigurazioa aplikatzen"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Konektatuta"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Konektatu gabe"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Konektatu..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Deskonektatu..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Kontuz, beste Internet konexio bat detektatu da, agian zure sarea erabiltzen "
-"ariko da"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Ez duzu interfaze konfiguraturik.\n"
-"Konfigura itzazu lehendabizi, 'Konfiguratu'n klik eginda"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Sare lokalaren konfigurazioa (LAN)"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "%s moldagailua: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Abioko protokoloa"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Abioan abiaraztekoa"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP bezeroa"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktibatu orain"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "desaktibatu orain"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Interfaze hau ez dago konfiguratuta.\n"
-"Abiarazi konfigurazio-morroia leiho nagusian"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Ez duzu Interneteko konexiorik.\n"
-"Sortu bat lehendabizi, 'Konfiguratu'n klik eginda"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Interneteko konexioaren konfigurazioa"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Interneteko konexioaren konfigurazioa"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Konexio-mota: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametroak"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Atebidea"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet txartela"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP bezeroa"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Segurtasun-maila ezartzen"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrol Zentroa"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Aukeratu erabili nahi duzun tresna"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kablea)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "AEB (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "AEB (kablea)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "AEB (kablea-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Txina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japonia (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japonia (kablea)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Europa Ekialdea"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlanda"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Europa Mendebaldea"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Zeelanda Berria"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Hegoafrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Idatzi\n"
-"zure TB araua eta estatua"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TB araua :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Area :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "TB kanalak bilatzen..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "TB kanalak bilatzen"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "erabilera: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Aukeratu zure teklatu-diseinua."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Atzera-teklak Ezabatu itzultzea nahi duzu kontsolan?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Aldatu CDROMa"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Sartu instalazioko CDROMa unitatean eta sakatu Ados.\n"
-"Ez baduzu, sakatu Utzi bertsio-berritzea saihesteko."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ezin da bertsio-berritzea abiarazi!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "Aldaketa egin da, baina, eragina izan dezan, saioa amaitu behar duzu"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Erakutsi bakarrik hautatutako egunerako"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fitxategia/_Berria"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fitxategia/_Ireki"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fitxategia/_Gorde"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fitxategia/Gorde _honela"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fitxategia/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Aukerak"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Aukerak/Probatu"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Laguntza"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Laguntza/_Honi buruz..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Erabiltzailea"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Mezuak"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Mandrake Tools-en azalpenak"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "bilatu"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Zure erregistroak ikusteko tresna"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Ezarpenak"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "bat badatoz"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "bat ez badatoz"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Aukeratu fitxategia"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Egutegia"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Fitxategiaren edukia"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Posta/SMSren abisua"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "itxaron, fitxategia analizatzen: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Posta/SMSren abisuaren konfigurazioa"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Ongi etorri Posta/SMS konfiguratzeko utilitatera.\n"
-"\n"
-"Hemen zure abisu-sistema konfiguratu ahal izango duzu.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "zerbitzuaren ezarpena"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Hautatutako zerbitzuetakoren bat martxan ez badago, abisua jasoko duzu"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "kargatzeko ezarpenak"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Karga balio hau baino handiagoa bada, abisua jasoko duzu"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "abisu-konfigurazioa"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Konfiguratu abisuak jasotzeko modua"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Gorde honela.."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Aukeratu sagu-mota."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "ez da serieko USBrik aurkitu\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Hirugarren botoia emulatu?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s aurkitu da hemen: %s. Konfiguratu nahi duzu ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Hautatu eskaner bat"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "%s eskaner hori ez da onartzen"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Abioko gailua"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"%s eskaner hau printerdrake-rekin konfiguratu behar da.\n"
-"Mandrake Kontrol Zentroko Hardwarearen ataletik abiaraz dezakezu "
-"printerdrake."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Suebakiaren konfigurazioa"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Suebakiaren konfigurazioa"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Suebakia\n"
-"\n"
-"Jadanik konfiguratu duzu suebaki bat.\n"
-"Suebakia aldatzeko edo kentzeko, egin klik 'Konfiguratu'n"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Suebakia\n"
-"\n"
-"Suebaki estandar bat konfiguratzeko, egin klik 'Konfiguratu'n"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Aukeratu hizkuntza"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Hautatu instalazio-klasea"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Disko gogorren detekzioa"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfiguratu sagua"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Aukeratu teklatua"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Segurtasuna"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Ezarri fitxategi-sistemak"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Eman formatua partizioei"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Aukeratu instalatu beharreko paketeak"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalatu sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Gehitu erabiltzaile bat"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfiguratu sarea"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfiguratu zerbitzuak"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalatu abioko kargatzailea"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Sortu abioko disko bat"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfiguratu X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Instalatu sistema-eguneratzeak"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Irten instalaziotik"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall konfiguratzailea\n"
-"\n"
-"Mandrake Linux makina honetarako suebaki pertsonala konfiguratzen du.\n"
-"Suebaki ahaltsuagoa nahi baduzu, begiratu MandrakeSecurity Firewall \n"
-"banaketa espezializatua."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Orain galdera batzuk egingo dizkizugu, Interneteko zein zerbitzutara \n"
-"konektatu nahi duzun jakiteko. Ongi pentsatu erantzun aurretik, \n"
-"zure ordenagailuaren segurtasuna garrantzitsua baita.\n"
-"\n"
-"Horietako zerbitzuren bat erabiltzen ez baduzu, desaktiba\n"
-"ezazu. Konfigurazio hau nahi duzunean alda dezakezu,\n"
-"aplikazio hau berriro exekutatuz!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Internet osotik ikusi behar den web zerbitzari bat daukazu martxan\n"
-"makina honetan? Makina honetatik bakarrik erabili behar den web zerbitzari\n"
-"bat badaukazu, lasai erantzun dezakezu EZ hemen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Izen-zerbitzari bat erabiltzen duzu makina honetan? Izen-zerbitzaririk ez \n"
-"badaukazu ezarrita IP eta zonako informazioa emateko Internet osorako,\n"
-"erantzun EZ.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Secure Shell (ssh) konexioei sartzeko baimena eman nahi diezu? \n"
-"Telnet-en ordezkoa da, urruneko makinetan sartzeko erabil dezakezuna. \n"
-"telnet erabiltzen baduzu, ssh-ra aldatu behar duzu zalantzarik gabe. \n"
-"telnet ez dago enkriptatuta - hortaz, erasotzaileek zure pasahitza lapur \n"
-"dezakete. ssh enkriptatuta dago eta beraz ezin da harrapatu."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"telnet konexioei sartzen utzi nahi diezu?\n"
-"Hori ez da batere batere segurua, aurreko pantailan azaldu dugunez. \n"
-"Biziki gomendatzen dugu hemen EZ erantzutea eta telnet-en ordez ssh\n"
-"erabiltzea.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Internetetik ikusi behar den FTP zerbitzaririk erabiltzen duzu?\n"
-"Horrela bada, biziki gomendatzen dizugu transferentzia anonimoetarako\n"
-"bakarrik erabiltzea. FTP bidez bidalitako pasahitzak lapurtu egin "
-"ditzakete,\n"
-"FTPk ere ez baitu enkriptatzerik erabiltzen pasahitzak transferitzeko.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Posta-zerbitzaririk baduzu martxan hemen? Mezuak pine, mutt edo\n"
-"testuan oinarritutako beste posta-bezeroren baten bidez bidaltzen\n"
-"badituzu, ziur aski izango duzu. Bestela, desaktibatzea komeni da.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"POP edo IMAP zerbitzaririk baduzu hemen? \n"
-"Web-ean oinarritu gabeko posta-kontuen ostalari izateko \n"
-"erabiltzen da hau.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Badirudi 2.2 bertsioko nukleoa erabiltzen duzula. Zure sarearen \n"
-"IP helbidea automatikoki ezartzen badu zure etxeko edo \n"
-"bulegoko ordenagailu batek (dinamikoki esleituta), onartu \n"
-"egin beharko dugu. Horrela da?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Zure ordenagailua beste batekin sinkronizatuta dabil?\n"
-"Nagusiki, hori Unix/Linux antolamendu ertain eta handiek \n"
-"erabiltzen dute, konexio-orduak sinkronizatzeko eta horrelakoetarako. "
-"Bulego handi batean ari ez bazara eta \n"
-"honelako konturik entzun ez baduzu, ziur aski ez zara\n"
-"inorekin sinkronizatuta egongo."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurazioa osatu da. Diskoan idatziko ditugu aldaketak?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ezin da %s ireki: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ezin da %s idazteko ireki: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Ez, ez dut DHCP behar"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Bai, DHCP behar dut"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Ez, ez dut NTP behar"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Bai, NTP behar dut"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Ez gorde"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Gorde eta irten"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Suebakia konfiguratzeko morroia"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Ez (egin suebakia Internetetik)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Bai (onartu hau suebakian zehar)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Itxaron... instalatutako paketeak egiaztatzen"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Huts egin du beharrezko pakete hauek instalatzean: %s eta Bastille.\n"
-" Saiatu eskuz instalatzen."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Sare-ordenagailua (bezeroa)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS zerbitzaria, SMB zerbitzaria, Proxy zerbitzaria, ssh zerbitzaria"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome-ren lan-estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Palm Pilot edo Visor-erako tresnak"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Lan-estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Suebakia/Bidatzailea"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domeinu-izenen eta sareko informazioaren zerbitzaria"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Bulego-lanetako programak: testu-prozesadoreak (kword, abiword), kalkulu-"
-"orriak (kspread, gnumeric), pdf ikustaileak, etab."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio tresnak: mp3 edo midi erreproduzigailuak, nahastaileak, etab."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Linux eta Software libreari buruzko liburuak eta azalpenak"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE lan-estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etab."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Bideoa"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Posta, berriak, web-a, fitxategi-transferentzia eta berriketa kudeatzeko "
-"tresnak"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Datu-basea"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL edo MySQL datu-baseen zerbitzaria"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Zure ordenagailuaren konfigurazioa errazteko tresnak"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Soinua"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilitateak"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentazioa"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Kontsola-tresnak"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix posta-zerbitzaria, Inn berri-zerbitzaria"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Interneteko estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediako estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfigurazioa"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Mahaigain grafiko gehiago (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"KDE, K Desktop Environment, hainbat tresna duen oinarrizko ingurune grafikoa."
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Ingurune grafikoa"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "CDak sortzeko eta grabatzeko tresnak"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Bulegoko lan-estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Zerbitzaria"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etab."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "The Gimp bezalako programa grafikoak"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C eta C++ garapen-liburutegiak, programak eta fitxategiak"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Sare-zerbitzaria"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Posta/Groupware/Berriak"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Joko-estazioa"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Bideo-erreproduzigailuak eta editoreak"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafikoak"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-"Denbora-pasako programak: makina-jokoak, taula-jokoak, estrategiakoak, etab."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Posta eta berriak irakurtzeko eta bidaltzeko (pine, mutt, tin..) eta web-a "
-"arakatzeko tresnak"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Artxibatzea, emulatzaileak, monitorizatzea"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finantza pertsonalak"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Aplikazio-multzo eta mahaigaineko tresna lagungarri eta atseginak dituen "
-"ingurune grafikoa"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Hainbat protokolotako bezeroak, ssh-renak barne"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Interneteko atebidea"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Soinua eta bideoa jotzeko/editatzeko programak"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Beste mahaigain grafiko batzuk"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editoreak, shell-ak, fitxategi-tresnak, terminalak"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Zure finantzak kudeatzeko programak, hala nola gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Informazio pertsonalaren kudeaketa"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD grabatzea"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Lan-estazio zientifikoa"
diff --git a/perl-install/share/po/fake_c.pl b/perl-install/share/po/fake_c.pl
deleted file mode 100755
index 21cf25b04..000000000
--- a/perl-install/share/po/fake_c.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/perl -lp
-
-s|^(__?\()| $1|; # add a blank at the beginning (?!)
-
-s|_\(\[(.*),\s*(.*),\s*(.*)\]|ngettext($2,$3,$1)|; # special plural form handling
-
-s,\Qs/#.*//,,; # ugly special case
-
-s,(^|[^\$])#([^+].*),"$1/*" . simpl($2) . "*/",e;
- # rewrite comments to C format except for:
- # - ``#+ xxx'' comments which are kept
- # - ``$#xxx'' which are not comments
-
-s|//|/""/|g; # ensure // or not understood as comments
-
-s|$|\\n\\|; # multi-line strings not handled in C
-
-sub simpl {
- local $_ = $_[0];
- s,\*/,,g;
- $_;
-}
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
deleted file mode 100644
index a3cc4183d..000000000
--- a/perl-install/share/po/fi.po
+++ /dev/null
@@ -1,11489 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999, 2002 Mandrakesoft
-# Kim Enkovaara <kim.enkovaara@iki.fi>, 1999, 2000
-# Matias Griese <mahagr@utu.fi>, 2001, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-02-20 22:55EET\n"
-"Last-Translator: Matias Griese <mahagr@utu.fi>\n"
-"Language-Team: Finnish\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Aseta kaikki nytt erikseen"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Kyt Xinerama-laajennusta"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Mrittele vain kortin \"%s\" (%s) asetukset"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Monen nytn asettaminen"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Jrjestelmsi tukee monen nytn laitteistokokoonpanoa.\n"
-"Mit haluat tehd?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Nytnohjain"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Valitse nytnohjain"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Valitse X-palvelin"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X-palvelin"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Valitse X-palvelin"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X-palvelin"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Mit versiota XFree-serverist haluat kytt?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit vain XFree %s:"
-"ssa.\n"
-"Korttisi on tuettu mys XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s laitteistokiihdytetyll 3D-tuella"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa.\n"
-"HUOMAA, ETT TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s KOKEELLISELLA laitteistokiihdytetyll 3D-tuella"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit vain XFree %s:"
-"ssa.\n"
-"HUOMAA, ETT TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI.Korttisi on "
-"tuettu mys XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (nytnohjaimen ajurin asennus)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFreen asentaminen"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Valitse nytnohjaimen muistin mr"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Valitse optioita palvelimelle"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Valitse monitori"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Nytt"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Sinun tulee valita vaakavirkistystaajuus nytllesi. Voit joko valita "
-"jonkin\n"
-"allaolevista alueista, jotka vastaavat teollisuusstandardityyppej tai "
-"sytt\n"
-"jonkin muun alueen.\n"
-"\n"
-"On HYVIN TRKE, ett et valitse nytttyyppi, jonka "
-"vaakavirkistystaajuus\n"
-"on suurempi kuin oman nyttsi. Jos eprit, valitse pienempi taajuus."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Vaakavirkistystaajuus"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Pystyvirkistystaajuus"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Nytt ei ole asetettu"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Nytnohjainta ei ole viel asetettu"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Nytn resoluutiota ei ole viel valittu"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Haluatko kokeilla asetuksia?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Varoitus: nytnohjaimesi testaaminen voi jumittaa tietokoneen"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Kokeile asetuksia"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"kokeile joidenkin parametrien muuttamista"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Tapahtui virhe:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Lopetan %d sekunnissa"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Onko tm oikea asetus?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Tapahtui virhe, kokeile joidenkin parametrien vaihtamista"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resoluutio"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Valitse resoluutio ja vrisyvyys"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Nytnohjain: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 palvelin: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Lisasetukset"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Asiantuntijatila"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Nyt kaikki"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resoluutiot"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Nppinasettelu: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Hiiren tyyppi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Hiiren laite: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Nytt: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Nytn vaakajuovataajuus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Nytn virkistystaajuus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Nytnohjain: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Nytnohjaimen tunniste: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafiikkamuisti: %s kt\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Vrisyvyys: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resoluutio: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 palvelin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 ajurit: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Valmistelen X-Windowin asetuksia"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Mit haluat tehd?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Vaihda nytt"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Vaihda nytnohjainta"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Vaihda palvelimen optioita"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Vaihda resoluutiota"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Nyt tiedot"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Kokeile uudelleen"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Lopeta"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Silyt muutokset?\n"
-"Nykyiset asetukset ovat:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Kynnistettess X:"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"X voidaan laittaa kynnistymn automaattisesti kynnistyksen yhteydess.\n"
-"Haluatko kynnist X:n automaattisesti?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Kirjaudu uudelleen %s:een aktivoidaksesi muutokset"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Kirjaudu ulos ja kirjoita sitten Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 vri (8 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tuhatta vri (15 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tuhatta vri (16 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljoonaa vri (24 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miljardia vri (32 bitti)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kt"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kt"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 Mt"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 Mt"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 Mt"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 Mt"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 Mt"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 Mt"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 Mt tai enemmn"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Perus-VGA, 640x480 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "SVGA, 800x600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514-yhteensopiva, 1024x768 @ 87 Hz lomitettu (ei 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "SVGA, 1024x768 @ 87 Hz lomitettu, 800x600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Laajennettu SVGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Lomittamaton SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Korkeataajuuksinen SVGA, 1024x768 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Nytt, joka pystyy 1280x1024 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Nytt, joka pystyy 1280x1024 @ 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Nytt, joka pystyy 1280x1024 @ 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Nytt, joka pystyy 1600x1200 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Nytt, joka pystyy 1600x1200 @ 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Ensimminen sektori kynnistysosiolla"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Levyn ensimminen sektori (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILOn asennus"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Minne haluat asentaa kyttjrjestelmn lataajan?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub asennus"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO tekstipohjaisella valikolla"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO graafisella valikolla"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Kynnist DOSista/Windowsista (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Kyttjrjestelmn lataajan pasetukset"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Kytettv kyttjrjestelmn lataaja"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Kyttjrjestelmn lataajan asennus"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Kynnistyslaite"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ei toimi vanhoissa BIOSeissa)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Tiivis"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "tiivis"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Nytttila"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Tauko ennen oletusjrjestelmn kynnistyst"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Salasana"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Salasana (uudelleen)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Rajoita komentorivioptioita"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "rajoita"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Tyhjenn /tmp jokaisella kynnistyskerralla"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Tarkka muistin koko, jos tarpeen (lydettiin %d Mt)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Kyt montaa profiilia"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Anna muistin koko megatavuina"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Asetus ``Rajoita komentorivioptioita'' ei ole hydyllinen ilman salasanaa"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Yrit uudelleen"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Salasanat poikkeavat toisistaan"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Kynnistysviesti"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Vapaa Firmware-viive"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Timeout ytimen kynnistyksess"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Mahdollista kynnistys CD:lt"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Mahdollista kynnistys OFilta"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Oletuskyttjrjestelm?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Tss ovat asetustietueet.\n"
-"Voit list uusia tai muuttaa olemassaolevia."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Lis"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Valmis"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Muokkaa"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Mink tyyppisen tietueen haluat list"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Muu kyttjrjestelm (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Muu kyttjrjestelm (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Muu kyttjrjestelm (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Kuva"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Juuri"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Liit"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Luku-kirjoitus"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Taulukko"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Turvaton"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Otsikko"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Oletus"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd:n koko"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Ei Nytt"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Poista tietue"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Tyhj otsikkoa ei sallita"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Sinun tytyy mritell ydin"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Sinulla tytyy mritell juuriosio"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Otsikko on jo kytss"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Lysin %s %s liitnnt"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Onko sinulla muita?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Onko koneessa %s liitynt?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ei"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Kyll"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Katso laitteistotietoja"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Asetan ajuria %s ohjaimelle %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(moduli %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Mit %s-ajuria kokeillaan?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Joissakin tapauksissa %s-ajuri tarvitsee listietoja toimiakseen kunnolla,\n"
-"joskin tavallisesti se toimii hyvin ilmankin. Haluaisitko antaa ajurille\n"
-"lismreit vai annatko sen itse etsi tarvitsemansa tiedot? Joskus haku\n"
-"voi jumittaa tietokoneen, mutta se ei aiheuta vahinkoa."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automaattihaku"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Lisasetukset"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Voit antaa lisasetuksia modulille %s.\n"
-"Asetukset ovat muotoa ``nimi=arvo nimi2=arvo2 ...''.\n"
-"Esimerkiksi, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Moduulin optiot:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Modulin %s lataaminen eponnistui.\n"
-"Haluatko yritt muilla asetuksilla?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "oikeudet X-ohjelmille"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "oikeudet rpm-tykaluihin"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "salli \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "oikeudet yllpidollisiin tiedostoihin"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(listty jo %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Salasana on liian yksinkertainen"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Anna kyttjtunnus"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Kyttjtunnus saa sislt vain pieni kirjaimia, numeroita, `-' ja `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Kyttjtunnus on jo listty"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Lis kyttj"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Lis kyttj\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Hyvksy kyttj"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Oikea nimi"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Kyttjtunnus"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Komentotulkki"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Kuvake"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automaattinen kirjautuminen"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Yksi kyttj voidaan asettaa kirjautumaan automaattisesti sisn "
-"tietokoneellesi.\n"
-"Haluatko kytt tt ominaisuutta?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Valitse oletuskyttj:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Valitse kytettv ikkunointijrjestelm:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Valitse kytettv kieli."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Voit valita kielet jotka ovat kytettviss asennuksen jlkeen"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Kaikki"
-
-# Asennuksen sivuvalikko
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Salli kaikille kyttjille"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Mukautettu"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Ei jaettu"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Paketti %s pit asentaa. Haluatko asentaa sen?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Voit jakaa sek NFS:ll ett Samballa. Kumpaa haluat kytt"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Pakollinen paketti %s puuttuu"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Peruuta"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Tervetuloa murtautujat"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Huono"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardi"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Korkea"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Korkea"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidi"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Tt tasoa tulee kytt varoen. Se tekee jrjestelmstsi helpomman "
-"kytt,\n"
-"mutta hyvin herkn: sit ei tule kytt koneessa joka on kytketty muihin "
-"koneisiin\n"
-"tai Internettiin. Koneessa ei ole salasanoja."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Salasanat ovat nyt kytss mutta koneen kytt verkossa ei ole suositeltua."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Tm on normaaliturvallisuustaso jota suositellaan tietokoneelle jota\n"
-"kytetn Internettiin liitettyn. Jrjestelmss on "
-"turvallisuustarkastuksia."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Tll turvallisuustasolla jrjestelmn kytt palvelimena on mahdollista.\n"
-"Jrjestelm voidaan kytt palvelimena joka hyvksyy yhteyksi monilta\n"
-"asiakkailta. "
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Pohjautuu edelliseen tasoon, mutta jrjestelm on kokonaan suljettu.\n"
-"Turvallisuusasetukset ovat tiukimmillaan."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Valitse turvataso"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Turvataso"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Kyt libsafea palvelimille"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Kirjasto joka suojelee puskurin ylivuoto ja merkkijonon muotovirhehykkyksi "
-"vastaan."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Tervetuloa %s kayttojarjestelmanvalitsijaan!\n"
-"\n"
-"Valitse k~^Dytt~^Tj~^Drjestelm~^D yll~^D olevasta listasta tai\n"
-"odota %d sekuntia oletusk~^Dynnistyst~^D.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Paina enter kaynnist~^D~^Dksesi valitun kayttjrjestelmn, 'e' muokataksesi"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komennot ennen kynnistyst, tai 'c' komentoriville"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Korostettu tietue kynnistetn automaattisesti %d sekunnissa."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "ei tarpeeksi tilaa /boot-hakemistossa"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Typyt"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Kynnistysvalikko"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Et voi asentaa kyttjrjestelmn lataajaa partitiolle %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "ohjeita ei ole viel olemassa.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Kynnistyksen tavan asetus"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Tiedosto"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Tiedosto/_Poistu"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Uuden tyylin kategoroiva tarkkailija"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Uuden tyylin tarkkailija"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Perinteinen tarkkailija"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Perinteinen Gtk+ tarkkailija"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Kyt Auroraa kynnistyksen aikana"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub-tila"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot-tila"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Tll hetkell kytss oleva jrjestelmlataaja on %s.\n"
-"Valitse Aseta kynnistksesi asennusohjelman."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Mrittele"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Jrjestelmn tila"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Kyt X-Window-jrjestelm"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ei, en halua autologinia"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Kyll, haluan autologinin (kyttj, ymprist)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ei voi lukea tiedostoa /etc/inittab: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "Gt"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "Kt"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "Mt"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "Tt"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuuttia"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuutti"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekuntia"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Kuvankaappauksia ei voi tehd ennen osiointia"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Kuvankaappaukset lytyvt asennuksen jlkeen hakemistosta %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Ranska"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgia"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "T'sekin tasavalta"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Saksa"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Kreikka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norja"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Ruotsi"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Alankomaat"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Itvalta"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Yhdysvallat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Tee ensin varmuuskopio tiedoistasi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lue tarkkaan!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Jos aiot kytt aboot:ia, varmista ett jtt vapaata tilaa levyn alkuun\n"
-"(2048 sektoria on tarpeeksi)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Virhe"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Velho"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Valitse toiminta"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Sinulla on yksi suuri FAT-osio.\n"
-"(Yleens Microsoft DOS/Windowsin kytss).\n"
-"Ehdotus: muuta ensimmiseksi osion kokoa\n"
-"(klikkaa osiota ja valitse sitten \"Uusi koko\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Klikkaa osiota"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Yksityiskohdat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journaloitu FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Tyhj"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Muut"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tiedostojrjestelmien tyypit:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Luo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tyyppi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Kyt sen sijaan ``%s'':"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Poista"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Kyt ensin komentoa ``Irroita''"
-
-# mat
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Vaihdettuasi osion %s tyyppi kaikki sill olevat tiedot hvivt"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Valitse osio"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Valitse toinen osio"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Poistu"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Vaihda asiantuntijatilaan"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Vaihda normaalitilaan"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Peruuta"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Jatka joka tapauksessa?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Lopeta tallentamatta"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Lopeta kirjoittamatta osiotalua?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Haluatko tallentaa muutokset tiedostoon /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automaattinen varaus"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Tyhjenn kaikki"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Kiintolevyn tiedot"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Kaikki primriosiot kytetty"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Uusia osioita ei voida list"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Voidaksesi luoda lis osioita tuhoa yksi olemassaoleva osio jotta voisit "
-"luoda laajennetun osion"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Tallenna osiotaulu"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Palauta osiotaulu"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Pelasta osiotaulu"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Uudelleenlataa osiotaulu"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Vaihdettavan median automaattinen liittminen"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Valitse tiedosto"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Osiotaulun varmuuskopio ei ole saman kokoinen\n"
-"Jatka silti?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Varoitus"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Aseta levyke asemaan\n"
-"Kaikki levykkeen tiedot hvivt"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Yritn osiotalulun palautusta"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Yksityiskohtaiset tiedot"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Liitospaikka"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Optiot"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Uusi koko"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Siirr"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Alusta"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Liit"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Lis RAIDiin"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Lis LVM:iin"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Irroita"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Poista RAIDista"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Poista LVM:st"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Muokkaa RAIDia"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Kyt loopback-tiedostoa"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Luo uusi osio"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Aloitussektori: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Koko Mt: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tiedostojrjestelm: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Liitospaikka: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Etuoikeus: "
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Poista loopback-tiedosto?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Muuta osiotyyppi"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Mink tiedostojrjestelmn haluat?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Vaihdan ext2:sta ext3:een"
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Minne haluat liitt loopback-tiedoston %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Minne haluat liitt laitteen %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ei voida poistaa liitospaikkaa koska osiota kytetn loopback-tilassa.\n"
-"Poista loopback-tiedosto ensin"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Lasken FAT-tiedostojrjestelmn rajoja"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Muutan kokoa"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Tmn osion kokoa ei voi muuttaa"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Kaikki osion tiedot tulee varmuuskopioida"
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Osion %s koon muuttamisen jlkeen kaikki osion tiedot tuhoutuvat"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Valitse uusi koko"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Uusi koko (Mt): "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Mille levylle haluat siirt?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektori"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Mille sektorille haluat siirt?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Siirrn"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Siirrn osiota..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Valitse olemassaoleva RAID johon listn"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "uusi"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Valitse olemassaoleva LVM johon listn"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM:n nimi?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Osiota ei voida kytt loopback-osiona"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback tiedostonimi: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Anna tiedostonimi"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Tiedosto on jo kytss toiselle loopbackille, valitse toinen"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Tiedosto on jo olemassa. Kyt sit?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Liittmisen optiot"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Useita"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "laite"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "taso"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "palan koko"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Varo: tm on vaarallinen toiminto"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Mink tyyppinen osiointi?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"/boot hakemistoa ei voida luoda nin kauas levyn alusta (sylinterille joka "
-"on > 1024).\n"
-"Joko kytt LILOa ja se ei toimi, tai et kyt LILOa, jolloin et tarvitse /"
-"boot -hakemistoa"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Osio jolle valitsit juuren (/) on fyysisesti yli 1024 sylinterin levyll,\n"
-"eik sinulla ole /boot osiota.\n"
-"Jos haluat kytt LILO-kynnistyksenhallintaa, lis Linuxille /boot osio."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Olet valinnut ohjelmallisen RAID-osion juuriosioksi (/).\n"
-"Mikn kynnistyslataaja ei osaa ksitell tt ilman /boot -osiota.\n"
-"Lis /boot -osio, jos haluat kytt liloa tai grubia"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Levyn %s osiotaulu kirjotetaan levylle!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Sinun tytyy kynnist kone uudelleen ennen kuin muutos tulee voimaan"
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Kaikki osiolla %s olevat tiedot hvivt osion alustuksen yhteydess"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Alustan"
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Alustan loopback-osiota %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Alustan osiota %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Piilota tiedostot"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Siirr tiedostot uuteen osioon"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Hakemisto %s sislt jo jotakin tietoa\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Siirrn tiedostoja uudelle osiolle"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopioidaan %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Poistetaan %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "osio %s tunnetaan nyt nimell %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Laite: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-asema: %s (vain arvaus)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tyyppi: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nimi: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Alkaa: sektori %s\n"
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Koko: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektoria"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Sylinterist %d sylinteriin %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Alustettu\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Ei alustettu\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Liitetty\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback tiedosto(t):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Osiolta kynnistetn oletuksena\n"
-" (MS-DOS kynnistys, ei lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Taso %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Palan koko %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-levyt %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback-tiedoston nimi: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"On mahdollista, ett tm osio on\n"
-"ajuriosio. Sinun olisi kaiketi\n"
-"parasta jtt se rauhaan.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Tm erityinen Bootsrap-\n"
-"osio on jrjestelmsi\n"
-"kaksoiskynnistmiseksi.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Koko: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s sylinteri, %s lukupt, %s sektoria\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Tietoja: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-levyt %s\n"
-
-# mat
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Osion tyyppi: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "vylss %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Optiot: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Tiedostojrjestelmn salausavain"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Valitse tiedostojrjestelmsi salausavain"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Salausavain on liian yksinkertainen (sen pit olla ainakin %d merkki pitk)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Salausavaimet eivt tsm"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Salausavain"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Salausavain (uudelleen)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Muuta tyyppi"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Klikkaa mediaa"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Hae palvelimet"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s:n alustus %s:ta eponnistui"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "en osaa alustaa %s: tyyppi %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck eponnistui virhekoodilla %d tai signaalilla %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "virhe irroitettaessa %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "yksinkertainen"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "palvelin"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Et voi kytt JFS: alle 16 Mt osioilla"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Et voi kytt ReiserFS: alle 32 Mt osioilla"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Liitospaikan pit alkaa /-merkill."
-
-# mat
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "On jo olemassa osio, jonka liitospaikka on %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Et voi kytt LVM loogista taltiota liitekohtana %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Tmn hakemiston pitisi olla juuritiedostojrjestelmss"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Tarvitset thn liitoskohtaan oikean tiedostojrjestelmn (ext2, reiserfs)\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Et voi kytt salattua tiedostojrjestelm liitoskohdassa %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Vapaa tila ei riit automaattiseen varaukseen"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Ei mitn tekemist"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Virhe kirjoitettaessa tiedostoon %s: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"On tapahtunut virhe - ei lytynyt ainuttakaan laitetta, joille voi luoda "
-"uuden tiedostojrjestelmn. Tarkista laitteistosi korjataksesi ongelman"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Sinulla ei ole yhtn osiota!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Yll olevassa listassa ovat kiintolevyilt lytyneet Linux-osiot. Voit pit "
-"velhon \n"
-"tekemt valinnat, sill ne sopivat useimpiin asennuksiin. Jos teet "
-"muutoksia,\n"
-"sinun tytyy mritell vhintn juuriosio (\"/\"). l valitse juureksi "
-"liian pient \n"
-"osiota, sill silloin kaikkia ohjelmia ei voida asentaa. Jos haluat "
-"tallettaa tiedot \n"
-"erilliselle osiolle, sinun tytyy luoda oma osio mys \"/home\"-"
-"hakemistolle \n"
-"(mik on mahdollista vain, jos sinulla on enemmn kuin yksi Linux-osio).\n"
-"\n"
-"Jokaisesta osiosta on listattu seuraavat tiedot: \"Nimi\", \"Kapasiteetti"
-"\".\n"
-"\n"
-"\"Nimi\"-kohdan rakenne on: \"Kiintolevyn tyyppi\", \"Kiintolevyn numero"
-"\",\n"
-"\"Osion numero\" (esimerkiksi \"hda1\").\n"
-"\n"
-"\"Kiintolevyn tyyppi\" on \"hd\", jos kiintolevysi on IDE-levy, ja \"sd\", "
-"jos \n"
-"se on SCSI-levy.\n"
-"\n"
-"\"Kiintolevyn numero\" on aina kirjain heti \"hd\":n tai \"sd\":n jlkeen. \n"
-"IDE-asemilla:\n"
-"\n"
-" * \"a\" tarkoittaa \"herraksi mritelty kiintolevy ensisijaisella IDE-"
-"laitteella\",\n"
-"\n"
-" * \"b\" tarkoittaa \"orjaksi mritelty kiintolevy ensisijaisella IDE-"
-"laitteella\",\n"
-"\n"
-" * \"c\" tarkoittaa \"herraksi mritelty kiintolevy toissijaisella IDE-"
-"laitteella\",\n"
-"\n"
-" * \"d\" tarkoittaa \"orjaksi mritelty kiintolevy toissijaisella IDE-"
-"laitteella\",\n"
-"\n"
-"SCSI-levyill \"a\" tarkoittaa \"pienin SCSI ID\", \"b\" taas \"toiseksi "
-"pienin \n"
-"SCSI ID\", jne..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linuxin asennus koostuu useasta CD-ROM-levyst. DrakX\n"
-"tiet, onko valittu paketti toisella CD:ll ja osaa tarvittaessa sytt\n"
-"nykyisen levyn ulos ja kysy oikeaa."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Voit nyt valita mitk palvelut haluat kynnist konetta kynnistettess.\n"
-"\n"
-"Tss on lista kaikista palveluista, jotka lytyvt nykyisest "
-"asennuksesta.\n"
-"Ky lista lpi huolellisesti ja poista kaikki ne palvelut, joita ei tarvita "
-"jokaisella\n"
-"kynnistyskerralla.\n"
-"\n"
-"Saat kustakin palvelusta lyhyen kuvaustekstin valitsemalla sen. Jos et\n"
-"kuitenkaan ole varma palvelun hydyllisyydest, on yleens varmempaa\n"
-"jtt se oletusarvoiseksi.\n"
-"\n"
-"!! Tss vaiheessa sinun pit olla erityisen huolellinen, jos aiot kytt\n"
-"konettasi palvelimena: et varmaankaan halua kynnist niit palveluita,\n"
-"joita et tarvitse. Muista mys, ett jotkin palvelut voivat olla "
-"vaarallisia,\n"
-"jos ne ovat aktivoituja palvelimessa. Yleens kannattaa valita vain\n"
-"ne palvelut, joita todella tarvitaan.\n"
-"!!"
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Kun kokeilet ensimmist kertaa X:n asetuksiasi, et ole vlttmtt kovin\n"
-"tyytyvinen sen nyttn (ruutu on liian pieni, siirtynyt vasemmalle tai\n"
-"oikealle...). Vaikka X kynnistyisikin oikein, DrakX kysyy sinulta, "
-"sopivatko\n"
-"asetukset sinulle. Se ehdottaa mys mys muutoksia nyttmll listan\n"
-"sen lytmist voimassa olevista nytttiloista, pyyten sinua valitsemaan\n"
-"niist yksi.\n"
-"\n"
-"Jos et milln saa X: toiminaan, kannattaa viimeisen valita \"Vaihda\n"
-"nytnohjain\", sielt \"Listaamaton kortti\", ja kun sinulta kysytn, "
-"mink\n"
-"palvelimen haluat, valitse \"FBDev\". Tm on vikasietoinen valinta, joka\n"
-"toimii kaikilla nykyaikaisilla nytnohjaimilla. Lopuksi valitse \"Testaa\n"
-"uudelleen\" varmistaaksesi toimimisen."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Lopuksi sinulta kysytn, haluatko kynnistyksess graafisen rajapinnan.\n"
-"Huomaa, ett kysymys esitetn vaikka et olisi testannut asetuksia.\n"
-"Haluat varmaankin vastata \"Ei\", jos koneesi on tarkoitettu palvelimeksi\n"
-"tai jos nytn asetus eponnistui."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Tss vaiheessa sinun pit valita mihin haluat asentaa Mandrake Linux\n"
-"-kyttjrjestelmn. Jos kiintolevysi on tyhj tai olemassaoleva "
-"kyttjrjestelm\n"
-"kytt kaiken siin olevan tilan, sinun pit osioida kiintolevysi. "
-"Yksinkertaistaen\n"
-"kiintolevyn osiointi koostuu levytilan jakamisesta loogisiin osiin tilan "
-"saamiseksi\n"
-"Mandrake Linux -jrjestelmlle.\n"
-"\n"
-"Koska osiointiprosessin vaikutukset ovat tavallisesti peruuttamattomia, voi\n"
-"osiointi olla pelottavaa ja stressaavaa kokemattomalle kyttjlle. Onneksi\n"
-"on olemassa velho, joka on tehty helpottamaan prosessia. Ennen kuin "
-"aloitat,\n"
-"kyt riittvsti aikaa ohjekirjan lukemiseen.\n"
-"\n"
-"Jos asennus on asiantuntijatilassa, pset DiskDrakeen, Mandrake Linuxin\n"
-"osiointitykaluun, joka antaa sinun hienost osioitasi. Katso tss "
-"tapauksessa\n"
-"ohjekirjan DiskDrakea koskeva kappale. Voit mys kytt asennuksen velhoa\n"
-"painamalla dialogin \"Velho\"-painiketta.\n"
-"\n"
-"Jos osiot on jo mritelty, joko edellisess asennuksessa tai jonkin toisen\n"
-"osiointitykalun toimesta, voit yksinkertaisesti valita niist ne, joihin "
-"haluat asentaa\n"
-"Linux-jrjestelmsi.\n"
-"\n"
-"Jos osioita ei ole viel mritelty, sinun pit luoda ne kyttmll "
-"velhoa.\n"
-"Riippuen kiintolevyn asetuksista, on kytss erilaisia vaihtoehtoja:\n"
-"\n"
-" * \"Kyt vapaa tila\": tm vaihtoehto osioi automaattisesti tyhjt "
-"kovalevyt.\n"
-"Sinua ei vaivata ptsi sen enemp.\n"
-"\n"
-" * \"Kyt olemassaolevaa osiota\": velho on lytnyt yhden tai useamman\n"
-"olemassaolevan Linux.osion kiintolevyllsi. Jos haluat kytt niit, "
-"valitse\n"
-"tm vaihtoehto.\n"
-"\n"
-" * \"Kyt tyhj tilaa Windows-osiossa\": Jos Microsoft Windows on "
-"asennettuna\n"
-"kiintolevyllesi ja se kytt kaiken levyll olevan tilan, sinun tytyy "
-"tehd vapaata\n"
-"tilaa Linuxin tiedoille. Tehdksesi sen, voit tuhota Microsoft Windowsin "
-"kyttmn\n"
-"osion ja tiedot (katso kohta \"Tyhjenn koko lavy\" tai \"Asiantuntijatila"
-"\") tai voit\n"
-"muuttaa Microsoft Windowsin kyttmn osion kokoa. Koon muuttaminen voidaan "
-"tehd hvittmtt mitn levyll olevista tiedoista. Tm vaihtoehto on "
-"suositeltu,\n"
-"mikli haluat kytt sek Mandrake Linuxia ett Microsoft Windowsia "
-"samalla\n"
-"tietokoneella.\n"
-"\n"
-" Ennen kuin valitset tmn vaihtoehdon, sinun tulee tiet, ett "
-"Microsoft\n"
-"Windowsin kyttmn osion koko pienenee operaarion johdosta. Sinulla tulee\n"
-"siis olemaan nykyist vhemmn tilaa uusien ohjelmien asentamiseen ja "
-"tietojen\n"
-"tallentamiseen Microsoft Windowsin alla.\n"
-"\n"
-" * \"Tyhjenn koko lavy\": jos haluat tuhota kaikki levyll olevan tiedon "
-"sek sill\n"
-"olevat osiot ja asentaa Mandrake Linux -jrjestelmn niiden tilalle, voit "
-"valita\n"
-"tmn vaihtoehdon. Ole varovainen, sill et pysty en palauttamaan levyn "
-"sislt\n"
-"ennalleen sen jlkeen, kun olet hyvksynyt toiminnon.\n"
-"\n"
-" !! Jos valitset tmn vaihtoehdon, kaikki levyllsi oleva tieto "
-"tuhoutuu. !!\n"
-"\n"
-" * \"Poista Windows\": tm yksinkertaisesti poistaa kaiken, mit levyll "
-"on, ja\n"
-"aloittaa puhtaasti osioimalla kaiken alusta alkaen. Kaikki levyll oleva "
-"tieto tuhoutuu.\n"
-"\n"
-" !! Jos valitset tmn vaihtoehdon, kaikki levyllsi oleva tieto "
-"tuhoutuu. !!\n"
-"\n"
-" * \"Asiantuntijatila\": jos haluat osioida kiintolevysi itse, voit valita "
-"tmn\n"
-"vaihtoehdon. Ole varovainen - tm on tehokas, mutta vaarallinen valinta.\n"
-"Voit todella helposti menett kaiken tiedon. Joten l valitse tt "
-"ratkaisua,\n"
-"ellet tied, mit olet tekemss."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Kaikki vasta mritellyt osiot tytyy alustaa kytt varten (alustaminen\n"
-"tarkoittaa tiedostojrjestelmn luontia).\n"
-"\n"
-"Samalla voit haluta alustaa uudelleen mys olemassaolevia osioita\n"
-"poistaaksesi kaiken niiss olevan tiedon. Jos haluat haluat tehd niin,\n"
-"valitse mys ne osiot.\n"
-"\n"
-"Huomaa, ett sinun ei ole pakko alustaa kaikkia jo olemassa olevia\n"
-"osioita. Sinun pit alustaa ne osiot, joilla kyttjrjestelm\n"
-"sijaitsee (kuten \"/\", \"/usr\" ja \"/var\"), mutta voit silytt osiot,\n"
-"joilla henkilkohtaiset tiedostosi sijaitsevat (tavallisesti \"/home\").\n"
-"\n"
-"Ole huolellinen osioita valitessasi. Alustamisen jlkeen kaikki tieto\n"
-"valituilla osioilla on poissa eik niiden palauttaminen en onnistu.\n"
-"\n"
-"Valitse \"Ok\", kun olet valmis alustamaan osiot.\n"
-"\n"
-"Valitse \"Peruuta\", jos haluat valita toisen osion Mandrake Linuxin\n"
-"asentamiseen.\n"
-"\n"
-"Valitse \"Lisasetukset\", jos haluat valita osiot, jotka tarkistetaan "
-"levyll\n"
-"olevien huonojen kohtien varalta."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Uutta Mandrake Linux -kyttjrjestelmsi asennetaan parasta aikaa.\n"
-"Asennettavien pakettien mrst ja koneesi nopeudesta riippuen\n"
-"vie tm toiminto muutamasta minuutista useaan tuntiin.\n"
-"\n"
-"Krsivllisyytt."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Ennen jatkamista sinun pitisi lukea huolellisesti lisenssin ehdot. "
-"Lisenssi\n"
-"kattaa koko Mandrake Linux -jakelun, ja jos et hyvksy kaikkia ehtoja,\n"
-"paina \"Kieltydy\"-painiketta joka keskeytt asennuksen heti. Jatkaaksesi\n"
-"asennusta paina \"Hyvksy\"-painiketta."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Tss vaiheessa on aika valita tietokoneellesi sopiva turvataso.Yleisesti\n"
-"mit avoimempi koneesi on ja mit enemmn trke tietoa on talletettu\n"
-"koneellesi, sit korkeampi turvatason pitisi olla. Huomaa kuitenkin, ett\n"
-"korkeampi turvallisuustaso saavutetaan yleens kytettvyyden\n"
-"kustannuksella. Lue MSEC-kappale \"Reference Manualista\" saadaksesi\n"
-"lis tietoa turvatasojen merkityksest.\n"
-"\n"
-"Jos et tied mit valita, kyt oletuksena olevaa vaihtoehtoa."
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Tss vaiheessa sinun pit valita mille osioille haluat asentaa Mandrake "
-"Linux\n"
-"-kyttjrjestelmn. Jos osiot on jo mritelty (edellisess asennuksessa \n"
-"tai jonkin toisen osiointiohjelman toimesta), voit kytt olemassaolevia "
-"osioita.\n"
-"Muuten kiintolevyosiot tytyy mritt.\n"
-"\n"
-"\n"
-"Luodaksesi osioita, sinun tytyy ensiksi valita kiintolevy. Voit valita \n"
-"levyn osioitavaksi painamalla \"hda\" ensimmille IDE-asemalle, \"hdb\"\n"
-"toiselle tai \"sda\" ensimmiselle SCSI-levylle ja niin edelleen.\n"
-"\n"
-"\n"
-"Osioidaksesi valitun kiintolevyn, voit kytt seuraavia vaihtoehtoja:\n"
-"\n"
-"\n"
-" * Tyhjenn kaikki: tm valinta tuhoaa kaikki osiot valitulla "
-"kiintolevyll.\n"
-"\n"
-"\n"
-" * Automaattinen varaus: Tm valinta luo automaattisesti Ext2- ja "
-"virtuaalimuistiosiot kiintolevysi kyttmttmst osasta.\n"
-"\n"
-"\n"
-" * Pelasta osiointitaulu: jos osiointitaulu on vaurioitunut, voit yritt "
-"toipua vaurioista kyttmll tt valintaa.\n"
-" Muista, ett tm toimenpide voi mys eponnistua.\n"
-"\n"
-"\n"
-" * Peruuta: voit kytt tt valintaa peruaksesi tehdyt muutokset.\n"
-"\n"
-"\n"
-" * Palauta: voit kytt tt valintaa, jos haluat perua kaikki muutokset "
-"ja palauttaa alkuperisen osiointitaulun.\n"
-"\n"
-"\n"
-" * Velho: jos haluat kytt velhoa kiintolevysi osiointiin, voit kytt "
-"tt valintaa. Tm on \n"
-" suositeltu valinta, jos sinulla ei ole paljoa kokemusta osioinnista.\n"
-"\n"
-"\n"
-" * Palauta levykkeelt: jos olet tallentanut osiointitaulun levykkeelle, "
-"voit palauttaa tallennushetkell \n"
-" voimassa olleet asetukset.\n"
-"\n"
-"\n"
-" * Tallenna levykkeelle: jos haluat tallentaa osiointitaulun levylle "
-"pystyksesi palauttamaan sen,\n"
-" voit kytt tt valintaa. Suosittelen, ett teet tmn ennen kuin "
-"muutat osiointitietoja.\n"
-"\n"
-"\n"
-" * Valmis: kun olet osioinut kiintolevysi, kyt tt valintaa "
-"tallentaaksesi muutokset levylle.\n"
-"\n"
-"\n"
-"Kun osio on valittuna voit kytt:\n"
-"\n"
-"\n"
-" * Ctrl-c luodaksesi uuden osion (kun tyhj osio on valittuna)\n"
-"\n"
-" * Ctrl-d tuhotaksesi osion\n"
-"\n"
-" * Ctrl-m asettaaksesi osion liitoskohdan tiedostojrjestelmss\n"
-"\n"
-"\n"
-"Mikli asennat jrjestelm PPC-koneelta, haluat luoda pienen HFS "
-"'bootstrap'-osion, jonka koko on vhintn \n"
-"1 Mt yaboot-jrjestelmnlataajan kyttn. Jos haluat, voit tehd "
-"tuostaosiosta mys suuremman, sanotaan 50 Mt, \n"
-"kyttksesi sit varaytimen ja ramdisk-imagen tallentamiseksi jrjestelmn "
-"latauksen httilanteita varten."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Kiintolevylt on lytynyt useampia kuin yksi Microsoft Windows -osio.\n"
-"Valitse niist se, jonka kokoa haluat muuttaa pystyksesi asentamaan\n"
-"Mandrake Linuxn tietokoneeseesi.\n"
-"\n"
-"\n"
-"Tiedoksi: jokaisesta osiosta on listattu seuraavat tiedot: \"Nimi Linuxissa"
-"\", \n"
-"\"Nimi Windowsissa\", \"Kapasiteetti\".\n"
-"\n"
-"\n"
-"\"Nimi Linuxissa\" on koodattu seuraavalla tavalla: \"Kiintolevyn tyyppi"
-"\", \n"
-"\"Kiintolevyn numero\", \"Osion numero\" (esimerkiksi \"hda1\").\n"
-"\n"
-"\n"
-"\"Kiintolevyn tyyppi\" on \"hd\" jos kiintolevysi on IDE-levy ja \"sd\" jos "
-"se on\n"
-"SCSI-levy.\n"
-"\n"
-"\n"
-"\"Kiintolevyn kirjain\" on aina kirjain heti \"hd\":n tai \"sd\":n jlkeen. "
-"IDE-asemilla:\n"
-"\n"
-" * \"a\" tarkoittaa \"herraksi mritelty kiintolevy ensisijaisella IDE-"
-"laitteella\",\n"
-"\n"
-" * \"b\" tarkoittaa \"orjaksi mritelty kiintolevy ensisijaisella IDE-"
-"laitteella\",\n"
-"\n"
-" * \"c\" tarkoittaa \"herraksi mritelty kiintolevy toissijaisella IDE-"
-"laitteella\",\n"
-"\n"
-" * \"d\" tarkoittaa \"orjaksi mritelty kiintolevy toissijaisella IDE-"
-"laitteella\",\n"
-"\n"
-"\n"
-"SCSI-levyill \"a\" tarkoittaa \"ensisijainen kiintolevy\", \"b\" "
-"puolestaan\n"
-"\"toissijainen kiintolevy\", jne...\n"
-"\n"
-"\"Nimi Windowsissa\" on kiintolevysi kirjain Windowsin alla ( ensimminen "
-"levy\n"
-"tai osio on nimetty \"C:\":ksi)."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Krsivllisyytt. Tm toiminto voi kest useita minuutteja."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Valitse \"Asenna\", jos sinulla ei ole aikaisempaa versiota Mandrake "
-"Linuxsta\n"
-"asennettuna tai haluat kytt useaa kyttjrjestelm.\n"
-"\n"
-"\n"
-"Valitse \"Pivit\", jos haluat pivitt olemassaolevan version Mandrake "
-"Linuxsta.\n"
-"\n"
-"\n"
-"Riippuen osaamisestasi GNU/Linux-jrjestelmiss, voit valita jonkin "
-"seuraavista tasoista Mandrake Linux -kyttjrjestelmn asentamiseen tai "
-"pivittmiseen:\n"
-"\n"
-"\n"
-"* Suositeltu: jos et ole ikin asentanut GNU/Linux-kyttjrjestelm, "
-"valitse tm vaihtoehto.\n"
-" Asennus tulee olemaan helppo ja sinulta tullaan kysymn vain muutama "
-"kysymys.\n"
-"\n"
-"\n"
-"* Mukautettu: jos tunnet GNU/Linuxin tarpeeksi hyvin, voit valita "
-"jrjestelmn tyypin kytn mukaan\n"
-" (tyasema, palvelin, kehitys). Sinun tarvitsee vastata useampaan "
-"kysymykseen, kuin \"Suositellussa\" asennuksessa,\n"
-" joten sinun tytyy tiet miten GNU/Linux toimii, jos haluat valita tmn "
-"asennusluokan.\n"
-"\n"
-"\n"
-"* Asiantuntija: jos tunnet GNU/Linux-jrjestelmn hyvin, voit valita tmn "
-"asennusluokan. Kuten\n"
-" \"Mukautetussa\" asennuksessa, sinun tytyy valita ensisijainen "
-"kyttkohde (tyasema,\n"
-" palvelin, kehitys). Tm asennusluokka tarjoaa joustavimman asennuksen, "
-"mutta jotkin kysymykset\n"
-" voivat osoittautua erittin vaikeiksi niille, jotka eivt tunne GNU/"
-"Linuxia riittvn hyvin.\n"
-" l valitse tt asennusluokkaa, ellet ole aivan varma, mit olet "
-"tekemss."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Tavallisesti DrakX valitsee sinulle oikean nppimistn (sen mukaan, mink\n"
-"kielen olet valinnut) ja et edes ne tt kohtaa. Kuitenkaan sinulla ei "
-"vlttmtt\n"
-"ole nppimist, joka vastaa suoraan kieltsi. Jos olet esimerkiksi "
-"englanninkielinen\n"
-"sveitsilinen, voit silti haluta sveitsilisen nppimistn. Tai jos puhut "
-"Englantia,\n"
-"mutta asut Quebeciss, sinulla voi olla samanlainen tilanne. Molemmissa "
-"tapauksissa\n"
-"sinun pit palata takaisin kyseiseen asennusvaiheeseen ja valita sopiva "
-"nppimist\n"
-"listasta.\n"
-"\n"
-"Paina \"Lis\"-painiketta saadaksesi tydellisen listan tuetuista "
-"nppimistist. "
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Valitse mieleisesi kieli asennukseen ja jrjestelmn kyttn.\n"
-"\n"
-"Painamalla \"Lisasetukset\"-painiketta saat mahdollisuuden valita mys\n"
-"muita kieli asennettavaksi tyasemallesi. Muiden kielien valitseminen\n"
-"asentaa kielikohtaiset tiedostot jrjestelmn dokumentoinnista ja\n"
-"ohjelmistoista. Esimerkiksi jos sinulla koneessasi Espanjalaisia kyttji,\n"
-"valitse englanti (tai suomi) pkieleksi ja lisasetusten puolelta paina\n"
-"harmaata thte, joka vastaa Espanjaa.\n"
-"\n"
-"Huomaa, ett voit valita useita kieli. Kun olet valinnut haluamasi "
-"ylimriset\n"
-"kielet, paina \"Ok\"-painiketta jatkaaksesi."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"DrakX olettaa yleisesti, ett sinulla on kaksinppiminen hiiri ja kytkee\n"
-"sen kolmannen nppimen emulaatiolla. DrakX tiet mys\n"
-"automaattisesti, onko se PS/2, sarja- vai USB-hiiri.\n"
-"\n"
-"Jos haluat asettaa eri tyyppisen hiiren, valitse sopiva tyyppi oheisesta\n"
-"listasta.\n"
-"\n"
-"Jos valitset muun kuin oletushiiren, saat eteesi hiiren testiruudun. Kyt\n"
-"hiiren nappeja ja rullaa varmistaaksesi, ett asetukset ovat oikeat. Jos\n"
-"hiiri ei toimi kunnolla, paina vlilynti tai enteri peruttaaksesi, mink\n"
-"jlkeen voit valita uudelleen."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Valitse oikea portti. Esimerkiksi \"COM1\" portti Windowsissa\n"
-"on nimetty \"ttyS0\":ksi GNU/Linuxissa."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) ja grub ovat jrjestelmlataajia: ne voivat\n"
-"kynnist joko GNU/Linuxin tai mik tahansa tietokoneellasi olevan\n"
-"kyttjrjestelmn. Tavallisesti kaikki kyttjrjestelmt tunnistuvat ja\n"
-"asentuvat oikein. Jos edellinen ei kuitenkaan pid paikkaansa, voit list\n"
-"kyseisen kohdan ksin tss ruudussa. Ole huolellinen, ett tulet\n"
-"valinneeksi oikeat parametrit.\n"
-"\n"
-"Jos et halua kenenkn psevn osaan kyttjrjestelmist, voit\n"
-"tuhoa kyseiset kohdat. Mutta ett siin tapauksessa tarvitset itse\n"
-"kynnistyslevykett pstksesi kyseisiin kyttjrjestelmiin!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Sinun pit osoittaa paikka, jonne haluat asettaa tarvittavat tiedot\n"
-"GNU/Linuxin kynnistmiseksi.\n"
-"\n"
-"Jos et tied tarkalleen mit olet tekemss, valitse \"Levyn ensimminen\n"
-"sektori (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX hakee koneeseen asennettuja PCI-vylisi SCSI-laitteita. \n"
-"Jos SCSI-laite lytyy ja DrakX tiet mit ajuria kytt, laite otetaan \n"
-"automaattisesti kyttn.\n"
-"\n"
-"\n"
-"Jos tietokoneessasi ei ole SCSI-laitetta tai DrakX ei tunnista sinulla \n"
-"olevaa ISA- tai PCI-vylist SCSI-laitetta, DrakX kysyy onko koneessasi\n"
-"SCSI-liitynt. Jos ei, voit vallita \"Ei\". Jos valitset \"Kyll\", tulee \n"
-"nkyviin lista ajureista, josta voit valita sinulla olevan laitteen.\n"
-"\n"
-"\n"
-"Jos sinun tytyy valita ajuri manuaalisesti, DrakX kysyy, haluaisitko "
-"mritt\n"
-"sille lisoptioita. Sinun kannattaa antaa DrakX:n tutkia laitteistosi "
-"optioiden\n"
-"lytmiseksi, sill yleens kyseinen toiminto toimii hyvin.\n"
-"\n"
-"\n"
-"Jos ei, sinun pit itse antaa optiot kyseiselle ajurille. Katso listietoja "
-"kyttohjeesta\n"
-"(luku 3, osa \"Collective informations on your hardware\"), jossa on "
-"vinkkej\n"
-"miten nm tiedot lytyvt laitteiston ohjekirjoista, "
-"laittteistovalmistajan\n"
-"webbisivuilta (jos sinulla on internetyhteys) tai Microsoft Windowsista "
-"(jos\n"
-"se on asennettu tietokoneeseesi)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Valitse kiintolevy, jonka haluat tyhjent uudelle Mandrake Linux -osiolle.\n"
-"Ole varovainen, koska kaikki asemalla oleva tieto tuhoutuu eik ole en\n"
-"palautettavissa!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Paina \"OK\", jos haluat tuhota kaiken tll kiintolevyll olevan tiedon\n"
-"sek osiot. Ole varovainen, sill painettuasi \"OK\" et voi en palauttaa\n"
-"mitn tll kiintolevyll olleita tietoja ja osioita, mukaanlukien kaikki\n"
-"Windows-tiedostot.\n"
-"\n"
-"Paina \"Peruuta\" keskeyttksesi tmn toiminnon ilman ett menett\n"
-"mitn kiintolevyll ollutta tietoa ja osoita."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Sinun tytyy mys alustaa %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Olet valinnut seuraavat palvelimet: %s\n"
-"\n"
-"\n"
-"Nm palvelimet otetaan oletuksena kyttn. Niiss ei ole tunnettuja \n"
-"turvallisuusaukkoja, mutta sellaisia voi lyty ajan mittaan. Mikli niin \n"
-"tapahtuu, pitisi sinun pivitt kyseiset palvelimet niin nopeasti kuin \n"
-"suinkin mahdollista.\n"
-"\n"
-"\n"
-"Haluatko todella asentaa nm palvelimet?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Aseta tyhj FAT-alustettu levyke levyasemaan %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Tm levyke ei ole FAT-alustettu"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Kyttksesi tt \"tallennetut paketit\" valintaa, kynnist asennus "
-"optiolla \"linux defcfg=floppy\""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Virhe lukiessa tiedostoa %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Jokin osa laitteistoasi tarvitsee laitteistovalmistajan ajurit toimiakseen "
-"kunnolla.\n"
-"Voit lyt listietoja edellmainituista tlt: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Sinulla tulee olla juuriosio.\n"
-"Tt varten luo osio (tai klikkaa olemassaolevaa).\n"
-"Valitse sitten toiminto ``Liitospaikka'' ja aseta se arvoon `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Sinulla tulee olla heittovaihtotiedosto"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Sinulla ei ole heittovaihto-osiota\n"
-"\n"
-"Jatka kuitenkin?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Sinulla pit olla FAT-osio liitettyn hakemistoon /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Kyt tyhj tilaa"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Ei tarpeeksi tilaa uusien osioiden luomiseksi"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Kyt olemassa olevia osioita"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Ei ole olemassa olevaa osiota kytettvksi"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Kyt Windows-osiota loopback-tiedostona"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Mille osiolle haluat laittaa Linux4Win:in?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Valitse koot"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Juuriosion koko Mt: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Sivutusosion koko Mt: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Kyt tyhj tilaa Windows-osiolla"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Mink osion kokoa haluat muuttaa?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Lasken Windows-tiedostojrjestelmn rajoja"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT-jrjestelmn koon muuttaja ei osaa ksitell osiotasi,\n"
-"saatiin seuraava virhe: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Windows-osiosi on liian pirstoutunut, mene Windowsiin ja aja \"defrag\" ensin"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"VAROITUS!\n"
-"\n"
-"DrakX aikoo nyt muuttaa Windows-osiosi kokoa. Ole varovainen:\n"
-"tm toimenpide on vaarallinen. Jos et ole viel tarkistanut \n"
-"Windows-osioitasi, sinun tulisi poistua asennuksesta, ajaa\n"
-"kiintolevyjen tarkistus Windowsissa (sek mahdollisesti mys\n"
-"eheytt levyt). Sen jlkeen voit aloittaa asennuksen uudelleen.\n"
-"Samalla suosittelen ottamaan varmuuskopiot trkeist tiedoista.Kun olet "
-"varma, paina Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Kuinka paljon tilaa haluat silytt Windowsilla"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "osio %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT-tiedostojrjestelmn koon muuttaminen eponnistui: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Ei ole FAT-osioita, joiden kokoa voisi muuttaa tai kytt loopback-"
-"tiedostoina (tai osiot ovat tynn)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Tyhjenn koko levy"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Poista Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Sinulla on enemmn kuin yksi kiintolevy. Mille haluat asentaa Linuxin?"
-
-# mat
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "KAIKKI olemassaolevat osiot ja niiss oleva tieto tuhoutuu asemalta %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Mukautettu levyn osiointi"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Kyt fdiski"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Voit nyt osioda kiintolevysi %s\n"
-"Kun olet valmis, l unohda tallettaa asetuksia komennolla `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Sinulla ei ole tarpeeksi tilaa Windows-osiollasi"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ei ole tarpeeksi tilaa asentamiseen"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX-Osiointivelho lysi seuraavat ratkaisut:"
-
-# mat
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Osiointi eponnistui: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Kynnistn verkkoa"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Ajan alas verkkoa"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Tapahtui virhe, sit ei voida ksitell kunnolla.\n"
-"Jatka omalla riskillsi."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Kahdentunut liitospaikka %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Osa trkeist paketeista ji asentamatta loppuun asti.\n"
-"Joko cdrom-asemasi tai levy on viallinen.\n"
-"Tarkista cdrom Linux-koneessa kyttmll \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-# mat
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Tervetuloa %s:n"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ei levykeasemaa kytettviss"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Siirryn vaiheeseen `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Jrjestelmsi resurssit ovat lopussa. Voit kohdata ongelmia Mandrake Linuxa "
-"asentaessasi.\n"
-"Jos nin tapahtuu, voit kokeilla tekstipohjaista asennusta. Tehdksesi niin "
-"paina `F1' kun\n"
-"kynnistt asennusohjelmaa CDROM-asemasta. Tmn jlkeen kirjoita `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Asennusluokka"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Valitse yksi seuraavista asennusluokista:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Valitsemiesi ryhmien kokonaiskoko on suunnilleen %d Mt.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Jos haluat asentaa vhemmn kuin tm koko,\n"
-"valitse prosenttiosuus paketeista jonka haluat asentaa.\n"
-"\n"
-"Pieni prosenttiosuus asentaa vain trkeimmt paketit,\n"
-"100%% osuus asentaa kaikki paketit."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Sinulla on levyll tilaa vain %d%% paketeista\n"
-".Jos haulat asentaa vhemmn kuin tmn osan,\n"
-"valitse prosenttiosuus paketeista jotka haluat asentaa.\n"
-"Pieni prosentti asentaa vain trkeimmt paketit, %d%%\n"
-" prosenttiosuus asentaa niin monta pakettia kuin on mahdollista."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Voit valita paketit tarkemmin seuraavassa vaiheessa"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Prosenttiosuus asennettavista paketeista"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Pakettiryhmien valinta"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Yksittisten pakettien valinta"
-
-# mat
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Koko yhteens: %d / %d Mt"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Viallinen paketti"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nimi: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versio: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Koko: %d Kt\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Trkeys: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Et voi asentaa tt pakettia, koska levyll ei ole tarpeeksi tilaa sen "
-"asentamiseksi"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Seuraavat paketit asennetaan"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Seuraavat paketit poistetaan"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Et voi valita/poistaa tt pakettia"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Tm on pakollinen paketti, sit ei voida poistaa valinnoista"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Et voi poistaa tmn paketin valintaa. Se on jo asennettu"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Tm paketti tulee pivitt\n"
-"Oletko varma ett haluat poistaa valinnan?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Et voi poistaa tmn paketin valintaa. Paketti pit pivitt."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Nyt automaattisesti valitut paketit"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Asenna"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Lataa/Tallenna levykkeelle"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Pivitn pakettien valintaa"
-
-# Asennuksen sivuvalikko
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimaalinen asennus"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Valitse asennettavat paketit"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Asennan"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Arvioin aikaa"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Jljell "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Valmistelen asennusta"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakettia"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Asennan pakettia %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Hyvksy"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Hylk"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Vaihda CD-levy!\n"
-"\n"
-"Aseta CD-levy nimeltn \"%s\" CD-asemaan ja paina Ok kun olet valmis.\n"
-"Jos sinulla ei ole levy, paina Peruuta vlttksesi asennukset tlt "
-"levylt."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Jatka kuitenkin?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Tapahtu virhe jrjestettess paketteja:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Tapahtu virhe asennettaessa paketteja:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Varoitus\n"
-"\n"
-"Lue huolellisesti alla olevat ehdot. Jos et ole samaa mielt kaikkien\n"
-"ehtojen kanssa, sinulla ei ole oikeuksia asentaa seuraavaa CD-levy.\n"
-"Paina 'Kieltydyn' jos haluat jatkaa asennusta kyttmtt nit osia.\n"
-"\n"
-"\n"
-"Jotkin seuraavalla CD-levyll olevat komponentit eivt ole GPL:n tai \n"
-"vastaavanlaisen lisenssin alaisia. Jokaisen tllaisen komponentin ehdot \n"
-"on mritelty erikseen niiden omien lisenssien mukaan. Tutustu nihin \n"
-"lisensseihin huolellisesti ennen kuin kytt tai levitt nit "
-"komponentteja \n"
-"eteenpin. Tllaiset lisenssit kieltvt tavallisesti siirtmisen, "
-"kopioimisen\n"
-"(lukuunottamatta varmuuskopioita), uudelleenlevityksen, "
-"knteissuunnittelun \n"
-"binrikoodin kntmisen tai muokkaamisen. Jokainen rike sopimusta \n"
-"vastaan ptt oikeutesi kyseiseen lisenssiin. Ellei ole olemassa "
-"erityisi \n"
-"ehtoja, jotka sallivat ohjelmiston asentamisen useaan koneeseen tai \n"
-"niiden kyttmist verkon yli, et saa myskn tehd niin. Jos et ole \n"
-"varma kaikista ehdoista, ota yhteys suoraan kyseisen komponentin \n"
-"tekijn tai jakelijaan. Yll mainittujen komponenttien tai niiden \n"
-"dokumentaation saattaminen kolmannen osapuolen ksiin on tavallisesti \n"
-"kieletty.\n"
-"\n"
-"\n"
-"Kaikki oikeudet seuraavan levyn komponentteihin kuuluvat niiden \n"
-"asianomaisille tekijille ja ne on suojattu yksityisen omaisuuden ja \n"
-"ohjelmiston tekijnoikeuslakien avulla.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Tapahtui virhe"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Haluatko todella poistua asennuksesta?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Lisenssin hyvksyminen"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Nppimist"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Valitse nppimistsi asettelu."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Tss on koko lista olemassa olevista nppimistist"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Valitse asennuksen luokka?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Asenna/Pivit"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Onko tm asennus vai pivitys?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Suositeltu"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Asiantuntija"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Pivit"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Pivit vain paketit"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Valitse hiiren tyyppi."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Hiiren portti"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Mihin sarjaporttiin hiiresi on liitetty."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Nppinemulaatio"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "2. nppimen emulaatio"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "3. nppimen emulaatio"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Asetan PCMCIA kortteja...."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Asetan IDE-levy"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "ei vapaita osioita"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Tarkistan osioita lytkseni liitoskohdat"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Valitse liitospaikat"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
-"Asennusta voidaan jatkaa yrittmll tyhjent virheelliset osiot\n"
-"(KAIKKI TIETO tuhoutuu!). Toinen vaihtoehto on kielt DrakX:\n"
-"muokkaamasta osiointitaulua. (virhe on: %s)\n"
-"\n"
-"Hyvksytk kaikkien osioiden menettmisen?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ei pystynyt lukemaan osiotaulua oikein.\n"
-"Jatka omalla vastuullasi!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Ei vapaata tilaa 1 Mt:n kynnistyslohkoa varten! Asennusta jatketaan, mutta "
-"kynnistksesi jrjestelmn, sinun pit luoda kynnistyslohko-osio "
-"DiskDrakessa."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Pivitykseen tarvittavaa juuriosiota ei lytynyt"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Juuriosio"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Mik on jrjestelmsi juuriosio (/) ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Sinun tulee kynnist jrjestelm uudelleen jotta muutokset tulevat voimaan"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Valitse alustettavat osiot"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Tarkista vialliset lohkot?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Alustan osioita"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Luon ja alustan tiedostoa %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Heittovaihtotiedosto ei ole riittvn suuri, suurenna sit"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Etsin saatavilla olevia paketteja"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Etsin pivitettvi paketteja"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Jrjestelmsssi ei ole riittvsti tilaa asennukseen tai pivitykseen (%d > "
-"%d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Tydellinen (%dMt)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimi (%dMt)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Suositeltu (%dMt)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Lataa tai tallenna pakettien valinta levykkeelle.\n"
-"Muoto on sama kuin auto_install-toiminnon luomilla levykkeill."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Lataa levykkeelt"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Ladataan levykkeelt"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Pakettien valinta"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Aseta levyke, jossa on pakettien valinta"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Tallenna levykkeelle"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Valittu koko on suurempi kuin olemassa oleva levytila"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Asennuksen tyyppi"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Et ole valinnut yhtkn pakettiryhm\n"
-"Valitse haluamasti minimaalinen asennus"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "X:ll"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Perusdokumentaation kanssa (suositeltu!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Pienin mahdollinen asennus (erityisesti ei urpmia)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Jos sinulla on kaikki CD.levyt allaolevalta listalta, paina OK.\n"
-"Jos sinulla ei ole mitn levyist, paina Peruuta.\n"
-"Jos jotkut levyist puuttuvat, poista niiden valinnat, ja paina OK."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom nimeltn \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Valmistelen asennusta"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Asennan pakettia %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Asennuksen jlkeiset toiminnot"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Aseta kyttmsi kynnistyslevyke asemaan %s"
-
-# mat
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Aseta moduulien pivityslevyke asemaan %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Sinulla on nyt mahdollisuus hakea internetist ne ohjelmistot, jotka on \n"
-"suunnattu tiedon salakirjoittamiseen.\n"
-"\n"
-"VAROITUS:\n"
-"\n"
-"Nit ohjelmistoja koskevien eri tasoisten vaatimusten ja eri "
-"lainsdntjen \n"
-"mrysten vuoksi niden ohjelmistojen asiakkaan ja/tai loppukyttjn \n"
-"pit varmistaa, ett hnen maansa lainsdnt sallii hnen hakea, "
-"tallentaa \n"
-"ja kytt nit ohjelmistoja.\n"
-"\n"
-"Lisksi asiakkaan ja/tai loppukyttjn tulee olla erityisen varmoja siit, "
-"etteivt \n"
-"he riko maansa lainsdnt vastaan.Mikli asiakas ja/tai loppukyttj "
-"ei \n"
-"noudata niden lakien mryksi, heille voidaan langettaa vakaviakin \n"
-"rangaistuksia.\n"
-"\n"
-"Missn tilanteissa ei Mandrakesoft tai sen valmistajat ja/tai "
-"jlleenmyyjt \n"
-"ole vastuuvelvollisia erityisiin, epsuoriin tai satunnaisiin vahinkoihin, "
-"jotka\n"
-"voivat aiheutua (mukaan lukien, mutta ei rajoittuen: tulonmenetykset, \n"
-"yritystoiminnan katkeaminen, kaupallisten tietojen menetys ja muut \n"
-"rahalliset menetykset, sek mahdolliset vahingonkorvaukset, jotka oikeus \n"
-"ptt langettaa). ohjelmiston kyttmisest, hallussapidosta, tai "
-"pelkst \n"
-"internetist hakemisesta, jossa asiakas ja/tai loppukyttj voi saada \n"
-"haltuunsa nm ohjelmistot hyvksyttyn tmn sopimuksen.\n"
-"\n"
-"\n"
-"Mihin tahansa tt sopimusta koskeviin tiedusteluihin, ota yhteys:"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Sinulla on nyt mahdollisuus hakea pivitetyt paketit, jotka on julkaistu\n"
-"jakelun ilmestymisen jlkeen.\n"
-"\n"
-"Saat turva- ja ohjelmistokorjaukset, mutta tarvitset toimivan internet-\n"
-"yhteyden jatkaaksesi.\n"
-"\n"
-"Haluatko asentaa pivitykset ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Otan yhteytt Mandrake Linuxin sivustolle saadakseni listan olemassaolevista "
-"peileist"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Valitse peilijrjestelm josta paketit haetaan"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Yhdistn peilijrjestelmn hakeakseni uusimman pakettilistan"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Mik on jrjestelmsi aikavyhyke?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Laitteistokello asetettu GMT-aikaan"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automaattinen kellon synkronisointi (kytten NTP:t)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP-palvelin"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Ulkoinen CUPS-palvelin"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Ei kirjoitinta"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Onko sinulla muita?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Johtopts"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Hiiri"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Aikavyhyke"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Kirjoitin"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN-kortti"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "nikortti"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-kortti"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Paikalliset tiedostot"
-
-# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Yllpitjn salasana"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Ei salasanaa"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Salasana on liian yksinkertainen (sen tulee olla ainakin %d merkki pitk)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Tunnistustapa"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Tunnistus LDAPilla"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP perus-dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP-palvelin"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Tunnistus NIS:ll"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS-alue"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS-palvelin"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Mukautetulla kynnistyslevykkeell voit kynnist jrjestelmn ilman\n"
-"tavanomaisen kyttjrjestelmlataajan apua. Tst on hyty, jos et halua\n"
-"asentaa SILOa jrjestelmsi, toinen kyttjrjestelm poistaa SILOn,\n"
-"tai SILO ei toimi laitteistossasi. Mukautettua kynnistyslevykett voidaan\n"
-"kytt mys Mandraken vikasietolevykkeen kanssa, jolloin vakavista\n"
-"jrjestelmn virhetilanteista on helpompi toipua.\n"
-"\n"
-"Jos haluat luoda kynnistyslevykkeen jrjestelmsi, aseta levyke\n"
-"ensimmiseen asemaan ja paina \"Ok\","
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Ensimminen levyasema"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Toinen levyasema"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Ohita"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Mukautetulla kynnistyslevykkeell voit kynnist jrjestelmn ilman\n"
-"tavanomaisen kyttjrjestelmlataajan apua. Tst on hyty, jos et halua\n"
-"asentaa LILOa (tai grubia) jrjestelmsi, toinen kyttjrjestelm poistaa\n"
-"LILOn, tai LILO ei toimi laitteistossasi. Mukautettua kynnistyslevykett "
-"voidaan\n"
-"kytt mys Mandraken vikasietolevykkeen kanssa, jolloin vakavista\n"
-"jrjestelmn virhetilanteista on helpompi toipua.\n"
-"Haluatko luoda kynnistyslevykkeen jrjestelmsi?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Levyajuria ei ole saatavilla"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Valitse levyasema jolla luot kynnistyslevykkeen"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Aseta levyke asemaan %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Luon kynnistyslevykett"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Valmistelen kyttjrjestelmn lataajaa"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Sinulla on vanhanaikainen tai tuntematon tietokone,\n"
-"joten yaboot jrjestelmnlataaja ei toimi koneessasi.\n"
-"Asennus jatkuu, mutta sinun tytyy kytt BootX:\n"
-"koneesi kynnistmiseen"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Haluatko kytt aboot:ia?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Virhe asennettaessa aboot:a,\n"
-"yrit pakkoasennusta vaikka se tuhoaa ensimmisen osion?"
-
-# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Asennan kyttjrjestelmn lataajaa"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Jrjestelmlataajan asennus eponnistu. Seuraava virhe tapahtui:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Sinun pit ehk muuttaa Open Firmware -kynnistyslaitetta\n"
-"aktivoidaksesi jrjeslelmlataajan. Jos et ne jrjeslelmlataajaa\n"
-"kynistesssi konettasi uudelleen, Paina Command-Option-O-F\n"
-"kynnistyksen yhteydess ja kirjoita:\n"
-"setenv boot-device %s,\\\\:tbxi\n"
-"sitten kirjoita: shut-down\n"
-"Seuraavalla kynnistyskerralla sinun pitisi nhd kynnistyslataajan\n"
-"komentokehoite."
-
-# mat
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Aseta tyhj levyke levyasemaan %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Valmistelen automaattiasennuslevykett"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Joitain vaiheita ei ole saatettu loppuun.\n"
-"\n"
-"Haluatko todella lopettaa?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Onnittelut, asennus on valmis.\n"
-"Poista kynnistettv media ja paina Enter kynnistksesi koneen "
-"uudelleen.\n"
-"\n"
-"\n"
-"Lydt thn Mandrake Linuxin versioon olemassaolevat korjaukset ja\n"
-"korjattujen virheiden listan osoitteesta:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Jrjestelmn asettamisesta saat tietoja virallisen Linux Mandraken\n"
-"kyttjoppaan jlkiasennuskappaleesta."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Valmistelen automaattista asennuslevykett"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Automaattinen asennus voi olla tysin automatisoitu,\n"
-"jos niin halutaan. Siin tapauksessa asennus tytt\n"
-"koko kiintolevyn! (tarkoitettu toisen koneen asentamiseksi),\n"
-"\n"
-"Ehk haluat mieluummin toistaa asennuksen.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automaattinen"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Toista"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Yksittisten pakettien valinta"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Asennus %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> vaihtaa elementti | <Space> valitsee | <F12> seuraava "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu puuttuu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Valitse tiedosto"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Lisasetukset"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Perusasetukset"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Odota hetki"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Tietoja"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Laajenna puu"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Sulje puu"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Vaihda tasaisen ja ryhmjrjestyksen vlill"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Huono valinta, yrit uudelleen\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Valintasi? (oletus %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Kohdat, jotka sinun pit tytt:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Valintasi? (0/1, oletus '%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Painike '%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Haluatko klikata tt painiketta? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Valintasi? (oletus '%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> On monta asiaa, joista valita (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Valitse ensimminen numero 10-vlist, jota haluat muokata,\n"
-"tai paina vain Enter jatkaaksesi.\n"
-"Valintasi? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Huomaa, nimike vaihtui:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Lhet uudelleen"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tsekki (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Saksa"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Espanja"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Suomi"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Ranska"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norja"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Puola"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Venj"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Ruotsi"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK nppimist"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US nppimist"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albaani"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armeenia (vanha)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armeenia (kirjoituskone)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armeenia (foneettinen)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgia"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgaria (foneettinen)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaria (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilia"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Valkovenj"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Sveitsi (Saksalainen jrjestys)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Sveitsi (Ranskalainen jrjestys)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tsekki (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Saksa (ei kuolleita nppimi)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Tanska"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Norja (Dvorak)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Ruotsi)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Eesti"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgia (\"Venlinen\"-jrjestys)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgia (\"Latin\"-jrjestys)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Kreikka"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Unkari"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroatia"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israeli"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israeli (Foneettinen)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iran"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islanti"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italia"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japani 106-nppiminen"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korealainen nppimist"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinalainen amerikka"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Liettua AZERTY (vanha)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Liettua AZERTY (uusi)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Liettua \"numerorivi\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Liettua \"foneettinen\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latvia"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedonia"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Hollanti"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Puola (qwerty jrjestys)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Puola (qwertz jrjestys)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugali"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romania (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romania (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Venj (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovenia"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakia (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakia (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbia (cyrillic)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai-nppimist"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajik-nppimist"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turkki (perinteinen \"F\"-malli)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turkki (perinteinen \"Q\"-malli)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukraina"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US nppimist (kansainvlinen)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamilainen \"numerorivi\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavia (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-#, fuzzy
-msgid "Left \"Windows\" key"
-msgstr "Hae Windowsin kirjasimet"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Rengasmaisia liitoksia %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Poista loogiset osiot ensin\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr "PCMCIA:ta ei tueta en 2.2-sarjan ytimiss. Kyt 2.4 ydint."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Hiiri"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Yleinen PS2 rullahiiri"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 nppin"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Yleinen 2-nappinen hiiri"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Yleinen"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rulla"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "sarja"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Yleinen 3-nappinen hiiri"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (sarja, vanha C7 tyyppi)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "vylhiiri"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 nppint"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 nppint"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ei mikn"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Ei hiirt"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Testaa hiiri"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Aktivoidaksesi hiiren,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "PYRIT HIIREN RULLAA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Loppu"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Seuraava ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Edellinen"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Onko tm oikein?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Ota yhteys internettiin"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Yleisin tapa liitty asdl-verkkoon on kytt pppoe:a.\n"
-"Jotkin yhteydet kyttvt pptp:t, muutamat dhcp:t.\n"
-"Jos et tied, mit valita, valitse 'kyt pppoe:a'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "kyt dhpc:t"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "kyt pppoe:a"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "kyt pptp:t"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Mit dhcp-asiakasohjelmaa haluat kytt?\n"
-"Oletus on dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Ethernet-verkkokorttia ei lytynyt jrjestelmst.\n"
-"Ei voida asentaa tmn tyyppist yhteytt."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Valitse verkkoliittym"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Valitse mit verkkokorteista haluat kytt internetiin liittymiseen"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "verkkokorttia ei lytynyt"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Asetan verkkoa"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Syt koneesi nimi, jos tiedt sen.\n"
-"Jotkin DHCP-palvelimet tarvitsevat koneen nimen toimiakseen.\n"
-"Koneesi nimen pitisi olla tysin laillinen nimi, kuten\n"
-"\" minunkone.omapaikka.net\"."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Koneen nimi"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Verkkoasetusten velho"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Ulkoinen ISDN-modeemi"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Sisinen ISDN-kortti"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Minklainen ISND-yhteytesi on?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Mit ISDN-asetuksia haluat kytt?\n"
-"\n"
-"* Vanha asetusjrjestelm kytt isdn4net:i. Se sislt tehokkaat\n"
-" tykalut, mutta on vaikea asettaa, eik se ole standardi.\n"
-"\n"
-"* Uusi asetusjrjestelm on helpompi ymmrt, enemmn kytss',\n"
-" mutta se sislt vhemmn tykaluja.\n"
-"\n"
-"Suositus on kytt uutta ja kevyemp asetusjrjestelm.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Uusi kokoonpano (isdn-kevyt)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Vanha kokoonpano (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN:n asetus"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Valitse palveluntarjoajasi.\n"
-" Jos se ei ole listassa, valitse `Ei listattu'"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Eurooppalainen protokolla"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Eurooppalainen protokolla (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Muun maailman kyttm protokolla"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Muun maailman kyttm protokolla \n"
-" ei D-kanavaa (leased lines)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Mit protokollaa haluat kytt?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Millainen kortti sinulla on?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "En tied"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Jos sinulla on ISA-kortti, seuraavien arvojen pitisi olla oikeat.\n"
-"\n"
-"Jos sinulla on PCMIA-kortti sinun tytyy tiet korttisi IRQ ja IO.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Hylk"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Jatka"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Mik ISDN-kortti sinulla on?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Olen havainnut ISDN PCI-kortin, mutta en tunnista tyyppi. Valitseyksi "
-"seuraavassa ruudussa olevista korteista."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "ISDN PCI-korttia ei lydetty. Valitse yksi seuraavasta ruudusta."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Valitse sarjaportti, johon modeemisi on kytketty."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Soittoasetukset"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Yhteyden nimi"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Puhelinnumero"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Kyttj ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Script-pohjainen"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminaalipohjainen"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Verkkoalueen nimi"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Ensimminen nimipalvelin (ei pakollinen)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Toinen nimipalvelin (ei pakollinen)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Voit joko katkaista yhteyden tai asettaa sen uudelleen."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Voit asettaa yhteytesi uudelleen."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Olet parasta aikaa yhteydess internettiin."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Voit joko ottaa yhteyden internettiin tai asettaa yhteyden uudelleen."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Et ole juuri nyt yhteydess internettiin."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Ota yhteys"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Katkaise yhteys"
-
-# Asennuksen sivuvalikko
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Aseta verkkoyhteys"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internetyhteyden muodostus ja asetukset"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Asetamme seuraavaksi %s-yhteyden."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Asetamme seuraavaksi %s-yhteyden.\n"
-"\n"
-"\n"
-"Paina Ok jatkaaksesi."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Verkon asetukset"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Koska asennat kyttjrjestelm verkon yli, verkkon asetukset ovat jo "
-"tehty.\n"
-"Paina Ok silyttksesi nykyiset asetukset tai peruuta asettaaksesi "
-"internet- ja verkkoasetukset uudelleen.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Tervetuloa verkon asettamisvelhoon\n"
-"\n"
-"Seuraavassa vaiheessa mritelln sinun internet- / verkkoasetukset.\n"
-"Jos et halua kytt automaattista tunnistusta, poista kyseinen valinta.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Valitse uusi asetusprofiili"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Kyt automaattista tunnistusta"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Etsin laitteita...."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Tavallinen modeemiyhteys"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "lydetty portista %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN-yhteys"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "lydetty %s:sta"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL-yhteys"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "lydetty seuraavasta liitnnst: %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kaapeliyhteys"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Kaapeliyhteys havaittu"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Lhiverkko"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "seuraavat ethernet-verkkokortit lydetty"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Valitse yhteys, jonka haluat asettaa"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Olet asettanut useita eri tapoja ottaa yhteys internetiin.\n"
-"Valitse se, jota haluat kytt.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internetyhteys"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Haluatko ottaa yhteyden koneen kynnistyksen yhteydess?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Verkon asetukset"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Verkko pit kynnist uudelleen"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Ongelma kynnistettess verkkoa uudelleen: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Onnittelut, verkko- ja internetyhteyksien asetus valmis.\n"
-"\n"
-"Asetukset tulevat kyttn mys itse jrjestelmss.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Kun tm on tehty, suosittelemme kynnistmn X-ympristn\n"
-"uudelleen vlttksesi jrjestelmn nimen vaihdoksesta tulevat ongelmat."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Ongelmia asettamisen aikana.\n"
-"Testaa yhteytesi net_monitor- tai mcc-tykalulla. Jos yhteytesi ei toimi, "
-"voit kynnist asetustykalun uudelleen"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"VAROITUS: Tm laite on aikaisemmin mritelty internetyhteyden ottoon.\n"
-"Hyvksy, jos haluat pit laitteen asetukset sellaisina, kun ne olivat.\n"
-"Alla olevien kohtien muokkaaminen korvaa voimassa olevat asetukset."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Anna koneen IP-asetukset. Kukin kohta tulee sytt IP-osoitteena,\n"
-"pisteill eroteltuna nelinumeroisena lukuna (esim. 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Asetan verkkolaitetta %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (ajuri %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-osoite"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Verkkopeite"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automaattinen IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Syt koneesi nimi.\n"
-"Koneesi nimen pitisi olla tydellinen, kuten ``minunkone.yritys.fi''.\n"
-"Voit antaa mys yhdyskytvn IP-osoitteen jos sinulla on sellainen."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Nimipalvelin"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Yhdyskytv (esim. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Yhdyskytvn laite"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxyjen asettaminen"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP-vlityspalvelin:"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP-vlityspalvelin:"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Selvit verkkokortti-id (hydyllist sylimikroille)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Vlityspalvelimen tulee olla muotoa http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Vlityspalvelimen tulee olla muotoa ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internetin asetukset"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Haluatko kokeilla internetyhteytt nyt?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testaan yhteyttsi..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Jrjestelm on nyt internetiss."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Turvallisuussyist yhteys suljetaan nyt."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Jrjestelm ei nyt olevan internetiss.\n"
-"Yrit muuttaa internet-asetuksia."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Yhteyden asetus"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Valitse alla olevista kohdista"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kortin IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kortin muisti (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kortin IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kortin IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kortin IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Henkilkohtainen puhelinnumerosi"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Palveluntarjoajan nimi (esim: tarjoaja.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Palveluntarjoajan puhelinnumero"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Yhteydentarjoajan dns 1 (vapaaehtoinen)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Yhteydentarjoajandns2(vapaaehtoinen)"
-
-# Asennuksen sivuvalikko
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Valitse maasi"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Soittotila"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Yhteyden nopeus"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Yhteyden aikaraja (sekunneissa)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Kyttjtunnus (kyttjn nimi)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Salasana"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "liittminen eponnistui: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Laajennettua osiotyyppi ei ole tuettu tss ympristss"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Sinulla on reik osiotaulussasi eik sit voida kytt.\n"
-"Ainoa ratkaisu on siirt primriosioita siten ett reik on ennen "
-"laajennettuja osioita"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Palautus tiedostosta %s eponnistui: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Huono varmuuskopiotiedosto"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Virhe kirjoitettaessa tiedostoon %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Jotakin kamalaa on tapahtunut kiintolevyllesi.\n"
-"Tiedon oikeellisuuden tarkistus eponnistui.\n"
-"Kaikki asemalle kirjoitettu tieto muuttuu tunnistamattomaksi"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "pakollinen"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "trke"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "erittin hyv"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "hyv"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "ehk"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Paikallinen tulostin"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Ulkoinen tulostin"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Tulostin ulkoisella CUPS-palvelimella"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Tulostin ulkoisella lpd-palvelimella"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Verkkotulostin (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Tulostin SMB/Windows 95/98/NT -palvelimella"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Tulostin NetWare-palvelimella"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Syt tulostinlaitteen osoite (URI)"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Putkita ty kskylle"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Tuntematon malli"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Paikalliset tulostimet"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Ulkoiset tulostimet"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " rinnakkaisliitnnss \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB tulostin \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", monikyttlaite rinnakkaisportissa \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", monikyttlaite USB:ssa"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", monitoimilaite HP JetDirectiss"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", monitoimilaite"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", tulostetaan: %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "LPD-palvelimella \"%s\", tulostin \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP -verkkoptteell \"%s\", portissa %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "Windows-palvelimella \"%s\", jako \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "Novell-palvelimella \"%s\", tulostin \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", kytten komentoa %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Raakatulostin (ei ajuria)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(%s:ssa)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(tll koneella)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS-palvelimella \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Oletus)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Valitse tulostinyhteys"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Miten tulostin on liitetty?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Tulostimia, jotka ovat ulkoisella CUPS-palvelimella, ei tarvitse asettaa\n"
-"tss; nm tulostimet tunnistetaan automaattisesti."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Asetustykalut"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Ulkoinen CUPS-palvelin"
-
-#: ../../printerdrake.pm_.c:71
-#, fuzzy
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"CUPS-etpalvelimilla sinun ei tarvitse asettaa tulostinta tss; CUPS-"
-"palvelimet kertovat niill olevat tulostimet itse koneellesi. Kaikki tll "
-"hetkell tunnetut tulostimet on listattu \"Oletustulostin\" -kentss. "
-"Valitse sielt koneesi oletustulostin ja paina \"Toteuta/Lue uudelleen "
-"tulostimet\" -painiketta. Klikkaamalla samaa painiketta voit mys virkist "
-"listan (CUPS-tulostimet ilmestyvt 30 sekunnin sisll). Kun CUPS-"
-"pelvelimesi on eri aliverkossa, sinun pit antaa CUPS-palvelimesi IP-osoite "
-"ja mahdollisesti mys portin numero saadaksesi tiedot palvelimelta. Muussa "
-"tapauksessa jt kentt tyhjiksi."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-osoitteen tullee olla muotoa 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Portin numeron pitisi olla kokonaisluku!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-palvelimen IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Portti"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "CUPSin automaattinen asettaminen"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Etsin laitteita ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Kokeile portteja"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Lis uusi tulostin"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Paikallinen tulostin"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Etsi tulostimet"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Tulostimien automaattinen lytminen"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Tee automaattinen tunnistus"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Aseta tulostin manuaalisesti"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Lydetty %s:sta"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Tulostin rinnakkaisportissa \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB-tulostin \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Sinun tytyy sytt laitteen tai tiedoston nimi!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Paikallisia tulostimia ei lytynyt!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Seuraava tulostin lydettiin, jos se ei ole se, jonka haluat asettaa, syt "
-"laite- tai tiedostonimi syteriville"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Tss on lista lydetyist tulostimista. Valitse se tulostin, jonka haluat "
-"asettaa tai syt laite- tai tiedostonimi syteriville"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Valitse portti, johon tulostimesi on kytketty tai syt laitteen tai "
-"tiedoston nimi syteriville"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Valitse portti, johon tulostimesi on kytketty."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Rinnakkaisportit: /dev/lp0, /dev/lp1, ..., vastaavat LPT1:, LPT2:, ..., 1. "
-"USB-tulostin: /dev/usb/lp0, 2. USB-tulostin: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Sinun tytyy valita tai sytt tulostinlaite!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Manuaalinen asettaminen"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Asennetaan HPOJ-pakettia..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Tarkistetaan laite ja asetetaan HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Asennetaan SANE-paketteja..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Skannataan HP-monikyttlaitteella"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Asetetaan tulostusportti CUPSin saataville..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Luetaan tulostintietokantaa ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Ulkoisen lpd-palvelimen tulostimen parametrit"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Jotta voisit kytt ulkoista lpd-tulostinta, sinun pitisi sytt "
-"tulostuspalvelimen verkkonimi sek tulostimen nimi kyseisell palvelimella."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Palvelimen verkkonimi"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Ulkoisen tulostimen nimi"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Palvelimen verkkonimi puuttuu!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Ulkoisen tulostimen nimi puuttuu!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) -tulostimen parametrit"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"SMB-palvelimen tulostimelle tulostaaksesi sinun pitisi sytt SMB-koneen "
-"nimi (joka ei aina ole sama kuin koneen TCP/IP nimi!) ja mahdollisesti "
-"tulostuspalvelimen IP-osoite, tulostimen jakonimi sek soveltuva "
-"kyttjtunnus, salasana ja tyryhm-tieto."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB-palvelimen nimi"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB-palvelimen IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Jakonimi"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Tyryhm"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Joko palvelimen nimi tai IP-numero on annettava!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Samba-jaon nimi puuttuu!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare-palvelimen tulostimen parametrit"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"NetWare-palvelimen tulostimelle tulostaaksesi sinun pitisi sytt NetWare-"
-"palvelinkoneen nimi (joka ei aina ole sama kuin koneen TCP/IP nimi!) ja "
-"mahdollisesti tulostusjonon nimi sille tulostimelle, jota haluat kytt, "
-"sek soveltuva kyttjtunnus ja salasana."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Tulostuspalvelin"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Tulostusjonon nimi"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP-palvelimen nimi puuttuu!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP-jonon nimi puuttuu!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Socket -tulostimen parametrit"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Tulostaaksesi TCP- tai socket-tulostimella, sinun tytyy antaa tulostimen "
-"verkkonimi ja mahdollisesti portin numero. HP JetDirect-palvelimissa "
-"porttinumero on useimmiten 9100, muissa palvelimissa portti voi vaihdella. "
-"Tarkista portti laitteistosi ohjekirjasta."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Tulostinlaitteen verkkonimi"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Tulostinlaitteen verkkonimi puuttuu!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Tulostinlaitteen osoite (URI)"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Sinun pit sytt laillinen URI!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Tulostimen nimi"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Kuvaus"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Paikka"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Valmistellaan tulostintietokantaa ..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Ulkoisen tulostimen nimi"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Onko tm oikein?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Valitse kyttjt yksitellen"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Tulostimen mallin valinta"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Mik tulostinmalli sinulla on?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI winprinterin asettaminen"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjetin asettaminen"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Valitsimen %s pit olla kokonaisluku!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Valitsimen %s pit olla luku!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Valitsin %s on arvoalueensa ulkopuolella!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Haluatko asettaa tmn tulostimen (\"%s\")\n"
-"oletustulostimeksi?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testisivut"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Ei testisivuja"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Tulosta"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standardi testisivu"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Vaihtoehtoinen testisivu (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Vaihtoehtoinen testisivu (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Valokuvatestisivu"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "l tulosta testisivua"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Tulostan testisivu(j)a..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testisivu(t) on lhetetty tulostimelle.\n"
-"Voi kest hetken ennen kuin tulostus alkaa.\n"
-"Tulostuksen tila:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testisivu(t) on lhetetty tulostimelle.\n"
-"Voi kest hetken ennen kuin tulostus alkaa.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Toimiko tulostus kunnolla?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Raakatulostin"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Saadaksesi selville nykyisen tulostimen parametrit lue joko alla oleva lista "
-"tai klikkaa \"Tulostuksen valintalista\"-painiketta.%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Tss on lista nykyisen tulostinen kytss olevista tulostusvalinnoista:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Tulostaaksesi tiedoston komentorivilt (pteikkunasta) kyt komentoa \"%s "
-"<tiedosto>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Saadaksesi listan nykyisen tulostimen parametreist klikkaa \"Tulostuksen "
-"valintalista\"-painiketta."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Tulostaaksesi tiedoston komentorivilt (pteikkunasta) kyt komentoa \"%s "
-"<tiedosto>\". tai \"%s <tiedosto>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Sulje"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Tulostetaan/skannataan laitteella \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Tulostus kynniss tulostimella \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Tulostusparametrien lista"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Luetaan tulostimen tietoja ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Siirr tulostimen asetukset"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD ja LPRng eivt tue IPP-tulostimia.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "l siirr tulostimia"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Siirr"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Tulostimen nimi saa sislt vain kirjaimia, numeroita ja alaviivan"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Tulostin \"%s\" on jo olemassa,\n"
-"haluatko todellakin tuhota olemassa olevat asetukset?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Uuden tulostimen nimi"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Siirrn %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Pivitetn tulostintietoja ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Ulkoisen tulostimen asetukset"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Luon verkkoyhteytt ..."
-
-# Asennuksen sivuvalikko
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Aseta verkkoyhteys nyt"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Verkkotoimintoja ei ole asetettu"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Jatka asettamatta verkkoyhteytt"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Kynnistn tulostusjrjestelm uudelleen ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "korkea"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoidi"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Asennan tulostusjrjestelmn turvatasolla %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Kynnist tulostusjrjestelmn kynnistyksen aikana"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Tarkistan asennetut ohjelmistot..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Poistetaan LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Poistetaan LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Valitse tulostusjono"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Mit tulostusjrjestelm (jonoa) haluat kytt?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Asetetaan tulostinta \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Asennan Foomaticin ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Tulostimen asetukset"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Valmistellaan PrinterDrakea ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Asetetaan tulostinta \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Haluatko asettaa tulostuksen?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Tulostusjrjestelm: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Pivit tulostinlistaa (nyt kaikki saatavilla olevat CUPS-ettulostimet)"
-
-# Asennuksen sivuvalikko
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Aseta tulostusjrjestelm"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Perustila"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Haluatko asettaa toisen tulostimen?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Muokkaa tulostimen asetuksia"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Tulostin %s\n"
-"Mit haluat muokata tst tulostimesta?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Tee se!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tulostusyhteyden tyyppi"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Tulostimen nimi, kuvaus, paikka"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Tulostimen valmistaja, malli, ajuri"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Tulostimen valmistaja, malli"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Aseta tm tulostin oletukseksi"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Tulosta testisivut"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Tied kuinka kytt tt tulostinta"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Poista tulostin"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Poistetaan vanha tulostin \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Oletustulostin"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Tulostin \"%s\" on asetettu oletustulostimeksi."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Haluatko todella poistaa tulostimen \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Poistetaan tulostin \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxy-asetukset"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Tervetuloa proxyn asettamisohjelmaan.\n"
-"\n"
-"Tlt voit asettaa http- ja ftp-proxysi sisnkirjautumisen ja\n"
-"salasanojen kanssa tai ilman niit\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Tyt http-proxyn tiedot\n"
-"Jt kohta tyhjksi, jos et haluat http-proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "portti"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Web-osoitteen tulee alkaa etuliitteell 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Porttiosan pitisi olla numeerinen"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Tyt ftp-proxyn tiedot\n"
-"Jt kohta tyhjksi, jos et haluat ftp-proxy"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Web-osoitteen tulee alkaa etuliitteell 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Syt proxyn kyttjtunnus ja salasana, jos sellaiset on.\n"
-"Jt kohdat tyhjiksi, jos et halua kytt tunnus/salasana-yhdistelm"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "kyttjtunnus"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "salasana"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "salasana uudelleen"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Salasanat poikkeavat toisistaan. Kokeile uudelleen!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "En voi list osiota _alustetulle_ RAID:lle md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "En voi kirjoittaa tiedostoa %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid eponnistui"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid eponnistui (ehk raid-tykalut puuttuvat?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ei riittvsti osioita RAID tasolle %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Kynnist ALSA (Advanced Linux Sound Architecture) nijrjestelm"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron on jaksottainen komentojen ajastaja."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd:ta kytetn valvomaan paristojen tilaa ja raportoimaan siit syslogin\n"
-"kautta. apmd:t voidaan mys kytt sulkemaan kone patterien ollessa tyhji."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Ajaa komentoja mrtyill ajanhetkill, jotka on mritelty at-komennolla.\n"
-"Ajaa mys erajoja, kun jrjestelmn kuormitus on riittvn matala."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron on UNIX:n perusohjelma joka ajaa mriteltyj ohjelmia mrtyill\n"
-"ajanhetkill. vixie cron lis monia omianisuuksia verrattuna normaaliin\n"
-"UNIX:n cron ohjelmaan, kuten paremman turvallisuuden ja laajemmat asetukset."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM lis hiirituen tekstipohjaisiin Linux-sovelluksiin kuten Midnight\n"
-"Commander. GPM mahdollistaa mys leikkaa/liimaa toiminnot hiirell,\n"
-"ja sislt tuen valikoille konsolissa."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake etsii uutta laitteistoa ja mahdollisesti konfiguroi\n"
-"uuden/muuttuneen laitteiston."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache on WWW-palvelin. Palvelinta kytetn jakamaan HTML-\n"
-"tiedostoja ja ajamaan CGI-ohjelmia."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet ppalvelin (yleens inetd) kynnist useita eri\n"
-"internet palveluita tarpeen mukaan. Palvelin kynnist useita\n"
-"palveluita, kuten telnet, ftp, rsh ja rlogin. inetd:n poistaminen\n"
-"poistaa mys nm palvelut kytst."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Kynnist pakettifiltteri Linux 2.2-sarjalle, jos haluat\n"
-"pystytt palomuurin suojaamaan konettasi verkkohykkyksilt."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Paketti lataa valitun nppinkartan /etc/sysconfig/keyboard\n"
-"tiedoston asetusten mukaisesti. Asetukset voidaan valita kbdconfig "
-"tykalulla.\n"
-"Tm tulisi ottaa kyttn lhes kaikissa jrjestelmiss."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automaattinen ytimen otsikkotiedoston korjaus /boot-hakemistossa "
-"tiedostolle\n"
-"/usr/include/linux/{autoconf,versio}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-"Automaattinen uuden laitteiston havaitseminen ja asettaminen "
-"kynnistettess."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf jrjest joskus aikaa erilaisten tehtvien hoitamiseen\n"
-"kynnistyksen aikana pitkseen yll jrjestelmn asetuksia."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd on tulostuspalvelin, jonka lpr ohjelma vaatii toimiakseen.\n"
-"lpd on palvelin joka jakaa tulostustit kirjoittimille."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, jonka avulla voidaan rakentaa suuritehoinen\n"
-"korkean kytettvyyden palvelin."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) on nimipalvelin (DNS) jota kytetn muunnettaessa koneiden "
-"verkkonimi IP-osoitteiksi."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Liitt ja irroittaa NFS (Network File System), SMB (Lan\n"
-"Manager/Windows) ja NCP (NetWare) liitospaikat."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktivoi/Poistaa kaikki verkkoliittymt jotka on asetettu\n"
-"kynnistyksess."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS on yleinen protokolla tiedostojen jakoon TCP/IP-\n"
-"verkoissa. Tm palvelu mahdollistaa NFS-palvelimen\n"
-"kynnistyksen, jakoa ohjataan tiedostosta /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS on yleinen protokolla tiedostojen jakoon TCP/IP-\n"
-"verkoissa. Tm palvelu mahdollistaa NSF-tiedostolukot."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Asettaa kynnistyksess numlock-nppinlukitsimen plle\n"
-"sek konsolille ett XFree:lle."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Tuki OKI 4w -yhteensopiville Windows-tulostimille."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMIA tukea kytetn yleens kannettavissa ethernet- ja modeemi-\n"
-"korttien tukemiseen. Palvelu ei kynnisty ellei sit ole asetettu, joten\n"
-"sen voi asentaa mys koneisiin jotka eivt sit tarvitse."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper hallitsee RPC-yhteyksi, joita kyttvt esimerkiksi\n"
-"NFS ja NIS-protokollat. portmap-palvelin on oltava kynniss\n"
-"jrjestelmiss jotka haluavat tarjota nit protokollia."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix on shkpostin siirtoagentti, eli ohjelma joka vlitt postia "
-"koneelta toiselle."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Tallentaa ja palauttaa jrjestelmn satunnaislukualtaan, tm parantaa\n"
-"satunnaislukujen laatua."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Mr raakalaitteet blokkilaitteiksi (kuten kiintolevyn\n"
-"osiot) tietyn tyyppisten sovellusten (esim. Oracle) kyttn"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"routed-palvelin mahdollistaa automaattiset IP-reititystaulun pivitykset\n"
-"RIP-protokollalla. Vaikka RIP-protokolla on paljon kytetty pieniss "
-"verkoissa,\n"
-"monimutkaisemmat verkot vaativat parempia reititysprotokollia."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstart-protokolla mahdollistaa verkkokyttjille\n"
-"eri koneiden tilatietojen haun."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers-protokolla verkon kyttjille mahdollisuuden tunnistaa, ketk\n"
-"ovat sisll eri koneissa."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho-protokollalla etkyttjt voivat listata kaikki koneella\n"
-"olevat kyttjt (vastaa fingeri)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Kynnist nijrjestelm tietokoneessasi"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog on tapa jolla monet palvelimet kirjottavat viestins talteen\n"
-"useisiin lokitiedostoihin. On jrkev kytt syslog-ohjelmaa."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Lataa usb-laitteiden ajurit."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Kynnist X-kirjasinpalvelimen (pakollinen, jos haluat ajaa XFree:t)"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Valitse mitk palvelut kynnistetn automaattisesti"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Tulostus"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Tiedostojen jako"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Jrjestelm"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Ethallinta"
-
-# ../../share/compssUsers
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Tietokantapalvelin"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Palvelut: %d activoitu %d:st rekisteridyst"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Palvelut"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "kynniss"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "pyshtynyt"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Palvelut ja demonit"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Ei listietoja\n"
-"tlle palvelulle."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Kynnistyksen yhteydess"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Kynnist"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Sammuta"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Liity vapaan ohjelmiston maailmaan"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet ja viestint"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grafiikka"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Kehitysymprist"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandraken hallintapaneeli"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Kyttliittymt"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Palvelinohjelmisto"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Pelit"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Asennan paketteja..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
-"Taulu yritetn korjata nollaamalla se"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Virhe!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Tarvittavaa esitystiedostoa `%s' ei lytynyt."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Asenna asennusohjelma automaattisesti"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Automaattisten vaiheiden asetus"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Vlitse jokaiselle vaiheelle toistetaanko asennus samalla tapaa kuin nyt vai "
-"onko kyseinen vaihe manuaalinen"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Tervetuloa.\n"
-"\n"
-"Automaattisen asennuksen parametrit lytyvt vasemmalla olevista lohkoista"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Onnittelut!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Levykkeen luominen onnistui.\n"
-"Voit nyt toistaa asennuksesi."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Automaattinen asennus"
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Lis alkio"
-
-# mat
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Poista viimeinen alkio"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup-raportti \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Daemonin raportti\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup-raportin yksityiskohdat\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "kokonaisedistyminen"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Varmuuskopioi jrjestelmtiedostot..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Kiintolevyn varmuuskopiotiedostot..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Varmuuskopioi kyttjtiedostot..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Kiintolevyn varmuuskopion edistyminen..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Varmuuskopioi muut tiedostot..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"tiedostolistan lhetti FTP : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP-yhteysongelma: varmuuskopion lhettminen FTPn kautta eponnistui.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Virhe lhetettess shkpostia. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Tiedostojen valinta"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Valitse tiedostot tai hakemistot ja klikkaa 'Lis'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Valitse kaikki asetukset, jotka tarvitset.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Naill asetuksilla voit varmuuskopioida ja palauttaa kaikki tiedostot /etc-"
-"hakemistosta.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Varmuuskopioi systeemitiedostot ( /etc-hakemisto )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Kyt kasvavaa varmuuskopiointia (l korvaa vanhoja varmuuskopioita)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "l sisllyt kriittisi tiedostoja (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Tll valitsimella voit palauttaa mink tahansa version\n"
-"/etc-hakemistostasi."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Valitse kaikki ne kyttjt, jotka haluat sisllytt varmuuskopioosi."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "l sisllyt selaimen vlimuistia"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Kyt kasvavia varmuuskopitoita (l korvaa vanhoja varmuuskopioita)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Poista valitut"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Kyttjt"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Kyt FTP-yhteytt varmuuskopiointiin"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Syt verkkoaseman nimi tai IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Syt hakemisto, johon tmn\n"
-"koneen varmuuskopio laitetaan."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Syt kyttjtunnuksesi"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Syt salasanasi"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Muista tm salasana"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP-yhteys"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Salattu yhteys"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Kyt CD/DVD-ROM -levy varmuuskopioille"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Valitse kytettv CD:n koko"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Valitse, jos kytt CD-RW-mediaa"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Valitse, jos haluat tyhjent CD-RW:n ennen kopiointia"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Valitse, jos haluat tehd CD-levystsi\n"
-"kynnistettvn."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Syt kirjoittavan CD-asemasi laitenimi\n"
-"esim: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Kyt nauhaa varmuuskopioinnissa"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Syt varmuuskopioinnissa kytettvn laitteen nimi"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Syt suurin sallittu koko\n"
-"Drakbackup-varmuuskopiolle"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Syt hakemisto, johon tallennetaan:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Kyt quotaa varmuuskopiotiedostoille."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Verkko"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CD-ROM / DVD-ROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Kiintolevy / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "tunneittain"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "pivittin"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "viikoittain"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "kuukausittain"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Kyt daemonia"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Valitse perkkisten\n"
-"varmuuskopioiden aikavli"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Valitse varmuuskopiointiin\n"
-"kytettv media."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Kyt kiintolevy daemonilla"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Kyt FTPt daemonilla"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Varmista ett cron-daemon on mukana kytss olevissa palveluissa."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Lhet raportti jokaisesta varmuuskopiosta shkpostitse :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Mit"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Miss"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Koska"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Lisvalinnat"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup-asetukset"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Valitse, mihin haluat tehd varmuuskopiot"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "kiintolevylle"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "verkon yli"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Valitse mit haluat varmuuskopioida"
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Varmuuskopioi jrjestelm"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Varmuuskopioi kyttjt"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Valitse kyttjt yksitellen"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Varmuuskopion lhteet: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Jrjestelmtiedostot:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Kyttjtiedostot:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Muut tiedostot:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Tallenna kiintolevylle polulle : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Tallenna FTP:ll verkkoasemalle : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t kyttjtunnus: %s\n"
-"\t\t polulla: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Valitsimet:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tl sisllyt jrjestelmtiedostoja\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tVarmuuskopiot kyttvt: tar ja bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tVarmuuskopiot kyttvt: tar ja gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Daemon (%s) sislt :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Kiintolevy.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CD-ROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Verkkoon kytten FTP:t.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Verkkoon kytten SSH:ta.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ei asetettu, valitse Velho tai Edistynyt.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lista palautettavista tiedoista:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lista vahingoittuneista tiedoista:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Poista valinta tai poista se seuraavalla kerralla."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Varmuuskopiot ovat vahingoittuneet"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Kaikki valitsemasi tieto on "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " onnistuneesti palautettu paikkaan %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Palauta asetukset "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Ok palauttaakseen muut tiedostot."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Palautettava kyttjlista (vain uusin piv kutakin kyttj kohti on "
-"trke)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Tee jrjestelmtiedostoista varmuuskopio ennen:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Valitse pivmr, johon tiedon palauttaminen tehdn"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Kyt kiintolevy varmuuskopiointiin"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Palauta kiintolevylt."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Anna hakemisto, johon varmuuskopiot on tallennettu"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Valitse toinen media, josta palauttaa"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Muu media"
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Palauta jrjestelm"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Palauta kyttjt"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Palauta muut"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "valitse polku, josta palautat (juurihakemiston sijaan)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Tee uusi varmuuskopio ennen palauttamista (vain kasvavilla varmuuskopioilla)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Poista kyttjien hakemistot ennen palauttamista."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Palauta kaikki varmuuskopiot"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Mukautettu palautus"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Apua"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Edellinen"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Tallenna"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Tee varmuuskopio"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Palauta"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Seuraava"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Tee varmuuskopio ennen kuin yritt palauttaa sen...\n"
-"tai tarkista ett tallennuspolku on oikea."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Virhe sendmailin aikana\n"
-" raporttipostiasi ei lhetetty\n"
-" Konfiguroi sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lista asennettavista paketeista"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Virhe FTP-siirron aikana.\n"
-" Korjaa FTP-asetuksesi."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Valitse palautettava tieto..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Valitse varmuuskopioinnissa kytettv media..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Valitse varmuuskopioitava tieto..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Asetustiedostoa ei lytynyt\n"
-"valitse joko Velho tai Kehittynyt."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Kehityksen alla ... odota."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Varmuuskopioi jrjestelmtiedostot"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Varmuuskopioi kyttjtiedostot"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Varmuuskopioi muut tiedostot"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Kokonaisedistyminen"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "tiedostoja lhetetn FTP:n yli"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Lhetn tiedostoja..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Tietolista sisllytettvksi CD-ROMiin"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Valitse kirjoittavan CD-aseman nopeus"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Valitse kirjoittavan CD-aseman laitenimi (esim. 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Valitse, jos haluat tehd kynnistettvn CD:n."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Tee heti asetustiedoston varmuuskopio"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Nyt varmuuskopioinnin asetukset."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr ""
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Varmuuskopioi heti"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft. Tekij: DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s:n asennus eponnistu. Seuraava virhe tapahtui:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Etsi asennetut kirjasimet"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Poista asetettujen kirjasimien valinta"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "jsenn kaikki kirjasimet"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "kirjasimia ei lytynyt"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "valmis"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "liitetyilt osioilta ei lytynyt ainoatakaan kirjasinta"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Valitse uudelleen oikeat kirjasimet"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "kirjasimia ei lytynyt.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Etsi kirjasimia asennettujen listalta"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kirjasimet kopioi"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "True Type kirjasimien asennus"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "odota kunnes ttmkfdir on valmis..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "True Type -asennus valmis"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Kirjasinten muuntaminen"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "rakennetaan: type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf kirjasinten muunnos"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm kirjasinten muunnos"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Poista vliaikaistiedostot"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Kynnist XFS uudelleen"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Poista kirjasintiedostot"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs:n uudelleenkynnistys"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Ennen kuin asennat uusia kirjasimia, varmista ett sinulla on oikeudet "
-"kytt ja asentaa ne jrjestelmsi.\n"
-"\n"
-"- Voit asentaa kirjasimet perinteisell tavalla. Harvoissa tapauksissa bogus-"
-"kirjasimet voivat lukit X-palvelimen."
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Kirjasinten tuonti"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Hae Windowsin kirjasimet"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Poista kirjasimet levylt"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Lisvalinnat"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Kirjasinlista"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Valitse sovellukset, jotka tukevat kirjasimia :"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Yleiset tulostimet"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Valitse kirjasintiedosto tai hakemisto ja klikkaa 'Lis'"
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Asenna lista"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "paina thn, kun olet varma."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "thn jos et ole."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Poista valinta kaikista"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Valitse kaikki"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Poista lista"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Alkutestit"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Kopioi kirjasimet jrjestelmsi"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Asenna & muunna kirjasimia"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Asennuksen jlkeiset toiminnot"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Poista jrjestelmsssi olevia kirjasimia"
-
-# Asennuksen sivuvalikko
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Poistamisen jlkeiset toiminnot"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Internetyhteyden jakaminen"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Internetyhteyden jakaminen on kytss"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Internetyhteyden jakaminen on jo asetettu.\n"
-"Sen nykyinen tila on: kytss.\n"
-"\n"
-"Mit haluat tehd?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "poista kytst"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "lopeta"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "aseta uudelleen"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Poistan palvelut kytst..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Internetyhteyden jakaminen ei ole en kytss."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internetyhteyden jakaminen ei ole kytss"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Internetyhteyden jakaminen on jo asetettu.\n"
-"Sen nykyinen tila on .ei kytss\n"
-"\n"
-"Mit haluat tehd?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "ota kyttn"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Otan palvelut kyttn.."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Internetyhteyden jakaminen on nyt kytss."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Olet aikeissa asettaa tietokoneesi jakamaan internetyhteyden muiden koneiden "
-"kanssa.\n"
-"Tll ominaisuudella muut paikallisverkossa olevat tietokoneet voivat "
-"kytt tmn tietokoneen internetyhteytt.\n"
-"\n"
-"Huomaa: tarvitset erityisen verkkokortin pystyttksesi oman paikallisverkon."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Liittym %s (kytten moduulia %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Liittym %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Koneessasi ei ole verkkokorttia!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Koneestasi ei lytynyt yhtn verkkokorttia. Aja laitteistonhakutykalu."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Verkkoliittym"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Tietokoneessasi on vain yksi verkkokortti:\n"
-"\n"
-"%s\n"
-"\n"
-"Valmistaudun asettamaan lhiverkkosi asetukset kyseiselle laitteelle."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Valitse verkkokortti, joka on kytketty paikallisverkkoon."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Verkkoliitnt on jo asetettu"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Varoitus, verkkokortti (%s) on jo asetettu.\n"
-"\n"
-"Haluatko automaattisen uudelleenasetuksen?\n"
-"\n"
-"Voit asettaa sen mys manuaalisesti, mutta silloin sinun pit tiet, mit "
-"olet tekemss."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automaattinen uudelleenasetus"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Nyt nykyiset liitntasetukset"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Koneen `%s' nykyiset asetukset:\n"
-"\n"
-"Verkko: %s\n"
-"IP-osoite: %s\n"
-"IP-mreet: %s\n"
-"Ajuri: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Voin silytt nykyiset asetuksesi ja olettaa, ett olet jo pystyttnyt DHCP-"
-"palvelimen. Siin tapauksessa varmista ett luen oikein C-luokan verkon, "
-"jota kytt paikallisverkkonasi, sill en muuta sen asetuksia tai koske DHCP-"
-"palvelimesi asetuksiin.\n"
-"\n"
-"Muussa tapauksessa voin asettaa liitntsi ja asettaa (uudelleen) DHCP-"
-"palvelimen puolestasi.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C-luokan paikallisverkko"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "(Tmn) DHCP-palvelimen IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Aseta liityntrajapinta ja DHCP-palvelin uudelleen"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Paikallisverkko ei loppunut '.0':aan, tydennetn."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Mahdollinen lhiverkon osoitetrmys lydetty nykyisill asetuksilla %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Palomuuri lydetty!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Varoitus! Olemassaoleva palomuuri lydetty. Tarvitset mahdollisesti ksin "
-"tehtvikorjauksia asennuksen jlkeen."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Mrittelen..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Mrittelen komentotiedostot, asennan ohjelmistot, kynnistn palvelimet..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Asennan pakettia %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Kaikki asetettu.\n"
-"Voit nyt jakaa internetyhteyden muiden lhiverkon koneiden kanssakyttmll "
-"automaattista lhiverkon mrittely (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"Asetukset on jo tehty, mutta ne ovat tll hetkell poistettu kytst."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Asetukset on jo tehty ja ne ovat kytss."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Internetyhteyden jakamista ei ole koskaan asetettu."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Internetyhteyden jakamisen asetukset"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Tervetuloa internetyhteyden jakamisen apuohjelmaan!\n"
-"\n"
-"%s\n"
-"\n"
-"Paina Aseta kynnistksesi asennusohjelman."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Verkon asetukset (%d-laitteille)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profiili: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Poista profiili..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Valitse poistettava profiili:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Uusi profiili..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Luotavan profiilin nimi (uusi profiili luodaan kopioimalla nykyisen tiedot) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Koneen nimi:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internetyhteys"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tyyppi:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Yhdyskytv:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Liitnt:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Tila:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Odota hetki"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Mrittele internetyhteys..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Lhiverkon asetukset"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Ajurit"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Liitnt"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokolla"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Tila"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Aseta paikallisverkko..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Paina thn kynnistksesi asennusohjelman ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Velho..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Toteuta"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Odota hetki... Otetaan asetukset kyttn"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Yhteys muodostettu"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Ei yhteytt"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Yhdist..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Katkaise yhteys..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Varoitus, toinen internet-yhteys on havaittu, mahdollisesti kytten sinun "
-"vekkoasi"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Sinulla ei ole ainoatakaan asetettua liitynt.\n"
-"Aseta ne ensin klikkaamalla 'Aseta'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Lhiverkon asetukset"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Laite %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Kynnistysprotokolla"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Kynnistetty koneen kynnistmisen yhteydess"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP-asiakas"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktivoi nyt"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktivoi nyt"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Tt liityntrajapintaa ei ole viel asetettu.\n"
-"Kynnist pikkunasta lytyv asetusvelho"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Sinulla ei ole ainoatakaan internet-yhteytt.\n"
-"Luo sellainen ensin klikkaamalla 'Aseta'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Internetyhteyden asetus"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Internetyhteyden asetus"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Yhteyden nimi: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametrit"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Yhdyskytv"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Verkkokortti"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-asiakas"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Asetan turvatasoa"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrollipaneeli"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Valitse haluamasi tykalu"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kaapeli)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "Yhdysvallat (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "Yhdysvallat (kaapeli)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "Yhdysvallat (hrc-kaapeli)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Kiina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japani (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japani (kaapeli)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "It-Eurooppa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlanti"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Lnsi-Eurooppa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Uusi-Seelanti"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Etel-Afrikka"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentiina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Ole hyv,\n"
-"kirjoita kyttmsi tv-normi sek asuinmaa"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV-normi :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Alue :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "TV-kanavien haku kynniss ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Haetaan TV-kanavia"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "kytt: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Valitse nppimistsi asettelu."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Haluatko BackSpace-nppimen toimivan kuten Delete konsolissa?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Vaihda CD-levy"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Aseta asennuslevy CD-asemaan ja paina Ok.\n"
-"Jos sinulla ei ole levy, paina Peruuta estksesi jrjestelmn pivityksen."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Jrjestelmn pivityst ei voida aloittaa!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Nyt vain valittu piv"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Tiedosto/_Uusi"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>U"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Tiedosto/_Avaa"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>A"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Tiedosto/_Tallenna"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>T"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/File/Tallenna _Nimell"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Tiedosto/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Valinnat"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Valinnat/Testi"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Ohje"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Ohje/_Tietoja..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Kyttj"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Viestit"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Jrjestelmloki"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Mandraken tyklujen selitykset"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "etsi"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Tykalu lokien seuraamiseen"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Asetukset"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "tsm"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "mutta ei tsm"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Valitse tiedosto"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalenteri"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Tiedoston sislt"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Posti- ja SMS-hlytys"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "odota hetki, jsennn tiedostoa : %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Posti- ja SMS-hlytyksen asetukset"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Tervetuloa shkpostin ja SMS-viestien asettamisohjelmaan.\n"
-"\n"
-"Tll voit pystytt hlyytysjrjestelmn.\n"
-
-# ../../share/compssUsers
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "Palveluiden asettaminen"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Saat hlytyksen kun jokin valituista palveluista ei ole en kynniss"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "lataa asetukset"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Saat hlytyksen jos kuorma on tt arvoa suurempi"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "hlytyksen asetukset"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Aseta tapa, jolla jrjestelm hlytt sinulle"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Tallenna nimell.."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Valitse hiiren tyyppi."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_usb:ta ei lytynyt\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emuloi kolmatta nppint?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s lytyi paikasta %s, aseta se ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Valitse skanneri"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Tt %s skanneria ei ole tuettu"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Kynnistyslaite"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Palomuurin asetukset"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Palomuurin asetukset"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Palomuurin asettaminen\n"
-"\n"
-"Olet jo mritellyt palomuurin. Paina \"Mrittele\" \n"
-"poistaaksesi palomuurin tai muuttaaksesi sen asetuksia"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Palomuurin asettaminen\n"
-"\n"
-"Paina \"Mrittele\" pystyyttksesi palomuurin"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Kieliasetukset"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Asennuksen luokka"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Kiintolevyjen tunnistus"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Hiiren mrittely"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Nppimistn valinta"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Tietoturva"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Tiedostojrjestelmt"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Levyjen osiointi"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Asennettavat paketit"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Asenna jrjestelm"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Kyttjien lisminen"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Verkkoasetukset"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Palvelujen asettaminen"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Lataajan asetus"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Kynnistyslevyke"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Asenna X"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Asenna pivitykset"
-
-# Asennuksen sivuvalikko
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Lopeta asennus"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewallin asettaminen\n"
-"\n"
-"Tm vaihe asettaa henkilkohtaisen palomuurin Mandrake Linux\n"
-"-jrjestelmsi. Mikli haluat tehokkaan palomuuriratkaisun, hae\n"
-"listietoja MandrakeSecurity Firewall distribuutiosta."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Tss vaiheessa kysytn mit palveluita haluat haluat sallia muille\n"
-"internetin kyttjille siksi aikaa kun tietokoneesi on internetiss. \n"
-"Harkitse huolellisesti, ennen kuin vastaat nihin kysymyksiin,\n"
-"sill nm vaikuttavat tietokoneesi tietoturvaan.\n"
-"\n"
-"Jos et kyt tll hetkell ainoatakaan seuraavista palveluista,\n"
-"suojaa tietokoneesi palomuurilla. Voit muuttaa nit asetuksia milloin \n"
-"haluat vain kynnistmll tmn ohjelman uudelleen."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Onko tietokoneessasi webbisivuja, joiden haluat nkyvn kaikkialle\n"
-"internettiin? Jos ajat webbipalvelinta, jonka tarvitsee nky vin\n"
-"omalle tietokoneellesi, voit turvallisesti vastata EI thn kysymykseen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Haluatko koneesi toimivan nimipalvelimena? Jos et halua pystytt \n"
-"nimipalvelinta jakamaan IP- ja vyhyketietoja internettiin, vastaa ei.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Haluatko sallia koneellesi tulevat Secure Shell (ssh) -yhteydet? Tm\n"
-"on telnetin korvaava palvelu, jota voit kytt kirjoittautuaksesi sisn\n"
-"internetin kautta. Jos kytt viel telneti, sinun pitisi vaihtaa se \n"
-"ssh:iin. Telnet-yhteydet eivt ole suojattuja -- hykkj voi varastaa\n"
-"salasanasi, jos kytt sit. Ssh-yhteys on sitvastoin suojattu, joten\n"
-"kukaan ei pysty salakuuntelemaan sit."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Haluatko sallia sisn tulevat telnet-yhteydet?\n"
-"Tm on hirvittvn vaarallista, kuten edellinen kohta osoitti.\n"
-"Suosittelemme ett vastaisit Ei thn kohtaan ja kyttisit\n"
-"telnetin sijaan ssh:ta.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Ajatko tietokoneellasi FTP-palvelinta, jonka haluat nkyvn mys\n"
-"internettiin? Jos vastasit kyll, suosittelemme, ett kyttisit sit\n"
-"vain anonyymeihin siirtoihin. Mik tahansa salasana voidaan varastaa,\n"
-"mikli se siirretn FTP-protokollan kautta, sill FTP ei suojaa\n"
-"siirrettvi salasanoja.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Toimiiko tietokoneesi postipalvelimena? Jos lhett shkpostiviestisi\n"
-"pinen, muttin tai mink tahansa tekstipohjaisen postinlukuohjelmiston\n"
-"avulla, se on todennkist. Muussa tapauksessa sinun pitisi suojata\n"
-"ominaisuus pois palomuurin avulla.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Ajatko POP- tai IMAP-palvelinta koneellasi? Nit palvelimia\n"
-"kytetn yllpitmn ei-webbipohjaisia shkpostitunnuksia\n"
-"ihmisille, jotka haluavat hakea postinsa tlt koneelta omillensa.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Kytt 2.2-sarjan Linuxin ydint. Jos internetosoite (IP),\n"
-"jota tietokoneesi kytt, asetetaan automaattisesti\n"
-"toisesta kotonasi tai typaikallasi olevasta tietokoneesta\n"
-"(eli se on dynaamisesti mrtty), ominaisuuden kytt \n"
-"pit sallia. Pitk paikkaansa?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Onko tietokoneesi kello synkronoitu toisen tietokoneen kanssa?\n"
-"Useimmiten tt ominaisuutta kytetn keskisuurissa Unix/Linux\n"
-"-organisaatioissa esimerkiksi lokin synkronointiin. Jos tietokoneesi\n"
-"ei ole osa suurempaa toimistoa tai et ole kuullut tllaisesta, \n"
-"jrjestelm ei luultavasti ole synkronoitu."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Asetukset tehty. Kirjoitetaanko muutokset levylle?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "En voi avata %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Tiedostoa %s ei voi avata kirjoittamista varten: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Palomuurin asetukset"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Valmistelen asennusta"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Verkkopte (asiakas)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-, SMB-, SSH- ja vlipalvelin"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Toimistosovellukset"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome-tyasema"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Tykalut Palm Pilotin tai Visorin liittmiseksi"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Tyasema"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Palomuuri / Reititys"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Nimipalvelin ja tietoverkon informaatiopalvelin"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Office-ohjelmistot: tekstinksittely (kword, abiword), taulukkolaskenta "
-"(kspread,gnumeric), pdf-lukijat jne"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "nenksittely: mp3, midi, mikserit, jne"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Kirjoja ja ohjeita Linuxista sek vapaan lhdekoodin ohjelmista"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-tyasema"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, jne"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Kokoelma tykaluja shkpostiin, nyytisiin, webiin, tiedostonsiirtoon ja "
-"jutusteluun"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Tietokanta"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL tai MySQL tietokantapalvelin"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Tykalut, jotka helpottavat tietokoneesi asetusten muokkaamista"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - ni"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Apuohjelmat"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentaatio"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Komentorivitykalut"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix-postipalvelin, Inn-nyytispalvelin"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet-asema"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedia-asema"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Asetustykalut"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Lis graafisia typyti (Gnome, IceWM)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K-typytymprist. Graafinen perusymprist ja sen mukana tulevat tykalut"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Graafinen ymprist"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache WWW-palvelin ja Pro-ftpd FTP-palvelin"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Tykalut CD:iden luomiseen ja polttamiseen"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Toimistotyasema"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Palvelin"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, jne"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiikkaohjelmistot, kuten Gimp"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C ja C++ ohjelmointitykalut, kirjastot ja include-tiedostot"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Verkkotietokone (palvelin)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Shkposti/Groupware/Nyytiset"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Pelikone"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videon katselu ja editointi"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafiikka"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Pelit: tasohyppely, korttipelit, strategia, jne"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Valikoima tykaluja shkpostin ja nyytisten lukemiseen (pine, mutt, tin...) "
-"sek internetiss surffailuun"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Varmuuskopiointi, emulaattorit, jrjestelmn tarkkailu"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Henkilkohtainen kirjanpito"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Graafinen ymprist kyttjystvllisell ohjelmistolla ja tykaluilla."
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Asiakasohjelmat eri protokollille (ssh jne)"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internetyhdyskytv"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "nen sek videon soitto- ja editointiohjelmat"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Muut graafiset kyttympristt"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editorit, komentotulkit, tiedostotykalut, terminaalit"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Tilinpito-ohjelmia, kuten gnucash"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Henkilkohteisen tiedon hallinta"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD:n poltto"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Tieteelliinen tyasema"
-
-#~ msgid "About"
-#~ msgstr "Tietoja"
-
-#~ msgid " Help "
-#~ msgstr " Apua "
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr "Ei saantia kytss olevan ytimen moduuleihin (tiedosto %s puuttuu)"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Ei asetettu"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Valitse oletustulostin !"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Toteuta/Lue uudelleen tulostimet"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Voit antaa lisasetuksia modulille %s."
-
-#~ msgid "Low"
-#~ msgstr "Matala"
-
-#~ msgid "Medium"
-#~ msgstr "Keskitaso"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Muutamia parannuksia tll turvaasolla, suurimpana se ett "
-#~ "jrjestelmss\n"
-#~ "on enemmn turvallisuusvaroituksia ja tarkistuksia."
-
-#~ msgid "mount failed"
-#~ msgstr "liittminen eponnistui"
-
-#~ msgid "Boot mode"
-#~ msgstr "Kynnistila"
-
-#~ msgid "Export"
-#~ msgstr "Vie"
-
-#~ msgid "click here"
-#~ msgstr "klikkaa thn"
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
deleted file mode 100644
index abfe2a8c9..000000000
--- a/perl-install/share/po/fr.po
+++ /dev/null
@@ -1,12589 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999 Mandrakesoft
-# David BAUDENS <baudens@mandrakesoft.com>, 1999-2002
-# David ODIN <odin@mandrakesoft.com>, 2000
-# Pablo Saratxaga <pablo@mandrakesoft.com>, 2001
-# KAtiOS <katios@nolabel.net>, 2001
-# Guillaume Cottenceau <gc@mandrakesoft.com>, 2001-2002
-# Thierry Vignaud <tvignaud@mandrakesoft.com>, 2001-2002
-# Combelles Christophe <ccomb@club-internet.fr>, 2002
-#
-# Veuillez ne pas mettre jour ce fichier moins d'tre
-# certain tant de vos traductions que de votre grammaire et
-# de votre orthographe. Ces dernires sont trop souvent
-# approximatives. Elles ncessitent alors des relectures et
-# des corrections qui n'ont d'autre consquence que de faire
-# perdre du temps tout le monde ( vous si votre travail est
-# imparfait et aux relecteurs qui doivent rechercher puis corriger
-# vos ventuelles fautes).
-#
-# VEUILLEZ RESPECTER LA TYPOGRAPHIE FRANAISE!
-# Les majuscules doivent tre accentues si besoin est. Respectez
-# les espaces ncessaires pour la ponctuation (espace aprs la virgule et
-# le point, espace inscables avant les points d'interrogation,
-# d'exclamation, les deux-points et le point virgule, espace aussi aprs
-# le point virgule).
-#
-# ESPACES INSCABLES
-# Vous devez utiliser un espace inscable (c'est un espace qui ne peut
-# pas servir de rupture la ligne) avant le point d'exclamation, le
-# point d'interrogation, le deux-points, le point virgules, et pour les
-# "quantits", entre le nombre et l'unit abbrge (par exemple "10 g").
-# L'espace normal en ISO et UTF8 est le caractere 0x20 tandis que l'espace
-# inscable est le caractre 0xA0. Sous Emacs en utilisant le po mode
-# livr avec gettext >= 0.10.40-4mdk vous pouvez voir celui-ci avec un
-# fond de couleur spcial. Sous Vi celui-ci est normalement affich
-# prcd du caractre pipe "|". Pour le tapper sous la plupart des
-# diteurs, vous pouvez utiliser la touche "Compose" puis en tappant
-# deux espaces. Si vous n'avez pas de touche compose, vous pouvez
-# donner cette fonction la touche "Windows" droite de votre clavier
-# avec la commande suivante:
-# xmodmap -e 'keycode 116 = Multi_key'
-#
-# Les guillemets franaises sont et et non ". La guillemet ouvrante
-# est suivie d'un espace inscable et la guillemet fermante est
-# prcde du mme type d'espace. Pour le tapper, vous pouvez utiliser
-# la combinaison Compose < <, et Compose > >.
-#
-# Enfin, traduisez INTELLIGEMMENT et non mot mot. Certaines traductions
-# n'ont aucun sens en franais.
-#
-# Nous vous remercions de votre comprhension.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX for MDK 8.1\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-06 01:36GMT+1\n"
-"Last-Translator: Combelles Christophe <ccomb@club-internet.fr>\n"
-"Language-Team: french <fr@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configurer les crans sparment"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "taler l'affichage sur plusieurs crans (Xinerama)"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configurer seulement la carte %s (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Configuration multi-crans"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Votre systme peut utiliser simultanment plusieurs crans.\n"
-"Que souhaitez-vous faire?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Carte graphique"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Choisissez une carte graphique"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Choisissez un serveur d'affichage (serveur XFree)"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "serveur XFree"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Choisissez un pilote d'affichage X11"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "serveur X11"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Quelle configuration d'XFree dsirez-vous utiliser?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Votre carte vido peut utiliser l'acclration 3D matrielle mais\n"
-"uniquement en utilisant XFree %s.\n"
-"Votre carte vido est supporte par XFree %s. Ce dernier peut tre plus\n"
-"performant en 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"Votre carte vido peut utiliser l'acclration 3D matrielle avec XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s avec acclration 3D matrielle"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Votre carte vido peut utiliser l'acclration 3D matrielle en utilisant\n"
-"XFree %s.\n"
-"Veuillez noter que ce support est EXPRIMENTAL et qu'il peut BLOQUER VOTRE\n"
-"ORDINATEUR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s avec support EXPRIMENTAL de l'acclration 3D matrielle"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Votre carte vido peut utiliser l'acclration 3D matrielle mais\n"
-"uniquement en utilisant XFree %s.\n"
-"Attention, veuillez noter que ce support est EXPRIMENTAL et peut BLOQUER\n"
-"VOTRE ORDINATEUR.\n"
-"\n"
-"Votre carte vido est supporte par XFree %s. Ce dernier peut tre plus\n"
-"performant en 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installation du pilote d'affichage)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configuration d'XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr ""
-"Veuillez prciser la quantit de mmoire vido de votre carte graphique"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Choisissez les options du serveur d'affichage"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Choisissez un moniteur"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Moniteur"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Les deux paramtres importants sont la frquence de rafrachissement\n"
-"verticale (qui dtermine la vitesse laquelle l'cran est rafrachi)\n"
-"et, surtout, la frquence de synchronisation horizontale (qui dtermine\n"
-"la vitesse laquelle les lignes sont traces).\n"
-"\n"
-"Il ne faut SURTOUT PAS choisir un type de moniteur ayant\n"
-"une frquence de rafrachissement excdant les capacits de votre\n"
-"moniteur. Vous risqueriez de l'endommager.\n"
-"En cas de doute, choisissez un rglage moins performant mais\n"
-"sans risque pour votre matriel."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Frquence horizontale"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Frquence verticale"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Le moniteur n'est pas configur"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "La carte graphique n'est pas encore configure"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "La rsolution n'a pas encore t choisie"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Dsirez-vous tester la configuration?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Attention: tester cette carte vido peut bloquer votre ordinateur"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test de la configuration"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"essayez de modifier quelques paramtres"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Une erreur est survenue:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Fin du test dans %d secondes"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "tes-vous satisfait(e)?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr ""
-"Une erreur est survenue, essayez de modifier\n"
-"quelques paramtres"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rsolution"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Choix de la rsolution et du nombre de couleurs"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Carte graphique: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Serveur XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Davantage"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Mode expert"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Tout montrer"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rsolutions"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Type de clavier: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Type de souris: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Priphrique: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Moniteur: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Frquence horizontale: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Frquence verticale: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Carte graphique: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Indentification de la carte graphique: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Mmoire vido: %sko\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Nombre de couleurs: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rsolution: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Serveur XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Pilote XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Prparation de la configuration de X Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Que dsirez-vous faire?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Choisir un type de moniteur"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Choisir un type de carte graphique"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Changer les options du serveur d'affichage"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Changer la rsolution"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Afficher la configuration actuelle"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Tester nouveau"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Quitter"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Dsirez-vous conserver les changements?\n"
-"La configuration actuelle est:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Interface graphique lors du dmarrage"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Voulez-vous que l'interface graphique soit\n"
-"automatiquement lance lors du dmarrage?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Veuillez relancer %s pour activer les changements"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ""
-"Veuillez vous dconnecter puis presser simultanment les touches Ctrl-Alt-"
-"BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 couleurs (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 768 couleurs (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 536 couleurs (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16,7 millions de couleurs (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4,3 milliards de couleurs (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 ko"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 ko"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 Mo"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 Mo ou plus"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatible 8514, 1024x768 87 Hz entrelac (sans 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 87 Hz entrelac, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA tendu, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA non entrelac, 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA haute frquence, 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frquences supportant le 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frquences supportant le 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frquences supportant le 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Moniteur supportant le 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Moniteur supportant le 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Premier secteur de la partition d'amorage"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Premier secteur du disque (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Installation de SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "O dsirez-vous installer le programme d'amorage?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Installation de LILO ou Grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO en mode texte"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO en mode graphique"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Dmarrer partir de DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Principales options du programme d'amorage"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Programme d'amorage utiliser"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installation du programme d'amorage"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Priphrique d'amorage"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne fonctionne pas avec des BIOS anciens)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compact"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compact"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Mode vido"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Dlai avant l'activation du choix par dfaut"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Mot de passe"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Mot de passe (vrif)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Protger par mot de passe les options"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "Protection des options"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Vider le dossier /tmp chaque dmarrage"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Prcisez la taille mmoire si ncessaire (%dMo trouvs)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Autoriser plusieurs profils"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Indiquez la quantit de mmoire en Mo"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Le protection des options est inutile sans mot de passe"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Veuillez ressayer"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Les mots de passe ne correspondent pas"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Message de dmarrage"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Dlai de l'Open Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Dlai d'amorage du noyau"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Autoriser le dmarrage sur CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Autoriser le dmarrage sur l'OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "OS par dfaut?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Vous avez dcid d'installer le programme d'amorage sur une partition.\n"
-"Cela implique que vous ayez dj un programme d'amorage sur le disque dur "
-"sur lequel le systme dmarre (ie:System Commander).\n"
-"\n"
-"Sur quel disque est-ce que le systme dmarre?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Voici les diffrentes entres.\n"
-"Vous pouvez en rajouter de nouvelles ou changer les entres existantes."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Ajouter"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Terminer"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modifier l'lment slectionn"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Quel type de systme voulez-vous ajouter?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Autres systmes (SunOS, etc.)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Autres systmes (MacOS, etc.)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Autres systmes (Windows, etc.)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "fichier noyau"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Partition racine"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "options passes au noyau"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Fichier RamDisk"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Practiv en criture"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Table des partitions"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Peu sr"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Label"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Choix par dfaut"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Taille du RamDisk"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Supprimer l'entre"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Un label vide n'est pas autoris"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Vous devez spcifier l'image noyau dsire"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Vous devez spcifier une partition racine"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ce label est dj utilis"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Interface(s) %s %s dtecte(s)"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "En possdez-vous d'autres?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Possdez-vous des interfaces %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Non"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Oui"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Voir les informations sur le matriel"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installation du pilote pour la carte %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(module %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Quel pilote %s faut-il essayer?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Le pilote de matriel %s a parfois besoin d'options supplmentaires\n"
-"pour fonctionner de manire optimale.\n"
-"Vous pouvez lui fournir manuellement ces options,\n"
-"ou bien lui laisser les dtecter automatiquement.\n"
-"(La dtection peut dans certains cas bloquer l'ordinateur,\n"
-"mais sans lui causer de dommage.)"
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Dtection automatique"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Spcifier des options"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Vous pouvez maintenant founir des options au module %s.\n"
-"Veuillez noter que les adresses doivent tre gnralement prfixes de 0x, "
-"comme '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Vous pouvez maintenant prciser les options du module %s.\n"
-"Les options sont de la forme nom=valeur nom2=valeur2 ....\n"
-"Par exemple, io=0x300 irq=7"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Options du module:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Le chargement du module %s a chou.\n"
-"Dsirez-vous ressayer avec d'autres paramtres?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "accs aux programmes graphiques"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "accs aux outils rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "autoriser su"
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "accs aux fichiers d'administration"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "Utilisateur(s) existant(s): %s"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Ce mot de passe est trop simple"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Veuillez taper un nom d'utilisateur"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Le nom d'utilisateur ne peut contenir que des lettres minuscules,\n"
-"des nombres, ainsi que les caractres - et _"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Ce nom d'utilisateur est dj utilis"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Ajouter un utilisateur"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Crer un compte utilisateur\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Accepter"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nom et prnom"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nom d'utilisateur"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Interprteur"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icne"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Connexion automatique"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Lors du dmarrage, voulez-vous que le systme connecte\n"
-"automatiquement un utilisateur par dfaut?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Choisissez l'utilisateur par dfaut:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Choisissez l'environnement graphique:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Choisissez la langue:"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Vous pouvez choisir d'autres langues.\n"
-"Elles seront disponibles aprs l'installation."
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Tout"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Autoriser tous les utilisateurs"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personnalise"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Pas de partage"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Le paquetage %s doit tre install. Voulez-vous l'installer?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-"Voulez-vous exporter par NFS (protocole Unix) ou SMB (protocole Windows)?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Le paquetage %s, qui est obligatoire, est manquant"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"Voulez-vous permettre aux utilisateurs de partager certains sous-rpertoires de leur rpertoire personnel (/home)?\n"
-"Permettre cela autorisera les utilisateurs cliquer simplement sur Partager dans konqueror et nautilus.\n"
-"\n"
-"Personnalise permet de choisir pour chaque utilisateur.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Annuler"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Lancer userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Le partage par utilisateur utilise le groupe fileshare.\n"
-"Vous pouvez utiliser userdrake pour rajouter un utilisater dans ce groupe."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bienvenue aux pirates"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Trs faible"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "leve"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Plus leve"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoaque"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Ce niveau de scurit doit tre utilis avec prcaution. Il rend votre\n"
-"systme plus facile utiliser, aux dpens de la scurit. Il ne devrait\n"
-"donc pas tre utilis sur une machine connecte un rseau ou "
-"l'internet.\n"
-"Aucun mot de passe n'est requis."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Les mots de passe sont maintenant requis. Pour autant, il n'est pas\n"
-"recommand d'utiliser cette machine sur un rseau."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Ceci est le niveau de scurit standard recommand pour un ordinateur \n"
-"utilis pour se connecter l'internet en tant que client."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Il y a dj des restrictions, et des vrifications automatiques sont "
-"effectues chaque nuit."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Avec ce niveau de scurit, l'utilisation de cette machine en tant que\n"
-"serveur devient envisageable. La scurisation est suffisamment forte pour\n"
-"accepter les connexions de nombreux clients. Note: si votre machine est\n"
-"seulement connecte en tant que client sur Internet, vous devriez plutt\n"
-"choisir un niveau infrieur."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ce niveau de scurit est bas sur le prcdent mais le systme est "
-"maintenant\n"
-"compltement clos (vu du rseau). La scurit est maximale."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Choisissez le niveau de scurit"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Niveau de scurit"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Utilisation de libsafe pour les serveurs"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Une bibliothque qui protge contre les attaques par dbordement de pile.\n"
-"(les plus frquentes)"
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Bienvenue dans %s, le chargeur de systemes d'exploitation.\n"
-"\n"
-"Choisissez un systeme d'exploitation dans la liste ci-dessus.\n"
-"-- Demarrage automatique dans %d secondes.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Bienvenue dans GRUB, le chargeur de systemes d'exploitation"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Utilisez les touches %c et %c pour faire votre choix."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Appuyez sur <Entree> pour demarrer, sur <e> pour modifier la"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commande de demarrage ou sur <c> pour utiliser la ligne de commande."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Demarrage automatique dans %d secondes."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "il n'y a pas assez de place dans le dossier /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Bureau"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Menu Dmarrer"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr ""
-"Vous ne pouvez pas installer le programme d'amorage\n"
-"sur une partition %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "pas d'aide disponible pour l'instant.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configuration du style de dmarrage"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fichier"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fichier/_Quitter"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Moniteur nouveau style avec catgorisation"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Moniteur nouveau style"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Moniteur traditionnel"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Moniteur traditionnel Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Dmarrage entirement graphique (Aurora)"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Menu d'amorage"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Menu d'amorage"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Le choix du systme d'exploitation est actuellement gr par %s.\n"
-"Vous pouvez ici modifier la liste du menu d'amorage."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configurer"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Choix pour l'interface utilisateur"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Lancer l'interface graphique au dmarrage"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne pas connecter automatiquement un utilisateur"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Connexion automatique (choisir utilisateur et environnement)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Impossible de lire le fichier /etc/inittab : %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "Go"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "Ko"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "Mo"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "To"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutes"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minute"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d secondes"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Impossible de faire des captures d'cran avant le partitionnement"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Les captures d'cran seront disponibles aprs l'installation dans %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "France"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgique"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Rpublique Tchque"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Allemagne"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grce"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norvge"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Sude"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Pays-Bas"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italie"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Autriche"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "tats-Unis"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr ""
-"Avant d'utiliser un logiciel de partitionnement de disques,\n"
-"il est prudent de faire une copie de sauvegarde de vos donnes!!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "MISE EN GARDE"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Si vous voulez utiliser aboot, vous devez rserver\n"
-"un espace libre d'au moins 2048 secteurs au dbut du disque."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Erreur"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Assistant"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Choisissez une action"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Votre disque possde une seule grande partition, qui est de type FAT\n"
-"(gnralement utilis par Microsoft DOS ou Windows).\n"
-"Vous devriez la rduire pour pouvoir crer d'autres partitions:\n"
-"cliquez sur la partition puis sur Redimensionner."
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Veuillez cliquer sur une partition"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Dtails"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "SF journalis"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Vide"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Autre"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Types des systmes de fichiers:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Crer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Type"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Utilisez plutt %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Supprimer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Cliquez d'abord sur Dmonter"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Aprs avoir modifi le type de la partition %s, toutes les donnes\n"
-"prsentes sur cette partition seront perdues."
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Choisissez une partition"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Choisissez une autre partition"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Quitter"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Passer en mode expert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Passer en mode normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "tat prcdent"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Dsirez-vous tout de mme continuer?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Quitter sans sauvegarder"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Dsirez-vous rellement quitter sans crire la table des partitions?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Dsirez-vous sauvegarder les modifications de /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Partitionnement automatique"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Supprimer toutes les partitions"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informations sur les disques durs"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Toutes les partitions primaires sont utilises"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Impossible d'ajouter une partition"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Pour pouvoir utiliser plus de partitions, vous devez d'abord en supprimer "
-"une pour la remplacer par une partition tendue."
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Sauvegarder la table des partitions..."
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Charger une table des partitions..."
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Deviner automatiquement la table des partitions"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Relire la table des partitions"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Auto-montage des priphriques amovibles"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Slectionnez un fichier"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La table des partitions contenue sur la sauvegarde\n"
-"n'a pas la mme taille que le disque.\n"
-"Dsirez-vous tout de mme continuer?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Attention"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Insrez une disquette dans le lecteur.\n"
-"Toutes les donnes prsentes sur cette disquette seront perdues."
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Tentative de lecture de l'organisation des partitions..."
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Informations dtailles"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Point de montage"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Options"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Redimensionner"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Dplacer"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formater"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Monter"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Ajouter au RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Ajouter au LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Dmonter"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Supprimer du RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Supprimer du LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modifier le RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Utiliser pour loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Crer une nouvelle partition"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Secteur de dbut: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Taille en Mo: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Type du systme de fichiers: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Point de montage: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Prfrence: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Supprimer le fichier loopback?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Changement du type de partition"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Quel systme de fichiers dsirez-vous utiliser?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Passage de ext2 ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "O dsirez-vous monter le fichier loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "O dsirez-vous monter la partition %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Il est impossible de dslectionner ce point de montage car il est\n"
-"utilis pour le loopback. Veuillez supprimer ce dernier d'abord."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Calcul des limites du systme de fichiers FAT ..."
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Redimensionnement"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Cette partition ne peut pas tre redimensionne"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr ""
-"Toutes les donnes prsentes sur cette partition\n"
-"devraient avoir t sauvegardes."
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Aprs avoir redimensionn la partition %s, toutes les donnes prsentes\n"
-"sur cette partition seront perdues"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Choisissez la nouvelle taille"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nouvelle taille en Mo: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Sur quel disque voulez-vous la dplacer?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Secteur"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Sur quel secteur voulez-vous la dplacer?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Dplacement"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Dplacement de la partition..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Choisissez un RAID existant"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "Nouveau"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Choisissez un LVM existant"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nom LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Cette partition ne peut pas tre utilise pour du loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nom du fichier loopback:"
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Donnez un nom de fichier"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Ce fichier est dj utilis par un autre loopback.\n"
-"Veuillez en choisir un autre."
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Le fichier existe dj. Faut-il l'utiliser?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Options de montage"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Divers"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "Priphrique"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "Niveau de RAID"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "Taille de bloc"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Soyez prudent: cette opration est dangereuse."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Quel type de partitionnement?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Le programme d'amorage LILO ne peut pas fonctionner si vous placez\n"
-"la partition du dossier /boot aussi loin sur le disque (c'est--dire\n"
-"au del du 1024me cylindre). Si vous n'utilisez pas LILO, vous n'avez\n"
-"pas besoin de partition spcifique pour le dossier /boot."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Attention, votre partition racine se situe au del du 1024me cylindre.\n"
-"Si vous comptez utiliser le programme d'amorage LILO, vous devez crer\n"
-"une autre partition juste pour le dossier /boot en de du 1024me cylindre."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Attention, vous avez choisi une partition RAID logiciel comme partition\n"
-"racine. Pour que votre systme puisse dmarrer, vous devez ajouter\n"
-"une partition non RAID, spcifique pour le dossier /boot."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr ""
-"La table des partitions de %s va maintenant tre crite sur le disque!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Vous devez redmarrer pour que les modifications soient prises en compte"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Aprs avoir format la partition %s, toutes les donnes prsentes\n"
-"sur cette partition seront perdues."
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatage"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatage du fichier loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatage de la partition %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Cacher les fichiers"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Dplacer les fichiers sur la nouvelle partition"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Le dossier %s contient dj des donnes\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Dplacement des fichiers sur la nouvelle partition..."
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Copie de %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Suppression de %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "la partition %s est maintenant connue comme %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Priphrique: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lettre de lecteur DOS suppose: %s:\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Type: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nom: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Dbut: secteur %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Taille: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s secteurs"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cylindre %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formate\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Non formate\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Monte\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "Appartient au RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Fichier(s) loopback:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partition d'amorage par dfaut\n"
-"(pour DOS/Windows, pas pour LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "RAID de niveau %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Taille de bloc %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "disques RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nom du fichier loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Il y a des chances que cette partition\n"
-"soit une partition de pilotes systmes,\n"
-"vous ne devriez pas la toucher.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Cette partition d'amorage (bootstrap)\n"
-"est ncessaire si vous avez plusieurs\n"
-"systmes d'exploitation. \n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Taille: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Gomtrie: %s cylindres, %s ttes, %s secteurs\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Information: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "disques LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Table des partitions de type: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "sur bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Options: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Clef de chiffrement du systme de fichiers"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Choisissez la clef de chiffrement du systme de fichiers"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Cette clef de chiffrement est trop courte (minimum %d caractres)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Les clefs de chiffrement ne correspondent pas"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Clef de chiffrement"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Clef de chiffrement (confirmation)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Changer le type"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Veuillez cliquer sur une source"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Rechercher les serveurs"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "le formatage au format %s de %s a chou"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Impossible de formater %s au format %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "le montage de la partition %s dans le rpertoire %s a chou"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck a chou avec le code de sortie %d ou le signal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "Le dmontage de %s a chou: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simple"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "avec /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "serveur"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Les partitions JFS doivent faire plus de 16 Mo."
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Les partitions ReiserFS doivent faire plus de 32 Mo."
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Les points de montage doivent commencer par /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Le point de montage %s est dj utilis\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-"Vous ne pouvez pas utiliser une partition logique LVM pour le point de "
-"montage %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Ce dossier devrait rester dans la partition racine"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Vous avez besoin d'un vrai systme de fichiers (ext2, reiserfs) pour ce "
-"point de montage\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Vous ne pouvez pas utiliser de systme de fichiers crypt pour le point de "
-"montage %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Pas assez d'espace libre pour le partitionnement automatique"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Rien faire"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Erreur lors de l'ouverture de %s en criture: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Une erreur est survenue: aucun priphrique valide n'a t trouv pour\n"
-"crer de nouvelles partitions. Veuillez vrifier votre matriel."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Vous n'avez dfini aucune partition!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux est un systme multi-utilisateurs, ce qui signifie gnralement que chaque\n"
-"utilisateur peut avoir des prfrences diffrences, ses propres fichiers,\n"
-"etc. Pour plus d'informations, consultez le manuel d'utilisation.\n"
-"Contrairement root qui a tous les droits, les utilisateurs que vous\n"
-"ajouterez ici n'auront que des permissions pour agir sur leurs propres\n"
-"fichiers exclusivement.\n"
-"\n"
-"L'utilisateur/administrateur devrait galement se crer un compte\n"
-"normal. C'est travers cet utilisateur que celui-ci devrait se\n"
-"connecter pour accomplir ses tches quotidiennes. Car, bien qu'il soit\n"
-"pratique d'avoir tous les accs, cette situation peut galement engendrer\n"
-"des situations dsastreuses si un fichier est dtruit par inadvertance. Un\n"
-"utilisateur normal n'ayant pas accs aux fichiers sensibles, ne peut causer\n"
-"de dommages majeurs.\n"
-"\n"
-"Il faut d'abord entrer le vrai nom de la personne. videmment, vous pouvez\n"
-"y inscrire n'importe quoi. DrakX prendra le premier mot insr et le\n"
-"transposera comme Nom de login. C'est le nom qui sera utilis pour se\n"
-"connecter au systme. Vous pouvez le modifier. Il faut maintenant entrer un\n"
-"mot de passe. Celui-ci n'est pas aussi crucial que le mot de passe de\n"
-"root, mais ce n'est pas une raison pour rentrer 123456. Aprs tout,\n"
-"ceci mettrait vos fichiers en pril.\n"
-"\n"
-"Si vous cliquez Accepter, il vous sera possible d'ajouter d'autres\n"
-"utilisateurs. Crez un utilisateur diffrent pour chaque personne devant\n"
-"utiliser votre ordinateur. Une fois chaque utilisateur dfini, cliquez sur\n"
-"Terminer.\n"
-"\n"
-"En cliquant sur Avanc頻, vous pourrez slectionner un shell\n"
-"diffrent pour cet utilisateur (bash est assign par dfaut)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Ci-dessus sont listes les partitions linux existantes dtectes sur votre "
-"systme.\n"
-"Vous pouvez garder les choix faits par l'assistant, ils sont corrects pour "
-"la plupart\n"
-"des installations courantes. Si vous changez quoi que ce soit, vous devez au "
-"moins\n"
-"dfinir une partition racine /. Ne choisissez pas une partition trop "
-"petite, sinon\n"
-"vous ne pourrez pas installer assez de logiciels. Si vous voulez stocker vos "
-"donnes\n"
-"sur une partition spare, vous devrez galement crer une partition pour le "
-"dossier\n"
-"/home (seulement possible si vous avez au moins deux partitions linux "
-"disponibles).\n"
-"\n"
-"Chaque partition est dcrite comme suit: Nom, Capacit頻.\n"
-"\n"
-"Le Nom est cod comme suit: type du disque dur,\n"
-"numro du disque dur, numro de la partition (par exemple,\n"
-"hda1).\n"
-"\n"
-"Le type du disque dur est hd si votre disque dur\n"
-"est un disque dur IDE ou sd s'il s'agit d'un disque SCSI.\n"
-"\n"
-"Le numro du disque dur est toujours une lettre qui suit hd ou sd "
-":\n"
-"- avec un disque dur IDE,\n"
-" * a signifie disque matre sur le premier port IDE,\n"
-" * b signifie disque esclave sur le premier port IDE,\n"
-" * c signifie disque matre sur le second port IDE,\n"
-" * d signifie disque esclave sur le second port IDE.\n"
-"- avec un disque dur SCSI, un a signifie premier disque dur,\n"
-"b signifie second disque dur, etc.dans l'ordre des IDs SCSI."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Les paquetages requis l'installation de Mandrake Linux sont distribus sur plusieurs\n"
-"CDROM. Heureusement, DrakX connat l'emplacement de chacun des paquetages.\n"
-"Il jectera celui prsent dans le lecteur et vous demandera d'insrer le\n"
-"CDROM appropri, selon le cas."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"C'est maintenant le moment de choisir les paquetages qui seront installs\n"
-"sur votre systme. Sachez que Mandrake Linux contient plusieurs milliers de paquetages \n"
-"installer, et qu'il n'est pas ncessaire de tous les connatre par coeur.\n"
-"\n"
-"Si vous tes en train de faire une installation normale partir d'un\n"
-"CDROM, il vous sera d'abord demand de spcifier quel CD vous avez (en mode\n"
-"Expert). Vrifier les tiquettes et cliquez sur les botes leur tant\n"
-"associes. Cliquez sur OK, lorsque vous tes prt continuer.\n"
-"\n"
-"Les paquetages sont regroups selon la nature de l'installation. Les\n"
-"groupes sont diviss en quatre sections principales:\n"
-"\n"
-" * Station de travail: si vous comptez utiliser votre machine ainsi,\n"
-"slectionner un ou plusieurs groupes y correspondant.\n"
-"\n"
-" * Environnement graphique: ce groupe vous permettra de dterminer quel\n"
-"environnement graphique vous voulez avoir sur votre systme. videmment, il\n"
-"vous en faut au moins un pour utiliser votre station en mode graphique.\n"
-"\n"
-" * Dveloppement: si votre systme sera utilis pour la programmation,\n"
-"choisissez les groupes dsirs.\n"
-"\n"
-" * Serveur: finalement, si vous systme doit agir en tant que serveur,\n"
-"vous pourrez slectionner les services que vous voulez installer.\n"
-"\n"
-" * Environnement graphique: ce groupe vous permettra de dterminer quel\n"
-"environnement graphique vous voulez avoir sur votre systme. videmment, il\n"
-"vous en faut au moins un pour utiliser votre station en mode graphique.\n"
-"\n"
-"En plaant votre souris au dessus d'un nom de groupe, vous verrez\n"
-"apparatre une courte description de ce groupe. Si vous dslectionnez tous\n"
-"les groupes lors d'une installation standard (par opposition une mise \n"
-"jour), un dialogue apparatra proposant diffrentes options pour une\n"
-"installation minimale:\n"
-"\n"
-" * Avec X: installe le moins de paquetages possible pour avoir un\n"
-"environnement de travail graphique;\n"
-"\n"
-" * Avec la documentation de base: installe le systme de base plus\n"
-"certains utilitaires de base et leur documentation. Cette installation est\n"
-"utilisable comme base pour monter un serveur;\n"
-"\n"
-" * Installation vraiment minimale: installera le strict minimum\n"
-"ncessaire pour obtenir un systme fonctionnel, en ligne de commande. Cette\n"
-"installation prends peu prs 65Mo.\n"
-"\n"
-"Vous pouvez finalement cocher l'option Slection individuelle des\n"
-"paquetages. Cette option est utiliser si vous connaissez exactement le\n"
-"paquetage dsir ou si vous voulez avoir le contrle total de votre\n"
-"installation.\n"
-"\n"
-"Si vous avez dmarr l'installation en mode \"mise jour\", vous pouvez\n"
-"\"d-slectionner\" tous les groupes afin d'viter l'installation de\n"
-"nouveaux programmes. Cette option est trs utile pour restaurer un systme\n"
-"dfectueux."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Finalement, si vous avez choisi de slectionner individuellement les\n"
-"paquetages installer, DrakX vous prsentera un arbre contenant tous les\n"
-"paquetages, classs par groupes et sous-groupes. En naviguant travers\n"
-"l'arbre, vous pouvez slectionner des groupes, des sous-groupes ou des\n"
-"paquetages individuels.\n"
-"\n"
-"Ds que vous slectionnez un paquetage dans l'arbre, une descriptions\n"
-"apparat droite. Une fois votre slection complte, cliquez sur\n"
-"Installation pour lancer le processus. Soyez patient, car en fonction\n"
-"du type d'installation choisi ou du nombre de paquetages slectionns, le\n"
-"temps requis peut tre substantiellement diffrent. Une estimation du temps\n"
-"requis est prsente sur l'cran en cours d'opration afin de vous\n"
-"permettre d'valuer de combien de temps vous disposez pour prendre votre\n"
-"djeuner.\n"
-"\n"
-"!! Si un logiciel serveur a t slectionn, vous devrez confirmer que vous\n"
-"voulez vraiment que celui-ci soit install. Sous Mandrake, par dfaut, tous\n"
-"les serveurs installs sont lancs au dmarrage. Malgr tous les efforts\n"
-"investis pour vous livrer une distribution Linux scuritaire, il est\n"
-"possible que certaines failles de scurit affectes les serveurs installs\n"
-"au-del de la date de publication. Si vous ne savez pas prcisment quoi\n"
-"sert un serveur en particulier ou pourquoi il est install, cliquez sur\n"
-"NON. En cliquant sur OUI, le serveur sera install et le service\n"
-"rendu disponible au dmarrage. !!\n"
-"\n"
-"L'option Dpendances automatiques dsactive les avertissements qui\n"
-"apparaissent chaque fois que l'installeur slectionne un nouveau paquet.\n"
-"Ces avertissements surviennent parce que DrakX a dtermin que pour qu'un\n"
-"paquetage soit fonctionnel, il lui en faut un autre dont il est dpendant.\n"
-"\n"
-"La petite icne de disquette qui apparat au bas de la liste permet de\n"
-"rcuprer une liste de paquetages slectionns durant une autre\n"
-"installation. En cliquant dessus, on vous demandera d'insrer la disquette\n"
-"cre lors d'une installation prcdente. Voir la deuxime note de la\n"
-"dernire tape afin de savoir comment crer une telle disquette."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Si vous dsirez connecter votre systme un rseau ou l'Internet,\n"
-"cliquez sur OK. L'autodtection des priphriques rseau et modems sera\n"
-"alors lance. Si cette dtection choue, dcochez la case Utiliser\n"
-"l'autodtection. Vous pouvez aussi choisir de ne pas configurer le\n"
-"rseau, ou de le faire plus tard. Dans ce cas, cliquez simplement sur\n"
-"Annuler.\n"
-"\n"
-"Les types de connexion supportes sont: modem tlphonique, modem ISDN,\n"
-"connexion ADSL, modem cble ou simplement LAN (rseau ethernet).\n"
-"\n"
-"Nous ne dtaillerons pas ici chacune des configurations possible. Assurez\n"
-"vous seulement que vous avez toutes les informations de votre fournisseur\n"
-"de service Internet porte de main.\n"
-"\n"
-"Vous pouvez consulter le chapitre du Guide de l'utilisateur concernant les connexions Internet\n"
-"pour plus de dtails propos des configurations spcifiques de chaque type\n"
-"de connexion. Vous pouvez galement configurer votre connexion Internet\n"
-"une fois l'installation termine.\n"
-"\n"
-"Si vous dsirez configurer votre rseau plus tard ou si vous avez termin\n"
-"l'installation de votre rseau, cliquez sur Annuler."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Vous pouvez maintenant choisir les services disponibles au dmarrage de\n"
-"votre systme.\n"
-"\n"
-"Ici sont prsents tous les services disponibles avec l'installation en\n"
-"place. Faites une bonne vrification et enlevez tout ce qui n'est pas\n"
-"absolument ncessaire au dmarrage du systme.\n"
-"\n"
-"Vous pouvez obtenir une courte explication des services en les\n"
-"slectionnant spcifiquement. Cela dit, si vous n'tes pas certain de\n"
-"l'application d'un service, conservez les paramtres par dfaut\n"
-"\n"
-"!! cette tape, soyez particulirement attentif dans le cas d'un systme\n"
-"destin agir comme serveur. Dans ce cas, vous voudrez probablement\n"
-"permettre exclusivement les services ncessaires. !!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU-Linux manipule l'heure au format GMT (Greenwich Mean Time) et la "
-"convertit en\n"
-"temps local selon le fuseau horaire choisi. Il est nanmoins possible de\n"
-"dsactiver cela en dslectionnant Horloge systme rgle sur le mridien\n"
-"de Greenwich de faon ce que l'horloge matrielle soit la mme que\n"
-"celle du systme. Cela est particulirement utile si la machine accueille\n"
-"un autre systme d'exploitation tel que .\n"
-"\n"
-"La Synchronisation automatique permet de rgler l'heure automatiquement\n"
-"en se connectant un serveur de temps sur Internet. Dans la liste qui est\n"
-"alors prsente, choisissez un serveur gographiquement proche de vous.\n"
-"Vous devez avoir une connexion Internet pour que cela fonctionne bien\n"
-"entendu. Cela installera en fait sur votre machine un serveur de temps\n"
-"local qui pourra optionnellement tre lui-mme utilis par d'autres\n"
-"machines de votre rseau local."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (pour le X Window system) est le coeur de votre interface graphique sous\n"
-"GNU/Linux. Tous les environnements graphiques (Gnome, KDE, Afterstep, ...) prsents\n"
-"sur Mandrake Linux dpendent de X. A cette tape, DrakX, va tenter de le configurer\n"
-"automatiquement.\n"
-"\n"
-"Il est trs rare que cette tape choue, moins d'avoir un quipement\n"
-"obsolte (ou trop rcent). Si le processus russit, il va dmarrer X\n"
-"automatiquement avec la meilleure rsolution d'cran possible, en fonction\n"
-"de la taille du moniteur. Une fentre apparat alors vous demandant si\n"
-"cette configuration vous convient.\n"
-"\n"
-"Si vous faites une installation Expert, vous entrerez dans\n"
-"l'information de configuration de X. Voir les sections correspondantes du\n"
-"manuel pour plus d'information.\n"
-"\n"
-"Si vous pouvez voir le message et cliquez sur oui, DrakX continuera la\n"
-"prochaine tape. Si vous ne pouvez voir la fentre, ceci signifie que le\n"
-"test a chou et vous serez ramen l'cran prcdant en 10 secondes."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Il se peut que vous ne soyez pas entirement satisfait la premire\n"
-"tentative de configuration graphique (cran trop petit, peu de\n"
-"couleurs...). Ainsi, mme si X dmarre correctement, DrakX vous demande si\n"
-"la configuration vous convient. Il proposera aussi de la changer en\n"
-"affichant une liste des modes valides, si possible.\n"
-"\n"
-"En dernier recours, si vous ne pouvez pas faire fonctionner X, choisissez\n"
-"Changer la carte graphique, slectionnez carte non liste, et\n"
-"lorsqu'il vous sera demand le serveur graphique, choisissez FBDev.\n"
-"c'est une option de secours qui fonctionnera sur n'importe quelle carte\n"
-"graphique moderne. Choisissez ensuite Tester nouveau pour vous\n"
-"assurer que tout va bien."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Finalement, il vous sera demand si vous souhaitez obtenir l'interface\n"
-"graphique ds le dmarrage ou non. Notez que cette question sera pose mme\n"
-"si vous choisissez de ne pas tester la configuration. Il est videmment\n"
-"souhaitable de rpondre Non si cette machine est un serveur sur\n"
-"laquelle personne n'est cense travailler en mode graphique."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Le CDROM d'installation de Mandrake Linux a un mode de rcupration prdfini. Vous pouvez\n"
-"y accder en dmarrant l'ordinateur sur le CDROM. Selon la version de votre\n"
-"BIOS, il faut lui spcifier de dmarrer sur le CDROM. Vous devriez\n"
-"revenir au disquette de dmarrage dans deux cas prcis :\n"
-"\n"
-" * Au moment d'installer le Programme d'amorce, DrakX va rcrire sur le\n"
-"secteur (MBR) contenant le programme d'amorce (boot loader) afin de vous\n"
-"permettre de dmarrer avec Linux ou Windows (en prenant pour acquis que\n"
-"vous avez deux systmes d'exploitation installs. Si vous rinstallez\n"
-"Windows, celui-ci va rcrire sur le MBR et il vous sera dsormais\n"
-"impossible de dmarrer Linux.\n"
-"\n"
-" * Si un problme survient et qu'il vous est impossible de dmarrer partir\n"
-"du disque dur, cette disquette deviendra votre seul moyen de dmarrer votre\n"
-"systme Linux. Elle contient un bon nombre d'outils pour rcuprer un\n"
-"systme dfectueux, peu importe la source du problme.\n"
-"\n"
-"En cliquant sur cette tape, on vous demandera d'insrer une disquette. La\n"
-"disquette insre sera compltement efface et DrakX se chargera de la\n"
-"formater et d'y insrer les fichiers ncessaires."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Cette tape vous permet de dterminer prcisment l'emplacement de votre\n"
-"installation de Mandrake Linux. Si votre disque est vide ou utilis par un autre systme\n"
-"d'exploitation, vous devrez repartitionner votre disque. Partitionner un\n"
-"disque signifie de le diviser prcisment afin de crer un espace pour\n"
-"votre installation.\n"
-"\n"
-"Comme les effets du partition sont irrversibles (l'ensemble du disque est\n"
-"effac), le partitionnement est gnralement intimidant et stressant pour\n"
-"un utilisateur inexpriment. Heureusement, une interface a t prvue \n"
-"cet effet. Avant de commencer, rvisez vos manuels et surtout, prenez votre\n"
-"temps.\n"
-"\n"
-"Si vous tes en mode expert, l'application DiskDrake, l'outil de\n"
-"partitionnement de Mandrake Linux, vous permettra de dterminer prcisment l'emplacement\n"
-"de chacune de vos partitions. partir de l'interface d'installation, vous\n"
-"pouvez lancer les assistants en cliquant sur Assistant.\n"
-"\n"
-"Si des partitions ont dj t dfinies, peu importe qu'elles proviennent\n"
-"d'une autre installation ou d'un autre outil de partitionnement, il vous\n"
-"suffit de simplement choisir sur quelle partition vous voulez installer\n"
-"Mandrake.\n"
-"\n"
-"Si vos partitions ne sont pas dfinies, vous devrez les crer en utilisant\n"
-"l'assistant. Selon la configuration de votre disque, plusieurs options sont\n"
-"disponibles :\n"
-"\n"
-" * Utilisez l'espace disponible: cette option tentera simplement de\n"
-"partitionner automatiquement l'espace inutilis sur votre disque. Il n'y\n"
-"aura pas d'autre question.\n"
-"\n"
-" * Utiliser les partitions existantes: l' assistant a dtect une ou\n"
-"plusieurs partitions existants sur votre disque. Si vous voulez les\n"
-"utiliser, choisissez cette option.\n"
-"\n"
-" * Utilisez l'espace libre sur une partition Windows: si Microsoft Windows est install\n"
-"sur votre disque et prend l'ensemble de l'espace vous devez crer une place\n"
-"pour votre installation Mandrake. Pour ce faire, vous pouvez tout effacer\n"
-"(voir effacer tout le disque ou Mode expert) ou vous pouvez\n"
-"redimensionner l'espace utilis par GNU/Linux. Le redimensionnement peut tre\n"
-"effectu sans pertes de donnes, condition que vous ayez pralablement\n"
-"dfragment la partition Windows. Une sauvegarde de Vos donnes ne fera pas de mal\n"
-"non plus. Cette seconde option peut tre accomplie sans perte de donnes.\n"
-"Cette solution est recommande pour faire cohabiter Linux et Windows sur le\n"
-"mme ordinateur.\n"
-"\n"
-" Avant de choisir cette option, il faut comprendre qu'aprs cette procdure\n"
-"l'espace disponible pour Windows sera rduit. Vous aurez moins d'espace\n"
-"pour installer des logiciels ou sauvegarder de l'information avec Windows.\n"
-"\n"
-" * Effacer tout le disque: si vous voulez effacer toutes les donnes et\n"
-"les applications installes sur votre systme et les remplacer par votre\n"
-"nouveau systme Mandrake Linux, choisissez cette option. Soyez prudent, car ce choix est\n"
-"irrversible et permanent. Il vous sera impossible de retrouver vos donnes\n"
-"effaces.\n"
-"\n"
-" !! En choisissant cette option, l'ensemble du contenu de votre disque sera\n"
-"dtruit. !!\n"
-"\n"
-" * Supprimer Microsoft Windows: ce choix effacera tout simplement ce que\n"
-"contient le disque et recommencera zro. Toutes les donnes et les\n"
-"programmes prsents sur le disque seront effacs.\n"
-"\n"
-" !! En choisissant cette option, l'ensemble de votre disque sera effac. !!\n"
-"\n"
-" * Mode expert: permet de partitionner manuellement votre disque. Soyez\n"
-"prudent, parce que bien que plus puissante, cette option est dangereuse.\n"
-"Vous pouvez facilement perdre l'ensemble du contenu d'un disque. Donc, ne\n"
-"choisissez pas cette option si vous ne savez pas exactement ce que vous\n"
-"devez faire."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Votre installation de Mandrake Linux est maintenant termine et votre systme est prt \n"
-"tre utilis. Cliquez sur OK pour redmarrer votre systme. Vous aurez\n"
-"alors le choix de dmarrer ou Windows (s'il est prsent).\n"
-"\n"
-"Le bouton Avance (en mode Expert uniquement) permet deux autres\n"
-"options:\n"
-"\n"
-" * Gnrer une disquette d'auto-install: Pour crer une disquette\n"
-"d'installation qui permettra de reproduire l'installation que vous venez de\n"
-"raliser sans l'aide d'un administrateur.\n"
-"\n"
-" Notez que les deux options suivantes apparaissent aprs avoir cliqu sur le\n"
-"bouton:\n"
-"\n"
-" * Replay. C'est une installation partiellement automatique o il est\n"
-"possible de personnaliser le partitionnement du disque (exclusivement).\n"
-"\n"
-" * Automatique. Compltement automatique, cette installation reformate\n"
-"le disque au complet.\n"
-"\n"
-" Cette fonctionnalit est particulirement pratique pour l'installation de\n"
-"multiples systmes. Voir la sectionAuto install de notre site Web.\n"
-"\n"
-" * Sauvegarder les paquetages slectionns(*) sauve la slection des\n"
-"paquetages installs. Puis, lorsque vous ferez une autre installation,\n"
-"insrer la disquette dans le lecteur et accder au menu d'aide en tapant\n"
-"[f1], et entrez la commande suivante: linux defcfg=\"floppy\".\n"
-"\n"
-"(*) Vous avez besoin d'une disquette formate avec FAT (pour la crer sous\n"
-"Linux, tapez mformat a:)"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Chaque partition nouvellement dfinie doit tre formate, c'est dire\n"
-"qu'un systme de fichier (filesystem) doit y tre cr.\n"
-"\n"
-"Durant cette tape, vous pouvez galement choisir de reformater d'autres\n"
-"partitions existantes afin d'effacer les donnes qu'elles contiennent. Si\n"
-"c'est ce que vous dsirez, il faut galement choisir ces partitions.\n"
-"\n"
-"Sachez qu'il n'est pas ncessaire de reformater toutes les partitions\n"
-"existantes. Vous devez reformater les partitions contenant le systme\n"
-"d'exploitation, (tel que : /, /usr ou /var) mais vous n'avez\n"
-"pas reformater les partitions de donnes que vous voulez garder,\n"
-"habituellement /home.\n"
-"\n"
-"Restez prudent au moment de slectionner les partitions. Une fois formate,\n"
-"toutes les donnes contenues sur les partitions slectionnes seront\n"
-"dtruites et il sera impossible de les rcuprer.\n"
-"\n"
-"Cliquez sur OK lorsque vous tre prt formater vos partitions.\n"
-"\n"
-"Cliquez sur Annuler si vous voulez choisir d'autres partitions pour\n"
-"votre installation.\n"
-"\n"
-"Cliquez sur Avanc頻, si vous dsirez choisir les partitions qui seront\n"
-"vrifies pour des secteurs corrompus."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Votre nouveau systme Mandrake Linux est maintenant en cours d'installation. Selon le\n"
-"nombre de paquetages installer et la puissance de votre ordinateur, cette\n"
-"opration peut prendre de quelques minutes quelques heures."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Au moment o vous tes en train d'installer Mandrake Linux, il est possible que certains\n"
-"paquetages aient t mis jour depuis la sortie du produit. Des bogues ont\n"
-"pu tre corrigs, et des problmes de scurit rsolus. Pour vous permettre\n"
-"de bnficier de ces mises jour, il vous est maintenant propos de les\n"
-"tl-charger sur Internet. Choisissez Oui si vous avez une connexion\n"
-"Internet, ou Non si vous prfrez installer les mises jour plus tard.\n"
-"\n"
-"En choisissant Oui, la liste des sites depuis lesquels les mises \n"
-"jours peuvent tre tl-charges est affiche. Choisissez le site le plus\n"
-"proche. Puis un arbre de choix des paquetages apparat: vrifiez la\n"
-"slection, puis cliquez sur Installer pour tl-charger et installer\n"
-"les mises jour slectionnes, ou Annuler pour abandonner."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Avant d'aller plus loin, il est fortement recommand de lire attentivement\n"
-"les termes et conditions d'utilisations de la licence. Celle-ci rgit\n"
-"l'ensemble de la distribution Mandrake Linux. Si, pour une raison ou une\n"
-"autre, vous n'acceptez pas ces conditions, cliquez sur Refuser.\n"
-"L'installation sera alors immdiatement interrompue. Pour continuer,\n"
-"cliquez sur Accepter."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-" cette tape, vous devrez dterminer le niveau de scurit requis par\n"
-"votre systme. Le niveau de scurit requis se dtermine en fonction de\n"
-"l'exposition du systme d'autres utilisateurs (s'il est connect\n"
-"directement sur Internet par exemple) et selon le niveau de sensibilit de\n"
-"l'information contenu dans le systme (des numros de carte de crdit par\n"
-"exemple). Sachez que, de manire gnrale, plus la scurit d'un systme\n"
-"est leve, plus il est complexe oprer. Rfrez-vous au chapitre\n"
-"msec du Manuel de rfrence pour obtenir plus d'informations sur\n"
-"les niveaux de scurit.\n"
-"\n"
-"Si vous ne savez pas quel niveau choisir, gardez la slection par dfaut."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"A cette tape, vous devez choisir quelles partitions seront utilises pour\n"
-"l'installation de votre systme Mandrake Linux. Si des partitions ont dj\n"
-"t dfinies, soit par une installation prcdente de GNU/Linux soit grace\n"
-" un autre outil de partitionnement, vous pouvez les utiliser.\n"
-"Sinon, de nouvelles partitions doivent tre dfinies.\n"
-"\n"
-"Pour ce faire, vous devez d'abord slectionner un disque dur. Vous pouvez\n"
-"ainsi cliquer sur hda pour choisir le premier disque IDE (primary "
-"master),\n"
-"hdb pour le deuxime disque IDE (primary slave), sda pour le \n"
-"premier disque SCSI, sdb pour le second, etc.\n"
-"\n"
-"Pour partitionner le disque slectionn, vous pouvez utiliser ces options:\n"
-"\n"
-"- Supprimer toutes les partitions: efface toutes les partitions du\n"
-"disque choisi. \n"
-"\n"
-"- Partitionnement automatique: cre automatiquement les partitions\n"
-"Ext2 et Swap dans l'espace libre du disque. \n"
-"\n"
-"- Davantage: donne accs des fonctionnalits supplmentaires. \n"
-"\n"
-"- Sauvegarder la table des partitions...: sauve la table des "
-"partitions\n"
-" sur une disquette, ce qui est fortement recommand. Cela peut tre\n"
-"trs utile pour la restaurer si elle est endommage. \n"
-"\n"
-"- Charger une table des partitions...: permet de restaurer une table\n"
-"des partitions partir d'une disquette.\n"
-"\n"
-"- Deviner automatiquement la table des partitions: si votre table des\n"
-"partitions est endommage, vous pouvez essayer de la rcuperer \n"
-"automatiquement grace cette option. Soyez prudent et rappelez-vous\n"
-"que cela peut chouer.\n"
-"\n"
-"- Relire la table des partitions: annule tous les changements et \n"
-"recharge votre table des partitions initiale.\n"
-"\n"
-"- Auto-montage des priphriques amovibles: dslectionner cette\n"
-"option obligera les utilisateurs monter et dmonter manuellement les\n"
-"priphriques amovibles tels que les disquettes ou cdroms.\n"
-"\n"
-"- Assistant: utiliser si vous n'avez pas une bonne connaissance\n"
-"du partitionnement.\n"
-"\n"
-"- tat prcdent: pour annuler vos dernires modifications.\n"
-"\n"
-"- Passer en mode expert: permet des actions supplmentaires\n"
-"(Type de partition, options, formatage), et donne plus d'informations.\n"
-"\n"
-"- Terminer: enregistre physiquement vos changements sur le disque.\n"
-"\n"
-"Note: vous pouvez atteindre les options grace au clavier, en utilisant la\n"
-"touche <Tab> et les flches haut/bas.\n"
-"Quand une partition est slectionne, vous pouvez utiliser:\n"
-"- <Ctrl-C> pour crer une nouvelle partition lorsque une partition vide\n"
-"est slectionne. \n"
-"- <Ctrl-D> pour effacer une partition. \n"
-"- <Ctrl-M> pour attribuer un point de montage la partition.\n"
-"\n"
-"Pour obtenir des informations sur les diffrents systmes de fichiers\n"
-"disponibles, vous pouvez lire le chapitre ext2fs du Manuel de Rfrence.\n"
-"\n"
-"S vous installez une machine base de PowerPC (Mac), vous devrez\n"
-"crer une petite partition d'amorage (bootstrap) de type HFS d'au moins\n"
-"1 Mo, qui sera utilis par le programme d'amorage yaboot. Si vous \n"
-"optez pour une partition un peu plus grande, disons 50 Mo, vous pouvez\n"
-"l'utiliser pour stocker un noyau additionnel et des images ramdisk pour\n"
-" des situations de dmarrage de secours."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Plus d'une partition DOS/Windows ont t dtectes sur votre disque dur.\n"
-"Veuillez choisir celle que vous dsirez redimensionner pour installer votre\n"
-"nouveau systme d'exploitation Mandrake Linux.\n"
-"\n"
-"Pour information, chaque partition est dcrite comme suit:\n"
-"Nom Linux, Nom Windows, Capacit頻.\n"
-"\n"
-"Le champ Nom linux est cod comme suit: type du disque dur,\n"
-"numro du disque dur, numro de la partition (par exemple,\n"
-"hda1).\n"
-"\n"
-"Le champ type du disque dur est hd si votre disque dur\n"
-"est un disque dur IDE ou sd s'il s'agit d'un disque SCSI.\n"
-"\n"
-"Avec un disque dur IDE,\n"
-" * a signifie disque matre sur le premier port IDE,\n"
-" * b signifie disque esclave sur le premier port IDE,\n"
-" * c signifie disque matre sur le second port IDE,\n"
-" * d signifie disque esclave sur le second port IDE.\n"
-"\n"
-"Avec un disque dur SCSI, un a signifie premier disque dur,\n"
-"b signifie second disque dur, etc.dans l'ordre des IDs SCSI\n"
-"\n"
-"Le champ Nom Windows correspond la lettre identifiant votre disque\n"
-"dur sous DOS/Windows (le premier disque (ou la premire partition)\n"
-"est appel C:)."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Veuillez patienter. Cette opration peut prendre plusieurs minutes."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX doit maintenant savoir quel type d'installation vous dsirez\n"
-"raliser. Deux types d'installations sont proposs: Par dfaut (\n"
-"Recommande), qui limite le nombre de questions l'utilisateur au\n"
-"minimum ou Expert qui vous permet de slectionner individuellement\n"
-"chacune des composantes installer. galement, on vous propose de faire\n"
-"une Installation ou une Mise jour d'un systme existant:\n"
-"\n"
-" * Installation: balaye l'ancien systme. En fait, selon ce que votre\n"
-"machine comporte, vous pourrez garder intacte certaines des anciennes\n"
-"partition (Linux ou autres);\n"
-"\n"
-" * Mise jour: cette classe d'installation permet de simplement mettre\n"
-" jours les paquetages qui composent votre systme GNU/Linux. Elle conserve les\n"
-"partitions existantes, ainsi que la configuration des utilisateurs. Toutes\n"
-"les autres tapes de l'installation sont accessibles en comparaison avec\n"
-"une installation classique;\n"
-"\n"
-" * Mise jour des paquetages uniquement: Cette nouvelle classe\n"
-"d'installation permet de mettre jour un systme Mandrake Linux existant, tout en gardant\n"
-"sa configuration inchange. L'ajout de nouveaux paquetages durant la mise \n"
-"jour est cependant possible.\n"
-"\n"
-"La mise jour devrait fonctionner correctement pour les systmes Mandrake Linux partir\n"
-"de la version 8.1.\n"
-"\n"
-"Selon votre niveau d'expertise avec les systmes d'exploitations GNU/Linux, il faut\n"
-"choisir l'un des deux types d'installations suivants:\n"
-"\n"
-" * Recommande: choisissez cette option si vous n'avez jamais install\n"
-"de systme d'exploitation GNU/Linux. C'est la mthode la plus facile, la plupart des\n"
-"choix ont dj t fait pour vous.\n"
-"\n"
-" * Expert: si vous avez une bonne connaissance de GNU/Linux, vous pouvez choisir ce\n"
-"type d'installation. Cette mthode vous permettra de personnaliser\n"
-"l'ensemble des composantes de votre systme. Ces questions peuvent s'avrer\n"
-"complexes, particulirement en matire de partitionnement et du choix des\n"
-"paquetages installs. En consquence, il n'est pas recommand de s'y\n"
-"aventurer sans de bonnes connaissances au pralable."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalement, DrakX slectionne le clavier appropri en fonction de la\n"
-"langue choisie et vous ne devriez pas voir cette tape. Cela dit, il est\n"
-"possible que vous ayez un clavier ne correspondant pas exactement votre\n"
-"langue d'utilisation. Par exemple, si vous habitez le Qubec et parlez le\n"
-"franais et l'anglais, vous pouvez vouloir avoir votre clavier anglais pour\n"
-"les tches d'administration systme et votre clavier franais pour crire\n"
-"de la posie. Dans ces cas, il vous faudra revenir cette tape\n"
-"d'installation et slectionner un autre clavier partir de la liste.\n"
-"\n"
-"Vous n'avez qu'a choisir la disposition de clavier qui vous convient.\n"
-"\n"
-"Cliquez sur Davantage pour voir toutes les options proposes."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Veuillez choisir votre langue de communication. Celle-ci sera utilise\n"
-"durant le processus d'installation, ainsi que durant les mises jour de\n"
-"votre systme.\n"
-"\n"
-"En cliquant sur Avanc頻, le programme vous proposera galement d'autres\n"
-"langues pouvant tre installes sur votre station de travail. En\n"
-"choisissant d'autres langues, le programme vous installera toute la\n"
-"documentation et les applications ncessaires l'utilisation de cette\n"
-"autre langue. Par exemple, si vous prvoyez d'accueillir des utilisateurs\n"
-"d'Espagne sur votre serveur, choisissez l'anglais comme langue principale,\n"
-"et, dans la section avance, cliquez sur l'toile grise correspondant \n"
-"Spanish|Spain.\n"
-"\n"
-"Sachez que plusieurs langues peuvent tre installes. Une fois votre\n"
-"slection complte termine, cliquez sur OK pour continuer."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"DrakX dtecte gnralement le nombre de boutons de votre souris. Sinon, il\n"
-"prend pour acquis que vous avez une souris deux boutons et configurera\n"
-"l'mulation du troisime bouton. galement, DrakX saura automatiquement si\n"
-"vous avez une souris PS/2, srie ou USB.\n"
-"\n"
-"Si vous dsirez installer une souris diffrente, veuillez la slectionner \n"
-"partir de la liste qui vous est propose.\n"
-"\n"
-"Si vous slectionnez une souris diffrente de celle choisie par dfaut,\n"
-"DrakX vous prsentera un cran de test. Utilisez les boutons et la roue\n"
-"pour vous assurer que tout fonctionne correctement. Si votre souris ne\n"
-"fonctionne pas normalement, appuyer sur la barre d'espacement ou [Entre]\n"
-"ou encore Annuler, puis, slectionner une autre souris."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Veuillez slectionner le bon port. Par exemple, le port COM1 de Windows\n"
-" est appel ttyS0 sous GNU-Linux."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Vous avez prendre ici une dcision cruciale pour la scurit de votre\n"
-"systme. L'utilisateur root est l'administrateur du systme qui a tous\n"
-"les droits d'accs aux fichiers de configuration, etc. Il est donc\n"
-"impratif de choisir un mot de passe difficile deviner (pensez aux\n"
-"systmes prvus cet effet qui anticipent les combinaisons communes des\n"
-"utilisateurs). DrakX vous avertira si le mot de passe entr est trop facile\n"
-" deviner. Comme vous pouvez le voir, il est galement possible de ne pas\n"
-"entrer de mot de passe. Nous dconseillons fortement cette pratique. Comme\n"
-"l'erreur est humaine, un utilisateur avec tous les droits peut tout\n"
-"dtruire sur votre systme, c'est pourquoi le mot de passe doit agir comme\n"
-"barrire l'entre.\n"
-"\n"
-"Le mot de passe choisi devrait contenir au moins 8 caractres\n"
-"alphanumriques. Ne jamais crire un mot de passe, forcez-vous vous en\n"
-"souvenir par coeur. Il faut donc mnager accessibilit et mmoire, donc un\n"
-"mot de passe de 30 caractres est presque impossible mmoriser.\n"
-"\n"
-"Afin d'viter les regards indiscrets, le mot de passe n'apparatra pas \n"
-"l'cran. Il vous faudra donc l'inscrire deux fois afin d'viter les erreurs\n"
-"de frappe. videmment, si vous faites deux fois la mme erreur, celle-ci\n"
-"sera sauvegarde et vous devrez la reproduire afin d'accder votre\n"
-"systme pour la premire fois.\n"
-"\n"
-"En mode expert, on vous demandera si vous comptez vous connecter sur un\n"
-"serveur d'authentification, tel que NIS ou LDAP. Si votre rseau utilise un\n"
-"de ces protocoles, il faut le slectionner. Si vous n'en avez aucune ide,\n"
-"demandez votre administrateur de rseau.\n"
-"\n"
-"Si votre ordinateur n'est pas connect sur un rseau administr, vous devez\n"
-"choisir Fichiers Locaux pour l'authentification."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO et grub sont deux programmes d'amorce pour GNU/Linux. Cette tape est normalement\n"
-"compltement automatique. En fait, DrakX analyse le secteur de dmarrage\n"
-"(master boot record) et agit en fonction de ce qu'il peut y lire:\n"
-"\n"
-" * Si un secteur de dmarrage Windows est dtect, il va tre remplacer par\n"
-"LILO/GRUB. Donc, vous serez capable de dmarrer et tout autre systme\n"
-"d'exploitation.\n"
-"\n"
-" * si GRUB ou LILO est dtect, il sera remplac par la nouvelle version;\n"
-"\n"
-"En cas de doute, DrakX affiche diffrentes options.\n"
-"\n"
-" * Programme d'amorage utiliser vous propose trois choix:\n"
-"\n"
-" * GRUB: si vous prfrer GRUB (menu texte).\n"
-"\n"
-" * LILO en mode graphique: si vous prfrez l'interface graphique.\n"
-"\n"
-" * LILO en mode texte: si vous prfrez la version texte de LILO.\n"
-"\n"
-" * Priphriques de dmarrage: dans la plupart des cas, vous n'aurez pas\n"
-" changer le disque par dfaut (/dev/hda, mais si vous le dsirez, le\n"
-"programme d'amorce peut tre install sur un second disque, /dev/hdb,\n"
-"ou mme sur une disquette, /dev/fd0.\n"
-"\n"
-" * Dlais avant l'activation du choix par dfaut: au redmarrage de\n"
-"l'ordinateur, il s'agit du temps accord l'utilisateur pour dmarrer un\n"
-"autre systme d'exploitation.\n"
-"\n"
-"!! Prenez garde, si vous dcidez de ne pas installer de programme d'amorce\n"
-"(en cliquant sur Annuler), vous devez vous assurez d'avoir une mthode\n"
-"pour dmarrer le systme. Aussi, assurez vous de bien savoir ce que vous\n"
-"faites si vous modifiez les options. !!\n"
-"\n"
-"En cliquant sur Avance, vous aurez accs plusieurs autres options de\n"
-"configuration. Sachez que celles-ci sont rserves aux experts en la\n"
-"matire.\n"
-"\n"
-"Si vous avez d'autres systmes d'exploitation installs sur votre\n"
-"ordinateur, ils seront automatiquement dtects et ajout vos menus de\n"
-"dmarrage. cette tape, vous pouvez dcider de prciser ces options. En\n"
-"double-cliquant sur une entre existante vous pourrez la paramtrer votre\n"
-"guise, ou l'enlever. Ajouter permet de crer de nouvelles entres, et\n"
-"terminer vous conduit la prochaine tape d'installation."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) et grub sont des programme d'amorcage: ils sont\n"
-"capables de dmarrer GNU/Linux ou n'importe quel autre systme\n"
-"d'exploitation prsent sur votre machine. Normalement, ces autres\n"
-"systmes sont censs tre correctement dtects et installs. Si ce\n"
-"n'est pas le cas, vous pouvez ajouter manuellement une nouvelle entre \n"
-"via cet cran. Veillez choisir les paramtres corrects.\n"
-"\n"
-"Vous pouvez galement supprimer l'accs ces autres systmes en\n"
-"dtruisant les entres correspondantes. Mais vous aurez alors besoin\n"
-"d'une disquette de dmarrage afin de lancer ces autres systmes!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Vous devez maintenant choisir o placer le programme d'amorage, LILO ou "
-"Grub,\n"
-"ncessaire au dmarrage de GNU/Linux.\n"
-"\n"
-" moins de savoir exactement ce que vous faites, choisissez\n"
-"toujours Premier secteur du disque (MBR)."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Il s'agit ici de choisir un gestionnaire d'impression pour votre "
-"ordinateur.\n"
-"Les autres systmes peuvent n'en proposer qu'un, Mandrake vous en offre "
-"trois:\n"
-"\n"
-"PDQ (Print Don't Queue), vous suffira si votre imprimante est\n"
-"relie directement votre ordinateur, et que vous ne voulez pas faire\n"
-"d'impression en rseau. C'est une solution fiable, sre, et simple pour un\n"
-"dbutant GNU/Linux. PDQ peut quand mme grer certains cas simples\n"
-"d'imprimantes en rseau. Vous pourrez de toute faon modifier votre choix\n"
-"aprs installation en lanant PrinterDrake en mode expert.\n"
-"\n"
-"CUPS (Common Unix Printing System) est excellent la fois pour\n"
-"l'impression locale et l'impression rseau. Il est simple d'utilisation et "
-"peut\n"
-"agir aussi bien comme serveur que comme client pour l'ancien systme\n"
-"d'impression LPD. Il est donc rtro-compatible. Il peut faire beaucoup de\n"
-"choses, mais la configuration minimale est aussi simple que pour PDQ,\n"
-"et il possde une interface graphique pour l'impression et ses options.\n"
-"Si vous avez besoin d'muler un serveur LPD, vous devez activer le\n"
-"service cups-lpd.\n"
-"\n"
-"LPRng (Line Printer New Generation) fait approximativement\n"
-"la mme chose que les deux autres, mais il peut en plus imprimer\n"
-" travers un rseau Novell Network car il supporte le protocole IPX,\n"
-"et il peut galement diriger une impression vers une commande shell.\n"
-"Si vous n'avez pas besoin de ces deux fonctionnalits, CUPS est\n"
-"prfrable car plus simple, et plus performant pour les rseaux."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX dtecte maintenant tous les priphriques IDE prsents sur votre\n"
-"systme. galement, DrakX recherchera les priphriques SCSI. Finalement,\n"
-"selon les composantes dtectes, DrakX installera tous les pilotes\n"
-"ncessaires son fonctionnement.\n"
-"\n"
-"Compte tenu de la vaste gamme de priphriques disponibles sur le march,\n"
-"dans certain cas la dtection de matriel ne fonctionnera pas. Dans ce cas,\n"
-"DrakX vous demandera de confirmer si des composantes SCSI sont prsentes\n"
-"sur votre systme. Cliquez sur Oui si vous tes certain d'avoir un\n"
-"priphrique SCSI sur votre systme. DrakX vous prsentera alors une liste\n"
-"de carte SCSI disponibles. Slectionnez la vtre. videment, cliquez sur\n"
-"Non, si vous n'en avez pas. Si vous n'tes pas certain, cliquez sur\n"
-"Voir les informations sur le matriel, puis sur OK. Vrifiez la\n"
-"liste du matriel, puis cliquez sur OK pour retourner la question\n"
-"concernant les priphriques SCSI.\n"
-"\n"
-"Si vous devez spcifier votre carte SCSI manuellement, DrakX vous demandera\n"
-"de confirmer les options du priphrique. Vous devriez permettre DrakX de\n"
-"vrifier automatiquement votre carte pour les options ncessaires \n"
-"dterminer.\n"
-"\n"
-"Il peut arriver que DrakX soit incapable de vrifier les options\n"
-"ncessaires. Dans ce cas, vous devrez les dterminer manuellement.\n"
-"Consultez le guide d'utilisation (Chapitre 3, section \"Obtenir des\n"
-"informations sur votre matriel\") pour quelques astuces pour retrouver les\n"
-"paramtres ncessaires dans la documentation de vos priphriques, sur le\n"
-"site du fabricant (si vous avez un accs Internet) ou partir des menus\n"
-"de Microsoft Windows (si vous utilisiez ce priphrique avec Windows)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Vous pouvez ajouter des entres supplmentaires dans yaboot, soit\n"
-"pour dmarrer un autre systme d'exploitation, soit pour des noyaux de\n"
-"secours.\n"
-"\n"
-"Pour les autres systmes, l'entre consiste en un label et la partition "
-"racine.\n"
-"\n"
-"Pour Linux, voici les options possibles:\n"
-"\n"
-"- label: le nom que vous devrez taper au message d'invite de yaboot pour\n"
-"activer cette option d'amorage. \n"
-"\n"
-"- racine: le priphrique racine ou / pour votre installation Linux. \n"
-"\n"
-"- options passes au noyau: sur les matriels Apple, des options sont\n"
-" souvent transmises au noyau pour l'initialisation de la carte graphique,\n"
-"ou pour activer l'mulation (au clavier) des deux boutons qui manquent\n"
-"souvent aux souris d'Apple. Voici quelques exemples: \n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-"- Fichier RamDisk: cette option peut tre utilise pour charger des\n"
-"modules avant que le priphrique d'amorage ne soit disponible, ou\n"
-"pour charger une image ramdisk pour un dmarrage de secours.\n"
-"\n"
-"- Taille du RamDisk: la taille par dfaut est gnralement de 4096 octets.\n"
-"Si vous voulez une taille plus grande, utilisez cette option.\n"
-"- Practiv en criture: normalement, la partition racine est initialement\n"
-"monte en mode lecture seulement, pour vrifier le systme de fichier\n"
-"avant qu'il ne soit activ. Avec cette option, vous pouvez autoriser la\n"
-"partition racine tre monte directement en mode criture.\n"
-"\n"
-"- NoVideo: si la carte graphique devait poser trop de problmes, vous \n"
-"pouvez activer cette option pour dmarrer en mode framebuffer natif.\n"
-"\n"
-"- Defaut: slectionne cette entre comme choix par dfaut, activ en \n"
-"pressant juste <ENTREE> au message d'invite de yaboot. C'est cette\n"
-"entre qui sera alors prcde d'un *, si vous pressez <Tab> pour voir\n"
-"la liste des possibilits."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot est un programme d'amorage pour les MacIntosh dots de\n"
-"l'architecture NewWorld (iMac, G3, G4, PowerBook G3 Series 99, iBook, etc.)\n"
-"Il est capable de faire dmarrer GNU/Linux, MacOS, ou MacOSX, si\n"
-"ces systmes sont prsents sur votre ordinateur. Normalement, les\n"
-"systmes d'exploitation dj prsents devraient avoir t dtects.\n"
-"Si ce n'est pas le cas, vous pouvez ajouter manuellement l'entre manquante\n"
-"sur cet cran. Veuillez faire attention de choisir les bons paramtres.\n"
-"\n"
-"Les principales options de Yaboot sont:\n"
-"\n"
-"- Message de dmarrage: un simple texte, affich avant l'amorage.\n"
-"\n"
-"- Priphrique d'amorage: indique o vous souhaitez installer le\n"
-"programme d'amorage. Gnralement, vous aurez configur auparavant\n"
-"une partition d'amorage (bootstrap) pour contenir ces informations.\n"
-"\n"
-"- Dlai de l'OpenFirmware: la diffrence de LILO, il y a deux\n"
-"dlais disponibles avec Yaboot. Pendant le premier (mesur en secondes),\n"
-"vous pouvez choisir entre CD, OF, MacOS, et Linux.\n"
-"\n"
-"- Dlai d'amorage du noyau: ce dlai est similaire celui de\n"
-"LILO. Aprs avoir slectionn Linux, vous aurez ce dlai (en diximes\n"
-"de seconde) avant d'accepter les paramtres noyau par dfaut.\n"
-"\n"
-"- Autoriser l'amorage sur CD?: si vous activez cette option, vous\n"
-"pourrez choisir 'C', pour le CD, la premire invite d'amorage.\n"
-"\n"
-"- Autoriser l'amorage sur l'OF?: si vous activez cette option, vous\n"
-"pourrez choisir 'N' pour l'OpenFirmware la premire invite d'amorage.\n"
-"\n"
-"- choix par dfaut: vous pouvez slectionner quel systme dmarrera par\n"
-"dfaut aprs expiration du dlai de l'Open Firmware."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/fr/drakx-help.xml
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"On vous prsente ici les diffrents paramtres de votre systme. Selon le\n"
-"matriel install, certaines entres seront prsentes et d'autres pas.\n"
-"\n"
-" * Souris: pour vrifier la configuration actuelle de la souris. "
-"Cliquez\n"
-"sur le bouton pour modifier les options.\n"
-"\n"
-" * Clavier: vrifie la configuration choisie pour le clavier. Cliquez\n"
-"sur le bouton pour la modifier.\n"
-"\n"
-" * Fuseau horaire: DrakX, par dfaut, essaie de trouver le fuseau\n"
-"horaire dans lequel vous tes. Encore une fois, il est possible que vous ne\n"
-"soyez pas dans le fuseau horaire qui vous convient. Donc, vous aurez\n"
-"peut-tre cliquer sur le bouton fuseau horaire pour identifier\n"
-"prcisment l'heure qui doit apparatre dans vos horloges.\n"
-"\n"
-" * Imprimante: en cliquant sur Pas d'imprimante, l'outil de\n"
-"configuration sera dmarr.\n"
-"\n"
-" * Carte son: si une carte son a t dtecte, elle apparatra ici.\n"
-"Aucune modification n'est possible cette tape.\n"
-"\n"
-" * Carte TV: si une carte d'entre/sortie vido (carte TV) a t\n"
-"dtecte, elle apparatra ici. Aucune modification possible cette tape.\n"
-"\n"
-" * Carte ISDN: si une carte ISDN est dtecte, elle apparatra ici. "
-"Vous\n"
-"pouvez cliquer sur le bouton pour en modifier les paramtres."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Choisissez le disque dur que vous souhaitez effacer pour installer votre\n"
-"nouvelle partition Mandrake Linux. Soyez prudent, toutes les donnes\n"
-"prsentes sur ce disque seront perdues et ne seront pas rcuprables!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Cliquez sur OK seulement si vous dsirez supprimer toutes les donnes\n"
-"et partitions prsentes sur ce disque dur. Soyez prudent. Aprs avoir "
-"cliqu\n"
-"sur OK, vous n'aurez aucun moyen de rcuprer ces donnes et\n"
-"partitions, y compris celles de Windows."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Impossible d'accder aux modules correspondant votre noyau (le fichier %s "
-"est manquant), cela veut gnralement dire que votre disquette de boot est "
-"dsynchronise par rapport votre medium d'Installation (veuillez crer une "
-"disquette de boot plus rcente)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Vous devez aussi formater %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Vous avez slectionn le(s) serveur(s) suivant(s): %s\n"
-"\n"
-"\n"
-"Ces serveurs seront activs par dfaut. Ils n'ont pas de trou\n"
-"de scurit connu, mais de nouveaux problmes peuvent tre\n"
-"dcouverts par la suite. Dans ce cas, vous devrez vous assurer\n"
-"de mettre jour vos serveurs le plus rapidement possible.\n"
-"\n"
-"\n"
-"Confirmez vous l'installation de ces serveurs?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "On ne peut pas utiliser l'option broadcast sans domaine NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Insrez une disquette formate en FAT (format DOS/Windows) %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Cette disquette n'est pas au format DOS/Windows"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Pour utiliser cette sauvegarde de slection des paquetages, veuillez "
-"redmarrer l'installation avec la commande linux defcfg=floppy."
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Erreur lors de la lecture du fichier %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Certains priphriques prsents sur votre systme ncessitent des pilotes\n"
-"propritaires pour pouvoir fonctionner. Vous pouvez trouver plus\n"
-"d'informations les concernant ici: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Vous devez avoir une partition racine.\n"
-"Pour la dfinir, crez une partition (ou choisissez-en une dj\n"
-"existante) puis cliquez sur Point de montage et choisissez /."
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Vous devez crer une partition d'change (swap)"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Vous n'avez pas de partition d'change (swap).\n"
-"\n"
-"Dsirez-vous tout de mme continuer?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Vous devez disposer d'une partition FAT monte en /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Utiliser l'espace libre"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Pas assez d'espace libre pour crer de nouvelles partitions"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Utiliser une partition existante"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Pas de partition existante utiliser"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Utiliser la partition Windows pour le loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Quelle partition dsirez-vous utiliser pour Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Choix des tailles"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Taille de la partition racine en Mo: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Taille de la partition d'change (swap) en Mo: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Utiliser l'espace libre sur la partition de Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Quelle partition dsirez-vous redimensionner?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Calcul des limites du systme de fichiers de Windows en cours"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Le programme de redimensionnement des partitions FAT ne peut grer votre\n"
-"partition. L'erreur suivante est survenue: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Votre partition FAT est trop fragmente. Redmarrez sous Windows\n"
-"et lancez le programme de dfragmentation defrag,\n"
-"puis relancez l'installation de Mandrake Linux."
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ATTENTION!\n"
-"\n"
-"La taille de votre partition Windows va maintenant tre rduite.\n"
-"\n"
-"Soyez prudent: cette opration est dangereuse. Si ce n'est pas dj\n"
-"fait, vous devriez tout d'abord sauvegarder vos donnes et lancer les\n"
-"programmes scandisk et defrag (fournis avec Windows)\n"
-"sur cette partition.\n"
-"\n"
-"Si vous tes sr de vous, cliquez sur OK."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Quelle taille dsirez-vous allouer Windows?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partition %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Le redimensionnement de la partition FAT a chou: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Il n'y a aucune partition FAT redimensionner ou utiliser en tant que "
-"loopback (ou trop peu d'espace est disponible)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Effacer tout le disque"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Supprimer Microsoft Windows"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Vous possdez plus d'un disque dur.\n"
-"Sur lequel dsirez vous installer Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"TOUTES les partitions et les donnes prsentes sur le disque %s seront "
-"perdues"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Partitionnement personnalis"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Utiliser fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Vous pouvez maintenant partitionner %s.\n"
-"\n"
-"Lorsque vous aurez termin, n'oubliez pas d'enregistrer vos\n"
-"modifications en appuyant sur la touche w."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Utiliser l'espace libre sur la partition de Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Pas de place disponible pour l'installation"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-"L'assistant de partitionnement de DrakX\n"
-"a trouv les solutions suivantes:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Le partitionnement a chou: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Dmarrage de l'interface rseau"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Arrt de l'interface rseau"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Une erreur est survenue et semble difficile rsoudre correctement.\n"
-"Vous pouvez continuer, mais vos risques et prils."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Point de montage en double: %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Quelques paquetages importants n'ont pas t correctement installs. Il se\n"
-"peut que le lecteur de cdrom ou le cdrom lui-mme soit dfectueux. Vous\n"
-"pouvez vous assurer du bon tat de ce dernier en excutant la commande "
-"suivante\n"
-"sur un ordinateur fonctionnant correctement: rmp -qpl Mandrake/RPMS/*."
-"rpm\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Bienvenue sur %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Aucun lecteur de disquette disponible"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Dmarrage de l'tape %s\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Votre ordinateur possde peu de mmoire. Vous aurez peut-tre quelques\n"
-"problmes pour installer Mandrake Linux. Si cela se produit, vous pouvez\n"
-"essayer de procder une installation en mode texte. Pour cela, appuyez\n"
-"sur la touche F1 aprs l'amorage sur cdrom puis entrez text."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Classe d'installation"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Veuillez choisir une des classes d'installation ci-dessous:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-"La taille totale pour les groupes slectionns est approximativement de %d "
-"Mo.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Si vous voulez rduire la taille de votre installation,\n"
-"choisissez le pourcentage de paquetages que vous souhaitez installer.\n"
-"\n"
-"Un faible pourcentage ne conservera que les paquetages les plus importants.\n"
-"Un pourcentage de 100%% installera tous les paquetages slectionns."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Vous n'avez d'espace sur votre disque que pour %d%% de ces paquetages.\n"
-"\n"
-"Si vous souhaitez rduire encore la taille de l'installation,\n"
-"choisissez un pourcentage encore plus faible.\n"
-"\n"
-"Un faible pourcentage ne conserve que les paquetages les plus importants.\n"
-"Un pourcentage de %d%% installera le maximum possible de packages."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-"Vous pourrez affiner la slection des paquetages lors de la prochaine tape."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Pourcentage de paquetages installer"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Slection des groupes de paquetages"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Slection individuelle des paquetages"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Taille totale: %d / %d Mo"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Mauvais paquetage"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nom: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Version: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Taille: %d Ko\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importance: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Il n'y a pas assez de place pour installer ce paquetage"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Les paquetages suivants vont tre installs"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Les paquetages suivants vont tre dsinstalls"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Vous ne pouvez pas slectionner/dslectionner ce paquetage"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ce paquetage est ncessaire, vous ne pouvez pas l'enlever."
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Vous ne pouvez pas dslectionner ce paquetage. Il est dj install."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ce paquetage doit tre mis jour.\n"
-"tes-vous certain de vouloir le dslectionner?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-"Vous ne pouvez pas dslectionner ce paquetage, il doit tre mis jour."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Montrer les paquetages slectionns automatiquement"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installation"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Charger/Sauver sur disquette"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Mise--jour de la slection des paquetages"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Installation minimale"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Choisissez les paquetages que vous voulez installer"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Installation"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Estimation en cours"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Temps restant "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Veuillez patienter, prparation de l'installation..."
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paquetages"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installation du paquetage %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Accepter"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Refuser"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"--Changement de cdrom--\n"
-"\n"
-"Veuillez insrer le cdrom nomm %s,\n"
-"puis cliquez sur OK.\n"
-"\n"
-"Si vous ne le possdez pas, cliquez sur Annuler."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Souhaitez-vous tout de mme continuer?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Erreur lors du tri des paquetages:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Erreur lors de l'installation du paquetage:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Important\n"
-"\n"
-"Veuillez lire attentivement le prsent document. En cas de dsaccord \n"
-"avec l'un de ses termes vous n'tes pas autoris installer les cdroms\n"
-"suivants. Dans ce cas, Cliquez sur Refuser pour continuer \n"
-"l'installation sans ces mdias.\n"
-"\n"
-"Certains composants logiciels contenus dans les prochains cdroms \n"
-"ne sont pas soumis aux licences GPL ou similaires permettant la copie, \n"
-"la modification ou la redistribution. Chacun de ces composants logiciels \n"
-"est distribu sous les termes et conditions d'un accord de licence qui \n"
-"lui est propre. Veuillez vous y rfrer et vous y soumettre avant de les \n"
-"installer ou de les redistribuer. Gnralement, ces licences n'autorisent\n"
-"pas la copie (autre qu' titre de sauvegarde), la redistribution, \n"
-"la dcompilation, la dsassemblage, l'ingnierie inverse ni la modification "
-"des\n"
-"Logiciels auxquels elles s'appliquent. Toute violation d'un des termes de la "
-"licence applicable entrane gnralement sa\n"
-"rsiliation, sans prjudice de tous autres droits ou actions votre "
-"encontre.\n"
-" moins que l'accord de licence ne vous l'y autorise, vous ne pouvez pas \n"
-"installer ces Logiciels sur plus d'une machine ni adapter les Logiciels \n"
-"pour une utilisation en rseau. Le cas chant, veuillez contacter le \n"
-"distributeur du programme pour acqurir des licences additionnelles.\n"
-"La distribution des tiers de copies des Logiciels ou de la documentation\n"
-"qui les accompagne est gnralement interdite.\n"
-"\n"
-"Tous les droits, titres et intrt de ces Logiciels sont la proprit \n"
-"exclusive de leurs auteurs respectifs et sont protgs au titre des \n"
-"droits de proprit intellectuelle et de copyright applicables aux "
-"logiciels.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Une erreur est survenue"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Dsirez-vous vraiment quitter l'installation?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licence"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"Le systme d'exploitation et les divers composants disponibles dans la \n"
-"distribution Mandrake Linux sont ci-aprs dnomms les Logiciels.\n"
-"Les Logiciels comprennent notamment, mais de faon non limitative,\n"
-"l'ensemble des programmes, procds, rgles et documentations \n"
-"relatifs au systme d'exploitation et aux divers composants de la \n"
-"distribution Mandrake Linux.\n"
-"\n"
-"\n"
-"1. Licence\n"
-"\n"
-"Veuillez lire attentivement le prsent document. Ce document constitue \n"
-"un contrat de licence entre vous (personne physique ou personne morale) et \n"
-"MandrakeSoft S.A. portant sur les Logiciels.\n"
-"Le fait d'installer, de reproduire ou d'utiliser les Logiciels de quelque \n"
-"manire que ce soit indique que vous reconnaissez avoir pralablement eu \n"
-"connaissance et que vous acceptez de vous conformer aux termes et "
-"conditions \n"
-"du prsent contrat de licence. En cas de dsaccord avec le prsent "
-"document \n"
-"vous n'tes pas autoris installer, reproduire et utiliser de quelque \n"
-"manire que ce soit ce produit.\n"
-"Le contrat de licence sera rsili automatiquement et sans pravis dans le \n"
-"cas o vous ne vous conformeriez pas aux dispositions du prsent document. \n"
-"En cas de rsiliation vous devrez immdiatement dtruire tout exemplaire "
-"et \n"
-"toute copie de tous programmes et de toutes documentations qui constituent \n"
-"le systme d'exploitation et les divers composants disponibles dans la \n"
-"distribution Mandrake Linux.\n"
-"\n"
-"\n"
-"2. Garantie et limitations de garantie\n"
-"\n"
-"Les Logiciels et la documentation qui les accompagne sont fournis en "
-"l'tat \n"
-"et sans aucune garantie. MandrakeSoft S.A. dcline toute responsabilit \n"
-"dcoulant d'un dommage direct, spcial, indirect ou accessoire, de quelque \n"
-"nature que ce soit, en relation avec l'utilisation des Logiciels, "
-"notamment \n"
-"et de faon non limitative, tout dommage entran par les pertes de \n"
-"bnfices, interruptions d'activit, pertes d'informations commerciales ou \n"
-"autres pertes pcuniaires, ainsi que des ventuelles condamnations et \n"
-"indemnits devant tre verses par suite d'une dcision de justice, et ce \n"
-"mme si MandrakeSoft S.A. a t informe de la survenue ou de \n"
-"l'ventualit de tels dommages.\n"
-"\n"
-"AVERTISSEMENT QUANT LA DTENTION OU L'UTILISATION DE LOGICIELS \n"
-"PROHIBS DANS CERTAINS PAYS \n"
-"\n"
-"En aucun cas, ni MandrakeSoft S.A. ni ses fournisseurs ne pourront tre \n"
-"tenus responsable raison d'un prjudice spcial, direct, indirect ou \n"
-"accessoire, de quelque nature que ce soit (notamment et de faon non \n"
-"limitative les pertes de bnfices, interruptions d'activit, pertes \n"
-"d'informations commerciales ou autres pertes pcuniaires, ainsi que \n"
-"des ventuelles condamnations et indemnits devant tre verses par suite \n"
-"d'une dcision de justice) qui ferait suite l'utilisation, la dtention \n"
-"ou au simple tlchargement depuis l'un des sites de tlchargement de \n"
-"Mandrake Linux de logiciels prohibs par la lgislation laquelle vous \n"
-"tes soumis. Cet avertissement concerne notamment certains logiciels de \n"
-"cryptographie fournis avec les Logiciels.\n"
-"\n"
-"\n"
-"3. Licence GPL et autres licences\n"
-"\n"
-"Les Logiciels sont constitus de modules logiciels crs par diverses \n"
-"personnes (physiques ou morales). Nombre d'entre eux sont distribus sous \n"
-"les termes de la Licence Publique Gnrale GNU (ci-aprs dnomme GPL)\n"
-"ou d'autres licences similaires. La plupart de ces licences vous "
-"permettent \n"
-"de copier, d'adapter ou de redistribuer les modules logiciels qu'elles \n"
-"rgissent. Veuillez lire et agrer les termes et conditions des licences \n"
-"accompagnant chacun d'entre eux avant de les utiliser. Toute question \n"
-"concernant la licence d'un Logiciel est soumettre l'auteur (ou ses\n"
-"reprsentants) du Logiciel et non MandrakeSoft. \n"
-"Les programmes conus par MandrakeSoft sont rgis par la licence GPL. \n"
-"La documentation rdige par MandrakeSoft fait l'objet d'une licence \n"
-"spcifique. Veuillez vous rfrez la documentation pour obtenir plus \n"
-"de prcisions.\n"
-"\n"
-"\n"
-"4. Proprit intellectuelle\n"
-"\n"
-"Tous les droits, titres et intrts des diffrents Logiciels sont la \n"
-"proprit exclusive de leurs auteurs respectifs et sont protgs au titre \n"
-"des droits de proprit intellectuelle et de copyright applicables aux "
-"Logiciels.\n"
-"Les marques \"Mandrake\" et \"Mandrake Linux\" ainsi que les \n"
-"logotypes associs sont dposs par MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Dispositions diverses\n"
-"\n"
-"Si une disposition de ce contrat de licence devait tre dclare nulle, \n"
-"illgale ou inapplicable par un tribunal comptent, cette disposition sera \n"
-"exclue du prsent contrat. Vous continuerez tre lis aux autres \n"
-"dispositions, qui recevront leurs pleins effets. Le contrat de licence \n"
-"est soumis la Loi franaise. Toute contestation relative aux prsentes \n"
-"dispositions sera rgle pralablement par voie amiable. A dfaut d'accord\n"
-"avec MandrakeSoft S.A., les tribunaux comptents de Paris seront saisis du \n"
-"litige. Pour toute question relative au prsent document, veuillez \n"
-"contacter MandrakeSoft S.A.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Clavier"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Veuillez choisir votre type de clavier."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Voici la liste complte des claviers disponibles"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Quelle classe d'installation dsirez-vous utiliser?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installation/Mise--jour"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Dsirez-vous faire une installation ou une mise--jour?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recommande"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Mise--jour"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Mise--jour seulement des paquetages"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Veuillez choisir le type de votre souris."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port souris"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Veuillez choisir le port srie sur lequel votre souris est connecte."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "mulation des boutons"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "mulation du bouton 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "mulation du bouton 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Configuration des cartes PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Configuration IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "Aucune partition disponible"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Examen des partitions afin d'identifier les points de montage"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Choix des points de montage"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"La table des partitions ne peut tre lue car elle est trop endommage.\n"
-"Il est possible de rinitialiser les partitions endommages (TOUTES LES\n"
-"DONNES seront perdues). Une autre solution consiste ne pas autoriser\n"
-"le logiciel DrakX modifier la table des partitions (l'erreur est %s)\n"
-"\n"
-"tes-vous d'accord pour perdre toutes vos partitions?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ne peut pas lire la table des partitions de faon satisfaisante.\n"
-"Vous pouvez continuer, mais vos risques et prils."
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Pas de place libre pour la partition d'amorage (bootstrap) de 1 Mo."
-"L'installation va\n"
-"continuer, mais pour que votre systme puisse dmarrer, vous aurez besoin "
-"de\n"
-"crer la partition d'amorage avec DiskDrake."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr ""
-"Impossible de trouver une partition racine pour procder une mise jour."
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partition racine"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Quelle est la partition racine (/) de votre systme?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Vous devez redmarrer pour que les modifications apportes la\n"
-"table des partitions soient prises en compte"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Slectionnez les partitions que vous souhaitez formater"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Vrifier la prsence de secteurs endommags?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatage des partitions"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Cration et formatage du fichier %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Le swap est insuffisant pour achever l'installation, veuillez en ajouter."
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Recherche des paquetages disponibles..."
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Recherche des paquetages mettre jour..."
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Votre systme ne dispose pas d'assez d'espace libre pour l'installation ou "
-"la mise--jour (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Complte (%d Mo)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimale (%d Mo)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recommande (%d Mo)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Vous avez le choix entre:\n"
-"- Sauver sur disquette la slection des paquetages.\n"
-"- tablir un nouveau choix de slection partir d'une sauvegarde sur "
-"disquette.\n"
-"Le format est le mme que celui des disquettes gnres pour l'installation "
-"automatise."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Charger partir d'une disquette..."
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Chargement depuis la disquette..."
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Slection des paquetages"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Insrez une disquette contenant une slection de paquetages."
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Sauvegarder sur disquette..."
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "La taille slectionne est plus importante que la place disponible"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Type d'installation"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Vous n'avez slectionn aucun groupe de paquetages\n"
-"Veuillez choisir l'installation minimale voulue."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Avec X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Avec la documentation de base (recommand!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Installation vraiment minimale (et en particulier pas d'urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Si vous possdez tous les cdroms ci-dessous, cliquez sur OK.\n"
-"Si vous n'en possdez aucun, cliquez sur Annuler.\n"
-"Sinon dslectionnez ceux que vous n'avez pas, puis cliquez sur OK."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "cdrom %s"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Prparation de l'installation"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installation du paquetage %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configuration post-installation"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Insrez la disquette d'amorage utilise dans le lecteur %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Insrez la disquette de mise--jour de modules dans le lecteur %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Vous avez maintenant la possibilit de tlcharger des paquetages contenant "
-"des logiciels faisant usage de cryptographie si votre connexion internet est "
-"correctement configure.\n"
-"\n"
-"\n"
-"ATTENTION: EN RAISON DE LA DIVERSIT DES RGLEMENTATIONS CONCERNANT CES "
-"LOGICIELS, VOUS DEVEZ VOUS ASSURER QUE LES LOIS ET RGLEMENTS AUXQUELS VOUS "
-"TES SOUMIS VOUS AUTORISENT LES TLCHARGER, LES STOCKER ET/OU LES "
-"UTILISER.\n"
-"\n"
-"\n"
-"NOUS ATTIRONS TOUT PARTICULIREMENT VOTRE ATTENTION SUR LE RESPECT DE LA "
-"RGLEMENTATION EN VIGUEUR DANS VOTRE PAYS. VOUS VOUS EXPOSEZ DE GRAVES "
-"SANCTIONS EN CAS DE VIOLATION DESDITES RGLES.\n"
-"\n"
-"\n"
-"EN AUCUN CAS, NI MANDRAKESOFT NI SES FOURNISSEURS NE POURRONT TRE TENUS "
-"RESPONSABLES RAISON D'UN PRJUDICE SPCIAL, INDIRECT OU ACCESSOIRE, DE "
-"QUELQUE NATURE QUE CE SOIT (NOTAMMENT LES PERTES DE BNFICES, INTERRUPTIONS "
-"D'ACTIVIT, PERTES D'INFORMATIONS COMMERCIALES OU AUTRES PERTES PCUNIAIRES, "
-"AINSI QUE DES VENTUELLES CONDAMNATIONS ET INDEMNITS DEVANT TRE VERSES "
-"PAR SUITE D'UNE DCISION DE JUSTICE) QUI FERAIT SUITE L'UTILISATION, LA "
-"DTENTION OU AU SIMPLE TLCHARGEMENT DES LOGICIELS DE CRYPTOGRAPHIE "
-"AUXQUELS VOUS POURREZ VENTUELLEMENT ACCDER APRS AVOIR VALID LE PRSENT "
-"ACCORD.\n"
-"\n"
-"\n"
-"Si vous rsidez en France, le prsent accord est soumis loi franaise. Si "
-"vous rsidez hors de France, le droit local pourra, le cas chant, "
-"s'appliquer.\n"
-"\n"
-"\n"
-"Au cas o vous auriez des questions concernant cet accord, veuillez vous "
-"mettre en relation avec:\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Vous avez maintenant la possibilit de tlcharger les mises jour\n"
-"cres depuis la sortie de cette version de Mandrake Linux.\n"
-"\n"
-"Il s'agit de correctifs de scurit, ou de correction de bogues,\n"
-"et vous aurez besoin d'une connexion internet pour les obtenir.\n"
-"\n"
-"Voulez-vous installer les mises--jour?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Connexion au site web de Mandrake Linux pour obtenir la liste des serveurs "
-"miroirs disponibles..."
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Choisissez un serveur miroir d'o tlcharger les paquetages"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Tlchargement de la liste des paquetages disponibles..."
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Quelle est votre fuseau horaire?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Horloge systme rgle sur le Temps Universel (GMT)"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Synchronisation automatique de l'horloge (via NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Serveur NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Serveur CUPS distant"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Pas d'imprimante"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Possdez-vous une carte son ISA?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Lancez sndconfig aprs l'installation pour configurer la carte son"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Aucune carte son detecte. Essayez avec harddrake aprs l'installation"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Rsum"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Souris"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Fuseau horaire"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Imprimante"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Carte RNIS/ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Carte son"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Carte TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Fichiers locaux"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Mot de passe root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Pas de mot de passe"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Ce mot de passe est trop court (minimum %d caractres)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Authentification"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Authentification LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "Racine (dn) LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Serveur LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Authentification NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domaine NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Serveur NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Une disquette d'amorage permet de lancer votre systme Linux\n"
-"sans utiliser le programme d'amorage du disque dur.\n"
-"\n"
-"C'est utile si vous ne voulez pas installer SILO sur votre systme,\n"
-"si un autre systme d'exploitation supprime le programme d'amorage, ou "
-"encore\n"
-"si ce dernier ne peut tre install sur votre machine.\n"
-"\n"
-"Vous pouvez galement utiliser cette disquette avec l'image de secours "
-"Mandrake.\n"
-"Cela permet une rcupration plus aise du systme en cas de problmes "
-"majeurs.\n"
-"\n"
-"Si vous voulez crer une disquette d'amorage pour votre systme, insrez \n"
-"une disquette dans le premier lecteur et appuyer sur \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Premier lecteur de disquette"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Second lecteur de disquette"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Abandonner"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Une disquette d'amorage permet de lancer votre systme Linux\n"
-"sans utiliser le programme d'amorage du disque dur.\n"
-"\n"
-"C'est utile si vous ne voulez pas installer LILO sur votre systme,\n"
-"si un autre systme d'exploitation supprime le programme d'amorage, ou "
-"encore\n"
-"si ce dernier ne peut tre install sur votre machine.\n"
-"\n"
-"Vous pouvez galement utiliser cette disquette avec l'image de secours "
-"Mandrake.\n"
-"Cela permet une rcupration plus aise du systme en cas de problmes "
-"majeurs.\n"
-"\n"
-"Dsirez-vous crer une disquette d'amorage pour votre systme?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(ATTENTION! Vous utilisez XFS pour votre partition racine,\n"
-"crer une disquette de boot 1.44 Mb va probablement chouer,\n"
-"parce que XFS a besoin d'un pilote trs gros)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Dsol, aucun lecteur de disquette ne semble disponible"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Choisissez le lecteur de disquette utiliser pour\n"
-"crer votre disquette d'amorage."
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Insrez une disquette dans le %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Cration de la disquette d'amorage..."
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Prparation du programme d'amorage..."
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Il semble que votre machine ne soit pas dote de l'architecture NewWorld "
-".\n"
-"Le programme d'amorage yaboot ne fonctionnera pas.\n"
-"L'installation va continuer, mais vous aurez besoin de BootX pour "
-"dmarrer\n"
-"votre machine."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Dsirez-vous utiliser aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Une erreur est survenue lors de l'installation de aboot.\n"
-"Dsirez-vous forcer l'installation au risque de dtruire la\n"
-"premire partition du disque?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Installation du programme d'amorage..."
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"L'installation du programme d'amorage a chou pour la raison suivante:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Vous aurez peut-tre besoin de changer le priphrique d'amorage\n"
-"de l'OpenFirmware pour activer le programme d'amorage. Si vous\n"
-"ne voyez pas apparatre l'invite du programme d'amorage lorsque\n"
-"vous redmarrerez, appuyez sur Command-Option-O-F au dmarrage et\n"
-"entrez:\n"
-"setenv boot-device %s,\\\\:tbxi\n"
-"Puis tapez: shut-down\n"
-"Au prochain dmarrage vous devriez voir apparatre l'invite du\n"
-"programme d'amorage."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Insrez une disquette vierge dans le lecteur %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Cration de la disquette d'auto-installation..."
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Certaines tapes ne sont pas termines.\n"
-"\n"
-"Voulez-vous vraiment quitter maintenant?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Flicitations, l'installation est termine.\n"
-"Enlevez la disquette ou le cdrom d'amorage et appuyez sur Entre.\n"
-"\n"
-"\n"
-"Pour toutes informations sur les corrections disponibles pour cette version "
-"de Mandrake Linux, consultez les Errata disponibles depuis:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Des informations sur la configuration de votre systme sont \n"
-"disponibles dans le Guide de l'Utilisateur de Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Crer une disquette d'auto-installation"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"L'auto-installation peut tre compltement automatique si ncessaire,\n"
-"dans ce cas elle prend le contrle du disque dur!!\n"
-"(prvu pour l'installation d'une autre machine).\n"
-"\n"
-"Vous pouvez prfrer rejouer l'installation.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatise"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Rejouer"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Sauvegarder la slection des paquetages..."
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Installation de Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-"<Tab> suivant | <Alt-Tab> prcdent | <Espace> slectionner | <F12> cran "
-"suivant "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "le programme kdesu est introuvable"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "le programme consolehelper est introuvable"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Choisissez un fichier"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanc"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Basique"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Veuillez patienter"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Information"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Dvelopper l'arborescence"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Rduire l'arborescence"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Basculer entre tri alphabtique et tri par groupes"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Choix erron. Veuillez recommencer\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Que choisissez-vous? (%s par dfaut) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Champs que vous devrez remplir:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Votre choix? (0/1, dfaut %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Bouton %s: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Dsirez-vous cliquer sur ce bouton?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Que choisissez-vous? (%s%s par dfaut) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Il y a beaucoup de choses choisir (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Veuillez choisir le premier nombre du groupe de 10 que vous\n"
-"souhaitez modifier, ou appuyez juste sur <Entre> pour continuer.\n"
-"Votre choix? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Notez qu'un message a chang:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Revalider"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "tchque (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "allemand"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak standard"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "espagnol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "finlandais"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "franais"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "norvgien"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "polonais"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "russe"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "sudois"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "anglais"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "amricain (tats-Unis)"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "albanais"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "armnien (ancien)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "armnien (machine crire)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "armnien (phontique)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "azerbadjanais (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "belge"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "bulgare (phontique)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "bulgare (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "brsilien"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "bllorusse"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "suisse (allemand)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "suisse (franais)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "tchque (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "allemand (sans touches mortes)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "danois"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak amricain"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak norvgien"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak sudois"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "estonien"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "gorgien (disposition russe)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "gorgien (disposition latine)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "grec"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "hongrois"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "croate"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "isralien"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "isralien (phontique)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "iranien"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "islandais"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "italien"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "japonais 106 touches"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "coren"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "latino-amricain"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "lituanien (AZERTY, ancien modle)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "lituanien (AZERTY, nouveau modle)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "lituanien ligne de nombres QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "lituanien phontique QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "letton"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "macdonien"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "hollandais"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "polonais (QWERTY)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "polonais (QWERTZ)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "portugais"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "canadien (Qubec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "roumain (QWERTZ)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "roumain (QWERTY)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "russe (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "slovnien"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "slovaque (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "slovaque (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "serbe (cyrillique)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "tamoul"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "thalandais"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "tadjik"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "turc (modle traditionnel F)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "turc (modle moderne Q)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ukrainien"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "amricain (international)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "vietnamien colonne numrique QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "yougoslave (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Touche Alt droite"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Deux touches Shift simultanment"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Touches Control et Shift simultanment"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Touche CapsLock (verrouillage majuscule)"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Touches Ctrl et Alt simultanment"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Touches Alt et Shift simultanment"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Touche Menu"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Touche Windows gauche"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Touche Windows droite"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Points de montage circulaires %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Enlevez d'abord les volumes logiques\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Le support du PCMCIA n'est plus disponible avec les noyaux 2.2. Veuillez "
-"utiliser un noyau 2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Souris SUN"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Souris standard PS2 molette"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 bouton"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Souris standard 2 boutons"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Gnrique"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Roulette"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "srie"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Souris standard 3 boutons"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Souris Logitech (srie, ancien modle C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "souris bus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 boutons"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 boutons"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "aucun"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Pas de souris"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Veuillez tester votre souris"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Pour activer la souris,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "veuillez faire tourner la molette"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Terminer"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Suivant ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Prcdent"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Est-ce correct?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Connexion l'internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"La faon la plus courante de se connecter l'internet en utilisant\n"
-"une ligne ADSL est d'utiliser pppoe.\n"
-"\n"
-"Certaines connexions utilisent pptp, quelques unes se servent de DHCP "
-".\n"
-"\n"
-"Si vous ne savez pas quoi choisir, utilisez pppoe."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel Speedtouch USB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "utiliser dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "utiliser pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "utiliser pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Quel client DHCP dsirez-vous utiliser?\n"
-"\n"
-"Le client par dfaut est dhcpcd."
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Aucune carte rseau n'a t dtecte sur votre systme.\n"
-"La connexion ne peut donc pas tre configure."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Choisissez la carte rseau"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Veuillez choisir la carte rseau qui sera connecte l'internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "Aucune carte rseau n'a t identifie"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Configuration du rseau"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Veuillez indiquer le nom d'hte de votre machine si vous le connaissez.\n"
-"Certains serveurs DHCP ont besoin de ce nom d'hte pour fonctionner.\n"
-"Celui-ci doit tre pleinenement qualifi, comme par exemple:\n"
-"mamachine.monlabo.masociete.com"
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nom d'hte:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Assistant de configuration rseau"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem RNIS/ISDN externe"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Carte RNIS/ISDN interne"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Quel est le type de votre connexion RNIS/ISDN?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Quelle configuration RNIS/ISDN prfrez-vous?\n"
-"\n"
-"- L'ancienne configuration contient des outils puissants,\n"
-" mais est difficile configurer, et n'est pas standard.\n"
-" Elle utilise isdn4net\n"
-"- La nouvelle configuration est plus facile comprendre\n"
-" et plus standard, mais a moins d'outils.\n"
-" Elle utilise isdn-light\n"
-"Nous recommandons la seconde (isdn-light)\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "nouvelle configuration (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "ancienne configuration (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configuration RNIS/ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Veuillez choisir votre fournisseur d'accs.\n"
-"S'il ne figure pas dans la liste, choisissez Non list頻."
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protocole pour l'Europe"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protocole pour l'Europe (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protocole pour le reste du monde"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protocole pour le reste du monde \n"
-" Pas de D-Channel (lignes loues)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Quel protocole dsirez-vous utiliser?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Quel type de carte possdez-vous?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Je ne sais pas"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Si vous possdez une carte ISA, les donnes du prochain cran devraient\n"
-"tre correctes.\n"
-"\n"
-"Si vous possdez une carte PCMCIA, vous avez besoin de connatre\n"
-"les rglages IRQ et IO de votre carte.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Arrter"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continuer"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Quel est le modle de votre carte RNIS/ISDN?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Une carte RNIS/ISDN a t dtecte mais son type est inconnu. Veuillez "
-"slectionner une carte PCI dans le prochain cran."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Aucune carte RNIS/ISDN identifie. Veuillez en slectionner une dans le\n"
-"prochain cran."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Veuillez choisir le port srie sur lequel votre modem est connect."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Options d'appel"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nom de la connexion"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Numro de tlphone"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Identifiant de connexion"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Base sur un script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Manuelle par terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nom de domaine"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "serveur DNS principal (optionnel)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "serveur DNS secondaire (optionnel)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Vous pouvez vous dconnecter ou reconfigurer votre connexion."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Vous pouvez reconfigurer votre connexion."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Vous tes actuellement connect l'internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Vous pouvez vous connecter l'internet ou reconfigurer votre connexion."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Vous n'tes actuellement pas connect l'internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Connecter"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Se dconnecter"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Configurez la connection"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Connexion internet et configuration"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Nous allons configurer la connexion %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Nous allons maintenant configurer la connexion %s.\n"
-"\n"
-"\n"
-"Cliquez sur OK pour continuer."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configuration du rseau"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Comme vous tes en train de faire une installation rseau,\n"
-" cela veut dire que votre rseau est dj configur.\n"
-"Cliquez sur <Ok> pour conserver votre configuration,\n"
-"ou sur <Annuler> pour reconfigurer votre connexion internet et rseau.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Bienvenue dans l'assistant de configuration rseau.\n"
-"\n"
-"Nous sommes sur le point de configurer votre connexion internet et rseau.\n"
-"Si vous ne souhaitez pas utiliser la dtection automatique, dslectionnez "
-"la case correspondante.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Choisissez le profil configurer"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Utiliser la dtection automatique"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Dtection des priphriques..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Connexion par modem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "dtect sur le port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Connexion par RNIS/ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "dtect %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Connexion par ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "dtect sur l'interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Connexion par Cable"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Connexion par Cable dtecte"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Connection travers un rseau local (LAN)"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "carte(s) ethernet dtecte(s)"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Choisissez la connexion que vous voulez configurer"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Vous avez configur plusieurs moyens d'accs l'internet.\n"
-"Choisissez celui que vous voulez utiliser.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Connexion internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Dsirez-vous activer la connexion lors du dmarrage?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configuration du rseau"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Le rseau doit tre redmarr"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Un problme est survenu pendant le redmarrage du rseau: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Flicitations, votre choix de configuration internet et rseau est "
-"termine.\n"
-"La configuration va maintenant tre applique votre systme.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Une fois termin, il est recommand de redmarrer votre interface graphique, "
-"afin d'viter les problmes lis au changement de nom d'hte de la machine."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Des problmes sont apparus pendant la configuration.\n"
-"Testez votre connexion avec le Centre de Contrle Mandrake (dans la "
-"section rseau) ou la commande net_monitor. Si votre connexion ne "
-"fonctionne pas, vous pouvez essayer de relancer la configuration."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ATTENTION: Ce priphrique a dj t configur pour la connexion "
-"internet.\n"
-"\n"
-"Cliquez simplement sur OK pour conserver sa configuration.\n"
-"Sinon la configuration actuelle sera crase par les modifications que vous "
-"ferez."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Veuillez indiquer la configuration IP de cette machine.\n"
-"Chaque champ doit tre complt avec une adresse IP en notation\n"
-"dcimale pointe (par exemple, 12.34.56.78)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Configuration du priphrique rseau %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (pilote %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Adresse IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Masque de sous-rseau"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(BOOTP/DHCP)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Attribution automatique de l'adresse IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "L'adresse IP doit ressembler quelque chose comme 192.168.1.20"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Veuillez indiquer un nom d'hte pour la machine.\n"
-"Celui-ci doit tre un nom de machine pleinement qualifi, par exemple:\n"
-"mamachine.monlabo.masociete.com\n"
-"Vous pouvez galement indiquer l'adresse IP de la passerelle\n"
-"si votre rseau local en possde une."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Serveur DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Passerelle (p.ex. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Priphrique passerelle"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configuration des serveurs mandataires (proxy)"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Serveur mandataire HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Serveur mandataire FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Identifiant de la carte rseau (utile pour les portables)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "La syntaxe doit tre http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "La syntaxe doit tre ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configuration de l'accs internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Voulez-vous vous connecter l'internet maintenant?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Test de votre connexion..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Le systme est prsent connect l'internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Pour des raisons de scurit, il va tre dconnect maintenant."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Le systme ne semble pas connect l'internet.\n"
-"Essayez de reconfigurer votre connection."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configuration de la connexion"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Veuillez complter ou vrifier les champs ci-dessous"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "n IRQ de la carte"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Plage mmoire (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "E/S de la carte"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "E/S_O de la carte"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "E/S_1 de la carte"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Votre numro de tlphone personnel"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Fournisseur d'accs (ex.: provider.fr)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Numro de tlphone pour l'accs"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "1er DNS du fournisseur (optionnel)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "2me DNS du fournisseur (optionnel)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Choisissez votre pays"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Numrotation"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Vitesse de connexion"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Temps maxi pour tablir la connexion (en sec.)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "nom d'utilisateur du compte"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Mot de passe du compte"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "Le montage a chou: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Les partitions tendues ne sont pas supporte par cette plateforme"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Il y a un espace vide dans la table des partitions mais il est\n"
-"inutilisable. La seule solution est de dplacer vos partitions primaires\n"
-"de telle faon que cet espace soit plac contre les partitions tendues."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restauration impossible depuis le fichier %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Mauvais fichier de sauvegarde"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Erreur d'criture dans le fichier %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Votre disque dur semble avoir un problme matriel:\n"
-"le test pour vrifier son aptitude conserver l'intgrit des donnes a "
-"chou.\n"
-"Cela signifie que serez victime de pertes alatoires de donnes."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "doit avoir"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "important"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "trs utile"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "utile"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "ventuellement"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Nouvelle Gnration"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Imprimante locale"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Imprimante distante"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Imprimante sur serveur CUPS distant"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Imprimante sur serveur LPD distant"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Imprimante rseau autonome (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Imprimante sur serveur SMB (Windows 95/98/NT)"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Imprimante sur serveur NetWare"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Indiquer l'adresse du priphrique d'impression"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Impression vers une commande shell"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Modle inconnu"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Imprimantes locales"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Imprimantes distantes"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " sur port parallle \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", imprimante USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", priphrique multi-fonctions sur le port parallle \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", priphrique USB multi-fonctions"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", priphrique HP JetDirect multi-fonctions"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", priphrique multi-fonctions"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", impression sur %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "sur serveur d'impression LPD %s, imprimante %s"
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", hte TCP/IP %s, port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "sur serveur Windows %s, partage %s"
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "sur serveur Novell %s, imprimante %s"
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", en utilisant la commande %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Imprimante accs direct (pas de pilote)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(sur %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(sur cette machine)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Sur serveur CUPS %s"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Dfaut)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Type de connexion de l'imprimante"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Quel est le type de connexion de l'imprimante?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Si vous utilisez un serveur CUPS distant, vous n'avez pas besoin de "
-"configurer d'imprimante ici. Elles seront automatiquement dtectes."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "Configuration de CUPS"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Specifiez le serveur CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Avec les serveurs CUPS distants, vous n'avez pas besoin de configurer "
-"d'imprimante ici; ceux-ci doivent fournir automatiquement votre machine "
-"des informations sur les imprimantes disponibles. Toutes les imprimantes "
-"connues de votre ordinateur sont actuellement listes dans le champ "
-"Imprimante par dfaut. Choisissez l'imprimante par dfaut pour votre "
-"machine, puis cliquez sur le bouton Valider / Rafrachir. Ce bouton sert "
-"galement rafrachir la liste. (il peut se passer jusqu' 30 secondes "
-"avant que toutes les imprimantes distantes soient visibles). Si le serveur "
-"CUPS est sur un rseau diffrent, vous devez prciser son adresse IP, et "
-"ventuellement le numro de port afin d'obtenir les informations sur les "
-"imprimantes. Sinon, laissez ces champs vides."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalement, CUPS est configur automatiquement en fonction de votre "
-"environnement rseau, de faon que vous puissiez accder aux imprimantes "
-"gres par les serveurs CUPS de votre rseau local. Si cela ne fonctionne "
-"pas, dsactivez configuration automatique de CUPS et ditez le fichier "
-"manuellement le fichier /etc/cups/cupsd.conf. N'oubliez pas ensuite de "
-"relancer CUPS ( l'aide de la commande: service cups restart ou bien "
-"avec le Centre de Contrle Mandrake dans la section Services)."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "L'adresse IP doit ressembler quelque chose comme 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Le numro de port doit tre un nombre entier!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "Adresse IP du serveur CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Configuration automatique du serveur CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Dtection des priphriques..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Test des ports"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Ajouter une nouvelle imprimante"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Bienvenue dans l'Assistant de Configuration d'Imprimante\n"
-"\n"
-"Cet assistant permet de configurer des imprimantes locales ou rseau afin "
-"d'tre utilise partir de cette machine ainsi que des autres machines du "
-"rseau.\n"
-"\n"
-"Toutes les informations ncessaires pour configurer l'imprimante vous seront "
-"demandes; vous aurez galement accs tous les pilotes d'imprimantes "
-"disponibles ainsi qu' toutes leurs options et tous les types de "
-"connection."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Imprimante locale"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Bienvenue dans l'Assistant de configuration de l'imprimante.\n"
-"\n"
-"Cet assistant vous aidera installer les imprimantes connectes\n"
-" cet ordinateur.\n"
-"\n"
-"Veuillez maintenant brancher vos imprimantes sur l'ordinateur, \n"
-"et allumez-les, puis cliquez sur suivant. Si vous ne voulez pas\n"
-" installer d'imprimante maintenant, cliquez sur annuler.\n"
-"\n"
-"Notez que certains ordinateurs peuvent planter pendant\n"
-"l'autodtection, donc dans ce cas dselectionnez Dtection\n"
-"automatique des imprimantes. Utilisez le mode expert de\n"
-"printerdrake si vous voulez installer une imprimante rseau\n"
-"qui n'est pas liste automatiquement."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Dtection automatique des imprimantes"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Flicitation, votre imprimante est maintenant installe et configure.\n"
-"\n"
-"Vous pouvez imprimer en utilisant la commande imprimer de vos\n"
-"applications (souvent dans le menu fichier).\n"
-"\n"
-"Si vous voulez ajouter, enlever ou renommer une imprimante, ou sivous voulez "
-"changer les options par dfaut (alimentation papier,qualit d'impression, "
-"etc.), rendez-vous dans la partie imprimantede la section matriel "
-"du Centre de Contrle Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Dtection automatique des imprimantes"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake est capable d'auto-dtecter les imprimantes parallle et USB\n"
-"connectes directement votre ordinateur, mais veuillez noter que sur\n"
-"certains systmes la dtection automatique PEUT BLOQUER VOTRE ORDINATEUR\n"
-"ET DONC PEUT-TRE CORROMPRE VOTRE SYSTME DE FICHIERS!\n"
-"Faites-le donc VOS RISQUES ET PRILS!\n"
-"\n"
-"Voulez-vous vraiment auto-dtecter vos imprimantes?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Lancer la dtection automatique"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Configurer l'imprimante manuellement"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Dtect %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Imprimante sur le port parallle \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Imprimante USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Aucune imprimante locale n'a pu tre trouve!\n"
-"Pour en installer une manuellement entrez un nom de priphrique ou de "
-"fichier sur la ligne d'entre (Ports parallles: /dev/lp0, /dev/lp1, ..., "
-"quivalents LPT1:, LPT2:, ..., premire imprimante USB: /dev/usb/lp0, "
-"deuxime imprimante USB: /dev/usb/lp1, ...) "
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Vous devez enter un nom de fichier ou de priphrique!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Aucune imprimante locale n'a pu tre trouve!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Les imprimantes rseaux ne peuvent tre configures qu'aprs l'installation. "
-"Choississez Matriel puis Imprimantes dans le Centre de Contrle de "
-"Mandrake."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Pour installer les imprimantes rseaux, cliquez sur Annuler, puis passez "
-"en Mode Expert et cliquez nouveau sur Ajouter une nouvelle "
-"imprimante."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"L'imprimante suivante a t auto-dtecte; si ce n'est pas celle que vous "
-"voulez configurer, tapez un nom de fichier ou de priphrique dans le champs "
-"d'entre"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Voici une liste de toutes les imprimantes auto-dtectes. Veuillez choisir "
-"l'imprimante que vous voulez configurer ou tapez un nom de priphrique ou "
-"de fichier dans le champs d'entre"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"L'imprimante suivante a t auto-dtecte. La configuration de cette "
-"imprimante sera effectue automatiquement. Si votre imprimante n'a pas t "
-"correctement dtecte ou si vous prfrer effectuer une configuration "
-"personalise, activez Configuration Manuelle ."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Voici une liste de toutes les imprimantes auto-dtectes. Veuillez choisir "
-"l'imprimante que vous voulez configurer. La configuration de cette "
-"imprimante sera effectue automatiquement. Si votre imprimante n'a pas t "
-"correctement dtecte ou si vous prfrer effectuer une configuration "
-"personalise, activez Configuration Manuelle .\""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Veuillez choisir le port sur laquelle votre imprimante est connecte ou "
-"tapez le nom du priphrique ou de fichier dans le champs d'entre"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Veuillez choisir le port sur lequel votre imprimante est connecte."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-"(Ports parallles: /dev/lp0, /dev/lp1, ..., quivalents LPT1:, "
-"LPT2:, ..., premire imprimante USB: /dev/usb/lp0, deuxime imprimante "
-"USB: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Vous devez choisir ou entrer une imprimante ou un priphrique!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Configuration manuelle"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Votre imprimante est-elle un appareil multifonction de HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Installation du paquetage HPOJ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Vrification du priphrique et configuration de HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Installation du paquetage SANE ..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Acquisition partir de votre priphrique multi-fonction HP"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Mise disposition du port imprimante pour CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Lecture de la base de donnes des imprimantes..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Configuration d'une imprimante Unix (lpd) distante"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Pour utiliser une imprimante Unix distante, vous devez indiquer le nom "
-"d'hte du serveur LPD et le nom attribu l'imprimante par ce serveur."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Nom d'hte du serveur"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Nom de l'imprimante"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Nom du serveur distant manquant!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Le nom de l'imprimante est manquant!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Configuration d'une imprimante SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Afin de pouvoir accder une imprimante connecte un serveur SMB, vous "
-"devez indiquer le nom SMB du serveur (attention, ce dernier peut tre "
-"diffrent de son nom TCP/IP) et, ventuellement, son adresse IP ainsi que le "
-"nom de l'imprimante et toute information applicable quant au nom "
-"d'utilisateur, mot de passe et groupe de travail ncessaires pour accder "
-"l'imprimante."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Nom du serveur"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "Adresse IP du serveur"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nom de partage de l'imprimante"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Groupe de travail"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Il faut au moins prciser le nom du serveur ou son adresse IP."
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Il faut prciser le nom de partage de l'imprimante."
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr "ALERTE DE SCURITɠ!"
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Options de l'imprimante NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Pour pouvoir utiliser une imprimante connecte un serveur Netware, vous "
-"devez au moins indiquer le nom Netware du serveur (qui peut tre diffrent "
-"du nom d'hte TCP/IP) et le nom de la file d'impression laquelle vous "
-"voulez accder ainsi qu'un nom de login et un mot de passe si ncessaire."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Nom du serveur d'impression"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nom de la file d'impression"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Nom du serveur NCP manquant!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Nom de la file d'attente NCP manquant!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Options de l'imprimante rseau (TCP/socket)"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Pour imprimer sur une imprimante TCP ou socket, vous devez indiquer le\n"
-"nom d'hte de l'imprimante et, optionellement, le numro du port.\n"
-"Pour les serveurs d'impression HP JetDirect, le numro du\n"
-"port est habituellement 9100, mais cela peut tre diffrent pour\n"
-"d'autres serveurs. Veuillez consulter le manuel de votre imprimante."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Nom d'hte de l'imprimante"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Nom d'hte de l'imprimante manquant!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Adresse rseau du priphrique d'impression"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Si vous la connaissez, vous pouvez spcifier directement l'adresse rseau "
-"(URL) qui permet d'accder l'imprimante. Choisissez un en-tte puis "
-"compltez l'adresse en respectant les spcifications CUPS ou Foomatic. Notez "
-"que tous les types d'URL ne sont pas supports par tous les gestionnaires "
-"d'impression."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Une adresse valide doit tre entre!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Toute imprimante a besoin d'un nom (par exemple lpr) auquel on se rfre "
-"pour pouvoir imprimer.\n"
-"Les champs Description et Emplacement n'ont pas besoin d'tre "
-"remplis. Ce sont de simples commentaires pour les utilisateurs."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nom de l'imprimante"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Description"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Emplacement"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Prparation de la base de donnes des imprimantes..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Le modle de votre imprimante"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Le nom de modle rsultant de l'autodtection a t compare la basede "
-"donnes d'imprimantes pour trouver la meilleure correspondance.Ce choix peut "
-"tre mauvais, particulirement si votre modle d'imprimanten'apparat pas "
-"dans la base de donnes. Vrifiez ce choix, puis cliquez surLe modle est "
-"correct, ou le cas chant sur Slectionner manuellement le modle.\n"
-"\n"
-"Votre imprimante a t dtecte comme tant:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Le modle est correct"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Slectionner manuellement le modle"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Slection du modle de l'imprimante"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Quel modle d'imprimante possdez-vous?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Veuillez vrifier si l'imprimante a t correctement dtecte Cherchez le "
-"modle correct dans la liste si le curseur se situe sur un modle erron ou "
-"sur Imprimante accs direct."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Si votre imprimante n'est pas liste, choisissez-en une compatible (voir le "
-"manuel de l'imprimante) ou similaire."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Configuration de l'imprimante OKI winprinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Vous tes en train de configurer une imprimante laser OKI winprinter.\n"
-"Ces imprimantes utilisent un protocole de communication trs spcial, et "
-"elles ne fonctionnent que si elles sont connectes au premier port "
-"parallle. Si votre imprimante est connecte un autre port ou un serveur "
-"d'impression, veuillez la connecter au premier port parallle avant "
-"l'impression de la page de test. Sans cela, l'imprimante ne fonctionnera pas "
-"Vos paramtres de type de connexion seront ignors par le pilote."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Configuration de l'imprimante Lexmark inkjet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Les pilotes d'impression inkjet fournis par Lexmark ne permettent que "
-"l'utilisation des imprimantes locales, et pas des imprimantes distantes ou "
-"des serveurs d'impression. Veuillez connecter votre imprimante sur un port "
-"local ou configurez-la sur la machine laquelle elle est connecte."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Afin de pouvoir imprimer avec votre imprimante Lexmark inkjet et la "
-"configuration actuelle, vous avez besoin des pilotes d'impression inkjet "
-"fournis par Lexmark (http://www.lexmark.com/). Allez sur la section "
-"Drivers du site amricain de Lexmark, puis choisissez votre modle et "
-"enfin Linux comme systme d'exploitation. Les pilotes sont des "
-"paquetages RPM ou des scripts shell avec une installation graphique "
-"interactive. Vous n'avez pas besoin de faire cette configuration avec "
-"l'interface graphique. Annulez directement aprs l'acceptation de la "
-"licence. Ensuite, imprimez les pages pour l'alignement des ttes "
-"d'impression avec lexmarkmaintain et ajustez les paramtres de ces ttes "
-"avec ce programme."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Paramtrage de l'imprimante par dfaut.\n"
-"\n"
-"Assurez-vous que la taille de la page et le type d'encre (si disponible) "
-"sont correctement indiqus. Notez que la vitesse d'impression peut diminuer "
-"si vous augmentez la qualit d'impression."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "L'option %s doit tre un nombre entier!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "L'option %s tre un nombre!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "L'option %s est en dehors des limites!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Dsirez-vous que l'imprimante %s soit l'imprimante\n"
-"par dfaut?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Pages de test"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Merci de slectionner les pages de test que vous voulez imprimer.\n"
-"Note: la page de test photo peut prendre un temps assez long pour "
-"s'imprimer, et sur les imprimantes laser avec trop peu de mmoire, elle peut "
-"mme ne pas sortir.\n"
-"Dans la plupart des cas, l'impression de la page de test standard suffit."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Pas de page de test"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Imprimer"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Page de test standard"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Page de test alternative (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Page de test alternative (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Page de test photo"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Ne pas imprimer de page de test"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Impression des pages de test..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Les pages de test ont t envoyes l'imprimante.\n"
-"Il peut se passer un certain temps avant le dbut effectif de l'impression.\n"
-"Statut de l'impression:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Les pages de test ont t envoyes l'imprimante.\n"
-"Il peut se passer un certain temps avant le dbut effectif de l'impression.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "tes-vous satisfait du rsultat?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Imprimante accs direct"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Pour imprimer un fichier depuis la ligne de commande (une fentre de "
-"terminal), vous pouvez soit utiliser la commande %s <fichier> ou un "
-"utilitaire d'impression graphique:xpp <fichier> ou kprinter "
-"<fichier>. Les utilitaires graphiques vous permettent de choisir "
-"l'imprimante et de modifier les paramtres d'impression facilement.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Vous pouvez galement utiliser ces commandes dans le champ commande "
-"d'impression des botes de dialogue d'impression dans de nombreuses "
-"applications. Dans ce cas n'indiquez pas le nom du fichier puisqu'il sera "
-"fourni par l'application elle-mme.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"La commande %s permet galement de modifier les paramtres d'impression "
-"pour une impression particulire. Il suffit pour cela d'ajouter les "
-"paramtres voulus sur la ligne de commande. Par exemple, %s <fichier>. "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Pour obtenir la liste des paramtres disponibles pour l'imprimante courante, "
-"lisez la liste ci-dessous ou cliquez sur le bouton liste des options "
-"d'impression.%s\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Voici la listes des options d'impression disponibles pour l'imprimante "
-"courante:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Pour imprimer un fichier depuis la ligne de commande (une fentre de "
-"terminal), utilisez la commande %s<fichier>.\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Cette commande peut galement tre utilise dans le champ commande "
-"d'impression des botes de dialogue d'impression dans de nombreuses "
-"applications. Dans ce cas, n'indiquez pas le nom du fichier imprimer "
-"puisque celui-ci sera fourni par l'application elle-mme.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Pour obtenir la liste des paramtres disponibles pour l'imprimante courante, "
-"cliquez sur le bouton liste des options d'impression."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Pour imprimer un fichier depuis la ligne de commande (une fentre de "
-"terminal), utilisez la commande %s <fichier> ou %s <fichier>.\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Vous pouvez galement utiliser l'interface graphique xpdq pour "
-"positionner des options d'impression et administrer les travaux "
-"d'impression.\n"
-"Si vous utiliser le bureau KDE, vous disposez d'un bouton panique, une "
-"icne sur le bureau, nomm STOP Imprimante!, qui peut suspendre tous "
-"les travaux d'impression. Ceci peut tre utile en cas de bourrage papier, "
-"par exemple.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Les commandes %s et %s permettent galement de modifier les "
-"paramtres d'impression pour une impression particulire. Il suffit pour "
-"cela d'ajouter les paramtres voulus sur la ligne de commande, par exemple "
-"%s <fichier>.\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Fermer"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Impression/Acquisition sur l'imprimante %s"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Impression sur l'imprimante %s"
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Liste des options d'impression"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Votre appareil multifonction HP a t configur automatiquement pour tre "
-"capable de scanner. Maintenant vous pouvez scanner avec "
-"scanimage ( scanimage -d hp:%s pour spcifier le scanner si vous en "
-"avez plus d'un) partir de la ligne de commande, ou avec des interfaces "
-"graphiques comme xscanimage ou xsane. Si vous utilisez Le Gimp, "
-"vous pouvez aussi scanner grace au menu Fichier / Acquisition. Pour "
-"avoir plus d'information, vous pouvez taper man scanimage ou man sane-"
-"hp dans une fentre de commandes.\n"
-"\n"
-"N'utilisez pas scannerdrake pour cet appareil! "
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Votre appareil multifonction HP a t configur automatiquement pour tre "
-"capable de scanner. Maintenant vous pouvez scanner avec tal-hp %s scan ... "
-" dans une fentre de commandes. L'acquisition par interface graphique ou "
-"grace Gimp n'est pas encore suporte avec cet appareil. Vous trouverez "
-"plus d'informations dans le fichier /usr/share/doc/hpoj-0.8/ptal-hp-scan."
-"html sur votre systme. Si vous avez une HP LaserJet 1100 ou 1200, vous "
-"pouvez seulement scanner si vous avez l'option scanner installe.\n"
-"\n"
-"N'utilisez pas scannerdrake pour cet appareil! "
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Lecture des donnes de l'imprimante..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Transfert de la configuration de l'imprimante"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Vous pouvez copier la configuration de l'imprimante faite pour le "
-"gestionnaire %s vers votre gestionnaire actuel %s. Toutes les donnes de "
-"configuration (nom de l'imprimante, description, emplacement, type de "
-"connexion, et paramtres par dfaut) sont rcupres, mais les travaux ne "
-"seront pas transfrs.\n"
-"Toutes les files d'attente n'ont pas pu tre transfres cause des raisons "
-"suivantes:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS ne supporte pas les imprimantes sur les serveurs Novell ni les "
-"impressions vers des commandes shell.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ ne supporte que les imprimantes locales, les imprimantes LPD distantes, "
-"et les imprimantes rseau autonomes.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD et LPRng ne supportent pas les imprimantes IPP.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"De plus, les files d'attente qui n'ont pas t cres avec ce programme ou "
-"avec foomatic-configure ne peuvent pas tre transfres."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Aussi, les imprimantes configures avec les fichiers PPD fournis par leur "
-"fabriquant ou avec des pilotes CUPS natifs ne peuvent pas tre transfres."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Cochez les imprimantes que vous voulez transfrer, et\n"
-"cliquez sur Transfert."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Ne pas transfrer les imprimantes"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Transfert"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Une imprimante nomme %s existe dj sous %s.\n"
-"Cliquez sur Transfert pour la remplacer.\n"
-"Vous pouvez galement taper un nouveau nom ou\n"
-"simplement ignorer cette imprimante."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Le nom de l'imprimante ne devrait contenir que des lettres, des nombres et "
-"des tirets bas (_)"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"L'imprimante %s existe dj,\n"
-"voulez-vous vraiment craser sa configuration?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nouveau nom de l'imprimante"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Transfert de %s..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Vous avez transfr votre prcdente imprimante par dfaut (%s). Doit-"
-"elle tre galement l'imprimante par dfaut de votre nouveau systme "
-"d'impression %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Mise jour des donnes de l'imprimante..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Configuration d'une imprimante distante"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Dmarrage du rseau..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Configurez le rseau maintenant"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Les fonctionnalits du rseau ne sont pas configures"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Vous tes sur le point de configurer une imprimante distante. Cela ncessite "
-"un accs au rseau, mais votre rseau n'est pas encore configur. Si vous "
-"voulez continuer sans configurer le rseau, vous ne pourez pas utiliser "
-"l'imprimante que vous tes en train de configurer. Que voulez-vous faire?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Continuer sans configurer le rseau"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"L'interface rseau qui a t configure pendant l'installation ne peut pas "
-"tre dmarre maintenant. Veuillez vrifier si votre rseau est activ aprs "
-"dmarrage. Dmarrez le Centre de Contrle Mandrake, vrifiez la "
-"configuration dans la section rseau et internet / connexion. Puis "
-"essayez nouveau de configurer l'imprimante dans la section Matriel / "
-"Imprimante."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"L'accs rseau n'a pas pu tre dmarr. Veuillez vrifier la configuration "
-"de votre matriel et de votre accs rseau grce au Centre de Contrle "
-"Mandrake puis essayez nouveau de configurer l'imprimante distante."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Redmarrage du systme d'impression..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "lev"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoaque"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installation du systme d'impression sous le niveau de scurit %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Vous tes sur le point d'installer le systme d'impression %s sur un systme "
-"dont le niveau de scurit est rgl sur %s.\n"
-"\n"
-"Ce systme d'impression coute en permanence le rseau afin de rpondre aux "
-"requtes d'impression. Ceci se fait grce un processus (daemon) qui tourne "
-"en tche de fond et qui est accessible par les autres machines du rseau. "
-"C'est donc une cible possible pour des attaques rseau ventuelles. C'est "
-"pourquoi le minimum possible de daemons doivent tre dmarrs dans ce "
-"niveau de scurit.\n"
-"\n"
-"Voulez-vous rellement installer un systme d'impression?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Activation du systme d'impression au dmarrage"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Le systme d'impression (%s) ne sera pas activ automatiquement lors du "
-"dmarrage de la machine.\n"
-"\n"
-"Il est possible que l'activation automatique ait t supprime par "
-"l'utilisation d'un plus grand niveau de scurit, car les systmes "
-"d'impression sont des cibles potentielles d'attaque.\n"
-"\n"
-"Voulez-vous rtablir l'activation automatique du systme d'impression?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Vrification du logiciel install..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Suppression de LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Suppression de LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Choisissez le gestionnaire d'impression"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Quel systme d'impression dsirez-vous utiliser?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configuration de l'imprimante %s..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Installation de Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Options de l'imprimante"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Prparation de PrinterDrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Configuration des applications...."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Dsirez-vous configurer l'impression?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Systme d'impression: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Les imprimantes suivantes sont configures. Double-cliquez sur l'une d'entre "
-"elles pour modifier ses paramtres, en faire l'imprimante par dfaut, "
-"consulter les informations son propos ou pour rendre une imprimante d'un "
-"serveur CUPS distant utilisable par Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Les imprimantes suivantes sont configures. Cliquez sur l'une d'entre elles "
-"pour modifier ses paramtres, en faire l'imprimante par dfaut ou consulter "
-"les informations son propos."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Rafrachir la liste des imprimantes (pour afficher toutes les imprimantes "
-"CUPS distantes)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Changer le systme d'impression"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Mode normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Dsirez-vous configurer une autre imprimante?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Modifier la configuration de l'imprimante"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Imprimante %s\n"
-"Que souhaitez-vous modifier sur cette imprimante?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Faire"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Type de connexion"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Nom, description, emplacement"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Marque, modle, pilote"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Marque, modle"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Choisir comme imprimante par dfaut"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Ajouter cette imprimante StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Retirer cette imprimante de StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Imprimer des pages de test"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Savoir comment utiliser cette imprimante"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Dsinstaller l'imprimante"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Dsinstallation de l'ancienne imprimante %s..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Imprimante par dfaut"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "L'imprimante %s est maintenant celle par dfaut."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Ajout de l'imprimante StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "L'imprimante %s a t ajoute avec succs StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Impossible d'ajouter l'imprimante %s StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Retrait de l'imprimante de StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "L'imprimante %s a t retire avec succs de StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Impossible de retirer l'imprimante %s de StarOffice/OpenOffice"
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Dsirez-vous vraiment dsinstaller l'imprimante %s?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Suppression de l'imprimante %s..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Configuration des serveurs mandataires (proxy)"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Bienvenue dans la configuration du serveur mandataire (proxy).\n"
-"\n"
-"Vous allez pouvoir configurer ici vos serveurs mandataires http et ftp\n"
-"avec ou sans identifiant et mot de passe\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Veuillez entrer les informations concernant le mandataire http\n"
-"ou laissez-les vide si vous ne voulez pas de ce mandataire"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "L'URL doit commencer par 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Le numro de port doit tre numrique"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Veuillez entrer les informations concernant le mandataire ftp\n"
-"ou laissez-les vide si vous ne voulez pas de ce mandataire"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "L'URL doit commencer par 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Veuillez entrer l'identifiant et le mot de passe pour le mandataire,\n"
-"si ncessaire.\n"
-"Laissez-les vides si vous n'en voulez pas"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "identifiant"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "Mot de passe"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "R-entrer le mot de passe"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Les mots de passe ne correspondent pas. Ressayez!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr ""
-"Impossible d'ajouter une partition au RAID md%d car\n"
-"celui-ci est dj format"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Impossible d'crire le fichier %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid a chou"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid a chou (les raidtools sont-ils installs?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Trop peu de partitions pour du RAID de niveau %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-"Dmarrage ou arrt du systme sonore ALSA (Advanced Linux Sound "
-"Architecture) Il charge le pilote pour votre carte son, et restaure les "
-"rglages du priphrique de mixage."
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-"Anacron excute des tches priodiques avec une prcision exprime en jours. "
-"Les tches sont excutes automatiquement au redmarrage de la machine si "
-"elles ont expirs leur dlai. Quelques tches de maintenance quotidiennes et "
-"hebdomadaires sont prconfigures pour le systme Mandrake.(Plus d'infos "
-"dans man anacron)"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"Apmd surveille l'tat de la batterie d'un portable, et en garde une trace "
-"(via syslog). Il peut tre utilis pour arrter proprement la machine "
-"lorsque la batterie est trs faible et aprs avoir averti les utilisateurs."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Service qui permet de dmarrer une tche une heure prcise. Chaque tche "
-"doit tre cre par la commande at, puis, a l'heure dite, le service "
-"atd lance cette tche. Par exemple pour teindre automatiquement la "
-"machine ce soir 23h59, tapez at 23:59 dans une fentre de commande, "
-"puis halt et <Ctrl-D>."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Cron est un planificateur de tches. Contrairement Anacron, les tches "
-"sont excutes des moments prcis, pendant lesquels la machine doit tre "
-"allume. Vixie cron ajoute des fonctionnalits au cron UNIX de base "
-"(notamment une meilleure scurit et des options de configuration plus "
-"compltes)."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM permet d'utiliser la souris dans des applications fonctionnant en mode "
-"texte dans la console (comme par exemple Midnight Commander) . Il permet "
-"galement d'utiliser le copier-coller et inclut le support des menus "
-"contextuels sur la console."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake effectue une dtection matrielle, et configure ventuellement le "
-"nouveau matriel."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache est un serveur web (HTTP). Il est utilis pour faire fonctionner un "
-"site internet."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Le mtaserveur inetd sert dmarrer automatiquement les autres serveurs "
-"rseau lorsqu'une requte est dtecte. Il est notamment responsable du "
-"dmarrage des serveurs telnet, ftp, rsh et rlogin, etc. Le dsactiver "
-"revient dsactiver tous les services qu'il gre."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Dmarre le filtrage des paquets rseau pour la srie 2.2 des noyaux Linux, "
-"afin de mettre en place un pare-feu (firewall) pour protger votre machine "
-"des attaques rseau. "
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ce paquetage active la disposition de clavier dfini dans le fichier /etc/"
-"sysconfig/keyboard. Cette disposition peut tre modifie en utilisant "
-"l'outil kbdconfig. Ce service devrait tre activ sur la plupart des "
-"machines."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Rgnration automatique des fichiers d'en-ttes pour le noyau\n"
-"dans le dossier /boot pour /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Dtection automatique et configuration du matriel au dmarrage."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf effectue certaines tches au dmarrage afin de maintenir la "
-"configuration du systme."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"Lpd est le serveur d'impression ncessaire au bon fonctionnement de la "
-"commande lpr. Il permet grer les files d'attente et les demandes "
-"d'impression."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Activation / dsactivation du Linux Virtual Server, qui est un service "
-"utilis pour crer un serveur virtuel haute-performance et haute "
-"disponibilit, compos d'un ensemble de serveur linux relis entre eux."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"Named (BIND) est un Serveur de Noms de Domaine (DNS) qui est utilis pour "
-"convertir les adresses internet en adresses IP. (Il est principalement mis "
-"en place par les fournisseur d'accs)"
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Effectue la connexion ou la dconnexion (montage et dmontage) vers les "
-"systmes de fichiers distants ou rpertoires partags de type NFS (Unix), "
-"SMB (Windows), et NCP (Netware) que vous avez configurs. (Pour NFS et SMB, "
-"voir le Centre de contrle Mandrake, dans la section matriel / "
-"points de montage)"
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Gestion groupe de toutes les connexions rseau que vous avez configures et "
-"que vous avez choisi d'activer ds le dmarrage du systme. (par ex. vos "
-"connexions pour le rseau local et l'ADSL ou le Cable). Vous pouvez accder "
-"sparment vos interfaces rseau grce au Centre de Contrle Mandrake "
-"dans la section Internet et rseau."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"Dmarrage ou arrt du serveur NFS. Un serveur NFS permet d'effectuer un "
-"partage de fichiers en ouvrant l'accs certains dossiers depuis un rseau. "
-"Les dossiers partags sont lists dans le fichier /etc/exports, mais vous "
-"pouvez l'diter grce linuxconf dans la section rseau / serveur."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"Ce service permet le dmarrage des fonctionnalits de verrouillage des "
-"fichiers pour NFS, lorsque le noyau ne les a pas dmarres lui-mme. Cela "
-"dit les noyaux rcents n'en ont pas besoin. Cependant, le service statd est "
-"aussi dmarr et sert avertir les clients distants de l'arrt du serveur "
-"NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Activation de la touche Verr Num du pav numrique du clavier au "
-"dmarrage."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Support des imprimantes winprinter OKI 4w et compatibles."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA permet d'utiliser des priphriques PCCARD comme des cartes Ethernet "
-"ou des modems avec des ordinateurs portables. Ce service ne sera pas dmarr "
-" moins qu'il soit correctement configur. Il peut donc tre activ sans "
-"danger sur des machines ne possdant pas ce type de priphriques."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Le portmapper gre les connexions RPC qui sont utilises par des serveurs "
-"comme NFS et NIS. Le serveur portmap doit tre activ sur des machines "
-"jouant le rle de serveur pour des protocoles utilisant le mcanisme RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix est un agent de transport du courrier (Mail Transport Agent - MTA) "
-"permettant l'change de courriers lectroniques entre machines."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Sauvegarde et restaure l'entropie du systme pour une meilleure gnration "
-"de nombres alatoires. (utile par exemple pour la cration de clefs de "
-"cryptographie)"
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Permet de faire apparatre des priphriques de type bloc (par ex. "
-"partitions de disque dur) comme des priphriques bruts accs direct (raw "
-"devices). Les correspondances sont tablies dans le fichier /etc/sysconfig/"
-"rawdevices, et c'est la commande raw qui est utilise. Cela peut tre "
-"utilis par des bases de donnes comme Oracle."
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Le service routed permet la mise jour automatique des tables de routage IP "
-"grce au protocole RIP. Bien que RIP soit trs utilis sur les petits "
-"rseaux, des protocoles de routage plus complets sont ncessaires pour les "
-"rseaux de plus grande taille. "
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Le protocole rstat permet aux utilisateurs sur un mme rseau d'obtenir des "
-"mesures de la performance de n'importe quelle machine sur ce rseau."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Le protocole rusers permet aux utilisateurs de connatre tous les "
-"utilisateurs connects aux machines supportant ce protocole."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Le protocole rwho permet aux utilisateurs distants d'obtenir une liste des "
-"utilisateurs connects une machine qui fait tourner le dmon rwho "
-"(similaire finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Dmarrer le systme de gestion du son sur votre machine."
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog est un service utilis par beaucoup d'autres services pour "
-"enregistrer des rapports d'activit. C'est une trs bonne ide de toujours "
-"l'activer."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Charger les pilotes pour vos priphriques usb."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Dmarre le serveur de polices de caractres, obligatoire pour le "
-"fonctionnement de l'interface graphique (XFree)"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Choisissez les services dmarrer automatiquement lors du dmarrage du "
-"systme"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Impression"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Partage de fichiers"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Systme"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Administration distance"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Serveur de base de donnes"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Services: %d activs sur %d enregistrs"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Services"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "actif"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "arrt"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Serveurs et services"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr "Pas d'autre information au sujet de ce service, dsol."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Au dmarrage"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Dmarrer"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Arrter"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Merci d'avoir choisi Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Bienvenue dans le monde Open Source"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Le principe du logiciel libre est l'origine de MandrakeSoft et de son "
-"succs. Ce systme d'exploitation est le fruit du travail collaboratif et "
-"ouvert de la communaut Linux. Ses contributeurs passionns sont rpartis "
-"dans le monde entier."
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Rejoignez le monde du logiciel libre!"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Pour mieux connatre la communaut Open Source et y contribuer, apprendre, "
-"partager vos connaissances, aider les autres membres et participer au "
-"dveloppement d'outils, vous pouvez accder aux nombreux forums de "
-"discussions sur nos pages Communaut頻."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet et Messagerie"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 vous fournit les meilleures applications pour accder au "
-"meilleur de l'Internet: parcourir le web, visualiser des animations via "
-"Mozilla ou Konqueror, changer des e-mails et grer vos informations "
-"personnelles avec Evolution ou Kmail, et bien plus."
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimdia et Graphisme"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Grce Mandrake Linux 8.2, profitez au maximum des capacits multimdia de "
-"votre ordinateur. Utilisez les plus rcentes applications pour grer vos "
-"fichiers audio et vido, diter vos images ou collections de photos et "
-"regarder la tlvision et vos vidos, et bien plus."
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Dveloppement"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 est la plate-forme de choix pour le dveloppement. "
-"Dcouvrez la puissance du compilateur GNU gcc ainsi que les meilleurs "
-"environnements Open Source."
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake Control Center"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Le Centre de Contrle Mandrake de Mandrake Linux 8.2 vous permet de "
-"configurer entirement vos matriels et administrer votre machine depuis la "
-"mme application."
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Interfaces utilisateur"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 fournit 11 environnements graphiques et gestionnaires de "
-"fentres diffrents: GNOME 1.4, KDE 2.2.2, Window Maker 0.8, ..."
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Logiciels Serveurs"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"En quelques clics, transformer votre ordinateur en un puissant serveur: "
-"Serveur Web, e-Mail, Pare-Feu, Routeur, Partage de Fichiers et "
-"d'Imprimantes..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jeux"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 vous fournit les meilleurs Jeux Open Source en arcade, "
-"action, sport, rflexion, stratgie, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Voulez-vous apprendre au sujet de Linux de manire simple, rapide et "
-"gratuite? MandrakeCampus fournit un service d'apprentissage en ligne "
-"gratuit et Open Source, ainsi que des tests pour mesurer vos progrs, sur "
-"MandrakeCampus -- votre centre d'apprentissage en ligne."
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Bnficiez de l'aide de la communaut et de MandrakeSoft pour obtenir un "
-"support de qualit. En tant qu'expert, vous pourrez partagez vos "
-"connaissances et proposer du support d'autres utilisateurs sur:"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Parce que chaque projet soulve une problmatique particulire, nos "
-"consultants sont vos cots pour vous aider trouver les rponses. "
-"MandrakeSoft vous apporte une vritable alternative informatique issue de "
-"son exprience d'diteur."
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"L'ensemble de nos solutions Linux, de nos offres exclusives sur nos produits "
-"et goodies sont disponibles via notre site de vente en ligne"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Pour plus d'informations sur les services professionnels et les offres "
-"commerciales de MandrakeSoft, veuillez consulter la page web suivante:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Installation des paquetages..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"La table des partitions ne peut tre lue car elle semble endommage.\n"
-"Une rinitialisation des partitions endommages va tre tente."
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Erreur!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Impossible de trouver le fichier image %s."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Configurateur d'installation automatise"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Vous tes sur le point de configurer une disquette d'auto-installation. "
-"Cette fonctionnalit est relativement dangereuse, et doit donc tre utilise "
-"avec prcaution.\n"
-"\n"
-"La disquette d'auto-installation vous permettra d'installer un autre "
-"ordinateur avec exactement la mme configuration que le vtre. Mais parmi "
-"l'ensemble des tapes d'installation, vous pouvez choisir lesquelles seront "
-"compltement automatises et lesquelles seront manuelles.\n"
-"Pour une sret maximale, les tapes de partitionnement et de formatage ne "
-"seront jamais faites automatiquement, quels que soient les choix que vous "
-"aviez fait lors de la premire installation de cet ordinateur.\n"
-"\n"
-"Souhaitez-vous continuer?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Configuration des tapes automatiques"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Veuillez choisir, pour chaque tape, si celle-ci doit tre rejoue comme "
-"pendant votre installation, ou si elle doit s'effectuer manuellement."
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Bienvenue.\n"
-"\n"
-"Les paramtres de l'installation automatique sont disponibles dans les "
-"sections sur la gauche."
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Flicitations!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"La disquette a t gnre avec succs.\n"
-"Vous pouvez maintenant rejouer votre installation."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Installation automatique"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Ajouter un lment"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Supprimer le dernier lment"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Rapport de sauvegarde (DrakBackup) \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Rapport de sauvegarde priodique (DrakBackup)\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Dtails du rapport de sauvegarde\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "TOTAL:"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Sauvegarde des fichiers systmes..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Sauvegarde sur disque dur..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Sauvegarde des comptes utilisateurs..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Sauvegarde sur disque dur..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Sauvegarde des autres fichiers..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"liste envoye par FTP: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Problme de connection FTP: impossible d'envoyer les sauvegardes par "
-"FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Erreur lors de l'envoi du mail?\n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Slection de fichiers ou dossiers"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Slectionnez les fichiers ou dossiers puis cliquez sur Ajouter"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Veuillez cocher toutes les options dont vous avez besoin.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Ces options peuvent sauvegarder et restaurer\n"
-"tous les fichiers du dossier de configuration systme /etc\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Sauvegarder le dossier de configuration systme (dossier /etc)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Sauvegardes incrmentales (conomie d'espace)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Ne pas inclure les fichiers critiques (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Note: la sauvegarde incrmentale n'crase pas les anciennes sauvegardes."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Veuillez cocher tous les comptes utilisateurs sauvegarder"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Ne pas inclure le cache du navigateur internet (fichiers tampon)"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Sauvegardes incrmentales (conomie d'espace)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Supprimer slection"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Utilisateurs..."
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Sauvegarder par FTP"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Nom d'hte ou adresse IP de la machine de sauvegarde"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr "Dossier o poser la sauvegarde sur cette machine"
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Nom de connexion sur cette machine"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Veuillez entrer votre mot de passe"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Se souvenir du mot de passe"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "par connexion FTP..."
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "par connexion scurise..."
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Sauvegarder sur CDR (ou DVDR)"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Veuillez choisir la taille de votre CD"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "CD Rinscriptible"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Effacer le CDRW avant sauvegarde"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Veuillez vrifier que vous voulez inclure\n"
-"le lanceur de l'installation sur votre CD"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Veuillez entrer l'emplacement de votre graveur (bus,id,lun)\n"
-"(dtecter avec cdrecord -scanbus. Par exemple: 0,1,0 )"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Sauvegarde sur cartouche"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Nom de priphrique du matriel de sauvegarde (/dev/...?)"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr "Taille maximale de sauvegarde:"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Dossier o poser la sauvegarde:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Limiter la taille de la sauvegarde"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "par transfert rseau..."
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Dans un dossier (local ou partag)..."
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "toutes les heures"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "tous les jours"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "toutes les semaines"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "tous les mois"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Sauvegarde priodique"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Veuillez choisir l'intervalle de temps entre les sauvegardes"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Quelle sauvegarde sera priodique?"
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "celle sur Disque dur / NFS"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "celle par FTP"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-"ATTENTION: Le cron doit tre actif dans vos services. (voir le Centre "
-"de Contrle Mandrake section systme / services)"
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Envoyer un rapport par mail aprs chaque sauvegarde :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Quoi..."
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "O..."
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Quand..."
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Plus d'options..."
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Configuration de sauvegarde Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Veuillez choisir o stocker la sauvegarde"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "sur disque dur"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "par rseau"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Veuillez choisir ce que vous voulez sauvegarder"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Sauvegarder le systme"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Sauvegarder les comptes utilisateurs"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Slectionner individuellement les utilisateurs"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Sources de sauvegarde: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Fichiers systme:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Donnes des utilisateurs:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Autres fichiers ou dossiers:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Sauvegarde sur le disque dur dans le dossier: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Sauvegarde par FTP sur la machine: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t nom de connexion: %s\n"
-"\t\t dans le dossier: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Options:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tFichiers systmes non inclus\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tLe sauvegarde utilise tar et bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tLa sauvegarde utilise tar et gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Le Dmon (%s) comprend:\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-celle sur Disque dur.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-celle sur CDR.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-celle par transfert FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-celle par transfert SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-"La configuration de sauvegarde n'est pas encore dfinie. \n"
-"Veuillez cliquer sur Configuration par assistant, ou Configuration "
-"manuelle\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Liste de donnes restaurer:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Liste des donnes corrompues:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Veuillez le dcocher ou le retirer la prochaine fois"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Les fichiers de sauvegarde sont corrompus"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Toutes vos donnes slectionnes ont t "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-" correctement restaures en prenant %s comme dossier racine "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Restauration de la configuration "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK pour restaurer les autres fichiers."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "Fichiers de sauvegarde restaurer (seul le plus rcent compte)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Sauvegarder les fichiers systme avant:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Veuillez choisir la date restaurer"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Sauvegarde sur disque dur"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Restaurer partir d'un dossier"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Veuillez entrer le dossier o rsident les sauvegardes"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Choisir un autre support de sauvegarde"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Autre support"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Restaurer le systme"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Restaurer les comptes utilisateurs"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Restaurer les autres fichiers ou dossiers"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "Choisir un autre dossier racine de restauration ( au lieu de / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Nouvelle sauvegarde avant restauration (seulement pour l'incrmental)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Retirer les dossiers personnels ds utilisateurs avant restauration"
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Restaurer toutes les sauvegardes..."
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Restauration personnalise..."
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Aide"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "<- Prcdent"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Valider"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Sauvegarder!"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Restaurer!"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Suivant ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Merci de vouloir faire une sauvegarde avant de vouloir restaurer... (ou bien "
-"vrifiez que votre dossier de sauvegarde est correct)"
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Impossible d'envoyer un mail\n"
-" Votre rapport n'a pas t envoy\n"
-" Veuillez configurer sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Liste des paquetages installer"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Erreur pendant l'envoi par FTP.\n"
-" Veuillez corriger votre configuration FTP"
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Veuillez choisir les donnes restaurer..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Veuillez choisir le support de sauvegarde..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Veuillez choisir les donnes sauvegarder..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"La configuration de sauvegarde n'est pas encore dfinie. \n"
-"Veuillez cliquer sur Configuration par assistant, ou Configuration "
-"manuelle"
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "En dveloppement ... veuillez patienter."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Sauvegarde des fichiers systmes..."
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Sauvegarde des comptes utilisateurs..."
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Sauvegarde des autres fichiers ou dossiers..."
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "TOTAL:"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "Envoi par FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Envoi des fichiers..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Liste include sur le CDR"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Veuillez taper la vitesse de gravure:"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-"Veuillez entrer l'emplacement de votre graveur (bus,id,lun)\n"
-"(dtecter avec cdrecord -scanbus. Par exemple: 0,1,0 )"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Veuillez vrifier si vous voulez Inclure l'install boot sur le CD"
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Sauvegarder partir de la configuration dfinie"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Voir la configuration de sauvegarde"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Configuration par assistant"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Configuration manuelle"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Sauvegarder!"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"description des options:\n"
-"\n"
-" cette tape, Drakbackup vous permet de changer:\n"
-"\n"
-" - Le mode de compression:\n"
-" \n"
-" Si vous cochez la compression bzip2, vous compresserez\n"
-" mieux qu'avec gzip (de 2 10 %).\n"
-" Cette option n'est pas choisie par dfaut\n"
-" parce qu'elle est beaucoup plus lente.\n"
-" \n"
-" - Le mode de mise--jour:\n"
-"\n"
-" Cette option mets jour votre sauvegarde, mais\n"
-" n'est pas vraiment utile car vous devez la\n"
-" dcompresser avant de la mettre jour.\n"
-" \n"
-" - le mode .backupignore:\n"
-"\n"
-" Comme avec CVS, Drakbackup va ignorer les rfrences\n"
-" incluses dans les fichiers .backupignore de chaque dossier.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Certaines erreurs lors de l'envoi de mails peuvent tre causes par\n"
-" une mauvaise configuration de postfix. Pour le rsoudre, vous devez\n"
-" configurer le nom de machine ou de domaine dans /etc/postfix/main.cf.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"description des options:\n"
-"\n"
-" - Sauvegarde des fichiers systmes:\n"
-" \n"
-"\tCette option vous permet de sauvegarder votre dossier /etc,\n"
-"\tqui contient tous les fichiers de configuration. Faites attention\n"
-"\tpendant la restauration de ne pas craser:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Sauvegarde des comptes utilisateurs:\n"
-"\n"
-"\tCette option vous permet de choisir les utilisateurs \n"
-"\t sauvegarder.\n"
-"\tPour prserver l'espace disque, il est recommand\n"
-"\tde ne pas inclure les dossier cache des navigateurs.\n"
-"\n"
-" - Sauvegarde des autres fichiers: \n"
-"\n"
-"\tCette option vous permet d'ajouter d'autres donnes\n"
-"\t sauvegarder. Pour l'instant il n'est pas possible de faire\n"
-"\tune sauvegarde incrmentale avec cette option.\t\t\n"
-" \n"
-" - Sauvegardes incrmentales:\n"
-"\n"
-"\tLa sauvegarde incrmentale est l'option la \n"
-"\tplus puissante pour la sauvegarde. Elle vous permet \n"
-"\tde tout sauver la premire fois, puis seulement les \n"
-"\tchangements les fois suivantes.\n"
-"\tAinsi vous serez capable de restaurer les donnes\n"
-"\tcorrespondant n'importe quelle sauvegarde prcdente.\n"
-"\t\n"
-"\tSi vous n'avez pas slectionn cette option, toutes\n"
-"\tvos sauvegardes prcdentes sont pralablement ffaces. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"description de la restauration:\n"
-" \n"
-"Seule la date de sauvegarde choisie la plus rcente sera utilise, car avec\n"
-"le mode incrmental, toutes les sauvegardes prcdentes doivent tre "
-"restaures.\n"
-"\n"
-"Donc si vous ne voulez pas restaurer un utilisateur, dcochez toutes ses "
-"cases\n"
-"\n"
-"Sinon, vous ne pouvez en choisir qu'une\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft par DUPONT Sbastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Ce programme est un logiciel libre: vous pouvez le redistribuer\n"
-"et/ou le modifier selon les termes de la GNU General Public\n"
-"License, tels que publis par la Free Software Foundation; soit\n"
-"la version 2 de cette licence ou ( votre choix) toute version\n"
-"ultrieure.\n"
-"\n"
-"Ce programme est distribu dans l'espoir qu'il sera utile, mais\n"
-"SANS AUCUNE GARANTIE, ni explicite ni implicite; sans mme les\n"
-"garanties de commercialisation ou d'adaptation dans un but spcifique.\n"
-"Se rfrer la GNU General Public License pour plus de dtails.\n"
-"\n"
-"Vous devriez avoir reu une copie de la GNU General Public License\n"
-"en mme temps que ce programme; sinon, crivez la Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Description:\n"
-"\n"
-" Drakbackup sert sauvegarder votre systme.\n"
-" Pendant sa configuration vous pouvez slectionner: \n"
-"\t- des fichiers systmes, \n"
-"\t- des comptes utilisateur, \n"
-"\t- d'autres donnes.\n"
-"\tou Tout votre systme ... et d'autres (comme des partitions Windows)\n"
-"\n"
-" Drakbackup vous permet de faire des sauvegarde sur:\n"
-"\t- Disque dur.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (avec autoboot, rcupration and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Cartouche.\n"
-"\n"
-" Drakbackup peut restaurer votre systme vers un dossier choisi\n"
-"\n"
-" Par dfaut toute sauvegarde sera stocke dans le\n"
-" dossier /var/lib/drakbackup\n"
-"\n"
-" Fichier de configuration:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"tape de restauration:\n"
-" \n"
-" Pendant l'tape de restauration, DrakBackup va retirer \n"
-" votre dossier d'origine et vrifier que tous les \n"
-" fichiers de sauvegarde ne sont pas corrompus. Il est recommand \n"
-" de faire une dernire sauvegarde avant restauration.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"description des options:\n"
-"\n"
-"Attention en utilisant la sauvegarde par FTP, car seulement \n"
-"les sauvegardes dj construites sont envoyes vers le serveur.\n"
-"Ainsi, pour le moment, vous devez faire une sauvegarde sur disque dur\n"
-"avant de l'envoyer vers le serveur.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problmes de restauration:\n"
-"\n"
-"Avant l'tape de restauration, Drakbackup va vrifier tous vos\n"
-"fichiers de sauvegarde. Les dossiers originaux seront effacs\n"
-"et vous allez perdre toutes vos donnes. Il est important de \n"
-"faire les choses avec prcaution et de ne pas modifier la main\n"
-"les fichiers de sauvegarde.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Description:\n"
-"\n"
-" Drakbackup sert sauvegarder votre systme.\n"
-" Pendant sa configuration vous pouvez slectionner: \n"
-"\t- des fichiers systmes, \n"
-"\t- des comptes utilisateur, \n"
-"\t- d'autres donnes.\n"
-"\tou Tout votre systme ... et d'autres (comme des partitions Windows)\n"
-"\n"
-" Drakbackup vous permet de faire des sauvegarde sur:\n"
-"\t- Disque dur.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (avec autoboot, rcupration and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Cartouche.\n"
-"\n"
-" Drakbackup peut restaurer votre systme vers un dossier choisi\n"
-"\n"
-" Par dfaut toute sauvegarde sera stocke dans le\n"
-" dossier /var/lib/drakbackup\n"
-"\n"
-" Fichier de configuration:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"tape de restauration:\n"
-" \n"
-" Pendant l'tape de restauration, DrakBackup va retirer \n"
-" votre dossier d'origine et vrifier que tous les \n"
-" fichiers de sauvegarde ne sont pas corrompus. Il est recommand \n"
-" de faire une dernire sauvegarde avant restauration.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "L'installation de %s a chou pour la raison suivante:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Chercher les polices installes"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Dslectionner les polices installes"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "Parcourir toutes les polices"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "aucune fonte trouve"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "termin"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "impossible de trouver des polices dans vos disques"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Rslectionnez des polices correctes"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "impossible de trouver des polices.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Chercher des polices dans la liste des installes"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Copie des fontes"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installation de polices True Type"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "Veuillez patienter pendant ttmkfdir"
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Installation True Type termine"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Conversion de polices"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "cration de type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Inscription dans ghoscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "Conversion de polices True Type"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "Conversion de polices pfm"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Supprimer les fichiers temporaires"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Relancer le serveur de polices"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Supprimer les fichiers de polices"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "redmarrage du serveur de fonte"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Avant d'installer des polices de caractres, assurez-vous que vous avez\n"
-"les permissions de les utiliser et de les installer sur votre systme. \n"
-"\n"
-"- Vous pouvez installer les polices par la voie habituelle. Dans de rares "
-"cas,\n"
-"des polices bogues peuvent bloquer votre serveur d'affichage XFree."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Importation de polices"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Rcuprer les polices de Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Dsinstaller des polices"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Options avances"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Liste des polices"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Choisissez les applications qui supporteront ces polices"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Imprimante gnrique"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Slectionnez les polices ou dossiers et cliquez sur Ajouter"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Installe la liste"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "Cliquez ici si vous tes sr"
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "Ici sinon"
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Dslectionne tout"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Slectionne tout"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Dsinstalle la liste"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Tests initiaux"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Copier les polices sur votre systme"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Installe et convertit des polices"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Post-installation"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Retirer des polices de votre systme"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Post-dsinstallation"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Partage de la connexion internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Le partage de la connexion internet est activ"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"La configuration du partage de la connexion l'internet a dj t\n"
-"effectue. Elle est actuellement active.\n"
-"\n"
-"Que voulez-vous faire?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "dsactiver"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "ne rien faire"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "reconfigurer"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Dsactivation des serveurs..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Le partage de la connexion l'internet est maintenant dsactiv."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Le partage de la connexion l'internet est dsactiv"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"La configuration du partage de la connexion l'internet a dj t\n"
-"effectue. Elle est actuellement dsactive.\n"
-"\n"
-"Que voulez-vous faire?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "activer"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Activation des serveurs..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Le partage de la connexion internet est maintenant activ."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Votre ordinateur peut tre paramtr afin de partager sa connexion "
-"internet.\n"
-"Avec cette fonctionnalit, d'autres ordinateurs sur votre rseau local "
-"pourront utiliser la connexion internet de cet ordinateur.\n"
-"\n"
-"Veuillez noter que vous avez besoin d'une carte rseau ddie votre rseau "
-"local."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (utilisant le module %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interface %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Aucune carte rseau n'est prsente dans votre systme"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Aucune carte rseau n'a t dtecte sur votre systme. Veuillez utiliser "
-"l'outil de configuration du matriel."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Carte rseau"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Une seule carte rseau est configure sur votre systme:\n"
-"\n"
-"%s\n"
-"\n"
-"Je vais configurer votre rseau local avec cette carte rseau."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Veuillez choisir quelle carte rseau sera connecte votre rseau local"
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Interface rseau dj configure"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Attention, la carte rseau (%s) est dj configure.\n"
-"\n"
-"Dsirez-vous une reconfiguration automatique?\n"
-"\n"
-"Vous pouvez le faire manuellement, mais vous devez savoir ce que vous faites."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Reconfiguration automatique"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Montrer la configuration actuelle"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Configuration actuelle de %s:\n"
-"\n"
-"Rseau: %s\n"
-"Adresse IP: %s\n"
-"Attribution de l'adresse: %s\n"
-"Pilote: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Je peux conserver votre configuration actuelle, et supposer que vous avez "
-"dj\n"
-"configur un serveur DHCP; dans ce cas veuillez vrifier que j'ai "
-"correctement\n"
-"lu l'adresse du rseau de Classe C que vous utilisez pour votre rseau "
-"local;\n"
-"je ne le reconfigurerai pas et je ne toucherai pas la configuration de "
-"votre\n"
-"serveur DHCP.\n"
-"\n"
-"Sinon, je peux reconfigurer votre interface et (re)configurer un serveur "
-"DHCP.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Rseau Local de class C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "Adresse IP du serveur DHCP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Re-configurer l'interface et le serveur DHCP"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Le rseau local ne finissait pas par `.0', j'abandonne."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Conflit potentiel d'adresses du rseau local trouv dans la configuration de "
-"%s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Configuration du Firewall dtecte"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Attention! Une configuration existante du Firewall a t dtecte. Vous "
-"devrez peut-tre modifier la configuration manuellement aprs l'installation."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Configuration en cours..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Configuration des scripts, installation des logiciels, dmarrage des "
-"serveurs..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Des problmes sont apparus en installant le paquetage %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Tout a t configur.\n"
-"Vous pouvez maintenant partager votre connexion internet avec d'autres "
-"ordinateurs sur votre rseau local, en utilisant la configuration rseau "
-"automatique (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"La configuration a dj t effectue, mais elle est actuellement dsactive."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"La configuration a dj t effectue, et elle est actuellement active."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Le partage de la connexion internet n'a encore jamais t configur."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configuration du partage de la connexion internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Bienvenue dans l'utilitaire de partage de connexion internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Cliquez sur Configurer pour lancer l'assistant de configuration."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configuration du rseau (%d cartes rseaux)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Effacer le profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil effacer:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nouveau profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Nom du profil crer (le nouveau profil est cr comme une copie du profil "
-"courant:"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nom de machine: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Accs internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Type:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Passerelle:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "tat:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Veuillez patienter"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configurer l'accs l'internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configuration LAN (rseau local)"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Pilote"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocole"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "tat"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configurer le rseau local..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Cliquez ici pour lancer l'assistant ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Assistant..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Appliquer"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Veuillez patienter... mise en place de la configuration"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Connect"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Non connect"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Se connecter..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Se dconnecter..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Attention, une autre connexion internet a t dtecte, peut-tre utilisant "
-"votre rseau"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Vous n'avez aucune interface rseau configure.\n"
-"Vous pouvez en configurer une en cliquant sur Configurer"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configuration du LAN (rseau local)"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Carte rseau %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocole d'amorage"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Lancer au dmarrage"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Client DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "activer maintenant"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "dsactiver maintenant"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Cette interface n'a pas encore t configure.\n"
-"Lancez l'assistant de configuration dans la fentre principale"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Vous n'avez aucune connection internet.\n"
-"Vous pouvez en crer une en cliquant sur Configurer"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configuration de la connexion internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configuration de la connexion internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Type de connexion: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Paramtres"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Passerelle"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Carte ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Client DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Mise en place du niveau de scurit"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centre de contrle"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Choisissez l'outil que vous voulez utiliser"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Canada (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (hertzien)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (cable ou HRC)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Chine (hertzien)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japon (hertzien)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japon (cable)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Europe de l'est"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlande"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Europe de l'ouest"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australie"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nouvelle Zlande"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Afrique du Sud"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentine"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"SVP,\n"
-"Veuillez choisir votre rgion et votre norme de TV"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "Norme TV:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Zone:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Recherche des canaux de tlvision en cours ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Recherche des canaux de tlvision"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr "Aucune carte TV dtecte!"
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-"Aucune carte TV n'a t dtecte sur votre ordinateur. Veuillez vrifier qu'une carte TV/Vido supporte par Linux est correctement branche.\n"
-"\n"
-"\n"
-"Vous pouvez visiter notre base de donnes de support matriel :\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "utilisation: keyboarddrake [--expert] [clavier]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Veuillez choisir votre type de clavier."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Voulez-vous que la touche BackSpace retourne Delete en console?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Changer de cdrom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Changement de cdrom\n"
-"\n"
-"Veuillez insrer le cdrom d'Installation dans votre lecteur.\n"
-"Ceci fait, cliquez sur OK.\n"
-"\n"
-"Si vous ne le possdez pas, cliquez sur Annuler pour annuler la mise "
-"jour."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Impossible de dmarrer la mise jour!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-"Les changements ont t effectus mais ne seront effectifs qu'aprs votre "
-"dconnection"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "N'afficher que les pour les jours slectionns"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fichier/_Nouveau"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fichier/_Ouvrir"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fichier/_Enregistrer"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fichier/Enregistrer _Sous"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fichier/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Options"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Options/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Aide"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Aide/_A propos..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Utilisateur"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Messages"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Explications sur les Outils Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "chercher"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Un outil pour voir vos fichiers journaux"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Paramtres"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "contenant"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "mais ne contenant pas"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Choisir le fichier"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Calendrier"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Contenu du fichier"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Alerte mail/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "s'il vous plat attendez, examen du fichier: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Configuration des alertes mail/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Bienvenue dans l'utilitaire de configuration mail/SMS.\n"
-"\n"
-"Vous allez pouvoir configurer ici vos les alertes systmes.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "configuration des services"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Vous recevrez une alerte si l'un des services slectionns ne tourne plus"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "chargement des paramtres"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Vous recevrez une alerte si la charge machine dpasse cette valeur"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "configuration des alertes"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Configurer les moyens de vous alerter"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Enregistrer sous..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Veuillez choisir le type de votre souris."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "aucun priphrique USB srie trouv\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "muler le troisime bouton?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s trouv sur %s, configurer?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Slectionnez un scanner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Ce scanner %s n'est pas support"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-"Scannerdrake n'a pas russi dtecter votre scanner %s.\n"
-"Veuillez slectionner le priphrique sur lequel votre scanner est branch"
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr "choisissez le priphrique"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Ce scanner (%s) doit tre configure par printerdrake.\n"
-"Vous pouvez lancer printerdrake depuis le Centre de Contrle Mandrake dans "
-"la section Matriel"
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-"Votre scanner %s a t configur.\n"
-"Vous pouvez maintenant scanner des documents en utilisant XSane partir de Multimdia/Graphisme dans le menu des applications."
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Configuration du Firewall"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Configuration du Firewall"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall (pare-feu)\n"
-"\n"
-"Vous avez dj configur un firewall.\n"
-"Cliquez sur Configurer pour changer ou supprimer le firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Pare-feu (Firewall)\n"
-"\n"
-"Cliquez sur Configurer pour mettre en place un pare-feu standard"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Choix de la langue"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Classe d'installation"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Dtection des disques durs"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configuration de la souris"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Choix du clavier"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Scurit"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Systmes de fichiers"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatage des partitions"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Choix des paquetages"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installation du systme"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Ajout des utilisateurs"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configuration du rseau"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configuration des services"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Programme d'amorage"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Disquette d'amorage"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configuration de X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Mise--jour systme"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Fin de l'installation"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configuration d'un mini-firewall\n"
-"\n"
-"Cela configure un firewall (pare-feu) personnel pour votre machine Mandrake "
-"Linux.\n"
-"Si vous souhaitez un firewall plus puissant ou ddi, veuillez plutt "
-"utiliser\n"
-"la distribution spcialise MandrakeSecurity."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Nous allons maintenant vous poser des questions sur quels services vous\n"
-"souhaitez pouvoir connecter l'internet. Veuillez rflchir avec soin sur\n"
-"chacune de ces questions, car la scurit de votre ordinateur est\n"
-"importante.\n"
-"\n"
-"S'il vous plat, si vous n'utilisez par l'un de ces services,\n"
-"dsactivez-le. Vous pouvez changer cette configuration n'importe quand, en\n"
-"redmarrant cette application!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Utilisez-vous un serveur web sur cette machine, que vous avez besoin de\n"
-"rendre visible depuis tout l'internet? Si vous utilisez un serveur web\n"
-"pour seulement cette machine, vous pouvez rpondre NON ici.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Utilisez-vous un serveur de nom sur cette machine? Si vous n'avez pas\n"
-"configur un tel serveur pour donner des informations d'IP et de zone\n"
-"pour tout l'internet, veuillez rpondre NON.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Voulez-vous permettre les connexions scurises entrantes (par le\n"
-"protocole ssh)? C'est un remplacement de telnet que vous pouvez utiliser\n"
-"pour vous connecter sur une machine distante. Si vous utilisez telnet en\n"
-"ce moment, vous devriez vraiment passer ssh. telnet n'est pas encrypt\n"
-"-- par exemple des pirates peuvent voler votre mot de passe. ssh est\n"
-"encrypt et interdit les coutes clandestines (eavesdropping)."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Voulez-vous permettre les connexions entrantes en telnet?\n"
-"C'est trs dangereux, comme nous l'avons expliqu dans l'cran prcdent.\n"
-"Nous recommandons fortement de rpondre NON ici et d'utiliser ssh \n"
-"la place de telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Utilisez-vous un serveur FTP, que vous voulez visible depuis l'internet?\n"
-"Si c'est le cas, nous recommandons fortement de ne l'utiliser que\n"
-"pour les transferts en mode anonyme. Tous les mots de passe envoys\n"
-"par FTP peuvent tre vols par des pirates, car FTP n'utilise pas\n"
-"non plus d'encryption pour transfrer les mots de passe.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Utilisez-vous un serveur de mail (courrier lectronique)? Si vous\n"
-"envoyez des messages avec pine, mutt ou d'autres clients mail texte,\n"
-"vous en utilisez probablement un. Sinon, vous devriez rpondre NON.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Utilisez-vous un serveur POP ou IMAP? C'est utilis pour\n"
-"hberger des comptes mail qui ne sont pas bass sur des interfaces\n"
-"web.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Vous utilisez un noyau en version 2.2. Si votre adresse IP rseau est\n"
-"attribue automatiquement par un ordinateur sur votre rseau (adresse\n"
-"dynamique), nous avons besoin d'autoriser cela. Est-ce le cas?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Est-ce que l'heure de votre ordinateur est synchronise avec un\n"
-"autre ordinateur? La plupart du temps, c'est utilis par des\n"
-"socits de taille moyenne ou grande, bases sur Unix/Linux,\n"
-"pour synchroniser les heures de connexion, etc. Si vous ne\n"
-"faites pas partie d'une telle socit et n'avez pas entendu\n"
-"parler de ce problme, vous n'avez probablement pas besoin\n"
-"de ce service."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"La configuration est termine. Devons nous crire ces changements sur "
-"disque?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "chec de l'ouverture de %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "chec de l'ouverture de %s en criture: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Non, je n'ai pas besoin de DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Oui, j'ai besoin de DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Non, je n'ai pas besoin de NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Oui, j'ai besoin de NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Ne pas sauver"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Sauver et Quitter"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Assisatant de Configuration du Firewall"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Non (en bloquer l'accs depuis le rseau)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Oui (autoriser ceci traverser le firewall)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Veuillez patientez... Vrification des paquetages installs"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"chec lors de l'installation des paquetages ncessaires: %s et Bastille.\n"
-"Essayez de les installer manuellement."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Ordinateur rseau (client)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Serveur NFS, serveur SMB, serveur Proxy (mandataire), serveur SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Bureautique"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Station de travail Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Outils pour votre Palm Pilot ou votre Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Station de travail"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Routeur"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Serveur de Nom et serveur d'Information Rseau"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programmes pour la bureautique: traitements de texte (kword, abiword), "
-"tableurs (kspread, gnumeric), visualiseur pdf, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Outils audio: lecteurs mp3 ou midi, mixeurs, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Livres et Howto's sur Linux et le Logiciel Libre"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Station de travail KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - Vido"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Utilitaires pour le courrier lectronique, les news, le web, le transfert de "
-"fichiers, les discussions en ligne"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Base de Donnes"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Serveurs de bases de donnes PostgreSQL ou MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Outils pour faciliter la configuration de votre ordinateur"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - Son"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilitaires"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentation"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Utilitaires console"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Serveur de courrier Postfix, serveur de news Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimdia"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configuration"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Plus d'Environnements de Bureau (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"Le K Desktop Environement, l'environnement de bureau de base avec sa "
-"collection d'outils"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Environnement graphique"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache et Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Outils pour crer et graver des CDs"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Station de travail bureautique"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Serveur"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programmes de graphisme comme The gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-"Bibliothques de dveloppement C et C++, programmes et fichiers d'en-tte"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Serveur rseau"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Jeux"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Lecteurs et diteurs vido"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - Graphisme"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-"Programmes de divertissement: jeux d'arcade, de plateaux, de stratgie, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Ensemble d'outils pour lire ou envoyer des courriers lectronique (pine, "
-"mutt), des news (tin), et pour naviguer sur le Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivage, mulateurs, surveillance"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Gestion Financire"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Un environnement de bureau avec un ensemble d'applications et d'outils "
-"intuitifs"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clients pour diffrents protocoles dont ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Passerelle internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programmes pour jouer/diter du son et de la vido"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Autres Environnements de Bureau"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "diteurs, interprteurs, utilitaires fichiers, terminaux"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmes pour grer votre finance, comme gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Gestionnaire d'Information Personnel"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - Gravage de CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Applications scientifiques"
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
deleted file mode 100644
index 30649a12a..000000000
--- a/perl-install/share/po/ga.po
+++ /dev/null
@@ -1,11023 +0,0 @@
-# Irish translations for DrakX, the Mandrake Installer.
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Irish Linux Users Group <ilug@linux.ie>, 1999
-#
-# Credits where due:
-# Proinnsias Breathnach <breatpro@dublin.ml.com-nospam>
-# Donncha 'Caoimh <donncha.ocaoimh@tradesignals.com-nospam>
-# Barra 'Caoimh <Care of donncha.ocaoimh@tradesignals.com-nospam>
-# John McDonnell <johnmc@student.nuigalway.ie-nospam>
-# <Alastair McKinstry <mckinstry@computer.org>
-# Who've all contributed so far.
-# Proinnsias 16-Dec-1999
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 1999-12-16 10:33+0100\n"
-"Last-Translator: Proinnsias Breathnach <breatpro@dublin.ml.com>\n"
-"Language-Team: Gaeilge <ga@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Cumraigh gach cinn ar leith"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Cumraigh carta \"%s\" (%s) amhain"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Cumraochti gach cinn iolrach"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Carta Grafach"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Roghnaigh carta grafachach"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Roghnaigh freastala X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X freastala"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Roghnaigh freastala X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X freastala"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "Freastala XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s le luadghear crua-earra 3D"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "Freastala XFree %s le luasghear crua-earra 3D TRIALACH"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Cumraocht XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Roghnaigh an mid cuimhne at id' charta grafachach"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Roghnaigh cumraocht an freastala"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Roghnaigh scilen"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Scilen"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Rta athnuachana cothromnach"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Rta athnuachana ingearach"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Nl aon scilen cumraithe"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Nl aon carta grafachach cumraithe"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Nl aoin riteach cumraithe"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Trialaigh an cumraocht"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"bain trial as roinnt paraimadair a athr"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Tharla Earrid:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Ag al i %d siocand"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "An bhfuil seo ceart?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Tharla earrid, bain trial as roinnt paraimadair a athr"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Riteach"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Roghnaigh Riteach agus an mid dath"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Carta Grafach: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Freastala XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mr"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ceart go Leor"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Md Saineola"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Taispan gach ceann"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Riteacha"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Leagan amach eocharchlra: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Cinel luchg: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Gaireas luchige: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Scilen: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Scilen HorizSync: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Scilen VertRefresh: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Carta Grafach: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Carta Grafach: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Cuimhne grafach: %s kb\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, fuzzy, c-format
-msgid "Color depth: %s\n"
-msgstr "Scilen VertRefresh: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Riteacha: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Freastala XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Tiomna XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Ag ullmh cumraocht X-Windows"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Card a theastaonn uait a dhanamh?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Athraigh Scilen"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Athraigh carta grafach"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Athraigh cumraocht an freastala"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Athraigh Riteach"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Taispen Eolas"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Bain trial as ars"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "alaigh"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, fuzzy, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr "Coimead an cumraocht IP at ann"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X ag ts"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Is fidir linn do romhaire a shocr le X a thosn i ndhiadh bootil.\n"
-"An dteastaonn uait go dtosnfar X nuair a aththosntear an romhaire?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "irigh as le do thoil agus Crtl-Alt-BackSpace a sid"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 dath (8 giotin)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mle dath (15 giotin)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mle dath (16 giotin)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 millin dath (24 giotin)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 billin dath (32 giotin)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB n nos m"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Gnth VGA, 640x480 ag 60Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 ag 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Cinal 8514, 1024x768 ag 87 Hz Idirdhuillith (gan 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 ag 87 Hz Idirdhuillithe, 800x600 ag 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "SVGA Leathnaithe, 800x600 ag 60 Hz, 640x480 ag 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA Neamh-idirdhuillithe, 1024x768 ag 60 Hz, 800x600 ag 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA d'rd minicocht, 1024x768 ag 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Scilen ilmhinicocht a bhfuil in ann do 1280x1024 ag 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Scilen ilmhinicocht a bhfuil in ann do 1280x1024 ag 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Scilen ilmhinicocht a bhfuil in ann do 1280x1024 ag 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Scilen a bhfuil in ann do 1600x1200 ag 70Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Scilen a bhfuil in ann do 1600x1200 ag 76Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr ""
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr ""
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Roghnaigh rang feisti"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr ""
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Feisti LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO le chlr teacs"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO le Chlr Graphaice"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Bootil as DOS/Windows (loadin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Promhroghanna bootil"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Romhchlar Tosnaithe a sid "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Feisti cd tosnaithe"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Gaireas bootil"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compact"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compact"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Md fs"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr ""
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Pasfhocal"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Pasfhocal (ars)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Teorannaigh roghanna lne ord"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "teorannaigh"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Glan /tmp nuair a thosnaigh an coris"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr ""
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr ""
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Tabhair na Mid Cuimhne as MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Aththrialaigh"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "N mar a chile na pasfhocail"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Scal Tosn"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "OS Loiceadh?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Suim"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Crochnithe"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Athraigh"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Cn sort iontril a suimigh do"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "CO Eile (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "CO Eile (MunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "CO Eile (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Iomha"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Append"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lamh-Scrobh"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Table"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Baolach"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Lipad"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Gnth"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Mid-Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "GanBhide"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Scrios iontril"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Nl ceadaigh an lipad folamh ann"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Nl aon ranna agat!"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Is ann cheana don ainm sideora seo"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Fuair %s %s comhadan"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "An bhfuil ceann eile agat?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "An bhfuil comhadan %s agat?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nl"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "T"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Lemh an t-eolais crua-earra"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Ag feistil tiomana do %s, carta %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modl %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr ""
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr ""
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Cumraigh roghanna"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Roghachais modil:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr ""
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "T an pasfhocal seo ro-shimpl"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr ""
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Is ann cheana don ainm sideora seo"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Suimigh sideoir"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr ""
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "For ainm"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Ainm sideora"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Blaosc"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Dealbh"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Uath-Logann"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Is fidir linn do romhaire a shocr le X a thosn i ndhiadh bootil.\n"
-"An dteastaonn uait go dtosnfar X nuair a aththosntear an romhaire?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Roghnagih an sidoer gnes:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Roghnaigh an Bainistoir Fhuinneoga a ssd:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Gach Rud"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Suimigh sideoir"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Socraithe"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "Ag Tosnaigh CUPS"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Cealaigh"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr ""
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Bocht"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "rd"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "rd"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranid"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Roghnaigh liebhal slndil"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Roghnaigh liebhal slndil"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Roghnaigh cumraocht an freastala"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-# FIXME
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "File go GRUB, an roghnir Choris "
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr ""
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Deasc"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Clr Tosn"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Cumraocht Stl Tosn"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/C_omhad"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Comhad/_Ealu"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>E"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Scilen Stl Nua"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Scilen Tradisinta"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monatir Tradisinta Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Tosnaigh Aurora "
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Md Lilo/Grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Md Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Cumraigh"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Md Coras"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Ceart go Leor"
-
-#: ../../bootlook.pm_.c:229
-#, fuzzy, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Earrid ag oscailt %s do scrobh: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d noimaid"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 noimad"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d siocand"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "N fidir liom rann eile a cur isteach"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Fraince"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belgiris"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "Gearminis"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Greics"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Ioruais"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Amharc"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Iodlais"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "srathach"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Ligh go curamach"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Earrid"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Draodoir"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Roghnaigh gnomh"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"T rann mr FAT amhin agat.\n"
-"Molaim dhuit an rann sin a athmhad ar dts\n"
-"(roghnaigh an rann agus br ar \"Athmidigh\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Roghnaigh rann le do thoil"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Sonra"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Malairte"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Folamh"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Eile"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Cinel crais-comhadlanna"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Cruthaigh"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Cinel"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Scros"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Roghnaigh gnomh"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Cruthaigh rann nua"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Leas"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Lean ar aghaidh ar aon ns?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "alaigh gan sabhil"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "alaigh gan an clr-ranna a scrobh?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Glan gach ceann"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Eolas R-Phost"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "T na ranna profa uilig sidthe"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "N fidir liom rann eile a cur isteach"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Le breis ranna a bheith agat, dealaigh ceann amhin le bheith in ann "
-"rannsnithe a cruth"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Scriobh clr-ranna"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Scriobh clr-ranna"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Scriobh clr-ranna"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Roghnaigh Comhad"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Nl an mid canna ar an rann cltaca\n"
-"Lean ar aghaidh ar aon ns?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Rabhadh"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Cur diosca flapach sa dioscthiomant\n"
-"Caillfear gach sonra ar an dhiosca seo"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Ag iarraidh an clr-ranna a tarrthil"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Eolas R-Phost"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Roghnachais"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Athmidigh"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Bog"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formidigh"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Cur le RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Cur le LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Bain RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Bain RAID"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Athraigh RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Cruthaigh rann nua"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Teascn tosasch: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Mid i MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Cinel cras-comhadlanna:"
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Tosaocht: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Ag formidi comhad 'loopback' %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Athraigh cinel ranna"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Cn rann at uait?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Ag romhadh teorainn na crais-comhadlanna FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Ag athmad"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:614
-#, fuzzy
-msgid "All data on this partition should be backed-up"
-msgstr "caillfear gach sonra ar an rann seo"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Roghnaigh an mid nua"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Mid i MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Cn diosca ag a dteastaonn uait a bhogadh?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Teascn"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Cn tescn ag a dteastaonn uait a bhogadh?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Ag bogadh"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Ag bogadh rann..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Roghnaigh RAID at ann le mad"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nua"
-
-#: ../../diskdrake/interactive.pm_.c:714
-#, fuzzy
-msgid "Choose an existing LVM to add to"
-msgstr "Roghnaigh RAID at ann le mad"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "ainm LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "For ainm"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Roghachais modil:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "gaireas"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "leibhal"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "mid smutn"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Cn sort rann at ort?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Nl m sasta /boot a cruth comh fada sin isteach sa diosca, (ar sorcir > "
-"1024).\n"
-"M t t ag sid LILO n oibridh s, n nl /boot uait muna n-sideann t "
-"LILO"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"T an rann at roghnaithe agat don framh (/) suitithe i ndhiadh an 1024\n"
-"sorcir ar an dhiosca, agus nl aon rann /boot agat.\n"
-"M t t chun LILO a sid, beidh ort rann /boot a cruth ar ball."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Scrobhfar clr diosca %s go dhiosca!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Beidh ort an romhaire a aththosn sula ndanfar an athr"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Ag formidi"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Ag formidi comhad 'loopback' %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Ag formidi rann %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "teip ar 'mkraid'"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Cruthaigh rann nua"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Cruthaigh rann nua"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Riteacha: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Gaireas: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Litir Dioscthiomnt DOS: %s (buile faoi thuraim)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Cinel: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Ainm: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Ts: teascn %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Mid: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s teascin"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Sorcir %d go sorcir %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formidithe\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Neamhformidithe\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Rann tosaithe de ghnth\n"
-" (do thosn MS-DOS, n lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Leibhal %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Mid smutn %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Diosca RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Mid: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Cimseasamh: %s sorcir, %s ceann, %s teascn\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-#, fuzzy
-msgid "Info: "
-msgstr "Eolas"
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Diosca LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Cinal tabla rann: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "ar bhs %d, id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Roghnachais: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Cinel cras-comhadlanna:"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "N mar a chile na pasfhocail"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Athraigh cinel ranna"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Roghnaigh rann le do thoil"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "freastala DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "Formidi %s de %s teipithe"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "nl a fhios agam conas %s a formidi go %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simpl"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "Freastala"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr ""
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Earrid ag oscailt %s do scrobh: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Tharla earrid - n fhuaireadh aon gaireas ar a bhfadfa crais-comhadlanna "
-"nua a cruthu. Ba chir duit do chuid crua-earra a seiceil le cis an fadhb "
-"a aimsi"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nl aon ranna agat!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Cur isteach diosca sa dioscthiomant %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Earrid ag lamh comhad %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nl aon ranna malairte agat\n"
-"\n"
-"x1Lean ar aghaidh ar aon ns?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "sid sps saor"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:102
-#, fuzzy
-msgid "There is no existing partition to use"
-msgstr "Ag iarraidh an clr-ranna a tarrthil"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Cn rann a bhfuil t ag iarraidh sid mar rann framhach"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Roghnaigh an mid nua"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Mid i MB do Rhann Framhach:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Mid i MB do rhann malairte:"
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:130
-#, fuzzy
-msgid "Computing Windows filesystem bounds"
-msgstr "Ag romhadh teorainn na crais-comhadlanna FAT"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "rann %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Theip ar uathathmhad FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Glan diosca ina iomln"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Dealaigh Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "sid fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nl aon ranna agat!"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr "N fidir liom rann eile a cur isteach"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Theip ar rann: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Ag tosn suas an ghrasn"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Ag dnadh sos an ghreasn"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Ta earraid ann, nl a fhios agam conas a cheart.\n"
-"Lean ort, ar do phriacal fin."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Pointe taca dublach %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Filte go %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nl dioscthiomnt flapach ar fil"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Ag tosn ar cim `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Rann Feisti"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Roghn Grpa Pacist"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Mid iomln: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Paciste mcheart"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Ainm: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Leagan: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mid: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Tbhacht: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Feisti"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Sabhil ar dhiosca flapach"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Roghn Grpa Pacist"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Eirigh as Feisti"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Ag Feisti"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Ag meast"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Am fagtha "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Fan tamall, ag ullmhaigh feisti"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pacist"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Ag feistil paciste %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aontaigh"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Tarrthil"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Lean ar aghaidh ar aon ns?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Tharla earrid"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Ceadnas"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Eocharclr"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Cn leagan amach at ar d'eocharchlrsa"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Cn rann feisti at uait?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Feistii/Uadgrdaigh"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Feistigh n uasgrdaigh ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Molta"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Saineola"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Uasgrdaigh"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Roghn Grpa Pacist"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Gaireas luchige"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Cumraigh Crta PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Ag cumraigh IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nl aon ranna saora ann"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:357
-#, fuzzy, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ni fidir liom an tbla rainn a lamh, t mchaill ann :(\n"
-"Leanfaidh m orm ag ceal droch rainn"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Theip ar DiskDrake an tabla rainn a lamh i gceart.\n"
-"Lean ort, ar do phriacal fin!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Roghnaigh na ranna at le formidi"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rann Framhach"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Card an rann framhach (/) ded' chras?"
-
-#: ../../install_steps_interactive.pm_.c:411
-#, fuzzy
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Beidh ort an romhaire a aththosn sula ndanfar an athr"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Roghnaigh na ranna at le formidi"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Ag formidi ranna"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nil dothain spas malartu chun insealbhu, chuir leis an spas"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Ag curdach do na pacist at ar fil"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Ag crdach pacist le hasgrd"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Crochnaithe (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "osta (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Molta (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Aisig dhiosca flapach"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Aisig dhiosca flapach"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Roghn Grpa Pacist"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Cur isteach diosca sa dioscthiomant %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Sabhil ar dhiosca flapach"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Roghnaigh pacist a feisti ..."
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Fan tamall"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Ag Ullmhaigh feisti"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Ag feisteil paciste %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Cumraocht Iar-feist"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Cur isteach diosca sa dioscthiomant %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Cn ceann do chrois ama"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "An bhfuil an clog cruaearrach ar GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Freastala NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Scrios Freastala CUPS"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Gan Printir"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "An bhfuil ceann eile agat?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Coimri"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Luchg"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Am Cros"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printir"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Carta ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Carta Fuaim"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Carta Telefs"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Chomaid itil"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Socraigh pasfhocal root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Gan pasfhocal"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Deimni"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Deimni LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Freastala LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Deimni NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Fearannas NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Freastala NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Cead dioscthiomnt flapach"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Dara dioscthiomint flapach"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Scipeil"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Brn orm, nl aon dioscthiomnt flapach ar fil"
-
-#: ../../install_steps_interactive.pm_.c:1212
-#, fuzzy
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Roghnaigh na ranna at le formidi"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Cur isteach diosca sa dioscthiomant %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Ag Cruthaigh diosca thosnaithe"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Ag Ullmhaigh romhchlar thosnaithe"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-#, fuzzy
-msgid "Do you want to use aboot?"
-msgstr "Card a theastaonn uait a dhanamh?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Feistigh cd tosnaithe"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1354
-#, fuzzy
-msgid "Generate auto install floppy"
-msgstr "Cruthaigh flapach bootil"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Athldaigh"
-
-#: ../../install_steps_interactive.pm_.c:1364
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Roghn Grpa Pacist"
-
-#: ../../install_steps_newt.pm_.c:22
-#, fuzzy, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Feisti Linux-Mandrake %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu ar iarraidh"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Roghnaigh gnomh"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Ramhioaocht"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Fan tamall"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Eolas"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Droch rogha, aththrialaigh\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Do rogha? (gns %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Do rogha? (gns %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Roghnachais: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Card a theastaonn uait a dhanamh?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Do rogha? (gns %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Ceichs (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Gearminis"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spinis"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Fionlainnais"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francaigh"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Ioruais"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polainnais"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ruisls"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Marchlr UK"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Merchlr US"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgiris"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgiris"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgiris"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarisis"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Eilvis (Stl Ghearmnais)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Eilvis (Stl Francaigh)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Ceichs (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Gearminis (gach meachlr marbh)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danmharghais"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (Meirice)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Ioruais)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Meirice)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Eastinis"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Greics"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungrais"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Critis"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Iodlais"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Sepainis (106 eochair)"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Marchlr Chiris"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Mheirce Theas"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "it"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Risis (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Risis (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Risis (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slbaicis (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slbaicis (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Table"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Merchlr US"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Mearchlr US (idirnaisinta)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr ""
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Luchg - Sun"
-
-#: ../../mouse.pm_.c:32
-#, fuzzy
-msgid "Logitech MouseMan+"
-msgstr "Luchg Bus Logitech"
-
-#: ../../mouse.pm_.c:33
-#, fuzzy
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Mouse Gnth (PS/2)"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 Cnaipe"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Luchg 2-cnaipe Loiceadh"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Gnth"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rothar"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "srathach"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Luchg Gnth 3-cnaipe"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Luchg MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Luchg Logitech CC"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Luchg Logitech (srathach, san cinal C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 cnaip"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 cnaip"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "Ar bith"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Luchg ar bith"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Teastil an luchg, le do thoil"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr ""
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "BOG DO ROTHAR!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Fionnlainnis"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "An bhfuil seo ceart?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "sid dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "sid pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "sid pppoe"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Roghnaigh an clradan ghrasn"
-
-#: ../../network/ethernet.pm_.c:93
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "n fuaireathas crta grasn"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Cumraigh grasn"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "stAinm"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Draodir Cumraocht Grasn"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Mideam ISDN seantrach"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Carta ISDN inmhenamach"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Cumraocht Grasn"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "irigh as cumraocht"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Cumraigh ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Eorap (EDS11)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Trialaigh an cumraocht"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Cn cinal c at uait?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Nl fhos agam"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA/ PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Tobscoir"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Lean"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Cn sort carta ISDN at uait?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-#, fuzzy
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Roghanna 'Dialup'"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Ainm Nasc"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Uimhir fn"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Ainm Login:"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Script-bhunaithe"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Teirminal-bhunaithe"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Ainm Fearannas"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Cead Freastala DNS"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Dara Freastala DNS"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr "Cumraigh nasc ghrasn"
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Bainteach le hIdirlon"
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Cn diosca ag a dteastaonn uait a bhogadh?"
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Lean"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Cumraigh nasc ghrasn"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Cumraigh grasn"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Cumraigh nasc ghrasn"
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Cumraocht Grasn"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Roghnagih an sidoer gnes:"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Cumraigh nasc ghrasn"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Pointe taca dublach %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Cumraigh ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Nasc LAN"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy, c-format
-msgid "detected on interface %s"
-msgstr "Clradan Grasn"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Cumraigh nasc ghrasn"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Nasc LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Roghnaigh na ranna at le formidi"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Nasc Printir"
-
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Do you want to start the connection at boot?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Cumraocht Grasn"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Ag cumr glas grasn %s"
-
-#: ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr " (tiomint $module)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Seoladh IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr ""
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Uath-IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr ""
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "freastala DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gaireas na hInneal Geata"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Cumraigh seach-freastala"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Seach-HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Seach-FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr ""
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr ""
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../network/tools.pm_.c:40
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Cumraigh nasc ghrasn"
-
-#: ../../network/tools.pm_.c:50
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Cn diosca ag a dteastaonn uait a bhogadh?"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Cumraocht Idirlon."
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ na Carta"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Cuimhne Charta (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "I/A Carta"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "I/A_0 Carta"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "I/A_1 Carta"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-#, fuzzy
-msgid "Your personal phone number"
-msgstr "Uimhir fn"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Uimhir fn"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Roghanna Printir"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Roghanna Printir"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Roghnaigh mharchlr"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr ""
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Athraigh cinel ranna"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Ainm Nasc"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Pasfhocal"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr ""
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr ""
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Droch comhad chltaca"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Earridh ag scrobh comhad %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "riachtanas"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "tbhachtach"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "an-dheas"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "deas"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "b'fhidir"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Printir itil"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Scros Printir"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Scrios Freastala CUPS"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Scrios freastala lpd"
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Printir Grasn (lpd)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Freastala Printir"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Gaireas Printir (URI)"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Printir itil"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Scros Printir"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Earridh ag scrobh comhad %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modl %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP freastala SMP"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-#, fuzzy
-msgid " (Default)"
-msgstr "Gnth"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "cumraocht"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Scrios Freastala CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP freastala SMP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Poirt"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Cumraigh ADSL"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Gan Printir"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Printir itil"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "Pointe taca dublach %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Gaireas Printir (URI)"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Printir itil"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Gaireas Printir (URI)"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Ag feistil paciste %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Ag feistil paciste %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "stAinm"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Roghanna Printir SMB (Fuinneoga 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "freastala stann SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP freastala SMP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Comh. ainm"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grupa na hOibre"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Roghanna Printir NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Freastala Printir"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Roghanna Printir NetWare"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "stainm Printir"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "stainm Printir"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Gaireas Printir (URI)"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Ainm Printir"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Cuntas"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "it"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "An bhfuil seo ceart?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Nasc Printir"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Cn sort printir at ort?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Bain trial as ars"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Printir"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Uirlis gnth"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "stainm Printir"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Gan Printir"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Dn"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Ag dnadh sos an ghreasn"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Ag dnadh sos an ghreasn"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Roghanna Printir"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Gan Printir"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Cumraigh Printir"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Nasc Printir"
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Cumraigh grasn"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Nl aon scilen cumraithe"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Cumraigh grasn"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "rd"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranid"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Nasc Printir"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Cn rann at uait?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Cumraigh printir"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Ag feistil paciste %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Roghanna Printir"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Cumraigh printir"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "An dteastaonn uait printir a chumr?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Cldir"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Cumraigh grasn"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Luchg ar bith"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Nasc Printir"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "stainm Printir"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Scros Printir"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Printir itil"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Scros Printir"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Cumraigh seach-freastala"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Poirt"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "Logann"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "Pasfhocal"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Gan pasfhocal"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "N mar a chile na pasfhocail"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr ""
-
-#: ../../raid.pm_.c:111
-#, fuzzy, c-format
-msgid "Can't write file %s"
-msgstr "Earridh ag scrobh comhad %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "teip ar 'mkraid'"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr ""
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr ""
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Printir"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Idirlon"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Md Coras"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Scros Printir"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Freastala Printir"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Seirbish"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "ag rith"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "ag stoppadh"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Ar Ts"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Clr Tosn"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Teascn"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Trialaigh an cumraocht"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "suimiil"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Ilmhenach"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Forbairt"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Bainteach le hIdirlon"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Clradan Grasn"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "freastala stann SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Cluich"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Saineola"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "sainordaitheach"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Ag feistil paciste %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ni fidir liom an tbla rainn a lamh, t mchaill ann :(\n"
-"Leanfaidh m orm ag ceal droch rainn"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Earrid"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Cumraocht Iar-feist"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Cumraocht Stl Tosn"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Comhghairdeas!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Feisti"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Suimigh sideoir"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Ag formidi comhad 'loopback' %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Roghn Grpa Pacist"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Scrios ci"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Dealaigh Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Ainm sideora"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Teastil an luchg, le do thoil"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Aththrialaigh"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Aththrialaigh"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Gan pasfhocal"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Nasc LAN"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Nasc Printir"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Cn leagan amach at ar d'eocharchlrsa"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Roghnaigh rann le do thoil"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Teastil an luchg, le do thoil"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Clradan Grasn"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Ainm sideora"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Athraigh cumraocht an freastala"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Athraigh cumraocht an freastala"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Fan tamall"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Rothar"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Rothar"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Roghachais modil:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Cumraocht Grasn"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Socraigh cras chomhad"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Roghnachais"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Cumraocht Grasn"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Aisig dhiosca flapach"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Eile"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Feistigh cras"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Aisig comhad"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Aisig comhad"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Socraithe"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/C_idi"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Clr Tosn"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Aisig comhad"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Teacs"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Roghnaigh pacist ..."
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Droch comhad chltaca"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Sabhil i gcomhad"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Teastil an luchg, le do thoil"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Cumraocht Grasn"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Cumraocht Grasn"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "cumraocht"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "irigh as cumraocht"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Socraigh cras chomhad"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "Teip ag cuardach %s"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Crochnithe"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formadaigh flapach"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Ag Ullmhaigh feisti"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "teorannaigh"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formidigh ranna"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "irigh as cumraocht"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Roghnaigh na ranna at le formidi"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Oifig"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Tobscoir"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Printir"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Feistigh cras"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Roghnaigh Comhad"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Scros Printir"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Scal Tosn"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Nl aon gaireas ghreasn san do chors!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Feisti"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Nl aon gaireas ghreasn san do chors!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Eirigh as Feisti"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "suimiil"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nl aon gaireas ghreasn san do chors!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Clradan Grasn"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Nl aon scilen cumraithe"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Cumraigh ADSL"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP freastala SMP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:340
-#, fuzzy
-msgid "Configuring..."
-msgstr "Ag cumraigh IDE"
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:378
-#, fuzzy, c-format
-msgid "Problems installing package %s"
-msgstr "Ag feistil paciste %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Cumraocht Grasn"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ""
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-#, fuzzy
-msgid "Hostname: "
-msgstr "Ainm sideora"
-
-#: ../../standalone/draknet_.c:168
-#, fuzzy
-msgid "Internet access"
-msgstr "suimiil"
-
-#: ../../standalone/draknet_.c:181
-#, fuzzy
-msgid "Type:"
-msgstr "Cinel: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Inneal Geata:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-#, fuzzy
-msgid "Interface:"
-msgstr "suimiil"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Cumraigh grasn"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-#, fuzzy
-msgid "LAN configuration"
-msgstr "Cumraigh ADSL"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Tiomna"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Interface"
-msgstr "Clradan Grasn"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Clr Tosn"
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Cumraigh grasn"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Draodoir..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Trialaigh an cumraocht"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Ainm Nasc"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Not connected"
-msgstr "Cumraigh ADSL"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-#, fuzzy
-msgid "LAN Configuration"
-msgstr "cumraocht"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Nasc na hIdirlon agus cumraocht"
-
-#: ../../standalone/draknet_.c:597
-#, fuzzy
-msgid "Connection type: "
-msgstr "Athraigh cinel ranna"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Inneal Geata:"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr ""
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Bainteach le hIdirlon"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Eorap"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Athldaigh"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Eorap"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "srathach"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Cn leagan amach at ar d'eocharchlrsa"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Athraigh CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Comhad/_Nua"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Comhad/_Oscail"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Comhad/_Sbhil"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Comhad/Sbhil _Mar"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Comhad/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Roghanna"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Roghnachais/Teastil"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/C_idi"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Cidi/_Faoi..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Ainm sideora"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "scala"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "faigh"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Roghnachais"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Tg comhad"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Feilire"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Ag Parsil an comhad %s, fan tamall"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Cumraigh Lilo/Grub"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "scil"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "suimiil"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Ag formidi"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Cumraigh Idirlon"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Sbhil mar..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Cn cinal luchg at agat?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Roghnaigh carta grafachach"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Gaireas bootil"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "ag lemh cumraocht"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "ag lemh cumraocht"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Roghnaigh do theanga"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Roghnaigh rang feisti"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr ""
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Cumraigh luchg"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Roghnaigh mharchlr"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Slndil"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Socraigh cras chomhad"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formidigh ranna"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Roghnaigh pacist ..."
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Feistigh cras"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Suimigh sideoir"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Cumraigh grasn"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Cumraigh seirbhis"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Feistigh cd tosnaithe"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Cruthaigh an diosca "
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Cumraigh X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Feistigh cras"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Eirigh as Feisti"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Earrid ag oscailt %s do scrobh: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "ag lemh cumraocht"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Fan tamall, ag ullmhaigh feisti"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Greasan/FTP"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Printir Grasn (lpd)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Oifig"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Stisin Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Stisin Oibre"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Stisin KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Ilmhenach"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Sound"
-msgstr "Ilmhenach"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Documentation"
-msgstr "it"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Stisin Idirlon"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Stisin Ilmhenach"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "cumraocht"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Stisin Oibre"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Freastala"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Clradan Grasn"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Post/Nuacht/Groupware"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Stisin Cluich"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Ilmhenach"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Deasc Graphaic Eile"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - CD Burning"
-msgstr "Ilmhenach"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Stisin Oibre"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Tobscoir"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Ar bith"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Roghnagih an sidoer gnes:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Scros Printir"
-
-#~ msgid "Low"
-#~ msgstr "Bun"
-
-#~ msgid "Medium"
-#~ msgstr "Gnth"
-
-#, fuzzy
-#~ msgid "mount failed"
-#~ msgstr "teip ar 'mkraid'"
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Ilmhenach"
-
-#~ msgid "Boot mode"
-#~ msgstr "Md Bootil"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Saineola"
-
-#, fuzzy
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Bainteach le hIdirlon"
-
-#, fuzzy
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Cumraigh nasc ghrasn"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Cn diosca ag a dteastaonn uait a bhogadh?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Cn cinal luchg at agat?"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Eolas"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Stisin Gnome"
-
-#~ msgid "authentification"
-#~ msgstr "dar"
-
-#~ msgid "user"
-#~ msgstr "sideoir"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Cn cinal luchg at agat?"
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "alaigh"
-
-#~ msgid "Active"
-#~ msgstr "Gnomhach"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Nl"
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Gaireas na Printir itil"
-
-#~ msgid "Printer Device"
-#~ msgstr "Gaireas Printir"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Scrios Freastala CUPS"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Md Coras"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Eile"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Cn leagan amach at ar d'eocharchlrsa"
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Roghnaigh rann le do thoil"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Cinel: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Droch comhad chltaca"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Cumraigh X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Gaireas Printir"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Cealaigh"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Ceart go Leor"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Dn"
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "toot"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "Nasc Printir"
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "Cumraigh nasc ghrasn"
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#~ msgid "Total size: "
-#~ msgstr "Mid iomln: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Fan tamall, "
-
-#~ msgid "Total time "
-#~ msgstr "Am iomln "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Bain sid as an cumraocht X11 at ann?"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid "New"
-#~ msgstr "Nua"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Scros"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Roghnaigh rann le do thoil"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Dbhroch (%s), b nos cruinn\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (gns %s)"
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Do rogha? (gns %s sid `none' do ceann ar bith) "
-
-#, fuzzy
-#~ msgid "Do you want to restart the network"
-#~ msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "Rithlibheal Loiceadh"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Scrobh /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formidigh gach ceann"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "I ndhiadh na rann ar fad formidi,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "caillfear gach sonra ar na ranna"
-
-#~ msgid "Error reading file $f"
-#~ msgstr "Earrid ag lamh comhad $f"
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Ceichis (FIXME)"
-
-#, fuzzy
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Cumraigh nasc ghrasn"
-
-#~ msgid "Choose"
-#~ msgstr "Rogha"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Remote queue"
-#~ msgstr "Scrios ci"
-
-#~ msgid "Paper Size"
-#~ msgstr "Mid Pipir"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Roghanna tiomna Uniprint"
-
-#~ msgid "Name of queue"
-#~ msgstr "Ainm ci"
-
-#, fuzzy
-#~ msgid "Disable"
-#~ msgstr "Table"
-
-#, fuzzy
-#~ msgid "Enable"
-#~ msgstr "Table"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "Cumraocht Grasn"
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr "Bainteach le hIdirlon"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Bainteach le hIdirlon"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Bainteach le hIdirlon"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Bainteach le hIdirlon"
-
-#~ msgid "yellow pages"
-#~ msgstr "leathanaigh bu"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Cumraigh ADSL"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Roghnaigh Comhad"
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Cumraigh nasc ghrasn"
-
-#~ msgid "Configure..."
-#~ msgstr "Cumraigh..."
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "cumraocht"
-
-#, fuzzy
-#~ msgid "Boot style configuration"
-#~ msgstr "Trialaigh an cumraocht"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Cumraigh LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Cruthaigh flapach bootil"
-
-#~ msgid "Choice"
-#~ msgstr "Rogha"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Eile"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Ceisteanna eile"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Cead Freastala DNS"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Dara Freastala DNS"
-
-#, fuzzy
-#~ msgid "using module"
-#~ msgstr "Luchg ar bith"
-
-#, fuzzy
-#~ msgid "Development, Database"
-#~ msgstr "Forbairt"
-
-#, fuzzy
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Cn tescn ag a dteastaonn uait a bhogadh?"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Dan iarracht mideam a aimsi?"
-
-#, fuzzy
-#~ msgid "Configure local network"
-#~ msgstr "Cumraigh grasn"
-
-#, fuzzy
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Nasc na hIdirlon agus cumraocht"
-
-#, fuzzy
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr "T grasn lganta cumraithe cheana fin. An dteastaonn uait:"
-
-#, fuzzy
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "Cumraigh Crta PCMCIA"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Internet Tools"
-#~ msgstr "Uirlis Idirlon"
-
-#~ msgid "Development C/C++"
-#~ msgstr "Forbairt C/C++"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Cumraigh crios ama"
-
-#, fuzzy
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "Printir Grasn (lpd)"
-
-#, fuzzy
-#~ msgid "Enable num lock at startup"
-#~ msgstr "X ag ts"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Pasfhocal (ars)"
-
-#~ msgid "Gateway device:"
-#~ msgstr "Gaireas na hInneal Geata:"
-
-#~ msgid "default"
-#~ msgstr "gnth"
-
-#, fuzzy
-#~ msgid "What is your system used for?"
-#~ msgstr "Cn ceann do chrois ama"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "sid diskdrake"
-
-#~ msgid "Customized"
-#~ msgstr "Socraithe"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Bain sid as scilcomhad"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Bain sid as pasfhocail MD5"
-
-#~ msgid "Search"
-#~ msgstr "Cuardaigh"
-
-#~ msgid "Package"
-#~ msgstr "Paciste"
-
-#~ msgid "Tree"
-#~ msgstr "Crann"
-
-#~ msgid "Category"
-#~ msgstr "Saghas"
-
-#~ msgid "Installed packages"
-#~ msgstr "Pacist feisti"
-
-#~ msgid "Available packages"
-#~ msgstr "Pacist le fil"
-
-#~ msgid "Find Package"
-#~ msgstr "Cuardaigh Paciste"
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Directory"
-#~ msgstr "Eolaire"
-
-#~ msgid "Other countries"
-#~ msgstr "Tr Eile"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "mideim alcatel"
-
-#~ msgid "ECI modem"
-#~ msgstr "mideim ECI"
-
-#~ msgid "don't use pppoe"
-#~ msgstr "n sid pppoe"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (tbhachtach)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (an-dheas)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (deas)"
-
-#~ msgid "Czech"
-#~ msgstr "Ceichs"
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "Athchumraigh an grasn itil"
-
-#, fuzzy
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Bainteach le hIdirlon"
-
-#, fuzzy
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Bainteach le hIdirlon"
-
-#, fuzzy
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Bainteach le hIdirlon"
-
-#, fuzzy
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Bainteach le hIdirlon"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Uath-Riteach"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Uath-cuardaigh riteach"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "Feisti/Tarrthil"
-
-#~ msgid "Rescue"
-#~ msgstr "Tarrthil"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Luchg ADB Apple"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Luchg ADB Apple (2 Cnaip)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Luchg Apple ADB (3+ Cnaip)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Luchg USB Apple"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Luchg USB Apple (2 Cnaip)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Luchg USB Apple (3+ Cnaip)"
-
-#~ msgid "Generic Mouse (PS/2)"
-#~ msgstr "Mouse Gnth (PS/2)"
-
-#~ msgid "Logitech MouseMan/FirstMouse (ps/2)"
-#~ msgstr "Logitech MouseMan/FirstMouse (ps/2)"
-
-#~ msgid "ASCII MieMouse (PS/2)"
-#~ msgstr "ASCII MieMouse (PS/2)"
-
-#~ msgid "Genius NetMouse Pro (PS/2)"
-#~ msgstr "Genius NetMouse Pro (PS/2)"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "Luchg Bus ATI"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Luchg Bus Microsoft"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "Luchg USB (3 cnaip n nos m)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A n barr (srathach)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (srathach)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (srathach)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (srathach)"
-
-#~ msgid "Microsoft IntelliMouse (serial)"
-#~ msgstr "Microsoft IntelliMouse (srathach)"
-
-#~ msgid "Logitech MouseMan/FirstMouse (serial)"
-#~ msgstr "Logitech MouseMan/FirstMouse (srathach)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Luchg de gnth (srathach)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Microsoft n comhorinach (srathach)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Luchg 3-cnaipe de gnth (srathach)"
-
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse (srathach)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "Card a theastaonn uait a dhanamh?"
-
-#~ msgid "pump"
-#~ msgstr "pump"
-
-#~ msgid "dhcpxd"
-#~ msgstr "dhcpxd"
-
-#~ msgid "dhcp-client"
-#~ msgstr "dhcp-client"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Cn cinal luchg at agat?"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Rnscrobhach"
-
-#~ msgid "Configure LAN"
-#~ msgstr "Cumraigh LAN"
-
-#~ msgid "Show less"
-#~ msgstr "Taispan nos l"
-
-#~ msgid "Show more"
-#~ msgstr "Taispen nos mo"
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
deleted file mode 100644
index a0f63f21a..000000000
--- a/perl-install/share/po/gl.po
+++ /dev/null
@@ -1,12241 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999, 2000 Mandrakesoft.
-# Copyright (C) 2000 Jess Bravo lvarez.
-# Jos Manuel Cambre <asforber@asforber.com>, 1999
-# Jess Bravo lvarez <jba@pobox.com>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-06-08 18:14+0200\n"
-"Last-Translator: Jess Bravo lvarez (mdk) <jba@pobox.com>\n"
-"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-#, fuzzy
-msgid "Use Xinerama extension"
-msgstr "Usar deteccin automtica"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:249
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "lendo a configuracin"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Tarxeta grfica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Seleccione unha tarxeta grfica"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Escolla un servidor X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Escolla un servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Que configuracin de XFree quere usar?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"A sa tarxeta pode ter soporte de aceleracin 3D por hardware, pero s con\n"
-"XFree %s. A tarxeta est soportada por XFree %s, que pode ter un mellor\n"
-"soporte en 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"A sa tarxeta pode ter soporte de aceleracin 3D por hardware con XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s con aceleracin 3D por hardware"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"A sa tarxeta pode ter soporte de aceleracin 3D por hardware, pero s con\n"
-"XFree %s, ADVIRTA QUE ESTE SOPORTE EXPERIMENTAL E PODE COLGAR O SISTEMA."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s con aceleracin 3D por hardware EXPERIMENTAL"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"A sa tarxeta pode ter soporte de aceleracin 3D por hardware, pero s con\n"
-"XFree %s, ADVIRTA QUE ESTE SOPORTE EXPERIMENTAL E PODE COLGAR O SISTEMA.\n"
-"A sa tarxeta est soportada por XFree %s, que pode ter un mellor soporte en "
-"2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configuracin de XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Seleccione a cantidade de memoria da tarxeta grfica"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Escolla as opcins para o servidor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Escolla o monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Os dous parmetros crticos son a taxa de actualizacin vertical, que\n"
-"indica a frecuencia coa que a pantalla completa actualizada, e mis\n"
-"importante anda a taxa de sincronismo horizontal, que a\n"
-"frecuencia coa que se mostran as lias de barrido horizontal.\n"
-"\n"
-" MOI IMPORTANTE que non especifique un tipo de monitor cun intervalo\n"
-"de frecuencias de sincronismo superior capacidade real do seu monitor,\n"
-"xa que pode danalo.\n"
-"No caso de dbida, escolla unha configuracin conservadora."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Frecuencia de actualizacin horizontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Frecuencia de actualizacin vertical"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "O monitor non est configurado"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "A tarxeta grfica anda non est configurada"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Resolucins anda non escollidas"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Desexa probar a configuracin?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Aviso: probar esta tarxeta grfica pode colgar o ordenador"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Proba da configuracin"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"probe a cambiar algns parmetros"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ocorreu un erro:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Sando en %d segundos"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " esta a configuracin correcta?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Ocorreu un erro, probe a cambiar algns parmetros"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resolucin"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Escolla a resolucin e a profundidade de cor"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Tarxeta grfica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Servidor XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mis"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Aceptar"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modo experto"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Ver todo"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resolucins"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Disposicin do teclado: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipo de rato: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositivo do rato: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Frecuencia horizontal do monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Frecuencia vertical do monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Tarxeta grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Tarxeta grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memoria da tarxeta grfica: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Profundidade de cor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resolucin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Servidor XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Controlador de XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Preparando a configuracin de X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Qu desexa facer?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Mudar o monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Mudar a tarxeta grfica"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Mudar as opcins do servidor"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Mudar a resolucin"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mostrar informacin"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Probar de novo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Sar"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Manter os cambios?\n"
-"A configuracin actual :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Lanzar X11 arrincar"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Pdese configurar o seu ordenador para que entre automaticamente\n"
-"en X arrincar. Desexa que se execute X reiniciar?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Entre de novo en %s para activar os cambios"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Saia da sesin e use Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 cores (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil cores (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil cores (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 millns de cores (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 mil millns de cores (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB ou mis"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA estndar, 640x480 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatible 8514, 1024x768 a 87 Hz entrelazado (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 a 87 Hz entrelazado, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA estendido, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA non-entrelazado, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA alta-frecuencia, 1024x768 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Monitor multi-frecuencia soportando 1280x1024 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Monitor multi-frecuencia soportando 1280x1024 a 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Monitor multi-frecuencia soportando 1280x1024 a 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor soportando 1600x1200 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor soportando 1600x1200 a 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primeiro sector da particin de arranque"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primeiro sector do disco (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalacin do SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Onde quere instalar o cargador de arrinque?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalacin do LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO con men de texto"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO con men grfico"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Arrincar dende DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Opcins principais do cargador de arrinque"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Cargador de arrinque que usar"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalacin do cargador de arrinque"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dispositivo de arrinque"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (non funciona en BIOS antigas)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compacto"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compacto"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Modo de vdeo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Retardo antes de arrincar a imaxe por omisin"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Contrasinal"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Contrasinal (de novo)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Restrinxir opcins da lia de comandos"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "restrinxir"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Baleirar /tmp en cada arrinque"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Tamao exacto de memoria se for necesario (atopronse %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Activar perfs mltiples"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Indicar o tamao da memoria en MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"A opcin ``restrinxir opcins da lia de comandos'' non ten sentido sen "
-"contrasinal"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Tente de novo"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Os contrasinais non coinciden"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Mensaxe inicial"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Permitir o arrinque de CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "SO por omisin?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Estas son as diferentes entradas.\n"
-"Pode engadir algunhas mis ou cambiar as que xa existen."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Engadir"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Feito"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modificar"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Que tipo de entrada desexa engadir?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Outros SO (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Outros SO (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Outros SO (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Imaxe"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Raz"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Agregar"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lectura-escritura"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tboa"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Inseguro"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etiqueta"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Por omisin"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr ""
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Quitar entrada"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Etiqueta baleira non permitida"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Debe ter unha particin de intercambio"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Esta etiqueta xa se est a usar"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s interfaces %s atopadas"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Ten algunha outra?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Ten algunha interface %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Non"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Si"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Mire a informacin sobre o hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalando o controlador para a tarxeta %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(mdulo %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Que controlador de %s desexa probar?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Nalgns casos, o controlador de %s necesita informacin extra\n"
-"para funcionar correctamente, anda que normalmente funcione sen ela.\n"
-"Desexa especificar informacin extra para o controlador ou deixar que el\n"
-"analice o seu equipo e atope a informacin que necesita? s veces,\n"
-"analizar o equipo pode provocar que se pare, pero non debera\n"
-"causar ningn dano."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Autodeteccin"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Especificar as opcins"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Aqu deben ir as diferentes opcins para o mdulo %s.\n"
-"As opcins son da forma nome=valor nome2=valor2 ....\n"
-"Por exemplo pode ter io=0x300 irq=7"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opcins do mdulo:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Fallo o cargar o mdulo %s\n"
-"Desexa retentalo con outros parmetros?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s xa foi engadido)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Este contrasinal demasiado simple"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Indique o nome de usuario"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "O nome de usuario (login) s debe conter letras, nmeros, '-' e '_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Este nome de usuario xa est engadido"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Engadir usuario"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Introduza un usuario\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aceptar usuario"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nome real"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nome de usuario"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Login automtico"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Pdese configurar o ordenador para que se autentique automaticamente\n"
-"como un usuario. Se non quere usar esta caracterstica, prema o botn\n"
-"cancelar."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Escolla o usuario por defecto:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Escolla o xestor de fiestras para executar:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Escolla a lingua que desexe usar."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Pode escoller outras linguas que estarn dispoibles trala instalacin"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Todas"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Engadir usuario"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personalizado"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS iniciando"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Este paquete ten que ser actualizado\n"
-"Est seguro de que quere deseleccionalo?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Benvida s crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Pobre"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Estndar"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoico"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Este nivel hai que usalo con coidado. Fai que o seu sistema sexa mis\n"
-"sinxelo de utilizar, pero moi sensible: non debe usarse nunha mquina\n"
-"conectada a outras ou Internet. Non hai contrasinais de acceso."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Os contrasinais estn activados, pero o uso como ordenador de rede anda\n"
-"non se recomenda."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Esta a seguridade recomendada para un ordenador usado para conectar\n"
-" Internet como cliente. Agora hai ms comprobacins de seguridade."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Con este nivel de seguridade, posible usar este sistema coma servidor.\n"
-"A seguridade agora alta dabondo para usar o sistema coma un servidor\n"
-"que acepta conexins de mltiples clientes."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Tmanse caractersticas do nivel 4, pero agora o sistema est completamente\n"
-"pechado. As caractersticas de seguridade estn mximo nivel."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Escola o nivel de seguridade"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Establecendo o nivel de seguridade"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Escolla as opcins para o servidor"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Benvido ao %s, o selector de sistema operativo!\n"
-"\n"
-"Escolla un sistema operativo na lista de enriba, ou\n"
-"agarde %d segundos para que se arrinque o sistema por defecto.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Benvido ao GRUB, o selector de sistemas operativos!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use as teclas %c e %c para seleccionar a entrada marcada."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Prema enter para arrincar o SO seleccionado, 'e' para editar os"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "comandos antes de arrincar, ou 'c' para a lia de comandos."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "A entrada marcada arrincarase automaticamente en %d segundos."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "non hai espacio dabondo en /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Escritorio"
-
-# Manter o '' en iso-8859-1
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Men Inicio"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Onde quere instalar o cargador de arrinque?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "axuda anda non implementada.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configuracin do estilo de arrinque"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Ficheiro"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Ficheiro/_Sar"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Monitor"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Mudar o monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Modo de marcacin"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Modo de arrinque"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-#, fuzzy
-msgid "Configure"
-msgstr "Configurar as X"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Lanzar o sistema X-Window iniciar"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Non, non quero login automtico"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Si, quero login automtico con este (usuario, escritorio)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Aceptar"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "non se pode abrir /etc/inittab para lectura: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutos"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuto"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d segundos"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Non posible engadir mis particins"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Pode escoller outras linguas que estarn dispoibles trala instalacin"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francia"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belga"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "Alemn"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grego"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Noruegus"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Mirar"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Italiano"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "serie"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Faga primeiro unha copia de seguridade dos seus datos"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lea coidadosamente!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Se ten pensado usar aboot, tea coidado de deixar un espacio libre (2048\n"
-"sectores abondan) no inicio do disco"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Erro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Axudante"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Escolla a accin"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Ten unha particin FAT grande\n"
-"(xeralmente usada por Microsoft Dos/Windows).\n"
-"Aconsllase que primeiro a redimensione\n"
-"(prema nela, e logo en \"Redimensionar\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Prema nunha particin"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalles"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "mount fallou"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Intercambio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Baleiro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Outros"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipos de sist. de ficheiros:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Crear"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Use ``%s'' no seu lugar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Borrar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Use ``Desmontar'' primeiro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-" mudar o tipo da particin %s, perderanse tdolos datos desta particin"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Escolla a accin"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Crear unha nova particin"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Mudar a modo experto"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Mudar a modo normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Refacer"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Continuar de calquera xeito?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Sar sen gardar"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Sar do programa sen gardar a tboa de particins?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Desexa probar a configuracin?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Asignacin automtica"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Borrar todas"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Informacin do correo"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Tdalas particins primarias estn usadas"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Non posible engadir mis particins"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Para ter mis particins, borre unha para poder crear unha particin "
-"estendida"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Escribir tboa de particins"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Tboa de particins de rescate"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Tboa de particins de rescate"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Tboa de particins de rescate"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Automonta-las unidades extrables"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Seleccione un ficheiro"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"A tboa de particins de rescate non ten\n"
-"o mesmo tamao. Continuar de calquera xeito?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Advertencia"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Insira un disquete na unidade\n"
-"Perderanse tdolos datos no disquete"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Tentando recuperar a tboa de particins de rescate"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Informacin do correo"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Punto de montaxe"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcins"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Redimensionar"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Desprazar"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatar"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Engadir RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Engadir LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Quitar do RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Quitar do LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modificar o RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Usar para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Crear unha nova particin"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sector inicial: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Tamao en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipo de sist. de ficheiros: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punto de montaxe: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferencia: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatando o ficheiro loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Mudar o tipo de particin"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Qu sistema de ficheiros desexa?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Onde desexa montar o ficheiro loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Onde desexa montar o dispositivo %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Non se pode quitar o punto de montaxe porque esta particin estase a\n"
-"usar de loopback.\n"
-"Quite primeiro o loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Calculando os lmites do sistema de ficheiros FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Redimensionando"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Esta particin non se pode redimensionar"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Debera facer unha copia de seguridade dos datos desta particin"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-" redimensionar a particin %s, perderanse tdolos datos desta particin"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Escoller o novo tamao"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Tamao en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "A que disco desexa desprazala?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "A que sector desexa desprazala?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Desprazando"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Desprazando particin..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Escolla un dos RAID para engadirlle"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "novo"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Escolla un dos LVM para engadirlle"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nome do LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Esta particin non pode usarse para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nome do ficheiro loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Nome real"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "O ficheiro xa est a ser usado por outro loopback, escolla outro"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "O ficheiro xa existe. Usalo?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Opcins do mdulo:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dispositivo"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivel"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "tamao do bloque de datos"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Tea coidado: esta operacin perigosa."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Qu tipo de particionamento quere?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Desculpe, mais non se pode crear o directorio /boot tan lonxe no disco\n"
-"(nun cilindro > 1024). Se usa o LILO, non funcionar, e se non o\n"
-"usa, non necesita /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"A particin que escolleu para usar como raz (/) est fisicamente ubicada\n"
-"despois do cilindro 1024 do disco duro, e non ten particin /boot.\n"
-"Se pensa usar o selector de SO de arrinque LILO, lembre engadir unha\n"
-"particin /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Seleccionou unha particin RAID software como raz (/).\n"
-"Non hai ningn cargador de arrinque que funcione deste xeito sen unha\n"
-"particin /boot.\n"
-"Lembre polo tanto engadir unha particin /boot"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Escribirase disco a tboa de particins da unidade %s!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Necesitar reiniciar o equipo para que a modificacin sexa tomada en conta"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr " formatar a particin %s, perderanse tdolos datos desta particin"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatando"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatando o ficheiro loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatando a particin %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid fallou"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Non hai espacio libre dabondo para asignar novas particins"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Non hai espacio libre dabondo para asignar novas particins"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Resolucin: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dispositivo: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Letra de unidade DOS: %s (aproximacin)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipo: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nome: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Inicio: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Tamao: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectores"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindro %d a cilindro %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Non formatado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Ficheiro(s) loopback: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Particin de arrinque por omisin\n"
-" (para arrincar en MS-DOS, non para lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivel %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Tamao do bloque de datos %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discos RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nome do ficheiro loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Tamao: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Xeometra: %s cilindros, %s cabezas, %s sectores\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discos LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipo de tboa de particins: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "no bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcins: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Tipo de sist. de ficheiros: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Este contrasinal demasiado simple (ten que ter polo menos %d caracteres)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Os contrasinais non coinciden"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Mudar o tipo de particin"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Prema nunha particin"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Servidor DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "O formato %s de %s fallou"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Descocese o xeito de formatar %s de tipo %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "erro desmontando %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simple"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servidor"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Non pode usar JFS para particins mis pequenas que 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Non pode usar ReiserFS para particins mis pequenas que 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Os puntos de montaxe deben empezar por /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Xa existe unha particin co punto de montaxe %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Non pode usar un volume lxico LVM para o punto de montaxe %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Este directorio debera permanecer dentro do sistema de ficheiros raz"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Necesita un sistema de ficheiros real (ext2, reiserfs) para este punto de "
-"montaxe\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Non pode usar un volume lxico LVM para o punto de montaxe %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Non hai espacio libre dabondo para asignar novas particins"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Erro abrir %s para escritura: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Ocorreu un erro - non se atopou ningn dispositivo vlido para crear novos "
-"sistemas de ficheiros. Verifique o seu equipo para ver a razn deste problema"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Non ten ningunha particin!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Agora poder escoller que servicios quere que sexan arrincados inicio.\n"
-"Cando o seu rato pasa por riba dun elemento, unha pequena axuda aparecer\n"
-"describindo o cometido do servicio.\n"
-"\n"
-"Sexa especialmente coidadoso neste paso se pretende utiliza-la sa mquina\n"
-"coma un servidor: probablemente non querer iniciar servicios que non "
-"precisa."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Neste punto, ten que escoller onde quere instalar o sistema operativo\n"
-"Mandrake Linux no disco duro. Se est baleiro, ou se hai outro sistema\n"
-"ocupando todo o espacio dispoible, ter que particionalo. Basicamente,\n"
-"particionar un disco duro consiste en dividilo loxicamente para crear o\n"
-"espacio para instalar o seu novo sistema Mandrake Linux.\n"
-"\n"
-"\n"
-"Como os efectos do proceso de particionamento son normalmente "
-"irreversibles,\n"
-"o particionamento pode intimidar e resultar estresante para un usuario\n"
-"non experimentado.\n"
-"Este axudante simplifica o proceso. Antes de continuar, consulte o\n"
-"manual e tome o seu tempo.\n"
-"\n"
-"\n"
-"Necesita polo menos das particins. Unha para o propio sistema operativo\n"
-"e a outra para a memoria virtual (tamn chamada Intercambio ou Swap).\n"
-"\n"
-"\n"
-"Se as particins xa foron definidas (nunha instalacin previa ou con outra\n"
-"ferramenta de particionamento), simplemente ter que escoller cales delas\n"
-"usar no seu sistema Linux.\n"
-"\n"
-"\n"
-"Se as particins anda non foron definidas, ter que crealas. Para facelo,\n"
-"use o axudante dispoible enriba. Dependendo da configuracin do seu disco\n"
-"duro, hai varias solucins dispoibles:\n"
-"\n"
-"* Usar a particin existente: o axudante detectou unha ou mis particins de "
-"Linux existentes no seu disco duro. Se\n"
-" quere mantelas, escolla esta opcin.\n"
-"\n"
-"\n"
-"* Borrar o disco completo: Se quere borrar tdolos datos e tdalas "
-"particins existentes no disco duro e substitulas\n"
-" polo seu novo sistema Mandrake Linux, pode escoller esta opcin. Tea "
-"coidado con esta solucin, xa que non poder\n"
-" reverter o proceso despois de confirmar.\n"
-"\n"
-"\n"
-"* Usar o espacio libre na particin de Windows: se Microsoft Windows est "
-"instalado no seu disco duro e ocupa todo o espacio\n"
-" dispoible, ten que crear espacio libre para o Linux. Para facelo, pode "
-"borrar a particin de\n"
-" Microsoft Windows e os datos (mire \"Borrar o disco completo\" ou as "
-"solucins do \"Modo experto\"), ou redimensionar\n"
-" a particin de Microsoft Windows. O redimensionamento pdese realizar sen "
-"perda de datos. Esta solucin \n"
-" a recomendada se quere usar Mandrake Linux e Microsoft Windows no mesmo "
-"ordenador.\n"
-"\n"
-"\n"
-" Antes de escoller esta solucin, advirta que o tamao da sa particin de "
-"Microsoft Windows\n"
-" ser mis pequeno do que agora. Isto significa que ter menos espacio "
-"libre en Microsoft Windows para\n"
-" almacenar os seus datos ou instalar novo software.\n"
-"\n"
-"\n"
-"* Modo experto: se quere particionar manualmente o seu disco duro, pode "
-"escoller esta opcin. Tea coidado\n"
-" escoller esta solucin. potente pero moi perigosa. Pode perder os seus "
-"datos moi facilmente. Polo tanto,\n"
-" non a escolla a menos que saiba o que est a facer."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Por favor, sexa paciente. Esta operacin pode levar varios minutos."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Escolla \"Instalar\" se non hai ningunha versin previa de Mandrake Linux\n"
-"instalada ou se quere usar varios sistemas operativos.\n"
-"\n"
-"\n"
-"Escolla \"Actualizar\" se quere actualizar unha versin xa instalada de\n"
-"Mandrake Linux.\n"
-"\n"
-"\n"
-"Dependendo do seu coecemento de GNU/Linux, pode escoller un dos seguintes\n"
-"niveis para instalar ou actualizar o seu sistema operativo Mandrake Linux:\n"
-"\n"
-"* Recomendada: se nunca instalou un sistema operativo GNU/Linux, escolla\n"
-"isto. A instalacin ser moi\n"
-" sinxela e apenas se lle preguntarn unhas poucas cuestins.\n"
-"\n"
-"\n"
-"* Personalizada: se ten familiaridade dabondo con GNU/Linux, pode escoller o "
-"uso principal (estacin de traballo,\n"
-" servidor, desenvolvemento) do seu sistema. Ter que responder a mis "
-"cuestins que na clase de instalacin\n"
-" \"Recomendada\", polo que necesitar saber como funciona GNU/Linux para "
-"escoller esta opcin.\n"
-"\n"
-"\n"
-"* Experto: se ten un bo coecemento de GNU/Linux, pode escoller esta clase "
-"de instalacin. Do mesmo xeito que en\n"
-" \"Personalizada\", poder escoller o uso principal (estacin de traballo, "
-"servidor, desenvolvemento). Tea\n"
-" moito coidado escoller este nivel. Vaille permitir facer unha "
-"instalacin altamente personalizada.\n"
-" Responder algunhas cuestins pode ser moi difcil se non ten un bo "
-"coecemento de GNU/Linux. Polo tanto, non\n"
-" escolla esta clase de instalacin a menos que saiba o que est a facer."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Seleccione o porto correcto. Por exemplo, o porto\n"
-"COM1 en MS Windows chmase ttyS0 en GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (O LInux LOader) e Grub son cargadores de arrinque: poden arrincar\n"
-"Linux ou outro sistema operativo presente no seu ordenador.\n"
-"Normalmente, estes outros sitemas son detectados correctamente e "
-"instalados.\n"
-"Se non o caso, pode engadir unha entrada a man nesta pantalla. Sexa\n"
-"coidadoso na escolla dos parmetros correctos.\n"
-"\n"
-"\n"
-"Tamn pode non querer dar acceso a eses outros sitemas operativos a "
-"calquera,\n"
-"poidendo borrar as entradas correspondentes. Pero neste caso, precisar\n"
-"un disquete de arrinque para poder usalos."
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Debe indicar onde desexa poer a informacin\n"
-"necesaria para arrincar Linux.\n"
-"\n"
-"\n"
-"A menos que sepa exactamente o que fai, elixa sempre\n"
-"\"Primeiro sector do disco (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Insira un disquete formatado con FAT na unidade %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Para usar esta seleccin de paquetes gardada, arrinque a instalacin con "
-"``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Erro lendo o ficheiro %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Algn hardware do seu ordenador necesita controladores ``propietarios''\n"
-"para funcionar. Pode atopar mis informacin sobre eles en: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Ten que ter unha particin raz.\n"
-"Para iso, faga unha particin (ou prema nunha que xa exista).\n"
-"Entn escolla a accin ``Punto de montaxe'', e ascieo a `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Debe ter unha particin de intercambio"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Non dispn de particin de intercambio\n"
-"\n"
-"Desexa continuar de calquera xeito?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Debe ter unha particin de intercambio"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Usar espacio libre"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Non hai espacio libre dabondo para asignar novas particins"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Usar particin existente"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Non hai ningunha particin existente para usar"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Usar a particin de Windows para loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Que particin desexa usar para Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Escolla os tamaos"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Tamao da particin raz en MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Tamao da particin de intercambio en MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Usar o espacio libre da particin de Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Que particin desexa redimensionar?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Calculando os lmites do sistema de ficheiros de Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"O redimensionador de FAT non capaz de manexar a sa particin,\n"
-"ocorreu o seguinte erro: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"A particin de Windows est demasiado fragmentada, execute primeiro o "
-"``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"AVISO!\n"
-"\n"
-"O DrakX vai agora redimensionar a particin de Windows. Tea coidado:\n"
-"esta operacin perigosa. Se anda non o fixo, debera executar primeiro\n"
-"o scandisk no Windows (e opcionalmente o defrag), e reiniciar a "
-"instalacin.\n"
-"Tamn aconsellable facer unha copia de seguridade dos seus datos.\n"
-"Cando estea seguro, prema Aceptar."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Que tamao desexa manter para o Windows en"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "particin %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "O redimensionamento da FAT fallou: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Non hai particins FAT para redimensionar ou para usar como loopback (ou non "
-"hai espacio libre dabondo)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Borrar o disco completo"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Borrar Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Ten mis dunha unidade de disco duro, en cal delas desexa instalar linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Perderanse TODAS as particins existentes e os seus datos na unidade %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Particionamento de disco personalizado"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Usar fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Pode agora particionar %s.\n"
-"Cando remate, non esqueza gravar usando `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Non ten espacio libre dabondo na particin de Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Non se pode atopar espacio para a instalacin"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "O axudante de particionamento do DrakX atopou as seguintes solucins:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "O particionamento fallou: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Activando a rede"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Desactivando a rede"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Ocorreu un erro, e o programa non sabe como manexalo de\n"
-"maneira limpa. Contine seu propio risco."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Punto de montaxe %s duplicado"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Algns paquetes importantes non se instalaron correctamente.\n"
-"A unidade de cdrom ou o cdrom estn defectuosos.\n"
-"Comprobe o cdrom nun ordenador xa instalado usando \"rpm -qpl Mandrake/RPMS/"
-"*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Benvido a %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ningunha disqueteira dispoible"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Entrando na etapa '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"O seu sistema ten poucos recursos. Pode que tea algn problema\n"
-"instalando Mandrake Linux. Se iso acontece, pode tentar unha instalacin\n"
-"en modo texto. Para iso, prema 'F1' cando arrinque o CDROM, e escriba\n"
-"'text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Clase de instalacin"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Escolla unha das seguintes clases de instalacin:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "O tamao total dos grupos que seleccionou aproximadamente %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Se quere instalar menos deste tamao,\n"
-"seleccione a porcentaxe de paquetes que desexe.\n"
-"\n"
-"Unha porcentaxe baixa instalar s os paquetes mis importantes;\n"
-"unha porcentaxe dun 100%% instalar tdolos paquetes seleccionados."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Ten espacio no seu disco para unicamente o %d%% destes paquetes.\n"
-"\n"
-"Se desexa instalar menos ca isto,\n"
-"seleccione a porcentaxe de paquetes que quere instalar.\n"
-"Unha porcentaxe baixa instalar s os paquetes mis importantes;\n"
-"unha porcentaxe de %d%% instalar tdolos paquetes posibles."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Vostede poder escollelos mis especificamente na seguinte etapa."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Porcentaxe de paquetes a instalar"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Seleccin dos grupos de paquetes"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Seleccin individual de paquetes"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Tamao total: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Paquete errneo"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nome: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versin: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Tamao: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importancia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Non pode seleccionar este paquete xa que non hai espacio dabondo para "
-"instalalo"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Vanse instalar os seguintes paquetes"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Vanse eliminar os seguintes paquetes"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Non pode seleccionar/deseleccionar este paquete"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Este un paquete obrigatorio, non se pode deseleccionar"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Non pode deseleccionar este paquete. Xa est instalado"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Este paquete ten que ser actualizado\n"
-"Est seguro de que quere deseleccionalo?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Non pode deseleccionar este paquete. Ten que ser actualizado"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Gardar nun disquete"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Gardar a seleccin de paquetes"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Desinstalar"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Escolla os paquetes que desexa instalar"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalando"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Estimando"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tempo restante "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Por favor, agarde, preparando a instalacin"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paquetes"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalando o paquete %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aceptar"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Rexeitar"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Mude o Cd-Rom!\n"
-"\n"
-"Por favor, insira o Cd-Rom etiquetado \"%s\" na unidade e prema Aceptar. Se "
-"non o ten, prema Cancelar para omitir a instalacin deste Cd-Rom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Seguir adiante?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Houbo un erro ordenar os paquetes:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Houbo un erro instalar os paquetes:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ocorreu un erro"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Desexa reiniciar a rede?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Acordo da licencia"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Teclado"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Escolla a disposicin do seu teclado."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Esta a lista completa de teclados dispoibles"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Qu clase de instalacin desexa?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalar/Actualizar"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " isto unha instalacin ou unha actualizacin?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recomendada"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Experto"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Actualizacin"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Gardar a seleccin de paquetes"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Escolla o seu tipo de rato."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Porto do rato"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Escolla o porto serie onde est conectado o seu rato."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Configurando tarxetas PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Configurando o IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "ningunha particin dispoible"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Examinando as particins para atopar os puntos de montaxe"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Seleccione os puntos de montaxe"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Non se pode ler a tboa de particins, est demasiado deteriorada :(\n"
-"Pdese probar baleirando as particins errneas (Perderanse TODOS os "
-"datos!).\n"
-"A outra solucin impedir que o DrakX modifique a tboa de particins.\n"
-"(o erro %s)\n"
-"\n"
-"Concorda coa perda de tdalas particins?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"O DiskDrake non puido ler correctamente a tboa de particins.\n"
-"Contine seu propio risco!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Elixa as particins que desexa formatar"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Particin raz"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Cal a particin raz (/) do seu sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Necesita reiniciar o equipo para que a modificacin da tboa\n"
-"de particins se tome en conta"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Elixa as particins que desexa formatar"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Comprobar os bloques errneos?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatando as particins"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Creando e formatando o ficheiro %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Non hai espacio de intercambio dabondo para finalizar a instalacin,\n"
-"por favor, engada algn"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Buscando os paquetes dispoibles"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Atopando os paquetes para actualizar"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"O seu sistema non ten espacio libre dabondo para a instalacin ou "
-"actualizacin (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Completo (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Mnimo (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recomendado (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Restaurar a partir dun disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Restaurar a partir dun disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Seleccin dos grupos de paquetes"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Insira un disquete na unidade %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Gardar nun disquete"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Elixa o paquete a instalar"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Agarde"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Se ten tdolos CDs na lista inferior, prema Aceptar.\n"
-"Se non ten ningn deses CDs, prema Cancelar.\n"
-"Se s faltan algns dos CDs, desmrqueos, e prema Aceptar."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom etiquetado \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Preparando a instalacin"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalando o paquete %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configuracin trala instalacin"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Insira un disquete na unidade %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Insira un disquete baleiro na unidade %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Vostede ter agora a posibilidade baixar programas de criptografa.\n"
-"\n"
-"AVISO:\n"
-"\n"
-"Por mor de requirimentos xerais aplicables a estes programas, e impostos\n"
-"por varias xurisdiccins, o cliente e/ou o usuario final destes programas "
-"ten\n"
-"que se asegurar de que as leis da sa xurisdiccin lle permiten baixar,\n"
-"almacenar e/ou usar estes programas.\n"
-"\n"
-"Ademais, o cliente e/ou o usuario final ten que ter especial coidado en non\n"
-"infrinxi-las leis da sa xurisdiccin. Se o cliente e/ou o usuario final "
-"non\n"
-"respeta estas leis aplicables, incorrer en sancins graves.\n"
-"\n"
-"De ningn xeito Mandrakesoft nin os seus fabricantes e/ou provedores sern\n"
-"responsables de danos especiais, indirectos ou incidentais, sexan o que "
-"foren\n"
-"(incluindo, pero non limitando a, perda de beneficios, interrupcin dos\n"
-"negocios, perda de datos comerciais e outras perdas pecuniarias, e nas\n"
-"eventuais responsabilidades e indemnizacins a seren pagadas por decisin\n"
-"dun tribunal) procedentes do uso, posesin, ou simplemente o feito de "
-"baixar\n"
-"este software, cal o cliente e/ou o usuario final tivese eventualmente\n"
-"acceso despois de asinar este acordo.\n"
-"\n"
-"Para calquera pregunta acerca de este acordo, por favor pase en contacto "
-"con\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Contactando co espello para obter a lista dos paquetes dispoibles"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Escoller un espello do que coller os paquetes"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Contactando co espello para obter a lista dos paquetes dispoibles"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Cal a sa zona horaria?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "O reloxo interno do seu ordenador usa a hora GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Sen impresora"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Ten algunha outra?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Resume"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Rato"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Zona horaria"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Impresora"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Tarxeta RDSI"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Tarxeta de son"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Tarxeta de TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Usar NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Impresora local"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Contrasinal de root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Sen contrasinal"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Este contrasinal demasiado simple (ten que ter polo menos %d caracteres)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autenticacin"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autenticacin"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Servidor"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Autenticacin NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Dominio NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-#, fuzzy
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Un disco de arrinque personalizado dlle a posibilidade de arrincar o seu\n"
-"equipo baixo Linux sen depender do cargador de arrinque normal. Isto pode "
-"ser\n"
-"til se non desexa instalar LILO (ou grub) no seu sistema, ou se outro "
-"sistema\n"
-"operativo o borra ou se LILO non funciona coa configuracin do seu equipo.\n"
-"Un disco de arrinque personalizado tamn pode ser usado coa imaxe de "
-"rescate\n"
-"de Mandrake, facendo as moito mis fcil a recuperacin no caso de fallo\n"
-"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?"
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primeira unidade de disquete"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Segunda unidade de disquete"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Omitir"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Un disco de arrinque personalizado dlle a posibilidade de arrincar o seu\n"
-"equipo baixo Linux sen depender do cargador de arrinque normal. Isto pode "
-"ser\n"
-"til se non desexa instalar LILO (ou grub) no seu sistema, ou se outro "
-"sistema\n"
-"operativo o borra ou se LILO non funciona coa configuracin do seu equipo.\n"
-"Un disco de arrinque personalizado tamn pode ser usado coa imaxe de "
-"rescate\n"
-"de Mandrake, facendo as moito mis fcil a recuperacin no caso de fallo\n"
-"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Desculpe, pero non hai ningunha disqueteira dispoible"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Escolla a disqueteira que quere usar para crear o disco de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Insira un disquete na unidade %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Creando o disco de arrinque"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Preparando o cargador de arrinque"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Desexa usar aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Erro instalando aboot, \n"
-"probar a forzar a instalacin mesmo se iso destre a primeira particin?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Cargador de arrinque"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "A instalacin do xestor de arrinque fallou. Ocorreu o seguinte erro:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Insira un disquete baleiro na unidade %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Creando un disquete de auto-instalacin"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Algunhas das etapas non foron completadas.\n"
-"\n"
-"Desexa realmente sar agora?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Noraboa, a instalacin rematou.\n"
-"Quite o disco de arrinque da unidade e prema [enter] para reiniciar.\n"
-"\n"
-"\n"
-"Para informacin sobre parches dispoibles para esta versin\n"
-"de Mandrake Linux, consulte o ficheiro de erratas dispoibles en\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Para informacin sobre a configuracin do seu sistema, despois\n"
-"da instalacin, hai un captulo na Gua do Usuario Oficial\n"
-"de Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Xerar disquete de auto-instalacin"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"A auto-instalacin pode ser moi automatizada se as\n"
-"se desexa, nese caso adquirir o control do disco duro\n"
-"(isto vale para a instalacin noutro equipo).\n"
-"\n"
-"Pode preferir realizar novamente a instalacin.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatizada"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Reproducir"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Gardar a seleccin de paquetes"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalacin de Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> entre elementos | <Space> escoller | <F12> seguinte "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "falla o kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Escolla a accin"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanzado"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Agarde, por favor"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandir rbore"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Pechar rbore"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Mudar entre lista completa e ordenada por grupos"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Eleccin incorrecta, tente de novo\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "A sa escolla? (por omisin %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "A sa escolla? (por omisin %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opcins: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Desexa usar aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "A sa escolla? (por omisin %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Checo (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Alemn"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Teclado dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Espaol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finlands"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francs"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Noruegus"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polaco"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ruso"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Sueco"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Britnico"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Estadounidense"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Iraniano"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenio (antigo)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenio (mquina de escribir)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenio (fontico)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaian (latn)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armenio (fontico)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Blgaro"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasileiro (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorruso"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Suzo (alemn)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Suzo (francs)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Checo (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Alemn (sen teclas acentuadas)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dinamarqus"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (EUA)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noruegus)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (EUA)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonio"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Xeorxiano (\"ruso\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Xeorxiano (\"latino\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grego"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hngaro"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israel"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israel (Fontico)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraniano"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islands"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiano"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Xapons de 106 teclas"
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Britnico"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinoamericano"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituano AZERTY (antigo)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituano AZERTY (novo)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituano \"ringleira de nmeros\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituano \"fontico\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Localizacin"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedonio"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holands"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polaco (disposicin qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polaco (disposicin qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugus"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadiano (Qubec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Ruso (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Ruso (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Ruso (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Esloveno"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Eslovaco (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Eslovaco (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbaian (cirlico)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tboa"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Teclado Thai"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Teclado Thai"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turco (tradicional modelo \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turco (moderno modelo \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ucrano"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Estadounidense (internacional)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"ringleira de nmeros\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Iugoslavo (latn/cirlico)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Puntos de montaxe circulares %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Quitar primeiro os volumes lxicos\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Rato Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Rato de roda PS2 xenrico"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 botn"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Rato de 2 botns xenrico"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Xenrico"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Roda"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serie"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Rato de 3 botns xenrico"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Rato Logitech (serie, antigo tipo C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 botns"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botns"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ningn"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Ningn rato"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Probe o seu rato"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Para activar o rato,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVA A RODA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Finalizar"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Seguinte ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Anterior"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr " isto correcto?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Conectar Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"O xeito mis habitual de conectar con adsl con pppoe.\n"
-"Algunhas conexins usan pptp, e algunhas usan dhcp.\n"
-"Se non o sabe con certeza, escolla 'usar pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "usar dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "usar pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "usar pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Que cliente dhcp desexa usar?\n"
-"Por omisin o dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Non se detectou ningn adaptador de rede ethernet no seu sistema.\n"
-"Non se pode configurar este tipo de conexin."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Escolla a interface de rede"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Escolla o adaptador de rede que desexa usar para conectar Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "non se atopou ningunha tarxeta de rede"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Configurando a rede"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Introduza o nome da sa mquina se o coece.\n"
-"Algns servidores DHCP precisan o nome da mquina para funcionar.\n"
-"Este nome debe ser completamente cualificado,\n"
-"como ``miamaquina.meulab.miacomp.es''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nome de mquina"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Axudante da configuracin de rede"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Mdem RDSI externo"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Tarxeta RDSI interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Que tipo de conexin RDSI ten?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Detectouse unha configuracin de firewall!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Detectouse unha configuracin de firewall!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configuracin da RDSI"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Seleccione o seu provedor.\n"
-" Se non est na lista, escolla 'Unlisted'"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protocolo de arrinque"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Resto do mundo"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Resto do mundo \n"
-" sen canle-D (lias dedicadas)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Qu protocolo desexa usar?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Qu tipo de tarxeta ten?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Non sei"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Se ten unha tarxeta ISA, os valores na seguinte pantalla deberan ser os "
-"correctos.\n"
-"\n"
-"Se ten unha tarxeta PCMCIA, ten que coecer a irq e a e/s da tarxeta.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Abortar"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Cal a sua tarxeta RDSI?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Detectouse unha Tarxeta RDSI PCI, pero se descoece o tipo. Seleccione unha "
-"tarxeta PCI na seguinte pantalla."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Non se atopou ningunha tarxeta RDSI PCI. Seleccione unha na prxima pantalla."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Escolla o porto serie onde est conectado o seu mdem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opcins de chamada"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nome da conexin"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Nmero de telfono"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID do login"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Baseado nun script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Baseado nun terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nome de dominio"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primeiro Servidor DNS (opcional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Segundo Servidor DNS (opcional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Pode desconectar ou reconfigurar a sa conexin."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Pode reconfigurar a sa conexin."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Est neste intre conectado internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Pode conectar Internet ou reconfigurar a sa conexin."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Non est neste intre conectado Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Conectar"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "conexin por RDSI"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Configurar a rede"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Conexin e configuracin de Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Pode desconectar ou reconfigurar a sa conexin."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Pode desconectar ou reconfigurar a sa conexin."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configuracin da rede"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Como est a facer unha instalacin de rede, esta xa est configurada.\n"
-"Prema Aceptar para manter a configuracin, ou Cancelar para reconfigurar a "
-"conexin de rede e Internet.\n"
-
-#: ../../network/netconnect.pm_.c:165
-#, fuzzy
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Conexin Internet\n"
-"\n"
-"Vaise configurar a sa conexin internet/rede.\n"
-"Se non quere usar a deteccin automtica, desmarque a caixa.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Escolla o perfil para configurar"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Usar deteccin automtica"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detectando os dispositivos..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Conexin normal por mdem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detectado no porto %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "conexin por RDSI"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detectouse %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Conexin LAN"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detectouse na interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Conexin por cable"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Conexin por cable"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Conexin LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "tarxeta(s) ethernet detectada(s)"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Elixa a ferramenta que queira usar"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Comparticin da conexin Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Desexa que a conexin se inicie arrincar?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configuracin da rede"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Desexa reiniciar a rede?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Noraboa. A configuracin da rede e de internet est rematada.\n"
-"\n"
-"Agora vai ser aplicada seu sistema.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Tras facer iso, aconsllase reiniciar o sistema X para\n"
-"evitar os problemas de mudar o nome de mquina."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"AVISO: Este dispositivo foi configurado previamente para conectar "
-"Internet.\n"
-"Simplemente acepte para manter o dispositivo configurado.\n"
-"Se modifica os campos de embaixo, subsituir esta configuracin."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Introduza o enderezo IP desta mquina, por favor.\n"
-"Cada valor ten que ser introducido coma un enderezo IP en\n"
-"notacin decimal con puntos (por exemplo: 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Configurar o dispositivo de rede %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (controlador %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Enderezo IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Mscara de rede"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP automtico"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Introduza o nome da sa mquina.\n"
-"Ese nome debe ser un nome completamente cualificado,\n"
-"como ``miamaquina.meulab.miacomp.es''.\n"
-"Pode tamn introducir o enderezo IP da pasarela se usa unha"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Servidor DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dispositivo de pasarela"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configuracin dos proxys"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "O proxy debera ser http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "O proxy debera ser ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configuracin de Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Quere probar agora a conexin Internet?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Probando a conexin..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "O sistema est conectado Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Semella que o sistema non est conectado internet.\n"
-"Probe reconfigurando a conexin."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configuracin da conexin"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Encha ou marque os campos de embaixo"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ da tarxeta"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memoria da tarxeta (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "E/S da tarxeta"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "E/S_0 da tarxeta"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "E/S_1 da tarxeta"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "O seu nmero de telfono persoal"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nome do provedor (p.ex provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Nmero de telfono do provedor"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Dns 1 do provedor (opcional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Dns 2 do provedor (opcional)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Escoller teclado"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Modo de marcacin"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Tipo de conexin: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Tipo de conexin: "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Login da conta (nome de usuario)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Contrasinal da conta"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "mount fallou: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "As particins estendidas non estn soportadas nesta plataforma"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Ten un burato na tboa de particins, pero non se pode usar.\n"
-"A nica solucin desprazar as particins primarias para que\n"
-"o burato est despois das particins estendidas"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Fallou a restauracin a partir do ficheiro %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Erro escribindo ficheiro %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Est a acontecer algo grave coa sa unidade.\n"
-"A proba para verificar a integridade dos datos fallou.\n"
-"Isto significa que calquera escritura no disco producir lixo aleatorio"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "debe telo"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "importante"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "moi bo"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bo"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "indiferente"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Impresora local"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Impresora remota"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Servidor lpd remoto"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Impresora de rede (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Impresora SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Servidor de impresin"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "URI do dispositivo de impresin"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Impresora local"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Impresora remota"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Erro escribindo ficheiro %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(mdulo %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP do servidor CUPS"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Por omisin)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Seleccin da conexin da impresora"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Como est conectada a impresora?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Cun servidor CUPS remoto, non ter que configurar aqu\n"
-"ningunha impresora, xa que sern detectadas automaticamente.\n"
-"No caso de dbida, seleccione \"Servidor CUPS remoto\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Configuracin da LAN"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "O nmero de porto debe ser numrico"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP do servidor CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Porto"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Configuracin do estilo de arrinque"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Detectando os dispositivos..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Probar portos"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Sen impresora"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Impresora local"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Usar deteccin automtica"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "detectouse %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "URI do dispositivo de impresin"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Impresora local"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Escolla o porto serie onde est conectado o seu mdem."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "URI do dispositivo de impresin"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Configuracin"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instalando o paquete %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instalando o paquete %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opcins da impresora remota lpd"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Para utilizar unha fila de impresin remota lpd, necesario\n"
-"que indique o nome do servidor de impresin e o nome da fila\n"
-"nese servidor."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Nome do servidor"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Nome do servidor"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Nome do servidor"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opcins de impresora SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Para imprimir nunha impresora SMB, necesario escribir o\n"
-"nome do servidor SMB (que non sempre o mesmo que o nome de\n"
-"mquina TCP/IP) e posiblemente o enderezo IP do servidor de\n"
-"impresoras, ademais necesario o nome do recurso compartido\n"
-"da impresora que quere usar, as como calquera nome de usuario,\n"
-"grupo de traballo ou contrasinal que for necesario."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Servidor de SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP do servidor SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nome de recurso compartido"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grupo de traballo"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opcins de impresora NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Para imprimir nunha impresora NetWare, necesario escribir o nome\n"
-"do servidor de impresin NetWare (que non sempre o mesmo que\n"
-"o nome de mquina TCP/IP), ademais do nome da fila de impresin\n"
-"que desexa usar, as como calquera nome de usuario ou contrasinal\n"
-"que for necesario."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Servidor de impresin"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nome da fila de impresin"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opcins da impresora de socket"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Para imprimir nunha impresora de socket, ten que fornecer\n"
-"o nome do servidor da impresora, e opcionalmente o nmero do porto."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Servidor de impresin"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Servidor de impresin"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI do dispositivo de impresin"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nome da impresora"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Descricin"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Localizacin"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr " isto correcto?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Conexin da impresora"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Qu tipo de impresora ten?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Configuracin de Internet"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Configuracin de Internet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Desexa probar a impresin?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Probar portos"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Si, imprimir ambas pxinas de proba"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Impresora"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Ferramentas estndar"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Imprimindo pxina(s) de proba..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Imprimindo pxina(s) de proba..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Imprimindo pxina(s) de proba..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Imprimindo pxina(s) de proba..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"A(s) pxina(s) de proba environse servidor de impresin.\n"
-"Pode que lle leve un pouco ata que a impresora comece.\n"
-"Estado da impresin:\n"
-"%s\n"
-"\n"
-"Funciona correctamente?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"A(s) pxina(s) de proba environse servidor de impresin.\n"
-"Pode que lle leve un pouco ata que a impresora comece.\n"
-"Funciona correctamente?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Sen impresora"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Rato"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Desactivando a rede"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Desactivando a rede"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Opcins da impresora"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Configuracin de Internet"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Sen impresora"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Configurar a impresora"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Probando a conexin..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Configurar a rede"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "O monitor non est configurado"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Configurando a rede"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Que sistema de impresin desexa usar?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Alto"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoico"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Que sistema de impresin desexa usar?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Seleccin da conexin da impresora"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Que sistema de impresin desexa usar?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configurar impresora"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instalando o paquete %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opcins da impresora"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Configurar impresora"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Desexa configurar unha impresora?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Estas son as filas de impresin.\n"
-"Pode engadir unha nova ou cambiar as que xa existen."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Estas son as filas de impresin.\n"
-"Pode engadir unha nova ou cambiar as que xa existen."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Configurar a rede"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Desexa probar a configuracin?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Configuracin de Internet"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Desexa probar a configuracin?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Comparticin da conexin Internet"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Conexin da impresora"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Imprimindo pxina(s) de proba..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Desexa probar a configuracin?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Impresora remota"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Impresora local"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Desexa reiniciar a rede?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Lendo a base de datos de controladores de CUPS..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Configuracin dos proxys"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Porto"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "O proxy debera ser http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "O nmero de porto debe ser numrico"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "O proxy debera ser ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Login automtico"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Contrasinal"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Sen contrasinal"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Os contrasinais non coinciden"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Non se pode engadir unha particin RAID _formatado_ md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Non se pode escribir o ficheiro %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid fallou"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid fallou (pode que non estean as raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Non hai particins dabondo para o nivel RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, un xestor de comandos peridicos."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd sase para monitorizar o estado da batera e rexistralo a travs do\n"
-"syslog. Tamn pode usarse para apagar a mquina cando a batera est baixa."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Executa os comandos programados polo comando at hora indicada cando\n"
-"se executou at, e lanza comandos de lotes cando a carga media baixa\n"
-"dabondo."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"O cron un programa estndar de UNIX que executa programas especificados\n"
-"polo usuario en datas peridicas programadas. O vixie cron engade algunhas\n"
-"caractersticas cron bsico de UNIX, incluindo mellor seguridade e\n"
-"opcins de configuracin mis potentes."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM engade soporte para o rato s aplicacins de texto de Linux, como\n"
-"o Midnight Commander. Tamn permite operacins de cortar e pegar co rato\n"
-"na consola, as como incle soporte para mens."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache un servidor de World Wide Web. sase para servir ficheiros HTML\n"
-"e CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"O daemon superservidor de internet (usualmente chamado inetd) lanza varios\n"
-"outros servicios de internet cando se precisan. o responsable de iniciar\n"
-"moitos servicios, inclundo telnet, ftp, rsh, e rlogin. Desactivando inetd\n"
-"desactvanse tdolos servicios de internet dos que responsable."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Este paquete carga o mapa de teclado seleccionado en /etc/sysconfig/"
-"keyboard.\n"
-"Este pode escollerse usando a utilidade kbdconfig. Debera deixar isto\n"
-"activado para a maiora dos sistemas."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd o daemon de impresin requirido para que o lpr funcione\n"
-"correctamente. basicamente un servidor que distribe os traballos de\n"
-"impresin (s) impresora(s)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) un servidor de nomes de dominio (DNS), que se emprega\n"
-"para converter os nomes de mquinas a enderezos IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monta e desmonta tdolos puntos de montaxe de sistemas de\n"
-"ficheiros de Rede (NFS), SMB (Lan Manager/Windows) e NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activa/desactiva tdalas interfaces de rede configuradas para\n"
-"seren activadas no arrinque."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS un protocolo popular para compartir ficheiros a travs de redes TCP/"
-"IP.\n"
-"Este servicio fornece funcionalidade de servidor NFS, que se configura co\n"
-"ficheiro /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS un protocolo popular para compartir ficheiros a travs de\n"
-"redes TCP/IP. Este servicio fornece funcionalidade de bloqueo de ficheiros."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"O soporte PCMCIA normalmente para cousas como ethernet e mdems en\n"
-"porttiles. Non ser arrincado ata que non estea configurado de xeito\n"
-"que non haxa problemas telo instalado en mquinas que non o precisan."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"O portmapper xestiona as conexins RPC, que son usadas por protocolos\n"
-"como NFS e NIS. O servidor portmap ten que estar a se executar en mquinas\n"
-"que actan de servidores de protocolos que usan o mecanismo RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix un axente de transporte de correo (MTA), que o programa\n"
-"que move o correo dunha mquina a outra."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Garda e restaura o estado da entropa do sistema para unha xeracin\n"
-"de nmeros aleatorios de calidade."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"O daemon routed permite actualizacins automticas da tboa de\n"
-"encamiamento IP mediante o protocolo RIP. Mentres RIP se usa amplamente\n"
-"en redes pequenas, outros protocolos mis complexos de encamiamento\n"
-"precsanse para redes mis complexas."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"O protocolo rstat permite s usuarios dunha rede obter\n"
-"mtricas de rendemento de calquera mquina desa rede."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"O protocolo rusers permite s usuarios dunha rede identificar quen\n"
-"est conectado noutras mquinas activas."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"O protocolo rwho permite que os usuarios remotos obtean unha lista de\n"
-"tdolos usuarios conectados a unha mquina que est a executar o daemon\n"
-"rwho (similar finger)."
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "Lanzar o sistema X-Window iniciar"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"O syslog o mtodo que usan moitos daemons para rexistrar mensaxes\n"
-"nos diversos ficheiros de rexistro do sistema. unha boa idea executar\n"
-"sempre o syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Executa e para o Servidor de Fontes X arrincar e apagar."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Escolla os servicios que deben ser lanzados no arrinque do sistema"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Impresora"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Mouse Systems"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Opcins da impresora remota lpd"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Bases de datos"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "dispositivo"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "a se executar"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "parado"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servicios e daemons"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Non hai informacin adicional\n"
-"sobre este servicio, desculpe."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr " arrincar"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Estado:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sector"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Resto do mundo"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Acceso Internet"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grficos"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desenvolvemento"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Centro de control"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Interface de rede"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Servidor de SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Xogos"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Experto"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "obrigatorio"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalando o paquete %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Non se pode ler a tboa de particins, est demasiado deteriorada :-(\n"
-"Probarase a ir poendo en branco as particins errneas"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Erro"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Configuracin trala instalacin"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Configuracin do estilo de arrinque"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Noraboa!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalar"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Engadir usuario"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatando o ficheiro loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Seleccin dos grupos de paquetes"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Eliminar fila"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows(FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Usuarios"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Probe o seu rato"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Tente de novo"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Tente de novo"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Sen contrasinal"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Conexin LAN"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Seleccin da conexin da impresora"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Escolla a disposicin do seu teclado."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Prema nunha particin"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Probe o seu rato"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Interface de rede"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Nome de usuario"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Escolla a lingua que desexe usar."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Usar optimizacins de disco duro"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Usar optimizacins de disco duro"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Agarde"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Roda"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Roda"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Opcins do mdulo:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Configuracin da rede"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Sistemas de ficheiros"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-#, fuzzy
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr "Ficheiros:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-#, fuzzy
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr "Ficheiros:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opcins"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Escolla o porto serie onde est conectado o seu mdem."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Configuracin da rede"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Escolla o seu tipo de rato."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Restaurar a partir dun disquete"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Escolla o seu tipo de rato."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Outros"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalar sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Restaurar a partir dun ficheiro"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Restaurar a partir dun ficheiro"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Personalizado"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Axuda"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Anterior"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Estado:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Restaurar"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Texto"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Seleccionar paquetes"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Escolla a lingua que desexe usar."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Escolla a lingua que desexe usar."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Escolla a lingua que desexe usar."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Ficheiro de backup incorrecto"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Gardar nun ficheiro"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Probe o seu rato"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Escolla os paquetes que desexa instalar."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Configuracin da rede"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Configuracin da rede"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Configuracin da LAN"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Configuracin da LAN"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Sistemas de ficheiros"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Fallou a instalacin do %s. Ocorreu o erro seguinte:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s non atopado"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "feito"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formatar disquete"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Preparando a instalacin"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "restrinxir"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "restrinxir"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatar particins"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Desinstalando os RPMs"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Configuracin da LAN"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Punto de montaxe"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Elixa as particins que desexa formatar"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Office"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Abortar"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Impresora"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instalar sistema"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Seleccione un ficheiro"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Impresora remota"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Mensaxe inicial"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Non hai ningn adaptador de rede no seu sistema!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalar"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Non hai ningn adaptador de rede no seu sistema!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Sar da instalacin"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Comparticin da conexin Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "A comparticin da conexin Internet est activada"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"A configuracin da comparticin da conexin Internet xa foi feita.\n"
-"Actualmente est activada.\n"
-"\n"
-"Que desexa facer?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "desactivar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "reconfigurar"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Desactivando os servidores..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "A comparticin da conexin Internet est agora desactivada."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "A comparticin da conexin Internet est desactivada"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"A configuracin da comparticin da conexin Internet xa foi feita.\n"
-"Actualmente est desactivada.\n"
-"\n"
-"Que desexa facer?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "activar"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Activando os servidores..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "A comparticin da conexin Internet est agora activada."
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Est a piques de configurar o seu ordenador para que comparta a conexin "
-"Internet.\n"
-"\n"
-"Nota: necesita un adaptador de rede dedicado para configurar unha rede de "
-"rea local (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (usando o mdulo %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interface %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Non hai ningn adaptador de rede no seu sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Non se detectou ningn adaptador de rede ethernet no seu sistema. Execute a "
-"ferramenta de configuracin de hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interface de rede"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"S hai un adaptador de rede configurado no seu sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Vaise configurar a rede de rea local usando ese adaptador."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Escolla o adaptador de rede que vai estar conectado rede de rea local."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "O monitor non est configurado"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Configuracin do estilo de arrinque"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Configuracin de Internet"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP do servidor CUPS"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Atopouse un conflicto potencial de enderezos da LAN na configuracin actual "
-"de %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Detectouse unha configuracin de firewall!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Atencin! Detectouse unha configuracin de firewall existente. Pode que "
-"tea que facer algn arranxo manual trala instalacin."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Configurando..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Configurando os scripts, instalando o software, iniciando os servidores..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemas instalando o paquete %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Xa est todo configurado.\n"
-"Agora pode compartir a conexin Internet con outros ordenadores da rede de "
-"rea local, usando a configuracin automtica de rede (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-#, fuzzy
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"A configuracin da comparticin da conexin Internet xa foi feita.\n"
-"Actualmente est desactivada.\n"
-"\n"
-"Que desexa facer?"
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"A configuracin da comparticin da conexin Internet xa foi feita.\n"
-"Actualmente est activada."
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "A comparticin da conexin Internet est activada"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Conexin e configuracin de Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configuracin de rede (%d adaptadores)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Perfil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Borrar perfil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Perfil para borrar:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Novo perfil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nome de mquina: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Acceso Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipo:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Pasarela:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Estado:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configurar o acceso Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configuracin da LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Controlador"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocolo"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Estado"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configurar a rede de rea local..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Axudante..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Por favor, agarde... Aplicando a configuracin"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Non conectado"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-#, fuzzy
-msgid "Disconnect..."
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configuracin da LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptador %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocolo de arrinque"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Iniciado o arrincar"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Activar"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Activar"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configuracin da conexin Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configuracin da conexin Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipo de conexin: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parmetros"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Pasarela"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Tarxeta Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Establecendo o nivel de seguridade"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centro de control"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Elixa a ferramenta que queira usar"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Canadiano (Qubec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islands"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "serie"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uso: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Escolla a disposicin do seu teclado."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Quere que a tecla de Borrar devolva Suprimir na consola?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Mude o Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-#, fuzzy
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Por favor, insira o Cd-Rom de instalacin na unidade e prema Aceptar.\n"
-"Se non o ten, prema Cancelar para evitar a actualizacin "
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-#, fuzzy
-msgid "logdrake"
-msgstr "draknet"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Ficheiro/_Novo"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Ficheiro/_Abrir"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>A"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Ficheiro/_Gardar"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>G"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Ficheiro/Gardar _como"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "Ficheiro/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcins"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcins/Proba"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/A_xuda"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Axuda/_Acerca..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Nome de usuario"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Mensaxe inicial"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "Mquina:"
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr "Mquina:"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Configuracin da LAN"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "shadow"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "interesante"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatando"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Configuracin"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Gardar como..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Escolla o seu tipo de rato."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "non se atopou ningn serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emular o terceiro botn?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Seleccione unha tarxeta grfica"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Dispositivo de arrinque"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "lendo a configuracin"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "lendo a configuracin"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Escoller a lingua"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Clase de instalacin"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detectar discos duros"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configurar o rato"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Escoller teclado"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Sistemas de ficheiros"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatar particins"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Seleccionar paquetes"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalar sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Engadir usuario"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configurar a rede"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configurar servicios"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Cargador de arrinque"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Crear disquete de arrinque"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configurar as X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalar sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Sar da instalacin"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Adaptador %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Erro abrir %s para escritura: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "lendo a configuracin"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Por favor, agarde, preparando a instalacin"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Ordenador de rede (cliente)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Estacin de traballo Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Ferramentas para o seu Palm Pilot ou o seu Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Estacin de traballo"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Encamiador"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programas de oficina: procesadores de texto (kword, abiword), follas de "
-"clculo (kspread, gnumeric), visualizadores de pdf, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Ferramentas de audio: reproductores de mp3 ou midi, mesturadores, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Libros e howtos sobre Linux e o software libre"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Estacin de traballo KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Conxunto de ferramentas para correo, novas, web, transferencia de ficheiros "
-"e chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Bases de datos"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Desexa probar a configuracin?"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Son"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilidades"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentacin"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Ferramentas de consola"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Estacin Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Estacin multimedia"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configuracin"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Mis escritorios grficos (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"O ambiente de escritorio KDE, o ambiente grfico bsico cunha coleccin de "
-"ferramentas que o acompaan"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Ferramentas para crear e gravar CDs"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Estacin de traballo de oficina"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programas grficos como o Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-"Bibliotecas de desenvolvemento en C e C++, programas e ficheiros include"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Servidor de ordenadores de rede"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Correo/Groupware/Novas"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Estacin de xogos"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Reproductores e editores de vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grficos"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programas de divertimentos: arcade, taboleiros, estratexia, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Conxunto de ferramentas para ler e enviar correo e novas (pine, mutt, tin..) "
-"e para navegar na Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arquivado, emuladores, monitorizaxe"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanzas persoais"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Un ambiente grfico cun conxunto de aplicacins amigables e ferramentas de "
-"escritorio"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Acceso Internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programas de reproduccin/edicin de son e vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Outros escritorios grficos"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editores, shells, ferramentas de ficheiro, terminais"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programas para xestionar as sas finanzas, como o gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Xestin de informacin persoal"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - Gravacin de CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Estacin de traballo cientfica"
-
-#~ msgid "None"
-#~ msgstr "Ningn"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Agora pode indicar as opcins para o mdulo %s."
-
-#~ msgid "Low"
-#~ msgstr "Baixo"
-
-#~ msgid "Medium"
-#~ msgstr "Medio"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Poucas melloras neste nivel de seguridade, a principal que hai mis\n"
-#~ "avisos e comprobacins de seguridade."
-
-#~ msgid "mount failed"
-#~ msgstr "mount fallou"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Linux xestiona a hora en GMT ou \"Hora do Meridiano de Greenwich\", e a\n"
-#~ "traslada hora local dependendo da zona que vostede escolla."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Conectar Internet"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Desconectar de Internet"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Configurar a conexin de rede (LAN ou Internet)"
-
-#~ msgid "Active"
-#~ msgstr "Activar"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Unha impresora, de modelo \"%s\", foi detectada en "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Dispositivo de impresin local"
-
-#~ msgid "Printer Device"
-#~ msgstr "Dispositivo da impresora"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Escolla o tamao que quere instalar"
-
-#~ msgid "Total size: "
-#~ msgstr "Tamao total: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Agarde, por favor, "
-
-#~ msgid "Total time "
-#~ msgstr "Tempo total "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Usar a configuracin existente para X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "A que dispositivo est conectada a sa impresora?\n"
-#~ "(advirta que /dev/lp0 equivalente a LPT1:)\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Atencin, o adaptador de rede xa est configurado. Vai ser reconfigurado."
-
-#~ msgid "New"
-#~ msgstr "Novo"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Ambigidade (%s), sexa mis preciso\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (por omisin %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "A sa escolla? (por omisin %s, escriba 'none' para ningunha)"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "non se pode abrir /etc/sysconfig/autologin para lectura: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Desexa reiniciar a rede?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Concorda?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Est a piques de se reiniciar o dispositivo de rede:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Est a piques de se reiniciar o dispositivo de rede %s. Concorda?"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Escolla a lingua que prefira para a instalacin e para o sistema."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Ten que aceptar os termos da licencia de enriba para continuar coa "
-#~ "instalacin.\n"
-#~ "\n"
-#~ "\n"
-#~ "Por favor, prema \"Aceptar\" se concorda con eses termos.\n"
-#~ "\n"
-#~ "\n"
-#~ "Por favor, prema \"Rexeitar\" se non concorda con eses termos. A "
-#~ "instalacin rematar sen modificar a sa configuracin actual."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Escolla a disposicin do teclado que corresponda seu na lista"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Se desexa ter outras linguas ( parte da que escolleu principio da\n"
-#~ "instalacin) dispoibles trala instalacin, escllaas na lista de "
-#~ "enriba.\n"
-#~ "Se quere seleccionar todas, s ten que usar \"Todas\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Seleccione:\n"
-#~ "\n"
-#~ " - Personalizada: Se xa est familiarizado con GNU/Linux, pode entn "
-#~ "escoller\n"
-#~ " o uso principal da sa mquina. Mire embaixo para os detalles.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Experto: Isto supn que vostede manexa ben GNU/Linux e quere facer\n"
-#~ " unha instalacin altamente personalizada. Do mesmo xeito que coa\n"
-#~ " clase de instalacin \"Personalizada\", poder escoller o uso do seu\n"
-#~ " sistema. Pero, por favor, NON ESCOLLA ISTO A MENOS QUE SAIBA O QUE\n"
-#~ " EST A FACER!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Agora ten que definir o uso da sa mquina. As escollas son:\n"
-#~ "\n"
-#~ "* Estacin de traballo: esta a escolla ideal se pretende usar a sa "
-#~ "mquina principalmente para o uso cotin,\n"
-#~ " na oficina ou na casa.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Desenvolvemento: se pretende usar a sa mquina principalmente para o "
-#~ "desenvolvemento de software, esta unha boa escolla.\n"
-#~ " Ter unha completa coleccin de software instalado para compilar, "
-#~ "depurar e formatar cdigo fonte, ou\n"
-#~ " para crear paquetes de software.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Servidor: se pretende usar esta mquina coma servidor, a escolla "
-#~ "correcta. Sexa un servidor de ficheiros (NFS\n"
-#~ " ou SMB), un servidor de impresin (estilo Unix ou Microsoft Windows), "
-#~ "un servidor de autenticacin (NIS), un servidor\n"
-#~ " de bases de datos, etc... Como tal, non espere que haxa cousas como "
-#~ "KDE, GNOME, etc. instaladas."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Agora pode selecciona-lo grupo de paquetes que desexa instalar\n"
-#~ "ou actualizar.\n"
-#~ "\n"
-#~ "DrakX comprobar se ten espacio dabondo para instalalos todos. Se non,\n"
-#~ "avisaralle diso. Se quere seguir anda as, proceder coa instalacin\n"
-#~ "de tdolos grupos seleccionados, pero deixar algn de menor interese.\n"
-#~ " final da lista pode marca-la opcin \"Seleccin individual de paquetes"
-#~ "\";\n"
-#~ "neste caso ter que percorrer mis de 1000 paquetes..."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Se ten tdolos CDs da lista superior, prema Aceptar. Se non ten\n"
-#~ "ningn deses CDs, prema Cancelar. Se s faltan algns dos CDs,\n"
-#~ "desmrqueos, e prema Aceptar."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Acenda o seu mdem e escolla o correcto."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Vostede pode agora introduci-las opcins de chamada. Se non est seguro "
-#~ "de\n"
-#~ "que escribir, a informacin correcta pode obtela do seu ISP."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Introduza:\n"
-#~ "\n"
-#~ " - Direccin IP: se non a coece, pregntelle seu administrador de "
-#~ "rede\n"
-#~ "ou ISP.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Mscara de Rede: \"255.255.255.0\" normalmente unha boa eleccin. "
-#~ "Se\n"
-#~ "non est seguro, pregunte seu administrador de rede ou ISP.\n"
-#~ "\n"
-#~ "\n"
-#~ " - IP automtica: Se a sa rede usa o protocolo bootp ou dhcp, escolla\n"
-#~ "esta opcin. Neste caso, non necesario ningn valor en \"Direccin IP"
-#~ "\".\n"
-#~ "Se non est seguro, pregunte seu administrador de rede ou ISP.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Se a sa rede usa NIS, escolla \"Usar NIS\". Se non o sabe, pregntelle "
-#~ "\n"
-#~ "seu administrador de rede."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Agora pode introducir as opcins de marcado. Se non est seguro do\n"
-#~ "que escribir, a informacin correcta pode obtela do seu ISP."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Se vai usar proxys, configreos agora. Se non sabe se vai usar proxys,\n"
-#~ "pregunte seu administrador de rede ou seu ISP."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Pode instalar paquetes de criptografa se xa configurou a sa conexin a\n"
-#~ "internet correctamente. Primeiro escolla un espello do que quere baixa-"
-#~ "los\n"
-#~ "paquetes, e entn escolla os paquetes que desexa instalar.\n"
-#~ "\n"
-#~ "Perctese de que ten que escolle-lo espello e os paquetes criptogrficos\n"
-#~ "de acordo coa sa lexislacin."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr ""
-#~ "Agora pode seleccionar a zona horaria dependendo do lugar onde viva."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Agora pode introduci-lo contrasinal do superusuario para o seu sistema\n"
-#~ "Mandrake Linux. O contrasinal deber ser tecleado das veces para\n"
-#~ "comprobar que mbolos dous son idnticos.\n"
-#~ "\n"
-#~ "\n"
-#~ "O superusuario (root) o administrador do sistema, e o nico usuario\n"
-#~ " que se lle permete modifica-la configuracin do sistema. Por tanto,\n"
-#~ "escolla o contrasinal con coidado! O uso non autorizado da conta de root\n"
-#~ "pode ser extremadamente perigoso para a integridade do sistema e os seus\n"
-#~ "datos, e para os outros sistemas conectados a el. O contrasinal debera\n"
-#~ "ser unha mestura de caracteres alfanumricos e de 8 caracteres de longo,\n"
-#~ "polo menos. NUNCA debe ser anotado. Non escolla un contrasinal longo\n"
-#~ "de mis ou complicado: ten que ser capaz de lembralo sen moito esforzo."
-
-# Non realmente fuzzy, s para revisala. :)
-#, fuzzy
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Pode agora crear unha ou varias contas de usuarios normais, como\n"
-#~ "contraposicin conta de usuario privilexiado, root. Vostede\n"
-#~ "pode crear unha ou mis contas para cada persoa que vostede queira\n"
-#~ "permitirlle o uso do ordenador. Note que cada conta de usuario ter\n"
-#~ "as sas preferencias (ambiente grfico, configuracin dos programas, "
-#~ "etc.)\n"
-#~ "e o seu propio directorio (chamado \"home\"), no que se almacenan esas\n"
-#~ "preferencias.\n"
-#~ "\n"
-#~ "\n"
-#~ "Antes que nada, cree unha conta para vostede mesmo! Anda se a nica\n"
-#~ "persoa que vai usa-la mquina, NON debe entrar como root para o uso\n"
-#~ "diario do sistema: un risco de seguridade elevado. Facer que o\n"
-#~ "sistema fique totalmente inoperante, pode ser moitas veces causa dun\n"
-#~ "simple erro teclear.\n"
-#~ "\n"
-#~ "\n"
-#~ "Polo tanto, debe entrar no sistema usando a conta de usuario normal que\n"
-#~ "vai crear aqu, e entrar como root s para as tarefas de administracin\n"
-#~ "que o precisen."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "As opcins principais do LILO e do grub son:\n"
-#~ " - Dispositivo de arrinque: Establece o nome do dispositivo (p.ex unha\n"
-#~ "particin dun disco duro) que contn o sector de arrinque. A menos que\n"
-#~ "saiba especficamente que outro, escolla \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Retardo antes de arrinca-la imaxe por omisin: Indica o nmero de\n"
-#~ "dcimas de segundo que agardar o cargador de inicio antes de arrincar a\n"
-#~ "primeira imaxe. Isto til nos sistemas que arrincan inmediatamente do\n"
-#~ "disco duro tras activa-lo teclado. O boot loader non agarda se o \"retardo"
-#~ "\"\n"
-#~ " cero ou non se indica.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Modo de vdeo: Indica o modo de texto VGA que ser utilizado \n"
-#~ "arrincar. Os seguintes valores estn dispoibles:\n"
-#~ " * normal: escoller modo de texto normal 80x25.\n"
-#~ " * <nmero>: usa-lo modo de texto correspondente."
-
-#, fuzzy
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "LILO (O LInux LOader) e Grub son cargadores de arrinque: poden arrincar\n"
-#~ "Linux ou outro sistema operativo presente no seu ordenador.\n"
-#~ "Normalmente, estes outros sitemas son detectados correctamente e "
-#~ "instalados.\n"
-#~ "Se non o caso, pode engadir unha entrada a man nesta pantalla. Sexa\n"
-#~ "coidadoso na escolla dos parmetros correctos.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tamn pode non querer dar acceso a eses outros sitemas operativos a "
-#~ "calquera,\n"
-#~ "poidendo borrar as entradas correspondentes. Pero neste caso, precisar\n"
-#~ "un disquete de arrinque para poder usalos."
-
-#, fuzzy
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "As opcins principais do LILO e do grub son:\n"
-#~ " - Dispositivo de arrinque: Establece o nome do dispositivo (p.ex unha\n"
-#~ "particin dun disco duro) que contn o sector de arrinque. A menos que\n"
-#~ "saiba especficamente que outro, escolla \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Retardo antes de arrinca-la imaxe por omisin: Indica o nmero de\n"
-#~ "dcimas de segundo que agardar o cargador de inicio antes de arrincar a\n"
-#~ "primeira imaxe. Isto til nos sistemas que arrincan inmediatamente do\n"
-#~ "disco duro tras activa-lo teclado. O boot loader non agarda se o \"retardo"
-#~ "\"\n"
-#~ " cero ou non se indica.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Modo de vdeo: Indica o modo de texto VGA que ser utilizado \n"
-#~ "arrincar. Os seguintes valores estn dispoibles:\n"
-#~ " * normal: escoller modo de texto normal 80x25.\n"
-#~ " * <nmero>: usa-lo modo de texto correspondente."
-
-#, fuzzy
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Agora o momento de configura-lo sistema de fiestras X, que \n"
-#~ "o centro da interface grfica de Linux. Para iso necesita configura-\n"
-#~ "-la sa tarxeta de vdeo e o seu monitor. A maiora deses pasos estn\n"
-#~ "automatizados, as que probablemente a sa tarea limitarase a verificar\n"
-#~ "o que se fixo e aceptar a configuracin proposta :-)\n"
-#~ "\n"
-#~ "\n"
-#~ "Cando a configuracin estea rematada, lanzarase o servidor X\n"
-#~ "(a menos que vostede lle pida a DrakX que non), de xeito que\n"
-#~ "poida comprobar se todo est ben e corresponde que desexa.\n"
-#~ "Se non, pode voltar atrs e troca-la configuracin; tantas\n"
-#~ "veces como sexa necesario."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Se algo vai mal coa configuracin de X, use estas opcins para "
-#~ "configurar\n"
-#~ "correctamente o sistema X Window."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Se prefire usar un login grfico, escolla \"Si\". Doutro xeito,\n"
-#~ "seleccione \"Non\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "O sistema vaise reiniciar.\n"
-#~ "\n"
-#~ "Despois de reiniciar, o seu novo sistema Mandrake Linux cargarase\n"
-#~ "automaticamente. Se vostede quere iniciar outro sistema operativo que xa\n"
-#~ "exista, lea as instruccins adicionais."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Checo (Programadores)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Eslovaco (Programadores)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Nome do perfil para crear:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Escribir /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formatar todas"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Logo de formatar tdalas particins,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "perderanse os datos nesas particins"
-
-#~ msgid "Reload"
-#~ msgstr "Recargar"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ "Quere realmente xerar un disquete de instalacin para replicar linux?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "Configuracin de ADSL"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Cun servidor CUPS remoto, non ter que configurar aqu\n"
-#~ "ningunha impresora, xa que sern detectadas automaticamente,\n"
-#~ "a menos que tea un servidor nunha rede diferente. Neste\n"
-#~ "caso, ter que indicar o enderezo IP do servidor de CUPS\n"
-#~ "e opcionalmente o nmero de porto."
-
-#~ msgid "Remote queue"
-#~ msgstr "Fila de impresin remota"
-
-#~ msgid "Profile "
-#~ msgstr "Perfil "
-
-#~ msgid "NetWare"
-#~ msgstr "Impresora Netware"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Non foi posible interpretar o contido do ficheiro de configuracin."
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Ficheiro de configuracin non recoecido"
-
-#~ msgid "Adapter"
-#~ msgstr "Adaptador"
-
-#~ msgid "Disable network"
-#~ msgstr "Desactivar a rede"
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Conexin DSL (ou ADSL)"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr ""
-#~ "Pode especificar directamente o URI para acceder impresora co CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Si, imprimir unha pxina ASCII de proba"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Si, imprimir unha pxina PostScript de proba"
-
-#~ msgid "Paper Size"
-#~ msgstr "Tamao do papel"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Extraer a pxina trala impresin?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Opcins do controlador Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Opcins da profundidade de cor"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Imprimir texto como PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Corrixir o efecto escaleira?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Nmero de pxinas por pxina de sada"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Marxes dereita/esquerda en puntos (1/72 dunha polgada)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Marxes superior/inferior en puntos (1/72 dunha polgada)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Opcins extra do Ghostscript"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Opcins extra para texto"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Inverter a orde das pxinas"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Seleccionar a conexin impresora remota"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Cada impresora necesita un nome (por exemplo lp).\n"
-#~ "Pdense definir outros parmetros como a descricin da\n"
-#~ "impresora ou a sa localizacin. Que nome quere usar para\n"
-#~ "esta impresora e como est conectada?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Cada fila de impresin ( que se dirixen os traballos de impresin)\n"
-#~ "necesita un nome (frecuentemente lp) e un directorio spool asociado\n"
-#~ "a el. Qu nome e directorio quere que se utilicen para esta fila e como\n"
-#~ "est conectada a impresora?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Nome da fila"
-
-#~ msgid "Spool directory"
-#~ msgstr "Directorio spool"
-
-#~ msgid "Disable"
-#~ msgstr "Desactivar"
-
-#~ msgid "Enable"
-#~ msgstr "Activar"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Para ter un sistema mis seguro, debera seleccionar \"Usar ficheiro "
-#~ "shadow\"\n"
-#~ "e \"Usar contrasinais MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Se a sa rede usa NIS, escolla \"Usar NIS\". Se non o sabe, pregntelle "
-#~ "\n"
-#~ "seu administrador de rede."
-
-#~ msgid "yellow pages"
-#~ msgstr "pxinas amarelas (yp)"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "Dns 1 do provedor"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "Dns 2 do provedor"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Como quere conectar Internet?"
-
-#~ msgid "Boot style configuration"
-#~ msgstr "Configuracin do estilo de arrinque"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Vostede pode agora escoller algunhas opcins diversas para o sistema.\n"
-#~ "\n"
-#~ " - Usar optimizacins de disco duro: esta opcin pode mellora-lo "
-#~ "rendemento\n"
-#~ " do disco duro, pero s para usuarios avanzados: algns chipsets que "
-#~ "non\n"
-#~ " funcionan ben poden estraga-los seus datos. O kernel ten unha lista "
-#~ "negra\n"
-#~ " de unidades e chipsets, pero se quere evitar sorpresas "
-#~ "desagradables,\n"
-#~ " deixe esta opcin desactivada.\n"
-#~ "\n"
-#~ " - Escoller un nivel de seguridade: pode escoller un nivel de "
-#~ "seguridade\n"
-#~ " para o seu sistema. Vaia manual para informacin completa. "
-#~ "Basicamente:\n"
-#~ " se non sabe cal, escolla \"Medio\"; se quere realmente ter unha "
-#~ "mquina\n"
-#~ " segura, escolla \"Paranoico\", pero tea coidado: NESTE NIVEL, ROOT "
-#~ "NON\n"
-#~ " PODE FACER LOGIN NA CONSOLA! Se quere ser root, ter que facer login "
-#~ "como\n"
-#~ " usuario e entn usar \"su\". Mis xeralmente, non agarde usa-la sa\n"
-#~ " mquina para outra cousa que non sexa un servidor. Xa foi avisado.\n"
-#~ "\n"
-#~ " - Tamao exacto da memoria se se necesita: por desgracia, no mundo "
-#~ "actual\n"
-#~ " de PCs, non hai un mtodo estndar para preguntarlle BIOS acerca "
-#~ "da\n"
-#~ " cantidade de RAM no seu ordenador. Por iso, Linux pode non ser capaz "
-#~ "de\n"
-#~ " detectar correctamente a cantidade de RAM. Se o caso, indique a\n"
-#~ " cantidade correcta. Nota: unha diferencia de 2 ou 4 MB normal.\n"
-#~ "\n"
-#~ " - Automonta-las unidades extrables: Se vostede prefere non montar\n"
-#~ " manualmente as unidades extrables (CD-ROM, disquete, Zip), "
-#~ "escribindo\n"
-#~ " \"mount\" e \"umount\", escolla esta opcin.\n"
-#~ "\n"
-#~ " - Activar Bloq Num iniciar: Se quere que Bloq Num estea activado\n"
-#~ " tralo arrinque, escolla esta opcin (Nota: Bloq Num pode ou non pode\n"
-#~ " funcionar nas X)."
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Varios"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Dependencias automticas"
-
-#~ msgid "Selected size %d%s"
-#~ msgstr "Tamao seleccionado %d%s"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Preguntas varias"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "Non se pode usar o supermount no nivel de seguridade alto"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "atencin: NESTE NIVEL DE SEGURIDADE, A AUTENTICACIN DO ROOT NA CONSOLA\n"
-#~ "NON EST PERMITIDA! Se quere ser root, ter que conectar coma\n"
-#~ "usuario e logo usar o \"su\". De xeito mis xeral, non agarde que a\n"
-#~ "mquina acte doutro modo distinto a un servidor.\n"
-#~ "Xa foi avisado."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Tea coidado, ter o bloqueo numrico activado causa que moitas teclas\n"
-#~ "dean dxitos en vez de letras normais (p.ex: premer `p' d un `6')"
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr ""
-#~ "Desculpe, a configuracin do correo anda non est implementada. Sexa "
-#~ "paciente."
-
-#~ msgid ""
-#~ "Welcome to The Network Configuration Wizard.\n"
-#~ "Which components do you want to configure?\n"
-#~ msgstr ""
-#~ "Benvido axudante da configuracin de rede.\n"
-#~ "Que compoentes desexa configurar?\n"
-
-#~ msgid "Internet/Network access"
-#~ msgstr "Acceso a Internet/Rede"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Agora que a conexin Internet est configurada,\n"
-#~ "o seu ordenador pode ser configurado para compartila.\n"
-#~ "Nota: Necesita un adaptador de rede dedicado para configurar unha rede de "
-#~ "rea local (LAN).\n"
-#~ "\n"
-#~ "Desexa configurar a comparticin da conexin Internet?\n"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr ""
-#~ "Este script de inicializacin tenta cargar os mdulos para o rato usb."
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Configuracin do LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Creacin dun disquete de arrinque"
-
-#~ msgid "Choice"
-#~ msgstr "Escolla"
-
-#~ msgid "Actions"
-#~ msgstr "Accins"
-
-#~ msgid "Scientific applications"
-#~ msgstr "Aplicacins cientficas"
-
-#~ msgid "File/Print/Samba"
-#~ msgstr "Ficheiro/Impresin/Samba"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr "DNS/DHCP "
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Que cargador(es) de arrinque quere usar?"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Zona horaria"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Disquete de auto-instalacin"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Usar diskdrake"
-
-#~ msgid "Customized"
-#~ msgstr "Personalizada"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Est seguro de que un experto? \n"
-#~ "Permitirselle facer cousas mis potentes pero perigosas.\n"
-#~ "Vnselle preguntar cuestins como: ``Usar ficheiro shadow para os "
-#~ "contrasinais?'', est preparado para responder a este tipo de cuestins?"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "Cal o uso do seu sistema?"
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "Escolla o tamao que quere instalar"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Usar ficheiro shadow"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Usar contrasinais MD5"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(pode provocar corrupcin dos datos)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Activar Bloq Num iniciar"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Confirmar Contrasinal"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "Atopouse unha tarxeta RDSI:\n"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Desexa que se tente atopar un mdem?"
-
-#~ msgid "Other countries"
-#~ msgstr "Outros pases"
-
-#~ msgid "In which country are you located ?"
-#~ msgstr "En que pas se atopa vostede?"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Mdem alcatel"
-
-#~ msgid "ECI modem"
-#~ msgstr "Mdem ECI"
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr "Se o seu mdem adsl Alcatel, escolla Alcatel. Doutro xeito, ECI."
-
-#~ msgid "don't use pppoe"
-#~ msgstr "non usar pppoe"
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Desactivar a Conexin a Internet"
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Configurar a conexin a Internet / Configurar a Rede local"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "A rede local xa foi configurada.\n"
-#~ "Desexa:"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (importante)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (moi bo)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (bo)"
-
-#~ msgid "using module"
-#~ msgstr "usando un mdulo"
-
-#~ msgid "Search"
-#~ msgstr "Buscar"
-
-#~ msgid "Package"
-#~ msgstr "Paquete"
-
-#~ msgid "Tree"
-#~ msgstr "rbore"
-
-#~ msgid "Sort by"
-#~ msgstr "Ordenar por"
-
-#~ msgid "Category"
-#~ msgstr "Categora"
-
-#~ msgid "Installed packages"
-#~ msgstr "Paquetes instalados"
-
-#~ msgid "Available packages"
-#~ msgstr "Paquetes dispoibles"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Amosar s as plas"
-
-#~ msgid "Expand all"
-#~ msgstr "Expandir todos"
-
-#~ msgid "Collapse all"
-#~ msgstr "Pechar todos"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Engadir localizacin dos paquetes"
-
-#~ msgid "Update location"
-#~ msgstr "Actualizar lugar"
-
-#~ msgid "Configuration: Add Location"
-#~ msgstr "Configuracin: Engadir Lugar"
-
-#~ msgid "Find Package"
-#~ msgstr "Buscar Paquete"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Buscar paquete que contea un ficheiro"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Trocar entre Instalado e Dispoible"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Comprobando dependencias"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Os seguintes paquetes van ser desinstalados"
-
-#~ msgid "Regexp"
-#~ msgstr "Expr.Reg"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Que paquetes buscar"
-
-#~ msgid "No match"
-#~ msgstr "Sen coincidencias"
-
-#~ msgid "No more match"
-#~ msgstr "Non hai mis coincidencias"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake est en modo ``baixa memoria''.\n"
-#~ "Vaise reiniciar rpmdrake para permitir a busca de ficheiros"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Que ficheiro est a buscar?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Que est a buscar?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Dea un nome (ex: `extra', `commercial')"
-
-#~ msgid "Directory"
-#~ msgstr "Directorio"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "Non hai cdrom dispoible (nada en /mnt/cdrom)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL do directorio que contn os RPMs"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Para FTP e HTTP, ten que indicar o lugar de hdlist\n"
-#~ "Ten que ser relativo URL anterior"
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Por favor, enve a seguinte informacin"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s xa est en uso"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Actualizando a base de RPMs"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Vaise borra-la entrada %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Buscando as plas"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "A busca das plas leva un tempo"
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr "Manipulacin de Grficos"
-
-#~ msgid "KDE, QT, Gnome, GTK+"
-#~ msgstr "KDE, QT, Gnome, GTK+"
-
-#~ msgid "Python, Perl, libraries, tools"
-#~ msgstr "Python, Perl, bibliotecas, ferramentas"
-
-#~ msgid "Development applications"
-#~ msgstr "Aplicacins de desenvolvemento"
-
-#~ msgid "Sciences"
-#~ msgstr "Ciencias"
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ "Programas de Chat (IRC ou mensaxera instantnea) como o xchat, licq, "
-#~ "gaim e ferramentas de transferencia de ficheiros"
-
-#~ msgid "Communication facilities"
-#~ msgstr "Facilidades de Comunicacin"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Development other"
-#~ msgstr "Outros de desenvolvemento"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr "Clientes e servidores de Bases de Datos (mysql e postgresql)"
-
-#~ msgid "Development C/C++"
-#~ msgstr "Desenvolvemento en C/C++"
-
-#~ msgid "Czech"
-#~ msgstr "Checo"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "A qu porto serie est conectado o rato?"
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl
deleted file mode 100755
index 932b5943f..000000000
--- a/perl-install/share/po/help_xml2pm.pl
+++ /dev/null
@@ -1,218 +0,0 @@
-#!/usr/bin/perl -w
-
-use XML::Parser;
-use MDK::Common;
-
-my $help;
-my $dir = "doc/manual/literal/drakx";
-my $xsltproc = "/usr/bin/xsltproc";
-
-if ( ! -x "$xsltproc" ){
- print "You need to have \"$xsltproc\" - ";
- print "so type \"urpmi libxslt-proc\" please.\n";
- exit 1;
-}
-my @langs = grep { /^..$/ && -e "$dir/$_/drakx-help.xml" } all($dir) or die "no XML help found in $dir\n";
-
-my %helps = map {
- my $lang = $_;
- my $p = new XML::Parser(Style => 'Tree');
- open F, "$xsltproc id.xsl $dir/$lang/drakx-help.xml|";
- my $tree = $p->parse(*F);
-
- $lang => rewrite2(rewrite1(@$tree), $lang);
-} @langs;
-
-my $base = delete $helps{en} || die;
-save_help($base);
-
-foreach my $lang (keys %helps) {
- print "Now transforming: $lang\n";
- local *F;
- my ($charset) = cat_("$lang.po") =~ /charset=([^\\]+)/ or die "missing charset in $lang.po\n";
- open F, "| iconv -f utf8 -t $charset//TRANSLIT > help-$lang.pot";
- #open F, "|cat - > help-$lang.pot";
- print F "\n";
- foreach my $id (keys %{$helps{$lang}}) {
- $base->{$id} or die "$lang:$id doesn't exist in english\n";
- print F qq(# DO NOT BOTHER TO MODIFY HERE, SEE:\n# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/$lang/drakx-help.xml\n);
- print F qq(msgid ""\n");
- print F join(qq(\\n"\n"), split "\n", $base->{$id});
- print F qq("\nmsgstr ""\n");
- print F join(qq(\\n"\n"), split "\n", $helps{$lang}{$id});
- print F qq("\n\n);
- }
-}
-unlink(".memdump");
-
-sub save_help {
- my ($help) = @_;
- local *F;
- open F, "| LC_ALL=fr iconv -f utf8 -t ascii//TRANSLIT > ../../help.pm";
- print F q{package help;
-use common;
-
-# IMPORTANT: Don't edit this File - It is automatically generated
-# from the manuals !!!
-# Write a mail to <documentation@mandrakesoft.com> if
-# you want it changed.
-
-%steps = (
-empty => '',
-};
- print F qq(
-$_ =>
-__("$help->{$_}"),
-) foreach sort keys %$help;
- print F ");\n";
-}
-
-# i don't like the default tree format given by XML::Parser,
-# rewrite it in my own tree format
-sub rewrite1 {
- my ($tag, $tree) = @_;
- my ($attr, @nodes) = @$tree;
- my @l;
- while (@nodes) {
- my ($tag, $tree) = splice(@nodes, 0, 2);
- if ($tag eq '0') {
- foreach ($tree) {
- s/\s+/ /gs;
- s/"/\\"/g;
- }
- push @l, $tree
- } elsif ($tag eq 'screen') {
- $tree->[1] eq '0' or die "screen tag contains non CDATA\n";
- push @l, $tree->[2];
- } else {
- push @l, rewrite1($tag, $tree);
- }
- }
- { attr => $attr, tag => lc $tag, children => \@l };
-}
-
-# return the list of nodes named $tag
-sub find {
- my ($tag, $tree) = @_;
- if (!ref($tree)) {
- ();
- } elsif ($tree->{tag} eq $tag) {
- $tree;
- } else {
- map { find($tag, $_) } @{$tree->{children}};
- }
-}
-
-sub rewrite2 {
- use utf8;
- my ($tree, $lang) = @_;
- our $i18ned_open_text_quote = $ {{
- fr => "« ",
- de => "„",
- es => "\\\"",
- it => "''",
- }}{$lang};
- our $i18ned_close_text_quote = $ {{
- fr => " »",
- de => "“",
- es => "\\\"",
- it => "''",
- }}{$lang};
- our $i18ned_open_label_quote = $ {{ fr => "« ", de => "„"}}{$lang};
- our $i18ned_close_label_quote = $ {{ fr => " »", de => "“"}}{$lang};
- our $i18ned_open_command_quote = $ {{ fr => "« ", de => "„"}}{$lang};
- our $i18ned_close_command_quote = $ {{ fr => " »", de => "“"}}{$lang};
- our $i18ned_open_input_quote = $ {{ fr => "« ", de => "»"}}{$lang};
- our $i18ned_close_input_quote = $ {{ fr => " »", de => "«"}}{$lang};
- our $i18ned_open_key_quote = $ {{ de => "["}}{$lang};
- our $i18ned_close_key_quote = $ {{ de => "]"}}{$lang};
- # rewrite2_ fills in $help
- $help = {};
- rewrite2_($tree);
- $help;
-}
-
-sub rewrite2_ {
- my ($tree) = @_;
- ref($tree) or return $tree;
-
- my $text = do {
- my @l = map { rewrite2_($_) } @{$tree->{children}};
- my $text = "";
- foreach (grep { !/^\s*$/ } @l) {
- s/^ // if $text =~ /\s$/;
- $text =~ s/ $// if /^\s/;
- $text =~ s/\n+$// if /^\n/;
- $text .= $_;
- }
- $text;
- };
-
- if (0) {
- } elsif (member($tree->{tag}, 'formalpara', 'para', 'itemizedlist', 'orderedlist')) {
- $text =~ s/^\s(?!\s)//;
- $text =~ s/^( ?\n)+//;
- $text =~ s/\s+$//;
- qq(\n$text\n);
- } elsif (member($tree->{tag}, 'quote', 'citetitle', 'foreignphrase')) {
- ($i18ned_open_text_quote || "``") . $text . ($i18ned_close_text_quote || "''");
- } elsif (member($tree->{tag}, 'guilabel', 'guibutton', 'guimenu', 'literal', 'filename')) {
- ($i18ned_open_label_quote || "\\\"") . $text . ($i18ned_close_label_quote || "\\\"");
- } elsif ($tree->{tag} eq 'command') {
- ($i18ned_open_command_quote || "\\\"") . $text . ($i18ned_close_command_quote || "\\\"");
- } elsif ($tree->{tag} eq 'userinput') {
- ($i18ned_open_input_quote || ">>") . $text . ($i18ned_close_input_quote || "<<");
- } elsif ($tree->{tag} eq 'keycap') {
- ($i18ned_open_key_quote || "[") . $text . ($i18ned_close_key_quote || "]");
- } elsif (member($tree->{tag}, 'keysym')) {
- qq($text);
- } elsif (member($tree->{tag}, 'footnote')) {
- '(*)'
- } elsif ($tree->{tag} eq 'warning') {
- $text =~ s/^(\s+)/$1!! /;
- $text =~ s/(\s+)$/ !!$1/;
- $text;
- } elsif ($tree->{tag} eq 'listitem') {
- my $cnt;
- $text =~ s/^\s+//;
- $text =~ s/^/' ' . ($cnt++ ? ' ' : '* ')/emg;
- "\n$text\n";
-
- } elsif (member($tree->{tag},
- 'acronym', 'application', 'emphasis',
- 'keycombo', 'note',
- 'superscript', 'systemitem',
- 'tip', 'ulink', 'xref'
- )) {
- # ignored tags
- $text;
- } elsif (member($tree->{tag},
- 'title', 'article', 'primary', 'secondary',
- 'indexterm',
- )) {
- # dropped tags
- '';
- } elsif ($tree->{tag} eq 'sect1') {
- $text =~ s/^\s+//;
-
- my @footnotes = map {
- my $s = rewrite2_({ %$_, tag => 'para' });
- $s =~ s/^\s+//;
- "(*) $s";
- } find('footnote', $tree);
- $help->{$tree->{attr}{id}} = aerate($text . join('', @footnotes));
- '';
- } elsif ($tree->{tag} eq 'screen') {
- qq(\n$text\n);
- } else {
- die "unknown tag $tree->{tag}\n";
- }
-}
-
-sub aerate {
- my ($s) = @_;
- #- the warp_text column is adjusted so that xgettext do not wrap text around
- #- which cause msgmerge to add a lot of fuzzy
- my $s2 = join("\n\n", map { join("\n", warp_text($_, 75)) } split "\n", $s);
- $s2;
-}
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
deleted file mode 100644
index 20347847b..000000000
--- a/perl-install/share/po/hr.po
+++ /dev/null
@@ -1,11819 +0,0 @@
-# KTranslator Generated File
-# Copyright (c) 1999 MandrakeSoft
-# Vladimir Vuksan <vuksan@veus.hr>, 1999.
-# Vlatko Kosturjak <kost@iname.com>, 2001.
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-13 06:59CET\n"
-"Last-Translator: Vlatko Kosturjak <kost@iname.com>\n"
-"Language-Team: Croatian <lokalizacija@linux.hr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.8\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Podesi sve zaslone nezavisno"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Koristi Xinerama proirenje"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Podesi samo karticu \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Vie-zaslonska postava"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Va sustav podrava postavu sa vie zaslona.\n"
-"to elite napraviti?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafika kartica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Odaberite grafiku karticu"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Odaberite X posluitelj"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X posluitelj"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Odaberite X upravljaki program"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X upravljaki program"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Koju konfiguraciju XFree-a elite imati?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa video kartica moe imati 3D ubrzanje samo sa XFree %s.\n"
-"Vaa kartica je podrana od XFree %s koji moda ima bolju podrku u 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Vaa kartica moe imati 3D hardware-sku akceleraciju sa XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s sa 3D hardware akceleracijom"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Vaa kartica moe imati 3D hadware akceleraciju podranu od XFree %s,\n"
-"UPOZORAVAMO VAS DA JE OVO EKSPERIMENTALNA PODRKA I MOE ZAMRZNUTI VAE "
-"RAUNALO."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s sa EXPERIMENTALNOM 3D hardware akceleracijom"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa video kartica moe imati 3D ubrzanje samo sa XFree %s,\n"
-"UPOZORAVAMO VAS DA JE OVO EKSPERIMENTALNA PODRKA I MOE ZAMRZNUTI VAE "
-"RAUNALO.Vaa kartica je podrana od XFree %s koja moe imati bolju podrku "
-"u 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalacijski zaslonski upravljaki program)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree postavke"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Odaberite koliinu memorije na grafikoj kartici"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Postavke posluitelja"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Odaberite monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dva kritina parametra su vertikalna vrijednost osvjeavanja, koja je "
-"vrijednost\n"
-"u kojoj se cijeli zaslon osvjeava, i najvanije horizontalna\n"
-"vrijednost osvjeavanja koja ja vrijednost u kojoj se svaka linija "
-"prikazuje.\n"
-"\n"
-"JAKO JE VANO da ne specifirate tip monitora kod kojega je raspon "
-"osvjeavanja\n"
-"vei od mogunosti vaeg monitora jer moete otetiti va monitor.\n"
-" Ukoliko ste u nedoumici, izaberite konzervativne postavke."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontalna vrijednost osvjeavanja"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikalna vrijednost osvjeavanja"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Niste podesili monitor"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Niste podesili grafiku karticu"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Niste podesili rezoluciju"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Da li elite iskuati postavu ?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Upozorenje: testiranje grafike kartice moe zamrzunti vae raunalo"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Iskuaj postavu"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"provjerite parametre koje ste unjeli"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Pojavila se greka:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Zatvaram nakon %d sekundi"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Da li je ovo ispravno?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Pojavila se greka, provjerite parametre koje ste unjeli"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rezolucija"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Odaberite rezoluciju i color depth"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafika kartica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 posluitelj: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Vie"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "U redu"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Ekspertni mod"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Pokai sve"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rezolucije"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Raspored tipkovnice: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Vrsta mia: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Ureaj mia: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Horizontalna Sinkronizacija Monitora: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Vertikalno Osvjeenje Monitora: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafika kartica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikacija grafike kartice: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafika memorija: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Dubina boje: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezolucija: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 posluitelj: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 upravljaki program: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Pripremam X-Window postavu"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "to elite napraviti?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Promijeni monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Promijeni grafiku karticu"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Promijeni postavke posluitelja"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Promijeni rezoluciju"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Prikai informacije"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Iskuaj ponovo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Zavri"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Zadri promjene?\n"
-"Trenutna postava je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X kod pokretanja sustava"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Mogu podesiti da se X podigne automatski kod podizanja sustava.\n"
-"Da li elite da se X automatski pokree?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Molim ponovo se logirajte u %s kako bi aktivirali promjenjeno"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Molim prvo se odjavite te pritisnite Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 boja (8 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tisua boja (15 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tisua boja (16 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milijuna boja (24 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milijarde boja (32 bita)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB ili vie"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standardni VGA, 640x480 na 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 na 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompatibilan, 1024x768 na 87 Hz s preplitanjem (bez 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 na 87 Hz s preplitanjem, 800x600 na 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Proireni Super VGA, 800x600 na 60 Hz, 640x480 na 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Bez preplitanja SVGA, 1024x768 na 60 Hz, 800x600 na 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Visoko frekvencijski SVGA, 1024x768 na 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frekvencijski koji ide do 1280x1024 na 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frekvencijski koji ide do 1280x1024 na 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frekvencijski koji ide do 1280x1024 na 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor koji ide do 1600x1200 na 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor koji ide do 1600x1200 na 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Prvi sektor boot particije"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor pogona (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO instalacija"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Gdje elite instalirati bootloader?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalacija"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO sa tekstualnim menijem"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO sa grafikim menijem"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Podizanje sa DOS/Windows-a (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Glavne postavke bootloadera"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Koristiti Bootloader"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Bootloader instalacija"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Boot ureaj"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne radi na starim BIOSima)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Zbijeno"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "zbijeno"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video mod"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Odgoda prije bootiranja uobiajenog imagea"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Lozinka"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Lozinka (provjera)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Ograniene opcije na komandnoj liniji"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "ogranii"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Oisti /tmp na svakom podizanju"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Precizna veliina RAMa (pronaeno %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Omogui vie obrazaca"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Upiite veliinu RAM u Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Postavka ``Ograniene opcije na komandnoj liniji'' nema svrhe ako ne unesete "
-"lozinku"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Molim pokuajte ponovo"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Lozinke se ne podudaraju"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Init poruka"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Pauza Otvorenog Firmware-a"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Vrijeme ekanja podizanja kernela"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Omogui CD podizanje?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Omogui podizanje?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Uobiajeni OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Odluili ste instalirati bootloader na particiju.\n"
-"To podrazumijeva da ve imate bootloader na tvrdom disku sa kojeg podiete\n"
-"sustav (npr. System Commander).\n"
-"\n"
-"Sa kojeg diska elite podizati?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Ovo su trenutni zapisi.\n"
-"Moete dodati jo koji ili urediti postojei."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Gotov"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Promjeni"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Kakvu vrstu zapisa elite dodati"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Drugi OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Drugi OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Drugi OS (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Slika (image)"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Dodaj na kraj"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "itaj-pii"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tablica"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nesigurno"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Oznaka"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Uobiajeno"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-veliina"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NemaVidea"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Ukloni zapis"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Prazna oznaka nije dozvoljena"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Morate odrediti sliku kernela"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Morate odrediti root particiju"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ova oznaka ve postoji"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Pronaao sam %s %s meusklopova"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Da li imate jo koji?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Da li imate %s meusklopova?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Da"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Pokai info o hardveru"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instaliram upravljaki program %s za karticu %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Koji %s upravljaki program elite isprobati?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"U nekim sluajevima, %s upravljaki program treba dodatne informacije da bi "
-"radio\n"
-"ispravno, iako normalno radi i bez toga. Da li elite specifirati te "
-"dodatne\n"
-"opcije za njega ili elite dozvoliti upravljakom programu da isproba vae\n"
-"raunalo za informacije koje treba? Ponekad, isprobavanje moe zamrznuti\n"
-"vae raunlo, ali ne bi trebalo izazvati nikakvu tetu."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Auto. ispitaj"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Odredi postavke"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Sada moete unijeti opcije za modul %s.\n"
-"Primjetite da svaka adresa treba biti uneena sa prefiksom 0x kao '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Sada moete unijeti postavke za modul %s.\n"
-"Postavke su formata ``ime=vrijednost ime2=vrijednost2...''.\n"
-"Na primjer, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Postavke modula:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Uitavanje modula %s nije uspjelo.\n"
-"Da li elite pokuati ponovo sa drugim parametrima?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "pristup X programima"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "pristup rpm alatima"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "dozvoli \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "pristup administracijskim datotekama"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(ve postoji %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Lozinka je prejednostavna"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Molim dajte korisniku korisniko ime"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Korisniko ime moe sadravati samo mala slova, brojeve, `-' i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Ovaj korisnik ve postoji"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Dodaj korisnika"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Unesite korisnika\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Prihvati korisnika"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Puno ime"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Korisniko ime"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Ljuska"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Auto-prijava"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mogu podesiti da se vae raunalo automatski prijavi kao jedan korisnik.\n"
-"Da li elite koristiti tu pogodnost?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Izaberite uobiajenog korisnika:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Izaberite prozorski upravitelj koji elite pokrenuti:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Molim izaberite jezik koji elite koristiti."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Moete izabrati druge jezike koji e biti dostupni nakon instalacije"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Sve"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Dozvoli svim korisnicima"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Prilagoeno"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Nema dijeljenja"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Paket %s treba instalirati. Da li ga elite instalirati?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Moete izvesti koristei NFS ili Sambu. Koji od njih elite"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Nuni paket %s nedostaje"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"Da li elite dozvoliti korisnicima da izvezu neke direktorije u "
-"njihivompolaznom direktoriju?\n"
-"Dozvoljavanjem navedenoga ete dozvoliti korisnicima da jednostavno kliknuna "
-"\"Dijeljenje\"\n"
-" u konqueroru i nautilusu.\n"
-"\n"
-"\"Proizvoljno\" e omoguiti dozvoljavanje po korisniku.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Odustani"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Pokreni userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Dijeljenje po korisniku koristi grupu \"fileshare\". \n"
-"Moete koristiti userdrake za dodavanje korisnika u navedenu grupu."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Dobrodoli Crackeri"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Slab"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardno"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Visok"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Vii"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidan"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Ova razina se treba koristiti sa panjom. Ona ini va sustav mnogo lakim "
-"za koritenje,\n"
-"ali vrlo osjetljiv: ne smije biti koriten za raunala koja su povezana u "
-"mrei ili na Internet. Naime, nema lozinke za pristup."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Lozinke su sada ukljuene meutim jo ne preporuam koritenje ovog raunala "
-"u mrenom okoliu."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Ovo je standardna sigurnosna razina preporuena za raunala koja e biti "
-"koritena za spajanje na Internet kao klijent."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Ve postoje neka ogranienja i vie automatskih provjera se pokree svake "
-"noi."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Sa ovom sigurnosnom razinom, koritenje ovog sustava kao posluitelj postaje "
-"mogue.\n"
-"Sigurnost je sada toliko visoka da se sustav moe koristiti kao posluitelj\n"
-"koji prima zahtjeve od mnogo klijenata. Upozorenje: ako je vae raunalo "
-"samo klijent na Internetu, bolje da izaberete niu razinu."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Temeljeno na prijanjoj razini, ali je sustav potpuno zatvoren.\n"
-"Sigurnosne znaajke su na maksimumu."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Izaberite sigurnosni nivo"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Sigurnosna razina"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Koristi libsafe za posluitelje"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Biblioteka koja titi od prekoraenja spremnika i format string napada."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Dobro dosli u %s izbornik operativnih sustava!\n"
-"\n"
-"Izaberite operativni sustav u popisu iznad ili\n"
-"priekajte %d sekundi za uobiajeno podizanje.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Dobro dosli u GRUB izbornik operativnih sustava!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Za mijenjanje izabranog sustava pritisnite tipke %c i %c."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pritisnite ENTER za bootiranje izabranog OS, 'e' za promjenu"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "naredbe prije bootiranja ili 'c' za komandnu liniju."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Osvjetljeni zapis biti e bootiran automatski za %d sekundi."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nema dovoljno mjesta u /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Radna povrina"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Ne moete instalirati bootloader na %s particiju\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "nema jo implementirane pomoi.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Postava Stila Podizanja"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Datoteka"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Novi stil kategoriziranja Monitora"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NoviStil Monitora"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradicionalni Monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicionalni Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Pokreni Auroru pri podizanju"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub mod"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot mod"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Trenutno koristite %s kao Upravitelj Boot-a.\n"
-"Pritisnite na Podesi za pokretanje arobnjaka za postavljanje."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Podesi"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistemski mod"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Pokreni X-Window sustav pri podizanju"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne, ne elim automatsko prijavljivanje"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Da, elim automatsko prijavljivanje sa ovim korisnikom i okrujem"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "U redu"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ne mogu otvoriti /etc/inittab za itanje: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuta"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekundi"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Ne mogu napraviti screenshotove prije particioniranja"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Screenshotovi e biti raspoloivi poslije instalaciju u %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francuska"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Kosta Rika"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgija"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "eka Republika"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Njemaka"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norveka"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "vedska"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Nizozemska"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italija"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austrija"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Sjedinjene Amerike Drave"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Prvo napravite backup podataka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Proitajte paljivo!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ukoliko elite koristiti aboot morate ostaviti dovoljno mjesta (npr. 2048 "
-"sektora) na\n"
-"poetku diska"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Greka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "arobnjak"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Izaberite akciju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Va sustav sadri samo jednu veliku particiju.\n"
-"(Microsoft DOS/Windows obino koristi jednu particiju).\n"
-"Preporuam da promijenite veliinu particije\n"
-"(kliknite prvo na particiju te onda na \"Promijeni veliinu\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Molim kliknite na particiju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalji"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Prazno"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Ostali"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Vrste datotenih sustava:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Napravi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Vrsta"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Umjesto toga koristi ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Obrii"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Prvo pritisnite ``Demontiraj''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Nakon mijenjanja tipa particije %s svi podaci na ovoj particiji biti e "
-"obrisani"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Izaberite particiju"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Izaberite drugu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Izlaz"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Normalno > Ekspert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Prebaci u normalni mod"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Vrati"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Da ipak nastavim?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Da zavrim bez spremanja"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Da zavrim bez zapisivanje particijske tablice?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Da li elite spremiti /etc/fstab promjene?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Raspodijeli automatski"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Oisti sve"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Hard disk informacije"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Sve primarne particije su iskoritene"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ne mogu dodati niti jednu dodatnu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Ako elite dodati jo koju particiju molim obriite jednu od particija kako "
-"bi\n"
-"mogli stvoriti jednu extended particiju."
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Spremi particijsku tabelu"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Vrati particijsku tabelu"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Spasi particijsku tabelu"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ponovno uitaj particijsku tabelu"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automatsko montiranje prenosivog medija"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Odaberite datoteku"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Backup particijske tablice nema istu veliinu\n"
-"Da ipak nastavim?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Umetnite disketu u pogon\n"
-"Svi podaci na disketi biti e izbrisani"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Pokuavam spasiti particijsku tablicu"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detaljne informacije"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Toka montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcije"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Promijeni veliinu"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Premjesti"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatiraj"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Dodaj RAID-u"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Dodaj LVM-u"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Ukloni sa RAID-a"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Ukloni sa LVM-a"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Promijeni RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Koristi za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Stvori novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Poetni sektor:"
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Veliina u MB:"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Vrsta datotenog sustava:"
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Mjesto montiranja:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Postavke:"
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Ukloniti loopback datoteku?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Mijenjam tip particije"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Koji datoteni sustav elite?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Mijenjam iz ext2 u ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Gdje elite montirati loopback datoteku %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gdje elite montirati ureaj %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ne mogu maknuti toku za montiranje zato to se ova particija koristi za "
-"loop back.\n"
-"Uklonite loopback prvo"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Izraunavam granice fat datotenog sustava"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Mijenjam veliinu"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Ova particija nije promjenjiva u veliini"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Preporuam da prvo backupirate sve podatke s ove particije"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Nakon mijenjanja veliine particije %s svi podaci na ovoj particiji biti e "
-"izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Odaberite novu veliinu"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nova veliina u MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Na koji disk se elite premjestiti?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Na koji se sektor elite premjestiti?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Premjetam"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Premjetam particiju..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Izaberite postojei RAID na koji elite dodati "
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "novi"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Izaberite postojei LVM na koji elite dodati "
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM ime?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Ova particija se ne moe koristiti za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Ime loopback datoteke:"
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Dajte ime datoteke"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Datoteku koristi neki drugi loopback. Molim izaberite neku drugu datoteku"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Datoteka ve postoji. Da li da nju upotrijebim?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opcije montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Razno"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "ureaj"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "razina"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "chunk veliina"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Budite oprezni: ova operacija je opasna"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Kakav tip particioniranja?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"alim meutim ne mogu napraviti /boot toliko daleko na disku\n"
-"(cilindar > 1024).\n"
-"Imate dvije opcije ili ete koristiti LILO pa nee raditi ili neete\n"
-"koristiti LILO pa vam /boot nee ni trebati."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Particiju koju ste odabrali kao root (/) je fiziki locirana poslije 1024-"
-"tog cilindra vaeg hard diska, a nemate /boot particiju.\n"
-"Ukoliko planirate koristiti LILO boot menader, budite paljivi da dodate/"
-"boot particiju"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Izabrali ste softwaresku RAID particiju kao root (/).\n"
-"Nema bootloader-a koji je u mogunosti to podrati bez /boot particije.\n"
-"Zato budite paljivi da dodate /boot particiju"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Particijska tablica pogona %s e sada biti zapisana na disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Trebate ponovo pokrenuti sustav prije nego promjene postanu aktivne"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Nakon formatiranja particije %s svi podaci na ovoj particiji biti e obrisani"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatiram"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiram loopback datoteku %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiram particiju %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Sakrij datoteku"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Premijesti datoteku na novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Direktorij %s ve sadri neke podatke\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Premijeteam datoteke na novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopiram %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Uklanjam %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "particija %s je sada poznata kao %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Ureaj:"
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS ureaj slovo: %s (nagaanje)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Vrsta: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Ime: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Poetak: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Veliina: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektora"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindar %d do %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatiran\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nije formatiran\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montiran\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback datoteka(e):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Podrazumijevana boot particija\n"
-" (za MS-DOS boot, ne za LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Razina %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Chunk veliina %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskovi %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Ime loopback datoteke: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"anse su, da je ova particija\n"
-"ustvari particija upravljakog programa, vjerojatno\n"
-"biste ju trebali ostaviti.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Ova specijalna bootstrap\n"
-"particija je za\n"
-"dvostruko-podizanje (dual-boot) vaeg sustava.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Veliina: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskovi %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Vrsta particijske tabele: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na sabirnici %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcije: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Klju enkriptiranja datotenog sustava"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Izaberite va klju za enkriptiranje datotenog sustava"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Upisani enkripcijski klju je prejednostavan (mora biti dug najmanje %d "
-"znakova)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Enkripcijski kljuevi se ne slau"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Enkripcijski klju"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Enkripcijski klju (ponovno)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Promijeni tip"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Molim kliknite na medij"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Posluitelji za pretraivanje"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatiranje %s nije uspjelo"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "ne znam kako formatirati %s kao vrstu %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "montiranje particije %s u direktorij %s neuspjeno"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck neuspjean sa izlaznim kodom %d ili signalom %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "greka kod demontiranja %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednostavno"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "sa /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "posluitelj"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "JFS se ne moe koristiti na particijama koje su manje od 16 MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "ReiserFS se ne moe koristiti na particijama koje su manje od 32 MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Mjesto montiranja mora poeti sa /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Ve postoji particija sa mjestom montiranja %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Ne moete koristiti LVM logiki prostor za mjesto montiranja %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Ovaj direktorij bi trebao ostati unutar root datotenog sustava"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Treba vam istinski datoteni sustav (ex2, reiserfs) za ovo mjesto "
-"montiranja\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Ne moete koristiti enkriptirani datoteni sustav za toku montiranja %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nema dovoljno slobodnog prostora za auto-alokaciju"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nema nita za uraditi"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Greka prilikom otvaranja %s za pisanje: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Pojavila se greka - ne mogu pronai niti jedan valjani ureaj na kojem\n"
-"bih mogao instalirati datoteni sustav. Provjerite da li je sa vaim "
-"hardverom sve u redu."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nemate niti jednu particiju!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux je viekorisniki sustav, i to znai da svaki korisnik moe imati\n"
-"vlastita podeenja, vlastite datoteke itd. Moete proitati ``User Guide''\n"
-"da nauite vie. Za razliku od \"root\"-a, koji je administrator, korisnici\n"
-"koje ete dodati ovdje nee imati ovlatenja za mijenjanje niega osim "
-"vlastitih\n"
-"datoteka ili vlastitih postavki. Morati ete napraviti najmanje jednog "
-"normalnog\n"
-"korisnika za vas. Taj raun ete koristiti za prijavljivanje za rutinsko\n"
-"koritenje. Iako je vrlo praktino se prijaviti kao \"root\" svaki dan,\n"
-"to moe biti vrlo opasno! Najmanja pogreka moe znaiti da va sustav\n"
-"nee vie moi raditi. Ako napravite ozbiljnu greku kao normalan korisnik,\n"
-"moete izgubiti samo neke informacije, ali ne cijeli sustav.\n"
-"\n"
-"Prvo, morate unijeti vae pravo ime. Ono nije obvezno, naravno\n"
-"moete ustvari unijeti to god elite. DrakX e tada uzeti prvu rije koju\n"
-"ste unijeli u to polje i prenijeti je u \"Korisniko ime\". To je ime kojim "
-"e \n"
-"se taj konkretni korisnik prijavljivati u sustav. Moete ga mijenjati. "
-"Tada \n"
-"morate ovdje upisati lozinku. Sa gledita sigurnosti, lozinka "
-"neprivilegiranog \n"
-"(obinog) korisnika nije toliko vana kao \"root\" lozinka, ali je ne treba "
-"zbog\n"
-"toga zanemarivati: naposlijetku, radi se o vaim datotekama.\n"
-"\n"
-"Ako pritisnete \"Prihvati korisnika\", moete ih dodati koliko elite. "
-"Dodajte\n"
-"korisnika za svakog prijatelja: oca ili sestru, npr. Kada ste dodali sve "
-"korisnike\n"
-"koje ste eljeli, stisnite \"Zavri\".\n"
-"\n"
-"Pritiskanjem na \"Napredno\" moete promijeniti predodreenu \"ljusku\" za "
-"tog\n"
-"korisnika (bash je predodreen)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Gore su popisane postojee Linux particije pronaene na\n"
-"vaem hard disku. Moete zadrati izbore napravljene od strane arobnjaka, "
-"one su dobre za\n"
-"uobiajenu upotrebu. Ukoliko promjenite izbore, morate barem definirati "
-"root\n"
-"particiju (\"/\"). Nemojte izabrati premalu particiju jer neete moi \n"
-"instalirati dovoljno software-a. Ako elite spremati vae podatke na "
-"posebnoj particiji,\n"
-"trebate takoer izabrati \"/home\" (jedino mogue ako imate vie od jedne\n"
-"raspoloive Linux particije).\n"
-"\n"
-"\n"
-"Za informaciju, svaka particija je popisana kako slijedi: \"Ime\", "
-"\"Kapacitet\".\n"
-"\n"
-"\n"
-"\"Ime\" je kodirano kako slijedi: \"tip hard diska\", \"broj hard diska\",\n"
-"\"broj particije\" (naprimjer, \"hda1\").\n"
-"\n"
-"\n"
-"\"Tip hard diska\" je \"hd\" ukoliko je hard disk - IDE hard disk i \"sd\"\n"
-"ukoliko je on SCSI hard disk.\n"
-"\n"
-"\n"
-"\"Broj hard diska\" je uvijek slovo poslije \"hd\" ili \"sd\". Sa IDE hard "
-"diskovima:\n"
-"\n"
-" * \"a\" znai \"master hard disk na primarnom IDE kontroleru\";\n"
-"\n"
-" * \"b\" znai \"slave hard disk na primarnom IDE kontroleru\";\n"
-"\n"
-" * \"c\" znai \"master hard disk na sekundarnom IDE kontroleru\";\n"
-"\n"
-" * \"d\" znai \"slave hard disk na sekundarnom IDE kontroleru\".\n"
-"\n"
-"\n"
-"Sa SCSI hard diskovima, \"a\" znai \"primarni hard disk\", \"b\" znai "
-"\"sekundarni hard disk\", itd..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux instalacija je proirena na nekoliko CDROMova. DrakX\n"
-"zna ukoliko se odabrani paket nalazi na drugom CDROMu i izbaciti e\n"
-"trenutni CD i pitati vas da ubacite drugi koji je potreban."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Sada treba odrediti koje programe elite instalirati u svoj sustav. Za "
-"Mandrake \n"
-"Linux su dostupne tisue paketa, i ne morate ih sve znati na pamet.\n"
-"\n"
-"Ako pokreete standarnu instalaciju sa CD-ROMa, prvo ete biti upitani da "
-"navedete\n"
-"CDove koje imate (samo u modu za strunjake). Provjerite imena CDova i "
-"oznaite\n"
-"kuice koje odgovaraju CDovima koje imate. Pritisnite \"U redu\" kada ste "
-"spremni\n"
-"nastaviti.\n"
-"\n"
-"Paketi su podijeljeni po grupama koje odgovaraju odreenoj svrsi. Grupe su \n"
-"podijeljene u etiri sekcije:\n"
-"\n"
-" * \"Radna stanica\": ako ete koristiti stroj kao radnu stanicu, izaberite\n"
-"jednu ili vie odgovarajuih grupa;\n"
-"\n"
-" * \"Razvoj\": ako e se Va stroj koristiti za programiranje, izaberite\n"
-"eljene grupe;\n"
-"\n"
-" * \"Posluitelj\": ako je Va stroj odreen za posluitelja, moi ete "
-"odabrati\n"
-"koje od uobiajenih servisa elite instalirati na njega;\n"
-"\n"
-" * \"Grafiko okruje\": naposlijetku, ovdje birate grafiko okruje. Barem "
-"jedno\n"
-"mora biti odabrano ako elite imati grafiku radnu stanicu!\n"
-"\n"
-"Pomicanjem pokazivaa mia na ime grupe e se prikazati kratak opis te "
-"grupe. Ako\n"
-"nijedna grupa nije odabrana pri normalnoj instalaciji (za razliku od "
-"nadogradnje),\n"
-"iskoit e dijalog sa predloenim opcijama za minimalnu instalaciju:\n"
-"\n"
-" * \"Sa Xima\": instaliranje to je manje paketa mogue za grafiko "
-"suelje;\n"
-"\n"
-" * \"Sa osnovnom dokumentacijom\": instalira osnovni sustav sa osnovnim "
-"pomonim\n"
-"programima i njihovom dokumentacijom. Ova instalacija je pogodna za "
-"namjetanje\n"
-"posluitelja;\n"
-"\n"
-" * \"Stvarno malena instalacija\": instalirat e strogi minimum potreban da "
-"bi\n"
-"imali Linux sustav koji radi, samo u komandnoj liniji. Ova instalacija je "
-"velika\n"
-"oko 65Mb.\n"
-"\n"
-"Moete provjeriti \"Inividualni odabir paketa\", to je korisno ako ste "
-"upoznati\n"
-"sa ponuenim paketima ili ako elite imati potpunu kontrolu nad "
-"instaliranim\n"
-"sadrajem.\n"
-"\n"
-"Ako ste pokrenuli instalaciju u \"Nadogradnja\" nainu, moete odselektirati "
-"sve\n"
-"grupe da izbjegnete instaliranje novih paketa. Ovo je korisno za "
-"popravljanje\n"
-"ili osuvremenjivanje postojeeg sustava."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Konano, ovisno o tome da li ste izbrali individualne pakete, prikazat e "
-"vam \n"
-"se stablo sa svim paketima podijeljenim u grupe i podgrupe. Pri "
-"pregledavanju\n"
-"stabla moete izabrati itave grupe, podgrupe ili pojedine pakete.\n"
-"\n"
-"Kad god izaberet paket na stablu, na desnoj strani se pojavi opisnik. Kada "
-"ste\n"
-"zavrili odabir, pritisnite \"Instaliraj\", ime ete pokrenuti proces "
-"instaliranja.\n"
-"Ovisno o brzini raunala i broju paketa koji trebaju biti instalirani, "
-"proces moe\n"
-"potrajati. Procjena vremena koje e biti potrebno da bi se sve instaliralo "
-"pie\n"
-"na ekranu, da vam pomogne procjeniti imate li vremena za alicu kave.\n"
-"\n"
-"!! Ako je odabran posluiteljski paket, namjerno ili jer je pripadao nekoj "
-"grupi,\n"
-"bit ete upitani da potvrdite da li elite stvarno instalirati te "
-"posluitelje.\n"
-"Kod Mandrake Linuxa, svi instalirani posluitelji se pokreu prilikom "
-"podizanja\n"
-"sustava. ak iako su sigurni, bez poznatih problema u vrijeme izlaska "
-"distribucije,\n"
-"moe se dogoditi da se otkriju sigurnosne rupe nakon zgotovljenja ove "
-"inaice\n"
-"Mandrake Linuxa. Ako ne znate to bi pojedini servis trebao raditi ili "
-"zato \n"
-"se instalira, pritisnite \"Ne\". Pritiskanjem na \"Da\"instalirat e se "
-"navedeni\n"
-"servisi i pokretat e se automatski. !!\n"
-"\n"
-"\"Automatske ovisnosti\" opcija onemoguuje upozorenje koje se pojavi kad "
-"god \n"
-"instalacija automatski izabere paket. Ovo se deava stoga to je utvrdila "
-"da\n"
-"treba zadovoljiti ovisnost drugim paketom da bi se uspjeno zavrila.\n"
-"\n"
-"Malena ikona diskete na dnu popisa omoguuje uitavanje popisa paketa "
-"izabranih\n"
-"tijekom neke prole instalacije. Pritiskom na nj upitat e vas da ubacite "
-"disketu\n"
-"napravljenu na kraju neke druge instalacije. Pogledajte drugi savjet u "
-"posljednjem\n"
-"koraku stvaranja takve diskete."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Predloeno Vam je da namjestite Internet/mrenu vezu. Ako elite raunalo\n"
-"povezati s Internetom ili lokalnom mreom, pristisnite \"U redu\". Pokrenut "
-"e\n"
-"se proces automatskog prepoznavanja mrenih kartica i modema. Ako ovaj "
-"proces\n"
-"zakae, iskljuite \"Koristi autodetekciju\" kuicu slijedei put. Moete\n"
-"odabrati i da ne namjetate mreu, ili da to uinite kasnije; u tom "
-"sluaju, \n"
-"samo stisnite \"Odustani\".\n"
-"\n"
-"Dostupne veze su: obini modem, ISDN modem, ADSL veza, kablovski modem, te\n"
-"jednostavna LAN veza (Ethernet).\n"
-"\n"
-"Ovdje se neemo detaljno baviti sa pojedinim konfiguracijama. Samo "
-"provjerite da\n"
-"li imate sve parametre od vaeg pruatelja internet usluga ili sustavskog \n"
-"administratora.\n"
-"\n"
-"Moete pogledati u ``User Guide'', poglavlje o Internet vezama za detalje "
-"o \n"
-"postavkama, ili jednostavno saekati da se sustav instalira, pa koristiti\n"
-"tamo opisani program da bi namjestili vau vezu.\n"
-"\n"
-"Ako elite namjestiti mreu kasnije, poslije instalacije, ili ste zavrili\n"
-"namjetanje mree, stisnite \"Odustani\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Sada moete izabrati servise koje elite pokreniti pri podizanju.\n"
-"\n"
-"Ovdje su predstavljeni svi servisi dostupni sa trenutnom instalacijom.\n"
-"Pregledajet ih paljivo i maknite one koje nisu uvijek potrebni prilikom\n"
-"podizanja sustava.\n"
-"\n"
-"Odabiranjem odreenog servisa dobit ete kratki opis tog servisa. Meutim, "
-"ako\n"
-"niste sigurni je li servis koristan ili ne, sigurnije je ostaviti "
-"predodreeno\n"
-"ponaanje.\n"
-"\n"
-"!! Na ovoj razini obratite pozornost na to da li ete koristiti stroj kao\n"
-"posluitelj: vjerojatno ne elite pokretati neke servise koje ne trebate.\n"
-"Prisjetite se da neki servisi mogu biti opasni ako su pokrenuti na "
-"posluitelju.\n"
-"Openito, izaberite samo one servise koji vam stvarno trebaju.\n"
-"!!"
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux upravlja vremenom po GMTu (Greenwich Mean Time) i prevodi ga u\n"
-"lokalno vrijeme prema vremenskoj zoni koju ste izabrali. Mogue je, dodue,\n"
-"ovo iskljuiti iskljuivanjem odabira \"Hardverski sat namjeten na GMT\" "
-"tako\n"
-"da je hardverski sat jednak sustavskom. Ovo je korisno kada se na raunalu\n"
-"nalazi drugi operacijski sustav, poput Windows.\n"
-"\n"
-"Opcija \"Automatska sinhronizacija vremena\" e automatski podeavati sat\n"
-"tako da e se povezivati sa vremenskim posluiteljem na Internetu. Sa "
-"popisa\n"
-"izaberite posluitelj najblie vama. Naravno, morate imati ispravnu vezu sa\n"
-"Internetom da bi ovo radilo. Takoer, instalirat e vremenski posluitelj "
-"na\n"
-"vae raunalo kojeg, opcionalno, mogu koristiti druga raunala u vaoj\n"
-"lokalnoj mrei."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (od X Window System) jest srce GNU/Linux grafikog suelja, na kojem "
-"poivaju\n"
-"sva grafika okruja (KDE, GNOME, AfterStep, WindowMaker, itd.) koja dolaze "
-"sa\n"
-"Mandrake Linuxom. Ovdje e DrakX pokuati automatski podesiti Xe.\n"
-"Jako je rijetko da e zakazati, osim ako hardver nije vrlo star (ili nov)\n"
-"Ako uspije, pokrenut e Xe automatski sa najboljom moguom rezolucijom, "
-"ovisno\n"
-"o veliini monitora. Pojavit e se prozor s upitom da li ga vidite.\n"
-"\n"
-"Ako ste pokrenuli \"Strunjak\" instalaciju, ui ete u arobnjak za "
-"namjetanje\n"
-"Xa. Pogledajte odgovarajui odjeljak u priruniku za vie informacija o "
-"ovom\n"
-"arobnjaku.\n"
-"\n"
-"Ako vidite poruku tijekom testa, i odgovorite \"Da\", onda e DrakX krenuti\n"
-"na slijedei korak. Ako ne moete vidjeti poruku, to jednostavno znai da "
-"je\n"
-"konfiguracija pogrena i test e se automatski zavriti nakon 10 sekundi, "
-"te\n"
-"povratiti ekran."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Konano ete biti pitani da li elite vidjeti grafiko suelje pri\n"
-"dizanju. Primjetite da ovo pitanje e biti pitano iako ne elite "
-"istestirati\n"
-"konfiguraciju. Vjerojatno, elite odgovoriti sa \"Ne\" ukoliko e vae "
-"raunalo\n"
-"raditi kao posluitelj, ili ako niste bili uspjeni u konfiguriranju vaeg\n"
-"zaslona."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"U ovom trenutku, trebate izabrati gdje ete instalirati va\n"
-"Mandrake Linux operativni sustav na va hard disk. Ukoliko je prazan ili "
-"ako\n"
-"postojei operativni sustav koristi itav prostor na disku, trebate ga\n"
-"particionirati. Jednostavno, particioniranje hard diska sastoji se od "
-"logikog\n"
-"dijeljenja kako bi napravili prostor za instalaciju vaeg novog Mandrake "
-"Linux sustava.\n"
-"\n"
-"\n"
-"Zato to su posljedice procesa particioniranja obino ireverzibilne,\n"
-"particioniranje moe biti strano i stresno ukoliko ste korisnik bez "
-"iskustva.\n"
-"Ovaj arobnjak pojednostavljuje proces. Prije poetka, molimo konzultirajte "
-"upute\n"
-"i uzmite vremena koliko vam je potrebno.\n"
-"\n"
-"\n"
-"Trebate najmanje dvije particije. Jedna je za sam operativni sustav, a\n"
-"druga je za virtualnu memoriju (takoer zvanu Swap).\n"
-"\n"
-"\n"
-"Ukoliko su particije ve definirane (iz prijanje instalacije iliiz\n"
-"drugih particijskih alata), trebate samo izbarati te particije za "
-"instalaciju vaeg\n"
-"Linux sustava.\n"
-"\n"
-"\n"
-"Ukoliko particije nisu ve definirane, trebate ih napraviti. \n"
-"Da biste to napravili, koristite arobnjak gore raspoloiv. U zavisnosti od "
-"vaih hard disk\n"
-"postavki, nekoliko rjeenja je raspoloivo:\n"
-"\n"
-"* Koritenje postojee particije: arobnjak je detektirao jednu ili vie "
-"postojeih Linux particija na vaem hard disku. Ukoliko\n"
-" ih elite zadrati, izaberite ovu opciju.\n"
-"\n"
-"\n"
-"* Obrii cijeli disk: ukoliko elite obrisati sve podatke i sve particije "
-"koje postoje na vaem hard disku i zamjeniti ih sa\n"
-" vaim novim Mandrake Linux sustavom, moete izabrati ovu opciju. Budite "
-"paljivi sa ovim rjeenjem, neete moi\n"
-" povratiti va izbor nakon potvrde.\n"
-"\n"
-"\n"
-"* Koristiti slobodan prostor na Windows particiji: ukoliko je Microsoft "
-"Windows instaliran na vaem hard disku i zauzima\n"
-" cjeli raspoloiv prostor na njemu, trebate napraviti slobodan prostor za "
-"Linux podatke. Da biste to napravili moete obrisati vau\n"
-" Microsoft Windows particiju i podatke (pogledajte \"Brisanje cijelog diska"
-"\" ili \"Ekspert mod\" rjeenja) ili mjenjati veliinu vae\n"
-" Microsoft Windows particije. Mjenjanje veliine moe se obaviti bez "
-"gubitka bilo kakvih podataka. Ovo rjeenje je\n"
-" preporueno ukoliko elite koristiti zajedno Mandrake Linux i Microsoft "
-"Windows-e na istom raunalu.\n"
-"\n"
-"\n"
-" Prije izabiranja ovog rjeenja, molimo razumite da e veliina vae "
-"Microsoft\n"
-" Windows partiticije biti manja nego to je sada. To znai da ete imati "
-"manje slobodnog prostora pod\n"
-" Microsoft Windows-ima za spremanje vaih podataka ili instaliranje novog "
-"software-a.\n"
-"\n"
-"\n"
-"* Ekspertni mod: Ukoliko elite particionirati runo va hard disk, moete "
-"izabrati ovu opciju. Budite paljivi prije\n"
-" izabiranja ovog rjeenja. Vrlo je mono, ali i vrlo opasno. Moete "
-"izgubiti sve vae podatke vrlo lako. Zato,\n"
-" nemojte izabrati ovo rjeenje ukoliko ne znate to radite."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Svaka particija koja je novo definirana mora biti\n"
-"formatirana za koritenje (formatiranje znai pravljenje datotenog "
-"sustava).\n"
-"\n"
-"\n"
-"Trenutno, moete htjeti ponovno formatirati neke ve postojee particije "
-"kako bi obrisali\n"
-"podatke koje one posjeduju. Ukoliko elite to napraviti, molimo takoer "
-"izaberite particije\n"
-"koje elite formatirati.\n"
-"\n"
-"\n"
-"Molimo primjetite da nije nuno ponovno formatirati sve ve postojee "
-"particije.\n"
-"Morate ponovno formatirati particije koje sadre operativni sustav (poput \"/"
-"\",\n"
-"\"/usr\" ili \"/var\") ali ne morate ponovno formatirati particije koje "
-"sadre podatke\n"
-"koje elite zadrati (tipino /home).\n"
-"\n"
-"\n"
-"Molimo budite paljivi odabirom particija, poslije formatiranja, svi podaci "
-"e biti\n"
-"obrisani i neete ih moi povratiti.\n"
-"\n"
-"\n"
-"Pritisnite na \"U redu\" kada ste spremni za formatiranje particije.\n"
-"\n"
-"\n"
-"Pritisnite na \"Odustani\" kada elite izabrati druge particije za "
-"instalaciju vaeg novog\n"
-"Mandrake Linux operativnog sustava."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Va novi Mandrake Linux operativni sustav se trenutno instalira.\n"
-"U Zavisnosti od broja paketa koliko instalirate i brzine vaeg raunala,\n"
-"ova operacija moe potrajati od nekoliko minuta do znaajne koliine\n"
-"vremena.\n"
-"\n"
-"\n"
-"Molimo budite strpljivi."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Prije nastavka trebate paljivo proitati stavke licence. Ona\n"
-"pokriva cijelu Mandrake Linux distribuciju, i ako se ne slaete u svim\n"
-"stavkama sadranih u njoj, kliknite na \"Odbij\" gumb koji e automatski\n"
-"zavriti instalaciju. Za nastavak instalacije, kliknite na\n"
-"\"Prihvati\" gumb."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"U ovoj toki instalacije, trebate izabrati koje\n"
-"partiticije ete koristiti za instalaciju vaeg novog Mandrake Linux "
-"sustava. Ukoliko su\n"
-"particije ve definirane (iz prethodne instalacije GNU/Linux-a ili iz\n"
-"drugih particijskih alata), moete koristiti postojee particije. U drugim "
-"sluajevima,\n"
-"hard disk particije moraju biti definirane.\n"
-"\n"
-"\n"
-"Za pravljenje particija, morate prvo izabrati hard disk. Moete izabrati \n"
-"disk za particioniranje klikanjem na \"hda\" za prvi IDE disk, \"hdb\" za\n"
-"drugi ili \"sda\" za prvi SCSI disk i tako dalje.\n"
-"\n"
-"\n"
-"Za particioniranje izabranog hard diska, moete izabrati ove opcije:\n"
-"\n"
-" * Obrii sve: ova opcija e obrisati sve raspoloive particije na "
-"odabranom hard disku.\n"
-"\n"
-"\n"
-" * Auto alokacija: ova opcija vam dozvoljava da automatski napravite Ext2 "
-"i swap particije u slobodnom prostoru vaeg\n"
-" hard diska.\n"
-"\n"
-"\n"
-" * Spasi particijsku tablicu: ukoliko je vaa particijska tablica "
-"oteena, moete probati spasiti ju koristei ovu opciju. Molimo\n"
-" budite paljivi i zapamtite da ne mora biti uspjena.\n"
-"\n"
-"\n"
-" * Povrati: moete koristiti ovu opciju za odustajanje od vaih promjena.\n"
-"\n"
-"\n"
-" * Ponovno uitaj: moete koristiti ovu opciju ukoliko elite vratiti "
-"unazad sve promjene i uitati vau inicijalnu particijsku tablicu\n"
-"\n"
-"\n"
-" * arobnjak: ukoliko elite koristiti arobnjak za particioniranje vaeg "
-"hard diska, moete koristiti ovu opciju. Preporueno je ukoliko \n"
-" nemate dovoljno znanja oko particioniranja.\n"
-"\n"
-"\n"
-" * Vrati sa diskete: ukoliko ste spremili vau particijsku tablicu na "
-"disketu tijekom prijanje instalacije, moete\n"
-" ju vratiti koristei ovu opciju.\n"
-"\n"
-"\n"
-" * Spremi na disketu: ukoliko elite spremiti vau particijsku tablicu na "
-"disketu kako biste ju mogli kasnije vratiti, moete koristiti ovu\n"
-" opciju. Jako je preporuljivo koristiti ovu opciju\n"
-"\n"
-"\n"
-" * Zavri: kada ste zavrili s particioniranjem vaeg hard diska, "
-"koristite ovu opciju za spremanje vaih promjena.\n"
-"\n"
-"\n"
-"Za informaciju, moete dohvatiti bilo koju opciju koristei tastaturu: "
-"navigiranje kroz particije se obavlja koristei Tab i Up/Down strelice.\n"
-"\n"
-"\n"
-"Kada je particija odabrana, moete koristiti:\n"
-"\n"
-" * Ctrl-c za pravljenje novih particija (kada je prazna particija "
-"izabrana)\n"
-"\n"
-" * Ctrl-d za brisanje particije\n"
-"\n"
-" * Ctrl-m za postavljanje toke montiranja\n"
-" \n"
-"\n"
-" \n"
-"Ukoliko instalirate na PPC raunalo, eliti e te napraviti malu HFS "
-"'bootstrap' particiju od najmanje 1MB za koritenje\n"
-"od strane yaboot bootloader-a. Ukoliko se odluite za pravljenje malo vee "
-"particije, recimo 50MB, moete ju pronai korisnom za stavljanje\n"
-"dodatnog kernela i ramdisk slike u sluaju nude."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Vie od jedne Microsoft Windows particije su pronaene\n"
-"na vaem hard disku. Molimo izaberite jednu kojoj elite promjeniti veliinu "
-"kako bi instalirali\n"
-"va novi Mandrake Linux operativni sustav.\n"
-"\n"
-"\n"
-"Za informaciju, svaka particija je popisana kako slijedi; \"Linux ime\", "
-"\"Windows\n"
-"ime\" \"Kapacitet\".\n"
-"\n"
-"\"Linux ime\" je kodirano kako slijedi: \"tip hard diska\", \"broj hard diska"
-"\",\n"
-"\"broj particije\" (naprimjer, \"hda1\").\n"
-"\n"
-"\n"
-"\"Tip hard diska\" je \"hd\" ukoliko je hard disk - IDE hard disk i \"sd\"\n"
-"ukoliko je on SCSI hard disk.\n"
-"\n"
-"\n"
-"\"Broj hard diska\" je uvijek slovo poslije \"hd\" ili \"sd\". Sa IDE hard "
-"diskovima:\n"
-"\n"
-" * \"a\" znai \"master hard disk na primarnom IDE kontroleru\",\n"
-"\n"
-" * \"b\" znai \"slave hard disk na primarnom IDE kontroleru\",\n"
-"\n"
-" * \"c\" znai \"master hard disk na sekundarnom IDE kontroleru\",\n"
-"\n"
-" * \"d\" znai \"slave hard disk na sekundarnom IDE kontroleru\".\n"
-"\n"
-"\n"
-"Sa SCSI hard diskovima, \"a\" znai \"primarni hard disk\", \"b\" znai "
-"\"sekundarni hard disk\", itd...\n"
-"\n"
-"\"Windows ime\" je slovo vaeg hard diska pod Windows-ima (prvi disk\n"
-"ili particija se zove \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Molimo budite strpljivi. Ova operacija moe potrajati nekoliko minuta."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Molimo izaberite \"Instalacija\" ukoliko nemate prethodne verzijeMandrake "
-"Linux-a\n"
-"instalirano ili ako elite koristiti nekoliko operativnih sustava.\n"
-"\n"
-"\n"
-"Molimo izaberite \"Dogradnja\" ukoliko elite dograditi ve postojeu "
-"verzijuMandrake Linux-a.\n"
-"\n"
-"\n"
-"U zavisnosti od znanja u GNU/Linux, moete izabrati jednu od slijedeih "
-"razina za instalaciju ili dogradnju\n"
-"vaeg Mandrake Linux operativnog sustava:\n"
-"\n"
-"* Preporueno: ukoliko nikad niste instalirali GNU/Linux operativni sustav "
-"izaberite ovo. Instalacija e biti\n"
-" vrlo laka i pitati e vas samo nekoliko pitanja.\n"
-"\n"
-"\n"
-"* Prilagoeno: ukoliko ste ve upoznati sa GNU/Linux, moete izabrati "
-"primarnu upotrebu (radna stanica, posluitelj,\n"
-" razvoj) za va sustav. Trebati ete odgovoriti na vie pitanja nego u "
-"\"Preporuenoj\" instalacijskoj\n"
-" klasi, zato trebate znati vie o tome kako GNU/Linux radi kako bi izabrali "
-"ovu instalacijsku klasu.\n"
-"\n"
-"\n"
-"* Strunjak: ukoliko imate dobro znanje o GNU/Linux-u, moete izabrati ovu "
-"instalacijsku klasu. Kao u \"Prilagoenoj\"\n"
-" instalacijskoj klasi, moi ete izabrati primarnu upotrebu za va sustav "
-"(radna stanica, posluitelj, razvoj). Budite jako\n"
-" paljivi prije nego to odaberete ovu instalacijsku klasu. Moi ete "
-"izvriti visoko prilagoenu instalaciju.\n"
-" Odgovori na neka pitanja mogu biti jako teki ukoliko nemate dobro znanje "
-"GNU/Linux. Dakle, nemojte izabrati\n"
-" ovu instalacijsku klasu ukoliko ne znate to radite."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Molim odaberite ispravni port. Na primjer, COM1 port pod MS Windowsima\n"
-"je imenovan ttyS0 pod GNU/Linuxom."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) i Grub su bootloaderi: oni su u mogunosti podii\n"
-"ili GNU/Linux ili bilo koji drugi postojei operativni sustav na vaem "
-"raunalu.\n"
-"Normalno, ti drugi operativni sustavi su ispravno pronaeni i\n"
-"instalirani. Ako to nije sluaj, moete ga dodati runo na ovom\n"
-"zaslonu. Budite paljivi da izaberete ispravne parametre.\n"
-"\n"
-"\n"
-"Takoer ete poeliti ne dati pristup tim drugim operativnim sustavima\n"
-"drugima, u tom sluaju moete obrisati odgovarajue unose. Ali\n"
-"u tom sluaju, trebati ete boot disketu kako bi ih mogli podii!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Sada morate odabrati gdje elite staviti zahtijevane informacije za "
-"podizanje\n"
-"GNU/Linuxa.\n"
-"\n"
-"Ako ne znate tono to radite, izaberite \"Prvi sektor diska\n"
-"(MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX e pokuati pronai PCI SCSI adapter(e). Ukoliko DrakX\n"
-"pronae SCSI adapter i zna koji upravljaki program da koristi, on e "
-"automatski biti\n"
-"instaliran.\n"
-"\n"
-"\n"
-"Ukoliko nemate SCSI adapter, ISA SCSI adapter ili PCI SCSI adapter koji\n"
-"DrakX ne moe prepoznati, biti ete pitani da li imate SCSI adapter u vaem\n"
-"sustavu. Ukoliko nemate adapter, moete kliknuti na \"Ne\". Ukoliko kliknete "
-"na\n"
-"\"Da\", dobiti ete popis upravljakih programa odakle moete izabrati va\n"
-"specifian adapter.\n"
-"\n"
-"\n"
-"Ako trebate runo specifirati va adapter, DrakX e pitati da li elite \n"
-"specifirati opcije za njega. Trebali biste dozvoliti DrakX-u da isproba "
-"opcije za\n"
-"hardware. Ovo obino radi dobro.\n"
-"\n"
-"\n"
-"Ako ne, trebati ete navesti opcije za upravljaki program. Molimo "
-"pregledajte User\n"
-"Guide (poglavlje 3, sekciju \"Collective informations on your hardware\") za "
-"preporuke\n"
-"o pribavljanju ovih informacija iz dokumentacije hardware-a, sa \n"
-"proizvoaevog Web site-a (ukoliko imate Internet pristup) ili iz Microsoft "
-"Windows-a\n"
-"(ukoliko ga imate na vaem sustavu)."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Moete dodati dodatne unose za yaboot, ili za drugi operativni sustav,\n"
-"alternativne kernele, ili za spasonosnu boot sliku.\n"
-"\n"
-"\n"
-"Za druge OS-ove - unos se sastoji samo od labele i root particije.\n"
-"\n"
-"\n"
-"Za Linux, postoji nekoliko moguih opcija: \n"
-"\n"
-"\n"
-" - Labela: Ovo je jednostavno ime koje ete napisati u yaboot promptu za "
-"odabir ove \n"
-"boot opcije.\n"
-"\n"
-"\n"
-" - Slika: Ovo e biti ime kernela pri podizanju. Tipino vmlinux ili\n"
-"varijacija vmlinux-a sa ekstenzijom.\n"
-"\n"
-"\n"
-" - Root: root ureaj ili '/' za vau Linux instalaciju.\n"
-"\n"
-"\n"
-" \n"
-" - Dodatak: Na Apple hardware-u, kernel dodatak opcija se koristi vrlo "
-"esto za\n"
-"pomo pri inicijaliziranju video hardware-a, ili za omoguavanje emulacije "
-"tastaturnih mijih gumba\n"
-"zbog estog nedostatka 2-og ili 3-eg mijeg gumba na Apple mievima. "
-"Slijedee \n"
-"su neki primjeri:\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: Ova opcija se moe koristiti ili za uitavanje inicijalnih "
-"modula, prijenego to je boot\n"
-"ureaj raspoloiv, ili za uitavanje ramdisk slike za spasonosne boot "
-"situacije.\n"
-"\n"
-"\n"
-" - Initrd-veliina: Podrazumijevana veliina ramdisk-a je openito 4096 "
-"byte-ova. Ukoliko trebate\n"
-"alocirati vei ramdisk, ova opcija moe biti koritena.\n"
-"\n"
-"\n"
-" - itaj-Pii: Normalno je 'root' particija inicijalno podignuta u itaj-"
-"samo, za mogunost\n"
-"provjere datotenog sustava prije nego sustav postane 'iv'. Moete "
-"nadjaati ovu opciju ovdje.\n"
-"\n"
-"\n"
-" - NoVideo: Ako se Apple hardware pokae kao iznimno problematian, moete\n"
-"izabrati ovu opciju za podizanje u 'novideo' modu, sa native framebuffer "
-"podrkom.\n"
-"\n"
-"\n"
-" - Podrazumijevano: Izabire ovaj unos kao podrazumijevani Linux izbor, "
-"mogue izbirati sa samo\n"
-"pritiskom ENTER-a na yaboot pitanju. Ovaj unos e takoer biti oznaen sa "
-"'*', ukoliko\n"
-"koristite TAB za pregledavanje boot izbora."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot je bootloader za NewWorld MacIntosh hardware. U mogunosti je\n"
-"podii ili GNU/Linux, MacOS, ili MacOSX, ukoliko postoje na vaem raunalu.\n"
-"Normalno, ti drugi operativni sustavi su ispravno pronaeni i\n"
-"instalirani. Ukoliko to nije sluaj, moete dodati unos runo na ovom\n"
-"zaslonu. Budite paljivi da izaberete ispravne parametre.\n"
-"\n"
-"\n"
-"Yaboot glavne opcije su:\n"
-"\n"
-"\n"
-" - Init Poruka: Jednostavna tekst poruka koja se prikae prije pitanja o\n"
-"podizanju.\n"
-"\n"
-"\n"
-" - Boot Ureaj: Oznaava gdje elite staviti informaciju potrebnu za \n"
-"podizanje GNU/Linux-a. Openito, morati ete imati postavljenu bootstrap "
-"particiju prije, \n"
-"da moe drati ovu informaciju.\n"
-"\n"
-"\n"
-" - Otvorena Firmware Pauza: Za razliku od LILO-a, postoje dvije raspoloive "
-"pauze sa\n"
-"yaboot-om. Prva pauza se mjeru sekundama i na tom mjestu moete \n"
-"birati izmeu CD-a, OF boot-a, MacOS-a ili Linux-a.\n"
-"\n"
-"\n"
-" - Kernel Boot ekanje: Ovo ekanje je slino LILO boot ekanju. Poslije \n"
-"izabiranja Linux-a, imati ete pauzu od 0.1 sekunde prije nego "
-"podrazumijevani\n"
-"kernel opis bude odabran.\n"
-"\n"
-"\n"
-" - Omogui CD Boot?: Postavljanje ove opcije e vam dozvoliti da moete "
-"izabrati 'C' za CD na\n"
-"prvom pitanju pri podizanju.\n"
-"\n"
-"\n"
-" - Omogui OF Boot?: Postavljanje ove opcije e vam dozvoliti da moete "
-"izabrati 'N' za Open\n"
-"Firmware prvi prvom pitanju pri podizanju.\n"
-"\n"
-"\n"
-" - Podrazumijevani OS: Moete izabrati koji OS ete podii podrazumijevano "
-"kada Open Firmware \n"
-"pauza istekne."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Izaberite hard disk kojeg elite obrisati kako bi instalirali vau\n"
-"novu Mandrake Linux particiju. Budite paljivi, svi postojei podaci\n"
-"biti e izgubljen i nee se moi povratiti!"
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Izaberite \"U redu\" ukoliko elite obrisati sve podatke i\n"
-"postojee particije na navedenom hard disku. Budite paljivi, nakon "
-"klikanja\n"
-"na \"U redu\", neete moi povratiti bilo kakve postojee podatke ili "
-"particije\n"
-"na ovom hard disku, ukljuujui Windows podatke.\n"
-"\n"
-"\n"
-"Pritisnite na \"Odustani\" za prekidanje ove operacije bez gubljenja bilo\n"
-"kakvih postojeih podataka i particija na ovom hard disku."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Morate takoer formatirati %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Izabrali ste slijedee posluitelje: %s\n"
-"\n"
-"\n"
-"Ti posluitelji biti e postavljeno aktivirani. Oni nemaju poznatih "
-"sigurnosnih\n"
-"propusta, ali neki novi mogu biti pronaeni. U tom sluaju, morate ga "
-"nadograditi\n"
-"to prije mogue.\n"
-"\n"
-"\n"
-"Da li zaista elite instalirati te posluitelje?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Ne mogu koristiti broadcast bez NIS domene"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Umetnite FAT formatiranu disketu u pogon %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Ova disketa nije FAT formatirana"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Za koritenje spremljenog odabira paketa, podignite instalaciju sa ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Greka prilikom itanja datoteke %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Neki hardware na vaem raunalu treba ``vlasnike'' upravljake programe\n"
-"kako bi proradio. Moete nai vie informaciju o tome na: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Morate imati root particiju.\n"
-"Prvo napravite particiju (ili kliknite na postojeu) te\n"
-"odaberite akciju ``Mjesto monitranja'' te odaberite `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Morate imati swap particiju"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Swap particija ne postoji\n"
-"\n"
-"Da ipak nastavim?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Morate imati FAT particiju montiranu na /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Koristi slobodan prostor"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Koristi postojee particije"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nema postojeih particija koje bih mogao upotrijebiti"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Koristi Windows particiju za loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Koju particiju elite koristiti za Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Odaberite veliinu"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Veliina korijenske particije u MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Veliina swap particiju u MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Iskoristi slobodan prostor na Windows particiji"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kojoj particiji elite promijeniti veliinu?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Izraunavam granice Windows datotenog sustava"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Program koji mjenja veliinu FAT-a ne moe rukovati vaom particijom, \n"
-"slijedea greka se dogodila: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Vaa Windows particija je prefragmentirana, molim pokrenite ``defrag'' prvo."
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"UPOZORENJE!\n"
-"\n"
-"DrakX sada mora promijeniti veliinu vae Windows particije\n"
-"Budite vrlo oprezni budui da je ova operacija\n"
-"izuzetno opasna. Ukoliko jo niste mijenjali veliinu particije molim\n"
-"izaite prvo iz instalacije, pokrenite scandisk pod Windowsima (opcionalno "
-"pokrenite defrag), tada ponovno pokrenite instalaciju.\n"
-"Takoer preporuljivo je da sauvate vae podatke (napravite backup).\n"
-"Kada ste sigurni da elite nastaviti, pritisnite U redu."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Koliku veliinu elite zadrati za windowse"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "particija %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Mijenjanje FAT veliine nije uspjelo: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nema FAT particije za mjenjanje veliine ili za koritenje loopback-a (ili "
-"nema dovoljno prostora)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Obrii cijeli disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Ukloni Windowse(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Imate vie od jednog hard diska, na koji elite instalirati Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "SVE postojee particije i podaci biti e izgubljeni na disku %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Proizvoljno particioniranje diska"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Koristi fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Sada moete razdijeliti %s.\n"
-"Kada ste gotovi ne zaboravite spremiti postavu sa `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nemate dovoljno slobodnog prostora na vaoj Windows particiji"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ne mogu pronai bilo kakvo mjesto za instaliranje"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX arobnjak za particioniranje je pronaao slijedea rjeenja:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Particioniranje neuspjelo: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Podiem mreu"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Onemoguujem mreu"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Dogodila se greka, ali neznam kako s njom lijepo rukovati.\n"
-"Nastavite dalje na vlastiti rizik."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dupliciraj mjesto monitranja %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Neki vani paketi nisu se instalirali pravilno.\n"
-"Ili je va cdrom pogon ili cd medij u defektu.\n"
-"Provjerite cdrom na instaliranom raunalu koristei \"rpm -qpl Mandrake/RPMS/"
-"*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Dobrodoli u %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Disketni pogon nije dostupan"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Pokreem korak `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Va sustav je slab na resursima. Moete imati nekih problem prilikom\n"
-"instalacije Mandrake Linux-a. Ukoliko se to desi, moete probati tekstualnu\n"
-"instalaciju. Za to, pritisnite `F1' kada podiete CDROM, i unesite `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Instalacijski razred"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Molim izaberite jedan od slijedeih razreda instalacije:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Ukupna veliina izabranih grupa je otprilike %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ukoliko elite instalirati manje od ove veliine,\n"
-"izaberite postotak paketa koliko elite instalirati.\n"
-"\n"
-"Mali postotak e instalirati samo najvanije pakete;\n"
-"dok postotak od 100%% e instalirati sve odabrane pakete."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Imate mjesta na vaem disku za samo %d%% paketa.\n"
-"\n"
-"Ukoliko elite instalirati manje od ovoga,\n"
-"izaberite postotak paketa koliko elite instalirati.\n"
-"Mali postotak e instalirati samo najvanije pakete;\n"
-"dok postotak od %d%% e instalirati koliko god je paketa mogue."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Detaljniji izbor nalazi se u slijedeem koraku."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Odaberite postotak paketa koje elite instalirati"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Odabir grupe paketa"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Individualan odabir paketa"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ukupna veliina: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Lo paket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Ime: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Inaica: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Veliina: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Znaaj: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Ne moete oznaiti ovaj paket budui da nema dovoljno mjesta gdje ga se moe "
-"instalirati"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Slijedei paketi e biti instalirani"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Slijedei paketi e biti uklonjeni"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Ne moete oznaiti/odznaiti ovaj paket"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Budui da je ovo obvezni paket ne moete ga odznaiti"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Ne moete odznaiti ovaj paket budui da je ve instaliran"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ovaj paket treba nadograditi\n"
-"Da li ste sigurni da ga elite odznaiti?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Ne moete odznaiti ovaj paket budui da ga treba nadograditi"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Prikai automatski odabrane pakete"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instaliraj"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Uitaj/Spremi na disketu"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Dograujem izbor paketa"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimalna instalacija"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Odaberite pakete koje elite instalirati"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instaliram"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Procjenjujem"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Preostalo vrijeme"
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Molimo priekajte, Pripremam instalaciju"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paketa"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Prihvati"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Odbij"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Promjenite va Cd-Rom!\n"
-"\n"
-"Ubacite Cd-Rom oznaen \"%s\" u va pogon i pritisnite U redu kada "
-"zavrite.\n"
-"Ukoliko ga nemate, pritisnite Odustani kako bi izbjegli instalaciju sa ovog "
-"Cd-Rom-a."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Da ipak nastavim?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Javila se greka prilikom sortiranja paketa:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Pojavila se greka kod instalacije paketa:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Upozorenje\n"
-"\n"
-"Molimo proitajte paljivo injenice nie. Ukoliko se ne slaete sa bilo\n"
-"kojim dijelom, nemate dozvolu instalirati slijedei CD medij. Pritisnite "
-"'Odbij' \n"
-"za nastavak instalacije bez koritenja ovog medija.\n"
-"\n"
-"\n"
-"Neke komponente sadrane u slijedeem CD mediju nisu pokrivene\n"
-"GPL licencom ili slinim ugovorom. Svaka takva komponenta je tada\n"
-"pokrivena stavkama i uvjetima svojim vlastitim specifinim licencama. \n"
-"Molimo proitajte paljivo i sloite se specifinim licencama prije \n"
-"vaeg koritenja ili redistribuiranja navedenih komponenti. \n"
-"Takve licence openito zabranjuju prijenos, dupliciranje \n"
-"(osim za spasonosne kopije), redistribuciju, reverzno inenjerstvo, \n"
-"disasembliranje, dekompilaciju ili promjenu komponente. \n"
-"Svako krenje ugovora e odmah prekinuti vaa prava kod\n"
-"specifine licence. Ako vam stavke specifine licence ne odobre takva\n"
-"prava, obino ne moete instalirati programe na vie od jednog\n"
-"sustava, ili prilagoditi ga za koritenje na mrei. Ako ste u nedoumici,\n"
-"kontaktirajte direktno distributera ili urednika komponente. \n"
-"Prijenos treim osobama ili kopiranje takvih komponenti ukljuujui \n"
-"dokumentaciju je obino zabranjeno.\n"
-"\n"
-"\n"
-"Sva prava na komponente slijedeeg CD medija pripadaju njihovim \n"
-"uvaenim autorima i zatieni su intelektualnim vlasnitvom i \n"
-"autorskim zakonima primjenjivim na software-ske programe.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Pojavila se greka"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Da li zaista elite napustiti instalaciju?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licencni dogovor"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Uvod\n"
-"\n"
-"Operativni sustav i njegove razliite komponente raspoloive u Mandrake "
-"Linux distribuciji \n"
-"e se zvati \"Software-ski Produkti\" daljnje u tekstu. Software-ski "
-"Produkti ukljuuju, ali nisu \n"
-"ogranieni na, skup programa, metoda, zakona i dokumentacija vezanih uz "
-"operativni\n"
-"sustav i razliite komponente Mandrake Linux distribucije.\n"
-"\n"
-"\n"
-"1. Licencni Dogovor\n"
-"\n"
-"Molimo paljivo proitajte ovaj dokument. Ovaj dokument je licenci dogovor "
-"izmeu vas i \n"
-"MandrakeSoft S.A. koji se primjenjuje na Software-ske produkte.\n"
-"Instaliranjem, dupliciranjem ili koritenjem Software-skih Produkata u bilo "
-"kojem obliku,eksplicitno \n"
-"prihvaate i potpuno se slaete da ete prihvatiti stavke i uvjete ove "
-"Licence. \n"
-"Ukoliko se ne slaete sa bilo kojim dijelom licence, nije vam dozvoljeno "
-"instalirati, duplicirati ili koristiti \n"
-"Software-ski produkt. \n"
-"Svaki pokuaj instalacije, dupliciranja ili koritenja Software-skog "
-"Produkta u obliku kojem ne prilii \n"
-"sa stavkama i uvjetima ove licence je prazno i unititi e vaa prava pod "
-"ovom\n"
-"Licencom. Uslijed unitenja licence, morate odmah uniititi sve kopije \n"
-"Software-skog Produkta.\n"
-"\n"
-"\n"
-"2. Ogranieno Jamstvo\n"
-"\n"
-"Software-ski Produkt i pripadajua dokumentacija je pruena \"kako je\", bez "
-"jamstva, do \n"
-"mjere dozvoljene zakonom.\n"
-"MandrakeSoft S.A. nee, u bilo kojim sluajevima i do te mjere dozvoljene "
-"zakonom, biti odgovaran za bilo kakvu specijalnu,\n"
-"nesretnu, direktnu ili indirektnu tetu bilo kakvu (ukljuujui granice "
-"tete od gubitka\n"
-"posla, prestanka posla, financijskih gubitaka, legalnih plaanja i kazni "
-"posljedica sudskih \n"
-"presuda, ili bilo kakvih drugih posljedica gubitka) to je posljedica "
-"koritenja ili nemogunosti koritenja Software-skog \n"
-"Produkta, iako je MandrakeSoft S.A. bio upozoren od mogunosti takve \n"
-"tete.\n"
-"\n"
-"OGRANIENA ODGOVORNOST POVEZANA SA POSJEDOVANJEM ILI KORITENJEM ZABRANJENOG "
-"SOFTWARE-A U NEKIM ZEMLJAMA\n"
-"\n"
-"Do granice dozvoljene zakonom, MandrakeSoft S.A. ili njegovi distributori "
-"nee, u bilo kakvim sluajevima, biti \n"
-"odgovaran za bilo kakvu specijalnu, nesretnu, direktnu ili indirektnu tetu "
-"bilo kako (ukljuujui \n"
-"ograniene tete zbog gubitka posla, prekida posla, financijskog gubitka, "
-"legalnih plaanja \n"
-"i kazni posljedica sudskih presuda, ili bilo kakvih drugih "
-"posljedicagubitka) to je posljedica \n"
-"posjedovanja ili koritenja software-skih komponenti ili kao posljedica "
-"skidanja (download-a) software-skih komponenti \n"
-"sa jednog od Mandrake Linux site-ova koja su zabranjena ili ograniena u "
-"nekim zemljama po lokalnim zakonima.\n"
-"Ova ograniena odgovornost se primjenjuje na, ali nije ograniena, jake "
-"kriptografske komponente \n"
-"ukljuene u Software-ski Produkt.\n"
-"\n"
-"\n"
-"3. GPL Licenca i sline licence\n"
-"\n"
-"Software-ski Prodkt se sastoji od komponenti napravljenih od raznih ljudi "
-"ili entiteta. Veliki \n"
-"broj tih komponenti je pokriveno pod stavkama i uvjetima GNU Ope Javne \n"
-"Licence, u daljnjem tekstu zvana \"GPL\", ili slinih licenci. Veliki broj "
-"tih licenci dozvoljava vam koritenje, \n"
-"dupliciranje, prilagoavanje ili redistribuciju komponenti koju ona pokriva. "
-"Molimo proitajte paljivo stavke \n"
-"i uvjete licencnog dogovora svake komponente prije koritenja bilo koje "
-"komponente. Bilo koje pitanje \n"
-"o licenci komponente trebao bi biti adresiran autoru komponente a ne "
-"MandrakeSoft-u.\n"
-"Programe razvijeni od strane MandrakeSoft S.A. su pokriveni GPL licencom. "
-"Dokumentacija napisana \n"
-"od strane MandrakeSoft S.A. je pokrivena specifinom licencom. Molimo "
-"pogledajte dokumentaciju za \n"
-"vie detalja.\n"
-"\n"
-"\n"
-"4. Prava na intelektualno vlasnitvo\n"
-"\n"
-"Sva prava komponenti Software-skog Produkta pripada njihovim uvaenim "
-"autorima i \n"
-"zatieni su intelektualnim vlasnitvom i autorskim zakonima primjenjivim na "
-"software-ske programe.\n"
-"MandrakeSoft S.A. zadrava svoje pravo za izmjenu ili prilagoavanje "
-"Software-skog Produkta, kao cijelinu ili u\n"
-"dijelovima, u svim sluajevima za sve namjene.\n"
-"\"Mandrake\", \"Mandrake Linux\" i pripadajui logoi su zatieni prodajni "
-"znaci MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Dravni zakoni \n"
-"\n"
-"Ukoliko neki dio ovog dogovora govori nita, ilegalan ili neprikladan "
-"sudstvu, taj \n"
-"dio moe se iskljuiti iz ovog ugovora. Ali ostajete obveznu drugim "
-"primjenjivim sekcijama\n"
-"ugovora.\n"
-"Za stavke i uvjete ove Licence je nadlean zakon Francuske.\n"
-"Sve sporove oko stavaka licence e preferirano biti ureeno sudom. Kao "
-"zadnji \n"
-"izlaz, spor e biti predan odgovarajuem Sudu u Parizu - Francuska.\n"
-"Za bilo kakva pitanja o ovom dokumentu, molimo kontaktirajte MandrakeSoft S."
-"A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tipkovnica"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Molim, izaberite raspored tipkovnice."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ovdje je cijeli popis raspoloivih tipkovnica"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Koji instalacijski razred elite?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instaliraj/Nadogradi"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Da li je ovo instalacija ili nadogradnja?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Preporueno"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ekspert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Dogradnja"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Samo dogradi pakete"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Molim izaberite vau vrstu mia."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port mia"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Izaberite na kojem serijskom portu je mi prikljuen."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulacija gumbova"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulacija 2 gumba"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulacija 3 gumba"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Podeavam PCMCIA kartice..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Podeavam IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nema dostupnih particija"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Traim particije kako bi pronaao mjesta montiranja"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Odaberite mjesta montiranja"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ne mogu proitati particijsku tablicu, previe je koruptirana za mene :(\n"
-"Mogu pokuati sa brisanjem loih particija (SVI PODACI e biti "
-"izgubljeni!).\n"
-"Drugo rjeenje je onemoguiti DrakX-u da mjenja particijsku tablicu.\n"
-"(greka je %s)\n"
-"\n"
-"Da li se slaete da izgubite sve particije?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake nije uspio proitati vau particijsku tablice.\n"
-"Nastavite o vlastitoj odgovornosti."
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Nema slobodnog mjesta za 1 MB bootstrap! Instalacija e nastaviti, ali za "
-"podizanje vaeg sustava, trebati ete napraviti bootstrap particiju u "
-"DiskDrake-u"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Niti jedna root particija nije pronaena da se obavi dogradnja"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Korijenska particija"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Koja je korijenska particija (/) vaeg sustava?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Morate ponovo pokrenuti sustav kako bi se aktivirala promjena particijske "
-"tablice"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Izaberite particije koje elite formatirati"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Provjeri za loe blokove?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatiram particije"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Stvaram i formatiram datoteku %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nema dovoljno swapa za zavretak instalacije, molim dodajte jo"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Traim dostupne pakete"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Traim pakete koje mogu nadograditi"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Va sustav nema dovoljno prostora za instalaciju ili dogradnju (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Kompletno (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimum (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Preporueno (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Molimo izaberite uitivanje ili spremanje izbora paketa na disketu.\n"
-"Format je isto kao auto_install napravljene diskete."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Uitaj sa diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Uitavam sa diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Odabir paketa"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Umetnite disketu koja sadrava izbor paketa"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Spremi na disketu"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Izabrana veliina je vea nego raspoloiv prostor"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Tip instalacije"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Niste izabrali niti jednu grupu paketa\n"
-"Izaberite minimalnu instalaciju ako elite"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Sa X-ima"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Sa osnovnom dokumentacijom (preporueno!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Stvarno malena instalacija (posebice bez urpmia)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ako imate sve dolje navedene CDove kliknite U redu.\n"
-"Ako nemate niti jedan od navedenih CD kliknite Odustani.\n"
-"Ako imate samo neke od dolje navedenih CDa odznaite one koje nemate i "
-"kliknite U redu."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom naslovljen \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Pripremam instalaciju"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instaliram paket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Postava nakon instalacije"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Molim, umetnite Boot disketu u pogon %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Molim, umetnite Update Modules disketu u pogon %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Sada imate mogunost za skidanje software-a za enkripciju.\n"
-"\n"
-"UPOZORENJE:\n"
-"\n"
-"Zbog razliitih opih zahtjeva primjenjivih na ovaj software i presuda\n"
-"raznih sudova, kupac i/ili krajnji korisnik ovog software-a treba se\n"
-"uvjeriti da zakoni njegovog/e sudstva dozvoljava mu/joj da skine, spremi\n"
-"i/ili koristi ovaj software.\n"
-"\n"
-"U dodatku kupac i/ili krajnji korisnik mora dijelom biti svjestan da ne "
-"prekri\n"
-"zakon svoga sudstva. Ukoliko kupac i/ili krajnji korisnik ne \n"
-"potuje stavke tih primjenjivih zakona, moe ga dovesti do ozbiljnih\n"
-"sankcija.\n"
-"\n"
-"U bilo kojem sluaju Mandrakesoft ili njegovi proizvoai i/ili nabavljaine "
-"mogu biti odgovorni\n"
-"za specijalne, indirektne ili sluajne tete bilo kako (ukljuujui, ali ne\n"
-"ograniana na gubitak profita, prekid posla, gubitak komercijalnih podataka\n"
-"i\n"
-"drugih novanih gubitaka, i eventualne odgovornosti i isplate naknade to "
-"treba biti plaeno\n"
-"odlukom suda) to je posljedica koritenja, posjedovanja ili samog\n"
-"skidanja ovog software-a, kojemu e kupac i/ili krajnji korisnik moe\n"
-"eventualno imati pristup poslije potpisivanja postojeeg ugovora/dogovora.\n"
-"\n"
-"\n"
-"Za bilo kakve upite u svezi ovog ugovora, molimo kontaktirajte \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-#, fuzzy
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Imate mogunost skidanja (downloada) paketa za dogradnju koji su\n"
-"izali poslije nego to je distribucija postala raspoloiva.\n"
-"\n"
-"Dobiti ete sigurnosne popravke i popravke od greaka, ali trebate imati\n"
-"Internet vezu konfiguriranu za nastavak.\n"
-"\n"
-"Da li elite nastaviti ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Kontaktiram Mandrake Linux web site za dobivanje popisa raspoloivih mirrora"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Izaberite mirror sa kojeg elite skinuti pakete"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Spajam se na mirror kako bih pribavio popis dostupnih paketa"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Koja je vaa vremenska zona?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Va hardverski sat namjeten je na GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatska vremenska sinkronizacija (koristei NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP Posluitelj"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Udaljeni CUPS posluitelj"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nema pisaa"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Da li imate ISA zvunu karticu?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Pokrenite \"sndconfig\" poslije instalacije za podeavanje vae zvune "
-"kartice"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Nije pronaena zvuna kartica. Probajte \"harddrake\" poslije instalacije"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Sumarno"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mi"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Vremenska zona"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Pisac"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN kartica"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Zvuna kartica"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV kartica"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokalne datoteke"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Podeavanje root lozinke"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez lozinke"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Ova lozinka je prejednostavna (lozinka mora sadravati barem %d znakova)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Provjera autentinosti"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP Autentifikacija"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP Posluitelj"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS Autentifikacija"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domena"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS Posluitelj"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Proizvoljna boot disketa omoguava nain podizanja vaeg Linux sustava bez\n"
-"ovisnosti o normalnom bootloader-u. Ovo je korisno ukoliko ne elite "
-"instalirati\n"
-"SILO na va sustav, ili je drugi operativni sustav uklonio SILO, ili SILO "
-"ne\n"
-"eli raditi sa vaom konfiguracijom hardware-a. Proizvoljna boot disketa "
-"takoer moe biti koritena sa\n"
-"Mandrake spasonosnom slikom, omoguavajui tako lake spaavanje od raznih "
-"sustavskih\n"
-"greaka.\n"
-"\n"
-"Ako elite napraviti boot disketu za va sustav, ubacite disketu u prvi\n"
-" pogon i pritisnite \"U redu\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Prvi disketni pogon"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Drugi disketni pogon"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Preskoi"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Proizvoljna boot disketa omoguava nain podizanja vaeg Linux sustava bez\n"
-"ovisnosti o normalnom bootloader-u. Ovo je korisno ukoliko ne elite "
-"instalirati\n"
-"LILO (ili grub) na va sustav, ili je drugi operativni sustav uklonio LILO, "
-"ili LILO ne\n"
-"eli raditi sa vaom konfiguracijom hardware-a. Proizvoljna boot disketa "
-"takoer moe biti koritena sa\n"
-"Mandrake spasonosnom slikom, omoguavajui tako lake spaavanje od raznih\n"
-" sustavskih greaka.\n"
-"Da li elite napraviti proizvoljnu boot disketu za va sustav?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "alim, meutim disketni pogon nije dostupan"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Izaberite disketni pogon koji elite koristiti za izradu boot diskete"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Umetnite disketu u pogon %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Stvaram boot disketu"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Pripremam bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"ini se da imate OldWorld ili Nepoznato\n"
-" raunalo, yaboot bootloader nee moi raditi kod vas.\n"
-"Instalacija e nastaviti, ali ete morati\n"
-" koristiti BootX da podignete vae raunalo"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Da li elite koristiti aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Greka prilikom instalacije aboot-a, \n"
-"probati nasilno instalirati iako to moe unititi prvu particiju?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Instaliranje bootloadera"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Instalacija bootloader-a nije uspjela. Prijavljena je slijedea greska:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Trebati ete promjeniti va Otvoreni Firmware boot-ureaj kako bi\n"
-" omoguili bootloader. Ukoliko ne elite vidjeti bootloader prompt pri\n"
-" podizanju, pritisnite Command-Option-O-F pri podizanju i unesite:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Tada napiite: shut-down\n"
-"Pri slijedeem podizanju trebali biste vidjeti prompt bootloadera."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Umetnite praznu disketu u pogon %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Pravim auto instalacijsku disketu"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Niste zavrili sve korake.\n"
-"\n"
-"elite li zaista zavriti?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"estitam, instalacija je kompletna.\n"
-"Uklonite boot medij i pritisnite return za ponovno podizanje.\n"
-"\n"
-"\n"
-"Za informacije o popravcima koji su raspoloivi za ovo izdanje Mandrake "
-"Linux-a,\n"
-"konzultirajte Eratu raspoloivu na\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informacije o konfiguriranju vaeg sustava je raspoloivo u poslije\n"
-"instalacijskom poglavlju od Official Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Napravi auto instalacijsku disketu"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Auto instalacija moe biti potpuno automatska ukoliko elite,\n"
-"u tom sluaju e preuzeti hard disk!!\n"
-"(ovo znai za instalaciju na drugo raunalo).\n"
-"\n"
-"Moete preferirati da ponovite instalaciju.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatski"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Ponovno prikai"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Spremi odabir paketa"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux instalacija %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> izmeu elemenata | <Space> bira | <F12> slijedei zaslon"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu nedostaje"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Izaberite datoteku"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Napredno"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Osnovno"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Molim priekajte"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Proiri stablo"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Sami stablo"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Prebaci izmeu ravno i grupno sortiranog"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Krivi izbor, pokuajte ponovo\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Va izbor? (uobiajeno %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Unosi koje trebate popuniti:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Va izbor? (0/1, uobiajeno '%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Gumb `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Da li elite kliknuti na ovaj gumb? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Va izbor? (uobiajeno `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Postoji mnogo stvari za odabir iz (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Molim, izaberite prvi broj do 10 kojeg elite urediti,\n"
-"ili samo pritisnite Enter za nastavak.\n"
-"Va izbor? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Obavijest, naziv promijenjen:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Ponovno Poalji"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "eka (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Njemaka"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "panjolska"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finska"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francuska"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norveka"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Poljska"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ruska"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "vedska"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK tipkovnica"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US tipkovnica"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanska"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenska (stara)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenska (pisaa maina)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenska (fonetska)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbejdanska (latinica)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgijska"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armenska (fonetska)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bugarska"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilska (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bjeloruska"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "vicarska (Njemaki raspored)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "vicarska (francuski raspored)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "eka (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Njemaka (bez mrtvih tipaka)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danska"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (USA)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norveka)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (vedska)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonska"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzijska (\"Ruski\" raspored)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzijska (\"Latin\" raspored)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grka"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Maarska"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Hrvatska"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izraelska"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Izraelska (fonetska)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranska"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandska"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Talijanska"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japanska (106 tipaka)"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korejska tipkovnica"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latino amerika"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituanska AZERTY (stara)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituanska AZERTY (nova)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituanska \"number row\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituanska \"fonetska\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latvija"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedonska"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Nizozemska"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Poljska (qwerty raspored)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Poljska (qwertz raspored)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugalska"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadska (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumunjska (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumunjska (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Ruska (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovenska"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaka (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaka (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Srpska (irilica)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tablica"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Tajlandska tipkovnica"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajik tipkovnica"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turska (tradicionalni \"F\" model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turska (moderna \"Q\" model)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrajinska"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US keyboard (internacionalna)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vijetnamska \"numeric row\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavenska (latinina)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Kruno montiranje %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Ukloni logiki volumen prvo\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA podrka vie ne postoji za 2.2 kernele. Molimo koristite 2.4 kernel."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - mi"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generiki PS2 mi s kotaiem"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 gumb"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generiki mi s 2 gumba"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generiki"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Kotai"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serijski"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Generiki mi s 3 gumba"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC serije"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Serije"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mi (serijski, stari C7 tip)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmi"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 gumba"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 gumba"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "niti jedan"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Nema mia"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Molimo istestirajte mia."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Za aktiviranje mia,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "POMAKNITE VA KOTAI!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Zavri"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Slijedee ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Prijanje"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Da li je ovo ispravno?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Spoji se na Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Najei nain da se poveete sa adsl-om je pppoe.\n"
-"Neke veze koriste pptp, a nekoliko koriste dhcp.\n"
-"Ukoliko neznate, izaberite 'koristi pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "koristi dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "koristi pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "koristi pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Koji dhcp klijent elite koristiti?\n"
-"Pretpostavljeni je dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nije pronaen niti jedan mreni adapter na vaem sustavu.\n"
-"Ne mogu postaviti ovu vrstu veze."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Odaberite mreni meusklop"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Molimo izaberite sa kojim mrenim adapterom se elite prikljuiti na Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "ne mogu pronai niti jednu mrenu karticu"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Podeavam mreu"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Molim unesite ime raunala ukoliko ga znate.\n"
-"Neki DHCP serveri zahtjevaju specifiranje imena raunala da bi radili.\n"
-"Vae ime raunala bi trebalo biti potpuno-kvalificirano ime raunala,\n"
-"kao to je ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Ime raunala"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "arobnjak mrenih postavki"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Vanjski ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interna ISDN kartica"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Kakav tip ISDN veze koristite ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Koju ISDN konfiguraciju preferirate?\n"
-"\n"
-"* Stara konfiguracija koristi isdn4net. Ona sadri snane\n"
-" alate, ali je teka za konfiguriranje, nije standardna.\n"
-"\n"
-"* Nova konfiguracija je laka za razumiti, mnogo standardnija,\n"
-" ali sa manje alata.\n"
-"\n"
-"Preporuamo laku konfiguraciju.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nova konfiguracija (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Stara konfiguracija (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN postavke"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Izaberite vaeg pruatelja Internet usluga.\n"
-" Ako nije na popisu odaberite Drugi"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europski protokol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Europski protokol (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol za ostatak svijeta"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol za ostatak svijeta \n"
-" bez D-kanala (za iznajmljene linije)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Koji protokol elite koristiti ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Kakvu karticu posjedujete?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ne znam"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Ukoliko imate ISA karticu, vrijednosti na slijedeem zaslonu trebale bi biti "
-"dobre.\n"
-"\n"
-"Ukoliko imate PCMCIA karticu, morate znati irq i io vae kartice.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Prekini"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Nastavi"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Kakvu ISDN karticu imate?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Pronaao sam ISDN PCI karticu meutim ne znam kojeg je tipa. Molim izaberite "
-"vau PCI karticu na slijedeem ekranu."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nisam naao niti jednu ISDN PCI karticu. Molim izaberite vau PCI karticu na "
-"slijedeem ekranu."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Izaberite serijski port na kojemu se nalazi modem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Podesi dialup"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Ime veze"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonski broj"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Prijavno ime"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Temeljem skripta"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminal-zasnovano"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Ime domene"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Prvi DNS posluitelj (opciono)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Drugi DNS posluitelj (opciono)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Moete iskljuiti ili ponovno konfigurirati vau vezu."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Moete ponovno konfigurirati vau vezu."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Trenutno ste spojeni na internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Moete se spojiti na Internet ili ponovno konfigurirati vau vezu."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Niste trenutno spojeni na Internet."
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Povezan"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Odspoji..."
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Podesi mreu"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internet veza i postava"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Sada emo podesiti %s vezu."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Sada emo podesiti %s vezu.\n"
-"\n"
-"\n"
-"Pritisnite U redu za nastavak."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Mrene postavke"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Poto radite mrenu instalaciju, vaa mrea je ve konfigurirana.\n"
-"Pritisnite U redu da zadrite postojee postavke, ili Odustani za ponovno "
-"konfiguriranje vae mrene/Internet veze.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Dobro Doli u arobnjak za podeavanje mree\n"
-"\n"
-"Sada emo konfigurirati vau internet/mrenu vezu.\n"
-"Ukoliko ne elite koristiti auto detekciju, odselektirajte kvadrati s "
-"potvrdom.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Izaberite profil za konfiguriranje"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Koristi auto detekciju"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Otkrivanje ureaja..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normalna modemska veza"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detektiran na portu %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN veza"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detektirano %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL veza"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detektirano na meusklopu %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kablovska veza"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "detektirana kablovska veza"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN veza"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet kartica(e) pronaene"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Izaberite vezu koju elite podesiti"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Odabrali ste vie naina za spajanje na Internet.\n"
-"Molimo izaberite koji elite koristiti.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internet veza"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Da li elite pokreniti vau vezu kod svakog podizanja (boot) sustava ?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Mrene postavke"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Mrea treba biti ponovno pokrenuta"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Problem se pojavio prilikom ponovnog pokretanja mree: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"estitam, mrena i internet konfiguracija je zavrena.\n"
-"\n"
-"Konfiguracija e sada biti primjenjena na vaem sustavu.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Nakon to je to napravljeno, preporuamo da ponovno pokrenete vae X\n"
-"okruje kako bi izbjegli probleme prilikom promjene imena raunala."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"UPOZORENJE: Ovaj ureaj je bio prethodno konfiguriran za spajanje na "
-"Internet.\n"
-"Jednostavno prihvatite ovaj ureaj konfiguriran.\n"
-"Promjena polja nie e prepisati ovu konfiguraciju."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Molim unesite IP postavke za ovaj stroj.\n"
-"Svaka stavka treba biti unesena kao IP adresa odvojena\n"
-"tokama (npr. 1.2.3.4)"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Podeavam mreni ureaj %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (upravljaki program %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adresa"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmaska"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatski IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa treba biti oblika 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Molim unesite ime raunala.\n"
-"Ime raunala treba biti puno ime raunala,\n"
-"primjerice mojeracunalo.odjel.domena.hr.\n"
-"Takoer unesite IP adresu gateway raunala ako gateway postoji"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS posluitelj"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway ureaj"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Postava proxy-a"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Prati id mrene kartice (korisno za laptope)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy treba biti http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy treba biti ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Postava Interneta"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Da li elite pokuati spajanje na Internet ?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testiram vau vezu..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sustav je sada spojen na Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Zbog sigurnosnih razloga, biti e sada odspojen."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"ini se kako sustav nije spojen na internet.\n"
-"Probajte ponovno podesiti vau vezu."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Postava Veze"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Molim ispunite ili provjerite vrijednost doljnjeg polja"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ kartice"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memorija kartice (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO kartice"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 kartice"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 kartice"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Va osobni telefonski broj"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Ime ISP pruatelja (npr. provider.hr)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telef. broj pruatelja"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Pruateljev DNS 1 (opciono)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Pruateljev DNS 2 (opciono)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Odaberite vau zemlju"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Nain biranja"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Brzina"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Vrijeme ekanja veze (u sek)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Korisniko ime"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Korisnika Lozinka"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montiranje nije uspjelo: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Proirene particije nisu podrane na ovoj platformi"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Imate rupu u svojoj particijskoj tablici meutim ja je ne mogu iskoristiti.\n"
-"Jedino rjeenje je da pomaknete vau primarnu particiju kako bi rupa bila\n"
-"odmah do proirenih particija."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Vraanje iz datoteke %s nije uspjelo: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Loa backup datoteka"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Greka prilikom pisanja u datoteku %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Neto loe se deava sa vaim pogonom. \n"
-"Test za provjeru integriteta podataka je neuspjean. \n"
-"To znai da pisanje bilo ega na va disk rezultira sluajnim smeem"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "potrebno"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "vano"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "vrlo lijepo"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "lijepo"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "moda"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Nova Generacija"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Ispii, Bez Reda"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokalni pisa"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Udaljeni pisa"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Pisa na udaljenom CUPS posluitelju"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Pisa na udaljenom lpd posluitelju"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Mreni pisa (TCP/socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Pisa na SMB/Windows 95/98/NT posluitelju"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Pisa na NetWare posluitelju"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Unesite URI pisaa"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Proslijedi (pipe) na komandu"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Nepoznati model"
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Lokalni pisa"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Udaljeni pisa"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Greka prilikom pisanja u datoteku %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Raw printer (Bez upravljakog programa)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(na %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(na ovom raunalu)"
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP CUPS posluitelja"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Uobiajeno)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Odaberite vezu pisaa"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kako je pisa povezan?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Pisae na udaljenom CUPS posluitelju ne morate konfigurirati\n"
-"ovdje; ti pisai e biti automatski pronaeni. Molim,\n"
-"izaberite \"Pisa na udaljenom CUPS posluitelju\" u tom sluaju."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "LAN postavke"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Udaljeni CUPS posluitelj"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa treba izgledati poput 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Broj porta bi trebao biti cjelobrojni broj!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP CUPS posluitelja"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatska CUPS konfiguracija"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Otkrivanje ureaja ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Iskuaj portove"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Nema pisaa"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Lokalni pisa"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Automatski pronalazak pisaa"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatski pronalazak pisaa"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Koristi auto detekciju"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Ime udaljenog pisaa"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "detektirano %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Unesite URI pisaa"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Lokalni pisa"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Izaberite serijski port na kojemu se nalazi modem."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Unesite URI pisaa"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Postava Interneta"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instaliram paket %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instaliram paket %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "itam bazu pisaa ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "itam bazu pisaa ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Postavke udaljenog lpd pisaa"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Ukoliko elite koristiti udaljeni lpd red morate unijeti\n"
-"ime ispisnog posluitelja te ime reda na posluitelju\n"
-"na koji elite ispisivati."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Udaljeno ime raunala"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Ime udaljenog pisaa"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Nedostaje ime raunala udaljenog pisaa!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Nedostaje ime udaljenog pisaa!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Postavke SMB (Windows 9x/NT) pisaa"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Za ispis na SMB pisa, trebate navesti\n"
-"ime SMB domaina (Primjetite da moe biti razliit od TCP/IP imena "
-"raunala)\n"
-"i vjerojatno IP adresu posluitelja pisaa, kao i\n"
-"ime dijeljenog resursa za pisa kojem elite pristupiti i bilo koje\n"
-"primjenjivo korisniko ime, lozinku ili informacije o radnoj grupi."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB posluitelj"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP SMB posluitelja"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Ime sharea"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Radna grupa"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Ime posluitelja ili IP posluitelja mora biti naveden!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Ime dijeljenog samba resursa nedostaje!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Postavke NetWare pisaa"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Za ispis na NetWare pisa, trebate navesti\n"
-"NetWare ime posluitelja pisaa (Primjetite da moe biti razliit od\n"
-"njegovog TCP/IP imena raunala!) kao i ime ispisnog reda za pia koji\n"
-"elite pristupiti kao i primjenjivo korisniko ime i lozinku."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Ispisni posluitelj"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Ime reda pisaa"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Ime NCP posluitelja nedostaje!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Nedostaje ime NCP reda!"
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opcije socket pisaa"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Za ispis na socket pisa, trebate navesti \n"
-"ime posluitelja od printera te opciono broj porta."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Ime raunala od pisaa"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Nedostaje ime raunala od pisaa!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI Ureaja pisaa"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Ispravan URI mora biti uneen!"
-
-#: ../../printerdrake.pm_.c:1004
-#, fuzzy
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Svaki pisa treba ime (na primjer lp).\n"
-"Polja opisa i lokacije ne mora biti \n"
-"popunjeno. To su komentari za korisnike."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Ime pisaa"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Opis"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lokacija"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Pripremam bazu pisaa ..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Ime udaljenog pisaa"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Da li je ovo ispravno?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Ime udaljenog pisaa"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Izabir modela pisaa"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Kakav model pisaa imate?"
-
-#: ../../printerdrake.pm_.c:1141
-#, fuzzy
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Molim, provjerite da li je Printerdrake \n"
-"automatski pronaao va model pisaa\n"
-"ispravno. Pronaite ispravan model u\n"
-"popisu ukoliko pokaziva pokazuje a\n"
-"krivi model ili na \"Raw pisa\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI winprinter konfiguracija"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjet konfiguracija"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opcija %s mora biti cijeli broj!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opcija %s mora biti broj!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Opcija %s je izvan dosega!<"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Da li elite postaviti ovaj pisa (\"%s\")\n"
-"kao podrazumijevani pisa?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testne stranice"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Bez testnih stranica"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Ispii"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standardna testna stranica"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternativna testna stranica (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternativna testna stranica (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Foto testna stranica"
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Ispisujem probnu stranicu(e)..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Ispisujem probnu stranicu(e)..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testna/e stranica/e su poslane na pisa.\n"
-"Moe potrajati neko vrijeme dok ispisivanje ne zapone.\n"
-"Status ispisa:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Probna stranica(e) poslana je na pisa.\n"
-"Ponekad je potrebno par sekundi prije nego pisa pone s ispisom.\n"
-"Da li sve radi kako treba?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Nema pisaa"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Zatvori"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Onemoguujem mreu"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Onemoguujem mreu"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Postavke pisaa"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "itam CUPS bazu upravljakih programa..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Postava Interneta"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Ime pisaa moe sadravati samo slova, brojeve i podvlaku"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Pisa \"%s\" ve postoji,\n"
-"da li zaista elite prepisati njegovu konfiguraciju?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Novo ime pisaa"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "itam CUPS bazu upravljakih programa..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Postavke pisaa"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Pokreem vau vezu..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Podesi mreu"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Niste podesili monitor"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Podeavam mreu"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Koji ispisni sustav elite koristiti?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Visok"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoidan"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Koji ispisni sustav elite koristiti?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Odaberite vezu pisaa"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Koji ispisni sustav elite koristiti?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Podesi pisa"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instaliram paket %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Postavke pisaa"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "itam CUPS bazu upravljakih programa..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Podesi pisa"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Da li elite podesiti pisa?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Pisac"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Podesi mreu"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normalni mod"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Da li elite iskuati postavu ?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Postavke modema"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Da li elite iskuati postavu ?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Dijeljenje Internet Veze"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Veza pisaa"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Ispisujem probnu stranicu(e)..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Da li elite iskuati postavu ?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Postavke udaljenog pisaa"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "itam CUPS bazu upravljakih programa..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Podrazumijevani pisa"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Da li elite ponovno pokrenuti mreu?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "itam CUPS bazu upravljakih programa..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Postava proxy-a"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Dobro doli u pomoni program za konfiguriranje proxy-a.\n"
-"\n"
-"Ovdje ete moi postaviti va http i ftp proxi-e\n"
-"sa ili bez logina i lozinke\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Molimo popunite http proxy informacije\n"
-"Molimo ostavite prazno ukoliko ne elite http proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url treba poeti sa 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Broj porta bi trebao biti numeriki"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Molimo unesite ftp proxy informacije\n"
-"Ostavite prazno ukoliko ne elite ftp proxy"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url treba poeti sa 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Molimo unesite proxy login i lozinku ukoliko postoje.\n"
-"Ostavite prazno ako ne elite login/lozinku"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "lozinka"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "ponovno unesite lozinku"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Lozinke se ne podudaraju. Pokuajte ponovno!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ne mogu dodati particiju na _formatirani_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ne mogu pisati u datoteku %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid nije uspio"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid nije uspio (moda niste instalirali raidtools alate?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nema dovoljno particija za RAID nivo %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Pokreni ALSA (Naprednu Linux Zvunu Arhitekturu) zvuni sustav"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron periodno zakazivanje komandi"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd slui za monitoriranje statusa i baterije i njegovo logiranje putem "
-"syslog-a.\n"
-"Takoer moe biti koriten za gaenje raunala kada je baterija slaba."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Pokree komande zakazane sa at komandom u specifirano vrijeme kada\n"
-"je at pokrenut, i pokree batch komande kada je prosjena zauzetost dovoljno "
-"niska."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron je standardan UNIX program koji pokree korisniki definirane programe\n"
-"u periodino zakazana vremena. vixie cron dodaje veliki broj korisnih "
-"funkcija obinom UNIX cron-u, ukljuujui bolju sigurnost i veu snagu "
-"konfiguracijskih opcija."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM dodaje podrku za miu tekst baziranim Linux aplikacijama kao to je\n"
-"Midnight Commander. Takoer prua mi baziranim konzolama odrei-i-zalijepi "
-"operacije,\n"
-"i ukljuuje podrku za iskoive menije u konzoli."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake pokree isprobavanje hardware-a, i opciono konfigurira\n"
-"novi/promjenjeni hardware."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache je World Wide Web posluitelj. Koristi se za posluivanje HTML\n"
-"dokumenata i CGI skripti."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet superserver demon (najee zvan inetd) pokree \n"
-"razne druge internet servise po potrebi. Odgovoran je za pokretanje \n"
-"mnogo servisa, ukljuujui telnet, ftp, rsh, i rlogin. Iskljuivanje inetd-"
-"a\n"
-"onemoguuje sve servise za koje je zaduen."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Pokree paketno filtriranje za Linux kernel 2.2 serije, za postavljanje\n"
-"vatrozida za zatitu vaeg raunala od mrenih napada."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ovaj paket uitava odabranu tastaturnu mapu kao to je postavljenu u\n"
-"/etc/sysconfig/keyboard. Ona se moe odabrati koristei kbdconfig alat.\n"
-"Trebali biste ostaviti ovo ukljueno za veinu raunala."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatsko regeneriranje kernel header-a u /boot za\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatska detekcija i konfiguracija hardware-a pri podizanju."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf e ponekada urediti izvravanje raznih radnji\n"
-"pri samom podizanju kako bi odrao sustavsku konfiguraciju."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd je daemon za ispis koji je potreban od lpr-a kako bi radio ispravno.\n"
-"On je pojednostavljeno posluitelj koji alje ispisne poslove pisau(ima)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtualni Posluitelj, koristi se za pravljenje visoko raspoloivog\n"
-"posluitelja visokih performansi."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) je Domain Name Server (DNS) posluitelj koji se upotrebljava\n"
-"za razluivanje imena raunala u IP adrese."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Montira i Demontira sve Mrene datotene sustave (NFS), SMB (Lan\n"
-"Manager/Windows), i NCP (NetWare) toke montiranja."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktivira/Deaktivira sva podeena mrena suelja prilikom pokretanja\n"
-"sustava."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS je popularan protokol za dijeljenje datoteka putem TCP/IP mrea.\n"
-"Ovaj servis prua NFS posluiteljsku funkcionalnost, koji se konfigurira\n"
-"putem /etc/exports datoteke."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS je popularan protokol za dijeljenje datoteka putem TCP/IP mrea.\n"
-"Ovaj servis prua funkcionalnost NFS datotenog zakljuavanja."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automatski ukljuuje numlock tipku u konzoli i\n"
-"XFree-u pri podizanju."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Podrava OKI 4w i kompaktibilne win pisae."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA podrka je obino za podravanje stvari poput ethernet i\n"
-"modema u laptopima. Ona nee biti pokrenuta ukoliko nije tako\n"
-" konfigurirana zato je sigurno pokrenuti ju iako na instaliranom\n"
-" raunalu ne treba."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper ureuje RPC vezama, koje su koritene u protokolima\n"
-"poput NFS-a ili NIS-a. Portmap posluitelj mora biti pokrenut na raunalima\n"
-"koji su posluitelji za protokole koji se slue RPC mehanizmima."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix je Mail Transport Agent, koji je program koji\n"
-"alje mail-ove sa jedne maine na drugu."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Sprema i vraa sustavsku entropiju za veu kvalitetu generiranja\n"
-"sluajnih brojeva."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Dodjeljuje raw ureaje (kao to su hard disk\n"
-"particije), za uporabu u aplikacijama kao to su Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed daemon omoguava automatsku IP ruter tablicu koja se obnavlja\n"
-"putem RIP protokola. Dok se RIP najire koristi na malim mreama, vie "
-"kompleksniji\n"
-"ruting protokoli su potrebni za kompleksnije mree."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Rstat protokol omoguava korisnicima na mrei da dohvate\n"
-"mjerljive performanse za svako raunalo koje je na mrei."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Rusers protokol omoguava korisnicima na mrei da identificira tko je\n"
-"prijavljen na drugim raunalima koja odgovaraju."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Rwho protokol omoguava udaljenim korisnicima da dobiju popis svih\n"
-"korisnika prijavljenih na raunalo na kojima je pokrenut rwho (slino finger-"
-"u)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Pokreni zvuni sustav na vaem raunalu"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog je resurs kojega koriste mnogi demoni kako bi logirali poruke\n"
-"u razliite sustavske log datoteke. Dobra je ideja uvijek imati pokrenuti "
-"syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Uitava upravljake programe za vae usb ureaje."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Pokree X Pismovni Posluitelj (ovo je nuno za XFree da se pokrene)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Izaberite koji servisi trebaju biti startani automatski kod boot-a"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Ispisujem"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Sistemski mod"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Postavke udaljenog lpd pisaa"
-
-# ../../share/compssUsers
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Baze"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "ureaj"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "pokreem"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "zaustavljen"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servisi i daemoni"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Nema dodatnih informacija\n"
-"o ovom servisu, alim."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Pri pokretanju"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Status:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Protokol za ostatak svijeta"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Internet pristup"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedija - Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Razvoj"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Kontrolni Centar"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Mreni meusklop"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB posluitelj"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Igre"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Ekspert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instaliram paket %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ne mogu proitati vau particijsku tablicu, previe je unitena za mene :(\n"
-"Pokuati u sa brisanjem loih particija"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Greka"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Postava nakon instalacije"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Postava Stila Podizanja"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "estitke!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instaliraj"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Dodaj korisnika"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatiram loopback datoteku %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Odabir paketa"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Odaberite pakete za instalaciju."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Ukloni zapis"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Ukloni Windowse(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Korisniko ime"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Molimo istestirajte mia."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Molim pokuajte ponovo"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Molim pokuajte ponovo"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "ponovno unesite lozinku"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN veza"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Odaberite vezu pisaa"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Molim izaberite raspored tipkovnice."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Molim kliknite na particiju"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Odaberite pakete za instalaciju."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Molimo istestirajte mia."
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Mreni meusklop"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Korisniko ime"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Odaberite pakete za instalaciju."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Molim izaberite jezik koji elite koristiti."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Otkrivanje hard diskova"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Korisniko ime"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Kotai"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Kotai"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Postavke modula:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Mrene postavke"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Odaberite pakete za instalaciju."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Odaberite pakete za instalaciju."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Podesi datotene sustave"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opcije"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Izaberite serijski port na kojemu se nalazi modem."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Mrene postavke"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Molim izaberite koju vrstu mia koristite."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Molim izaberite koju vrstu mia koristite."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Ostali"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instaliraj sustav"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Prilagoeno"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Prijanje"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Status:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Prilagoeno"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Slijedee ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Izabir instaliranih paketa"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Molim izaberite jezik koji elite koristiti."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Molim izaberite jezik koji elite koristiti."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Molim izaberite jezik koji elite koristiti."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Loa backup datoteka"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Otkrivanje ureaja..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Molimo istestirajte mia."
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Odaberite pakete za instalaciju."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Mrene postavke"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Mrene postavke"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN postavke"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN postavke"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Podesi datotene sustave"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalacija %s-a nije uspjela. Prijavljena je slijedea greska:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "ne mogu pronai niti jednu mrenu karticu"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Gotov"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Pripremam instalaciju"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "ogranii"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatiraj particije"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN postavke"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Toka montiranja"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Izaberite particije koje elite formatirati"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Ured"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Prekini"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Pisac"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instaliraj sustav"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Odaberite datoteku"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Postavke udaljenog pisaa"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Init poruka"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Nema mrenog adaptera na vaem sustavu!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instaliraj"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Nema mrenog adaptera na vaem sustavu!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Izlaz iz instalacije"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Dijeljenje Internet Veze"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Dijeljenje veze prema internetu je trenutno omogueno"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Postavljanje dijeljenja veze prema internetu je ve napravljeno.\n"
-"Trenutno je omogueno.\n"
-"\n"
-"to elite napraviti?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "onemogui"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "odustani"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "ponovno postavi"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Onemoguujem posluitelje..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Dijeljenje veze prema Internetu je trenutno onemogueno."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Dijeljenje veze prema Internetu je trenutno onemogueno"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Postavljanje dijeljenja veze prema Internetu je ve napravljeno.\n"
-"Trenutno je onemogueno.\n"
-"\n"
-"to elite napraviti?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "omogui"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Omoguujem posluitelje..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Dijeljenje veze prema internetu je trenutno omogueno."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Vae raunalo moe biti konfigurirano da dijeli vlastitu Internet vezu.\n"
-"Sa tom znaajkom, druga raunala na vaoj lokalnoj mrei mogu koristiti "
-"Internet vezu ovog raunala.\n"
-"\n"
-"Upozorenje: trebati ete primjenjeni Mreni Ureaj za postavljanje lokalne "
-"mree (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Meusklop %s (koristi modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Meusklop %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nema mrenog adaptera na vaem sustavu!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nije pronaen niti jedan mreni adapter na vaem sustavu. Molimo pokrenite "
-"hardware-ski konfiguracijski alat."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Mreni meusklop"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Postoji samo jedan konfigurirani mreni adapter na vaem sustavu:\n"
-"\n"
-"%s\n"
-"\n"
-"Postaviti u lokalnu mreu (LAN) sa tim adapterom."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Molimo odaberite koji mreni adapter e biti povezan na vau lokalnu mreu."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Niste podesili monitor"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Postava Stila Podizanja"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Postavke modema"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP CUPS posluitelja"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Potencijalni LAN adresni konflikt je pronaen u trenutnoj konfiguraciji %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Detektirana je vatrozidna konfiguracija!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Upozorenje! Postojea vatrozidna konfiguracija je pronaena. Morati ete "
-"runo popraviti neke dijelove nakon instalacije."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Podeavam..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Podeavam skriptove, instaliram softver, pokreem posluitelje..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problem prilikom instaliranja paketa %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Sve je konfigurirano.\n"
-"Sada moete dijeliti vau internet vezu sa drugim raunalima na vaoj "
-"lokalnoj mrei, koristei automatsku mrenu konfiguraciju (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Postavljanje je ve uraeno, ali je trenutno onemogueno."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Postavljanje je ve uraeno, ali je trenutno omogueno."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Dijeljenje veze prema internetu nije bilo konfigurirano."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Postavke dijeljenja internet veze"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Dobro doli u alat za konfiguriranje dijeljenja Internet veze!\n"
-"\n"
-"%s\n"
-"\n"
-"Kliknite na Postavke ukoliko elite pokreniti arobnjak za postavljanja."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Mrene postavke (%d adaptera)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Obrii profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil za obrisati:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Novi profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Ime raunala: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internet pristup"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tip:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Meusklop:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Podeavanje Internet Pristupa..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN postavke"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Upravljaki program"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Meusklop"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Podesi lokalnu mreu..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "arobnjak..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Primjeni"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Molimo priekajte... Primjenjujem konfiguraciju"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Povezan"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nije povezan"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Povei..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Odspoji..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Nemate niti jedan konfigurirani meusklop.\n"
-"Konfigurirajte ga prvo klikanjem na 'Postavljanje'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN postavke"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Boot protokol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Pokrenuto pri podizanju"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Aktivno"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktivno"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nemate niti jednu internet vezu.\n"
-"Napravite jednu klikanjem na 'Podesi'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Postava Internet veze"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Postava Internet veze"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tip veze: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametri"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet kartica"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Podeavam sigurnosni nivo"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrolni Centar"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Izaberite alat koje elite koristiti"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanadska (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islandska"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "serijski"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uporaba: keyboarddrake [--exper] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Molim izaberite raspored tipkovnice."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Da li elite da BackSpace vrati Delete u konzoli?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Promjeni Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Molimo ubacite Instalacijski Cd-Rom u va pogon i pritisnite U redu kada ste "
-"zavrili.\n"
-"Ukoliko ga nemate, pritisnite Odustani kako bi izbjegli ivu nadogradnju."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ne mogu pokrenuti ivu nadogradnju !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-#, fuzzy
-msgid "/File/_New"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../standalone/logdrake_.c:102
-#, fuzzy
-msgid "<control>N"
-msgstr "<control>Q"
-
-#: ../../standalone/logdrake_.c:103
-#, fuzzy
-msgid "/File/_Open"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../standalone/logdrake_.c:103
-#, fuzzy
-msgid "<control>O"
-msgstr "<control>Q"
-
-#: ../../standalone/logdrake_.c:104
-#, fuzzy
-msgid "/File/_Save"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../standalone/logdrake_.c:104
-#, fuzzy
-msgid "<control>S"
-msgstr "<control>Q"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-#, fuzzy
-msgid "/File/-"
-msgstr "/_Datoteka"
-
-#: ../../standalone/logdrake_.c:108
-#, fuzzy
-msgid "/_Options"
-msgstr "Opcije"
-
-#: ../../standalone/logdrake_.c:109
-#, fuzzy
-msgid "/Options/Test"
-msgstr "Opcije"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Korisniko ime"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Testne stranice"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "Procjenjujem"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-#, fuzzy
-msgid "Choose file"
-msgstr "Izaberite datoteku"
-
-#: ../../standalone/logdrake_.c:201
-#, fuzzy
-msgid "Calendar"
-msgstr "Standardno"
-
-#: ../../standalone/logdrake_.c:211
-#, fuzzy
-msgid "Content of the file"
-msgstr "Spoji se na Internet"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Molimo priekajte, Pripremam instalaciju"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Postava Interneta"
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Dobro doli u pomoni program za konfiguriranje proxy-a.\n"
-"\n"
-"Ovdje ete moi postaviti va http i ftp proxi-e\n"
-"sa ili bez logina i lozinke\n"
-
-# ../../share/compssUsers
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache i Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Izlaz"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "ureaj"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatiram"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Postava Interneta"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Molim izaberite koju vrstu mia koristite."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "niti jedan serial_usb nije pronaen\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emuliranje tree tipke?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Odaberite grafiku karticu"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Boot ureaj"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Vatrozidne postave"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Vatrozidne postave"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Vatrozidi\n"
-"\n"
-"Ve ste postavili vatrozid.\n"
-"Kliknite na Podesi za promjenu ili brisanje vatrozida"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Vatrozidi\n"
-"\n"
-"Kliknite na Podesi za postavljanje standardnog vatrozida"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Odaberite jezik"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Odaberite razred instalacije"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Otkrivanje hard diskova"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Podesi mi"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Odaberite tipkovnicu"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sigurnost"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Podesi datotene sustave"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatiraj particije"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Izabir instaliranih paketa"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instaliraj sustav"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Dodaj korisnika"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Podesi mreu"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Podeavanje servisa"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instaliraj bootloader"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Napravi boot disketu"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Podesi X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instaliraj sustav"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Izlaz iz instalacije"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall podeavanje\n"
-"\n"
-"Ovo podeava osobni vatrozid za ovo Mandrake Linux raunalo.\n"
-"Za snano primjenjena vatrozidna rjeenja, molimo pogledajte\n"
-"specijaliziranu MandrakeSecurity Firewall distribuciju."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sada emo vas pitati nekoliko pitanja o servisima koje elite dozvoliti\n"
-"Internetu da se spoji. Molimo razmislite paljivo o tim\n"
-"pitanjima, jer sigurnost vaeg raunala je vana.\n"
-"\n"
-"Molimo, ukoliko ne koristite trenutno jedan od tih servisa, postavite\n"
-"vatrozid. Moete promjeniti ovu konfiguraciju bilo kad zaelite\n"
-"pokretanjem ponovno ove aplikacije!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut web posluitelj na ovom raunalu kojeg treba cijeli\n"
-"Internet vidjeti? Ukoliko trebate web posluitelj kojemu e biti pristupan\n"
-"samo sa ovog raunala, moete sigurno odgovoriti NE ovdje.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut imenski posluitelj na ovom raunalu? Ukoliko niste "
-"postavili jedan\n"
-"da daje IP i informacije o zoni cijelom Internet-u, molimo\n"
-"odgovorite ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Da li elite omoguiti dolazee Secure Shell (ssh) veze? To je\n"
-"je telnet zamjena to moete koristiti za prijavljivanje. Ako sada "
-"koristite\n"
-"telnet, trebali biste definitivno se prebaciti na ssh. telnet nije\n"
-"enkriptiran -- tako da neki napadai mogu ukrasti vae lozinke ako ga "
-"koristite\n"
-"ssh je enkriptiran i nedozvoljava prislukivanje (sniffanje)."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Da li elite dopustiti dolazee telnet veze?\n"
-"Ovo je uasno nesigurno, kao to smo objasnili na prethodnom zaslonu. Mi\n"
-"jako preporuamo odgovaranjem Ne ovdje i koritenjem ssh-a umjesto\n"
-"telnet-a.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Da li imate pokrenut FTP posluitelj ovdje koji treba biti dostupan\n"
-"Internet-u? Ukoliko da, jako preporuamo da ga koristite samo za\n"
-"anonimni prijenos. Svaka lozinka prenesena FTP-om moe biti ukradena od\n"
-"nekih napadaa, jer FTP takoer ne koristi enkripciju za prijenos lozinki.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut mail posluitelj ovdje? Ako aljete vae \n"
-"poruke kroz pine, mutt ili neki drugi tekst-bazirani mail klijent,\n"
-"vjerojatno ga koristite. Ako ne, trebali biste ga odijeliti vatrozidom.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut POP ili IMAP posluitelj ovdje? Ovo moe\n"
-"koristiti za posluivanje ne-web-baziranih mail rauna za osobe preko\n"
-"ovog raunala.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"ini se da imate pokrenut 2.2 kernel. Ukoliko je vaa IP\n"
-"adresa automatski postavljena u vaem domu ili uredu\n"
-"(dinamiki dodjeljenja), moramo to dozvoliti. Da\n"
-"li je to sluaj?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Da li se vae raunalo vremenski sinkronizira sa drugim raunalom?\n"
-"Veinom, ovo se koristi kod srednje-velikih Unix/Linux organizacija\n"
-"za sinkronizaciju vremena za zapisivanje/logiranje i slino. Ukoliko\n"
-"niste dio veeg ureda ili niste uli za ovo, vjerojatno\n"
-"ne."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Podeavanje zavreno. Moemo li zapisati ove promjene na disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ne mogu otvoriti %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Vatrozidne postave"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Molimo priekajte, Pripremam instalaciju"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Mreno raunalo (klijent)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS posluitelj, SMB posluitelj, Proxy posluitelj, SSH posluitelj"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Ured"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome radna stanica"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Alati za va Palm Pilot ili va Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Radna stanica"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Vatrozid/Ruter"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Ime Domene i Mreni Informacijki Posluitelj (NIS)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Uredski programi: tekst procesori (kword, abiword), tablini kalkulatori "
-"(kspread, gnumeric), pdf preglednici, itd"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio-namjenjeni alati: mp3 ili midi svirai, mikseri, itd"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knjige i Howto-i o Linux-u i slobodnom software-u"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE radna stanica"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, itd"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedija - Video"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Skup alata za mail, news, web, datoteni prijenos, i razgovor"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Baze"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL ili MySQL posluitelj baza"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Alati za lako podeavanje vaeg raunala"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedija - Zvuk"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Pomoni programi"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentacija"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konzolni Alati"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix mail posluitelj, Inn news posluitelj"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet stanica"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedijska stanica"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "LAN postavke"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Vie grafikih radnih okruja (Gnome, IceWM)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Radno Okruje, osnovno grafiko okruje sa kolekcijom pripadajuih alata"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafiko Okruje"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache i Pro-ftpd"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Alati za pravljenje i prenje CD-a"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Uredska radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Posluitelj"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itd"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiki programi poput Gimp-a"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C i C++ razvojne biblioteke, programi i ukljuujue datoteke"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Mreni raunalni posluitelj"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Igraka radna stanica"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video playeri i ureivai"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedija - Grafika"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Zabavni programi: arkade, ploe, strategije, itd"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Pribor alata za itanje i slanje mail-a i news-a (pine, mutt, tin..) i za "
-"pregled Web-a"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arhiviranje, emulatori, praenje"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Osobne financije"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafika okruja sa korisniki prijateljskim skupom aplikacija i alatima za "
-"radno okruje"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klijenti za razne protokole ukljuujui ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet gateway"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Zvuni i video sviraki/ureivaki programi"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Druga grafika radna okruja"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Ureivai, ljuske, datoteni alati, terminali"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programi za ureivanje vaih financija, poput gnucash-a"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Osobni informacijski menadment"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedija - CD prenje"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Znanstvena radna stanica"
diff --git a/perl-install/share/po/hu.po b/perl-install/share/po/hu.po
deleted file mode 100644
index fd44cc152..000000000
--- a/perl-install/share/po/hu.po
+++ /dev/null
@@ -1,12496 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 2000 Mandrakesoft
-# KOVACS Emese Alexandra <emese@itp.hu>, 2000, 2001
-# Kultsar Kadosa Atilla <kadi@kadi.emg.hu>, 2000
-# Takacs Sandor <taki@dfmk.hu>, 2000
-# Timar Andras <atimar@itp.hu>, 2000
-# Sari Gabor <saga@tux.hu>, 2000
-# Tamas Szanto <tszanto@mol.hu>, 2001
-# Arpad Biro <biro_arpad@yahoo.com>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-13 01:27GMT+1\n"
-"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
-"Language-Team: Hungarian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "A kpernyk egymstl fggetlen belltsa"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "A Xinerama kiterjeszts hasznlata"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Csak a(z) \"%s\" (%s) krtya belltsa"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "A tbbkpernys md belltsa"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"A grafikus krtya lehetv teszi tbb kperny hasznlatt.\n"
-"Mit szeretne tenni?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafikus krtya"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Vlasszon egy grafikus krtyt"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Vlasszon egy X-kiszolglt"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X-kiszolgl"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Vlasszon egy X-meghajtt"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X-meghajt"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Melyik XFree-t szeretn hasznlni?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"A krtya tmogat hardveres 3D-s gyorstst, de csak az XFree %s verziban.\n"
-"Az XFree %s is hasznlhat; elkpzelhet, hogy abban jobb a 2D-s tmogats."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "A krtya tmogat hardveres 3D-s gyorstst az XFree %s verzival."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s hardveres 3D-s gyorstssal"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"A krtya tmogat hardveres 3D-s gyorstst az XFree %s verziban,\n"
-"DE EZ KSRLETI JELLEG, HASZNLATA AKR A GP LEFAGYSHOZ IS VEZETHET!"
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s KSRLETI JELLEG hardveres 3D-s gyorstssal"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"A krtya tmogat hardveres 3D-s gyorstst, de csak az XFree %s verziban.\n"
-"EZ KSRLETI JELLEG; HASZNLATA AKR A GP LEFAGYSHOZ IS VEZETHET.\n"
-"Az XFree %s verzi is hasznlhat; elkpzelhet, hogy ebben jobb a 2D-s\n"
-"tmogats."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (teleptsi meghajtprogram)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree-belltsok"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Vlassza ki a grafikus krtyn tallhat memria mennyisgt"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Az X belltsai"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "A monitor kivlasztsa"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"A kt legfontosabb paramter a fggleges frissts frekvencija (a teljes\n"
-"kperny frisstsi gyorsasga) s a vzszintes frissts frekvencija (a\n"
-"vzszintes sorok megjelentsnek gyorsasga).\n"
-"\n"
-"NAGYON FONTOS, hogy egyik se lpje tl a monitorhoz engedlyezett\n"
-"fels hatrrtket, mert ilyenkor esetleg a monitor megsrlhet.\n"
-"Ha nem ismeri a monitor jellemzit, vlasszon egy biztonsgosan\n"
-"alacsony rtket!"
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Vzszintes frissts"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Fggleges frissts"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "A monitor nincs belltva"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "A grafikus krtya mg nincs belltva"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "A felbontsok mg nincsenek belltva"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Ki szeretn prblni a belltsokat?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Vigyzat! A grafikus krtya kiprblsa esetleg a gp lefagyshoz is "
-"vezethet!"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "A belltsok kiprblsa"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"vltoztasson meg nhny paramtert"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Hiba trtnt:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Kilps %d msodperc mlva"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Megfelel ez a bellts?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Hiba trtnt, vltoztasson meg nhny paramtert"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Felbonts"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Vlassza ki a felbontst s a sznmlysget"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafikus krtya: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Egyb"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "OK"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Szakrti md"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Mindent mutasson"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Felbontsok"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Billentyzetkioszts: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Az egr tpusa: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Az egeret kezel eszkz: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "A vzsz. frisstsi frekvencia: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "A fgg. frisstsi frekvencia: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "A grafikus krtya: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "A grafikus krtya azonostja: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "A krtya memrija: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Sznmlysg: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Felbonts: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86-meghajt: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Az X belltsnak elksztse"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Mit szeretne tenni?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "A monitor mdostsa"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "A grafikus krtya mdostsa"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Az X belltsainak mdostsa"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "A felbonts mdostsa"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Az adatok megjelentse"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Mg egy prba"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Kilps"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Meg szeretn tartani a mdostsokat?\n"
-"A jelenlegi bellts:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Grafikus md bejelentkezs"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Bellthat, hogy rendszerindtskor az X automatikusan elinduljon.\n"
-"Szeretne grafikus md bejelentkezst?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr ""
-"A mdostsok csak a(z) %s programba val kvetkez bejelentkezskor lpnek "
-"rvnybe"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ""
-"Jelentkezzen ki, majd nyomja meg a Ctrl+Alt+BackSpace billentykombincit"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 szn (8-bites)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 ezer szn (15-bites)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 ezer szn (16-bites)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milli szn (24-bites)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 millird szn (32-bites)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB vagy tbb"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480, 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600, 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514-kompatibilis, 1024x768, 87 Hz, vltottsoros (nincs 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768, 87 Hz, vltottsoros, 800x600 56 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600, 60 Hz, 640x480 72 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Nem vltottsoros SVGA, 1024x768, 60 Hz, 800x600 72 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Magas frekvencij SVGA, 1024x768, 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multisync monitor, amely kpes 1280x1024-re 60 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multisync monitor, amely kpes 1280x1024-re 74 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multisync monitor, amely kpes 1280x1024-re 76 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Olyan monitor, amely kpes 1600x1200-ra 70 Hz-en"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Olyan monitor, amely kpes 1600x1200-ra 76 Hz-en"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "A rendszerindtsi partci els szektora"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "A lemezmeghajt legels szektora (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "A SILO teleptse"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Hov kerljn a rendszerindt program (bootloader)?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "A LILO/GRUB teleptse"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO, szveges menvel"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO, grafikus menvel"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "GRUB"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Indts DOS-bl vagy Windows-bl (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Rendszerindtsi belltsok"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "A hasznlni kvnt rendszerbetlt"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "A rendszerindt program teleptse"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Rendszerindtsi eszkz"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nem mkdik rgi BIOS-okkal)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakt"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Kpernymd"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Vrakozsi id az alaprtelmezett rendszer betltse eltt"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Jelsz"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Jelsz (mg egyszer)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "A parancssorban tadhat paramterek korltozsa"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "korltozs"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "A /tmp trlse minden jraindulsnl"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "A RAM mrete, ha szksges (%d MB-ot detektltam)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Tbb profil engedlyezse"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "A fizikai memria mrete MB-ban"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"\"A parancssorban tadhat paramterek korltozsa\" belltsnak jelsz "
-"nlkl nincs rtelme"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Prblja meg jra"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "A jelszavak nem egyeznek"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Indtsi zenet"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Ksleltets Open Firmware-nl"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Vrakozsi id rendszerindtskor"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "CD-rl trtnhet rendszerindts?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "OF-rl trtnhet rendszerindts?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Az alaprtelmezett op. rendszer?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Azt a lehetsget vlasztotta, hogy a rendszerbetltt egy partcira "
-"telepti.\n"
-"Ez arra utal, hogy mr van rendszerbetlt (pldul: System Commander) azon "
-"a\n"
-"merevlemezen, amelyrl a rendszer indtsa trtnik.\n"
-"\n"
-"Melyik meghajtrl vgzi a rendszer indtst?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Itt lthatk a jelenlegi bejegyzsek.\n"
-"j bejegyzsek vehetk fel, illetve mdosthatk a meglevk."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Hozzads"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Ksz"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Mdosts"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Milyen bejegyzst szeretne felvenni?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Egyb op. rendszer (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Egyb op. rendszer (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Egyb op. rendszer (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Indtfjl"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Gykr"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Hozzfzs"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Kezdeti RAM-diszk"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "rhat-olvashat"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tbla"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nem biztonsgos"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Cmke"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Alaprtelmezs"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "A RAM-diszk mrete"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Bejegyzs eltvoltsa"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "A cmke nem lehet res"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Meg kell adni egy kernelfjlt"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Meg kell adni egy gykrpartcit"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Mr van ilyen nev cmke"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s csatolt talltam"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Van mg msik is?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Van valamilyen %s csatol?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nem"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Igen"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "A hardverjellemzk megjelentse"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Meghajtprogram teleptse ehhez a(z) %s-krtyhoz: %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(%s modul)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Melyik %s-meghajtprogramot prbljam meg?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Bizonyos esetekben a(z) %s meghajtprogramnak tovbbi paramterekre van\n"
-"szksge a helyes mkdshez. Szeretne tovbbi paramtereket megadni a\n"
-"meghajtprogramnak, vagy hagyja, hogy az lekrdezze a szksges\n"
-"informcikat? Bizonyos krlmnyek esetn az automatikus detektls\n"
-"a gp lefagyshoz vezethet, de komolyabb krt nem okozhat."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatikus detektls"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Paramterek megadsa"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Most megadhatk a(z) \"%s\" modul paramterei.\n"
-"A cmeket \"0x\" eltaggal kell megadni, pldul: \"0x123\"."
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Itt lehet megadni a(z) %s modul paramtereit\n"
-"a kvetkez formtumban: \"nv1=rtk1 nv2=rtk2 ...\".\n"
-"Pldul: \"io=0x300 irq=7\""
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "A modul paramterei:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"A(z) %s modul betltse nem sikerlt.\n"
-"Megprblja a betltst ms paramterekkel?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "hozzfrs az X-es programokhoz"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "hozzfrs az RPM-eszkzkhz"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "\"su\" engedlyezse"
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "hozzfrs az adminisztrcis fjlokhoz"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(mr fel van vve: %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Ez a jelsz tl egyszer"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Adjon meg egy felhasznlnevet"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"A felhasznlnv csak a kvetkezket tartalmazhatja: kisbetk, szmok, \"-\" "
-"s \"_\""
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Mr ltezik ilyen felhasznlnv"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Felhasznl hozzadsa"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Adjon meg egy felhasznlnevet\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Nv elfogadsa"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Valdi nv"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Felhasznlnv"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Parancsrtelmez"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatikus bejelentkezs"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Bellthat, hogy indtskor egy felhasznl automatikusan bejelentkezzen.\n"
-"Szeretn hasznlni ezt a lehetsget?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Adja meg az alaprtelmezett felhasznlnevet:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Vlassza ki a hasznlni kvnt ablakkezelt:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Vlasszon nyelvet."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Vlaszthat ms nyelveket is, ezek a telepts utn lesznek elrhetk."
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Mind"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Az sszes felhasznl engedlyezse"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Egyni"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Nincs megoszts"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "A(z) %s csomagot telepteni kell. Szeretn telepteni?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-"Exportls NFS-sel vagy Sambval vgezhet. Melyiket kvnja hasznlni?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Hinyzik a(z) \"%s\" nev ktelez csomag"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"Szeretn engedlyezni a felhasznlk szmra azt, hogy a sajt "
-"knyvtrukban\n"
-"lev knyvtrakat exportljanak?\n"
-"Ha ez engedlyezve van, akkor a felhasznlk a Konquerorban s a "
-"Nautilusban\n"
-"a \"Megoszts\" funkcival vgezhetnek exportlst.\n"
-"\n"
-"Az \"Egyni\" opci hasznlatval felhasznlnknti bellts lehetsges.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Mgsem"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "UserDrake indtsa"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"A felhasznlnknti megoszts a \"fileshare\" csoportot hasznlja.\n"
-"A UserDrake programmal lehet felhasznlt felvenni ebbe a csoportba."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "dvzlet a cracker-eknek"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Gyenge"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Szabvnyos"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Magas"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Magasabb"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranois"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Ezt a szintet csak krltekintssel hasznlja.\n"
-"Egyszerbb teszi a rendszer hasznlatt, de gy az sebezhetbb is lesz:\n"
-"ne vlassza ezt a szintet, ha a gp hlzatba van ktve, vagy az "
-"internethez\n"
-"csatlakozik. A hozzfrs nincs jelszval vdve."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"A jelszavak be vannak kapcsolva, de hlzatra kapcsold gp esetn\n"
-"ez a konfigurci mg mindig nem ajnlott."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Ez a szabvnyos biztonsgi szint, amely az internetre (kliensknt) "
-"csatlakoz gpek esetn javasolt."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Mr vannak bizonyos megszortsok, s tbb automatikus ellenrzs fut "
-"jszaknknt."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Ezzel a biztonsgi szinttel mr hasznlhatja a gpt kiszolglknt.\n"
-"Ez a biztonsgi szint elg magas ahhoz, hogy a rendszer sok, hlzaton\n"
-"keresztl csatlakoz klienst szolgljon ki. Ha a gp az interneten csak "
-"kliensknt van jelen, akkor rdemesebb egy alacsonyabb szintet vlasztani."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Az elz szinten alapul, de itt a rendszer teljesen zrt.\n"
-"Ez a legbiztonsgosabb szint."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Vlassza ki a biztonsgi szintet"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Biztonsgi szint"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "A libsafe hasznlata kiszolglkhoz"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Knyvtr, amely vdelmet nyjt a puffertlcsordulsos s a formtumsztringes "
-"tmadsok ellen."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Udvozoljuk a(z) %s rendszerinditoban!\n"
-"\n"
-"Valasszon egy operacios rendszert a listabol, vagy varjon\n"
-"%d masodpercig, amig az alapertelmezett elindul.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Udvozoljuk a GRUB rendszerindito programban!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "A(z) %c es a(z) %c billentyukkel lehet a bejegyzesek kozott lepegetni."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Nyomja meg az Enter billentyut a kijelolt rendszer inditasahoz, az 'e'-t "
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "az inditasi parancsok modositasahoz, vagy a 'c'-t a parancssorhoz."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "A kijelolt operacios rendszer %d masodperc mulva elindul."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nincs elg hely a /boot partcin"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Asztal"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start men"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "A rendszerindt program nem tehet %s partcira\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "mg nem hasznlhat a segtsg\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "A rendszerindts belltsai"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fjl"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fjl/Ki_lps"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "j stlus kategorizl monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "j stlus monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Hagyomnyos monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Hagyomnyos GTK+-monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Az Aurora indtsa rendszerindtskor"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "LILO/GRUB md"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot md"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Jelenleg a(z) %s rendszerindt programot hasznlja.\n"
-"Kattintson a Bellts gombra a belltsvarzsl elindtshoz."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Bellts"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Rendszer-md"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Az X induljon el rendszerindtskor"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne legyen automatikus bejelentkezs"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Legyen automatikus bejelentkezs (felhasznlnv, grafikus krnyezet)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Az /etc/inittab fjlt nem sikerlt olvassra megnyitni: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d perc"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 perc"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d msodperc"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Partcionls eltt nem kszthetk kpernyfelvtelek"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "A kpernyfelvtelek a telepts utn itt lesznek elrhetk: %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Franciaorszg"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgium"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Cseh Kztrsasg"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Nmetorszg"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grgorszg"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norvgia"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Svdorszg"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Hollandia"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Olaszorszg"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Ausztria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Amerikai Egyeslt llamok"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Elszr ksztsen biztonsgi mentst az adatokrl"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Olvassa el figyelmesen!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ha az aboot-ot fogja hasznlni, elszr ellenrizze, hogy maradt-e elg\n"
-"hely (legalbb 2048 szektor) a lemez elejn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Hiba"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Varzsl"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Vlasszon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Egy nagy FAT partci van\n"
-"(ez gyakran egy Microsoft DOS/Windows partci).\n"
-"Clszer elszr tmretezni a partcit\n"
-"(kattintson a partcira, majd az \"tmretezs\" gombra)."
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Kattintson egy partcira"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Rszletek"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Naplzott fjlrendszer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Lapozterlet (swap)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "res"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Egyb"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Fjlrendszer-tpusok:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Ltrehozs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tpus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Hasznlja inkbb ezt: \"%s\""
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Trls"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Hasznlja elszr a \"Levlaszts\"-t"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"A(z) %s partci tpusnak mdostsa utn a partcin lev adatok elvesznek"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Vlasszon egy partcit"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Vlasszon egy msik partcit"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Kilps"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "tvlts szakrti mdba"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "tvlts norml mdba"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Visszavons"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Folytassam a mveletet?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Kilps ments nlkl"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Ki akar lpni a programbl a partcis tbla mentse nlkl?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "El szeretn menteni az /etc/fstab fjlban vgrehajtott mdostsokat?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automatikus helyfoglals"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Teljes trls"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Merevlemez-jellemzk"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Mindegyik elsdleges partci foglalt"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Nem hozhat ltre tbb partci"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Tovbbi partcik ltrehozshoz trlni kell egyet (hogy egy kiterjesztett "
-"partcit ltre lehessen hozni)"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "A partcis tbla mentse"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "A partcis tbla visszatltse"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "A partcis tbla helyrelltsa"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "A partcis tbla jratltse"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Cserlhet lemez automatikus csatlakoztatsa"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Fjlvlaszts"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"A partcis tbla kt pldnynak mrete eltr!\n"
-"Folytassam a mveletet?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Figyelmeztets"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Helyezzen be egy floppylemezt a meghajtba!\n"
-"A lemezen tallhat adatok elvesznek"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Megprblom helyrehozni a partcis tblt"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Rszletes informci"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Csatlakoztatsi pont"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Belltsok"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "tmretezs"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "thelyezs"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formzs"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Csatlakoztats"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Hozzads RAID-hez"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Hozzads LVM-hez"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Levlaszts"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Eltvolts RAID-bl"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Eltvolts LVM-bl"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "RAID mdostsa"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Loopback-hez hasznlva"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "j partci ltrehozsa"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Kezdszektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Mret (MB): "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "A fjlrendszer tpusa: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Csatlakoztatsi pont: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Belltsok: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "El szeretn tvoltani a loopback fjlt?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "A partcitpus megvltoztatsa"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Melyik fjlrendszert szeretn?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Konvertls Ext2-rl Ext3-ra"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Hov szeretn csatlakoztatni a(z) %s loopback fjlt?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Hov szeretn csatlakoztatni a(z) %s eszkzt?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Nem lehet megszntetni a csatlakoztatsi pontot, mert ez egy loopback\n"
-"partci. Elszr tvoltsa el a loopback-et."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "A FAT fjlrendszer jellemzinek kiszmtsa"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "tmretezs"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Ezt a partcit nem lehet tmretezni"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Ksztsen biztonsgi mentst errl a partcirl"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"A(z) %s partci tmretezsekor a partcin tallhat adatok elvesznek"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Adja meg az j mretet"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Az j mret (MB-ban): "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Melyik lemezre szeretn thelyezni?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Szektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Melyik szektorra szeretn thelyezni?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "thelyezs"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Partci thelyezse..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Vlassza ki azt a RAID-et, amelyikhez hozz szeretn adni a lemezt"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "j"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Vlassza ki azt az LVM-et, amelyhez hozz szeretn adni a lemezt"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Az LVM neve?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Ez a partci nem hasznlhat loopback-hez"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "A loopback fjl neve: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Adjon meg egy fjlnevet"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Ez a fjl mr egy msik loopback-hez van rendelve, vlasszon egy msikat"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "A fjl mr ltezik, hasznljam?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Csatlakoztatsi (mount) opcik"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Vegyes"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "eszkz"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "szint"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "szeletmret"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Vigyzat! Ez a mvelet adatvesztst okozhat."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Milyen tpus partcionlst szeretne?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Nem hozhatom ltre a /boot-ot ennyire tvol a merevlemez elejtl (cilinder\n"
-"> 1024). Ha a LILO-t hasznlja, akkor az nem fog mkdni, ha pedig nem\n"
-"hasznlja a LILO-t, akkor nincs szksg a /boot-ra."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Az a partci, amelyet gykrpartcinak (/) jellt ki, fizikailag az 1024.\n"
-"cilinder utn tallhat, s a rendszerben nincs /boot partci.\n"
-"Ha a LILO-t szeretn hasznlni, hozzon ltre egy /boot partcit."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Szoftveres RAID partcit vlasztott ki gykrpartcinak (/).\n"
-"Egyik rendszerindt program sem tudja ezt kezelni /boot partci nlkl,\n"
-"ezrt mindenkppen hozzon ltre egy /boot partcit."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "A(z) \"%s\" meghajt partcitbljnak mentse kvetkezik!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "A vltozsok csak a rendszer jraindtsakor lpnek letbe"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "A(z) %s partci formzsakor a partcin tallhat adatok elvesznek!"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formzs"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "A(z) %s loopback fjl formzsa"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "A(z) %s partci formzsa"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Fjlok elrejtse"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Fjlok thelyezse az j partcira"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"A(z) %s knyvtr mr tartalmaz adatot\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Fjlok thelyezse az j partcira"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "%s msolsa"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "%s eltvoltsa"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "a(z) %s partci jelenleg \"%s\"-knt ismert"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Eszkz: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-meghajt betjele: %s (ez csak egy tipp)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tpus: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nv: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Kezdszektor: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Mret: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s szektor"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "A(z) %d. cilindertl a(z) %d.-ig\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formzva\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nincs formzva\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Csatlakoztatva\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback fjl(ok):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Az alaprtelmezett indtsi partci\n"
-" (a DOS-nak, nem a LILO-nak)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "%s. szint\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "A szelet mrete: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID lemezek: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "A loopback fjl neve: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Ez a partci valsznleg\n"
-"meghajtknak van fenntartva,\n"
-"ne mdostson rajta.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Ez egy specilis rendszerindtsi\n"
-"partci (hogy tbbfle opercis\n"
-"rendszert lehessen indtani).\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Mret: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cilinder, %s fej, %s szektor\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informci: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-lemezek: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "A partcis tbla tpusa: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "busz: %d, id: %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Belltsok: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Fjlrendszer-titkostsi kulcs"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Vlasszon fjlrendszer-titkostsi kulcsot"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Ez a titkostsi kulcs tl egyszer (legalbb %d karakter hossznak kell "
-"lennie)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "A titkostsi kulcsok nem egyeznek"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Titkostsi kulcs"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Titkostsi kulcs (mg egyszer)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "A tpus megvltoztatsa"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Kattintson egy mdira"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Kiszolglk keresse"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formzs sikertelen a(z) %s eszkzn"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Nem tudom, hogyan kell megformzni a(z) %s eszkzt %s tpusra"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "a(z) %s partci ide trtn csatolsa sikertelen: %s"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "Az fsck kilpett \"%d\" hibakddal vagy \"%d\" szignllal"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "hiba trtnt a(z) %s levlasztsakor: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "egyszer"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "/usr-rel"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "kiszolgl"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Nem lehet JFS-t hasznlni 16 MB-nl kisebb partcin"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Nem lehet ReiserFS-t hasznlni 32 MB-nl kisebb partcin"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "A csatlakoztatsi pontoknak /-rel kell kezddni"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Mr van egy partci amelynek %s a csatlakoztatsi pontja\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Nem hasznlhat LVM logikai ktet a(z) %s csatlakoztatsi ponthoz"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Ennek a knyvtrnak a gykr-fjlrendszeren bell kell maradnia"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Valdi fjlrendszert (Ext2, ReiserFS) kell hasznlni ennl a csatlakoztatsi "
-"pontnl\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Titkostott fjlrendszer nem hasznlhat ehhez a csatolsi ponthoz: %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nincs elg szabad terlet az automatikus helyfoglalshoz"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nincs mit tenni"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Hiba trtnt %s rsra val megnyitsnl: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Hiba trtnt - nincs olyan meghajt, amelyen j fjlrendszert lehetne "
-"ltrehozni. Ellenrizze a gpben tallhat eszkzket."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Egyetlen partci sincs!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"A Linux tbbfelhasznls rendszer; ez azt jelenti, hogy minden\n"
-"felhasznlnak lehetnek pldul kln belltsai s sajt fjljai.\n"
-"Tovbbi informcikat a Felhasznli Kziknyvbl lehet megtudni.\n"
-"A \"root\" nev felhasznltl (ez az azonost a rendszergazdt jelli)\n"
-"eltren az itt felvett felhasznlknak csak a sajt fjljaikat s a sajt\n"
-"belltsaikat lesz joguk mdostani. Javasolt legalbb egy \"norml\"\n"
-"felhasznlt felvenni az n sajt hasznlatra. Ezen norml felhasznli\n"
-"azonostval rdemes elvgezni az olyan tevkenysgeket, amelyek nem\n"
-"ignyelnek rendszergazdai jogosultsgot. Br nagyon praktikus minden\n"
-"alkalommal rendszergazdaknt jelentkezni be, ez nagyon veszlyes is.\n"
-"Rendszergazdaknt hasznlva a legaprbb hiba hatsra is meghibsodhat\n"
-"a rendszer. Ha norml felhasznlknt kvet el hibt, akkor esetleg\n"
-"elveszt bizonyos adatokat, de a rendszert nem teheti tnkre.\n"
-"\n"
-"Elszr is meg kell adnia a valdi nevt. Ez termszetesen nem ktelez;\n"
-"brmit be lehet rni nvknt. A telept a megadott nv els szavt\n"
-"ajnlja fel a \"Felhasznlnv\" mezben. Ez utbbi az a nv, amellyel\n"
-"az adott felhasznl be tud majd jelentkezni a rendszerbe. A felknlt nv\n"
-"mdosthat. A felhasznlnv megadsa utn meg kell adni az ahhoz tartoz\n"
-"kvnt jelszt. Egy norml felhasznl jelszava biztonsgi szempontbl nem\n"
-"annyira kritikus, mint a rendszergazd; ez viszont nem ok arra, hogy\n"
-"felletesen legyen kezelve - vgl is az n fjljairl van sz.\n"
-"\n"
-"A \"Nv elfogadsa\" gombbal vehet fel jabb felhasznl. Brmennyi\n"
-"felhasznl ltrehozhat. Vegyen fel egy-egy felhasznlnevet mindazok\n"
-"szmra, akik a gpet hasznlni fogjk. Amikor vgzett a felhasznlnevek\n"
-"ltrehozsval, kattintson a \"Ksz\" gombra.\n"
-"\n"
-"Ha a \"Specilis\" gombra kattint, mdosthatja az adott felhasznl\n"
-"alaprtelmezett parancsrtelmezjt (alaprtelmezs szerint ez a \"bash\")."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Fent lthatk a lemezen tallt, mr ltez linuxos partcik.\n"
-"A varzsl javaslatai ltalban elfogadhatk, ltalnos cl teleptsnl\n"
-"ltalban megfelelnek. Ha megvltoztatja a belltsokat, mindenkppen\n"
-"jellje ki a gykrpartcit (\"/\"). Ne vlassza tl kicsire, mert akkor\n"
-"nem lesz elg hely a szoftverek teleptshez. Ha kln partcira\n"
-"szeretn helyezni a felhasznli adatokat, jelljn ki egy kln \"/home\"\n"
-"partcit (ez csak akkor lehetsges, ha legalbb kt Linux partci\n"
-"ltezik).\n"
-"\n"
-"A partcik listjnak mezi: \"nv\", \"kapacits\".\n"
-"\n"
-"A \"nv\" kpzsi szablya: \"a merevlemez tpusa\", \"a lemez\n"
-"azonostja\", \"a partci azonostja\" (pldul \"hda1\").\n"
-"\n"
-"\"A merevlemez tpusa\" \"hd\", ha a lemez IDE-csatols, s \"sd\",\n"
-"ha SCSI-csatols.\n"
-"\n"
-"\"A lemez azonostja\" egy bet a \"hd\" illetve az \"sd\" utn.\n"
-"IDE-csatols merevlemezek esetn:\n"
-"\n"
-" - \"a\" jelentse: \"els (master) meghajt az els IDE-vezrln\"\n"
-"\n"
-" - \"b\" jelentse: \"msodik (slave) meghajt az els IDE-vezrln\"\n"
-"\n"
-" - \"c\" jelentse: \"els meghajt a msodik IDE-vezrln\"\n"
-"\n"
-" - \"d\" jelentse: \"msodik meghajt a msodik IDE-vezrln\"\n"
-"\n"
-"SCSI-csatols lemezeknl az \"a\" jelentse: \"a legalacsonyabb\n"
-"SCSI-azonost\", \"b\" jelentse: \"a msodik legalacsonyabb\n"
-"SCSI-azonost\", ..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"A Mandrake Linux teleptanyag tbb CD-n helyezkedik el. Ha egy "
-"kivlasztott\n"
-"csomag egy msik CD-n tallhat, akkor a DrakX (a telept) kiadja az\n"
-"aktulis CD-t, s megkri nt, hogy helyezzen be egy msikat."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Most meg kell adnia, mely programokat kvnja telepteni a rendszerre.\n"
-"Tbb ezer program ltezik Mandrake Linuxhoz; termszetesen nnek nem\n"
-"szksges mindet ismernie.\n"
-"\n"
-"Ha szabvnyos teleptst vgez CD-rl, akkor elszr meg kell adnia, mely\n"
-"CD-kkel rendelkezik (csak a szakrti mdra igaz). Nzze t a CD-k cmeit,\n"
-"s jellje be az elrhet CD-ket a listban. Ha kszen ll a folytatsra,\n"
-"kattintson az \"OK\" gombra.\n"
-"\n"
-"A csomagok a gp lehetsges felhasznlsi terletei szerint csoportokba\n"
-"vannak rendezve. Maguk a csoportok ngy szakaszba vannak sorolva:\n"
-"\n"
-" - \"Munkalloms\": ha munkallomsknt tervezi hasznlni a gpet, akkor\n"
-"vlasszon az ennek megfelel csoportok kzl.\n"
-"\n"
-" - \"Fejleszts\": ha a gp programozsra is lesz hasznlva, akkor\n"
-"vlassza ki a kvnt csoportokat.\n"
-"\n"
-" - \"Kiszolgl\": ha a gp kiszolglknt lesz hasznlva, itt lehetsg\n"
-"van annak kivlasztsra, hogy a gyakrabban hasznlt szolgltatsok kzl\n"
-"melyeket kvnja telepteni a gpre.\n"
-"\n"
-" - \"Grafikus krnyezet\": itt vlaszthat ki a kvnt grafikus krnyezet.\n"
-"Ha grafikus munkallomst szeretne, akkor legalbb egyet ki kell\n"
-"vlasztani.\n"
-"\n"
-"Ha az egrkurzort egy csoport neve fl viszi, akkor megjelenik egy rvid\n"
-"magyarzat az adott csoportrl. Ha teleptskor az sszes csoport\n"
-"kijellst megsznteti (frisstsre ez nem vonatkozik), akkor a telept\n"
-"vlasztsi lehetsget fog felknlni a minimlis teleptsre vonatkozan.\n"
-"A kvetkez lehetsgek vlaszthatk:\n"
-"\n"
-" - \"X-szel egytt\": grafikus rendszer a lehet legkevesebb csomag\n"
-"teleptsvel.\n"
-"\n"
-" - \"Alapvet dokumentcival\": az alaprendszer az alapvet programokkal\n"
-"s azok dokumentcijval. Megfelel pldul kiszolgl teleptshez.\n"
-"\n"
-" - \"Valban minimlis telepts\": a lehet legkisebb telepts;\n"
-"parancssorbl hasznlhat Linux rendszer. Krlbell 65 megabjt mret\n"
-"telepts.\n"
-"\n"
-"Bejellheti a \"Csomagok egyedi kivlasztsa\" opcit; ez akkor hasznos,\n"
-"ha n ismeri a felknlt csomagokat, illetve ha teljes mrtkben\n"
-"ellenrizni kvnja, mi lesz a gpre felteleptve.\n"
-"\n"
-"Ha a teleptst \"Frissts\" zemmdban indtotta el, akkor megszntetheti\n"
-"akr az sszes csoport kijellst is, hogy elkerlje j programok\n"
-"teleptst. Ez klnsen akkor lehet hasznos, ha egy meglev rendszert\n"
-"kvn helyrelltani vagy frissteni."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Vgl, attl fggen, hogy kvnt-e egyedi csomagkivlasztst hasznlni,\n"
-"megjelenik egy fa, amely az sszes telepthet programcsomagot tartalmazza\n"
-"csoportokba s alcsoportokba kategorizlva. A fa bngszse kzben\n"
-"nem csak csomagokat jellhet ki, hanem egsz csoportokat illetve\n"
-"alcsoportokat is.\n"
-"\n"
-"Amikor kivlaszt egy csomagot a fban, a jobb oldalon megjelenik egy lers\n"
-"az adott csomagrl. Ha vgzett a kijellsekkel, kattintson a \"Telepts\"\n"
-"gombra; ennek hatsra megkezddik a programok teleptse. A gp\n"
-"sebessgtl illetve a teleptend csomagok szmtl fggen a folyamat\n"
-"jelents idt vehet ignybe. A telept megjelent egy becslst arra\n"
-"vonatkozan, hogy mennyi id van htra a telepts befejeztig.\n"
-"\n"
-"Ha kiszolglcsomagok is ki lettek vlasztva - akr kzvetlenl, akr\n"
-"bizonyos csoportok tagjaknt -, a telept megerstst kr ntl arra\n"
-"vonatkozan, hogy valban telepteni kvnja-e azon kiszolglszoftvereket.\n"
-"A Mandrake Linux rendszerben alaprtelmezsben az sszes felteleptett\n"
-"kiszolglprogram elindtsra kerl a rendszer indulsakor. Mg ha azok\n"
-"biztonsgosak is illetve nem rendelkeznek ismert problmkkal, akkor is\n"
-"elfordulhat, hogy utbb biztonsgi problmk merlnek fel velk\n"
-"kapcsolatban. Ha nem tudja, hogy egy bizonyos - teleptsre kijellt -\n"
-"szolgltatsnak mi a feladata illetve mirt kerl teleptsre, akkor\n"
-"kattintson a \"Nem\" gombra. Ha az \"Igen\" gombra kattint, akkor a\n"
-"felsorolt szolgltatsok teleptsre kerlnek, s alaprtelmezs szerint\n"
-"automatikusan elindtsra kerlnek majd.\n"
-"\n"
-"\"Az automatikusan kijellt csomagok mutatsa\" opci bejellsnek\n"
-"hatsra a telept jelezni fogja, ha automatikusan jell ki csomagokat\n"
-"teleptsre. Ilyesmi azrt fordul el, mert bizonyos fggsgek miatt\n"
-"szksg lehet tovbbi csomagok teleptsre is.\n"
-"\n"
-"A lista alatt lev, floppylemezt brzol ikon lehetv teszi egy korbbi\n"
-"telepts sorn elmentett csomaglista betltst. Ezen ikonra kattintva a\n"
-"telept megkri nt, hogy tegyen be egy floppyt, amely egy korbbi\n"
-"telepts vgn kszlt. Ha szeretn megtudni, hogyan lehet ilyen floppyt\n"
-"kszteni, tekintse meg a telepts utols lpsben szerepl tippet."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Itt bellthatja az internetkapcsolatot illetve a hlzati kapcsolatot.\n"
-"Ha szeretn a gpt az internetre vagy egy helyi hlzatra csatlakoztatni,\n"
-"akkor kattintson az \"OK\" gombra. A telept felderti a hlzati\n"
-"eszkzket s a modemeket. Ha a felderts nem jr sikerrel, akkor a\n"
-"kvetkez alkalommal kapcsolja ki az \"Automatikus detektls\" opcit. Ha\n"
-"nem kvnja belltani a hlzatot, vagy ksbb kvnja azt belltani,\n"
-"akkor kattintson a \"Mgsem\" gombra.\n"
-"\n"
-"A lehetsges kapcsolatok: hagyomnyos modem, ISDN-modem, ADSL-kapcsolat,\n"
-"kbelmodem, egyszer helyi hlzati (LAN) kapcsolat (Ethernet).\n"
-"\n"
-"A lehetsges belltsok itt nem kerlnek rszletezsre. A szksges\n"
-"paramtereket az internet-szolgltattl illetve a\n"
-"rendszeradminisztrtortl tudhatja meg.\n"
-"\n"
-"A belltsokkal kapcsolatban a felhasznli kziknyv\n"
-"internetkapcsolatokkal foglalkoz fejezetbl szerezhet tovbbi\n"
-"informcikat. A kapcsolat belltst nem szksges a telepts kzben\n"
-"elvgezni; a kziknyv lerja, hogyan lehet azt megtenni egy felteleptett\n"
-"rendszeren.\n"
-"\n"
-"Ha a hlzat belltst a telepts utn kvnja elvgezni, illetve ha\n"
-"befejezte a hlzati kapcsolat belltst, akkor kattintson a \"Mgsem\"\n"
-"gombra."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Most lehet kijellni az automatikusan elindtand szolgltatsokat.\n"
-"\n"
-"Itt lthat a jelenleg teleptett sszes szolgltats listja.\n"
-"Vizsglja meg a listt alaposan, s trlje a kijellst azok melll,\n"
-"amelyek automatikus elindtsra nincs szksg.\n"
-"\n"
-"Egy szolgltats kivlasztsakor mindig megjelenik a hozz tartoz rvid\n"
-"lers. Ha nem tudja biztosan, hogy a szolgltatsra szksg van-e vagy\n"
-"sem, akkor ne vltoztassa meg az alaprtelmezett indtsi mdot.\n"
-"\n"
-"Gondosan jrjon el, ha a gpet kiszolglnak fogja hasznlni,\n"
-"ne indtson el egy olyan szolgltatst sem automatikusan, amelyre nincs\n"
-"szksg. A feleslegesen elindtott szolgltatsok biztonsgi kockzatot\n"
-"jelentenek. Csak a tnyleges feladatot ellt szolgltatsokat engedlyezze."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"A Linux az idt a GMT (Greenwich Mean Time) alapjn kezeli - a\n"
-"kivlasztott idznnak megfelel helyi idre konvertlja azt. Az\n"
-"idznhoz val igazts kikapcsolhat \"A gp rja GMT-idt mutat\"\n"
-"opci kikapcsolsval - ekkor a rendszerra szerinti id azonos lesz a\n"
-"gp rja szerintivel. Ez akkor hasznos, ha van a gpen ms opercis\n"
-"rendszer is (pldul Windows).\n"
-"\n"
-"Az \"Automatikus idszinkronizci\" opci automatikusan belltja az rt\n"
-"egy internetes gphez kapcsoldva. Az erre alkalmas gpek megjelen\n"
-"listjbl vlasszon ki egy nhz kzel levt. Termszetesen ehhez szksg\n"
-"van mkd internetkapcsolatra. Ez a funkci feltelept az n gpre\n"
-"egy idkiszolglt, amelyet a helyi hlzat tbbi gpe is hasznlhat."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"Az X (teljes nven: X Window System) a Linux grafikus fellett nyjt\n"
-"rendszer. A Mandrake Linuxban lev grafikus krnyezetek (KDE, GNOME,\n"
-"AfterStep, WindowMaker, ...) ezen grafikus rendszert hasznljk.\n"
-"A telept most megksrli automatikusan belltani az X rendszert.\n"
-"\n"
-"Bizonyos - ritkn elfordul - esetekben az automatikus bellts nem\n"
-"hajthat vgre; ez ltalban a nagyon rgi illetve a nagyon j\n"
-"hardverelemek esetn van gy. Ha sikeres a mvelet, akkor az X rendszer\n"
-"automatikusan elindtsra kerl a legmegfelelbb grafikus felbontssal (ez\n"
-"utbbi a monitor mrettl is fgg). Egy ablaknak kell megjelennie,\n"
-"amelyben a telept megkrdi nt, hogy az ablak lthat-e.\n"
-"\n"
-"Amennyiben \"Szakrt\" mdban vgzi a teleptst, a telept elindtja\n"
-"az X belltsi varzslt. A varzslval kapcsolatban tovbbi informcik\n"
-"a kziknyvben tallhatk.\n"
-"\n"
-"Ha lthat az ablakban megjelen zenet, akkor nyomja le az \"Igen\"\n"
-"gombot; a telept ekkor a kvetkez lpsre ugrik. Ha viszont az zenet\n"
-"nem lthat, az azt jelenti, hogy a bellts nem megfelel. A bellts\n"
-"tesztelse 10 msodperc elteltvel automatikusan vget r, a telept\n"
-"ezutn visszalltja a kpernyt a korbbi zemmdba."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Amikor elszr prblja ki az X belltsait, elkpzelhet, hogy nem lesz\n"
-"megelgedve azokkal (pldul a kperny tl kicsi, vagy oldalirnyban el\n"
-"van toldva). Ezrt a DrakX mg abban az esetben is megkrdi ntl, hogy\n"
-"megfelelnek-e a belltsok, ha az X rendben elindul. A program megjelent\n"
-"egy listt az ltala felismert rvnyes zemmdokrl. A listbl\n"
-"kivlaszthat egy megfelel grafikus md.\n"
-"\n"
-"Vgs esetben - ha az X rendszert nem sikerl mkdsbe hozni - vlassza\n"
-"\"A grafikus krtya mdostsa\" funkcit, majd az \"Unlisted\" (a\n"
-"listban nem szerepl krtya) bejegyzst, amikor pedig a program megkrdi,\n"
-"hogy n melyik kiszolglt szeretn, akkor vlassza az \"FBDev\"-et.\n"
-"Ez egy biztonsgi opci, amely brmely modern grafikus krtyval mkdik.\n"
-"Ezutn vlassza a \"Mg egy prba\" funkcit a biztonsg kedvrt."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Vgl el kell dnteni, hogy a rendszer grafikus mdban induljon-e vagy sem.\n"
-"A program akkor is felteszi ezt a krdst, ha n kihagyta a belltsok\n"
-"kiprblst. Ha a gp kiszolglknt fog zemelni, vagy nem sikerlt\n"
-"belltani a grafikus mdot, akkor a \"Nem\"-et rdemes vlasztani."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"A Mandrake Linux CD-nek van egy beptett helyrelltsi zemmdja. Ezen\n"
-"zemmd a kvetkezkppen rhet el: indtsa a rendszert a CD-rl, majd\n"
-"nyomja le az \"F1\" billentyt, s gpelje be a megjelen parancssorban\n"
-"azt, hogy \"rescue\". Ha viszont a gp nem kpes CD-rl val\n"
-"rendszerindtsra, akkor vissza kell trnie ezen lpshez segtsgrt - ez\n"
-"legalbb kt esetben szksges lehet:\n"
-"\n"
-" - A rendszerbetlt teleptsekor (hacsak n nem hasznl ms\n"
-"rendszerindt programot) a telept mdostja a f lemez\n"
-"betltszektort (boot sector; ms nven: MBR) annak rdekben, hogy\n"
-"tbbfle opercis rendszert is be lehessen tlteni (pldul: Linux\n"
-"s Windows - ha van a gpen Windows). Ha n jratelepti a Windowst, akkor\n"
-"a Microsoft-fle telept t fogja rni a betltszektort, s emiatt n nem\n"
-"lesz kpes Linuxt indtani.\n"
-"\n"
-" - Ha problma merl fel, s n nem tudja elindtani a Linux rendszert\n"
-"a merevlemezrl, akkor ezen floppy fogja jelenteni az egyetlen lehetsget\n"
-"arra, hogy elindtsa a rendszert. A floppy programokat tartalmaz a rendszer\n"
-"helyrelltshoz (arra az esetre, ha pldul ramkimarads trtnt).\n"
-"\n"
-"Ha kri ennek a lpsnek a vgrehajtst, akkor a telept megkri nt\n"
-"arra, hogy tegyen be egy floppyt a meghajtba. gyeljen arra, hogy a\n"
-"floppylemezen ne legyen megrzsre sznt adat. A lemezt nem szksges\n"
-"elzetesen formzni, mivel a telept fellrja a teljes lemez tartalmt."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Most kell megadni, hogy a Mandrake Linux teleptse a merevlemez melyik\n"
-"rszre trtnjen. Ha a lemez mg teljesen res, vagy a korbban teleptett\n"
-"opercis rendszer(ek) miatt nincs elg szabad hely, akkor jra kell\n"
-"partcionlni a lemezt. A partcionls a lemezterlet logikai\n"
-"jrafelosztst jelenti - erre a Mandrake Linux teleptshez szksges\n"
-"hely ltrehozsa rdekben van szksg.\n"
-"\n"
-"A partcionls veszlyes mvelet. Hiba esetn adatvesztssel jrhat,\n"
-"radsul ltalban nincs lehetsg visszatrni egy korbbi llapothoz.\n"
-"Emiatt kezd felhasznlknak sok nehzsget okozhat. Ez a varzsl\n"
-"megknnyti a mvelet vgrehajtst, de mieltt elindtan, rdemes\n"
-"alaposan tolvasni a kziknyv idevg rszt.\n"
-"\n"
-"Ha a teleptst szakrti mdban futtatja, el fog indulni a DiskDrake nev\n"
-"program, amely a Mandrake Linux rendszer partcionleszkze. Ezen program\n"
-"lehetv teszi a partcik mdostst. Tovbbi informcikat a "
-"felhasznli\n"
-"kziknyv DiskDrake-rl szl fejezetben olvashat. Az ott ismertetett\n"
-"varzslk a teleptbl is elindthatk, ehhez a \"Varzsl\" gombot kell\n"
-"lenyomni.\n"
-"\n"
-"Ha a partcik mr definilva vannak - akr egy korbbi telepts ltal,\n"
-"akr egy msfle partcionleszkz ltal -, akkor egyszeren vlassza ki\n"
-"azokat a Linux rendszer teleptse szmra.\n"
-"\n"
-"Ha a szksges partcik mg nem llnak rendelkezsre, ltre kell hozni\n"
-"azokat a varzslval. A lemezek tartalmtl fggen tbbfle mdon lehet\n"
-"eljrni:\n"
-"\n"
-" - \"A szabad terlet felhasznlsa\": ez a lehetsg az res meghajtk\n"
-"automatikus partcionlst jelenti. Tovbbi krdst nem tesz fel a\n"
-"telept.\n"
-"\n"
-" - \"Mr ltez partci hasznlata\": a varzsl tallt egy vagy tbb\n"
-"linuxos partcit a lemezen. Ha ezeket szeretn hasznlni a\n"
-"teleptshez, vlassza ezt a lehetsget.\n"
-"\n"
-" - \"A Windows partcin tallhat szabad hely felhasznlsa\": ha a\n"
-"Windows gy van felteleptve a lemezre, hogy elfoglalja az sszes\n"
-"elrhet terletet, akkor annak egy rszt fel kell szabadtani a Linux\n"
-"szmra. Ez trtnhet a Windows-partci trlsvel (lsd \"A teljes\n"
-"lemez trlse\" s a \"Szakrti md\" lehetsgeket) vagy\n"
-"tmretezsvel. Az tmretezs vgrehajthat a lemezen lev adatok\n"
-"elvesztse nlkl - feltve, hogy azt megelzen tredezettsgmentestve\n"
-"lett a Windows-partci. Javasolt tovbb az adatok mentse is.\n"
-"Ezen mdszer a javasolt abban az esetben, ha a Mandrake Linuxt s a\n"
-"Microsoft Windowst ugyanazon a gpen szeretn hasznlni.\n"
-"\n"
-"Ha ezt a lehetsget vlasztja, ne feledkezzen meg arrl, hogy ennek\n"
-"hatsra a Microsoft Windows partci mrete a mostaninl kisebb lesz,\n"
-"teht a Windows hasznlatakor kevesebb hely lesz az adatok trolsra\n"
-"s j szoftverek teleptsre.\n"
-"\n"
-" - \"A teljes lemez trlse\": ha minden adatot s minden partcit\n"
-"trlni szeretne a lemezrl, s a teleptshez az gy felszabadul\n"
-"helyet szeretn hasznlni, akkor vlassza ezt a lehetsget. Legyen\n"
-"nagyon vatos ezzel a lehetsggel, mert a lemezen lev adatok\n"
-"vglegesen elvesznek a megersts utn.\n"
-"\n"
-"Ha ezt a lehetsget vlasztja, a lemezen lev sszes adat elvsz.\n"
-"\n"
-" - \"A Windows(TM) eltvoltsa\": ez a funkci egyszeren letrl mindent\n"
-"a lemezrl, s jrapartcionlja azt. A lemezen lev sszes adat elvsz.\n"
-"\n"
-"Ha ezt a lehetsget vlasztja, a lemezen lev sszes adat elvsz.\n"
-"\n"
-" - \"Szakrti md\": ha kzvetlenl (varzsl nlkl) szeretn elvgezni\n"
-"a partcionlst, akkor vlassza ezt a lehetsget. Legyen vatos - sok\n"
-"minden elvgezhet ebben az zemmdban, de a hasznlata veszlyes. Knnyen\n"
-"elvesztheti a lemezen lev sszes adatot ennek a hasznlatval, ezrt\n"
-"csak indokolt esetben vlassza ezt a funkcit."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"A telepts befejezdtt; a Linux rendszer kszen ll a hasznlatra.\n"
-"A rendszer jraindtshoz kattintson az \"OK\" gombra. Amikor a gp\n"
-"jraindul, elindthatja a Linuxt vagy ms opercis rendszert (ha tbb\n"
-"opercis rendszer van a gpen).\n"
-"\n"
-"A \"Specilis\" gomb (csak szakrti mdban) lenyomsra kt jabb gomb\n"
-"jelenik meg:\n"
-"\n"
-" - \"Automatikus teleptfloppy ksztse\": olyan teleptfloppy\n"
-"ksztse, amelynek hasznlatval emberi kzremkds nlkl vgezhet\n"
-"a rendszer teleptse. Az gy vgzett teleptsek a jelenlegi telepts\n"
-"belltsait hasznljk.\n"
-"\n"
-"Kt lehetsg kzl lehet vlasztani a gomb lenyomsa utn:\n"
-"\n"
-" - \"jrajtszs\". Ez rszben automatizlt teleptst jelent;\n"
-"a partcionlsi lps (csak az az egy) interaktv marad.\n"
-"\n"
-" - \"Automatikus\". Teljesen automatizlt telepts; a merevlemez\n"
-"tartalma fellrdik, az sszes korbbi adat elvsz.\n"
-"\n"
-"Ez a lehetsg jl hasznlhat akkor, amikor nagyobb szm azonos gpre\n"
-"kell a rendszert feltelepteni. Az automatikus teleptssel\n"
-"kapcsolatban a Mandrake honlapjn tallhatk tovbbi informcik.\n"
-"\n"
-" - \"Csomagsszellts mentse\"(*): elmenti a korbban tett\n"
-"csomagkijellst (a kijellt csomagok listjt). Ha egy jabb telepts\n"
-"alkalmval fel kvnja hasznlni az elmentett listt, akkor helyezze be\n"
-"az azt tartalmaz floppyt a telepts megkezdsekor, majd nyomjon\n"
-"\"F1\"-et, ezutn pedig adja ki a kvetkez parancsot:\n"
-"linux defcfg=\"floppy\"\n"
-"\n"
-"\n"
-"(*) Ehhez szksg lesz egy FAT fjlrendszerre formzott floppyra.\n"
-"A formzs Linux alatt a kvetkez paranccsal vgezhet el:\n"
-"\"mformat a:\""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Az jonnan ltrehozott partcik csak formzs utn lesznek hasznlhatk\n"
-"(a \"formzs\" lnyegben egy fjlrendszer ltrehozst jelenti).\n"
-"\n"
-"Most jraformzhat bizonyos, mr ltez partcikat (ha azok tartalmt\n"
-"teljesen le kvnja trlni). Ha ezt kvnja tenni, jellje ki azon\n"
-"partcikat is.\n"
-"\n"
-"Nem szksges jraformzni az sszes, korbban ltrehozott partcit.\n"
-"Az opercis rendszernek sznt partci(ka)t mindenkppen le kell formzni\n"
-"(pldul a \"/\", \"/usr\" s \"/var\" partcikat), de a felhasznli\n"
-"s egyb adatokat tartalmaz partcikat nem szksges jraformzni (ilyen\n"
-"pldul a \"/home\").\n"
-"\n"
-"Gondosan ellenrizze, mely partcikat jelli ki, mert a formzs sorn az\n"
-"adott partcikon lev adatok trldnek, s ksbb nem nyerhetk vissza.\n"
-"\n"
-"Kattintson az \"OK\" gombra a formzs megkezdshez.\n"
-"\n"
-"Kattintson a \"Mgsem\" gombra, ha ms partcira szeretn telepteni a\n"
-"Mandrake Linux opercis rendszert.\n"
-"\n"
-"Kattintson a \"Specilis\" gombra, ha bizonyos partcikat ellenriztetni\n"
-"kvn (hibs blokkok keresse)."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"A Mandrake Linux opercis rendszer teleptse folyik.\n"
-"A teleptend szoftverek mennyisgtl s a gp sebessgtl\n"
-"fggen a telepts igen sokig eltarthat.\n"
-"\n"
-"Egy kis trelmet krek..."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Lehetsges, hogy amikor n a Mandrake Linux rendszert telepti, mr\n"
-"frisstsre kerltek bizonyos csomagok a rendszer kiadsa ta.\n"
-"Elkpzelhet, hogy bizonyos hibk ki lettek javtva, illetve\n"
-"hogy meg lettek oldva bizonyos felmerlt biztonsgi problmk. Ezeket\n"
-"a frisstseket n letltheti az interneten keresztl.\n"
-"Nyomja le az \"Igen\" gombot, ha van mkd internetkapcsolata. Ha viszont\n"
-"inkbb ksbb kvnja telepteni a frisstseket, akkor a \"Nem\" gombot\n"
-"nyomja le.\n"
-"\n"
-"Ha az \"Igen\" gombot nyomja le, akkor megjelenik egy lista azon helyekrl,\n"
-"amelyekrl a frisstsek letlthetk. Vlasszon kzlk egy nhz kzel "
-"levt.\n"
-"Ezt kveten egy csomagvlasztsi fa jelenik meg. Ha telepteni kvnja a\n"
-"kijellt csomagokat, akkor nyomja le a \"Telepts\" gombot. Ha nem kvn\n"
-"csomagokat telepteni, akkor a \"Mgsem\" gombot nyomja le."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Mieltt tovbblpne, olvassa t alaposan a licencegyezmnyt, mely az\n"
-"egsz Mandrake Linux disztribcira rvnyes, s ha nem fogadja el\n"
-"valamelyik felttelt, kattintson a \"Nem fogadom el\" gombra. Ekkor a\n"
-"telepts azonnal flbeszakad. A telepts folytatshoz kattintson\n"
-"az \"Elfogadom\" gombra."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Most ki kell vlasztani egy biztonsgi szintet a gp szmra. Alapszably,\n"
-"hogy minl inkbb elrhet a gp, illetve minl kritikusabb adatok vannak\n"
-"azon trolva, annl magasabbra rdemes venni a biztonsgi szintet. Magasabb\n"
-"szint esetn viszont ltalban nehzkesebb a gp hasznlata. A szintek\n"
-"jelentsvel kapcsolatban a kziknyv \"msec\" fejezetben tallhatk\n"
-"tovbbi informcik.\n"
-"\n"
-"Ha nem biztos benne, hogy mit volna rdemes vlasztani, vlassza az\n"
-"alaprtelmezs szerinti lehetsget."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Most kell kivlasztani a Mandrake Linux rendszer teleptshez hasznlni\n"
-"kvnt partcikat. Ha a kvnt partcik mr ltre lettek hozva (egy\n"
-"korbbi Linux-telepts vagy valamilyen partcionlsi segdprogram\n"
-"ltal), akkor felhasznlhatk a mr ltez partcik. Ha viszont mg nem\n"
-"lteznek, akkor elszr definilni kell a partcikat.\n"
-"\n"
-"Partci ltrehozsnl elszr ki kell vlasztani egy merevlemezt.\n"
-"Ehhez kattintson a megfelel azonostra: \"hda\" az els IDE-csatols\n"
-"lemez, \"hdb\" a msodik; \"sda\" az els SCSI-csatols lemez, s gy\n"
-"tovbb.\n"
-"\n"
-"A kijellt merevlemez partcionlsnl az albbi lehetsgek kzl lehet\n"
-"vlasztani:\n"
-"\n"
-" - \"Teljes trls\": ennek hatsra a kijellt merevlemezen tallhat\n"
-"sszes partci trlsre kerl.\n"
-"\n"
-" - \"Automatikus helyfoglals\": ez lehetv teszi Ext2 s lapozsi\n"
-"partcik automatikus ltrehozst a rendelkezsre ll res terleten.\n"
-"\n"
-" - \"Egyb\": hozzfrst biztost tovbbi lehetsgekhez:\n"
-"\n"
-" - \"A partcis tbla mentse\": a partcis tbla mentse floppyra.\n"
-"A floppy hasznlatval ksbb - szksg esetn - helyre lehet lltani\n"
-"(vissza lehet tlteni) a partcis tblt. Ersen ajnljuk, hogy hasznlja\n"
-"ezt a lehetsget.\n"
-"\n"
-" - \"A partcis tbla visszatltse\": egy korbban elmentett\n"
-"partcis tbla visszatltse floppyrl.\n"
-"\n"
-" - \"A partcis tbla helyrelltsa\": ha a partcis tbla\n"
-"megsrlt, akkor ezzel lehet megprblni annak kijavtst. Legyen nagyon\n"
-"vatos, mert a javts nem mindig sikerl.\n"
-"\n"
-" - \"A partcis tbla jratltse\": ennek hatsra az sszes\n"
-"mdosts elvsz; a program ismt betlti a kiindulsi partcis tblt.\n"
-"\n"
-" - \"Cserlhet lemez automatikus csatlakoztatsa\": ha nincs\n"
-"bejellve ez az opci, akkor a felhasznlknak kzzel kell vgeznik a\n"
-"cserlhet adathordozk (pldul CD s floppy) csatlakoztatst illetve\n"
-"levlasztst.\n"
-"\n"
-" - \"Varzsl\": akkor vlassza ezt a lehetsget, ha a partcionlst\n"
-"varzsl segtsgvel szeretn vgrehajtani. Ha nem ismeri a\n"
-"partcionls technikai rszleteit, akkor rdemes ezt vlasztania.\n"
-"\n"
-" - \"Visszavons\": ezzel lehet a mdostsokat visszavonni.\n"
-"\n"
-" - \"tvlts norml mdba\" illetve \"tvlts szakrti mdba\":\n"
-"szakrti mdba val kapcsols esetn tbb funkci vlik elrhetv\n"
-"(partcitpus, opcik, formzs) s tbb informcit kap a felhasznl.\n"
-"\n"
-" - \"Ksz\": a partcionls befejezse utn ezzel lehet a mdostsokat\n"
-"elmenteni a lemezre.\n"
-"\n"
-"Az sszes funkci elrhet a billentyzetrl is. A partcik kztt a Tab\n"
-"billentyvel s a fel/le nyilakkal lehet mozogni.\n"
-"\n"
-"Ha egy partci ki van jellve, hasznlni lehet a kvetkezket:\n"
-"\n"
-" - Ctrl+C: j partci ltrehozsa (ha res partci van kijellve)\n"
-"\n"
-" - Ctrl+D: partci trlse\n"
-"\n"
-" - Ctrl+M: csatlakoztatsi (mount) pont megadsa\n"
-"\n"
-"Ha informcit szeretne a hasznlhat fjlrendszertpusokrl, olvassa el\n"
-"a kziknyv Ext2fs fjlrendszerrel foglalkoz fejezett.\n"
-"\n"
-"Ha a telepts egy PowerPC gpre trtnik, akkor rdemes ltrehozni egy\n"
-"kismret HFS rendszerindtsi partcit (legalbb 1 MB) a \"Yaboot\"\n"
-"rendszerbetlt program szmra. Ha nagyobbra veszi a partcit (pldul\n"
-"50 MB mretre), akkor eltrolhat lesz rajta pldul egy tartalk kernel\n"
-"illetve RAM-diszk kpfjlok (image-ek) esetleges rendszerhibk esetre."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Egynl tbb Microsoft-partcit talltam a lemezen.\n"
-"Vlassza ki azt, amelyiket t szeretn mretezni, hogy a\n"
-"Mandrake Linux feltelepthet legyen.\n"
-"\n"
-"A partcilista a kvetkez mezket tartalmazza: \"linuxos nv\",\n"
-"\"windowsos nv\", \"kapacits\".\n"
-"\n"
-"A \"linuxos nv\" formtuma a kvetkez: \"a merevlemez tpusa\",\n"
-"\"a lemez azonostja\", \"a partci azonostja\" (pldul \"hda1\").\n"
-"\n"
-"Ha a lemez IDE-csatols, akkor \"a merevlemez tpusa\" \"hd\",\n"
-"ha pedig SCSI-csatols, akkor \"sd\".\n"
-"\n"
-"\"A lemez azonostja\" mindig egy bet a \"hd\" illetve az \"sd\" utn.\n"
-"IDE-csatols meghajtk esetn:\n"
-"\n"
-" - \"a\" jelentse: \"els (master) meghajt az els IDE-vezrln\"\n"
-"\n"
-" - \"b\" jelentse: \"msodik (slave) meghajt az els IDE-vezrln\"\n"
-"\n"
-" - \"c\" jelentse: \"els meghajt a msodik IDE-vezrln\"\n"
-"\n"
-" - \"d\" jelentse: \"msodik meghajt a msodik IDE-vezrln\"\n"
-"\n"
-"SCSI-csatols meghajtknl az \"a\" jelentse: \"a legalacsonyabb\n"
-"SCSI-azonost\", \"b\" jelentse: \"a msodik legalacsonyabb\n"
-"SCSI-azonost\", s gy tovbb.\n"
-"\n"
-"A \"windowsos nv\" a meghajt Windows alatt hasznlt azonostja\n"
-"(az els lemez vagy partci neve \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Egy kis trelmet krek, a mvelet tbb percet is ignybe vehet."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Most kzlnie kell a teleptvel, hogy alaprtelmezs szerinti\n"
-"(\"Ajnlott\") teleptst szeretne-e vgezni, vagy pedig nagyobb befolyst\n"
-"szeretne a teleptsi folyamat felett (\"Szakrt\"). Vlaszthat tovbb\n"
-"a kvetkez lehetsgek kzl: j telepts illetve egy meglev Mandrake\n"
-"Linux rendszer frisstse.\n"
-"\n"
-" - \"Telepts\": a korbbi rendszer fellrsra kerl. Attl fggen,\n"
-"hogy mi tallhat a gpen, bizonyos (linuxos vagy egyb) partcik\n"
-"vltozatlan tartalommal megrizhetk.\n"
-"\n"
-" - \"Frissts\": lehetv teszi egy korbbi Mandrake Linux telepts\n"
-"csomagjainak frisstst. A merevlemez partcii vltozatlanok maradnak,\n"
-"a felhasznlk belltsai sem mdosulnak. A norml teleptsben jelen\n"
-"lev tbbi belltsi lps itt is elrhet.\n"
-"\n"
-" - \"Csak a csomagok frisstse\": lehetv teszi egy ltez Mandrake\n"
-"Linux rendszer frisstst a rendszerbelltsok mdostsa nlkl.\n"
-"Lehetsg van j csomagok teleptsre is.\n"
-"\n"
-"Frissts hasznlata Mandrake Linux 8.1 vagy jabb kiads esetn javasolt.\n"
-"\n"
-"A Linuxszal kapcsolatos ismereteitl fggen vlassza ki a kvetkez\n"
-"lehetsgek kzl a Mandrake Linux opercis rendszer teleptsnek illetve\n"
-"frisstsnek mdjt:\n"
-"\n"
-" - \"Ajnlott\": vlassza ezt, ha mg nem teleptett Linux opercis\n"
-"rendszert. A telepts nagyon egyszer lesz; csak nhny krdst fog\n"
-"nnek feltenni a telept.\n"
-"\n"
-" - \"Szakrt\": ha tbb ismerettel rendelkezik a Linux rendszerrel\n"
-"kapcsolatban, akkor rdemes lehet ezt a teleptsi mdot vlasztania.\n"
-"A szakrti md lehetv teszi, hogy n testreszabott teleptst\n"
-"vgezzen. Bizonyos krdsek megvlaszolsa nehz lehet, ha n nem\n"
-"rendelkezik alaposabb Linux-ismeretekkel; ezrt fontolja meg, hogy\n"
-"ezt a lehetsget vlasztja-e."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Norml esetben a DrakX kivlasztja a megfelel billentyzetet (a vlasztott\n"
-"nyelvtl fggen), s n nem is fogja ltni ezt a lpst. Viszont\n"
-"elkpzelhet, hogy nnek nem a nyelvnek megfelel billentyzete van;\n"
-"pldul ha n egy angolul beszl magyar ember, akkor lehet, hogy magyar\n"
-"billentyzetkiosztst szeretne. Hasonl helyzet addhat, ha az n nyelve\n"
-"magyar, de n Quebecben tartzkodik. Mindkt esetben vissza kell lpnie\n"
-"erre a teleptsi lpsre s ki kell vlasztania egy megfelel\n"
-"billentyzetet a listbl.\n"
-"\n"
-"Hogy megjelenjen a tmogatott billentyzetek teljes listja, kattintson\n"
-"az \"Egyb\" nyomgombra."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Vlassza ki a teleptshez s a teleptett rendszerhez hasznland nyelvet.\n"
-"\n"
-"A \"Specilis\" nyomgombra kattintva kivlaszthatk tovbbi teleptend\n"
-"nyelvek. Tovbbi nyelvek vlasztsa esetn teleptsre kerlnek az adott\n"
-"nyelvekhez tartoz fjlok is - a rendszerdokumentci s az alkalmazsok\n"
-"szvegei. Ha pldul a gpet spanyol felhasznlk is hasznlni fogjk,\n"
-"akkor a f nyelvnek (pldul magyar) a fban trtn kivlasztst kveten\n"
-"a Specilis rszben kattintson a \"Spanish|Spain\" (spanyol|Spanyolorszg)\n"
-"bejegyzshez tartoz ngyzetre.\n"
-"\n"
-"Tbb nyelv is telepthet. Ha kijellte az sszes kvnt nyelvet,\n"
-"kattintson az \"OK\" gombra a folytatshoz."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"A DrakX ltalban felismeri, hogy hny gomb van az egren. Ha ez nem gy\n"
-"trtnik, akkor azt felttelezi, hogy n ktgombos egrrel rendelkezik,\n"
-"s ez esetben belltja a harmadik egrgomb emullst. A program "
-"felismeri,\n"
-"hogy milyen fajtj az egr: PS/2, soros vagy USB.\n"
-"\n"
-"Ha n msfle egrtpust szeretne megadni, vlassza ki a megfelel tpust\n"
-"a listbl.\n"
-"\n"
-"Ha az alaprtelmezettl eltr egeret vlaszt, akkor megjelenik egy\n"
-"tesztelsi kperny. Hasznlja az egrgombokat s a grgt, hogy\n"
-"ellenrizze a belltsok helyessgt. Ha az egr nem mkdik helyesen,\n"
-"akkor nyomja le a Szkz vagy az Enter (Return) billentyt, s vlasszon\n"
-"egy msik fajta egeret."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vlassza ki a megfelel portot. Pldul a windowsos \"COM1\" port\n"
-"neve Linux alatt \"ttyS0\"."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Ez a legkritikusabb pont a Linux rendszer biztonsgra vonatkozan:\n"
-"meg kell adni a \"root\" nev felhasznl jelszavt. A \"root\" azonost\n"
-"a rendszeradminisztrtort jelli; ez az egyetlen olyan felhasznl,\n"
-"amelynek joga van rendszerfrisstst vgezni, felhasznlkat ltrehozni,\n"
-"mdostani a rendszerbelltsokat illetve hasonl tevkenysgeket vgezni.\n"
-"Rviden szlva: a \"root\" felhasznl brmit megtehet a rendszeren.\n"
-"Ez az, amirt a jelszt gy kell megvlasztani, hogy azt minl nehezebb\n"
-"legyen kitallni. A telept jelzi az n szmra, ha a jelszt knnyen\n"
-"kitallhatnak tartja. Nem ktelez megadni jelszt, de ersen javasolt;\n"
-"ha msrt nem is, a kvetkez miatt: ne gondolja, hogy ha n Linux\n"
-"rendszert indt, akkor a gpen lev tbbi opercis rendszer felttlenl\n"
-"vdve van az esetlegesen elkvetett hibktl. A \"root\" felhasznlra nem\n"
-"vonatkoznak a korltozsok; ha pldul vatlanul kezeli a partcikat,\n"
-"akkor akr le is trlheti az azokon lev adatokat; ezrt fontos, hogy\n"
-"a rendszeradminisztrtori azonost vdve legyen.\n"
-"\n"
-"A jelsznak betkbl s szmokbl kell llni, s legalbb 8 karakter\n"
-"hosszsgnak kell lenni. Soha ne rja le a rendszeradminisztrtori\n"
-"jelszt - ez veszlyt jelenthetne a rendszerre.\n"
-"\n"
-"A fentiek ellenre ne vlasszon tl hossz vagy tl bonyolult jelszt, mert\n"
-"nnek fejben kell tartania azt.\n"
-"\n"
-"A jelsz nem jelenik meg a kpernyn, amikor n begpeli azt. Emiatt\n"
-"ktszer kell azt berni - ezltal cskken az eslye annak, hogy n elgpeli\n"
-"a jelszt. Ha esetleg ugyanazt a gpelsi hibt kveti el a jelsz els\n"
-"s msodik megadsnl, akkor ezen - helytelenl rt - jelszval kell majd\n"
-"bejelentkezni a rendszerbe.\n"
-"\n"
-"Szakrti md esetn a telept megkrdi, hogy szksg van-e azonostsi\n"
-"kiszolgl (authentication server) hasznlatra (NIS, LDAP, ...).\n"
-"\n"
-"Ha az n hlzata LDAP protokollt (illetve NIS-t) hasznl azonostshoz,\n"
-"akkor vlassza az \"LDAP\" (illetve \"NIS\") lehetsget azonostsi\n"
-"mdszerknt. Ha nem tudja, mit kellene megadni, krdezze meg a\n"
-"rendszergazdt.\n"
-"\n"
-"Ha a szmtgp nem kapcsoldik semmilyen adminisztrlt hlzathoz, akkor\n"
-"vlassza a \"Helyi fjlok\" lehetsget."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"A LILO s a GRUB linuxos rendszerindt programok. Ez a fzis ltalban\n"
-"teljesen automatikus. A telept elemzi a lemez betltszektort, s\n"
-"annak megfelelen cselekszik, hogy ott mit tall:\n"
-"\n"
-" - Ha windowsos betltszektort tall, akkor azt helyettesteni fogja egy\n"
-"GRUB/LILO betltszektorral. Ezrt nnek lehetsge lesz arra is, hogy\n"
-"Linuxt indtson, s arra is, hogy egy msik opercis rendszert.\n"
-"\n"
-" - Ha GRUB vagy LILO betltszektort tall, helyettesti azt egy j\n"
-"pldnnyal.\n"
-"\n"
-"Ha a telept nem tud dnteni, akkor megjelent egy prbeszdablakot\n"
-"klnfle lehetsgekkel.\n"
-"\n"
-" - \"A hasznlni kvnt rendszerbetlt\": hrom lehetsg van:\n"
-"\n"
-" - \"GRUB\": ha a GRUB-ot szeretn hasznlni (szveges men).\n"
-"\n"
-" - \"LILO, grafikus menvel\": ha grafikus fellet LILO-t szeretne.\n"
-"\n"
-" - \"LILO, szveges menvel\": ha szveges fellet LILO-t szeretne.\n"
-"\n"
-" - \"Rendszerindtsi eszkz\": a legtbb esetben nincs szksg az\n"
-"alaprtelmezett rtk (\"/dev/hda\") mdostsra, de ha kvnja, a\n"
-"rendszerbetlt telepthet a msodik merevlemezre is (\"/dev/hdb\"),\n"
-"vagy akr floppylemezre is (\"/dev/fd0\").\n"
-"\n"
-" - \"Vrakozsi id az alaprtelmezett rendszer betltse eltt\": a gp\n"
-"jraindtsakor ennyi ideje van a felhasznlnak a rendszerbetlt\n"
-"menjnek megjelenst kveten arra, hogy kivlassza, melyik rendszert\n"
-"kvnja elindtani (ha nem az alaprtelmezettet).\n"
-"\n"
-"Legyen vatos: ha nem telept rendszerbetltt (azaz a \"Mgsem\" gombot\n"
-"nyomja le), akkor biztostania kell egy msfle mdszert a Mandrake Linux\n"
-"rendszer elindtsra. Tovbb: csak akkor mdostsa az opcikat, ha biztos\n"
-"abban, hogy tisztban van a funkcijukkal.\n"
-"\n"
-"A prbeszdablak \"Specilis\" gombjra kattintva tovbbi opcik vlnak\n"
-"elrhetv - ezek a szakrt felhasznlk szmra lesznek lnyegesek.\n"
-"\n"
-"Miutn belltotta az ltalnos rendszerbetlt-paramtereket, megjelenik\n"
-"a betltsi lehetsgek listja, amely rendszerindtskor lesz elrhet.\n"
-"\n"
-"Ha van msik opercis rendszer a gpen, az automatikusan fel lesz vve a\n"
-"betltsi menbe. Itt mdosthatk az aktulis belltsok. Egy elem\n"
-"mdostshoz illetve eltvoltshoz jellje ki az elemet, majd kattintson\n"
-"a \"Mdosts\" gombra. j elemet a \"Hozzads\" funkcival lehet "
-"felvenni.\n"
-"A telepts kvetkez lpsre val ugrs a \"Ksz\" gombbal lehetsges."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"A LILO (a \"LInux LOader\") s a GRUB rendszerindt programok: a gp\n"
-"bekapcsolsa utn el tudjk indtani a Linuxt vagy egy msik opercis\n"
-"rendszert. Teleptskor a felismert opercis rendszerek bejegyzsei\n"
-"ltalban ltrejnnek. Ha valamilyen ok miatt ez nem trtnt meg,\n"
-"akkor itt kzzel ltre lehet hozni ket. gyeljen a megfelel\n"
-"paramterezsre!\n"
-"\n"
-"Ha valamelyik opercis rendszert nem akarja elrhetv tenni, akkor\n"
-"trlheti annak rendszerbetltsi bejegyzseit, de ebben az esetben\n"
-"ksbb csak indtlemezzel tudja majd azt az opercis rendszert elindtani."
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Itt kell megadni, hogy hov kerljenek a Linux\n"
-"opercis rendszer betltshez szksges adatok.\n"
-"\n"
-"Vlassza \"A lemez els szektora (MBR)\" opcit, ha\n"
-"nincs kizr ok."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Itt lehet nyomtatrendszert vlasztani a gp szmra. Ms opercis\n"
-"rendszerekben ltalban csak egy van, a Mandrake Linuxban viszont hrom is.\n"
-"\n"
-" - \"pdq\": \"print, don't queue\", azaz sorba tevs nlkl trtn\n"
-"nyomtats. Akkor vlassza ezt, ha kzvetlen kapcsolat van a\n"
-"nyomtatval, s nincsen hlzati nyomtatja. Ez a mdszer csak a\n"
-"legegyszerbb hlzati szolgltatsokat nyjtja, s hlzaton elgg\n"
-"lass. Vlassza a \"pdq\" mdszert, ha nem rendelkezik komolyabb linuxos\n"
-"ismeretekkel. Lehetsge van arra, hogy telepts utn mdostsa ezt a\n"
-"belltst; ehhez a PrinterDrake programot kell futtatni a Mandrake\n"
-"Vezrlkzpontban - a szakrti belltsokat kell mdostani.\n"
-"\n"
-" - \"CUPS\": \"Common Unix Printing System\", azaz ltalnos Unix\n"
-"nyomtatrendszer. Helyi s tvoli nyomtatkra val nyomtatshoz remekl\n"
-"hasznlhat. Ez egy egyszer rendszer, s kpes a rgi \"lpd\"\n"
-"nyomtatrendszer kiszolgljaknt vagy klienseknt funkcionlni -\n"
-"vagyis kompatibilis a rgebbi rendszerekkel. Nagy tuds rendszer,\n"
-"viszont az alapvet belltsok majdnem olyan egyszeren elvgezhetk\n"
-"benne, mint a \"pdq\" esetben. Ha arra hasznlja, hogy egy \"lpd\"\n"
-"kiszolglt emulljon vele, akkor aktivlnia kell a \"cups-lpd\"\n"
-"szolgltatst. Rendelkezik grafikus fellettel, amely nyomtatsra\n"
-"illetve a nyomtatparamterek kivlasztsra hasznlhat.\n"
-"\n"
-" - \"lprNG\": \"line printer daemon New Generation\", azaz j-genercis\n"
-"nyomtatszolgltats. Ez a rendszer nagyjbl azt tudja, amit a tbbi\n"
-"hasonl, de kpes Novell hlzatra kttt nyomtatkra is nyomtatni, mivel\n"
-"tmogatja az IPX protokollt. Lehetsget nyjt konzolos parancsok fel\n"
-"trtn nyomtatsra is. Ha nnek szksge van a Novellre, illetve ha\n"
-"parancsok fel kvn nyomtatni anlkl, hogy csvezetket hasznlna,\n"
-"akkor hasznlja az lprNG rendszert. Ettl eltr esetekben a CUPS\n"
-"hasznlata javasolt, mivel egyszerbb s a hlzatkezelse is jobb."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"A DrakX (a telept) most megkeresi a gpben lev IDE-eszkzket. Felderti\n"
-"a PCI SCSI-krtykat is. A program a felismert SCSI-krtykhoz\n"
-"automatikusan feltelepti a megfelel meghajtprogramokat.\n"
-"\n"
-"Mivel a hardverfelderts nem mindig ismeri fel a gpben lev eszkzket,\n"
-"ezrt a telept r fog krdezni, van-e a gpben PCI SCSI-krtya.\n"
-"Ha tudja, hogy van a gpben SCSI-krtya, kattintson az \"Igen\"-re.\n"
-"Ez esetben egy listbl lehet kijellni a krtyt. Ha nincsen SCSI\n"
-"hardver a gpben, akkor kattintson a \"Nem\" gombra. Ha nem biztos a\n"
-"vlaszban, megtekintheti a megtallt hardverelemek listjt\n"
-"\"A hardverjellemzk megjelentse\" funkcit kivlasztva, majd\n"
-"az \"OK\"-ra kattintva. Vizsglja meg a listt, majd kattintson az\n"
-"\"OK\" gombra a SCSI-val kapcsolatos krdshez val visszatrshez.\n"
-"\n"
-"Ha kzzel kell megadnia a krtya tpust, a telept megkrdezi, hogy\n"
-"szeretn-e megadni a krtya jellemzit. ltalban erre nincs szksg,\n"
-"mivel a program le tudja krdezni a megfelel belltsokat. A legtbb\n"
-"esetben ez jl mkdik.\n"
-"\n"
-"Ha a telept nem tudja meghatrozni a szksges jellemzket, akkor\n"
-"nnek kell megadnia a meghajtprogram paramtereit. Olvassa el a\n"
-"Felhasznli Kziknyv 3. fejezetnek \"Hardverinformcik sszegyjtse\"\n"
-"cm szakaszt, ahonnan megtudhatja, hogyan lehet informcit szerezni\n"
-"a szksges paramterekkel kapcsolatban a hardver dokumentcijbl, a\n"
-"gyrt honlapjrl (ha rendelkezik internet-hozzfrssel) illetve a\n"
-"Microsoft Windowsbl (ha hasznlta azzal az illet hardvert)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Tovbbi bejegyzseket lehet felvenni a Yaboot-ba, pldul ms opercis\n"
-"rendszereket, tovbbi kerneleket vagy hibajavtsi kernelt.\n"
-"\n"
-"Ms opercis rendszereknl a bejegyzs egy cmkbl s az indtsi\n"
-"partci nevbl ll.\n"
-"\n"
-"Linux esetn a kvetkez belltsok lehetnek:\n"
-"\n"
-" - Cmke: ezt a nevet a Yaboot-ba begpelve lehet majd elindtani a\n"
-"megadott opercis rendszert.\n"
-"\n"
-" - Indtfjl: a rendszer indtsi fjljnak neve. ltalban \"vmlinux\",\n"
-"vagy ugyanez valamilyen kiterjesztssel.\n"
-"\n"
-" - Gykr: a teleptett Linux rendszer gykrpartcija (\"/\").\n"
-"\n"
-" - Hozzfzs: Apple gpeknl ezt az opcit gyakran hasznljk a\n"
-"videokrtya inicializlshoz illetve a gyakran hinyz msodik s\n"
-"harmadik egrgomb billentyzetrl trtn emullsnak belltshoz.\n"
-"Nhny plda lthat az albbiakban:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" - Kezdeti RAM-diszk: ez az opci hasznlhat modulok betltsre mg\n"
-"azeltt, hogy a rendszerindtsi eszkz elrhet lenne, vagy egy\n"
-"RAM-diszkes fjl betltsre hibaelhrtsnl.\n"
-"\n"
-" - A RAM-diszk mrete: az alaprtelmezett RAM-diszk-mret ltalban 4096\n"
-"bjt. Ha nagyobb mretet szeretne, hasznlja ezt a lehetsget.\n"
-"\n"
-" - rhat-olvashat: ltalban a gykrpartci csatlakoztatsa elszr\n"
-"csak-olvashat mdban trtnik, hogy az aktivls eltt ellenrizni\n"
-"lehessen a fjlrendszer integritst. Itt lehet fellbrlni ezt az\n"
-"eljrst.\n"
-"\n"
-" - NoVideo: ha pldul egy Apple gp videokrtyjt nem sikerl mkdsre\n"
-"brni, vlassza ezt az opcit a \"novideo\" md indtshoz (natv\n"
-"framebuffer-tmogatssal).\n"
-"\n"
-" - Alaprtelmezs: az ezzel megjellt bejegyzs lesz az alaprtelmezett\n"
-"opercis rendszer, melynek kivlasztshoz elg megnyomni az Enter\n"
-"billentyt a Yaboot-promptnl. A bejegyzs mellett megjelenik egy \"*\"\n"
-"karakter, ha n megjelenti a lehetsgek listjt a Tab billentyvel."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"A Yaboot egy rendszerindt program a \"NewWorld\" Macintosh gpekhez.\n"
-"Elindthatk vele a gpen tallhat Linux, MacOS s MacOS X pldnyok.\n"
-"ltalban a teleptprogram felismeri ezeket az opercis rendszereket s\n"
-"ltrehozza a megfelel bejegyzseket. De ha nem gy trtnik, akkor kzzel,\n"
-"utlag is ltrehozhat a megfelel bejegyzs. Gondosan ellenrizze a\n"
-"megadott paramtereket.\n"
-"\n"
-"A Yaboot legfontosabb paramterei:\n"
-"\n"
-" - Indtsi zenet: egyszer szveges zenet, amely az indtsi prompt\n"
-"eltt jelenik meg.\n"
-"\n"
-" - Rendszerindtsi eszkz: ezzel adhat meg, hogy hova kerljn a\n"
-"rendszerindtshoz szksges informci. ltalban egy elzleg mr\n"
-"ltrehozott rendszerindtsi partcira mutat.\n"
-"\n"
-" - Ksleltets Open Firmware-nl: a LILO-tl eltren a Yaboot-nl ktfle\n"
-"vrakozsi id ltezik. Az elst msodpercben mrik, s akkor rvnyes,\n"
-"amikor a CD, az OF-betlts, a MacOS s a Linux kzl vlasztani lehet.\n"
-"\n"
-" - Vrakozsi id rendszerindtskor: ez a ksleltetsi id a LILO-belihez\n"
-"hasonl jelleg. A Linux kivlasztsa utn ennyi tizedmsodpercig vr majd\n"
-"a program az alaprtelmezett kernel betltse eltt.\n"
-"\n"
-" - CD-rl trtnhet rendszerindts?: ennek bejellsnek hatsra a \"C\"\n"
-"is vlaszthat lesz (CD-rl val indts) a rendszerindtsi promptnl.\n"
-"\n"
-" - OF-rl trtnhet rendszerindts?: ennek bejellsnek hatsra az\n"
-"\"N\" is vlaszthat lesz (Open Firmware-rl val indts) a\n"
-"rendszerindtsi promptnl.\n"
-"\n"
-" - Az alaprtelmezett op. rendszer?: itt lehet megadni, hogy melyik\n"
-"opercis rendszer induljon el az Open Firmware vrakozsi idejnek\n"
-"letelte utn."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Itt a gpnek a klnbz tulajdonsgait lthatja. A teleptett hardvertl\n"
-"fggen a kvetkezk jelenhetnek meg:\n"
-"\n"
-" - \"Egr\": ellenrizze a jelenlegi egrbelltsokat; a mdostsukhoz\n"
-"kattintson a gombra.\n"
-"\n"
-" - \"Billentyzet\": ellenrizze a jelenlegi billentyzet-kiosztst; a\n"
-"mdostshoz kattintson a gombra.\n"
-"\n"
-" - \"Idzna\": a telept alaprtelmezsben felknl egy ltala\n"
-"megfelelnek tartott idzna-belltst, amelyet az n ltal vlasztott\n"
-"nyelv alapjn hatroz meg. Ugyangy, mint a billentyzet esetn, itt\n"
-"is elkpzelhet, hogy n nem abban az orszgban tartzkodik, amelyre\n"
-"a kivlasztott nyelv alapjn kvetkeztetni lehet. Ezrt szksg lehet\n"
-"arra, hogy az \"Idzna\" gombra kattintson - hogy az rt a megfelel\n"
-"idznhoz igaztsa.\n"
-"\n"
-" - \"Nyomtat\": nyomtatbelltsi varzsl elindtsa.\n"
-"\n"
-" - \"Hangkrtya\": ha a telept hangkrtyt szlel a gpben, az itt fog\n"
-"megjelenni. A telepts sorn nincs lehetsg ennek a mdostsra.\n"
-"\n"
-" - \"TV-tuner krtya\": ha a telept TV-krtyt szlel a gpben, az itt\n"
-"fog megjelenni. A telepts sorn nincs lehetsg ennek a mdostsra.\n"
-"\n"
-" - \"ISDN-krtya\": ha a telept ISDN-krtyt szlel a gpben, az itt fog\n"
-"megjelenni. Ha a gombra kattint, mdosthatja a paramtereit."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Vlassza ki azt a lemezt, amelyet trlni szeretne a Mandrake Linux\n"
-"teleptshez. Figyelem! A lemezen tallhat adatok elvesznek, s\n"
-"ksbb nem nyerhetk vissza!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Kattintson az \"OK\" gombra, ha a lemezen tallhat sszes adatot\n"
-"s partcit trlni szeretn. Figyelem! Az \"OK\" gomb megnyomsa utn\n"
-"nincs md a trlt adatok s partcik visszalltsra, termszetesen\n"
-"akkor sem, ha egy Windows-partci trldtt.\n"
-"\n"
-"Kattintson a \"Mgsem\" gombra, ha nem kvnja vgrehajtani a mveletet\n"
-"(a lemezen tallhat partcik s adatok ez esetben nem vltoznak)."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Nem rhetk el a megfelel kernelmodulok (hinyz fjl: %s). Ez ltalban "
-"azt jelenti, hogy az indtlemez nincs sszhangban a teleptsi mdiummal. "
-"Ksztsen egy jabb indtlemezt."
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Meg kell formzni ezt is: %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"A kvetkez kiszolglprogramo(ka)t vlasztotta ki: %s\n"
-"\n"
-"\n"
-"Alaprtelmezs szerint ezek lesznek aktivlva. Nem tartozik hozzjuk ismert\n"
-"biztonsgi javts, de jak megjelenhetnek. Ha ez bekvetkezik, akkor minl\n"
-"hamarabb el kell vgezni a frisstst.\n"
-"\n"
-"\n"
-"Biztosan telepteni szeretn a kiszolglprogramo(ka)t?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nem lehet broadcast-ot hasznlni NIS tartomny nlkl"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr ""
-"Helyezzen egy FAT fjlrendszerre formzott floppyt a(z) \"%s\" meghajtba"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Ezen a floppyn nincs FAT fjlrendszer"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Ha fel akarja ksbb hasznlni ezt a csomagkijellst, akkor a teleptst "
-"\"linux defcfg=floppy\" paramterrel indtsa el."
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Hiba a(z) %s fjl olvassa kzben"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"A gp bizonyos hardverelemei specilis meghajtprogramot ignyelnek.\n"
-"Informcik: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Felttlenl kell lennie gykrpartcinak.\n"
-"Hozzon ltre egy partcit (vagy kattintson egy meglvre).\n"
-"Utna adja meg csatolsi pontnak a \"/\"-t."
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Kell legalbb egy lapozsi (swap) partci"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nincs egy lapozsi (swap) partci sem.\n"
-"\n"
-"Ennek ellenre tovbb szeretne lpni?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Kell egy FAT partci a /boot/efi ponthoz csatlakoztatva"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "A szabad terlet felhasznlsa"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nincs elg szabad terlet j partci ltrehozshoz"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Mr ltez partci hasznlata"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nincs olyan mr ltez partci, amit hasznlhatnk"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "A loopback-hez a windowsos partci hasznlata"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Melyik partcira szeretn a Linux4Win-t telepteni?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Adja meg a mreteket"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "A gykrpartci mrete MB-ban: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "A lapozsi (swap) partci mrete MB-ban: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "A Windows partcin tallhat szabad hely felhasznlsa"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Melyik partcit szeretn tmretezni?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "A windowsos fjlrendszer jellemzinek kiszmtsa"
-
-# msgstr "A Windows fjlrendszer bounds kiszmtsa"
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"A FAT-tmretez nem tudja kezelni a partcit.\n"
-"A kvetkez hiba keletkezett: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"A windowsos partci tlzottan tredezett. Futtassa elbb a \"defrag\" "
-"programot."
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"FIGYELEM!\n"
-"\n"
-"A DrakX most tmretezi a windowsos partcit. Ez a mvelet veszlyes.\n"
-"Ha mg nem tette meg, futtassa le a scandisk-et a windowsos partcin\n"
-"(esetleg a defrag programot is). Ehhez ki kell lpnie a teleptbl.\n"
-"Mentse le az adatokat, majd indtsa jra a teleptt.\n"
-"Ha biztos abban, hogy folytatni szeretn, nyomja meg az \"OK\"-t."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Mekkora helyet szeretne fenntartani a Windowsnak itt:"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "%s partci"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "A FAT tmretezse nem sikerlt: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nincs tmretezhet illetve loopback-knt hasznlhat FAT partci, vagy "
-"nincs elg hely"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "A teljes lemez trlse"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "A Windows(TM) eltvoltsa"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Tbb merevlemeze van. Melyikre teleptsem a Linuxot?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"MINDEN ltez partci s rajtuk minden adat elvsz a(z) \"%s\" meghajtn"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Egyni lemezpartcionls"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Az fdisk hasznlata"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Most partcionlhat a(z) %s.\n"
-"Ha ksz, ne feledje elmenteni a vltozsokat a \"w\"-vel"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nincs elg szabad hely a windowsos partcin"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Nincs elg szabad hely a teleptshez"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "A DrakX partcionlsi varzslja a kvetkezket javasolja:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partcionlsi hiba: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "A hlzatkezels elindtsa"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "A hlzatkezels lelltsa"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Hiba trtnt, de nem tudom megfelelen lekezelni.\n"
-"Folytats az n sajt felelssgre."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "A kvetkez csatolsi pont ktszer van megadva: %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Nhny fontos csomagot nem tudtam telepteni.\n"
-"Ez azt jelenti, hogy vagy a CD-meghajt, vagy a CD lemez\n"
-"hibs. A CD lemezt egy, mr felteleptett gpen a kvetkez\n"
-"parancs segtsgvel tesztelheti le:\n"
-"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "dvzljk - %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nincs elrhet floppy-meghajt"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "A kvetkez lps: \"%s\"\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"A rendszer gyenge erforrsokkal rendelkezik. Elfordulhat, hogy problmi\n"
-"lesznek a Mandrake Linux teleptsvel. Ha gy trtnik, prblkozzon\n"
-"szveges md teleptssel: CD-rl val rendszerindtst kveten nyomjon\n"
-"\"F1\"-et, majd rja be azt, hogy \"text\"."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Teleptsi md"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Vlasszon a kvetkez teleptsi osztlyok kzl:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Az n ltal kivlasztott csomagcsoportok sszmrete kb. %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ha ennl kevesebb helyet szn a rendszernek,\n"
-"adjon meg egy szzalkos rtket.\n"
-"\n"
-"Ha alacsony rtket ad meg, akkor a kivlasztott csomagok kzl\n"
-"csak a fontosabbak kerlnek teleptsre; ha 100%%-ot ad meg,\n"
-"a DrakX minden kijellt csomagot telept."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"A merevlemezen csak a csomagok %d%%-nak van hely.\n"
-"\n"
-"Ha ennl kevesebbet kvn telepteni,\n"
-"vltoztassa meg a kijelzett szzalk rtkt.\n"
-"Ha alacsony szzalk-rtket ad meg, a telept csak a\n"
-"legfontosabb csomagokat telepti; ha %d%%-ot ad meg,\n"
-"akkor a lehet legtbb csomag kerl teleptsre."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Rszletesebben vlogathat a kvetkez lps rszeknt."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Teleptend csomagok szzalka"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Csomag-csoportok kivlasztsa"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Csomagok egyedi kivlasztsa"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "sszmret: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Hibs csomag"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nv: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verzi: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mret: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Fontossg: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Nem vlaszthatja ki ezt a csomagot, mert nincs elg hely a merevlemezen."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "A telept a kvetkez csomagokat fogja telepteni"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "A telept a kvetkez csomagokat tvoltja el"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Ez a csomag nem jellhet ki illetve nem trlhet a kijellse"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ez egy ktelez csomag, nem lehet megszntetni a kijellst"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Nem trlhet ennek a csomagnak a kijellse, mert mr teleptve van"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ezt a csomagot frissteni kell!\n"
-"Biztos, hogy trlni kvnja a kijellst?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-"Nem trlheti ennek a csomagnak a kijellst. Ez a csomag frisstend!"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Automat. kijellt csomagok mutatsa"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Telepts"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Betlts/floppyra ments"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "A csomagkivlaszts frisstse"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimlis telepts"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Vlassza ki a teleptend csomagokat"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Telepts"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Becsls"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Htralv id "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Egy kis trelmet krek; a telepts elksztse folyik"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d csomag"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "A(z) %s csomag teleptse"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Elfogadom"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Nem fogadom el"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Cserlje ki a CD-t a meghajtban!\n"
-"\n"
-"Tegye be a(z) \"%s\" felirat lemezt, s nyomja meg az \"OK\" gombot.\n"
-"Ha nincs ilyen lemeze, nyomja meg a \"Mgsem\" gombot, gy errl a CD-rl\n"
-"nem trtnik telepts."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Ettl fggetlenl folytassam?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Hiba trtnt a csomagok rendezsekor:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Hiba trtnt a csomagok teleptsekor:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Figyelmeztets\n"
-"\n"
-"Olvassa el alaposan az albbi licencfeltteleket. Ha valamelyik rszt nem\n"
-"fogadja el, akkor nem kezdheti el a teleptst a kvetkez CD-rl. Ha a\n"
-"\"Nem fogadom el\" lehetsget vlasztja, akkor a teleptst ezen "
-"adathordoz\n"
-"kihagysval kell folytatnia.\n"
-"\n"
-"\n"
-"A kvetkez CD-n tallhat nhny szoftverkomponens nem a GPL\n"
-"(vagy ms hasonl) licenc al tartozik. Mindegyik ilyen komponens\n"
-"sajt, egyni licencegyezmnnyel rendelkezik.\n"
-"Olvassa el s fogadja el ezeket a licencfeltteleket a komponens\n"
-"hasznlatba vtele vagy tovbbadsa eltt.\n"
-"Ezek a felttelek ltalban nem engedlyezik a komponens tovbbadst,\n"
-"lemsolst (kivve biztonsgi msolatknt), forgalomba hozst,\n"
-"visszafejtst, gpi kd kilistzst, visszafordtst s mdostst.\n"
-"Brmelyik felttel be nem tartsa esetn a licenc rvnyt veszti.\n"
-"Ha a licencegyezmny kln nem engedlyez tbbet, akkor a telepts\n"
-"csak egy rendszerre engedlyezett, s a komponens nem hasznlhat\n"
-"kzsen, a hlzaton. Ha pontosabb informcira van szksge,\n"
-"lpjen kapcsolatba a komponens forgalmazjval vagy ksztjvel.\n"
-"A komponensek tadsa, rluk msolat ksztse harmadik fl rszre\n"
-"ltalban nem engedlyezett (belertve a dokumentcit is).\n"
-"\n"
-"\n"
-"A kvetkez CD-n tallhat komponensek minden joga azok szerzit illeti\n"
-"meg, s a szoftvertermkekre vonatkoz szellemi s szerzi jogi\n"
-"trvnyek rvnyesek rjuk.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Hiba lpett fel"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Biztosan ki szeretne lpni a teleptbl?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licencegyezmny"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Bevezets\n"
-"\n"
-"A tovbbiakban az opercis rendszerre s a Mandrake Linux disztribciban "
-"elrhet\n"
-"klnfle komponensekre \"Szoftvertermkek\" nven hivatkozunk. A "
-"Szoftvertermkek krbe - nem\n"
-"kizrlagosan - beletartoznak az opercis rendszerhez s a Mandrake Linux "
-"disztribci\n"
-"klnfle komponenseihez kapcsold programok, mdszerek, szablyok s "
-"dokumentci.\n"
-"\n"
-"\n"
-"1. Licencegyezmny\n"
-"\n"
-"Krjk, olvassa el jelen dokumentumot figyelmesen. Ezen dokumentum egy, a "
-"Szoftvertermkekre\n"
-"vonatkoz licencegyezmny n s a MandrakeSoft S.A. kztt.\n"
-"Ha a Szoftvertermkeket brmifle mdon telepti, sokszorostja vagy "
-"felhasznlja,\n"
-"azzal n elfogadja jelen licenc kiktseit s feltteleit, tovbb "
-"beleegyezik abba, hogy\n"
-"azoknak teljes mrtkben megfelel.\n"
-"Ha n a Licenc brmely rszvel nem rt egyet, akkor az n szmra nem "
-"engedlyezett a\n"
-"Szoftvertermkek teleptse, sokszorostsa illetve felhasznlsa.\n"
-"Brmely olyan ksrlet, amely a Szoftvertermkeknek a jelen licenc "
-"kiktseitl s feltteleitl\n"
-"eltren val teleptsre, sokszorostsra illetve felhasznlsra "
-"irnyul, rvnytelent\n"
-"jelleg, s megvonja az nnek ezen licenc ltal adott jogokat. A licencjogok "
-"megsznst\n"
-"kveten nnek azonnali hatllyal meg kell semmistenie a Szoftvertermkek "
-"sszes, n ltal\n"
-"birtokolt pldnyt.\n"
-"\n"
-"\n"
-"2. Korltozott garancia\n"
-"\n"
-"A Szoftvertermkek s az azokhoz tartoz dokumentci \"olyan amilyen\" "
-"llapotban llnak\n"
-"rendelkezsre. Garancia nincsen azokra - a trvnyek ltal engedlyezett "
-"mrtkben.\n"
-"A MandrakeSoft S.A. - a trvnyek ltal engedlyezett mrtkben - semmilyen "
-"krlmnyek\n"
-"kztt sem vonhat felelssgre a Szoftvertermkek hasznlatbl vagy "
-"hasznlhatatlansgbl\n"
-"szrmaz specilis, elre nem ltott, kzvetlen vagy kzvetett krokrt "
-"(korltozs nlkl\n"
-"belertve a kvetkezket: zleti vesztesg, zleti tevkenysg megszakadsa, "
-"pnzgyi\n"
-"vesztesg, jogi djak illetve brsgi tletbl szrmaz bntets, vagy "
-"brmilyen\n"
-"szrmazkos vesztesg); mg abban az esetben sem, ha a MandrakeSoft S.A. "
-"tjkoztatva lett\n"
-"az ilyesfle krok bekvetkezsnek lehetsgrl.\n"
-"\n"
-"KORLTOZOTT FELELSSG A BIZONYOS ORSZGOKBAN TILTOTT SZOFTVEREK "
-"BIRTOKLSVAL ILLETVE\n"
-"HASZNLATVAL KAPCSOLATBAN\n"
-"\n"
-"A MandrakeSoft S.A. s disztribtorai - a trvnyek ltal engedlyezett "
-"mrtkben - semmilyen\n"
-"krlmnyek kztt sem vonhatk felelssgre az olyan - specilis, elre nem "
-"ltott, kzvetlen\n"
-"vagy kzvetett - krokrt (korltozs nlkl belertve a kvetkezket: "
-"zleti vesztesg,\n"
-"zleti tevkenysg megszakadsa, pnzgyi vesztesg, jogi djak illetve "
-"brsgi\n"
-"tletbl szrmaz bntets, vagy brmilyen szrmazkos vesztesg), amely "
-"krok a\n"
-"szoftverkomponensek birtoklsbl vagy hasznlatbl illetve a helyi "
-"trvnyek ltal\n"
-"tiltott vagy korltozott szoftverkomponenseknek egy Mandrake Linux cmrl "
-"val\n"
-"letltsbl szrmaznak.\n"
-"Ezen korltozott felelssg vonatkozik tbbek kzt a Szoftvertermkekben "
-"lev titkost\n"
-"komponensekre is.\n"
-"\n"
-"\n"
-"3. A GPL s az ahhoz kapcsold licencek\n"
-"\n"
-"A Szoftvertermkek klnbz szemlyek s intzmnyek ltal ksztett "
-"komponensekbl llnak.\n"
-"A legtbb komponensre a GNU General Public Licence (GNU ltalnos Nyilvnos "
-"Licenc; a\n"
-"tovbbiakban: GPL) s hasonl licencek kiktsei s felttelei vonatkoznak.\n"
-"Ezen licencek java rsze lehetv teszi a megfelel komponensek hasznlatt, "
-"sokszorostst,\n"
-"mdostst illetve terjesztst. Brmely komponens hasznlata eltt olvassa "
-"el figyelmesen\n"
-"a komponensre vonatkoz licenc kiktseit s feltteleit. Egy komponens "
-"licencre vonatkoz\n"
-"krdst nem a MandrakeSoft cghez, hanem az adott komponens szerzjhez kell "
-"irnytani.\n"
-"A MandrakeSoft S.A. ltal fejlesztett programok a GPL licenc hatlya al "
-"tartoznak.\n"
-"A MandrakeSoft S.A. ltal rt dokumentcis anyagokra egy specilis licenc "
-"vonatkozik.\n"
-"Tovbbi rszletek a dokumentciban.\n"
-"\n"
-"\n"
-"4. Szellemi tulajdonra vonatkoz jogok\n"
-"\n"
-"A Szoftvertermkek komponenseire vonatkoz sszes jog az adott komponensek "
-"szerzit illeti meg,\n"
-"s a szoftverekre vonatkoz szellemi tulajdoni illetve szerzi jogi "
-"(copyright) trvnyek\n"
-"vdelme alatt ll.\n"
-"A MandrakeSoft S.A. fenntartja a jogot arra, hogy mdostsa illetve "
-"talaktsa a\n"
-"Szoftvertermkeket - teljes egszben vagy rszben, brmilyen mdon illetve "
-"brmilyen clra.\n"
-"A \"Mandrake\", a \"Mandrake Linux\" s az azokhoz tartoz logk a "
-"MandrakeSoft S.A. vdjegyei.\n"
-"\n"
-"\n"
-"5. Vonatkoz trvnyek\n"
-"\n"
-"Ha jelen egyezmny brmely rsze brsgi tlet alapjn semmisnek, "
-"trvnytelennek vagy\n"
-"alkalmazhatatlannak van nyilvntva, akkor azon rsz jelen szerzdsbl "
-"kizrsra kerl.\n"
-"Az egyezmny tbbi - alkalmazhat - rszt nnek tovbbra is be kell "
-"tartania.\n"
-"Jelen licenc kiktsei s felttelei Franciaorszg trvnyeinek hatlya al "
-"tartoznak.\n"
-"A jelen licenc kiktseivel kapcsolatos vitk lezrsnak legelnysebb "
-"mdja egy\n"
-"brsgon kvl trtn megegyezs. Vgs lehetsgknt a vits gy a "
-"megfelel\n"
-"prizsi (Franciaorszg) brsgra kerl.\n"
-"Ha jelen dokumentummal kapcsolatban krdse van, vegye fel a kapcsolatot a "
-"MandrakeSoft S.A.\n"
-"cggel.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Billentyzet"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Vlasszon billentyzetkiosztst."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Itt tallhat a billentyzetek listja"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Melyik teleptsi mdot vlasztja?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Telepts/frissts"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "j telepts vagy frissts?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Ajnlott"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Szakrt"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Frissts"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Csak a csomagok frisstse"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Adja meg az egr tpust."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Egr port"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Vlassza ki, hogy melyik soros porthoz csatlakozik az egere."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Egrgomb-emulci"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "A 2. gomb emullsa"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "A 3. gomb emullsa"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA krtyk belltsa..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE belltsok"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nincs elrhet partci"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Csatolsi pontok keresse a partcikon"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Vlassza ki a csatolsi pontokat"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nem sikerlt beolvasni a partcis tblt, tl rossz llapotban van.\n"
-"Meg lehet prblni a hibs partcik alapllapotba hozst (MINDEN ADAT\n"
-"ELVSZ EZEKRL!). Ha ezt nem fogadja el, akkor a DrakX nem fogja mdostani\n"
-"a partcis tblt (a hiba: %s).\n"
-"\n"
-"Trlni szeretn az sszes partcit?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"A DiskDrake nem tudta rendesen beolvasni a partcis tblt.\n"
-"Folytats az n sajt felelssgre."
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Nincs elg szabad hely az 1 MB-os betltprogramnak! A telepts "
-"folytathat, de a rendszer indtshoz ltre kell hozni egy rendszerindt "
-"partcit a DiskDrake-kel."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "A gykrpartci nem tallhat, ezrt nem lehet elvgezni a frisstst"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Gykrpartci"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Melyik a gykrpartci (/) a rendszerben?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"A partcis tbla vltozsai csak a gp jraindtsa utn lpnek rvnybe"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Vlassza ki a formzand partcikat"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Ellenrizzem a rossz blokkokat?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "A partcik formzsa"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "%s fjl ltrehozsa s formzsa"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Betelt a lapozterlet, nvelje meg a telepts befejezshez"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "A rendelkezsre ll csomagok keresse"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "A frisstend csomagok keresse"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"A rendszeren nem maradt elg hely a teleptshez vagy frisstshez (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Teljes (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimlis (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Javasolt (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Vlasszon egy funkcit annak megfelelen, hogy betlteni kvn egy\n"
-"csomagkijellst vagy a jelenlegi kijellst szeretn elmenteni.\n"
-"A formtum ugyanaz, mint az automatikus teleptfloppyknl."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Betlts floppyrl"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Betlts floppyrl"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Csomagkijells"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Tegye be a csomagkijellst tartalmaz floppyt a meghajtba"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Ments floppyra"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "A kijellt sszmret nagyobb, mint a rendelkezsre ll hely"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "A telepts tpusa"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Egyetlen csomagcsoportot sem jellt ki.\n"
-"Vlassza ki, milyen fajta minimlis teleptst szeretne."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "X-szel egytt"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Alapvet dokumentcival (javasolt)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Valban minimlis telepts (urpmi sincs)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ha a felsorolt CD-k rendelkezsre llnak, kattintson az OK gombra.\n"
-"Ha egy CD sem ll rendelkezsre a felsoroltak kzl, akkor kattintson\n"
-"a Mgsem gombra.\n"
-"Ha a felsoroltak kzl nhny CD hinyzik, trlje a kijellsket, majd\n"
-"kattintson az OK gombra."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "A(z) \"%s\" cmkj CD"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "A telepts elksztse"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"A(z) %s csomag teleptse\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Telepts utni belltsok"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Tegye be a rendszerindt floppyt a(z) \"%s\" meghajtba"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Tegye be a frisstmodulokat tartalmaz floppyt a(z) \"%s\" meghajtba"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Most lehetsg nylik arra, hogy titkostssal foglalkoz szoftverrszeket\n"
-"tltsn le.\n"
-"\n"
-"FIGYELEM:\n"
-"\n"
-"Mivel a titkostssal foglalkoz szoftvermodulok hasznlatt klnbz\n"
-"trvnyek szablyozzk, kizrlag a fogyaszt s/vagy felhasznl\n"
-"felelssge eldnteni, hogy jogosult-e letlteni, trolni s/vagy hasznlni\n"
-"a krdses szoftvert.\n"
-"\n"
-"Tovbb, a fogyaszt s/vagy felhasznl klns figyelmet kell fordtson a\n"
-"helyi trvnyek s rendeletek betartsra. Amennyiben a fogyaszt s/vagy\n"
-"felhasznl nem tartja be ezeket a trvnyeket, slyos bntets szabhat ki\n"
-"r.\n"
-"\n"
-"A Mandrakesoft, a gyrtk, vagy a szlltk semmilyen krlmnyek kztt\n"
-"sem tehetk felelss azon specilis, kzvetett vagy jrulkos krok\n"
-"keletkezsrt (belertve, de nem kizrlagosan, a kvetkezket:\n"
-"profitvesztesg, zletmenetben bekvetkezett zavarok, kereskedelmi adatok\n"
-"vesztse, valamint brmilyen ms anyagi kr s esetlegesen brsg ltal\n"
-"megtlt krtrts), amik azon szoftverek hasznlatbl, birtoklsbl "
-"vagy\n"
-"csak a letltsbl erednek, amelyekhez a felhasznl s/vagy fogyaszt "
-"ezen\n"
-"megllapods alrsa utn hozzfrhet.\n"
-"\n"
-"\n"
-"Ha brmilyen krdse van a fenti szerzdssel kapcsolatban, vegye fel\n"
-"a kapcsolatot a Mandrakesoft irodjval:\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Lehetsge van arra, hogy letltse a disztribci kiadsa utn\n"
-"frisstett csomagokat.\n"
-"\n"
-"Ez ltalban biztonsgi javtsokat s hibajavtsokat jelent.\n"
-"A funkci hasznlathoz szksg van egy belltott\n"
-"internetkapcsolatra.\n"
-"\n"
-"Szeretn feltelepteni a frisstseket ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Kapcsolds a Mandrake Linux webkiszolgljhoz, az elrhet "
-"tkrkiszolglk listjnak lekrdezse"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Vlasszon tkrkiszolglt, ahonnan letlti a csomagokat"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"Kapcsolatfelvtel a tkrkiszolglval, elrhet csomagok listjnak "
-"letltse"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Melyik idznt vlasztja?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "A gp rja GMT-idt mutat"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatikus idszinkronizci (NTP-vel)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP-kiszolgl"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Tvoli CUPS-kiszolgl"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nincs nyomtat"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Van ISA hangkrtyja?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"A hangkrtya belltshoz futtassa az \"sndconfig\" programot a telepts "
-"utn"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"A telept nem tallt hangkrtyt. Futtassa a \"harddrake\" programot a "
-"telepts utn"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "sszefoglals"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Egr"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Idzna"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Nyomtat"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN-krtya"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Hangkrtya"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-tuner krtya"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Helyi fjlok"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Rendszergazdai (root) jelsz belltsa"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Nincs jelsz"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Ez a jelsz tl egyszer (legalbb %d karakter hossznak kell lennie)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Felhasznlazonosts"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP-alap azonosts"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP alap-DN"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP-kiszolgl"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS-alap azonosts"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS-tartomny"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS-kiszolgl"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Az indtlemez segtsgvel a Linux rendszer akkor is elindthat, ha a\n"
-"merevlemezrl trtn indts nem mkdik. Ez pldul akkor hasznos, ha\n"
-"nem kvn rendszerindt programot telepteni, vagy egy msik opercis\n"
-"rendszer eltvoltotta a SILO-t, vagy ha a program nem tudja lekezelni a\n"
-"gp hardvert. Az indtlemez a Mandrake helyrelltlemezzel is\n"
-"hasznlhat, hogy slyos meghibsods esetn a rendszer llapota knnyen\n"
-"visszallthat legyen.\n"
-"\n"
-"Ha szeretne indtlemezt kszteni, helyezzen be egy floppyt az\n"
-"els meghajtba s nyomja meg az \"OK\" gombot."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Els floppy-meghajt"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Msodik floppy-meghajt"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Kihagys"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Az indtlemez lehetv teszi, hogy a Linux opercis rendszert a norml\n"
-"rendszerindt program nlkl is el lehessen indtani. Ez akkor hasznos,\n"
-"ha nem kvn LILO-t (illetve GRUB-ot) telepteni a gpre, vagy egy msik\n"
-"opercis rendszer letrli a LILO-t, vagy a LILO nem mkdik az adott\n"
-"hardver-konfigurcival. Az indtlemezt hasznlhatja a Mandrake\n"
-"helyrelltlemezzel egytt is, gy sokkal egyszerbb a helyrellts egy\n"
-"rendszerhiba utn. Szeretne most indtlemezt kszteni a rendszerhez?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(Figyelmeztets: Mivel XFS fjlrendszert hasznl a gykrpartcihoz,\n"
-"ezrt 1,44 megabjtos floppylemezbl valsznleg nem kszthet\n"
-"indtlemez - az XFS nagymret meghajtprogramot ignyel.)"
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Nincs elrhet floppy-meghajt"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Vlassza ki azt a floppy-meghajtt, amelyet az indtlemez elksztshez "
-"hasznlni kvn"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Tegyen egy floppyt a(z) \"%s\" meghajtba"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Indtlemez kszl"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Rendszerbetlt elksztse"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"A gp tpusa felteheten OldWorld vagy Ismeretlen,\n"
-"ezrt a Yaboot rendszerindt program nem fog mkdni.\n"
-"A telepts folytathat, de az indtshoz\n"
-"a BootX-et kell majd hasznlni."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Szeretn az aboot-ot hasznlni?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Hiba az aboot teleptsekor.\n"
-"Prbljam jra a teleptst akkor is, ha ez esetleg tnkreteszi az els\n"
-"partcit?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Rendszerindt program teleptse"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "A rendszerbetlt teleptse nem sikerlt. A hiba a kvetkez:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Lehet, hogy mdostani kell az Open Firmware rendszerindtsi eszkz\n"
-" belltsain a rendszerindt program hasznlathoz. Ha jraindts utn\n"
-" nem jelenik meg a prompt, nyomja le a Command-Option-O-F-et indulskor\n"
-" s rja be ezt: setenv boot-device %s,\\\\:tbxi\n"
-" Majd gpelje be ezt: shut-down\n"
-"A kvetkez indts utn meg kell jelennie a promptnak."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Tegyen egy res floppyt a(z) \"%s\" meghajtba"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Automatikus teleptfloppy ksztse"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"A telepts nem teljes, mivel egyes lpsek kimaradtak.\n"
-"\n"
-"Biztos, hogy ki akar lpni?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gratullunk, a telepts sikeresen befejezdtt. Vegye ki az adathordozt,\n"
-"amirl a rendszer indtsa trtnt (CD, floppylemez, ...), majd nyomja le\n"
-"az Enter billentyt a rendszer jraindtshoz.\n"
-"\n"
-"Az ehhez a Mandrake Linux verzihoz elrhet javtsokrl a kvetkez\n"
-"helyen olvashat:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"A rendszer belltsval kapcsolatban a Hivatalos Mandrake Linux\n"
-"Felhasznli Kziknyvben tall tovbbi informcikat."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Automatikus teleptfloppy ksztse"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Az automatikus telepts akr teljesen automatikus is lehet,\n"
-"ebben az esetben az egsz merevlemez tartalmt mdosthatja.\n"
-"Elssorban akkor ajnlott, ha msik gpre is telepteni kvnja\n"
-"a rendszert.\n"
-"\n"
-"Lehetsg van a telepts jrajtszsra is.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatikus"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "jrajtszs"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Csomagsszellts mentse"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux telepts %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-"<Tab>/<Alt+Tab> lpegets | <Szkz> kivlaszts | <F12> kvetkez kperny "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "nincs \"kdesu\""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "nincs \"consolehelper\""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Vlasszon egy fjlt"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Specilis"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Alapvet"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Egy kis trelmet krek"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informci"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "A fa kibontsa"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "A fa sszecsuksa"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Vlts sima s csoportok szerint rendezett nzet kztt"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Nem megfelel vlaszts, prblja meg jra\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Melyiket vlasztja? (az alaprtelmezs: %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Kitltend bejegyzsek:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Melyiket vlasztja? (0/1, az alaprtelmezs: \"%s\") "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "\"%s\" gomb: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Szeretne rkattintani erre a gombra? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Melyiket vlasztja? (az alaprtelmezs: \"%s\"%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Sok vlasztsi lehetsg van (%s).\n"
-
-# Number is used to designate approximately the range of entries
-# you wish to edit because all of them would not fit on-screen.
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Jellje ki a szerkeszteni kvnt 10-es tartomny els szmt,\n"
-"vagy csak nyomja le az Enter billentyt a tovbblpshez.\n"
-"Melyiket vlasztja? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Megjegyzs: egy cmke mdosult:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "jraklds"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "cseh (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "nmet"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak-fle"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "spanyol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "finn"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "francia"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "norvg"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "lengyel"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "orosz"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "svd"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "angol (UK) billentyzet"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "USA-billentyzet"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "albn"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "rmny (rgi)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "rmny (rgp)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "rmny (fonetikus)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "azerbajdzsni (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "belga"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "bolgr (fonetikus)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "bolgr (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "brazil (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "fehrorosz"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "svjci (nmet kioszts)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "svjci (francia kioszts)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "cseh (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "nmet (\"dead key\" nlkl)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "dn"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak-fle (USA)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak-fle (norvg)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak-fle (svd)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "szt"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "grz (\"orosz\" kioszts)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "grz (\"latin\" kioszts)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "grg"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "magyar"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "horvt"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "izraeli"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "izraeli (fonetikus)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "irni"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "izlandi"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "olasz"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "japn 106-billentys"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "koreai billentyzet"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "latin-amerikai"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "litvn AZERTY (rgi)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "litvn AZERTY (j)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "litvn \"szmsor\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "litvn \"fonetikus\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "lett"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "macedn"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "holland"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "lengyel (qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "lengyel (qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "portugl"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "kanadai (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "romn (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "romn (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "orosz (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "szlovn"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "szlovk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "szlovk (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "szerb (cirill)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "thaifldi billentyzet"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "tadzsik billentyzet"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "trk (hagyomnyos \"F\" modell)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "trk (modern \"Q\" modell)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ukrn"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "USA-billentyzet (nemzetkzi)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "vietnmi \"szmsor\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "jugoszlv (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Jobb Alt gomb"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "A kt Shift gomb egyszerre"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Control s Shift gombok egyszerre"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock gomb"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl s Alt gombok egyszerre"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt s Shift gombok egyszerre"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "\"Menu\" gomb"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Bal \"Windows\" gomb"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Jobb \"Windows\" gomb"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Krkrs csatlakoztats - %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Elszr trlje az sszes logikai ktetet\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"A 2.2-es kernelekhez nincsen PCMCIA-tmogats. Hasznljon 2.4-es kernelt."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun egr"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "ltalnos PS/2-es grgs egr"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 gombos"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "ltalnos 2 gombos egr"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "ltalnos"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Grgs"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "Soros"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "ltalnos 3 gombos egr"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (soros, rgi C7 tpus)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 gombos"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 gombos"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "egyik sem"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "nincs egr"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Az egr letesztelse"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Az egr aktivlshoz "
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOZGASSA AZ EGRGRGT!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Befejezs"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Kvetkez ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Elz"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Elfogadja?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Csatlakozs az internethez"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Az ADSL-en keresztli csatlakozs legtbbszr PPPOE-vel trtnik,\n"
-"de elfordul a PPTP s a DHCP is.\n"
-"A PPPOE-t vlassza, ha nem biztos a vlaszban."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel Speed Touch USB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "DHCP hasznlata"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "PPPOE hasznlata"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "PPTP hasznlata"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Melyik DHCP-klienst szeretn hasznlni?\n"
-"Az alaprtelmezs: dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nem tallhat Ethernet hlzati krtya a rendszerben.\n"
-"Nem tudom belltani ezt a kapcsolattpust."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Hlzati csatol kivlasztsa"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Vlassza ki, hogy melyik hlzati adapteren keresztl szeretne csatlakozni "
-"az internetre."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nem talltam hlzati krtyt"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Hlzat belltsa"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Most adja meg a gp nevt (ha ismeri).\n"
-"Nhny DHCP-kiszolgl csak a gpnv megadsa utn hasznlhat.\n"
-"A teljes nevet kell berni, pldul: \"gep.vallalat.hu\"."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Gpnv"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Hlzatbellt varzsl"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Kls ISDN-modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Bels ISDN-krtya"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Milyen tpus az ISDN-kapcsolat?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Milyen tpus ISDN-belltsokat szeretne hasznlni?\n"
-"\n"
-" - A rgi tpus bellts az isdn4net-re pl. Ez igen hatkony\n"
-"eszkzket tartalmaz, de belltsa nehzkes, s nem szabvnyos.\n"
-"\n"
-" - Az j tpus bellts knnyen tlthat, szabvnyos,\n"
-"de kevesebb segdeszkz tartozik hozz.\n"
-"\n"
-"Ha nincs kizr ok, akkor inkbb az utbbit vlassza.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "j bellts (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Rgi bellts (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN-belltsok"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Adja meg a szolgltatja nevt.\n"
-"Ha az nincs benne a listban, vlassza az \"Unlisted\"-et"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Eurpai protokoll"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Eurpa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "A vilg tbbi rsze"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokoll a vilg tbbi rszn \n"
-" D csatorna nlkl (brelt vonal)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Melyik protokollt szeretn hasznlni?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Milyen tpus krtyval rendelkezik?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Nem tudom"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Amennyiben ISA krtyja van, a kvetkez kpernyn lthat rtkek\n"
-"belltsa lnyeges.\n"
-"\n"
-"Ha PCMCIA krtyja van, tudnia kell a krtya IRQ s IO rtkeit.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Megszakts"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Folytats"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Milyen ISDN-krtyja van?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"rzkeltem egy ISDN PCI krtyt, de nem ismertem fel a tpust. Krem, "
-"vlasszon ki egy PCI krtyt a kvetkez kpernyn."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nem talltam ISDN PCI krtyt. Vlasszon ki egyet a kvetkez kpernyn."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Vlassza ki, hogy melyik soros portra csatlakozik a modeme."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Modemes csatlakozs belltsai"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Csatlakozs neve"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonszm"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Felhasznlnv"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Szkript-alap"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminl-alap"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Tartomnynv"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Elsdleges DNS-kiszolgl (nem ktelez)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Msodlagos DNS-kiszolgl (nem ktelez)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Bonthatja a kapcsolatot vagy jra elvgezheti a belltsokat."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"A kapcsolat jbl bellthat."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Jelenleg csatlakozva van az internethez."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Csatlakozs az internethez vagy a kapcsolat jbli belltsa."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Jelenleg nincs csatlakozva az internethez."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Csatlakozs"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "A kapcsolat bontsa"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "A kapcsolat belltsa"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Az internetkapcsolat belltsa"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "A(z) \"%s\" kapcsolat belltsa kvetkezik."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"A(z) \"%s\" kapcsolat belltsa kvetkezik.\n"
-"\n"
-"\n"
-"A tovbblpshez nyomja meg az OK gombot."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Hlzatbellts"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Mivel a hlzaton keresztl telept, a hlzat belltsa mr megtrtnt.\n"
-"Kattintson az OK gombra a belltsok megtartshoz, vagy a Mgsem gombra\n"
-"a hlzat s az internetkapcsolat jbli belltshoz.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"dvzljk a hlzatbellt varzslban!\n"
-"\n"
-"A hlzat s az internetkapcsolat belltsa kvetkezik.\n"
-"Trlje a kijellst az opci melll, ha nem kr automatikus felismerst.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Adja meg a belltani kvnt profil nevt"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Automatikus detektls"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Eszkzk keresse..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Norml modemes kapcsolat"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detektlva ezen a porton: %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN-kapcsolat"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detektlva: %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL-kapcsolat"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detektlva a(z) %s csatlakozn"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kbeles kapcsolat"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "kbeles kapcsolat detektlva"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Helyi hlzatos kapcsolat"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "Ethernet-krtya/krtyk detektlva"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Vlassza ki a belltani kvnt eszkzt"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Egynl tbb internetkapcsolatot hozott ltre.\n"
-"Vlassza ki azt, amelyiket hasznlni szeretn.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internetkapcsolat"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Jjjn ltre a kapcsolat a rendszer indulsakor?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Hlzatbellts"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "A hlzatkezelst jra kell indtani"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Hiba trtnt a hlzatkezels jraindtsakor: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gratullunk! A hlzat s az internet-hozzfrs belltsa befejezdtt.\n"
-"\n"
-"Most rvnyestem az j belltsokat.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Annak elvgzse utn rdemes jraindtani az X krnyezetet,\n"
-"hogy a gpnv mdostsbl ered problmk elkerlhetk legyenek."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Bellts kzben problmk merltek fel.\n"
-"Tesztelje le a kapcsolatot a net_monitor vagy az mcc hasznlatval. Ha a "
-"kapcsolat nem mkdik, esetleg indtsa el jra a belltst."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"Figyelem! Ez az eszkz mr be lett lltva internet-hozzfrshez.\n"
-"Elg elfogadni a mr meglv belltsokat.\n"
-"A lenti mezk mdostsval fell lehet brlni a belltsokat."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Krem, adja meg a gp IP-belltsait.\n"
-"Minden mezbe IP-cmet rjon pontozott decimlis formtumban\n"
-"(pl.: 192.169.10.11)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "A(z) %s hlzati eszkz belltsa"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (meghajt - %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-cm"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Hlzati maszk"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(BOOTP/DHCP)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatikus IP-cm"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Az IP-cm formtuma 1.2.3.4 legyen"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Adja meg a gpe nevt.\n"
-"A teljes nevet kell berni, pldul: \"mybox.mylab.myco.com\".\n"
-"Megadhatja az tjr (gateway) IP-cmt is, ha van olyan."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS-kiszolgl"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "tjr (pldul %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "tjr-eszkz"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxy-belltsok"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP-proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP-proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "A hlzati krtya azonostjnak kvetse (laptopoknl hasznos)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "A proxy valami ilyen kell, hogy legyen: http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "A proxy valami ilyen kell, hogy legyen: ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internet-belltsok"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Kiprbljuk az internetkapcsolatot most?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "A kapcsolat ellenrzse..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "A rendszer internetes kapcsolata l."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Biztonsgi okokbl lebontom a kapcsolatot."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Az internetkapcsolat felteheten nem aktv.\n"
-"Prblja meg jbl elvgezni a belltst."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "A kapcsolat belltsa"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Tltse ki vagy ellenrizze az albbi mezket"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Krtya IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Krtya DMA"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Krtya IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Krtya IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Krtya IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Az n sajt telefonszma"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "A szolgltat neve (pl. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "A szolgltat telefonszma"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Elsdleges DNS-kiszolgl (nem ktelez)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Msodlagos DNS-kiszolgl (nem ktelez)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Vlassza ki az orszgot"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Trcszsi md"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Csatlakozsi sebessg"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "A csatlakozs vrakozsi ideje (msodpercben)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Felhasznlnv"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Jelsz"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "a csatlakoztats nem sikerlt: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "A kiterjesztett (extended) partci nem tmogatott ezen a platformon"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"A partcis tblban van egy res tartomny, de nem tudom hasznlni.\n"
-"Az egyetlen megolds az elsdleges partci thelyezse gy, hogy\n"
-"a kiterjesztett partcik mell kerljn az res hely."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "A(z) %s fjlbl val visszallts sikertelen: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Hibs mentsfjl"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Hiba a(z) %s fjl rsa kzben"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Valamilyen problma van a meghajtval. \n"
-"Az adatintegritsi teszt vgrehajtsa nem sikerlt. \n"
-"Ez azt jelenti, hogy a lemezre val rs tnkreteheti a meghajt \n"
-"adattartalmt."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "nagyon fontos"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "fontos"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "ersen ajnlott"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "ajnlott"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "opcionlis"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Helyi nyomtat"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Tvoli nyomtat"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Tvoli CUPS-nyomtat"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Tvoli lpd-nyomtat"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Hlzati nyomtat (TCP/socket-alap)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT-nyomtat"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "NetWare-nyomtat"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "A nyomtateszkz URI-ja"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "A feladat kimenetnek tirnytsa egy parancsba"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Ismeretlen modell"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Helyi nyomtatk"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Tvoli nyomtatk"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " ezen a prhuzamos porton: \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB nyomtat \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", tbbfunkcis eszkz ezen a prhuzamos porton: \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", tbbfunkcis eszkz USB-n"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", tbbfunkcis eszkz HP JetDirect-en"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", tbbfunkcis eszkz"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", nyomtats ide: %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "ezen az LPD kiszolgln: \"%s\", nyomtat: \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP gp \"%s\", port: %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "ezen a Windows kiszolgln: \"%s\", megoszts: \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "ezen a Novell kiszolgln: \"%s\", nyomtat: \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", ezzel a paranccsal: %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "\"Nyers\" nyomtat (nincs meghajtprogram)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(itt: %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(ezen a gpen)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Ezen a CUPS-kiszolgln: \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (alaprtelmezs)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Vlassza ki a nyomtat csatlakozsnak tpust"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hogyan van a nyomtat csatlakoztatva?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"A tvoli CUPS-nyomtatkat nem kell belltani, azokat a program "
-"automatikusan felismeri."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS-belltsok"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Adja meg a CUPS-kiszolglt"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"A helyi hlzaton lev CUPS kiszolglk nyomtatinak elrshez nnek nem "
-"szksges belltania semmifle nyomtatt; a CUPS kiszolglk automatikusan "
-"informljk az n gpt a rajtuk keresztl elrhet nyomtatkkal "
-"kapcsolatban. Az n gpe ltal ismert nyomtatk listja a PrinterDrake "
-"program fablaknak \"Tvoli nyomtatk\" rszben lthat. Ha a CUPS "
-"kiszolgl egy msik hlzaton van, akkor meg kell adni a CUPS kiszolgl IP-"
-"cmt s - opcionlisan - a portszmot ahhoz, hogy a kiszolgltl le "
-"lehessen krdezni a nyomtatinformcikat. Msklnben hagyja resen ezen "
-"mezket."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"A CUPS belltsa ltalban automatikusan megtrtnik a hlzat jellemzinek "
-"megfelelen, hogy a helyi hlzaton tallhat CUPS-nyomtatk hasznlhatk "
-"legyenek. Ha a bellts nem megfelel, akkor kapcsolja ki az \"Automatikus "
-"CUPS-bellts\" opcit s mdostsa kzzel az /etc/cups/cupsd.conf fjlt. "
-"Ne felejtse ezutn jraindtani a CUPS szolgltatst (pldul a \"service "
-"cups restart\" paranccsal)."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Az IP-cm formtuma 192.168.1.20 legyen"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "A portnak egsz szmnak kell lennie!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-kiszolgl IP-cme"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatikus CUPS-bellts"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Eszkzk keresse..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "A portok ellenrzse"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Nyomtat hozzadsa"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"dvzli a nyomtatbellt varzsl.\n"
-"\n"
-"A varzsl lehetv teszi helyi s tvoli nyomtatk teleptst, amelyeket "
-"akr errl a gprl, akr a hlzat tbbi gprl lehet majd hasznlni.\n"
-"\n"
-"A nyomtat teleptshez szksges adatokat a varzsl megkrdezi ntl. "
-"Hozzfrst nyjt az elrhet nyomtatmeghajtkhoz s a meghajtprogramok "
-"belltsaihoz, tovbb a nyomtatk kapcsolattpust is kpes belltani."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Helyi nyomtat"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"dvzli a nyomtatbellt varzsl.\n"
-"\n"
-"A varzsl segtsget nyjt a szmtgphez csatlakoztatott nyomtatk "
-"belltshoz.\n"
-"\n"
-"Csatlakoztassa a megfelel nyomtatkat a gphez, s kapcsolja be azokat. A "
-"folytatshoz kattintson a \"Kvetkez\" gombra; ha viszont nem kvnja most "
-"belltani a nyomtatkat, akkor kattintson a \"Mgsem\" gombra.\n"
-"\n"
-"Bizonyos szmtgpek lefagyhatnak a nyomtat-feldertsi folyamat kzben. "
-"Ha felderts nlkl kvn nyomtatt telepteni, akkor kapcsolja ki a "
-"\"Nyomtatk automatikus felismerse\" opcit. Ha egy olyan tvoli nyomtatt "
-"kvn belltani, amelyet a PrinterDrake nem listz automatikusan, akkor "
-"hasznlja a program \"Szakrti md\" zemmdjt."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Nyomtatk automatikus felismerse"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Gratullunk, a nyomtat belltsa sikeresen megtrtnt.\n"
-"\n"
-"Nyomtatni ltalban az alkalmazsok \"Fjl\" menjben lev \"Nyomtats\" "
-"funkcival lehet.\n"
-"\n"
-"Ha szeretne egy j nyomtatt felvenni, vagy egy meglevt eltvoltani "
-"illetve tnevezni, vagy ha szeretn mdostani az alaprtelmezs szerinti "
-"belltsokat (paprforrs, nyomtatsi minsg, ...), akkor hasznlja a "
-"Mandrake Vezrlkzpont \"Hardver\" rszben tallhat \"Nyomtat\" "
-"alkalmazst."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Nyomtatk automatikus felismerse"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"A PrinterDrake program kpes felismerni a helyileg csatlakoztatott "
-"prhuzamos- illetve USB-csatlakozs nyomtatkat. Bizonyos gpeken a "
-"nyomtatk automatikus feldertse lefagyaszthatja a rendszert, ami a "
-"fjlrendszerekben hibkat idzhet el. Csak akkor hasznlja ezt a "
-"lehetsget, ha tisztban van ezzel!\n"
-"\n"
-"Szeretne automatikus nyomtatfeldertst?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Automatikus detektls"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "A nyomtat kzi belltsa"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Felismert eszkz: %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Nyomtat ezen a prhuzamos porton: \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB nyomtat: \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Helyi nyomtat nem tallhat. Egy nyomtat kzi teleptshez adjon meg egy "
-"eszkznevet illetve fjlnevet a beviteli sorban (prhuzamos portok: /dev/"
-"lp0, /dev/lp1, ... (amelyek egyenrtkek a kvetkezkkel: LPT1:, "
-"LPT2:, ...), els USB nyomtat: /dev/usb/lp0, msodik USB nyomtat: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Egy eszkz- vagy fjlnevet kell megadni."
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Helyi nyomtat nem tallhat.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Hlzati nyomtatt csak a rendszer teleptst kveten lehet telepteni. "
-"Ehhez hasznlja a Mandrake Vezrlkzpont \"Hardver\" rszben a \"Nyomtat"
-"\" funkcit."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Hlzati nyomtat teleptshez tegye a kvetkezket: kattintson a \"Mgsem"
-"\" gombra, majd kapcsoljon \"Szakrti md\" zemmdba, azutn kattintson "
-"ismt a \"Nyomtat hozzadsa\" gombra."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"A rendszer a kvetkez nyomtatt tallta. Ha nem ezt szeretn belltani, "
-"akkor adjon meg egy eszkznevet illetve fjlnevet a beviteli sorban."
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"A rendszer a kvetkez nyomtatkat tallta. Vlassza ki, melyik nyomtatt "
-"kvnja belltani, vagy adjon meg egy eszkznevet illetve fjlnevet a "
-"beviteli sorban."
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"A rendszer a kvetkez nyomtatt tallta. A nyomtat automatikusan "
-"belltsra kerl. Ha a nyomtat helytelenl volt felismerve, vagy ha n "
-"szeretn mdostani annak belltsait, akkor kapcsolja be a \"Kzi bellts"
-"\" opcit."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"A rendszer a kvetkez nyomtatkat tallta. Vlassza ki, melyik nyomtatt "
-"kvnja belltani. A nyomtat automatikusan belltsra kerl. Ha a "
-"nyomtat helytelenl volt felismerve, vagy ha n szeretn mdostani annak "
-"belltsait, akkor kapcsolja be a \"Kzi bellts\" opcit."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Vlassza ki, melyik portra van csatlakoztatva a nyomtat, vagy adjon meg egy "
-"eszkznevet illetve fjlnevet a beviteli sorban"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Vlassza ki, melyik portra van csatlakoztatva a nyomtat."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (prhuzamos portok: /dev/lp0, /dev/lp1, ... (egyenrtkek ezekkel: LPT1:, "
-"LPT2:, ...), els USB nyomtat: /dev/usb/lp0, msodik USB nyomtat: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Ki kell vlasztania illetve meg kell adnia egy nyomtatt vagy eszkzt."
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Kzi bellts"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Az n nyomtatja egy HP tbbfunkcis eszkz (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 lapolvasval)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "HPOJ csomag teleptse..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Az eszkz ellenrzse s a HPOJ belltsa..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "SANE csomag teleptse..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Lapolvass az n HP tbbfunkcis eszkzn"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "A nyomtatport elrhetv ttele a CUPS szmra ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "A nyomtat-adatbzis beolvassa..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Tvoli lpd nyomtat belltsai"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Tvoli lpd nyomtat hasznlathoz meg kell adni a nyomtatkiszolgl nevt "
-"s a nyomtat nevt."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "A tvoli gp neve"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "A tvoli nyomtat neve"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "A tvoli gp neve nem lehet res!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "A tvoli nyomtat neve nem lehet res!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) nyomtatsi belltsok"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Ahhoz, hogy SMB-nyomtatra tudjon nyomtatni, meg kell adnia a "
-"nyomtatkiszolgl SMB-nevt (nem biztos, hogy ugyanaz, mint a TCP/IP-"
-"gpnv!) s IP-cmt, a megosztott nyomtat nevt, s egy megfelel "
-"jogosultsgokkal rendelkez felhasznl nevt, jelszavt s munkacsoportjt."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Az SMB-kiszolgl neve"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "Az SMB-kiszolgl IP-cme"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Megosztsnv"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Munkacsoport"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "A kiszolgl nevt vagy IP-cmt meg kell adni!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "A Samba megosztsnv res!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr "BIZTONSGI FIGYELMEZTETS"
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Egy windowsos nvvel illetve jelszval trtn nyomtats belltsa "
-"kvetkezik. Egy, a Samba-kliens architektrjban lev hiba miatt a jelsz "
-"kdolatlanul bekerl a Samba-kliens azon parancssorba, amely a windowsos "
-"kiszolgl szmra tadja a nyomtatsi feladatot. gy ezen gp minden "
-"felhasznljnak lehetsge van arra - pldul a \"ps auxwww\" parancs "
-"hasznlatval -, hogy megjelentse a jelszt.\n"
-"\n"
-"Javasoljuk, hogy hasznlja a kvetkez lehetsgek valamelyikt (azt "
-"mindenflekppen biztostani kell - pldul tzfal hasznlatval -, hogy "
-"csak a helyi hlzat gpei frjenek hozz a windowsos kiszolglhoz):\n"
-"\n"
-"Hasznljon a windowsos kiszolgln egy jelsz nlkli felhasznlazonostt "
-"(pldul: \"GUEST\") vagy egy nyomtatsi clokra sznt specilis azonostt. "
-"Ne szntesse meg a jelszvdelmet semmilyen szemlyes azonostn, s a "
-"rendszergazdai azonostn sem.\n"
-"\n"
-"lltsa be a windowsos kiszolglt gy, hogy az LPD protokollon keresztl "
-"tegye elrhetv a nyomtatt. Ezutn lltsa be az errl a gprl trtn "
-"nyomtatst \"%s\" kapcsolattpussal a PrinterDrake programban.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"lltsa be a windowsos kiszolglt gy, hogy az IPP protokollon keresztl "
-"tegye elrhetv a nyomtatt. Ezutn lltsa be az errl a gprl trtn "
-"nyomtatst \"%s\" kapcsolattpussal a PrinterDrake programban.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-"Csatlakoztassa a nyomtatt egy linuxos kiszolglhoz, s tegye lehetv a "
-"windowsos gpek szmra az ahhoz kliensknt val csatlakozst.\n"
-"\n"
-"Valban folytatni szeretn a nyomtat ilyen mdon trtn belltst?"
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare nyomtatbelltsok"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Ahhoz, hogy NetWare nyomtatra tudjon nyomtatni, meg kell adnia a NetWare "
-"nyomtatkiszolgl nevt (ez nem biztos, hogy megegyezik a TCP/IP "
-"gpnvvel!), a nyomtatsi sor nevt, s egy megfelel jogosultsgokkal "
-"rendelkez felhasznli nevet s jelszt."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Nyomtatkiszolgl"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "A nyomtatsi sor neve"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Az NCP-kiszolgl neve res!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Az NCP-sor neve res!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/socket-alap nyomtatsi belltsok"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Ahhoz, hogy egy TCP/socket-alap nyomtatra nyomtathasson, meg kell adnia a "
-"nyomtathoz tartoz gpnevet s opcionlisan a nyomtat portszmt. HP "
-"JetDirect kiszolglkon a port szma ltalban 9100; ms kiszolglkon ez "
-"ms rtk lehet. A hardver kziknyvben valsznleg tall tovbbi "
-"informcit."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "A nyomtat gpneve"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "A nyomtat gpneve res!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "A nyomtateszkz URI-ja"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Kzvetlenl megadhat a nyomtat elrsi URI-ja. Az URI-nak meg kell "
-"felelnie a CUPS vagy a Foomatic elrsainak. Nem minden URI-tpust tmogat "
-"minden sorkezel."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "rvnyes URI-t kell megadni."
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Minden nyomtathoz meg kell adni egy nevet (pldul: \"nyomtat\"). A Lers "
-"s Hely mezket nem ktelez kitlteni, csak tjkoztatsi clt szolglnak."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "A nyomtat neve"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Lers"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Hely"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "A nyomtat-adatbzis elksztse..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "A nyomtat tpusa"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"A PrinterDrake sszehasonltotta a nyomtatfeldertsbl szrmaz tpusnevet "
-"a nyomtatadatbzisban szereplkkel, s kivlasztotta a legmegfelelbb "
-"tpust. Nem biztos, hogy ez a vlaszts j; fleg akkor, ha a nyomtat nem "
-"szerepel az adatbzisban. Ellenrizze, hogy helyes-e a vlaszts. Ha helyes, "
-"akkor kattintson \"A tpus megfelel\" gombra; ha viszont nem, akkor a "
-"\"Tpuskivlaszts kzzel\" gombra kattintson. Az utbbi esetben a kvetkez "
-"kpernyn lehet kivlasztani a nyomtattpust.\n"
-"\n"
-"Az n nyomtatja a PrinterDrake szerint:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "A tpus megfelel"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Tpuskivlaszts kzzel"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "A nyomtat tpusnak kivlasztsa"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Milyen tpus a nyomtat?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Ellenrizze, hogy a PrinterDrake helyesen\n"
-"hatrozta-e meg a nyomtat tpust. Ha a\n"
-"kurzor egy nem megfelel tpuson ll, vagy\n"
-"a \"Nyers nyomtat\" bejegyzsen, akkor\n"
-"keresse meg a megfelel tpust a listban."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Ha a nyomtatja nem szerepel a listban, akkor vlasszon egy azzal "
-"kompatibilis nyomtatt (informcik a nyomtat kziknyvben) vagy egy "
-"hasonlt."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI windowsos nyomtat belltsa"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"n egy OKI windowsos lzernyomtat belltst vgzi. Ezek a nyomtatk egy "
-"specilis kommunikcis protokollt hasznlnak, ami miatt csak akkor kpesek "
-"mkdni, ha az els prhuzamos portra vannak csatlakoztatva. Ha az n "
-"nyomtatja egy msik portra vagy egy nyomtatkiszolglhoz csatlakozik, "
-"akkor tegye azt t az els prhuzamos portra, mg mieltt tesztoldalt "
-"nyomtatna - msklnben a nyomtat nem fog mkdni. A kapcsolattpus-"
-"belltst a meghajtprogram figyelmen kvl hagyja."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark tintasugaras nyomtat belltsa"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"A Lexmark ltal biztostott tintasugarasnyomtat-meghajtprogramok csak "
-"helyi nyomtatkat tmogatnak, teht tvoli gpen vagy nyomtatkiszolgln "
-"levket nem. Csatlakoztassa a nyomtatt egy helyi portra, vagy lltsa azt "
-"be azon a gpen, amelyhez az csatlakoztatva van."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Ahhoz, hogy nyomtatni tudjon a Lexmark tintasugaras nyomtatval ezen a "
-"gpen, szksge lesz a Lexmark (http://www.lexmark.com/) ltal biztostott "
-"megfelel meghajtprogramokra. Ltogasson el az USA-beli honlapra s "
-"kattintson a \"Drivers\" (meghajtprogramok) gombra. Ezutn vlassza ki a "
-"megfelel nyomtattpust, majd opercis rendszerknt a \"Linux\"-t. A "
-"meghajtprogramok RPM csomagok illetve interaktv grafikus teleptst "
-"lehetv tev szkriptek formjban rhetk el. Nem szksges a grafikus "
-"felleten vgezni a belltst. Lpjen ki a licencegyezmny utn. Ezutn "
-"nyomtasson nyomtatfej-igaztsi oldalakat \"lexmarkmaintain\"-nel, s "
-"szksg esetn mdostsa a fej-igaztsi belltsokat ezzel a programmal."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"A nyomtat alaprtelmezsei\n"
-"\n"
-"Ellenrizze, hogy a paprmret s a tinta tpusa illetve a nyomtatsi md "
-"(ha van olyan) helyesen van-e belltva. Lzernyomtat esetn ellenrizze a "
-"hardverbelltsokat is (memria, duplex egysg, extra tlck). Ha a "
-"nyomtatsi minsget nagyon magasra lltja, akkor a nyomtatsi id "
-"jelentsen megnhet."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "A(z) %s rtknek egsz szmnak kell lennie!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "A(z) %s rtknek szmnak kell lennie!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "A(z) %s rtk nem esik a megfelel tartomnyba!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Be szeretn lltani a(z) \"%s\"\n"
-"nyomtatt alaprtelmezettnek?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Tesztoldalak"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Vlassza ki a kinyomtatni kvnt tesztoldalakat.\n"
-"Megjegyzs: a fnykpes tesztoldal kinyomtatsa sokig eltarthat, st egyes, "
-"kevs memrival elltott lzernyomtatkon el sem fog kszlni. ltalban "
-"elg a norml tesztoldalt kinyomtatni."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Nem kell tesztoldal"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Nyomtats"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Norml tesztoldal"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Ms tesztoldal (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Ms tesztoldal (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Fnykpes tesztoldal"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Ne nyomtasson tesztoldalt"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "A tesztoldal(ak) nyomtatsa folyik..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"A tesztoldal(aka)t elkldtem a nyomtatra.\n"
-"Eltarthat egy ideig, amg a nyomtats elindul.\n"
-"Nyomtatsi llapot:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"A tesztoldal(aka)t elkldtem a nyomtatra.\n"
-"Eltarthat egy ideig, amg a nyomtats elindul.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Sikerlt a nyomtats?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "\"Nyers\" nyomtat"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Egy fjl parancssorbl (terminlablakbl) val nyomtatshoz hasznlhatja a "
-"kvetkez parancsot: \"%s <fjl>\" vagy egy grafikus fellet "
-"nyomtateszkzt: \"xpp <fjl>\" illetve \"kprinter <fjl>\". A grafikus "
-"eszkzk lehetv teszik a nyomtat kijellst s a belltsok egyszer "
-"mdostst.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Ezeket a parancsokat hasznlhatja szmos alkalmazs nyomtatsi "
-"prbeszdablakban is (a nyomtatsi parancsot megad mezben), de ott ne "
-"adjon meg fjlnevet, mert a fjlt az alkalmazs fogja biztostani.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"A(z) \"%s\" parancs szintn lehetv teszi a belltsok mdostst egy "
-"bizonyos nyomtatsi feladatra vonatkozan. Egyszeren adja hozz a kvnt "
-"paramtereket a parancshoz, pldul: \"%s <fjl>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Ha szeretne egy listt az aktulis nyomtathoz hasznlhat opcikrl, akkor "
-"olvassa el a lentebbi listt, vagy kattintson a \"Nyomtatsi belltsok "
-"listja\" gombra.%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Itt lthatk az aktulis nyomtat nyomtatsi opcii:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Egy fjl parancssorbl (terminlablakbl) val nyomtatshoz hasznlja a "
-"kvetkez parancsot: \"%s <fjl>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Ezt a parancsot hasznlhatja szmos alkalmazs nyomtatsi prbeszdablakban "
-"is (a nyomtatsi parancsot megad mezben), de ott ne adjon meg fjlnevet, "
-"mert a fjlt az alkalmazs fogja biztostani.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Ha szeretne egy listt az aktulis nyomtathoz hasznlhat opcikrl, akkor "
-"kattintson a \"Nyomtatsi belltsok listja\" gombra."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Egy fjl parancssorbl (terminlablakbl) val nyomtatshoz hasznlja a "
-"kvetkez parancsot: \"%s <fjl>\" vagy ezt: \"%s <fjl>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Az opcik belltshoz s a nyomtatsi feladatok kezelshez hasznlhatja "
-"az \"xpdq\" grafikus felletet is.\n"
-"Ha munkaasztali krnyezetknt a KDE-t hasznlja, akkor rendelkezsre ll "
-"egy \"pnikgomb\" - egy \"Nyomtat lelltsa\" felirat ikon a "
-"munkaasztalon, amellyel azonnali jelleggel lellthat az sszes nyomtatsi "
-"feladat. Ez pldul paprberagads esetn hasznos.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"A(z) \"%s\" s a(z) \"%s\" parancs lehetv teszi egy adott nyomtatsi "
-"feladat belltsainak mdostst is. Adja hozz a kvnt belltsokat a "
-"parancshoz, pldul: \"%s <fjl>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Bezrs"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Nyomtats/lapolvass ezen: \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Nyomtats a(z) \"%s\" nyomtatra"
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Nyomtatsi belltsok listja"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Az n HP tbbfunkcis eszkzn automatikusan be lett lltva a lapolvass. "
-"Lapolvasst parancssorbl a \"scanimage\" programmal vgezhet (\"scanimage -"
-"d hp:%s\" a lapolvas megadshoz, ha tbb is van); grafikus felleten pedig "
-"az \"xscanimage\" vagy az \"xsane\" programmal. Ha a GIMP programot "
-"hasznlja, akkor a \"Fjl\"/\"Kls forrs\" men megfelel menpontjval is "
-"vgezhet lapolvasst. Tovbbi informcikat a \"man scanimage\" s a \"man "
-"sane-hp\" parancsoknak a parancssorban val kiadsval szerezhet.\n"
-"\n"
-"Ehhez az eszkzhz ne hasznlja a \"scannerdrake\" programot!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Az n HP tbbfunkcis eszkzn automatikusan be lett lltva a lapolvass. "
-"Lapolvasst parancssorbl a \"ptal-hp %s scan ...\" paranccsal vgezhet. "
-"Grafikus felleten s a GIMP programban egyelre nem lehet lapolvasst "
-"vgezni ezen az eszkzn. Tovbbi informcikat a \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" fjlban tallhat. Ha HP LaserJet 1100 vagy 1200 tpus "
-"nyomtatja van, akkor csak a lapolvassi lehetsg meglte esetn vgezhet "
-"lapolvasst azon az eszkzn.\n"
-"\n"
-"Ehhez az eszkzhz ne hasznlja a \"scannerdrake\" programot!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "A nyomtat adatainak beolvassa..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "A nyomtatbelltsok tvitele"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"A(z) %s sorkezel nyomtatbelltsai tmsolhatk a(z) %s sorkezel (amely "
-"az aktulis sorkezel) szmra. Az sszes bellts (nyomtatnv, lers, "
-"hely, kapcsoldsi tpus illetve alaprtelmezett belltsok) t lesz vve, "
-"de a nyomtatsi feladatok nem kerlnek t.\n"
-"A kvetkez okok miatt nem minden nyomtatsi sor vihet t:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"A CUPS nem tmogatja a Novell-alap s a ktetlen parancsformtum "
-"nyomtatkat.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"A PDQ csak a helyi nyomtatkat, a tvoli LPD-nyomtatkat s a socket/TCP-"
-"alap nyomtatkat tmogatja.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "Az LPD s az LPRng nem tmogatja az IPP-nyomtatkat.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Nem vihetk t azon nyomtatsi sorok, amelyek nem ezzel a programmal s nem "
-"a \"foomatic-configure\"-rel kszltek."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Tovbb a gyrt ltal adott PPD fjlokkal belltott nyomtatk s a "
-"kzvetlen CUPS-meghajtval elltott nyomtatk belltsai nem vihetk t."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Jellje ki az tviend nyomtatkat, majd kattintson az \n"
-"\"tvitel\" gombra."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Az tvitel kihagysa"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "tvitel"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"A(z) \"%s\" nev nyomtat mr ltezik itt: %s. \n"
-"Kattintson az \"tvitel\" gombra annak fellrshoz.\n"
-"Esetleg adjon meg egy msik nevet vagy hagyja ki a nyomtatt."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"A nyomtat nevben csak angol bet, szmjegy s az alhzs szerepelhet."
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"\"%s\" nev nyomtat mr ltezik,\n"
-"fell szeretn rni annak belltsait?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "j nyomtatnv"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "%s tvitele..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"A korbbi alaprtelmezett nyomtat (\"%s\") belltsai tvitelre kerltek. "
-"Az j %s nyomtatsi rendszerben is ez legyen az alaprtelmezett nyomtat?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "A nyomtat adatainak frisstse..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Tvoli nyomtat belltsa"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "A hlzat elindtsa..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Hlzat belltsa most"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Hlzati funkcik nincsenek belltva"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Egy tvoli nyomtat belltsa kvetkezik. Ehhez mkd hlzati hozzfrs "
-"szksges, viszont az n hlzata mg nincsen belltva. Ha tovbblp a "
-"hlzat belltsa nlkl, akkor nem lesz lehetsge a most belltand "
-"nyomtat hasznlatra. Mit szeretne tenni?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Folytats a hlzat belltsa nlkl"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"A telepts kzben vgezhet hlzatbellts nem indthat el. A gp "
-"jraindtsa utn vizsglja meg, hogy a hlzat elrhet-e, s javtsa ki a "
-"belltsokat a Mandrake Vezrlkzpont \"Hlzat s internet\"/\"Kapcsolat"
-"\" rszben, azutn lltsa be a nyomtatt a Mandrake Vezrlkzpont "
-"\"Hardver\"/\"Nyomtat\" rszben."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"A hlzati hozzfrs nem volt elindtva, s az elindtsa sem lehetsges. "
-"Ellenrizze a belltsokat s a hardvert, majd prblkozzon jra a tvoli "
-"nyomtat belltsval."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "A nyomtatsi rendszer jraindtsa..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "magas"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranois"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Nyomtatrendszer teleptse a kvetkez biztonsgi szinten: %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Most a(z) %s nyomtatsi rendszer teleptse kvetkezik egy \"%s\" biztonsgi "
-"szinten mkd gpre.\n"
-"\n"
-"Ez a nyomtatsi rendszer egy szolgltatst (httrfolyamatot) futtat, amely "
-"nyomtatsi feladatokra vr s kezeli azokat. Ez a szolgltats elrhet "
-"tvoli gpekrl is a hlzaton keresztl, ezrt tmadsi felletet nyjthat. "
-"Emiatt alaprtelmezsben csak nhny kivlasztott szolgltats kerl "
-"elindtsra ezen a biztonsgi szinten.\n"
-"\n"
-"Biztos abban, hogy be szeretne lltani nyomtatst ezen a gpen?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "A nyomtatsi rendszer elindtsa a rendszer indulsakor"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"A nyomtatsi rendszer (%s) nem kerl automatikus elindtsra a gp "
-"indulsakor.\n"
-"\n"
-"Elkpzelhet, hogy az automatikus indts ki lett kapcsolva egy magasabb "
-"biztonsgi szintre val vltssal, mivel a nyomtatsi rendszer tmadsi "
-"felletet nyjthat.\n"
-"\n"
-"Szeretn a nyomtatsi rendszer automatikus indtst ismt bekapcsolni?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "A teleptett szoftverek ellenrzse..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Az LPRng eltvoltsa..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Az LPD eltvoltsa..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Vlassza ki a nyomtatsi rendszert"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Melyik nyomtatsi rendszert (sorkezelt) szeretn hasznlni?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "A(z) \"%s\" nyomtat belltsa..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "A Foomatic teleptse..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Nyomtatbelltsok"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "A PrinterDrake elksztse..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Alkalmazsok belltsa..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Szeretn belltani a nyomtatkezelst?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Nyomtatsi rendszer: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"A kvetkez nyomtatk vannak belltva. Ha mdostani szeretn egy nyomtat "
-"belltsait, vagy alaprtelmezett kvn tenni egy nyomtatt, vagy le "
-"szeretn krdezni egy nyomtat adatait, vagy egy tvoli CUPS-kiszolgln "
-"lev nyomtatt elrhetv szeretne tenni a StarOffice/OpenOffice.org program "
-"szmra, akkor kattintson dupln a megfelel nyomtatra."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"A kvetkez nyomtatk vannak belltva. Egy nyomtat belltsainak "
-"mdostshoz, egy nyomtat alaprtelmezett ttelhez vagy az adatainak a "
-"lekrdezshez kattintson dupln a megfelel nyomtatra."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Nyomtatk listjnak frisstse (az sszes elrhet tvoli CUPS-nyomtat "
-"megjelentse rdekben)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Nyomtatsi rendszer mdostsa"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Norml md"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Szeretne belltani egy msik nyomtatt?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "A nyomtatbellts mdostsa"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Nyomtat: %s\n"
-"Mit szeretne megvltoztatni ennl a nyomtatnl?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Mehet!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "A nyomtat kapcsoldsi tpusa"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Nyomtatnv, lers, hely"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "A nyomtat gyrtja, tpusa, meghajtprogramja"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "A nyomtat gyrtja, tpusa"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Legyen ez a nyomtat az alaprtelmezett"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "A nyomtat felvtele a StarOffice-ba/OpenOffice.org-ba"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "A nyomtat eltvoltsa a StarOffice-bl/OpenOffice.org-bl"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Tesztoldalak nyomtatsa"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Hogyan kell hasznlni ezt a nyomtatt"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Nyomtat eltvoltsa"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "A rgi \"%s\" nyomtat eltvoltsa..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Az alaprtelmezett nyomtat"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "A(z) \"%s\" nyomtat lesz ezutn az alaprtelmezett nyomtat."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "A nyomtat felvtele a StarOffice-ba/OpenOffice.org-ba"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-"A(z) \"%s\" nyomtat sikeresen fel lett vve a StarOffice-ba/OpenOffice.org-"
-"ba."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-"A(z) \"%s\" nyomtatt nem sikerlt felvenni a StarOffice-ba/OpenOffice.org-"
-"ba."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "A nyomtat eltvoltsa a StarOffice-bl/OpenOffice.org-bl"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"A(z) \"%s\" nyomtat sikeresen el lett tvoltva a StarOffice-bl/OpenOffice."
-"org-bl."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-"A(z) \"%s\" nyomtatt nem sikerlt eltvoltani a StarOffice-bl/OpenOffice."
-"org-bl."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Biztosan el szeretn tvoltani a(z) \"%s\" nyomtatt?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "A(z) \"%s\" nyomtat eltvoltsa..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxy-belltsok"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"dvzljk a proxy-bellt segdprogramban!\n"
-"\n"
-"Itt lehet megadni a HTTP- s FTP-proxy adatait,\n"
-"a bejelentkezsi informcival egytt\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Adja meg a HTTP-proxy adatait.\n"
-"Hagyja resen, ha nem kvn HTTP-proxyt hasznlni."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Az URL-nek gy kell kezddnie: \"http:\""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "A portnak szmnak kell lennie"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Adja meg az FTP-proxy adatait.\n"
-"Hagyja resen, ha nem kvn FTP-proxyt hasznlni."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Az URL-nek gy kell kezddnie: \"ftp:\""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Adja meg a proxy hasznlathoz szksges nevet s jelszt.\n"
-"Hagyja resen, ha erre nincs szksg."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "felhasznlnv"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "jelsz"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "a jelsz mg egyszer"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "A jelszavak nem egyeznek meg, adja meg ket mg egyszer!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nem tudok partcit hozzadni a _formzott_ RAID md%d bejegyzshez"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nem tudom rni a(z) %s fjlt"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid sikertelen"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "Az mkraid vgrehajtsa nem sikerlt (taln hinyzik a raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nincs elg partci a RAID %d szinthez\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Az ALSA (Advanced Linux Sound Architecture) hangrendszer elindtsa"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, a parancsidzt."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"Az apmd monitorozza a telepek llapott s naplz a syslog-ba.\n"
-"Segtsgvel lellthat a gp, mieltt a telep lemerl."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Az \"at\" parancs ltal temezett utastsokat hajtja vgre a megadott\n"
-"idpontban, valamint ktegelt (batch-elt) parancsokat futtat, amikor\n"
-"a gp terhelse alacsony."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"A cron a szabvnyos parancstemez program a UNIX opercis rendszereken.\n"
-"Segtsgvel programokat lehet futtatni megadott idpontokban. A vixie cron\n"
-"az alap cron-nl fejlettebb; biztonsgosabb s tbb belltsi lehetsggel\n"
-"rendelkezik annl."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"A GPM egrtmogatst biztost a szveg-alap (konzolos) linuxos\n"
-"alkalmazsok (mint pldul a Midnight Commander) szmra. Lehetsget\n"
-"nyjt egrrel val msolsra illetve beillesztsre, valamint\n"
-"felbukkan menk hasznlatra (konzolon)."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"A HardDrake a gp hardvernek ellenrzsre szolgl. Lehetv teszi az j\n"
-"vagy megvltozott hardver megfelel belltst."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Az Apache egy WWW szerver. HTML fjlokat s CGI-t tesz elrhetv\n"
-"a hlzaton keresztl."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Az \"internet szuperszerver szolgltats\" (inetd) felels sok hlzati\n"
-"szolgltats indtsrt, mint pldul telnet, ftp, rsh s rlogin. Az inetd\n"
-"lelltsval minden ltala irnytott szolgltats lell."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"A csomagszrs bekapcsolsa a Linux kernel 2.2-es vltozathoz.\n"
-"Lehetv teszi tzfal belltst, hogy a hlzat felli tmadsok\n"
-"kivdhetk legyenek."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ez a csomag tlti be a billentyzetkiosztst, ami a\n"
-"/etc/sysconfig/keyboard -ban llthat be. A bellts megvltoztathat\n"
-"a kbdconfig programmal. Ezt bekapcsolva kell hagyni a legtbb rendszeren."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"A kernel fejlcnek automatikus jragenerlsa a /boot-ban a\n"
-"/usr/include/linux/{autoconf,version}.h alapjn"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-"A hardvereszkzk automatikus felismerse s belltsa a rendszer "
-"indulsakor."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"A Linuxconf elvgez bizonyos feladatokat a rendszer indtsakor,\n"
-"hogy a belltsok konzisztensek maradjanak."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"Az lpd nyomtatszolgltats szksges az lpr rendes mkdshez. Az lpd\n"
-"alapjban vve egy nyomtatszerver, elrendezi a nyomtatsokat a klnbz\n"
-"nyomtatk kztt."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, nagyteljestmny, nagy rendelkezsre lls\n"
-"kiszolgl kialaktshoz hasznlhat."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"A named (BIND) egy DNS, azaz tartomnynv-kiszolgl, ennek segtsgvel\n"
-"feleltetik meg a gpek az IP-cmeket s a gpneveket."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Fel- illetve lecsatolja (mount-olja illetve unmount-olja) a klnbz\n"
-"hlzati fjlrendszereket, mint pldul az NFS, az SMB\n"
-"(LAN Manager/Windows) s az NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktivlja vagy deaktivlja a rendszerindtsnl automatikusan indul\n"
-"hlzati csatolkat."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"Az NFS egy npszer, TCP/IP hlzaton hasznlatos fjlmegosztsi protokoll.\n"
-"Ez a szolgltats egy NFS-kiszolgl, konfigurlsa a /etc/exports\n"
-"fjlon t trtnik."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"Az NFS egy npszer, TCP/IP hlzaton hasznlatos fjlmegosztsi protokoll.\n"
-"Ez a szolgltats az NFS lock-olst oldja meg."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"A NumLock automatikus bekapcsolsa indtskor a konzolon s az\n"
-"XFree-ben."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Az OKI 4w s az azzal kompatibilis windowsos nyomtatk tmogatsa."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"A PCMCIA-tmogatsra ltalban azoknak a laptop-felhasznlknak van\n"
-"szksgk, akik PCMCIA modemet vagy hlzati krtyt hasznlnak a gpkben.\n"
-"A szolgltats nem indul el, ha nincs belltva, teht nyugodtan fel lehet\n"
-"telepteni olyan gpre is, ahol nincs r szksg."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"A portmapper kezeli az RPC kapcsolatokat, ezekre tbbek kztt a NIS-nek s\n"
-"az NFS-nek van szksge. A portmap szerverre csak a (NIS vagy NFS) szerver\n"
-"gpeken van szksg."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"A Postfix egy levltovbbt (MTA) program, amely a leveleket tovbbtja\n"
-"a klnbz gpek kztt."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Elmenti s visszalltja a rendszer entrpia-troljt, gy jobb\n"
-"vletlenszmokat lehet generlni."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Kzvetlen elrs (raw) eszkzk blokkeszkzkhz val rendelse (pldul\n"
-"merevlemezes partcikhoz), hogy az alkalmazsokbl (pl. Oracle)\n"
-"hozzfrhetk legyenek."
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"A routed szolgltats lehetv teszi, hogy a RIP protokoll segtsgvel\n"
-"automatikusan frissljn az IP protokoll ltal hasznlt tvlaszt tbla\n"
-"(IP routing table).\n"
-"A RIP elterjedt a kis hlzatokon; a nagyobb, bonyolultabb hlzatok ms\n"
-"tvlaszt protokollokat ignyelnek."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Az rstat protokoll segtsgvel a felhasznlk informcit kaphatnak a\n"
-"(loklis) hlzaton mkd gpekrl."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Az rusers protokoll segtsgvel a felhasznlk lekrdezhetik, hogy melyik\n"
-"gpre ki van bejelentkezve."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Az rwho protokoll segtsgvel tvoli felhasznlk kaphatnak egy listt\n"
-"az rwho szolgltatst futtat gp aktulis felhasznlirl (olyan, mint a\n"
-"finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "A gp hangrendszernek elindtsa"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"A syslog-on keresztl naplznak a szolgltatsok klnbz naplfjlokba.\n"
-"A syslog hasznlata mindig ajnlott."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Az USB-eszkzk meghajtinak betltse."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Elindtja az X bettpus-kiszolgljt (erre szksg van az XFree "
-"hasznlathoz)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Vlassza ki, mely szolgltatsok induljanak el rendszerindtskor"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Nyomtats"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Fjlmegoszts"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Rendszer"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Tvoli adminisztrci"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Adatbzis-kiszolgl"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Szolgltatsok: %d aktivlt, %d regisztrlt"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Szolgltatsok"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "fut"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "lelltva"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Szolgltatsok s dmonok"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Nem rhet el tovbbi informci\n"
-"errl a szolgltatsrl."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Indtskor"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Ksznjk, hogy a Mandrake Linux 8.2 rendszert vlasztotta"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "dvzljk a Nylt Forrskd vilgban"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"A MandrakeSoft cg sikere a Szabad Szoftver elven alapul. Az n j opercis "
-"rendszere a vilgmret Linux-kzssg egyttmkd munkjnak eredmnye."
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Csatlakozzon a Szabad Szoftver vilghoz"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Ismerje meg a Nylt Forrskd kzssget, s vljon tagjv. Tanuljon, "
-"oktasson s segtsen ms felhasznlkat a kzssgi (\"Community\") "
-"weblapjainkon tallhat frumokhoz csatlakozva."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet s zenetklds"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"A Mandrake Linux 8.2 hasznlatval az internet sszes szolgltatsa "
-"elrhet. Bngsszen a weben s nzzen animcikat a Mozillval vagy a "
-"Konquerorral; olvassa leveleit s kezelje szemlyes informciit az "
-"Evolutionnel vagy a KMaillel; ..."
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimdia s grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"A Mandrake Linux 8.2 segtsgvel kihasznlhatja a szmtgp multimdis "
-"lehetsgeit. Jtssza le zenit s videit, nzzen TV-t, szerkessze kpeit a "
-"legjabb programokkal."
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Fejleszts"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"A Mandrake Linux 8.2 egy nagyszer fejlesztrendszer. Hasznlja fel a GNU "
-"GCC fordt s a legjobb nylt forrskd fejlesztkrnyezetek erejt."
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake Vezrlkzpont"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"A Mandrake Linux 8.2 Vezrlkzponttal testreszabhat s bellthat az "
-"egsz rendszer"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Felhasznli felletek"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"A Mandrake Linux 8.2 rendszerben 11 klnbz grafikus krnyezet illetve "
-"ablakkezel kzl lehet vlasztani, mint pldul: GNOME 1.4, KDE 2.2.2, "
-"WindowMaker 0.8"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Kiszolglprogramok"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Alaktsa gpt kiszolglv nhny egrkattintssal: web, email, tzfal, "
-"tvlaszt, fjlkiszolgl, nyomtatkiszolgl, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jtkok"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"A Mandrake Linux 8.2 a nylt forrskd jtkok legjobbjt nyjtja - "
-"gyessgi jtkok, akci, krtyajtkok, sport, stratgia, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Szeretn megismerni a Linuxt egyszeren, gyorsan s ingyenesen? "
-"MandrakeCampus nev online oktatkzpontunkban ingyenes Linux-oktatst "
-"biztostunk, ahol lehetsge lesz a tudsnak letesztelsre is."
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Minsgi tmogats a Linux-kzssgtl s a MandrakeSofttl. Ha komolyabban "
-"ismeri a Linuxt, akkor szakrtknt megoszthatja ismereteit msokkal a "
-"tmogatsi weblapunkon."
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Tancsadink rendelkezsre llnak az n sszes IT-projektjhez - "
-"testreszabott megoldsokat knlva az n ignyeinek elemzst kveten. A "
-"MandrakeSoft komoly tapasztalataival valdi alternatvt nyjt az n cge "
-"szmra."
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Linuxos megoldsok teljes sklja, specilis termkajnlatok, valamint egyb "
-"rucikkek elektronikus zletnkben"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"A MandrakeSoft professzionlis szolgltatsaival illetve kereskedelmi "
-"ajnlataival kapcsolatos tovbbi informcikrt ltogassa meg a kvetkez "
-"weblapot:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Csomagok teleptse..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Nem tudom beolvasni a partcis tblt, tl rossz llapotban van.\n"
-"Megprblom trlni a rossz partcikat"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Hiba!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Nem tallhat a(z) \"%s\" kpfjl."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Az automatikus telepts belltsai"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Egy automatikus teleptfloppy belltsa kvetkezik. Ez veszlyes lehet, "
-"ezrt krltekintssel hasznland.\n"
-"\n"
-"Ennek segtsgvel jrajtszhat az n ltal ezen gpen vgrehajtott "
-"telepts - kzben bizonyos lpseknl krdseket tesz majd fel a program "
-"egyes rtkek mdostsa rdekben.\n"
-"\n"
-"A maximlis biztonsg kedvrt a partcionlsi s formzsi mveletek soha "
-"nem lesznek automatikusan vgrehajtva, brmit is vlasztott n ezen gp "
-"teleptse sorn.\n"
-"\n"
-"Kvnja folytatni?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Az automatikus lpsek belltsai"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Adja meg mindegyik lpsnl, hogy jrajtszssal vagy kzi vezrlssel "
-"trtnjen"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"dvzljk.\n"
-"\n"
-"Az automatikus telepts paramterei a bal oldalon rhetk el"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratullunk!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"A floppy ltrehozsa sikeresen befejezdtt.\n"
-"A telepts jralejtszsa elvgezhet."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Automatikus telepts"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Elem hozzadsa"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Az utols elem eltvoltsa"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup jelents \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup szolgltats - jelents\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup jelents - rszletek\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "elrehalads"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Rendszerfjlok mentse..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Fjlok merevlemezes mentse..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Felhasznli fjlok mentse..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Merevlemezes ments folyamatban..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Egyb fjlok mentse..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"fjlok kldse FTP-n: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP-kapcsolati problma: A mentsfjlok FTP-n keresztl trtn kldse "
-"sikertelen.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Hiba levlklds kzben. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Fjlkijells"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-"Vlassza ki a fjlokat illetve knyvtrakat, majd kattintson a \"Hozzads\" "
-"gombra"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Jellje be azokat az opcikat, amelyekre szksge van.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Ezekkel a funkcikkal a /etc knyvtr sszes fjlja elmenthet illetve "
-"visszatlthet.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Rendszerfjlok mentse ( /etc knyvtr )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Inkrementlis ments (a korbbi mentsek nem lesznek fellrva)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "A kritikus fjlok kihagysa (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Ezzel az opcival a /etc knyvtr brmely llapota\n"
-"visszatlthet lesz."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Jellje ki az sszes felhasznlt, amelynek adatait menteni szeretn."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "A bngsz-gyorstr kihagysa"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Inkrementlis mentsek (a korbbi mentsek nem lesznek fellrva)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Kijelltek eltvoltsa"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Felhasznlk"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Ments FTP-kapcsolaton keresztl"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Adja meg a gpnevet vagy az IP-cmet."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Adja meg a knyvtrt, amelybe a\n"
-" mentsfjlok kerljenek az adott gpen."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Adja meg a felhasznli nevt"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Adja meg a jelszavt"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Emlkezzen a jelszra"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP-kapcsolat"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Biztonsgos kapcsolat"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Ments CD-re/DVD-re"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Adja meg, mennyi hely van a CD-n"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Ha CD-RW lemezt hasznl, jellje be az opcit"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Ha eltte le kvnja trlni a CD-RW lemezt, jellje be az opcit"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Ha telepts indtlemezt (CD) szeretne,\n"
-" jellje be az opcit."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Adja meg a CD-r eszkzazonostjt,\n"
-" pldul: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Ments szalagra"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Adja meg a mentshez hasznland eszkznevet"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Adja meg a DrakBackup program szmra\n"
-" engedlyezett maximlis mretet"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Adja meg a knyvtrt, ahova menteni kell:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Kvta hasznlata a mentsfjlokhoz."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Hlzat"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CD / DVD"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Merevlemez / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "rnknt"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "naponta"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "hetente"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "havonta"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Szolgltats hasznlata"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Adja meg a mentsek kzti \n"
-"idintervallumot"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Adja meg a mentsi\n"
-"mdit."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Merevlemez hasznlata szolgltatssal"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "FTP hasznlata szolgltatssal"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-"Gyzdjn meg arrl, hogy a cron szolgltats a szolgltatsok kzt van."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Levl kldse minden ments utn ide:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Mit"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Hova"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Mikor"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Tovbbi opcik"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "A DrakBackup belltsa"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Vlassza ki, hogy hova szeretne menteni"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "merevlemezre"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "hlzaton keresztl"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Vlassza ki, hogy mit szeretne menteni"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "A rendszer mentse"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "A felhasznlk adatainak mentse"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Felhasznl kzi kivlasztsa"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Mentsi forrsok: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Rendszerfjlok:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Felhasznli fjlok:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Egyb fjlok:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Ments merevlemezre a kvetkez helyre: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Ments FTP-n keresztl a kvetkez gpre: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t felhasznlnv: %s\n"
-"\t\t tvonal: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Belltsok:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tA rendszerfjlok kihagysa\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\ttar s bzip2 hasznlata a mentsekhez\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\ttar s gzip hasznlata a mentsekhez\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Szolgltatsok (%s):\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Merevlemez\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CD\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Hlzat FTP-n keresztl\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Hlzat SSH-n keresztl\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Nincs bellts. Hasznlja a varzslt vagy a Specilis opcit.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"A visszatltend adatok listja:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"A srlt adatok listja:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "A kvetkez alkalommal szntesse meg a kijellst vagy trlje."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "A mentsfjlok srltek"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Az sszes kijellt adat "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " vissza lett tltve ide: %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Bellts visszatltse "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Az egyb fjlok is visszatlthetk."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "A visszatltend felhasznlk (csak a legutbbi dtumok lnyegesek)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Az ez eltti rendszerfjlok mentse:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "adja meg a visszatltsi dtumot"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Ments merevlemezre"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Visszatlts merevlemezrl"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Adja meg a knyvtrt, ahol a mentsek vannak"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Vlasszon ms mdit a visszatltshez"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Egyb mdia"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Rendszer visszatltse"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Felhasznlk visszatltse"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Egyb adatok visszatltse"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "vlassza ki a visszatltend tvonalat (a / helyett)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "j ments ksztse visszatlts eltt (csak inkrementlis mentshez)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Felhasznli knyvtrak trlse visszatlts eltt"
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Az sszes ments visszatltse"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Egyni visszatlts"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Segtsg"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Elz"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Ments"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Mentsfjlok elksztse"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Visszatlts"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Kvetkez"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Ksztsen mentst, mieltt visszatltst vgezne\n"
-" (vagy pedig ellenrizze, jl adta-e meg az tvonalat)."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Hiba a sendmail hvsa kzben.\n"
-" A jelents nem lett elkldve.\n"
-" Ellenrizze a sendmail belltst."
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Teleptend csomagok listja"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Hiba a fjl FTP-vel val tvitele kzben.\n"
-" Ellenrizze az FTP-vel kapcsolatos belltsokat."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Vlassza ki a visszatltend adatokat..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Vlasszon mentsi mdit..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Vlassza ki a mentend adatokat..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Belltsi fjl nem tallhat. \n"
-"Hasznlja a varzslt vagy a Specilis opcit."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Fejleszts alatt..."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Rendszerfjlok mentse"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Felhasznli fjlok mentse"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Egyb fjlok mentse"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Elrehalads"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "fjlok kldse FTP-n"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Fjlok kldse..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "A CD-re rand adatok listja"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Adja meg a CD-r sebessgt"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Adja meg a CD-r eszkzazonostjt (pldul: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Ha telepts indtlemezt (CD) szeretne, jellje be az opcit."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Ments most a belltsok alapjn"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Mentsi belltsok megtekintse."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Bellts a varzslval"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Specilis belltsok"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Ments most"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "DrakBackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"opcik lersa:\n"
-"\n"
-" Ebben a lpsben a kvetkezket lehet mdostani:\n"
-"\n"
-" - Tmrtsi md:\n"
-" \n"
-" Ha bzip2 tmrtst vlaszt, az adatok jobban lesznek\n"
-" tmrtve, mint a gzip esetn (krlbell 2-10 %-kal).\n"
-" Alaprtelmezsben nincs bejellve ez az opci, mivel ez a\n"
-" tmrtsi md tbb idt ignyel (krlbell 1000 %-kal tbbet).\n"
-" \n"
-" - Frisstsi md:\n"
-"\n"
-" Ez az opci frissti a mentst, de nem igazn hasznos,\n"
-" mivel frissts eltt ki kell tmrteni a mentst.\n"
-" \n"
-" - .backupignore md:\n"
-"\n"
-" Ahogyan a CVS esetn, a DrakBackup kihagy minden olyan\n"
-" fjlt, ami a megfelel knyvtrban lev .backupignore\n"
-" fjlban hivatkozva van. Plda a .backupignore fjl\n"
-" lehetsges tartalmra: \n"
-" *.o\n"
-" *~\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Bizonyos, a sendmail futsa kzben fellp hibknak a\n"
-" postfix helytelen belltsa az oka. A kijavts rdekben\n"
-" lltsa be a \"myhostname\"-et vagy a \"mydomain\"-t a\n"
-" /etc/postfix/main.cf fjlban.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"opcik lersa:\n"
-"\n"
-" - Rendszerfjlok mentse:\n"
-" \n"
-"\tLehetv teszi a /etc knyvtr mentst. Ez a knyvtr\n"
-"\ta belltsi fjlokat tartalmazza. Visszatlts kzben\n"
-"\tlegyen vatos, nehogy fellrja a kvetkez fjlokat:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Felhasznli fjlok mentse: \n"
-"\n"
-"\tLehetv teszi annak kivlasztst, hogy mely \n"
-"\tfelhasznlk adatait kvnja menteni.\n"
-"\tHogy ne legyen feleslegesen hasznlva a lemezhely, \n"
-"\tjavasolt a bngsz gyorstrnak fjljait kihagyni.\n"
-"\n"
-" - Egyb fjlok mentse: \n"
-"\n"
-"\tLehetv teszi tovbbi mentend adatok kijellst.\n"
-"\tEz a mdszer egyelre nem hasznlhat az inkrementlis \n"
-"\tmentssel egytt.\t\t\n"
-" \n"
-" - Inkrementlis mentsek:\n"
-"\n"
-"\tAz inkrementlis ments taln a legrugalmasabb \n"
-"\tmentsi mdszer. Ezen mdszer hasznlata esetn \n"
-"\taz els ments (amely mg teljes ments) utn \n"
-"\tmr csak a vltozsok kerlnek mentsre.\n"
-"\tVisszatltsnl lehetsg van arra, hogy egy\n"
-"\tadott dtumra vonatkozan legyenek visszatltve\n"
-"\taz adatok.\n"
-"\tHa ez az opci nincs bejellve, akkor az sszes korbbi\n"
-"\tments le lesz trlve minden mentsi folyamat eltt. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"a visszatlts lersa:\n"
-" \n"
-"Csak a legutbbi dtum lesz felhasznlva, mivel inkrementlis \n"
-"ments esetn az sszes korbbi mentst vissza kell tlteni.\n"
-"\n"
-"Ha teht nem akarja visszatlteni egy felhasznl adatait, akkor\n"
-"trlje az ahhoz tartoz sszes opcit.\n"
-"\n"
-"Msklnben csak egyet vlaszthat ki kzlk.\n"
-"\n"
-" - Inkrementlis mentsek:\n"
-"\n"
-"\tAz inkrementlis ments taln a legrugalmasabb \n"
-"\tmentsi mdszer. Ezen mdszer hasznlata esetn \n"
-"\taz els ments (amely mg teljes ments) utn \n"
-"\tmr csak a vltozsok kerlnek mentsre.\n"
-"\tVisszatltsnl lehetsg van arra, hogy egy\n"
-"\tadott dtumra vonatkozan legyenek visszatltve\n"
-"\taz adatok.\n"
-"\tHa ez az opci nincs bejellve, akkor az sszes korbbi\n"
-"\tments le lesz trlve minden mentsi folyamat eltt. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft - DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Ez a program szabad szoftver; terjeszthet s/vagy mdosthat\n"
-" a Free Software Foundation ltal publiklt GNU General Public\n"
-" License 2. vagy annl jabb verzija alapjn.\n"
-"\n"
-" A program annak remnyben kerl terjesztsre, hogy hasznosnak\n"
-" bizonyul, de GARANCIA NLKL; mg a PIACKPESSG illetve\n"
-" egy BIZONYOS CLRA VAL ALKALMASSG sincs garantlva. Tovbbi\n"
-" rszletek a GNU General Public License-ben.\n"
-"\n"
-" A programmal egytt nnek kapnia kellett egy pldnyt a GNU General\n"
-" Public License-bl; ha nem gy trtnt, rjon a kvetkez cmre:\n"
-" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
-" MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Lers:\n"
-"\n"
-" A DrakBackup program a rendszer mentsre hasznlhat.\n"
-" Bellthat, mi legyen mentve:\n"
-"\t- rendszerfjlok\n"
-"\t- felhasznli fjlok\n"
-"\t- egyb fjlok\n"
-"\tvagy a teljes rendszer s az egyb adatok (pldul Windows partcik)\n"
-"\n"
-" A DrakBackup a kvetkez helyekre kpes menteni:\n"
-"\t- merevlemez\n"
-"\t- NFS\n"
-"\t- CD (CD-RW), DVD (automatikus rendszerindtssal,\n"
-"\t helyrelltssal s automatikus teleptssel)\n"
-"\t- FTP\n"
-"\t- rsync\n"
-"\t- Webdav\n"
-"\t- szalag\n"
-"\n"
-" A DrakBackup lehetv teszi a rendszernek egy kivlasztott\n"
-" knyvtrba val visszatltst.\n"
-"\n"
-" Alaprtelmezs szerint az sszes ments a /var/lib/drakbackup\n"
-" knyvtrba kerl.\n"
-"\n"
-" A belltsokat tartalmaz fjl:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Ments visszatltse:\n"
-"\n"
-" Visszatlts kzben a DrakBackup eltvoltja az\n"
-" eredeti knyvtrt, s ellenrzi, hogy nincsenek-e\n"
-" megsrlve a mentseket trol fjlok. Visszatlts\n"
-" eltt javasolt mg egy mentst kszteni.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"Az opcik lersa:\n"
-"\n"
-"Legyen vatos, amikor FTP-s mentst hasznl - csak a mr elkszlt \n"
-"mentsfjlokat kldi a program a kiszolglra.\n"
-"Ez azt jelenti, hogy jelenleg el kell kszteni a mentst a \n"
-"merevlemezre, mieltt a kiszolglra lenne kldve.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Ments visszatltsvel kapcsolatos problmk:\n"
-"\n"
-"Visszatlts kzben a DrakBackup ellenrzi az sszes mentsfjlt,\n"
-"mieltt visszatltene azokbl.\n"
-"Visszatlts eltt a program eltvoltja az eredeti knyvtrt,\n"
-"gy elvesznek az ott lev adatok.\n"
-"A mentsfjlokat kzzel ne mdostsa.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Lers:\n"
-"\n"
-" A DrakBackup program a rendszer mentsre hasznlhat.\n"
-" Bellthat, mi legyen mentve:\n"
-"\t- rendszerfjlok\n"
-"\t- felhasznli fjlok\n"
-"\t- egyb fjlok\n"
-"\tvagy a teljes rendszer s az egyb adatok (pldul Windows partcik)\n"
-"\n"
-" A DrakBackup a kvetkez helyekre kpes menteni:\n"
-"\t- merevlemez\n"
-"\t- NFS\n"
-"\t- CD (CD-RW), DVD (automatikus rendszerindtssal,\n"
-"\t helyrelltssal s automatikus teleptssel)\n"
-"\t- FTP\n"
-"\t- rsync\n"
-"\t- Webdav\n"
-"\t- szalag\n"
-"\n"
-" A DrakBackup lehetv teszi a rendszernek egy kivlasztott\n"
-" knyvtrba val visszatltst.\n"
-"\n"
-" Alaprtelmezs szerint az sszes ments a /var/lib/drakbackup\n"
-" knyvtrba kerl.\n"
-"\n"
-" A belltsokat tartalmaz fjl:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Ments visszatltse:\n"
-"\n"
-" Visszatlts kzben a DrakBackup eltvoltja az\n"
-" eredeti knyvtrt, s ellenrzi, hogy nincsenek-e\n"
-" megsrlve a mentseket trol fjlok. Visszatlts\n"
-" eltt javasolt mg egy mentst kszteni.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "A(z) %s teleptse nem sikerlt a kvetkez hiba miatt:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Teleptett bettpusok keresse"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Teleptett bettpusok kijellsnek trlse"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "az sszes bettpus vizsglata"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "bettpus nem tallhat"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "ksz"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "a csatlakoztatott partcikon bettpus nem tallhat"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "J bettpusok ismtelt kivlasztsa"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "bettpus nem tallhat\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Bettpusok keresse a teleptettek kzt"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Bettpus-msols"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "TrueType bettpusok teleptse"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "krem, vrjon: ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "TrueType-telepts ksz"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Bettpus-konvertls"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "type1inst ksztse"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript-hivatkozs"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf bettpusok konvertlsa"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm bettpusok konvertlsa"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "tmeneti fjlok elhagysa"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "XFS jraindtsa"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Bettpus-fjlok elhagysa"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "XFS jraindtsa"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Mieltt brmilyen bettpus teleptsbe kezdene, bizonyosodjon meg arrl, "
-"hogy van joga azok teleptshez illetve hasznlathoz.\n"
-"\n"
-"-A bettpusokat a szokott mdon teleptheti. Bizonyos hibs bettpusok "
-"lefagyaszthatjk az X kiszolglt."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Bettpusok importlsa"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Windowsos bettpusok"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Bettpusok eltvoltsa"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Specilis opcik"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Bettpus-lista"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Vlassza ki, mely alkalmazsok fogjk hasznlni a bettpusokat:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "AbiWord"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "ltalnos nyomtatk"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-"Vlassza ki a bettpus-fjlt vagy -knyvtrt, majd kattintson a \"Hozzads"
-"\" gombra"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Teleptsi lista"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "kattintson ide, ha biztos benne"
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "ide, ha nem"
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Kijellsek megszntetse"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Mindent kijell"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Lista eltvoltsa"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Tesztels"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Bettpusok msolsa a rendszerbe"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Bettpusok teleptse s konvertlsa"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Telepts utn"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "A rendszerben tallhat bettpusok eltvoltsa"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Eltvolts utn"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Internetkapcsolat megosztsa"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Az internetkapcsolat megosztsa engedlyezve van"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Az internetkapcsolat megosztsa mr megtrtnt.\n"
-"A megosztott kapcsolat hasznlhat.\n"
-"\n"
-"Mit szeretne tenni?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "Letilts"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "Mgsem"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "Bellts jbl"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "A kiszolglk letiltsa..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Az internetkapcsolat-megoszts letiltsa megtrtnt."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Az internetkapcsolat megosztsa nincs engedlyezve"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Az internetkapcsolat megosztsa korbban mr megtrtnt.\n"
-"A megosztott kapcsolat hasznlata nincs engedlyezve.\n"
-"\n"
-"Mit szeretne tenni?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "Engedlyezs"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "A kiszolglk engedlyezse..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Az internetkapcsolat megosztsa most mr engedlyezett."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Az internetkapcsolat megosztsnak belltsa kvetkezik.\n"
-"Ennek segtsgvel a helyi hlzat ms gpei is elrhetik az internetet\n"
-"ezen a kapcsolaton keresztl.\n"
-"\n"
-"Megjegyzs: a helyi hlzat (LAN) hasznlathoz legalbb egy hlzati\n"
-"csatolkrtya szksges."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "%s csatol (a(z) %s modul felhasznlsval)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "%s csatol"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nem tallhat hlzati csatolkrtya a szmtgpben."
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nem tallhat Ethernet hlzati adapter a rendszerben. Futtassa a "
-"hardverkonfigurcis eszkzt."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Hlzati csatolfellet"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Egyetlen belltott hlzati csatolkrtya tallhat a gpben:\n"
-"\n"
-"%s\n"
-"\n"
-"A helyi hlzat paramtereit ehhez a csatolhoz fogom belltani."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Vlassza ki, hogy milyen krtyval csatlakozik a helyi hlzathoz."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Hlzati csatol mr be lett lltva"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Figyelmeztets: a hlzati krtya (%s) mr be van lltva.\n"
-"\n"
-"Szeretne automatikus jrakonfigurlst?\n"
-"\n"
-"Elvgezheti n is kzzel, de csak ha biztos abban, hogy mit tesz."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatikus jrakonfigurls"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Jelenlegi csatolbellts megjelentse"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"\"%s\" jelenlegi belltsa:\n"
-"\n"
-"Hlzat: %s\n"
-"IP-cm: %s\n"
-"IP-tulajdonsgok: %s\n"
-"Meghajt: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Megtarthat a jelenlegi bellts, ekkor felttelezve lesz, hogy mr "
-"megtrtnt egy DHCP kiszolgl belltsa. Ebben az esetben ellenrizze, "
-"hogy helyesen lett-e meghatrozva a helyi hlzathoz hasznlt C osztly "
-"tartomny. Nem trtnik jrakonfigurls, s a DHCP kiszolgl belltsai "
-"sem kerlnek mdostsra.\n"
-"\n"
-"jra is konfigurlhat a csatol illetve bellthat egy DHCP kiszolgl.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C osztly helyi hlzat"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "DHCP kiszolgl IP-cme"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Csatol s DHCP kiszolgl jrakonfigurlsa"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "A helyi hlzati cm nem \".0\"-ra vgzdik, kilpek."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Hlzati cmhibt szleltem az aktulis konfigurciban: %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "A tzfal belltsait sikerlt felismerni."
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Figyelem! Egy mr ltez tzfalbelltst talltam. Nhny aprbb "
-"mdostsra szksg lehet a telepts elvgzse utn."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Bellts..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Belltszkriptek, szoftvertelepts, szerverek indtsa..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "A(z) %s csomag teleptsnl hiba trtnt"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"A bellts sikeresen befejezdtt.\n"
-"Az internetkapcsolat most mr brmelyik, a helyi hlzaton tallhat gppel "
-"megoszthat az automatikus hlzati cmkioszts (DHCP) segtsgvel."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "A megoszts mr megtrtnt, de a kapcsolat hasznlata le van tiltva."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "A megoszts mr megtrtnt, a kapcsolat hasznlhat."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Az internetkapcsolat megosztsa mg nem trtnt meg."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Az internetkapcsolat megosztsnak belltsa"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"dvzljk az internetkapcsolat-megoszts belltprogramjban!\n"
-"\n"
-"%s\n"
-"\n"
-"Kattintson a Bellts gombra a belltsvarzsl elindtshoz."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Hlzatbellts (%d csatol)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Profil trlse..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "A trlni kvnt profil:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "j profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"A ltrehozand profil neve (az j profil az aktulis pontos msolata lesz):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Gpnv: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internet-hozzfrs"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tpus:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "tjr (gateway):"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Csatol:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "llapot:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Kis trelmet"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Az internet-hozzfrs belltsa..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "A helyi hlzat belltsa"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Meghajt"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Csatol"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "llapot"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "A helyi hlzat belltsa..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "A varzsl indtshoz kattintson ide ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Varzsl..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Alkalmazs"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Egy kis trelmet krek, vgrehajtom a krt mdostsokat"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Csatlakozva"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nincs csatlakozva"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Csatlakozs..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "A kapcsolat bontsa..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Figyelmeztets: egy msik internetkapcsolat is ltezik, esetleg a hlzatot "
-"hasznlva"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Egyetlen csatol sincs belltva.\n"
-"A bellts elvgzshez kattintson a \"Bellts\" gombra."
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "A helyi hlzat belltsa"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "%s csatol: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Rendszerindtsi protokoll"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Automatikus indts"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP-kliens"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktivls most"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktivls most"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Ez a csatol mg nem lett belltva.\n"
-"A belltvarzslt a fablakban indthatja el."
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nincs belltva egyetlen internetkapcsolat sem.\n"
-"Kapcsolat ltrehozshoz kattintson a \"Bellts\" gombra."
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Internetkapcsolat belltsa"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Internetkapcsolat belltsa"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "A csatlakozs tpusa: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Paramterek"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "tjr (gateway)"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet-krtya"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-kliens"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Biztonsgi szint belltsa"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Vezrlkzpont"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Vlassza ki a hasznlni kvnt eszkzt"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kbel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (sugrzs)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (kbel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (kbel-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Kna (sugrzs)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japn (sugrzs)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japn (kbel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Kelet-Eurpa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "rorszg"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Nyugat-Eurpa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Ausztrlia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "j-Zland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Dl-Afrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentna"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Adja meg\n"
-"a TV-normt s az orszgot"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV-norma:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Terlet:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "TV-csatornk keresse..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "TV-csatornk keresse"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr "TV-krtya nem tallhat."
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-"TV-krtya nem tallhat a gpben. Ellenrizze, hogy valban van-e a gpben "
-"Linux ltal tmogatott TV-krtya, s hogy megfelelen van-e beszerelve a "
-"gpbe.\n"
-"\n"
-"\n"
-"A Mandrake-fle hardver-adatbzis a kvetkez helyen tallhat:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "hasznlat: keyboarddrake [--expert] [billentyzet]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Vlasszon billentyzetkiosztst."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Parancsrtelmezben a BackSpace billenty \"Delete\"-et jelentsen?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Cserlje ki a CD lemezt"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Helyezze be a teleptsi CD-t a meghajtba s nyomja meg az OK gombot.\n"
-"Ha nincs ilyen lemeze, akkor nyomja meg a \"Mgsem\" gombot a frissts\n"
-"kihagyshoz."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Nem sikerlt elindtani a frisstst!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "A mdosts megtrtnt, de az rvnybe lpshez ki kell jelentkezni"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Csak a kijellt napot jelentse meg"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fjl/_j"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fjl/_Megnyits"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fjl/M_ents"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fjl/Ments ms_knt"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fjl/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Belltsok"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Belltsok/Prba"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Segtsg"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Segtsg/_Nvjegy..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Felhasznl"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "zenetek"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Rendszernapl"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Mandrake eszkzk - magyarzat"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "keress"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Naplfigyel"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Belltsok"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "ezzel egyez"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "de ezzel nem egyez"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Vlasszon egy fjlt"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Naptr"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "A fjl tartalma"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Email/SMS-figyelmeztets"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "a fjl elemzse folyamatban: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Email/SMS-figyelmeztets belltsai"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"dvzljk az email/SMS belltprogramban.\n"
-"\n"
-"A programmal bellthat a figyelmeztetsek kldse.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "szolgltatsbellts"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"A rendszer figyelmeztetst kld, ha a kijellt szolgltatsok valamelyike "
-"nem fut"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "terhelsbellts"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "A rendszer figyelmeztetst kld, ha a terhels ezen rtknl magasabb"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "figyelmeztets belltsa"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "A figyelmeztets mdjnak belltsa"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Ments msknt..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Adja meg az egr tpust."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nem talltam serial_usb-t\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulljam a harmadik gombot?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "\"%s\" tallhat itt: \"%s\", kvnja belltani ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Vlasszon egy lapolvast"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Ez a lapolvas nincs tmogatva: %s"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-"A ScannerDrake nem tallta meg az n \"%s\" lapolvasjt.\n"
-"Vlassza ki, melyik eszkzhz csatlakozik a lapolvas."
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr "vlassza ki az eszkzt"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"A(z) \"%s\" lapolvast a PrinterDrake programmal lehet belltani.\n"
-"A PrinterDrake-et a Mandrake Vezrlkzpont \"Hardver\" rszben indthatja "
-"el."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-"Az n \"%s\" lapolvasja belltsra kerlt.\n"
-"Dokumentumok beolvassra hasznlhatja pldul az \"XSane\" programot, amely "
-"az alkalmazsmen \"Multimdia/Grafika\" rszben tallhat."
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "A tzfal belltsai"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "A tzfal belltsai"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Tzfal-belltsok\n"
-"\n"
-"Mr elvgezte a tzfal belltst. Kattintson a Bellts\n"
-"gombra a tzfal mdostshoz vagy megszntetshez."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Tzfal-belltsok\n"
-"\n"
-"Kattintson a Bellts gombra a tzfal belltshoz"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Vlasszon nyelvet"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Vlasszon teleptsi mdot"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Merevlemez keresse"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Egr belltsa"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Billentyzet kivlasztsa"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Biztonsg"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Fjlrendszerek belltsa"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Partcik formzsa"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Csomagok kivlasztsa"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Rendszer teleptse"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Felhasznl hozzadsa"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Hlzat belltsa"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Szolgltatsok belltsa"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Rendszerindt teleptse"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Indtlemez ksztse"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Az X belltsa"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Rendszerfrisstsek teleptse"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Kilps a teleptbl"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Szemlyes tzfal belltsa\n"
-"\n"
-"Ezzel egy szemlyes felhasznlsra sznt mini tzfalat lehet belltani.\n"
-"Ha egy sokfelhasznls, vllalati szint megoldst szeretne, szerezze\n"
-"be a specilis MandrakeSecurity Firewall disztribcit."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"A kvetkez krdsekre adott vlaszok hatrozzk meg, hogy az internetrl\n"
-"mely szolgltatsokhoz lehet majd csatlakozni. Gondolja t a vlaszokat,\n"
-"mert a hlzati biztonsg elsrenden fontos.\n"
-"\n"
-"Ha nem hasznlja a felsorolt szolgltatsok valamelyikt, ne engedlyezze\n"
-"a hozzfrst. A belltsokat ksbb ebbl a programbl brmikor meg\n"
-"lehet vltoztatni."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Hasznl olyan internetkiszolglt (webszervert) ezen a gpen, amelyet\n"
-"elrhetv kell tenni az internetrl? Ha csak a helyi gprl kell\n"
-"hozzfrni a kiszolglhoz, akkor vlaszoljon nemmel.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Hasznl valamilyen nvkiszolglt (DNS-szervert) ezen a gpen? Csak\n"
-"akkor vlaszoljon igennel, ha a cm- s znainformci lekrdezst az\n"
-"egsz internetrl lehetv szeretn tenni.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Szeretn engedlyezni a bejv SSH (Secure Shell) kapcsolatokat? Ez\n"
-"egy telnet-szer tvoli bejelentkezsi lehetsg. Ha mg a telnetet\n"
-"hasznlja, akkor mindenkppen vltson t az SSH hasznlatra.\n"
-"A telnet-forgalom nincs titkostva, ezrt az abban tvitt jelszavak\n"
-"nincsenek vdve illetktelen elolvass ellen. Az SSH egy biztonsgosabb\n"
-"megolds, ugyanis titkostst hasznl."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Szeretn engedlyezni a bejv telnet-kapcsolatokat?\n"
-"A telnet-adatforgalom nem titkostott; biztonsgi kockzatot jelent.\n"
-"Ersen javasoljuk, hogy itt a \"Nem\"-et vlassza, s SSH-t hasznljon\n"
-"telnet helyett.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Hasznl ezen a gpen olyan FTP-kiszolglt, amelyet elrhetv kell tenni\n"
-"az internetrl? Ha igen, akkor ersen javasoljuk, hogy csak anonymous\n"
-"adattvitelt engedlyezzen. Az FTP-vel tovbbtott jelszavak nem\n"
-"biztonsgosak, mert az FTP nem hasznl semmilyen titkostst\n"
-"adattvitelnl.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Hasznl ezen a gpen e-mail-kiszolglt (mail-szervert)? Ha az\n"
-"elektronikus zeneteit ezen a gpen keresztl tovbbtja,\n"
-"akkor felteheten igen. Msklnben ne engedlyezze.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Hasznl ezen a gpen POP- vagy IMAP-kiszolglt? Ezeken\n"
-"keresztl lehet a berkez levelekhez hagyomnyos\n"
-"(nem Web-alap) levelezprogrammal hozzfrni.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"gy tnik, hogy a Linux kernel 2.2-es vltozatt hasznlja. Ha az\n"
-"IP-cmek kiosztshoz helyi dinamikus cmkioszt szolgltatst hasznl,\n"
-"akkor ezt ebben az esetben kln engedlyezni kell. Hasznl\n"
-"dinamikus cmkiosztst?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Rszt vesz a gp automatikus idszinkronizciban?\n"
-"A kzepes s nagyobb vllalatok gy biztostjk, hogy a klnfle\n"
-"gpek ri ne trjenek el egymstl (pldul a naplzsnl fontos).\n"
-"Ha nem tud ilyesmirl, s nem nagy cgnl hasznlja a gpet, akkor\n"
-"valsznleg nemleges a vlasz."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"A bellts befejezdtt. Elmenthetem a lemezre a mdostsokat?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "%s megnyitsa nem sikerlt: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "%s rsra val megnyitsa nem sikerlt: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Nincs szksgem DHCP-re"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Szksgem van DHCP-re"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Nincs szksgem NTP-re"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Szksgem van NTP-re"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Ne legyen ments"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Ments s kilps"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Tzfalbelltsi varzsl"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Nem (blokkols a tzfal ltal)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Igen (tengeds a tzfalon)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Kis trelmet krek; a teleptett csomagok ellenrzse folyik"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Nem sikerlt telepteni a szksges csomagokat: %s s Bastille.\n"
-" Prblja meg kzzel telepteni ezeket."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Hlzati szmtgp (kliens)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-, SMB-, proxy- s SSH-kiszolgl"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Iroda"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "GNOME-munkalloms"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Segdprogramok a Palmhoz s a Visorhoz"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Munkalloms"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Tzfal/tvlaszt (router)"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "DNS- s NIS-kiszolgl"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Irodai programok: szvegszerkesztk (KWord, AbiWord), tblzatkezelk "
-"(KSpread, Gnumeric), PDF-nzegetk, ..."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Hangkezel eszkzk: MP3- s MIDI-lejtszk, hangkeverk, ..."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knyvek s HOGYAN-ok a Linuxrl s a szabad szoftverekrl"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-munkalloms"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "IceWM, WindowMaker, Enlightenment, Fvwm, ..."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - vide"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "E-mail-eszkzk, hrkezels, web-eszkzk, fjltvitel s csevegs"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Adatbzis"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL vagy MySQL adatbzis-kiszolgl"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Segdprogramok a szmtgp belltshoz"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - hang"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Segdprogramok"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentci"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Parancssoros eszkzk"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix e-mail-kiszolgl, Inn hrkiszolgl"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetes munkalloms"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimdis munkalloms"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Bellts"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Tovbbi grafikus krnyezetek (GNOME, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"A K Desktop Environment - az alapvet grafikus krnyezet - az ahhoz tartoz "
-"eszkzkkel egytt"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafikus krnyezet"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Segdprogramok CD-rshoz"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Irodai munkalloms"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Kiszolgl"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "GNOME, IceWM, WindowMaker, Enlightenment, Fvwm, ..."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafikus programok (pldul a GIMP)"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C/C++ fejlesztknyvtrak, programok s include fjlok"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Kiszolgl hlzati szmtgpekhez"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-mail/csoportmunka/hrek"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Jtkgp"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videlejtszk s -szerkesztk"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Jtkprogramok: lvldzs, tbls, stratgiai, ..."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Eszkzk levelezshez, hrkezelshez (pine, mutt, tin, ...) s a Web "
-"bngszshez"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivls, emultorok, monitoroz programok"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Szemlyes pnzgyek"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafikus krnyezet felhasznlbart alkalmazsokkal s segdprogramokkal"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Kliensprogramok klnfle protokollokhoz (pldul: ssh)"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet-tjr"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Hang/videlejtsz s -szerkeszt programok"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Ms grafikus krnyezetek"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Szvegszerkesztk, parancsrtelmezk, fjlkezelk, terminlprogramok"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programok a szemlyes pnzgyek kezelshez (pldul: GnuCash)"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Szemlyes informcikezels"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - CD-rs"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Tudomnyos munkalloms"
diff --git a/perl-install/share/po/i18n_compssUsers b/perl-install/share/po/i18n_compssUsers
deleted file mode 100644
index f6dc1ef7d..000000000
--- a/perl-install/share/po/i18n_compssUsers
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/usr/bin/perl
-
-use MDK::Common;
-
-sub get {
- my ($meta_class) = @_;
- my @l;
-
- local *F;
- open F, "../compssUsers$meta_class" or return; #die "can't open file ../compssUsers$meta_class";
- foreach (<F>) {
- /^\s*$/ || /^#/ and next;
-
- if (/^(\S.*)/) {
- my ($icon, $path, $descr);
- /^(.*?)\s*\[icon=(.*?)\](.*)/ and $_ = "$1$3", $icon = $2;
- /^(.*?)\s*\[path=(.*?)\](.*)/ and $_ = "$1$3", $path = $2;
- /^(.*?)\s*\[descr=(.*?)\](.*)/ and $_ = "$1$3", $descr = $2;
- push @l, $_, $descr, $path;
- }
- }
- close F;
-
- @l;
-}
-
-my @l = map { if_(/msgid "(.*)"/, $1) } cat_("DrakX.pot");
-my %l; @l{@l} = ();
-
-foreach (uniq(get(''), get('.desktop'))) {
- if ($_) {
- s/"/\"/g;
- s/\n//g;
- next if exists $l{$_};
- print qq(
-#: ../../share/compssUsers:999
-msgid "$_"
-msgstr ""
-);
- }
-}
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
deleted file mode 100644
index bf75c2e01..000000000
--- a/perl-install/share/po/id.po
+++ /dev/null
@@ -1,13585 +0,0 @@
-# Instal Grafis Mandrake
-# Copyright (C) 1999 Mandrakesoft
-# Budi Rachmanto <rac@linux-mandrake.com>, 2001-2002
-# Linux Indonesia <http://www.linux.or.id>, 1999-2001
-# Mohammad DAMT <mdamt@cdl2000.com>, 1999-2001
-# Andy <chandy@indo.net.id>, 1999
-# Kelana <nk@telkom.net>, 1999
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX 0.1\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-05 21:55+09:00\n"
-"Last-Translator: Budi Rachmanto <rac@linux-mandrake.com>\n"
-"Language-Team: Bahasa Indonesia <id@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.6\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfigurasikan semua head secara terpisah"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Gunakan ekstensi Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigurasi kartu \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Konfigurasi head majemuk"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Sistem Anda mendukung konfigurasi head majemuk.\n"
-"Apa yg ingin Anda lakukan?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Kartu grafis"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Pilih kartu grafis"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Pilih server X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Server X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Pilih driver X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "Driver X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Konfigurasi XFree mana yang Anda inginkan?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Kartu Anda punya akselerasi hardware 3D, tapi hanya bisa digunakan pada "
-"XFree %s.\n"
-"Kartu Anda ini dapat dipakai pada XFree %s yg punya dukungan baik dalam 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s dengan akselerasi hardware 3D"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s,\n"
-"NAMUN INI BARU DALAM TAHAP PERCOBAAN DAN DAPAT MEMBUAT KOMPUTER ANDA HANG."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s dengan akselerasi hardware 3D PERCOBAAN"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s,\n"
-"NAMUN INI BARU DALAM TAHAP PERCOBAAN DAN DAPAT MEMBUAT KOMPUTER ANDA HANG.\n"
-"Kartu Anda ini dapat digunakan XFree %s yang lebih baik dalam 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalasi driver display)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Konfigurasi XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Pilih memori kartu grafis Anda"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Pilih opsi server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Pilih monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Ada dua parameter penting, yaitu laju refresh vertikal, yaitu laju\n"
-"kecepatan saat seluruh layar direfresh, dan yang lebih penting lagi adalah\n"
-"laju sync horisontal, yaitu laju kecepatan saat menanyangkan scan line.\n"
-"\n"
-"Anda TIDAK BOLEH mengisi parameter yang tidak dapat\n"
-"diimbangi dengan kemampuan monitor Anda, karena monitor\n"
-"Anda akan rusak berat.\n"
-"Kalau Anda ragu, gunakan setting yang umum."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Laju refresh horisontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Laju refresh vertikal"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor tidak dikonfigurasi"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Kartu grafis belum dikonfigurasi"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Resolusi belum ditentukan"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Anda ingin tes konfigurasi ini?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Awas: tes kartu grafis ini dapat membekukan komputer Anda"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Tes konfigurasi"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"coba ubah beberapa parameter"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ada error:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Tinggalkan dalam %d detik"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Setting sudah benar?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Ada kesalahan, coba ubah beberapa parameter"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resolusi"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Pilih resolusi dan kedalaman warna"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Kartu grafis: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Tambahan"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Mode Ahli"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Tunjukan seluruhnya"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resolusi"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Layout Keyboard: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Jenis Mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Device Mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "HorizSync Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "VertRefresh Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Kartu grafis: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikasi kartu grafis: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memori grafis: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Pilihan kedalaman warna: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resolusi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Server XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Driver XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Siap-siap konfigurasikan X "
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Apa yang akan Anda mau?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Ubah Monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Ubah kartu grafis"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Ubah Parameter Server"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Ubah Resolusi"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Lihat info"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Tes lagi"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Keluar"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Lakukan perubahan?\n"
-"Konfigurasi sekarang adalah:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X saat startup"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Saya bisa bikin komputermu akan menjalankan X saat booting.\n"
-"Anda mau fasilitas ini ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Silakan masuk lagi ke %s untuk mengaktifkan perubahan"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Silakan log out dan tekan Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 warna (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 ribu warna (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 ribu warna (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 juta warna (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milyar warna (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kb"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kb"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB atau lebih"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA Standar, 640x480 pada 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "VGA Super, 800x600 pada 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Kompatibel, 1024x768 pada 87 Hz interlaced (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 pada 87 Hz interlaced, 800x600 pada 56 hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 pada 60 Hz, 640x480 pada 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 pada 60 Hz, 800x600 pada 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA, 1024x768 pada 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency yang dapat mencapai 1280x1024 pada 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency yang dapat mencapai 1280x1024 pada 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency yang dapat mencapai 1280x1024 pada 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor yang dapat mencapai 1600x1200 pada 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor yang dapat mencapai 1600x1200 pada 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Sektor pertama di partisi boot"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Sektor pertama di drive (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalasi SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Bootloader akan diinstall di mana?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalasi LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO dengan menu teks"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO dengan menu grafis"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Boot dari DOS/windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Parameter Bootloader utama"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Bootloader yang hendak digunakan"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalasi Bootloader"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Device boot"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (tidak bisa dipakai pada BIOS kuno)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compact"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compact"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Mode video"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Delay sebelum boot ke image default"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Katasandi"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Katasandi (lagi)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Batasi parameter command line"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "batasi"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Hapus /tmp saat boot"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Ukuram RAM yg tepat (saya nemu %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Buat multi profil"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Berikan jumlah RAM dalam satuan MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Pilihan ``Batasi parameter command line'' tidak ada gunanya tanpa katasandi"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Silakan ulangi"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Katasandi tidak sama"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Pesan Init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Delay Open Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Timeout Kernel Boot"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Aktifkan boot dari CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Aktifkan boot dari OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Default OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Anda memutuskan instalasi pemuat boot di partisi.\n"
-"Berarti Anda sudah punya pemuat boot di harddisk yang Anda boot (mis: System "
-"Commander).\n"
-"\n"
-"Di drive mana Anda boot?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Ini adalah entri yang lain lagi.\n"
-"Anda boleh tambahkan atau mengubah yang sudah ada."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Tambah"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Selesai"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modifikasi"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Tipe entri mana yang hendak ditambahkan"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "OS Lain (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "OS Lain (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "OS Lain (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Image"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Sambung"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Read-write"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Tak aman"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Label"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Default"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-size"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Hapus entri"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Label tidak boleh kosong"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Anda harus tentukan image kernel"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Anda harus tentukan partisi swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Label ini sudah dipakai"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Ketemu interface %s %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Anda punya lagi?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Punya %s interface?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Tidak"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ya"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Lihat info hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Menginstall driver untuk card %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Driver %s mana yang hendak saya coba?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Kadangkala, driver %s butuh informasi tambahan agar dapat bekerja normal\n"
-"walaupun kadangkala juga ini tidak perlu. Nah, apakah Anda ingin untuk\n"
-"memberikan parameter tambahan tadi atau biarkan saja drivernya melakukan\n"
-"deteksi sendiri parameternya? Biasanya, autodetek akan membuat kompputer\n"
-"jadi hengki (baca: hang), tapi biasanya sih tak ngerusak hardwarenya."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Probe otomatis"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Tentukan opsi"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Anda dapat memberikan opsi terhadap modul %s.\n"
-"Ingat, semua alamat harus diisikan dengan awalan 0x misalnya '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Silakan beri parameter untuk modul %s ini.\n"
-"Parameter biasanya dalam format ``nama=nilai nama2=nilai2...''.\n"
-"Misalnya, ``io=0x300 irq=8''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Pilihan Modul:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Module %s gagal diload.\n"
-"Mau coba lagi dengan parameter yang lain?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "akses ke program X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "akses ke peralatan rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "izinkan \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "akses ke file administratif"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(sudah ditambahkan %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Katasandi ini terlalu sederhana"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Silakan tulis nama user"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Nama user hanya boleh terdiri dari huruf, angka, `-' dan `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "User ini sudah ada sebelumnya"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Tambah user"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Masukkan user\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Buat user"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nama Lengkap"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nama user"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Komputer Anda dapat diset agar secara otomatis login dg satu user.\n"
-"Anda ingin pakai feature ini?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Pilih user default:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Pilih manajer window yg akan dipakai:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Pilih bahasan yg akan dipakai."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Anda bisa pilih bahasa lain yang akan tersedia setelah install selesai"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Semua"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Izinkan semua user"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Customized"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Tiada pemakaian bersama"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Paket %s perlu diupgrade. Anda ingin instal?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Anda dapat mengekspor dg NFS atau Samba. Mana yg Anda ingin"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Paket wajib %s hilang"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Batal"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Luncurkan userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Sharing per-user menggunakan grup \"fileshare\". \n"
-"Anda dapat memakai userdrake utk menambah user di grup ini."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Selamat Datang di Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Lemah"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standar"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Kuat"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Lebih Kuat"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Pengecut"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Level ini harus hati-hati. Level ini akan membuat sistem Anda akan mudah\n"
-"digunakan, tapi sangat sensitif: mesin ini tidak boleh digunakan untuk\n"
-"mesin yang terhubung ke mesin lain atau ke ke Internet. Tidak akan ada\n"
-"akses katasandi."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr "Katasandi akan diaktifkan, tapi mohon jangan disambungkan ke jaringan."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Ini adalah sekuriti standar, dianjurkan untuk komputer yang akan\n"
-"terkoneksi ke Internet sebagai klien."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Sudah ada beberapa batasan, dan beberapa pengecekan otomatis berjalan tiap "
-"malam."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Dengan level sekuriti ini, sistem akan dapat digunakan sebagai server.\n"
-"Sekuriti kini cukup tinggi untuk dapat melayani koneksi banyak klien.\n"
-"Jika mesin Anda hanya berfungsi sebagai klien, pilihlah level lebih rendah."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Sama dengan level sebelumnya, tapi sistem sepenuhnya ditutup.\n"
-"Fitur sekuriti maksimum."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Pilih Tingkat Security"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Tingkat keamanan"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Gunakan libsafe utk server"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr "Library penahan serangan string format dan overflow buffer"
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Selamat datang di Sang Pemilih Sistem Operasi, %s!\n"
-"\n"
-"pilih sistem operasi pada daftar di atas atau tunggu %d detik untuk boot ke "
-"default.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Selamat datang di sang pemilih sistem operasi, GRUB"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Gunakan tombol %c dan %c untuk memilih entri yang disorot"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Tekan enter untuk memboot OS yang terpilih, atau tekan 'e' untuk edit"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "perintah sebelum booting, atau 'c' untuk command line."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Entri yang dipilih akan diboot secara otomatis dalam %d detik."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "Waah /boot tak cukup spacenya nih"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Anda tak dapat menginstal bootloader pada partisi %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr " belom ada help-nya nih.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfigurasi Tipe Boot"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_File"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/File/_Keluar"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Kategori Monitor Gaya Baru"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor GayaBaru"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor Biasa"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Biasa Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Jalankan aurora saat boot"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "mode Lilo/Grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "mode Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Manajer Boot: %s. Klik Configure untuk memanggil ahli setup."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurasikan"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Mode sistem"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Jalankan X-Window saat sistem dimulai"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Tidak, saya tak mau autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ya, saya mau autologin dg (user,desktop) ini"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "gagal baca file /etc/inittab nih: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d menit"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 menit"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d detik"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Gagal membuat screenshot sebelum buat partisi"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Screenshot akan tersedia setelah instal di %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Perancis"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgia"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Republik Ceko"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Jerman"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Yunani"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norwegia"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Swedia"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Belanda"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Itali"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Amerika Serikat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Lebih dulu buatlah backup data Anda"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Baca dengan seksama!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Jika Anda ingin pakai aboot, sisakan ruang (cukup 2048 sektor) di awal disk"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Ada Kesalahan"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Wizard"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Pilih aksi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Anda punya satu partisi FAT yang besar.\n"
-"(umumnya dipakai oleh wicrosoft Dos/mindows).\n"
-"Disarankan utk mengubah ukuran partisi ini\n"
-"(klik di situ, lalu pilih \"Ubah ukuran\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Silakan pilih partisi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detil"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "FS terjournal"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Kosong"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Lainnya"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipe filesystem:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Buat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipe"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Gunakan ``%s'' saja"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Hapus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Gunakan ``unmount'' terlebih dahulu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Setelah mengganti tipe partisi %s, semua data pada partisi ini akan hilang"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Pilih partisi"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Pilih partisi lain"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Keluar"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Ubah ke modus ahli"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Ubah ke modus normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Kembali"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Jalan terus?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Keluar tanpa menyimpan"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Keluar dari program tanpa menyimpan dalam tabel partisi?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ingin simpan modifikasi /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Alokasi otomatis"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Hapus semua"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Info hard drive"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Semua partisi primary telah digunakan"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Partisi tak dapat ditambah"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Untuk menambahkan partisi, hapus satu agar dapat membuat partisi extended"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Simpan tabel partisi"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Kembalikan tabel partisi"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Selamatkan tabel partisi"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Muat ulang tabel partisi"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Mount otomatis media lepas"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Pilih file"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Backup tabel partisi tidak memiliki ukuran yg sama\n"
-"Jalan terus?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Awas"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Masukkan disket ke drive\n"
-"semua data di disket ini akan hilang"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Sedang mencoba menyelamatkan tabel partisi"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Info detil"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Posisi mount"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Pilihan"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Ubah ukuran"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Pindah"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Format"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Mount"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Tambahkan ke RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Tambahkan ke LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Unmount"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Hapus dari RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Hapus dari LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Ganti RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "digunakan untuk loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Membuat partisi baru"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sektor awal: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Ukuran dalam MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipe filesystem: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Posisi mount: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Kesukaan: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Hapus file loopback?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Mengubah tipe partisi"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Filesystem apa yang Anda inginkan?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Pindah dari ext2 ke ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Device loopback %s akan di mount ke mana?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Mount device %s akan di mount ke mana?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Tak bisa unset mount point karena partisi ini sudah digunakan untuk\n"
-"loopback. Hapus dulu loopbacknya kalau mau begitu."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Sedang menghitung bound filesystem fat"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Sedang mengubah ukuran"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Ukuran partisi ini tidak dapat diubah"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "semua data pada partisi ini sebaiknya dibackup dulu"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Sehabis meresize partisi %s, semua data pada partisi ini akan hilang"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Pilih ukuran baru"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Ukuran baru dalam MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Disk mana yang hendak dipindah?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Sektor mana yang hendak dipindah"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Pindah"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Memindahkan partisi..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Pilih RAID yang ada untuk ditambahkan ke"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "baru"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Pilih LVM yang ada untuk ditambahkan ke"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "nama LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Partisi ini tak bisa dipakai sebagai loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nama file loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Berikan nama file"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "File sudah digunakan loopback yang lain, pilih yang lainnya dong"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "File sudah ada. Gunakan file ini ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opsi mount"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Macam-macam"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "device"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "level"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "ukuran chunk"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Hati-hati nih: operasi ini sangat berbuahayyya"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Tipe partisi apa yang hendak digunakan?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Maaf, Saya tidak mau membuat /boot di drive ini (silindernya > 1024).\n"
-"Kalau Anda pakai LILO dan tak jalan, atau Anda tak mau LILO dan tak mau /"
-"boot juga"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Anda menambahkan partisi root di luar silinder 1024,\n"
-"dan Anda tidak memiliki partisi /boot. Apabila Anda akan menggunakan lilo\n"
-"(boot manager), hati-hati dalam menambahkan partisi /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Anda memilih partisi RAID software sebagai root (/).\n"
-"Sekarang bootloader tak ada yang bisa handel tanpa partisi /boot.\n"
-"Jadi hati-hati dalam menambahkan partisi /boot"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tabel partisi pada drive %s akan ditulis ke disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Anda harus reboot agar perubahan tabel partisi dapat berlaku"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Sehabis memformat partisi %s semua data pada partisi ini akan hilang"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Sedang memformat"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Sekarang sedang memformat file loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Melakukan format partisi %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Sembunyikan file"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Pindah file ke partisi baru"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Direktori %s telah berisi data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Pindah file ke partisi baru"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Salin %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Hapus %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partisi %s sekarang jadi %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Device: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS letter: %s (hanya tebakan)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipe: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nama: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Mulai: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Ukuran: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektor"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silinder %d sampai %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Telah diformat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Belum diformat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Telah di-mount\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"File loopback:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partisi di-boot secara default\n"
-" (untuk MS-DOS boot, bukan untuk lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Level %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Ukuran chunk %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Disk RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nama file loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Mungkin partisi ini adalah \n"
-"partisi driver, jadi sebaiknya\n"
-"jangan diapa-apain deh.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"partisi ini adalah partisi bootstrap\n"
-"yang khusus digunakan \n"
-"oleh sistem dual boot.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Ukuran: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Ukuran: %s silinber, %s head, %s sektor\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Disk LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partisi tipe: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "pada bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Pilihan: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Kunci sandi sistem file"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Pilih kunci sandi sistem file Anda"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Katasandi ini terlalu mudah (harus paling tidak %d karakter)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Kunci sandi tak cocok"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Kunci sandi"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Kunci sandi (lagi)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Ubah tipe"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Klik salah satu media"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Cari Server"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s proses format dari %s gagal"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "tidak bisa melakukan format %s dengan tipe %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "penyambungan partisi %s ke direktori %s gagal"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck gagal dg kode keluar %d / sinyal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "error melepas mount %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "mudah"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "dengan /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "JFS tak dapat dipakai utk partisi berukuran di bawah 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "ReiserFS tak dapat dipakai utk partisi berukuran di bawah 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Mount point harus diawali dengan /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Partisi dengan titik mount %s sudah ada\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Anda tak dapat menggunakan LVM Logical Volume untuk titik mount %s."
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Direktori ini harus ada di filesystem root"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr "Anda perlu filesystem yg benar (ext2, reiserfs) utk titik mount ini\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Anda tak dapat menggunakan sistem file bersandi utk mount point %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Tak cukup ruangan untuk alokasi otomatis"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Tiada yang dikerjakan"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "error membuka file %s untuk ditulisi: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Error - tidak ada device yang valid untuk membuat filesystem baru. Periksa "
-"kembali hardware untuk mencari penyebabnya"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Anda tak punya partisi!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux adalah sistem multiuser, artinya tiap user bisa punya kesukaan,\n"
-"file dll sendiri. Anda bisa membaca ``User Guide'' utk belajar lebih dalam.\n"
-"Tapi tak seperti \"root\", sang administrator, user di sini tak berhak\n"
-"mengubah apapun kecuali konfigurasi dan file mereka sendiri. Anda harus\n"
-"membuat setidaknya satu user reguler utk Anda sendiri. Account ini Anda\n"
-"pakai utk rutinitas. Meski Anda dapat login sbg \"root\" tiap hari, tapi\n"
-"itu amat berbahaya! Kesalahan terkecil dapat menyebabkan sistem Anda tak\n"
-"bekerja selamanya. Meski Anda melakukan kesalahan serius sbg user normal,\n"
-"Anda hanya akan kehilangan sebagian informasi, tidak seluruh sistem.\n"
-"\n"
-"Pertama, Anda harus mengisi nama. Ini tidak wajib, tentu saja - Anda dapat\n"
-"mengisinya sesuka Anda. DrakX akan mengambil kata pertama yg anda masukkan\n"
-"di kotak sbg \"Nama user\". Ini adalah nama user yg dipakai utk login ke\n"
-"sistem. Anda bisa mengubahnya. Lalu Anda harus mengisi katasandi. Katasandi\n"
-"user non-privileged (reguler) tak sepenting katasandi \"root\" dari segi\n"
-"keamanan, tapi tak ada alasan utk mengabaikannya - file Anda bisa beresiko.\n"
-"\n"
-"Klik \"Buat user\", selanjutnya Anda dapat menambahkan user sebanyak Anda\n"
-"mau. Misalnya, tambahkan user utk teman, ayah, atau saudara Anda. Bila Anda\n"
-"selesai menambahkan semua user, pilih \"Selesai\".\n"
-"\n"
-"Klik \"Tambahan\" memungkinkan Anda mengubah \"shell\" standar utk user\n"
-"terkait (standar: bash)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Yang terdaftar di atas adalah partisi Linux terdeteksi pd hard drive Anda.\n"
-"Anda dapat memakai pilihan yg dibuat oleh wizard, itu baik utk instalasi\n"
-"umum. Bila Anda mengubah pilihan, setidaknya Anda perlu mendefinisikan\n"
-"partisi root (\"/\"). Jangan pilih partisi yg terlalu kecil agar dapat\n"
-"menginstal software dg leluasa. Bila Anda ingin menyimpan data pada partisi\n"
-"lain, Anda perlu membuat partisi \"/home\" (hanya mungkin jika punya lebih\n"
-"dari satu partisi Linux.)\n"
-"\n"
-"Tiap partisi terdaftar sbb: \"Nama\", \"Kapasitas\".\n"
-"\n"
-"\"Nama\" berstruktur: \"tipe hard drive\", \"nomor hard drive\",\n"
-"\"nomor partisi\" (misalnya \"hda1\").\n"
-"\n"
-"\"Tipe hard drive\" adalah \"hd\" utk drive IDE dan \"sd\" utk drive SCSI.\n"
-"\n"
-"\"Nomor Hard Drive\", selalu berupa huruf setelah \"hd\" atau \"sd\". Bila "
-"berupa IDE, maka:\n"
-"\n"
-" *\"a\" berarti \"hard drive master pada kontroller IDE primer\",\n"
-"\n"
-" *\"b\" berarti \"hard drive slave pada kontroler IDE primer\",\n"
-"\n"
-" *\"c\" berarti \"hard drive master pada kontroler IDE sekunder\",\n"
-"\n"
-" *\"d\" berarti \"hard drive slave pada kontroler IDE sekunder\",\n"
-"\n"
-"\n"
-"Pada drive SCSI, \"a\" berarti \"hard drive utama, \"b\" berarti \"hard "
-"drive kedua\", dsb..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Instalasi Mandrake Linux terdiri atas bbrp CDROM. DrakX tahu jika paket\n"
-"terpilih berada di CDROM lain dan akan mengeluarkan CD yg ada utk kemudian\n"
-"meminta Anda memasukkan CD yg diperlukan."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Kini kita tentukan program yg akan diinstal di sistem Anda. Ribuan paket\n"
-"tersedia di Mandrake Linux, Anda tak perlu mengenal semuanya.\n"
-"\n"
-"Jika Anda menjalankan instalasi standar dari CDROM, Anda akan diminta\n"
-"menentukan CD yg Anda punya (hanya pd mode Ahli). Cek label CD dan\n"
-"tandai kotak yg sesuai dg CD yg Anda miliki utk instalasi. Klik \"OK\" jika\n"
-"Anda siap melanjutkan.\n"
-"\n"
-"Paket disortir menurut grup sesuai kegunaan mesin Anda.\n"
-"Grup diurutkan ke dalam empat bagian:\n"
-"\n"
-" * \"Workstation\": jika Anda ingin menggunakan mesin Anda sbg workstation, "
-"pilih\n"
-"satu/lebih grup yg sesuai.\n"
-"\n"
-" * \"Development\": jika mesin akan digunakan utk pemrograman, pilih grup\n"
-"yg diinginkan.\n"
-"\n"
-" * \"Server\": jika mesin diinginkan menjadi server, Anda dapat\n"
-"memilih servis paling umum yg akan diinstal.\n"
-"\n"
-" * \"Lingkungan Grafis\": akhirnya, di sini Anda memilih lingkungan\n"
-"grafis. Minimal Anda harus pilih satu jika ingin punya workstation grafis!\n"
-"\n"
-"Untuk melihat penjelasan singkat, gerakkan kursor mouse ke atas nama grup.\n"
-"Jika Anda tak memilih satu grup pun saat melakukan instalasi normal (bukan\n"
-"upgrade) popup dialog akan muncul dengan menu instalasi minimal:\n"
-"\n"
-" * \"Dengan X\" Instal paket minimal yang memungkinkan kerja dengan desktop\n"
-"grafis;\n"
-"\n"
-" * \"Dengan dokumentasi dasar\" Instal sistem plus peralatan dasar dan\n"
-"dokumentasinya. Instalasi ini cocok untuk setup server.\n"
-"\n"
-" * \"Instalasi minimal sungguh\" Hanya instal kebutuhan minimum sistem,\n"
-"dalam baris perintah saja. Butuh sekitar 65Mb.\n"
-"\n"
-"Anda dapat memilih \"Pilih paket sendiri\", berguna jika Anda tahu baik\n"
-"paket yg disediakan atau ingin mengontrol instalasi secara total.\n"
-"\n"
-"Jika Anda memulai instalasi dg mode \"Upgrade\", Anda dapat melepas seleksi\n"
-"semua group utk menghindari instalasi paket baru. Ini berguna utk reparasi\n"
-"atau update sistem yg ada."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Akhirnya, tergantung apakah Anda memilih paket sendiri atau tidak, Anda\n"
-"akan diberi pohon berisi paket terkelompok dg grup/subgrup. Sambil meneliti\n"
-"pohon, Anda dapat memilih semua grup, subgrup, atau paket tersendiri.\n"
-"\n"
-"Tiap kali Anda memilih paket di pohon, penjelasan muncul di sisi kanan.\n"
-"Bila seleksi Anda selesai, klik tombol \"Instal\" utk memulai instalasi.\n"
-"Tergantung kecepatan hardware dan jumlah paket yg diinstal, mungkin\n"
-"dibutuhkan bbrp saat utk instalasi. Perkiraan waktu instalasi ditampilkan\n"
-"di layar utk membantu Anda memperkirakan waktu menikmati secangkir kopi.\n"
-"\n"
-"!! Jika paket server terpilih dg sengaja atau karena merupakan bagian suatu\n"
-"grup besar, akan ada pertanyaan konfirmasi instalasi paket tersebut. Pada\n"
-"Mandrake Linux, secara default semua server terinstal dijalankan saat boot.\n"
-"Meski aman saat distribusi diluncurkan, ada kemungkinan lubang keamanan\n"
-"ditemukan setelah versi Mandrake Linux ini rampung. Jika Anda tak tahu apa\n"
-"yg dilakukan oleh suatu servis atau mengapa ia diinstal, klik \"Tidak\".\n"
-"Jika Anda menekan \"Ya\" servis terdaftar akan diinstal dan secara standar\n"
-"akan dijalankan secara otomatis. !!\n"
-"\n"
-"Opsi \"Ketergantungan otomatis\" mematikan dialog yg muncul tiap kali\n"
-"instalator memilih suatu paket scr otomatis. Ini terjadi karena\n"
-"ketergantungan harus dipenuhi dg paket lain agar instalasi sukses.\n"
-"\n"
-"Ikon disket di dasar list memungkinkan pemuatan daftar paket ter-instal pd\n"
-"instalasi sebelumnya. Jika diklik, Anda akan diminta memasukkan disket yg\n"
-"dibuat pd akhir instalasi yg lalu. Lihat tip kedua di step terakhir utk\n"
-"membuat floppy tersebut."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Kini koneksi internet/jaringan akan disetup. Jika Anda ingin menyambung\n"
-"komputer Anda dg Internet atau jaringan lokal, klik \"OK\". Deteksi\n"
-"otomatis perangkat jaringan dan modem akan diluncurkan. Jika deteksi gagal,\n"
-"selanjutnya jangan tandai kotak \"Pakai deteksi otomatis\". Anda juga dapat\n"
-"memilih tak mengkonfigurasikan jaringan, atau mengerjakannya nanti; jika\n"
-"demikian, klik tombol \"Batal\".\n"
-"\n"
-"Koneksi yg tersedia adalah: modem tradisional/ISDN, hubungan ADSL, modem\n"
-"kabel, dan hubungan LAN (Ethernet).\n"
-"\n"
-"Di sini konfigurasi tak dirinci. Pastikan Anda punya semua parameter dari\n"
-"ISP atau administrator sistem.\n"
-"\n"
-"Penjelasan dapat dilihat di manual hubungan Internet. Atau tunggulah hingga\n"
-"sistem terinstal dan pakailah program yg dijelaskan utk setup koneksi.\n"
-"\n"
-"Jika Anda ingin mengkonfigurasi network pasca instalasi atau bila instalasi\n"
-"jaringan selesai, klik \"Batal\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Kini Anda boleh pilih servis mana yang dijalankan saat boot.\n"
-"\n"
-"Di sini ditampilkan semua servis yg tersedia di instalasi ini. Periksa dg\n"
-"baik dan jangan tandai servis yg tak selalu diperlukan saat boot.\n"
-"\n"
-"Ada penjelasan singkat bila suatu servis dipilih. Tapi jika Anda tak yakin\n"
-"kegunaan servis tsb., lebih aman tak usah diusik.\n"
-"\n"
-"Pada tahap ini, hati-hati jika Anda bermaksud menjadikan mesin Anda sebuah\n"
-"server: Anda mungkin tak ingin menjalankan servis yg tak diperlukan. Ingat,\n"
-"bbrp servis bisa berbahaya jika dijalankan. Secara umum, pilihlah hanya\n"
-"servis yang benar-benar Anda perlukan."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux mengatur waktu dlm GMT (Greenwich Mean Time) dan menerjemahkannya\n"
-"ke waktu lokal tergantung zona waktu yang Anda pilih. Dapat di-nonaktifkan\n"
-"dengan melepas tanda \"Jam hardware diset ke GMT\" sehingga jam hardware\n"
-"sama dengan jam sistem. Berguna bila mesin didiami OS lain seperti Mindows.\n"
-"\n"
-"Opsi \"Sinkronisasi waktu otomatis\" akan otomatis mengatur jam dengan\n"
-"menghubungi server waktu remote di internet. Pilihlah server terdekat saat\n"
-"daftar muncul. Tentu saja Anda harus punya koneksi internet agar fitur ini\n"
-"berfungsi. Server waktu akan diinstalkan di mesin Anda dan dapat dipakai\n"
-"oleh mesin lain di jaringan lokal Anda."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (Sistem Window X) adalah jantung antarmuka grafis GNU/Linux tempat sandar\n"
-"semua lingkungan grafis (KDE, Gnome, AfterStep, WindowMaker...) Mandrake\n"
-"Linux. Di sini DrakX akan mencoba mengkonfigurasi X secara otomatis.\n"
-"\n"
-"Jarang sekali gagal, kecuali jika hardware amat kuno (atau amat baru). Jika\n"
-"sukses, X otomatis dijalankan dg resolusi terbaik sesuai ukuran monitor.\n"
-"Window akan muncul dan bertanya apakah Anda dapat melihatnya.\n"
-"\n"
-"Jika Anda melakukan instal \"Ahli\", Anda akan memasuki wizard konfigurasi\n"
-"X. Lihat bab yg bersangkutan di manual utk info lanjut ttg wizard ini.\n"
-"\n"
-"Jika Anda dapat melihat pesan dan menjawab \"Ya\", DrakX akan maju ke tahap\n"
-"berikut. Jika Anda tak dapat melihat pesan, berarti konfigurasi salah dan\n"
-"10 detik kemudian tes otomatis berakhir dg kembali ke layar semula."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Pertama kali mencoba konfigurasi X, Anda mungkin tak puas dg tampilannya\n"
-"(layar terlalu kecil, tergeser ke kiri/kanan...). Jadi walau X jalan dengan\n"
-"baik, DrakX akan bertanya apakah konfigurasi ini memuaskan. Mode valid yang\n"
-"ditemukan juga akan disajikan untuk dipilih.\n"
-"\n"
-"Jika Anda tetap gagal menjalankan X, pilih \"Ubah kartu grafis\", lalu\n"
-"\"Kartu tak terdaftar\", dan saat ditanya server apa yg Anda inginkan,\n"
-"pilih \"FBDev\". Ini adalah opsi failsafe yg jalan di kartu grafis modern.\n"
-"Lalu pilih \"Tes lagi\" agar yakin."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Akhirnya, Anda akan ditanya apakah Anda ingin punya antarmuka grafis saat\n"
-"boot. Pertanyaan ini diajukan meski Anda memilih tidak mentes konfigurasi.\n"
-"Jelas, Anda ingin menjawab \"Tidak\" jika mesin Anda dijadikan server, atau\n"
-"jika Anda gagal mengkonfigurasi display."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"CDROM Mandrake Linux punya mode pertolongan built-in, yg bisa diakses dg\n"
-"mem-boot dari CDROM, tekan >>F1<< dan ketik >>rescue<< di prompt. Tapi jika\n"
-"komputer Anda tak dapat mem-boot dari CDROM, kembalilah ke tahap ini untuk\n"
-"pertolongan dalam setidaknya 2 situasi:\n"
-"\n"
-" * saat instalasi bootloader, DrakX akan menulis ulang sektor boot (MBR)\n"
-"disk utama Anda (kecuali jika Anda memakai manajer boot lain) sehingga Anda\n"
-"dapat menjalankan GNU/Linux atau Mindows (jika Anda punya Mindows di sistem\n"
-"Anda). Jika Anda menginstal Mindows lagi, proses instal micro$oft akan\n"
-"menulis ulang sektor boot, dan Anda takkan dapat menjalankan GNU/Linux!\n"
-"\n"
-" * jika ada masalah sehingga Anda tak dapat menjalankan GNU/Linux dari hard\n"
-"disk, disket ini adalah jalan satu-satunya utk menjalankan GNU/Linux. Ini\n"
-"berisi sejumlah alat utk mereparasi sistem yg rusak karena kegagalan power,\n"
-"salah ketik, alpa kata sandi, dan lain-lain.\n"
-"\n"
-"Bila step ini diklik, Anda akan diminta memasukkan disket ke drive. Disket\n"
-"harus kosong / berisi data yg tak Anda perlukan. Tak perlu diformat sebab\n"
-"DrakX akan menulis ulang seluruh disket."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Pada tahap ini, pilihlah tempat Mandrake Linux akan diinstal di harddisk.\n"
-"Bila harddisk masih kosong / ada sistem operasi lain yg mengisi seluruhnya,\n"
-"Anda perlu melakukan proses partisi. Pada dasarnya, proses partisi harddisk\n"
-"adalah membagi harddisk, dg membuat ruang kosong utk instalasi sistem\n"
-"Mandrake Linux.\n"
-"\n"
-"Karena bersifat satu arah (tak dapat dikembalikan ke keadaan awal), proses\n"
-"partisi dapat membuat stres dan pusing kepala, apalagi jika Anda belum\n"
-"berpengalaman. Untungnya, ada wizard yang mempermudah proses ini.\n"
-"Sebelum mulai, baca dan pelajari dulu buku manual dengan baik.\n"
-"\n"
-"Jika Anda menggunakan mode Ahli, Anda akan masuk DiskDrake, alat partisi\n"
-"Mandrake Linux, yg memungkinkan fine-tuning partisi Anda. Lihat manual bab\n"
-"DiskDrake. Dari antarmuka instalasi, Anda dapat menggunakan wizard seperti\n"
-"dijelaskan di sini dg meng-klik tombol \"Wizard\".\n"
-"\n"
-"Bila partisi-partisi tsb sudah ada sebelumnya (hasil instal sebelumnya\n"
-"atau hasil program partisi lain), pilihlah partisi tsb utk tempat instalasi\n"
-"sistem Linux Anda.\n"
-"\n"
-"Jika belum ada partisi, Anda perlu membuatnya dengan program wizard. Ada\n"
-"bbrp opsi tergantung konfigurasi harddisk Anda:\n"
-"\n"
-" * \"Pakai ruang kosong\": opsi ini akan secara otomatis mem-partisi drive\n"
-"kosong Anda. Anda takkan ditanya lebih jauh.\n"
-"\n"
-" * \"Pakai partisi yang sudah ada\": wizard mendeteksi satu/lebih partisi\n"
-"Linux di hard drive Anda. Jika Anda ingin menggunakannya, pilih opsi ini.\n"
-"\n"
-" * \"Pakai ruang kosong pada partisi Mindows\": jika wicrosoft mindows\n"
-"terinstal dan menghabiskan seluruh kapasitas disk, Anda perlu membuat ruang\n"
-"kosong untuk data Linux dg menghapus partisi dan data wicrosoft mindows\n"
-"(lihat solusi \"Hapus seluruh disk\" atau mode \"Ahli\") atau dapat juga\n"
-"mengubah ukuran partisi wicrosoft mindows. Cara ini dapat digunakan tanpa\n"
-"harus kehilangan data. Cara ini disarankan bila Anda ingin memakai Linux\n"
-"Mandrake dan wicrosoft mindows dlm satu komputer.\n"
-"\n"
-" Sebelum memilih cara ini, mohon maklum bahwa partisi wicrosoft mindows\n"
-"sekarang berukuran lebih kecil. Ruang dlm wicrosoft mindows utk menyimpan\n"
-"data / menginstall software baru menjadi kecil.\n"
-"\n"
-" * \"Hapus seluruh disk\": jika Anda ingin hapus semua data dan partisi di\n"
-"harddisk Anda utk kemudian digantikan semuanya oleh sistem Mandrake Linux,\n"
-"pilih opsi ini. Hati-hati, Anda tak dapat kembali setelah konfirmasi.\n"
-"\n"
-" !! Jika Anda pilih opsi ini semua data di disk Anda akan hilang. !!\n"
-"\n"
-" * \"Buang Mindows\": ini akan menghapus semua di drive dan mulai proses\n"
-"partisi dari nol. Semua data di disk akan hilang.\n"
-"\n"
-" !! Jika Anda pilih opsi ini semua data di disk Anda akan hilang. !!\n"
-"\n"
-" * \"Mode ahli\": pilih jika Anda ingin secara manual mempartisi harddisk.\n"
-"Awas! Cara ini amat perkasa tapi juga berbahaya. Anda bisa kehilangan data\n"
-"dg mudah. Jangan pilih kecuali Anda tahu yg Anda lakukan."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Oke, instalasi kini selesai dan sistem GNU/Linux Anda siap dipakai. Klik\n"
-"\"OK\" utk reboot sistem. Anda dapat menjalankan GNU/Linux atau Windows,\n"
-"tergantung pilihan Anda (jika Anda memakai dual-boot).\n"
-"\n"
-"Tombol \"Tambahan\" (hanya di mode Ahli) menampilkan 2 tombol utk:\n"
-"\n"
-" * \"Membuat floppy instalasi otomatis\": utk membuat disket instalasi yang\n"
-"akan secara otomatis melakukan instalasi tanpa bantuan operator, sama dg\n"
-"instalasi yang baru Anda konfigurasikan.\n"
-"\n"
-" Ada dua opsi setelah tombol di-klik:\n"
-"\n"
-" * \"Ulang\". Instalasi semi-otomatis, hanya proses partisi yang tetap\n"
-"interaktif.\n"
-"\n"
-" * \"Otomatis\". Instalasi otomatis penuh: harddisk ditulis ulang\n"
-"seluruhnya, semua data hilang.\n"
-"\n"
-" Fitur ini amat praktis utk instalasi banyak mesin dg spesifikasi sama.\n"
-"Lihat pasal Auto install di website kami.\n"
-"\n"
-" * \"Menyimpan pilihan paket\"(*): simpan pilihan paket seperti yang dibuat\n"
-"sebelumnya. Lalu saat mengerjakan instalasi lain, masukkan floppy ke driver\n"
-"dan arahkan instalasi ke layar pertolongan dg menekan kunci [F1] lalu ketik\n"
-">>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) Anda perlu floppy berformat FAT (utk membuatnya di GNU/Linux, jalankan\n"
-"\"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Tiap-tiap partisi yang telah dibuat harus diformat agar dapat digunakan\n"
-"(format berarti membuat filesystem).\n"
-"\n"
-"Sekarang Anda bisa mem-format ulang partisi yg ada utk dihapus datanya.\n"
-"BIla ini hendak Anda lakukan, pilihlah partisi yang hendak diformat.\n"
-"\n"
-"Ingat, Anda tak perlu melakukan format ulang pada semua partisi yg ada.\n"
-"Anda perlu mem-format ulang partisi yg akan diisi sistem operasi (misalnya\n"
-"pada partisi \"/\", \"./usr\", atau \"/var\"), tapi tak perlu melakukannya\n"
-"pada partisi berisi data yang masih akan digunakan (misalnya \"/home\").\n"
-"\n"
-"Hati-hati dalam memilih partisi. Setelah diformat semua data akan hilang\n"
-"dan tak dapat dikembalikan ke kondisi semula.\n"
-"\n"
-"Klik \"OK\" bila Anda siap mem-format partisi.\n"
-"\n"
-"Klik \"Batal\" jika Anda ingin memilih partisi lain utk instalasi sistem\n"
-"operasi Mandrake Linux baru Anda.\n"
-"\n"
-"Klik \"Tambahan\" jika ingin memilih partisi yg akan dicek blok rusaknya\n"
-"di disk."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Sistem operasi Mandrake Linux baru Anda sedang di-instal.\n"
-"Proses ini memakan waktu beberapa menit/jam, tergantung ukuran yang\n"
-"Anda install dan kecepatan komputer Anda.\n"
-"\n"
-"Sabar..."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Saat Mandrake Linux diinstal, nampaknya beberapa paket telah diupdate sejak\n"
-"rilis awal. Beberapa kutu mungkin telah diperbaiki, dan masalah keamanan\n"
-"dipecahkan. Untuk memanfaatkan update ini Anda dianjurkan men-download dari\n"
-"internet. Pilih \"Ya\" jika ada koneksi internet aktif, atau \"Tidak\" jika\n"
-"ingin mengupdate paket lain waktu.\n"
-"\n"
-"Jika \"Ya\", daftar sumber download update akan ditampilkan. Pilih yang\n"
-"dekat. Lalu muncul pohon seleksi paket: lihat lagi pilihan Anda, tekan\n"
-"\"Instal\" untuk mengambil/nstal paket atau \"Batal\" jika tak jadi."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Sebelum melanjutkan Anda bacalah lisensi dg baik . Itu mencakup seluruh\n"
-"distribusi Mandrake Linux, dan jika Anda tak setuju dg semua pasal di\n"
-"dalamnya, klik \"Tolak\" agar instalasi terhenti. Untuk melanjutkan, klik\n"
-"\"Terima\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Kini waktunya memilih tingkat keamanan mesin. Makin terbuka suatu mesin,\n"
-"dan makin penting data di dalamnya, tingkat keamanannya harus makin tinggi.\n"
-"Tapi, level keamanan yang tinggi umumnya mengorbankan kemudahan pemakaian.\n"
-"Info ttg level keamanan dapat dilihat bab MSEC pada ``Manual Referensi''.\n"
-"\n"
-"Jika Anda tak tahu apa yg dipilih, tetaplah pada opsi standar."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Kini Anda perlu menentukan partisi yg akan dipakai utk instalasi sistem\n"
-"Mandrake Linux. Jika partisi telah didefinisikan, pada instalasi\n"
-"GNU/Linux sebelumnya atau dg alat partisi lain, Anda dapat memakai partisi\n"
-"yang ada. Jika tidak, partisi harddisk harus didefinisikan.\n"
-"\n"
-"Utk membuat partisi, pertama pilihlah harddisk. Anda dapat memilih disk utk\n"
-"dipartisi dg mengklik \"hda\" utk harddisk IDE pertama, \"hdb\" utk disk\n"
-"kedua, \"sda\" untuk drive SCSI pertama dst.\n"
-"\n"
-"Untuk mempartisi harddisk terpilih, opsi berikut dapat digunakan:\n"
-"\n"
-" * \"Hapus semua\": opsi ini menghapus semua partisi pd harddisk terpilih.\n"
-"\n"
-" * \"Alokasi otomatis\": opsi ini memungkinkan Anda secara otomatis membuat\n"
-"partisi Ext2 dan swap di ruang kosong hard drive Anda.\n"
-"\n"
-" * \"Tambahan\": akses ke fitur tambahan:\n"
-"\n"
-" * \"Simpan tabel partisi\": simpan tabel partisi ke floppy. Berguna\n"
-"untuk pemulihan tabel-partisi di kemudian hari bila perlu. Amat disarankan.\n"
-"\n"
-" * \"Pulihkan tabel partisi\": mengembalikan tabel partisi yg disimpan\n"
-"sebelumnya dari floppy.\n"
-"\n"
-" * \"Selamatkan tabel partisi\": jika tabel partisi Anda rusak, cobalah\n"
-"mengembalikannya dg opsi ini. Hati-hati dan ingat bhw ini bisa gagal.\n"
-"\n"
-" * \"Muat ulang tabel partisi\": buang semua perubahan dan muat tabel\n"
-"partisi semula.\n"
-"\n"
-" * \"Mount otomatis media lepas\": Jika opsi ini dilepas, user harus\n"
-"secara manual me-mount/unmount media lepas seperti disket dan CD-ROM.\n"
-"\n"
-" * \"Wizard\": pilih ini jika ingin memakai wizard utk mempartisi harddisk.\n"
-"Disarankan jika Anda tak faham ttg partisi.\n"
-"\n"
-" * \"Kembali\": untuk membatalkan perubahan.\n"
-"\n"
-" * \"Ubah ke mode normal/ahli\": aksi tambahan proses partisi (tipe, opsi,\n"
-"format) dan informasi lebih.\n"
-"\n"
-" * \"Selesai\": simpan perubahan ke harddisk bila Anda selesai mempartisi.\n"
-"\n"
-"Catatan: Anda dapat meraih semua opsi dg memakai keyboard. Gunakan [Tab]\n"
-"dan panah [Up/Down].\n"
-"\n"
-"Saat partisi dipilih, Anda dapat menggunakan:\n"
-"\n"
-" * Ctrl-c utk membuat partisi baru (bila partisi kosong dipilih);\n"
-"\n"
-" * Ctrl-d utk menghapus partisi;\n"
-"\n"
-" * Ctrl-m utk menset titik mount\n"
-"\n"
-"Jika Anda menginstal mesin PPC Anda perlu membuat partisi \"bootstrap\" HFS\n"
-"kecil setidaknya 1MB yg akan dipakai oleh bootloader yaboot. Jika dibuat\n"
-"lebih besar, katakan 50MB, Anda bisa memanfaatkannya utk menyimpan kernel\n"
-"cadangan dan image ramdisk utk situasi boot darurat."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Ada lebih dari satu partisi wicrosoft mindows terdeteksi pada harddisk\n"
-"Anda. Pilih partisi yang hendak Anda ubah ukurannya untuk instalasi sistem\n"
-"operasi Linux Mandrake.\n"
-"\n"
-"Tiap partisi terdaftar sbb: \"Nama Linux\",\"Nama windows\",\"Kapasitas\".\n"
-"\n"
-"\"Nama Linux\" berstruktur: \"tipe hard drive\", \"nomor hard drive\",\n"
-"\"nomor partisi\" (misalnya \"hda1\").\n"
-"\n"
-"\"Tipe hard drive\" adalah \"hd\" bila drive bertipe IDE dan \"sd\" jika\n"
-"berupa drive SCSI.\n"
-"\n"
-"\"Nomor Hard Drive\", selalu berupa huruf setelah \"hd\" atau \"sd\". Jika\n"
-"berupa IDE, maka:\n"
-"\n"
-" * \"a\" berarti \"hard drive master pada kontroller IDE primer\",\n"
-"\n"
-" * \"b\" berarti \"hard drive slave pada kontroler IDE primer\",\n"
-"\n"
-" * \"c\" berarti \"hard drive master pada kontroler IDE sekunder\",\n"
-"\n"
-" * \"d\" berarti \"hard drive slave pada kontroler IDE sekunder\",\n"
-"\n"
-"Pada drive SCSI, \"a\" berarti \"ID SCSI terkecil, \"b\" berarti \"ID SCSI\n"
-"terkecil kedua\", dst.\n"
-"\n"
-"\"Nama windows\" adalah huruf hard drive Anda pada windows (disk pertama\n"
-"pada partisi disebut \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Sabar... Proses ini akan makan waktu beberapa menit"
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX kini perlu tahu Anda ingin instalasi standar (\"Disarankan\") atau\n"
-"ingin punya kontrol lebih besar (\"Ahli\"). Anda juga punya pilihan utk\n"
-"melakukan instalasi baru atau upgrade sistem Mandrake Linux yg ada:\n"
-"\n"
-" * \"Instal\" Hapus total sistem lama. Tergantung isi mesin Anda saat ini,\n"
-"Anda dapat mempertahankan partisi lama (Linux atau lainnya).\n"
-"\n"
-" * \"Upgrade\" Kelas instalasi ini memungkinkan update paket yang terinstal\n"
-"di sistem Mandrake Linux Anda. Partisi dan konfigurasi user yang ada tetap\n"
-"dipertahankan. Semua tahapan konfigurasi lain tetap ada seperti layaknya\n"
-"instalasi biasa.\n"
-"\n"
-" * \"Upgrade Paket Saja\" Kelas instalasi baru yang memungkinkan upgrade\n"
-"sistem Mandrake Linux tanpa mengubah konfigurasi sistem. Penambahan paket\n"
-"juga dimungkinkan.\n"
-"\n"
-"Upgrade dapat dilakukan terhadap sistem Mandrake Linux mulai versi \"8.1\".\n"
-"\n"
-"Pilihlah opsi berikut sesuai pengetahuan Anda ttg GNU/Linux:\n"
-"\n"
-" * Disarankan: pilih ini bila Anda belum pernah menginstal OS GNU/Linux.\n"
-"Proses instalasi amat mudah dan Anda hanya ditanya sedikit pertanyaan.\n"
-"\n"
-" * Ahli: Anda dapat memiilih kelas instalasi ini jika tahu banyak tentang\n"
-"GNU/Linux. Instalasi ahli memungkinkan Anda melakukan instalasi bebas.\n"
-"Bbrp pertanyaan sulit dijawab jika Anda tak berpengetahuan kuat tentang\n"
-"GNU/Linux. Jangan pilih kelas ini kecuali Anda tahu apa yang Anda lakukan."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalnya, DrakX memilih papanketik utk Anda (sesuai bahasa yg Anda pilih)\n"
-"dan Anda bahkan takkan melihat tahap ini. Tapi Anda mungkin tak punya papan\n"
-"ketik yg persis cocok dg bhs Anda: misalnya, jika Anda orang Swis berbahasa\n"
-"Inggris, Anda mungkin masih ingin keyboard Swis. Atau jika Anda berbahasa\n"
-"Inggris tapi tinggal di Quebec, Anda mungkin menghadapi masalah sama. Dalam\n"
-"kedua kasus, Anda akan harus kembali ke tahap instalasi ini dan memilih\n"
-"keyboard yg sesuai dari daftar.\n"
-"\n"
-"Klik \"Lagi\" utk menampilkan daftar lengkap keyboard ter-support."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Pilih bahasa kesukaan Anda utk instalasi dan penggunaan sistem.\n"
-"\n"
-"Klik \"Tambahan\" utk memilih bahasa-bahasa lain yg akan diinstal di\n"
-"workstation Anda. Hal ini akan menginstal file spesifik-bahasa dokumentasi\n"
-"sistem dan aplikasi. Misalnya jika Anda menginapkan user dari Spanyol di\n"
-"mesin Anda, pilih bhs Indonesia sbg bahasa utama di tampilan pohon dan di\n"
-"bagian Tambahan klik bintang abu-abu yg terkait dg \"Spanyol\".\n"
-"\n"
-"Anda dapat menginstal banyak bahasa. Setelah Anda selesai memilih tambahan\n"
-"bahasa (locale) klik \"OK\" untuk melanjutkan."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Secara standar DrakX berasumsi mouse Anda bertombol dua dan akan menset-up\n"
-"emulasi 3-tombol. DrakX otomatis tahu itu mouse PS/2, serial atau USB.\n"
-"\n"
-"Jika Anda ingin menunjuk tipe mouse lain, pilih tipe yg sesuai dari daftar\n"
-"yang disediakan.\n"
-"\n"
-"Jika Anda memilih mouse bukan standar, Anda akan dihadapkan pada layar tes\n"
-"mouse. Gunakan tombol dan roda untuk verifikasi setting. Jika mouse tak\n"
-"bekerja baik tekan spasi atau RETURN untuk \"Batal\" dan pilih lagi."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Pilih port yang benar. Misalnya \"COM1\" di Mindows bernama \"ttyS0\" di \n"
-"GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Ini adalah poin terpenting penentuan sekuriti sistem GNU/Linux Anda: Anda\n"
-"harus mengisi katasandi \"root\". \"root\" adalah administrator sistem dan\n"
-"hanya dia yg berhak melakukan update, menambah user, mengubah konfigurasi\n"
-"sistem, dll. Singkatnya, \"root\" dapat melakukan apapun! Karena itu Anda\n"
-"harus memilih katasandi yang sulit ditebak - DrakX akan memberitahu jika\n"
-"terlalu mudah. Seperti Anda lihat, Anda dapat memilih utk tak memasukkan\n"
-"katasandi, tapi amat kami anjurkan tidak melakukannya jika alasannya hanya:\n"
-"tidak mengira bhw jika GNU/Linux di-boot, sistem operasi lain aman dari\n"
-"kesalahan. Karena \"root\" dapat melampaui semua batasan dan secara tidak\n"
-"sengaja menghapus semua data di partisi, menjadi \"root\" harus dipersulit.\n"
-"\n"
-"Katasandi harus berupa campuran nomor dan huruf minimal 8 karakter. Jangan\n"
-"pernah mencatat katasandi \"root\" - itu membuat sistem mudah dibajak.\n"
-"\n"
-"Tapi katasandi juga jangan terlalu panjang/rumit karena Anda harus ingat\n"
-"tanpa banyak usaha.\n"
-"\n"
-"Katasandi takkan muncul di layar seperti yg diketikkan. Anda harus dua kali\n"
-"mengisi katasandi utk mengurangi kemungkinan salah ketik. Jika Anda 2 kali\n"
-"melakukan kesalahan yg sama, katasandi \"salah\" ini akan dipakai pertama\n"
-"kali anda login.\n"
-"\n"
-"Pada mode ahli, Anda akan ditanya apakah akan berhubungan dengan server\n"
-"otentikasi seperti NIS atau LDAP.\n"
-"\n"
-"Jika jaringan Anda memakai protokol otentikasi LDAP/NIS, pilih \"LDAP\"\n"
-"(atau \"NIS\") utk otentikasi. Tanyalah admin jaringan Anda jika tak tahu.\n"
-"\n"
-"Jika komputer Anda tak terhubung dengan jaringan terkelola, pilihlah\n"
-"\"File lokal\" untuk otentikasi."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO/GRUB adalah pemuat boot GNU/Linux. Step ini biasanya otomatis penuh.\n"
-"DrakX menganalisa sektor boot disk dan beraksi menurut apa yg ditemukan:\n"
-"\n"
-" * jika sektor boot Mindows ditemukan, ia akan menggantinya dg sektor boot\n"
-"GRUB/LILO. Jadi Anda akan dapat memuat baik GNU/Linux maupun OS lain;\n"
-"\n"
-" * jika sektor boot GRUB/LILO ditemukan, ia akan menggantinya dg yg baru;\n"
-"\n"
-"Jika ragu, DrakX akan menampilkan dialog dengan opsi bervariasi.\n"
-"\n"
-" * \"Pemuat boot yang digunakan\": ada tiga pilihan:\n"
-"\n"
-" * \"GRUB\": jika Anda suka GRUB (menu teks).\n"
-"\n"
-" * \"LILO dengan menu grafis\": jika Anda suka LILO dg antarmuka grafis.\n"
-"\n"
-" * \"LILO dengan menu teks\": jika suka LILO dengan antarmuka menu teks.\n"
-"\n"
-" * \"Device boot\": Umumnya Anda takkan mengubah standar (\"/dev/hda\"),\n"
-"tapi jika suka, bootloader dapat diinstal di harddisk kedua (\"/dev/hdb\"),\n"
-"ataupun disket (\"/dev/fd0\").\n"
-"\n"
-" * \"Delay sebelum boot ke image default\": delay yang diberikan di menu\n"
-"pemuat boot kepada user saat me-reboot komputer untuk memilih entri.\n"
-"\n"
-"!! Awas, jika pemuat boot tak diinstal (dg memilih \"Cancel\" di sini),\n"
-"pastikan Anda punya jalan memboot sistem Mandrake Linux Anda! Juga pastikan\n"
-"bahwa Anda tahu apa yang Anda lakukan sebelum mengubah opsi. !!\n"
-"\n"
-"Klik \"Tambahan\" untuk menampilkan opsi lain, yg disediakan utk user ahli.\n"
-"\n"
-"Setelah parameter pemuat-boot dikonfigurasikan, ditampilkan daftar opsi\n"
-"boot yang akan muncul saat boot.\n"
-"\n"
-"Jika ada OS lain terinstal di mesin Anda, itu akan otomatis ditambahkan ke\n"
-"menu boot. Di sini Anda dapat memperbaiki opsi yang ada. Pilih entri dan\n"
-"klik \"Modifikasi\" untuk mengubah atau menghapusnya; \"Tambah\"\n"
-"membuat masukan baru; dan \"Selesai\" membawa Anda ke tahap instalasi\n"
-"berikutnya."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) dan Grub adalah pemuat boot. Dua-duanya dapat mem-boot\n"
-"GNU/Linux atau sistem operasi lain yang ada di komputer Anda.\n"
-"Biasanya, sistem operasi yang sudah ada akan dideteksi secara benar dan\n"
-"diinstallkan. Bila ternyata salah, Anda dapat menambahkan sendiri di layar\n"
-"ini. Hati-hati dalam memilih parameter yang benar.\n"
-"\n"
-"Anda mungkin ingin agar tak ada yg dapat mengakses sistem operasi lain ini.\n"
-"Anda dapat menghapus entrinya. Tapi untuk bisa masuk ke sistem operasi tsb.\n"
-"Anda perlu bootdisk nantinya."
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Anda harus menentukan tempat meletakkan info boot GNU/Linux.\n"
-"\n"
-"\n"
-"Kalau Anda kurang tahu, pilih saja \"Sektor pertama di drive (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Kini kita pilih sistem cetak komputer Anda. OS lain mungkin punya satu,\n"
-"Mandrake menyediakan tiga.\n"
-"\n"
-" * \"pdq\" - artinya ``print, djangan nqantri'', adalah pilihan jika Anda\n"
-"punya koneksi langsung ke printer Anda dan ingin bebas dari panik kemacetan\n"
-"printer, serta tak punya printer jaringan. Ia akan meng-handle hanya kasus\n"
-"jaringan yg amat mudah dan agak lambat utk network. Ambil \"pdq\" jika ini\n"
-"kali pertama Anda mengenal GNU/Linux. Anda dapat mengubah pilihan setelah\n"
-"instalasi dg menjalankan PrinterDrake dari Pusat Kontrol Mandrake dan\n"
-"meng-klik tombol expert/ahli.\n"
-"\n"
-" * \"CUPS\"``Sistem Cetak Unix Umum'' canggih untuk mencetak ke printer\n"
-"lokal dan juga separuh planet. Mudah dan berfungsi spt server/klien utk\n"
-"sistem cetak kuno \"lpd\" jadi kompatibel dg sistem lama. Banyak trik dapat\n"
-"dilakukan, tapi setup awalnya hampir semudah \"pdq\". Jika Anda perlu ini\n"
-"utk emulasi server \"lpd\", Anda harus menyalakan daemon \"cups-lpd\".\n"
-"Front-end grafis disediakan utk pencetakan/pemilihan opsi printer.\n"
-"\n"
-" * \"lprNG\"``daemon printer baris Generasi Baru''. Sistem ini dapat\n"
-"melakukan hal yg mirip dg yg bisa dilakukan sistem lain, hanya saja ia akan\n"
-"mencetak ke printer yang terhubung dengan network Novell, karena mensupport\n"
-"protokol IPX, dan bisa mencetak langsung ke perintah shell. Jika Anda perlu\n"
-"Novell atau mencetak ke perintah tanpa memakai konstruksi pipa terpisah,\n"
-"gunakan lprNG. Jika tidak, pilihlah CUPS sebab lebih mudah dan bekerja baik\n"
-"di network."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX sedang mendeteksi perangkat IDE komputer Anda, juga men-scan kartu\n"
-"SCSI PCI di sistem Anda. Jika kartu SCSI ditemukan DrakX akan otomatis\n"
-"meng-instal driver yang sesuai.\n"
-"\n"
-"Karena perangkat keras terkadang tak terdeteksi, DrakX akan bertanya apakah\n"
-"ada kartu SCSI PCI. Klik \"Ya\" jika Anda tahu ada kartu SCSI terinstal di\n"
-"mesin Anda. Akan disajikan list kartu SCSI utk dipilih. Klik \"Tidak\" jika\n"
-"tak ada hardware SCSI. Jika Anda tak yakin, periksa daftar perangkat keras\n"
-"yang terdeteksi di mesin Anda dg memilih \"Lihat info hardware\" lalu klik\n"
-"\"OK\". Periksa daftar hardware lalu klik \"OK\" utk kembali.\n"
-"\n"
-"Jika Anda harus menunjuk adaptor secara manual, DrakX akan bertanya apakah\n"
-"Anda ingin menunjuk opsi untuknya. Anda harus mengizinkan DrakX mem-probe\n"
-"hardware utk opsi spesifik-kartu yg diperlukan hardware utk inisiasi. Ini\n"
-"biasanya bekerja baik.\n"
-"\n"
-"Jika DrakX gagal mem-probe opsi yang harus diberikan, Anda perlu memberikan\n"
-"opsi ke driver secara manual. Baca ``User Guide'' (bab 3, bag. \"Collecting\n"
-"information on your hardware\") utk trik mendapat parameter yg dibutuhkan\n"
-"dari dokumentasi hardware, website pabrik (jika Anda punya akses Internet)\n"
-"atau wicrosoft mindows (jika Anda memakai hardware ini di windows)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Anda dapat menambahkan entri yaboot, baik untuk OS lain, kernel lain, atau\n"
-"untuk image boot darurat.\n"
-"\n"
-"Untuk OS lain, entri hanya berisi label dan partisi root.\n"
-"\n"
-"Untuk Linux, ada beberapa pilihan:\n"
-"\n"
-" * Label: nama yg harus diketik di prompt yaboot utk memilih opsi boot ini.\n"
-"\n"
-" * Image: nama kernel untuk diboot. Biasanya bernama vmlinux atau nama lain\n"
-"yang mirip dengan vmlinux atau ditambahkan ekstensi lain.\n"
-"\n"
-" * Root: device \"root\" atau \"/\" untuk instalasi Linux Anda.\n"
-"\n"
-" * Append: pada hardware Apple, opsi append kernel sering digunakan untuk\n"
-"menolong inisialisasi hardware video, atau pengaktifan emulasi tombol mouse\n"
-"pada keyboard utk mouse Apple yang tidak memiliki tombol kedua dan ketiga.\n"
-"Berikut adalah beberapa contohnya:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: opsi ini bisa dipakai utk memuat modul awal sebelum device boot\n"
-"tersedia, atau untuk memuat image ramdisk untuk situasi boot darurat.\n"
-"\n"
-" * Initrd-size: standar ukuran ramdisk biasanya 4096 byte. Jika Anda perlu\n"
-"mengalokasikan ramdisk yang lebih besar, gunakan opsi ini.\n"
-"\n"
-" * Read-write: umumnya partisi \"root\" diberikan secara readonly agar bisa\n"
-"dilakukan pengecekan filesystem sebelum sistem \"hidup\". Di sini Anda bisa\n"
-"mengubah kelakuan aslinya.\n"
-"\n"
-" * NoVideo: Jika hardware video Apple problematis, Anda dapat memakai opsi\n"
-"ini utk mem-boot dalam mode \"novideo\", dengan support framebuffer native.\n"
-"\n"
-" * Default: opsi standar Linux, dapat dipilih hanya dg menekan ENTER pada\n"
-"prompt yaboot. Entri ini juga akan ditandai \"*\" jika Anda menekan [Tab]\n"
-"untuk melihat pilihan boot."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot adalah pemuat boot utk hardware NewWorld MacIntosh. Ia mampu memboot\n"
-"GNU/Linux, MacOS maupun MacOSX jika terdapat di komputer Anda. Biasanya,\n"
-"OS lain ini terdeteksi dan terinstal dengan benar. Jika tidak, Anda dapat\n"
-"menambahkan entry secara manual di layar ini. Hati-hati memilih parameter.\n"
-"\n"
-"Opsi utama yaboot adalah:\n"
-"\n"
-" * Pesan Awal: pesan teks yang ditampilkan sebelum prompt boot.\n"
-"\n"
-" * Device Boot: menunjukkan tempat Anda ingin meletakkan info yg diperlukan\n"
-"utk memboot GNU/LInux. Biasanya Anda men-setup partisi bootstrap lebih dulu\n"
-"untuk menyimpan informasi ini.\n"
-"\n"
-" * Delay Open Firmware: tak seperti LILO, ada dua macam delay tersedia di\n"
-"yaboot. Delay pertama diukur dalam detik dan di sini Anda bisa memilih CD,\n"
-"boot OF, MacOS, atau Linux.\n"
-"\n"
-" * Timeout Boot Kernel: timeout ini mirip delay boot LILO. Setelah memilih\n"
-"Linux, akan ada delay 0.1 detik sebelum kernel default Anda dipilih.\n"
-"\n"
-" * Aktifkan boot CD?: opsi ini memungkinkan Anda memilih \"C\" (CD) pada\n"
-"prompt boot pertama.\n"
-"\n"
-" * Aktifkan boot OF?: dg opsi ini Anda bisa memilih \"N\" (Open Firmware)\n"
-"saat prompt boot pertama.\n"
-"\n"
-" * OS Standar: Anda dapat memilih OS yang akan diboot secara default saat\n"
-"delay Open Firmware terlampaui."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Di sini disajikan macam-macam parameter mesin Anda. Tergantung hardware yg\n"
-"ter-instal, Anda dapat - atau tidak, melihat entri berikut:\n"
-"\n"
-" * \"Mouse\": cek konfigurasi mouse, klik tombol utk mengubahnya bila perlu\n"
-"\n"
-" * \"Keyboard\": cek konfigurasi map keyboard, klik tombol utk mengubahnya\n"
-"bila perlu.\n"
-"\n"
-" * \"Zona waktu\": DrakX menerka zona waktu Anda dari bahasa yg Anda pilih.\n"
-"Tapi sekali lagi seperti pilihan keyboard, Anda mungkin tak berada di negri\n"
-"yang selaras dg bahasa terpilih. Jadi Anda mungkin perlu menekan tombol\n"
-"\"Zona waktu\" utk mengkonfigurasikan jam sesuai zona waktu tempat Anda.\n"
-"\n"
-" * \"Printer\": klik \"No Printer\" utk membuka dukun konfigurasi printer.\n"
-"\n"
-" * \"Kartu suara\": kartu suara terdeteksi di sistem Anda akan ditampilkan\n"
-"di sini. Tiada modifikasi yg dapat dilakukan saat instalasi.\n"
-"\n"
-" * \"Kartu TV\": kartu TV yg terdeteksi di sistem Anda akan ditampilkan di\n"
-"sini. Tiada modifikasi yg dapat dilakukan saat instalasi.\n"
-"\n"
-" * \"Kartu ISDN\": kartu ISDN yg terdeteksi di sistem Anda akan ditampilkan\n"
-"di sini. Anda dapat meng-klik tombol utk mengubah parameternya."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Pilih harddrive yg akan dihapus utk disediakan bagi partisi\n"
-"Linux Mandrake. Hati-hati, semua data di situ akan hilang dan\n"
-"tak dapat dikembalikan seperti semula!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Klik \"OK\" bila Anda ingin menghapus semua data dan partisi yang ada di\n"
-"hard drive ini. Awas, setelah mengklik \"OK\" Anda tak dapat mengembalikan\n"
-"data dan partisi di drive ini termasuk data windows.\n"
-"\n"
-"Pilih \"Batal\" utk membatalkan aksi ini tanpa kehilangan data dan partisi\n"
-"yang ada dalam hard drive ini."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Gagal mengakses modul kernel yang cocok (file %s hilang), ini umumnya "
-"berarti bahwa disket boot Anda tak sinkron dengan media instalasi (buatlah "
-"disket boot baru"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Anda harus juga memformat %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Anda memilih server berikut: %s\n"
-"\n"
-"Server ini aktif sesuai standar. Sementara ini tiada kabar ttg sekuritas,\n"
-"tapi mungkin ada yg telah ditemukan. Jika terjadi, upgrade-lah selekas "
-"mungkin.\n"
-"\n"
-"Jadi instal server ini?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Tanpa domain NIS, broadcast tak dapat dipakai"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Masukkan disket yang sudah diformat dengan tipe FAT di drive %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Disketnya belum diformat dengan sistem FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Untuk menggunakan pilihan paket yang sudah disimpan sebelumnya, bootlah "
-"instalasi dengan pilihan ''linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Error saat membaca file %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Ada hardwaare di komputer ini yang membutuhkan driver ``proprietary''.\n"
-"Anda bisa mencari informasinya di: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Pilih dulu partisi rootnya.\n"
-"Caranya, buatlah partisi (atau pilih di yang sudah ada).\n"
-"Lalu pilih ``Mount point'' dan set ke `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Anda harus buat partisi swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Anda belum punya partisi swap\n"
-"\n"
-"Jalan terus?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Anda harus punya partisi FAT termount pada /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Pakai ruang kosong"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Tidak ada cukup ruangan untuk mengalokasikan partisi baru"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Pakai partisi yang sudah ada"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Tidak ada partisi yang bisa digunakan"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Gunakan partisi windows untuk loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Partisi mana yang hendak dipakai oleh Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Pilih ukurannya"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Ukuran partisi root dalam MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Ukuran partisi swap dalam MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Pakai ruang kosong pada partisi windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "partisi mana yang mau Anda ubah ukurannya?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Sedang menghitung bound filesystem windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Saya tidak dapat mengubah ukuran partisi FAT ini,\n"
-"Ada error ini yang terjadi: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Partisi windows Anda terlalu terfragmen, jalankan ``defrag'' dulu"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"AWAS!\n"
-"\n"
-"DrakX sekarang hendak mengubah ukuran partisi Mindows Anda. Hati-hati:\n"
-"proses ini amat berbahaya. Bila Anda belum melakukannya, silakan\n"
-"keluar dari proses instalasi ini, lalu reboot ke windows\n"
-"jalankan scandisk (dan defrag juga) di partisi ini lalu backup datanya.\n"
-"Setelah yakin, tekan Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Tentukan ukuran untuk menyimpan windows"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "Partisi %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Resize FAT gagal: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Tidak ada partisi FAT untuk diubah ukurannya atau untuk digunakan sebagai "
-"loopback (atau tidak ada cukup ruangan)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Hapus seluruh disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Buang windows"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Anda punya beberapa harddisk, yang mana yang ingin di-instal linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "SEMUA partisi yang ada beserta data pada drive %s akan hilang"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Lakukan partisi disk secara custom"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "gunakan fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Anda bisa buat partisi %s \n"
-"Habis itu, jangan lupa simpan dengan menekan tombol `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Eh, Anda tak punya cukup ruangan pada partisi windows!"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Aduh, ruangannya tak cukup nih untuk menginstall"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Wizard partisi DrakX menemukan solusi berikut:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Proses partisi gagal: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Up-kan Jaringan"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Matikan Jaringan"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Ada error nih, tapi aku tak tahu cara mengatasinya.\n"
-"Lanjutkan saja, tapi resiko tanggung sendiri yah."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Lokasi mount %s ada dua"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Ada paket yang penting tak benar diinstalnya.\n"
-"Mungkin saja drive cdrom atau cdromnya yang rusak.\n"
-"Cek dulu cdromnya di komputer yang sudah terinstall Linux dengan\n"
-"perintah \"rpm -qpl Mandrake/RPMS/*.rpm\" dulu gih\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Selamat Datang di %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Wah maaf nih, tak ada floppy drive yah ?"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Memulai langkah `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Sumber daya sistem Anda rendah. Nantinya Anda akan sulit menginstal\n"
-"Linux-Mandrake. Cobalah instalasi text. Untuk hal ini silakan\n"
-"tekan `F1' saat booting pada CDROM, lalu ketikkan `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Kelas Instal"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Pilihlah kelas instalasi berikut:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Ukuran total grup yang dipilih kira-kira %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Kalau Anda mau nginstall dengan ukuran yang lebih kecil dari ini,\n"
-"pilih dulu persentase paket yang hendak diinstall.\n"
-"\n"
-"Persentasi kecil berarti akan install paket yang penting-penting saja;\n"
-"dan sebaliknya persentase 100%% akan install semua paket yang tadi sudah\n"
-"dipilih"
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Anda punya hard disk cuma cukup untuk sekitar %d%% dari seluruh paketini.\n"
-"\n"
-"Kalau Anda mau nginstall dengan ukuran yang lebih kecil dari ini,\n"
-"pilih dulu persentase paket yang hendak diinstall.\n"
-"Persentasi kecil berarti akan install paket yang penting-penting saja;\n"
-"dan sebaliknya persentase %d%% akan install paket yang tadi sudah\n"
-"dipilih sebanyak-banyaknya"
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Anda akan bisa memilih dengan lebih lengkap nanti"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Persentase paket yang akan diinstall"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Pilihan Grup Paket"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Pilih paket sendiri"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ukuran total: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Paket Error"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nama: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versi: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Ukuran: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Derajat: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Anda tak bisa pilih paket ini sebab tak ada ruang kosong untuk menginstallnya"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Paket ini yang akan diinstall"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Paket berikut adalah yang akan dihapus"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Anda tak bisa pilih/buang paket ini"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Paket ini harus diinstall, tak bisa dibuang"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Anda tak bisa buang paket ini, sebab dia sudah diinstall"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Paket ini mesti diupgrade\n"
-"Benar tak mau dipilih?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Anda tak bisa buang paket ini. dia mesti diupgrade"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Tunjukkan paket yang sudah dipilih secara otomatis"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instal"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Muat/Simpan di floppy"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Update pilihan paket"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Instalasi minimal"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Pilih paket yang akan diinstal"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalasi"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Perkiraan"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Sisa waktu "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Tunggu ya, saya sedang menyiapkan instalasi"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paket"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Sedang instal paket %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Terima"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Tolak"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Ganti CDROM!\n"
-"\n"
-"Silakan masukkan CDROM berlabel \"%s\" di drive Anda dan tekan OK\n"
-"Kalau Anda tak punya CDROM ini, tekan Batal aja untuk membatalkan instalasi "
-"dari CD ini."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Cuek aja?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Ada error mengurutkan paket"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Ada error saat menginstall paket"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Peringatan\n"
-"\n"
-"Mohon dibaca dulu semua ketentuan di bawah. Bila Anda tidak setuju dengan "
-"salah satu bagiannya\n"
-"Anda tidak dapat menginstal media CD berikutnya. Silakan tekan 'Tolak' untuk "
-"melanjutkan instalasi\n"
-"tanpa menggunakan media ini.\n"
-"\n"
-"\n"
-"Ada beberapa komponen yang ada di media CD berikutnya tidak dilepas dalam "
-"lisensi GPL atau perjanjian\n"
-"sejenis. Komponen-komponen itu diatur dalam ketentuan dan kondisi dalam "
-"lisensi yang bersangkutan.\n"
-"Baca dengan hati-hati dan penuhi setiap lisensi sebelum Anda menyebarkan "
-"komponen tersebut.\n"
-"Model lisensi tersebut akan melarang proses transfer, duplikasi (kecuali "
-"untuk alasan backup), penyebaran\n"
-"kembali, rekayasa ulang, de-assembly, de-kompilasi, atau modifikasi pada "
-"komponen tersebut.\n"
-"Tiap pelanggaran pada perjanjian akan segera mengakhiri hak-hak Anda dalam "
-"lisensi tersebut.\n"
-"Kecuali bila dibolehkan, Anda tidak dapat menginstall program ini dalam "
-"lebih dari satu sistem\n"
-"atau menggunakannya di jaringan. Bila Anda masih ragu, silakan huibungi "
-"langsung distributor\n"
-"atau editor komponen ini. Anda dilarang mentransfer komponen ini ke pihak "
-"ketiga atau mengkopinya.\n"
-"\n"
-"\n"
-"Semua hak pada komponen di media CD berikutnya dimiliki oleh pembuatnya "
-"masing-masing\n"
-"dan dilindungi oleh hukum hak cipta dan hak intelektual khusus untuk program "
-"komputer.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ada error"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Anda ingin tinggalkan instalasi?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Persetujuan Lisensi"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Linux-"
-"Mandrake distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Linux-Mandrake distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Linux-Mandrake sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Keyboard"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Pilih layout keyboard Anda"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ini adalah daftar keyboard yang tersedia"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Kelas instalasi yang anda diinginkan?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instal/Update"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Akan instal atau update?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Disarankan"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ahli"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Upgrade"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Hanya upgrade paket"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Pilihlah tipe mouse Anda."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port Mouse"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Di serial port mana mouse Anda dicolokkan ?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulasi tombol"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulasi 2 tombol"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulasi tombol 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurasikan card PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "konfigurasi IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "Tidak ada partisi"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Mendeteksi partisi untuk mencari lokasi mount"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Pilih lokasi mount"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Saya tak bisa baca tabel partisi, udah hancur lebur nih :(\n"
-"Aku akan coba hapus partisi yg jeleknya (SEMUA DATA akan HILANG).\n"
-"Solusi lainnya adalah jangan biarkan saya memodifikasi tabel partisi.\n"
-"(pesan errornya adalah %s)\n"
-"\n"
-"Anda setuju untuk menghapus semua partisi?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake gagal membaca tabel partisi Anda.\n"
-"Lanjutkan tapi resiko tanggung sendiri!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Tiada ruang 1MB utk bootstrap! Instal akan berlanjut, tetapi utk mem-boot "
-"sistem, Anda perlu membuat partisi bootstrap di DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Tiada partisi root tertemukam utk upgrade"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partisi root"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Manakah partisi root (/) di sistem Anda?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Anda harus reboot agar perubahan table partisi dapat berlaku"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Pilih partisi yang akan diformat"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Periksa bad blok?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Melakukan format partisi"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Membuat dan memformat file %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Instalasi tidak bisa diteruskan karena swap kurang, tambahin dong"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Sedang mencari paket yang tersedia"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Mencari paket untuk diupgrade"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "Sistem ini tak punya cukup space untuk install atawa upgrade (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Lengkap (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimum (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Disarankan (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Pilih muat/simpan seleksi paket di floppy.\n"
-"Formatnya sama dengan floppy buatan auto_install."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Muat dari floppy"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Memuat dari floppy"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Pilihan paket"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Masukkan disket yg berisi seleksi paket"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Simpan di floppy"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Ukuran terpilih melebihi area yg ada"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Tipe instalasi"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Anda belum memilih grup paket.\n"
-"Pilih instalasi minimal yang Anda ingin:"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Dengan X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Dengan dokumentasi dasar (disarankan!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Sungguh instalasi minimal (khususnya tanpa urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Kalau Anda punya semua CD pada daftar di bawah, tekan OK.\n"
-"Kalau tak punya sama sekali, click Cancel.\n"
-"Kalau cuma punya beberapa aja, pilih aja, trus klik Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Label CD-ROM \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Sedang menyiapkan instalasi"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Sedang instal paket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Konfigurasi Instalasi akhir"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Masukkan floppy boot ke drive %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Masukkan disket Update Modules ke drive %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Anda sekarang bisa mendownload software khusus untuk enkripsi.\n"
-"\n"
-"PERHATIAN:\n"
-"\n"
-"Berhubung adanya peraturan yang berbeda di berbagai lokasi berkenaan\n"
-"dengan penggunaan software ini, Anda dan/atau end user yang akan\n"
-"menggunakan software ini harus memastikan bahwa dirinya boleh untuk\n"
-"mendownload dan/atau menggunakan software ini sesuai dengan hukum\n"
-"yang berlaku di lokasinya.\n"
-"\n"
-"Juga ditekankan bahwa Anda dan/atau end user harus sadar bahwa dirinya\n"
-"tidak diperkenankan untuk melanggar hukum tersebut. Apabila melanggar\n"
-"akan dikenakan sangsi yang berat.\n"
-"\n"
-"Mandrakesoft dan para pembuat software dan/atau penyedianya sama sekali "
-"tidak\n"
-"bertanggung jawab baik untuk segala kerusakan khusus, tidak langsung, dan\n"
-"insidentil apapun (termasuk namun tidak terbatas pada kehilangan keuntungan\n"
-"gangguan bisnis, kehilangan data komersial dan kerugian lain dan \n"
-"segala kewajiban yang harus dibayarkan sesuai hukum) yang disebabkan\n"
-"oleh penggunaan, kepemilikan, atau penjualan dari software yang\n"
-"didownload ini, setelah Anda dan/atau end user memiliki akses\n"
-"ke software tersebut setelah menandatangani perjanjian yang ada.\n"
-"\n"
-"Apabila ada pertanyaan mengenai perjanjian ini, silakan hubungi\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Anda kini dapat men-download paket terupdate yg dirilis pasca distribusi.\n"
-"\n"
-"Anda akan mendapat pembetulan keamanan/kutu, tapi Anda perlu punya koneksi\n"
-"Internet terkonfigurasi utk melanjutkan.\n"
-"\n"
-"Ingin instal update ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Mandrake Linux sedang dihubungi untuk mengambil daftar mirror"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Pilih mirror tempat Anda ingin mengambil paket program"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Saya sedang mencek mirror untuk mengambil daftar paket yang tersedia"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Pilih timezone Anda"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Jam hardware diset ke GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "sinkronisasi waktu otomatis (dg NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Server NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "server CUPS remote"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Tidak ada printer"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Anda punya kartu suara ISA?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Jalankan \"sndconfig\" setelah instalasi untuk konfigurasi kartu suara"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Kartu suara tak terdeteksi. Coba \"harddrake\" setelah instalasi"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Ringkasan"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mouse"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Timezone"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printer"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "kartu ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Sound Card"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV Card"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "File lokal"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Set katasandi root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Tak berkatasandi"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Katasandinya terlalu mudah (harus paling tidak %d karakter)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentikasi"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Otentikasi LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "Basis dn LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Server LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Otentikasi NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domain NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Server NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Bootdisk baru membantu Anda untuk melakukan boot sistem Linux tanpa\n"
-"tergantung pada bootloader. Kadang ini berguna bila Anda tidak mau install\n"
-"SILO di sistem Anda, atau saat sistem operasi lain menghapus SILO, atau "
-"SILO\n"
-"tidak bisa digunakan pada konfigurasi hardware Anda. Bootdisk ini juga bisa "
-"digunakan\n"
-"dengan image rescue Mandrake, yang memudahkan kita untuk merecover sistem\n"
-"dari kegagalan. Sekarang, saya mau tanya nih... mau bikin bootdisk nggak ?"
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Drive Disket Pertama"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Drive disket kedua"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Lewatkan"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Bootdisk baru membantu Anda untuk melakukan boot sistem Linux tanpa\n"
-"tergantung pada bootloader. Kadang ini berguna bila Anda tidak mau install\n"
-"lilo (ataw grub) di sistem Anda, atau saat sistem operasi lain menghapus "
-"lilo, atau lilo\n"
-"tidak bisa digunakan pada konfigurasi hardware Anda. Bootdisk ini juga bisa "
-"digunakan\n"
-"dengan image rescue Mandrake, yang memudahkan kita untuk merecover sistem\n"
-"dari kegagalan. Sekarang, saya mau tanya nih... mau bikin bootdisk nggak ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(PERINGATAN! Anda menggunakan XFS untuk partisi root,\n"
-"pembuatan bootdisk di disket 1.44 Mb mungkin gagal,\n"
-"karena XFS perlu driver amat besar)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Tiada floppy drive tersedia"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Pilih drive floppy untuk membuat bootdisk"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Masukkan disket di %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Membuat bootdisk"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Membuat bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Nampaknya Anda punya mesin DuniaLama/TakJelas.\n"
-"Bootloader yaboot takkan bekerja.\n"
-"Instal akan berlanjut, tapi Anda perlu memakai\n"
-"BootX utk mem-boot mesin Anda"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Ingin pakai aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Ada error saat install aboot,\n"
-"paksakan instalasi walau merusak partisi awal?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Instalasi bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalasi bootloader gagal. Ada kesalahan berikut:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Gantilah bootdevice Open Firmware untuk mengaktifkan bootloader.\n"
-" Jika Anda tak melihat prompt bootloader saat reboot, tekan\n"
-" Command-Option-O-F saat reboot dan ketik:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" kemudian: shut-down\n"
-"Anda akan melihat prompt bootloader pada boot selanjutnya."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Masukkan disket kosong di drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Lagi buat disket auto install"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Ada tahapan yang tidak diselesaikan.\n"
-"\n"
-"Anda ingin keluar sekarang?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Selamat, instalasi selesai.\n"
-"Cabut media boot dan tekan Return/Enter untuk reboot.\n"
-"\n"
-"\n"
-"Untuk informasi perbaikan rilis Linux Mandrake ini,\n"
-"silakan lihat Errata di:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informasi untuk konfigurasi sistem juga tersedia di \n"
-"bab Instalasi akhir di Buku Petunjuk Resmi Linux Mandrake."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Buat floppy instalasi otomatis"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Bila Anda mau, auto install bisa dilakukan secara otomatis penuh,\n"
-"jadi instalasinya akan mengusai hard drive!\n"
-"(ini dimaksudkan untuk menginstall pada komputer lain)\n"
-"\n"
-"Mungkin Anda perlu mengulangi instalasinya.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Otomatis"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Ulang"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Simpan pilihan paket"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalasi Linux Mandrake %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> untuk pindah | <Spasi> untuk pilih | <F12> Layar berikut"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu hilang"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper hilang"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Pilih file"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Tambahan"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Dasar"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Tunggulah"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Buka Tree"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Tutup Tree"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Togel tampilan rata dan terurut grupnya"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Pilihan salah, silakan ulangi\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Pilihan Anda? (default %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Entri yang harus Anda penuhi:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Pilihan Anda? (0/1, default %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Tombol `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Anda ingin meng-klik tombol ini? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Pilihan Anda? (default %s%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Banyak yang dapat dipilih dari (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Pilihlah nomor pertama dari 10-range yang ingin Anda edit,\n"
-"atau tekan Enter untuk melanjutkan.\n"
-"Pilihan Anda? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Catatan, label berubah:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Kirim ulang"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Ceko (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Jerman"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spanyol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finland"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Perancis"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norwegia"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polandia"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rusia"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Swedia"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Keyboard UK"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Keyboard US"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albania"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenia (lama)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenia (mesintik)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenia (fonetik)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaijan (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgia"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulagaria (fonetik)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaria (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazil (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarusia"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Swis (layout Jerman)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Swis (layout Prancis)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Ceko (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Jerman (tanpa dead key)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Denmark"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwegia)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Swedia)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonia"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgia (layout \"Rusia\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgia (layout \"Latin\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Yunani"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hungaria"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroasia"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Ibrani"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Ibrani (fonetik)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iran"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandia"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Itali"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Jepang 106 tombol"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Keyboard Korea"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Amerika Latin"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lithuania AZERTY (lama)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lithuania AZERTY (baru)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lithuania \"number row\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lithuania \"phonetic\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latvia"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedonia"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Belanda"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polandia (layout qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polandia (layout qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugis"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romanian (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romanian (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rusia (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovenia"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakia (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakia (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbia (cyrillic)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Papanketik Muangthai"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Papanketik Tajik"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turki (model \"F\" tradisional)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turki (model \"Q\" modern)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukraina"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Keyboard US (internasional)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnam \"numeric row\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Yugoslavia (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "kunci Alt Kanan"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Kedua Shift bersamaan"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Kunci Control dan Shift bersamaan"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Kunci CapsLock"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Kunci Ctrl dan Alt bersamaan"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Kunci Alt dan Shift bersamaan"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Kunci \"Menu\""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Kunci \"Mindows\" kiri"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Kunci \"Mindows\" kanan"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Mount melingkar %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Hapus dulu volume logiknya\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr "Support PCMCIA tak ada lagi utk kernel 2.2, pakailah kernel 2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Mouse Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Mouse PS2 wheel generik"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 tombol"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Mouse Generik 2 Tombol"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generik"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "wheel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serial"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Mouse Generik 3 Tombol"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Sistem Mouse (serial)"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (serial, old C7 type)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 tombol"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 tombol"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "tiada"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Tidak pakai mouse"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Silakan di test mousenya"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Untuk mengaktifkan mouse,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "gerakan rodanya!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Selesai"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Lanjutkan ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Tahap sebelumnya"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Sudah sesuai?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Hubungan ke Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Cara yang umum untuk terkoneksi ke adsl adalah dengan menggunakan pppoe.\n"
-"Namun ada juga yang menggunakan pptp, dan ada yang pakai dhcp saja.\n"
-"Bila ragu, pilih saja 'gunakan pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "usb speedtouch Alcatel"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "gunakan dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "gunakan pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "gunakan pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Klien dhcp mana yang ingin Anda pakai?\n"
-"defaultnya adalah dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Tidak ada adapter jaringan ethernet yang terdeteksi di sistem ini.\n"
-"Saya jadinya tidak dapat mengkonfigurasikan tipe koneksi ini deh."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Pilih interface jaringan"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Pilih adapter jaringan yang akan digunakan untuk terhubung ke Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "Tidak ada card network ya?"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigureasi jaringan"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Masukkan nama komputernya karena ada server DHCP yang mengharuskan adanya "
-"hostname ini.\n"
-"Hostname (nama komputer) sebaiknya merupakan nama host yg fully-qualified\n"
-"misalnya ``samson.ciawi.mdamt.net''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nama Host"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Wizard Konfigurasi Jaringan"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem ISDN external"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "card ISDN Internal"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Tipe koneksi ISDN apa yang Anda miliki?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Konfigurasi ISDN mana yg Anda suka?\n"
-"\n"
-"* Konfigurasi lama menggunakan isdn4net, berisi alat perkasa,\n"
-" tetapi tricky bagi pemula, dan tidak standar.\n"
-"\n"
-"* Konfigurasi baru lebih mudah dimengerti, lebih standar,\n"
-" tapi dg alat lebih sedikit.\n"
-"\n"
-"Kami sarankan konfigurasi ringan.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Konfigurasi baru (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Konfigurasi lama (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "konfigurasi ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Pilih provider Anda.\n"
-"Bila tidak ada dalam daftar, pilih Tidak Terdaftar"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protokol Eropa"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protokol Eropa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol lain"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol lain \n"
-" tanpa D-Channel (leased lines)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Protokol apa yang ingin Anda gunakan?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Tipe card mana yang Anda punya?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Saya tak tahu"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Bila Anda punya card ISA, konfigurasi pada layar berikut nanti harusnya "
-"sudah benar.\n"
-"\n"
-"Bila Anda punya card PCMCIA, Anda harus mengetahui irq dan io kartu Anda "
-"itu.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Batal"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Lanjut"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Manakah card ISDN Anda?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Saya mendeteksi adanya sebuah card ISDN PCI, tapi saya tidak tahu tipenya. "
-"Silakan pilih card PCI tersebut pada layar berikutnya."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Tiada kartu PCI ISDN ditemukan. Pilihlah satu pd layar berikut."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Di serial port mana modem Anda terhubung?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Parameter Dialup"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nama koneksi"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Nomor telepon"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Login ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Script-based"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminal-based"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nama domain"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Server DNS Primary (boleh diisi/tidak)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Server DNS Sekondari (boleh tidak diisi)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Anda bisa putuskan atau konfigurasi koneksi yang ada sekarang."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Anda bisa mengkonfigurasikan ulang koneksi ini"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Sekarang Anda sedang terhubung ke Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Anda bisa sambungkan koneksi ke Internet atau mengkonfigurasikan ulang."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Anda sedang tidak terhubung ke Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Tersambung"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Putus"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Konfigurasikan koneksi"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Koneksi dan konfigurasi Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Kita akan mengkonfigurasi koneksi %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Konfigurasi koneksi %s.\n"
-"\n"
-"\n"
-"Tekan OK utk mulai."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Konfigurasi Jaringan"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Jaringan Anda sudah terkonfigurasi lho\n"
-"Silakan klik OK untuk rekonfigurasi ulang koneksi jaringan/internet ini, "
-"atau batal jika Anda berubah pikiran.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Selamat Datang di Wizard Koneksi Jaringan\n"
-"\n"
-"Sekarang kita akan mengkonfigurasikan internet/jaringan.\n"
-"Bila Anda tidak mau menggunakan deteksi otomatis, mohon untuk tidak memilih "
-"checkbox.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Pilih profil yang hendak Anda konfigurasikan"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Gunakan deteksi otomatis"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Mendeteksi alat..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Konfigurasi koneksi modem biasa "
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "dideteksi pada port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Konfigurasi koneksi ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s telah terdeteksi"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Koneksi ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "telah dideteksi ada pada interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Konfigurasi jaringan kabel"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Koneksi kabel terdeteksi"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "konfigurasi LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ada ethernet card yang terdeteksi"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Pilih koneksi yg hendak dikonfigurasi"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Anda mengkonfigurasi bbrp jalan utk koneksi Internet.\n"
-"Pilih yg ingin Anda pakai.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Koneksi Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Anda mau jalankan koneksi ini saat boot?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Konfigurasi Jaringan"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Network perlu di-start ulang"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Problem terjadi saat restart netword:\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Selamat, jaringan dan internet telah dikonfigurasikan.\n"
-"\n"
-"Konfigurasi akan diterapkan di sistem Anda.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Setelah itu, silakan restart X Anda agar bebas dari masalah pergantian\n"
-"nama host."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Problem konfigurasi.\n"
-"Tes koneksi Anda via net_monitor atau mcc. Jika koneksi tak berjalan, Anda "
-"mungkin perlu jalankan konfigurasi dari awal lagi"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"AWAS: device ini sebelumnya telah dikonfigurasikan untuk terhubung ke "
-"Internet.\n"
-"Tekan OK untuk tetap menggunakan konfigurasi lama.\n"
-"Bila ingin menggantinya, silakan ganti isi pada kolom-kolom di konfigurasi "
-"ini."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Masukkan konfigurasi IP untuk mesin ini.\n"
-"Tiap item harus diberikan sebagai alamat IP dalam notasi decimal\n"
-"bertitik (misalnya 202.159.35.32)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurasi perangkat jaringan %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Alamat IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP otomatis"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Alamat IP harus dalam format 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Masukkan nama komputernya.\n"
-"Hostname (nama komputer) sebaiknya merupakan nama host yg fully-qualified\n"
-"misalnya ``mdamt.fdns.net''.\n"
-"Anda juga bisa masukkan alamat IP gatewaynya kalau ada"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Server DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (mis. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Device Gateway"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfigurasi proxy"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Lacak ID kartu network (berguna di laptop)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy biasanya http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy biasanya ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Konfigurasi Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Anda ingin tes koneksi Internet sekarang?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Tes koneksi Anda..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sistem ini sekarang terhubung ke Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Untuk alasan keamanan, sekarang akan diputus koneksinya"
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Sistem ini sepertinya tidak terhubung ke Internet deh.\n"
-"Cobalah konfigurasikan ulang koneksinya."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konfigurasi Koneksi"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Silakan isi atau cek kolom berikut"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ card"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Mem card (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO Card"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 card"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 card"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Nomor telepon Anda"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nama provider (misalnya provider.net.id)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Nomor telepon provider"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS Provider 1 (boleh diisi boleh tidak)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS Provider 2 (boleh diisi boleh tidak)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Pilih negri Anda"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "mode dial"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Laju koneksi"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Timeout koneksi (detik)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Login Account (username)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Katasandi Account"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "gagal melakukan mount: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partisi extended tak bisa dipakai di platform ini"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Anda punya tabel partisi tapi tidak bisa saya gunakan.\n"
-"Satu-satunya cara adalah memindahkan partisi primary Anda ke partisi\n"
-"extended selanjutnya"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Proses restore dari file %s gagal: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "File backup rusak"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Error pada saat menulis file %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Ada sesuatu yang buruk terjadi pada drive Anda,\n"
-"hal ini saya ketahui saat gagal mengecek integritas data di situ.\n"
-"Artinya, data apapun yang ditulis ke situ akan gagal."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "harus ada"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "penting"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "bagus deh"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bagus"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "hmm.."
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Printer lokal"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "printer remote"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Printer di server CUPS remote"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Printer di server lpd remote"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Printer jaringan (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Printer di server SMB/windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Printer di server NetWare"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Masukkan URI device printer"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Pipe job ke perintah"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Model tak dikenal"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Printer Lokal"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Printer Remote"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " di port paralel \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", printer USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", alat multifungsi di port paralel \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", alat multifungsi di USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", alat multifungsi di HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", alat multifungsi"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", cetak ke %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "di server LPD \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", host TCP/IP \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "di server Windows \"%s\", share \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "di server Novell \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", menggunakan perintah %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Printer telanjang (tanpa driver)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(di %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(di mesin ini)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Di server CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Default)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Pilih koneksi Printer"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Bagaimana printer ini disambung ke komputer?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Printer pada server CUPS remote tak perlu dikonfigurasikan di sini; printer "
-"ini akan secara otomatis dideteksi."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "konfigurasi CUPS"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Tentukan server CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Untuk mengakses printer di server CUPS remote dari jaringan lokal, Anda tak "
-"perlu mengkonfigurasi apapun; server CUPS otomatis memberi tahu mesin Anda "
-"ttg printer mereka. Semua printer yg dikenal mesin Anda terdaftar di bagian "
-"\"Printer remote\" di window utama Printerdrake. Bila server CUPS Anda ada "
-"di jaringan lain, Anda harus menyodorkan alamat IP dan nomor port server "
-"CUPS utk mendapat info printer dari server. Jika tidak, biarkan kosong."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Biasanya CUPS terkonfigurasi otomatis sesuai jaringan Anda, sehingga Anda "
-"dapat mengakses printer di server CUPS jaringan lokal Anda. Jika tak jalan, "
-"matikan \"Konfigurasi CUPS otomatis\" dan edit /etc/cups/cupsd.conf secara "
-"manual. Jangan lupa restart CUPS selanjutnya (komando: \"service cups restart"
-"\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Alamat IP harus seperti 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Nomor port harus berupa bilangan bulat"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP server CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Konfigurasi CUPS otomatis"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Pendeteksian alat..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Tes port"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Tambah printer baru"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Selamat Datang di Dukun Setup Printer\n"
-"\n"
-"Dukun ini dapat menginstal printer lokal atau remote utk digunakan dari "
-"mesin ini dan juga dari mesin lain di network.\n"
-"\n"
-"Dia akan menanyai semua info yg dibutuhkan utk menset up printer dan memberi "
-"Anda akses ke semua driver printer tersedia, opsi driver, dan tipe koneksi "
-"printer."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Printer Lokal"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Selamat Datang di Dukun Setup Printer\n"
-"\n"
-"Dukun ini membantu Anda menginstal printer terhubung dengan komputer ini.\n"
-"\n"
-"Hubungkan printer Anda ke komputer ini dan nyalakan. Klik \"Lanjut\" jika "
-"siap, atau \"Batal\" bila Anda tak ingin men-set up printer sekarang.\n"
-"\n"
-"Ingat bahwa beberapa komputer bisa crash saat deteksi otomatis printer, "
-"matikan \"Deteksi otomatis printer\" utk instalasi printer tanpa deteksi "
-"otomatis. Pakailah \"Mode Ahli\" printerdrake bila Anda ingin set up "
-"pencetakan di printer remote jika printerdrake tak otomatis menampilkannya."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Printer deteksi otomatis"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Selamat, printer Anda kini terinstal dan terkonfigurasi!\n"
-"\n"
-"Anda dapat mencetak dg perintah \"Cetak\" di aplikasi Anda (biasanya di menu "
-"\"File\").\n"
-"\n"
-"Jika Anda ingin menambah, menghapus atau mengubah nama printer, atau jika "
-"ingin mengubah opsi standar setting (tray kertas, kualitas cetak, ...), "
-"pilih \"Printer\" di bagian \"Perangkat Keras\" Pusat Kontrol Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Deteksi Otomatis Printer"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake dapat mendeteksi otomatis printer paralel dan USB yang "
-"terkoneksi lokal, tapi ingat di beberapa sistem deteksi otomatis DAPAT "
-"MEMBEKUKAN SISTEM ANDA DAN MEMBUAT SISTEM FILE ANDA RUSAK! Jadi kerjakan "
-"ATAS RESIKO ANDA!\n"
-"\n"
-"Anda ingin deteksi otomatis printer?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Lakukan deteksi otomatis"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Setup printer secara manual"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Terdeteksi %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Printer di port paralel \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "printer USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Printer tak ditemukan! Untuk menginstal printer secara manual masukkan nama "
-"alat / file di baris masukan (Port Parallel: /dev/lp0, /dev/lp1, ..., "
-"sebanding dg LPT1:, LPT2:, ..., printer USB pertama: /dev/usb/lp0, printer "
-"USB kedua: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Masukkan nama alat atau file!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Tiada printer lokal ditemukan!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Printer network hanya dapat diinstal setelah instalasi ini. Pilih \"Hardware"
-"\" lalu \"Printer\" di Pusat Kontrol Mandrake."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Untuk menginstal printer network, klik \"Batal\", pindah ke \"Mode Ahli\", "
-"dan klik \"Tambah printer baru\" lagi."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Printer berikut terdeteksi otomatis, jika bukan yang ingin dikonfigurasikan, "
-"masukkan nama alat/file di baris masukan"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Daftar printer terdeteksi otomatis. Pilihlah printer yang ingin diset up "
-"atau masukkan nama alat/file di baris masukan"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Printer berikut terdeteksi otomatis. Konfigurasi printer akan bekerja "
-"otomatis. Jika printer Anda tak terdeteksi dengan benar atau jika ingin Anda "
-"konfigurasi sendiri, jalankan \"Konfigurasi manual\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Daftar printer terdeteksi otomatis. Pilihlah printer yang ingin diset up. "
-"Konfigurasi printer akan bekerja otomatis. Jika printer Anda tak terdeteksi "
-"dengan benar atau jika ingin Anda konfigurasi sendiri, jalankan "
-"\"Konfigurasi manual\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Pilih port tempat printer Anda terhubung atau masukkan nama alat/file di "
-"baris masukan"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Pilihlah port tempat printer Anda terhubung."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Port Paralel: /dev/lp0, /dev/lp1, ..., sebanding dengan LPT1:, LPT2:, ..., "
-"printer USB pertama: /dev/usb/lp0, printer USB kedua: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Pilih/masukkan printer/alat!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Konfigurasi manual"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Apakah printer Anda adalah alat multifungsi dari HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 dengan scanner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Instalasi paket HPOJ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Sedang mencek alat dan mengkonfigurasi HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Instalasi paket SANE..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Alat multifungsi HP sedang di-scan"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Membuat port printer tersedia utk CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Pembacaan database printer..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Pilihan printer lpd remote"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Untuk memakai printer lpd remote, berikan nama host\n"
-"server printer dan nama printer di server tsb."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Nama host remote"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Nama printer remote"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Nama host remote hilang!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Nama printer remote hilang!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Pilihan printer SMB (windows 95/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Untuk mencetak ke printer SMB, berikan nama host SMB (Catatan! Mungkin "
-"berbeda dengan nama host TCP/IP) dan mungkin alamat IP server printer, nama "
-"share printer yang ingin Anda akses, juga nama user, katasandi, dan info "
-"workgroup."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Host server SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP server SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nama share"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Workgroup"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Harus ada nama/IP server!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Nama share Samba hilang!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Pilihan printer NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Jika ingin mencetak pakai printer NetWare, berikan nama server printer "
-"NetWare (tak selalu sama dengan nama TCP/IPnya) juga nama antrian printer "
-"yang ingin digunakan beserta nama user dan katasandinya."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Server Printer"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nama antrian printer"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Nama server NCP hilang!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Nama antrian NCP hilang!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Opsi Printer TCP/Soket"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Untuk mencetak ke printer soket, berikan nama host printer (dan nomor "
-"portnya). Nomor port server HP JetDirect biasanya 9100, server lain "
-"bervariasi. Lihat manual perangkat keras Anda."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Nama host printer"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Nama host printer hilang!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Device Printer URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Anda dapat menset langsung URI utk akses printer. URI harus memenuhi "
-"spesifikasi CUPS/Foomatic. Ingat, tak semua tipe URI di-support oleh semua "
-"spooler."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Harus diisi URI valid!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Tiap printer perlu nama (misalnya \"printer\"). Kolom Penjelasan / Lokasi "
-"tak harus terisi. Itu komentar utk user."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nama Printer"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Keterangan"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lokasi"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Persiapan database printer ..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Model printer Anda"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake telan membandingkan nama model printer terdeteksi dengan daftar "
-"model di database untuk menemukan yang paling cocok. Ini mungkin salah, "
-"khususnya jika printer Anda tak terdaftar di semua database. Periksa apakah "
-"pilihan sudah benar dan klik \"Model sudah benar\", jika salah, klik \"Pilih "
-"model secara manual\" sehingga Anda dapat memilih model printer Anda secara "
-"manual di layar berikut.\n"
-"\n"
-"Printerdrake telah menemukan:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Model sudah benar"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Pilih model secara manual"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Seleksi model printer"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Anda punya model printer mana?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Periksa apakah Printerdrake mendeteksi otomatis model printer Anda dengan "
-"benar. Cari model yang benar di daftar jika kursor menunjukkan model yang "
-"salah atau di \"Printer telanjang\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Jika printer Anda tak terdaftar, pilih yang kompatibel (lihat manual) atau "
-"yang mirip."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Konfigurasi winprinter OKI"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Anda sedang melakukan konfigurasi winprinter laser OKI. Printer ini memakai "
-"protokol komunikasi khusus dan karenanya bekerja hanya saat terhubung port "
-"paralel pertama. Bila printer Anda terhubung dg port lain atau dengan kotak "
-"server cetak hubungkan printer dg port paralel pertama sebelum melakukan tes "
-"cetak. Jika tidak, printer takkan bekerja. Setting tipe koneksi Anda akan "
-"diabaikan oleh driver."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Konfigurasi Lexmark inkjet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Driver printer inkjet yg disediakan Lexmark hanya men-support printer lokal, "
-"bukan printer di mesin remote atau kotak server cetak. Hubungkan printer "
-"Anda ke port lokal atau konfigurasikan di mesin yang terhubung dengannya."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Agar dapat mencetak dg Lexmark inkjet Anda dan konfigurasi ini, Anda perlu "
-"driver printer inkjet yg disediakan Lexmark (http://www.lexmark.com/). "
-"Masuklah ke situs US dan klik tombol \"Drivers\". Pilih model Anda lalu "
-"sistem operasi \"Linux\". Driver disediakan berupa paket RPM atau shell "
-"script dg instalasi grafis interaktif. Anda tak perlu melakukan konfigurasi "
-"dg frontend grafis. Batalkan langsung setelah persetujuan lisensi.Lalu cetak "
-"halaman printhead alignment dg \"lexmarkmaintain\" dan cocokkan setting head "
-"alignmentdd dg program ini."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Setting standar printer\n"
-"\n"
-"Cek ukuran halaman dan jenis tinta/mode cetak (jika ada) juga konfigurasi "
-"perangkat keras printer laser (memori, unit duplex, tray extra). Ingat, "
-"pencetakan dg kualitas tinggi berjalan amat lambat."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opsi %s harus berupa integer!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opsi %s harus berupa bilangan!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Opsi %s keluar batas!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Ingin menset printer ini (\"%s\")\n"
-"sbg printer standar?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Halaman tes"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Pilihlah halaman tes yang ingin Anda cetak.\n"
-"Ingat: halaman tes photo perlu waktu lama untuk dicetak. Di printer laser "
-"bermemori rendah itu bahkan takkan muncul. Umumnya cukup halaman tes standar."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Tiada halaman tes"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Cetak"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Halaman tes standar"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Halaman tes alternatif (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Halaman tes alternatif (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Halaman tes foto"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Jangan cetak halaman tes"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Pencetakan halaman tes..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Halaman test telah dikirim ke printer.\n"
-"Akan butuh waktu sebentar untuk mulai mencetak.\n"
-"Status cetak:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Halaman test telah dikirim ke printer.\n"
-"Akan butuh waktu sebentar untuk mulai mencetak.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Bekerja dg baik?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Printer telanjang"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Utk mencetak file dari baris perintah (window terminal) pakailah komando "
-"komando \"%s <file>\" atau alat cetak grafis: \"xpp <file>\" atau \"kprinter "
-"<file>\". Alat grafis memungkinkan Anda memilih printer dan memodifikasi "
-"setting dengan mudah.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Komando ini dapat Anda pakai dalam kotak \"Perintah cetak\" dialog cetak di "
-"banyak aplikasi, tapi jangan berikan nama file di sini karena file yang "
-"dicetak akan diberikan oleh aplikasi.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Komando \"%s\" juga memungkinkan modifikasi setting job cetak tertentu. "
-"Tambahkan setting yang diinginkan ke baris perintah, mis. \"%s <file>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Untuk mengetahui opsi printer bacalah daftar di bawah atau klik tombol "
-"\"Daftar opsi cetak\".%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Daftar opsi cetak tersedia untuk printer ini:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Utk mencetak file dari baris komando (window terminal) gunakan perintah \"%s "
-"<file>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Perintah ini digunakan di kotak \"Perintah cetak\" di dialog cetak beberapa "
-"aplikasi. Tapi jangan berikan nama file di sini karena file yg dicetak akan "
-"diberikan oleh aplikasi.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr "Untuk mendapat daftar opsi printer klik \"Daftar opsi cetak\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Utk mencetak file dari baris komando (jendela terminal) gunakan komando \"%s "
-"<file>\" atau \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Anda juga dapat memakai antarmuka grafis \"xpdq\" untuk setting opsi dan "
-"kontrol job cetak.\n"
-"Jika KDE Anda pakai sbg lingkungan desktop Anda punya ikon \"tombol panik\", "
-"di desktop, berlabel \"STOP Printer!\", yang menghentikan semua job cetak "
-"seketika bila Anda tekan. Ini berguna contohnya saat kertas macet.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Komando \"%s\" dan \"%s\" juga memungkinkan modifikasi setting opsi job "
-"cetak tertentu. Tambahkan setting yg diinginkan ke baris perintah, misalnya "
-"\"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Tutup"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Cetak/Scan di \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Pencetakan di printer \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Daftar opsi cetak"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Alat multifungsi HP Anda terkonfigurasi otomatis agar dapat men-scan. Kini "
-"Anda dapat men-scan dg \"scanimage\" (\"scanimage -d hp:%s\" utk menentukan "
-"scanner jika Anda punya beberapa) dari baris perintah atau dg antarmuka "
-"grafis \"xscanimage\" atau \"xsane\". Jika Anda memakai GIMP, Anda dapat "
-"juga men-scan dg memilih titik yg sesuai di menu \"File\"/\"Acquire\". "
-"Panggil \"man scanimage\" dan \"man sane-hp\" di baris perintah "
-"untukinformasi lanjut.\n"
-"\n"
-"Jangan pakai \"scannerdrake\" utk alat ini!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Alat multifungsi HP Anda terkonfigurasi otomatis agar dapat men-scan. Kini "
-"Anda dapat men-scan dari baris perintah dg \"ptal-hp %s scan ...\". Scan via "
-"antarmuka grafis atau GIMP saat ini belum di-support. Info lanjutada di \"/"
-"usr/share/doc/hpoj-0.8/ptal-hp-scan.html\". Jika Anda punya HP LaserJet 1100 "
-"atau 1200 Anda hanya dapat men-scan jika opsi scanner terinstal.\n"
-"\n"
-"Jangan pakai \"scannerdrake\" utk alat ini!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Pembacaan data printer..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Transfer konfigurasi printer"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Anda dapat menyalin konfigurasi printer yg Anda buat utk spooler %s ke %s, "
-"spooler Anda sekarang. Semua data konfigurasi (nama printer, keterangan, "
-"lokasi, tipe koneksi, dan setting opsi default) disamakan, tapi job takkan "
-"ditransfer. \n"
-"Tak semua antrian dapat ditransfer karena alasan berikut:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS tak men-support printer server Novell atau printer yg mengirim data ke "
-"perintah format-bebas.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr "PDQ hanya men-support printer lokal, LPD remote, dan Soket/TCP.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD and LPRng tak men-support printer IPP.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Antrian tak dibuat oleh program ini atau \"foomatic-configure\" tak dapat "
-"ditransfer."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Juga printer yg terkonfigurasi dengan file PPD dari pabrik atau driver CUPS "
-"asli tak dapat ditransfer."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Tandai printer yg ingin Anda transfer lalu klik\"Transfer\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Jangan transfer printer"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Transfer"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Printer bernama \"%s\" telah ada di %s. \n"
-"Klik \"Transfer\" untuk menindihnya.\n"
-"Anda juga dapat menuliskan nama baru atau melewatkan printer ini."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Nama printer harus hanya berupa huruf, angka, atau garisbawah"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr "Sudah ada printer \"%s\", Anda benar ingin menindih konfigurasinya?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nama printer baru"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Pemindahan %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Anda telah men-transfer printer standar lama Anda (\"%s\"), Akankah ia juga "
-"dijadikan printer default pada sistem cetak baru %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Penyegaran data printer..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Konfigurasi printer remote"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Pemulaian network..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Konfigurasikan jaringan sekarang"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Fungsi network tak dikonfigurasi"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Anda akan melakukan konfigurasi printer remote. Ini memerlukan akses "
-"jaringan aktif, tapi konfigurasi jaringan Anda belum ada. Jika diteruskan "
-"tanpa konfigurasi network, Anda takkan dapat menggunakan printer yang Anda "
-"konfigurasikan sekarang. Bagaimana Anda mau teruskan?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Jalan tanpa konfigurasi jaringan"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Konfigurasi network yang dilakukan saat instalasi kini tak dapat jalan. "
-"Tolong cek apakah network dapat diakses setelah sistem diboot dan betulkan "
-"konfigurasi dengan Pusat Kontrol Mandrake, bagian \"Network & Internet\"/"
-"\"Koneksi\", lalu set printer juga dg Pusat Kontrol Mandrake, bagian "
-"\"Hardware\"/\"Printer\""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Akses network tak jalan dan tak dapat dimulai. Cek konfigurasi dan hardware "
-"Anda, lalu coba konfigurasikan printer remote Anda lagi."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Mulai ulang sistem cetak ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "tinggi"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "pengecut"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instalasi sistem cetak dalam level keamanan %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Anda akan menginstal sistem cetak %s di sistem dg level keamanan %s.\n"
-"\n"
-"Sistem cetak ini menjalankan daemon (proses background) yang menunggu dan "
-"memproses job cetak. Daemon ini juga dapat diakses oleh mesin remote via "
-"network jadi ia juga bisa jadi sasaran serangan. Karenanya hanya sedikit "
-"daemon terpilih yg dijalankan dlm level sekuriti ini.\n"
-"\n"
-"Benarkah Anda ingin mengkonfigurasikan printer di mesin ini?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Inisiasi sistem cetak pada saat boot"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Sistem cetak (%s) takkan otomatis jalan saat mesin diboot.\n"
-"\n"
-"Sebabnya mungkin auto-start dimatikan sbg implikasi level sekuriti tinggi, "
-"karena sistem cetak potensial diserang.\n"
-"\n"
-"Anda ingin auto-start sistem cetak dinyalakan lagi?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Pemeriksaan perangkat lunak terinstal"
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Hapus LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Hapus LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Pilih spooler printer"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Sistem (spooler) printer mana yang ingin digunakan?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurasi printer \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Instalasi Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opsi printer"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Persiapan PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Konfigurasi aplikasi..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Ingin konfigurasi printer?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Sistem cetak: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Printer berikut telah dikonfigurasikan. Klik-dobel printer utk memodifikasi "
-"setting; membuatnya printer default; atau melihat info tentangnya; atau "
-"membuat printer di server CUPS remote dapat dipakai oleh Star Office/"
-"OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Printer berikut telah dikonfigurasikan. Klik-dobel printer utk memodifikasi "
-"setting; membuatnya printer default; atau melihat info tentangnya."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Penyegaran daftar printer (utk menampilkan semua printer CUPS remote)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Ubah sistem cetak"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modus Normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Ingin konfigurasikan printer lain?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Modifikasi konfigurasi printer"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Printer %s\n"
-"Apa yg Anda inginkan utk modifikasi printer ini?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Kerjakan!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tipe koneksi printer"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Nama, penjelasan, lokasi printer"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Pembuat, model, driver printer"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Pembuat, model printer"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Set printer ini sebagai standar"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Tambah printer ini ke Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Hapus printer ini dari Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Cetak halaman tes"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Cara penggunaan printer ini"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Hapus printer"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Menghapus printer lama \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Printer standar"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Printer \"%s\" kini diset sbg printer standar."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Penambahan printer ke Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Printer \"%s\" sukses ditambahkan ke Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Gagal menambahkan printer \"%s\" ke Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Hapus printer dari Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Printer \"%s\" sukses dihapus dari Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Gagal menghapus printer \"%s\" dari Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Anda ingin menghapus printer \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Menghapus printer \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Konfigurasi proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Selamat datang di konfigurator proxy.\n"
-"\n"
-"Anda dapat mengeset proxy http/ftp dengan/tanpa login dan katasandi\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr "Isilah info proxy http, kosongkan jika tak perlu"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url harus berformat 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Bagian port harus berupa angka"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr "Isilah info proxy ftp, kosongkan jika tak perlu"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url harus berformat 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Ketik login proxy dan katasandinya, jika ada.\n"
-"Biarkan kosong jika tak ingin login/passwd"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "katasandi"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "tulis lagi katasandi"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Katasandi tak sama, coba lagi!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Tidak dapat menambah partisi ke RAID md%d yang terformat"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Tidak bisa menulis ke file %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid gagal"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid gagal (mungkin raidtoolsnya tak ada?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Partisi tidak cukup untuk level RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Luncurkan sistem suara ALSA (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Skeduler command periodik, Anacron"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd digunakan untuk monitoring status batere dan mencatatnya di syslog.\n"
-"apmd juga bisa untuk mematikan mesin waktu baterenya habis."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Menjalankan perintah terjadwal dengan perintah at pada waktu tertentu\n"
-"saat at dijalankan, dan memulai perintah secara batch waktu rata-rata load\n"
-"sedang rendah."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Cron adalah program UNIX standar yang menjalankan program user\n"
-"pada waktu yang terjadwal. vixie cron memiliki fitur yang lebih lengkap\n"
-"dari cron UNIX biasa, termasuk pembenahan sekuriti yang lebih baik dan\n"
-"lebih mantapnya option pada konfigurasinya."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM memberikan akses ke mouse pada aplikasi Linux yang text based semacam\n"
-"Midnight Commander. Dia juga bisa bikin cut-and-paste dengan mouse pada "
-"konsol\n"
-"dan juga bikin menu pop-up di konsol."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake mendeteksi hardware, dan mengkonfigurasi yg baru/berubah bila "
-"perlu."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache adalah server World Wide Web. Dia dipakai untuk menyediakan file\n"
-"HTML dan CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"daemon superserver internet (biasa dipanggil inetd) bertugas untuk\n"
-"menjalankan servis-servis internet yang dibutuhkan. Dia bertanggung jawab\n"
-"atas banyak server, misalnya telnet, ftp, rsh, dan rlogin. Menonaktifkan\n"
-"inetd berarti menonaktifkan semua servis-servis tadi."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Luncurkan filter paket Linux kernel seri 2.2, untuk set-up\n"
-"firewall yang melindungi mesin Anda dari serangan network."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Paket ini akan meload map keyboard yang dipilih di file\n"
-"/etc/sysconfig/keyboard. Mapnya bisa dipilih dari utility kbdconfig.\n"
-"Mending Anda aktifkan aja deh ini."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Regenerasi otomatis header kernel di /boot utk\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Deteksi dan konfigurasi otomatis hardware saat boot."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf kadang bekerja keras saat boot utk perawatan konfigurasi sistem."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd adalah daemon printer yang jadi tulang punggung lpr. Dia\n"
-"bertugas sebagai server yang memberi perintah kepada printer untuk mencetak."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, digunakan utk membangun server dg performans dan\n"
-"kapasitas tinggi."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) adalah Domain Name Server (DNS) yang digunakan untuk "
-"menerjemahkan nama host ke IP address."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Mount dan unmount semua Network File System (NFS), SMB (Lan\n"
-"Manager/windows), dan NCP (Netware)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktif/nonaktifkan semua interface network yang terkonfigurasi nyala\n"
-"pada saat boot."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS adalah protokol populer untuk file sharing lewat network TCP/IP.\n"
-"Servis ini dinyalakan untuk membuat NFS server bisa jalan dengan "
-"menggunakan\n"
-"konfigurasi pada file /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS adalah protokol populer untuk file sharing di TCP/IP\n"
-"Servis ini memberikan fungsi file lock pada NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr "Secara otomatis nyalakan numlock saat boot pada console/XFree."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Support OKI 4w and winprinter kompatibel."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA digunakan untuk menjalankan perangkat semacam ethernet atau modem "
-"pada laptop.\n"
-"Dia tak bisa jalan kecuali dikonfigurasikan di sini, jadi tak apa-apa\n"
-"kalau tak diinstall di mesin yang tak perlu PCMCIA."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper mengelola koneksi RPC, yang digunakan oleh protokol seperti\n"
-"NFS dan NIS. Server portmap harus jalan di mesin yang bertindak sebagai\n"
-"server untuk protokol yang menggunakan mekanisme RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix adalah Mail Transport Agent, program pengantar surat dari satu ke "
-"lain mesin."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Menyimpan dan mengembalikan pool entropi sistem untuk membuat\n"
-"angka acak dengan kualitas sangat acak."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Tunjuk raw device ke block devices (misalnya partisi hard drive),\n"
-"utk digunakan oleg aplikasi semacam Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Daemon routed digunakan untuk update tabel routing IP otomatis liwat\n"
-"protokol RIP. RIP dipakai di jaringan kecil, dan semakin besar jaringannya\n"
-"maka protokol routing yang canggih pun semakin dibutuhkan."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Protokol rstat digunakan pada jaringan untuk mengambil\n"
-"ukuran kinerja sistem di network."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Protokol ruser digunakan di jaringan untuk mengidentifikasi siapa\n"
-"yang lagi login di jaringan."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Protokol rwho digunakan untuk melihat daftar user yang sedang login\n"
-"di suatu sistem yang juga menjalankan daemon rwho (mirip dengan finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Aktifkan sistem suara"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog adalah fasilitas yang digunakan para daemon untuk mencatat\n"
-"pesan log sistem di file. Hidupkan aja deh syslognya."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Muat driver piranti USB"
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Aktifkan Server Font X (agar XFree dapat berjalan)"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Pilih service mana yang hendak dijalankan saat boot scr otomatis"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Pencetakan"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Pemakaian file bersama"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistem"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Administrasi remote"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Server Database"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Servis: %d diaktifkan utk %d tercatat"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servis"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "sedang jalan"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "dihentikan"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Services dan daemon"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Mohon maaf, informasi lengkap\n"
-"tentang layanan ini tidak tersedia."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Saat boot"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Mulai"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Terima kasih memilih Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Selamat datang di dunia Source Terbuka"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Sukses MandrakeSoft berdasar prinsip Perangkat Lunak Bebas. OS baru Anda "
-"adalah hasil kerja kolaborasi Komunitas Linux seluruh dunia"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Gabung dunia Perangkat Lunak Bebas"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Cari tahu tentang komunitas Sumber Bebas dan jadi anggota. Belajar, ajari, "
-"dan bantulah sesama dengan bergabung dalam banyak forum diskusi di halaman "
-"web \"Komunitas\" kami"
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet dan Pesan"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 menyajikan software terbaik untuk mengakses segala yang "
-"disediakan Internet: Jelajah web & lihat animasi dengan Mozilla dan "
-"Konqueror, tukar email & atur info pribadi Anda dengan Evolution dan Kmail, "
-"dan banyak lagi"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia dan Grafik"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 memaksimalkan komputer multimedia Anda! Gunakan software "
-"mutakhir untuk memainkan file music dan audio, edit dan mengatur gambar dan "
-"foto, melihat TV dan video, dan banyak lagi"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Development"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 adalah platform development terampuh. Temukan power "
-"compiler gcc GNU, juga lingkungan development Sumber Bebas terbaik"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Pusat Kontrol Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Pusat Kontrol Mandrake Linux 8.2 adalah tempat terpadu untuk mengkonfigurasi "
-"sistem Mandrake Anda"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Antarmuka user"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 menyediakan 11 lingkungan desktop grafis dan manajer "
-"window termasuk GNOME 1.4, KDE 2.2.2, Window Maker 0.8, dan lain-lain"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Piranti Lunak Server"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Jadikan mesin Anda server powerful dengan hanya beberapa klik mouse: server "
-"Web, email, firewall, router, server file dan cetak, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Game"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 menyediakan game terbaik Source Terbuka - arcade, aksi, "
-"kartu, olah raga, strategi, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "KampusMandrake"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Inginkah Anda belajar Linux secara mudah, cepat dan gratis? MandrakeSoft "
-"menyediakan training Linux gratis, beserta cara mentes kemajuan Anda, di "
-"KampusMandrake -- pusat training online kami"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "AhliMandrake"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Support kualitas dari Komunitas Linux, dan dari MandrakeSoft, ada di sekitar "
-"pojok. Jika Anda veteran Linux, jadilah \"Ahli\" dan bagilah pengetahuan "
-"Anda di situs web support kami"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "KonsultasiMandrake"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Untuk semua proyek IT, konsultan kami siap menganalisa kebutuhan Anda dan "
-"menyediakan solusi pilihan. Hasil pengalaman total MandrakeSoft sebagai "
-"produser Linux menyediakan Teknologi Informasi sesungguhnya untuk organisasi "
-"bisnis Anda"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "TokoMandrake"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Solusi Linux lengkap, termasuk sajian khusus produk dan 'goodies', tersedia "
-"online di e-store kami"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Untuk info lebih lanjut tentang Servis Profesional MandrakeSoft dan sajian "
-"komersial, lihat halaman web berikut:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Instalasi paket..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Saya tak bisa baca tabel partisi, udah hancur lebur nih :(\n"
-"Aku akan coba hapus partisi yg jeleknya"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Ada Kesalahan"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "File image `%s' tak ditemukan."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Konfigurasi Instalasi Otomatis"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Konfigurasi disket Instalasi Otomatis akan dilakukan. Fitur ini agak "
-"berbahaya dan harus hati-hati digunakan.\n"
-"\n"
-"Dg fitur ini, Anda akan dapat mengulang instalasi yang Anda terapkan pada "
-"komputer ini, sementara pada beberapa tahapan akan ada pertanyaan interaktif "
-"untuk mengubah nilainya.\n"
-"\n"
-"Utk keamanan maximum, proses partisi dan format takkan pernah dijalankan\n"
-"secara otomatis, apapun yg Anda pilih selama instalasi komputer ini.\n"
-"\n"
-"Jalan terus?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Konfigurasi Step Otomatis"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Pada tiap tahapan pilih apakah instalasi akan diulang, atau akan manual"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Selamat Datang.\n"
-"\n"
-"Parameter instalasi otomatis tersedia di bagian sebelah kiri"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Selamat!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr "Floppy sukses dibuat. Instalasi bisa direplikasi."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Instalasi Otomatis"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Tambah item"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Hapus item terakhir"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Laporan DrakBackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Laporan Daemon DrakBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Detil Laporan DrakBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "total kemajuan"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Backup file sistem..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "File Backup Hard Disk..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Backup file User..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Kemajuan Backup Hard Disk..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Backup file lain..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"daftar file dikirim oleh FTP : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) problem koneksi FTP: Gagal mengirim file backup dengan FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Kesalahan saat pengiriman surat. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Pilihan File"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Pilih file atau direktori dan klik 'Tambah'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Periksa semua opsi yang Anda inginkan.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Opsi ini memungkinkan backup / simpan ulang semua file di direktori /etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Backup file System Anda. ( direktori /etc )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Pakai backup incremental (tidak menghapus backup lama)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Tidak memasukkan file penting (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr "Dengan opsi ini Anda dapat menyimpan ulang semua versi direktori /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Periksa semua user yang ingin Anda masukkan ke backup."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Jangan masukkan cache browser"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Pakai Backup Incremental (tidak menghapus backup lama)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Hapus Pilihan"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "User"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Pakai koneksi FTP utk backup"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Masukkan nama host atau IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Masukkan direktori utk\n"
-" meletakkan backup di host ini."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Masukkan login"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Masukkan katasandi"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Ingat katasandi ini"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "Koneksi FTP"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Koneksi Aman"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Pakai CD/DVDROM utk backup"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Pilih ruang CD Anda"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Periksa apakah Anda menggunakan media CDRW"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Cek apakah Anda ingin menghapus CDRW sebelum"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Cek jika Anda ingin memasukkan\n"
-" boot instalasi di CD Anda."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Masukkan nama alat Penulis CD Anda\n"
-" mis: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Gunakan pita utk backup"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Masukkan nama alat utk backup"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Masukkan ukuran maximum\n"
-" yg diizinkan utk Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Masukkan direktori utk penyimpanan:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Pakai quota utk file backup."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Jaringan"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "perjam"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "harian"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "mingguan"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "bulanan"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Pakai daemon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Pilih interval waktu backup"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Pilih media backup."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Pakai Hard Drive dg daemon"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Pakai FTP dg daemon"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Pastikan daemon cron masuk dalam daftar servis."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Kirim laporan mail setelah tiap backup ke :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Apa"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Mana"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Kapan"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Opsi Tambahan"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Konfigurasi Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Pilih tempat backup"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "di Hard Drive"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "lewat Network"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Pilih apa yang akan di-backup"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Backup sistem"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Backup User"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Pilih user secara manual"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Sumber Backup: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- File Sistem:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- File User:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- File Lain:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Simpan di Hard drive di path : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Simpan di FTP di host : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t name user: %s\n"
-"\t\t di path: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Opsi:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tJangan masukkan File Sistem\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackup dengan tar dan bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackup dengan tar dan gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Cakupan daemon (%s) :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Hard drive.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Network dg FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Network dg SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Tiada konfigurasi, mohon klik Dukun atau Lanjutan.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Daftar data simpan ulang:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Daftar data rusak:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Mohon uncheck atau hapus nanti."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "File backup rusak"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Semua data terpilih telah "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Berhasil Disimpan Ulang di %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Simpan Ulang Konfigurasi "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK utk simpan ulang file lain."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "Daftar user simpan ulang (hanya tanggal terakhir per user yg penting)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Backup file sistem sebelum:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "pilih tanggal simpan ulang"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Pakai Hard Disk utk backup"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Simpan ulang dari Hard Disk."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Masukkan direktori tempat backup disimpan"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Pilih media lain utk disimpan ulang"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Media Lain"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Simpan ulang sistem"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Simpan ulang User"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Simpan ulang Lain-lain"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "pilih path utk simpan ulang (selain / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Lakukan backup baru sebelum simpan ulang (hanya utk backup incremental.)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Hapus direktori user sebelum simpan ulang."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Simpan ulang semua backup"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Simpan ulang pilihan sendiri"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Pertolongan"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Sebelumnya"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Simpan"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Bangun Backup"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Simpan ulang"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Lanjut"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Buatlah backup sebelum menyimpan ulang...\n"
-" atau pastikan path utk menyimpan sudah benar."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Error saat sendmail\n"
-" surat laporan Anda tak terkirim\n"
-" Mohon konfigurasikan sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Daftar Paket yang akan diinstal"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Error saat pengiriman file via FTP.\n"
-" Betulkan konfigurasi FTP Anda."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Pilih data utk disimpan ulang..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Pilih media backup..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Pilih data backup..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Tiada file konfigurasi \n"
-"Mohon klik Dukun atau Lanjutan"
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Sedang dibangun ... tunggu."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Backup file sistem"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Backup file user"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Backup file lain"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Total Kemajuan"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "file dikirim dg FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Kirim file..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Daftar data utk dimasukkan ke CDROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Masukkan kecepatan penulis cd"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Masukkan nama alat Penulis CD (mis: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Cek jika Anda ingin memasukkan boot instalasi ke CD"
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Backup Sekarang dari file konfigurasi"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Lihat Konfigurasi Backup."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Konfigurasi Dukun"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Konfigurasi Lanjutan"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Backup Sekarang"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"penjelasan opsi:\n"
-"\n"
-" Di tahap ini Drakbackup mengizinkan Anda mengubah:\n"
-"\n"
-" - Mode kompresi:\n"
-" \n"
-" Jika Anda pilih kompresi bzip2, Anda akan mengkompres\n"
-" data lebih baik daripada gzip (sekitar 2-10 %).\n"
-" Opsi ini bukan standar karena\n"
-" banyak makan waktu (sekitar 1000% lebih).\n"
-" \n"
-" - Mode update:\n"
-"\n"
-" Opsi ini akan mengupdate backup Anda, tapi tak\n"
-" benar-benar berguna karena Anda perlu\n"
-" mengurai backup Anda sebelum dapat meng-update.\n"
-" \n"
-" - mode .backupignore:\n"
-"\n"
-" Seperti cvs, Drakbackup akan mengabaikan semua referensi\n"
-" tertulis dalam file .backupignore di tiap direktori.\n"
-" mis: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Beberapa error saat sendmail disebabkan oleh \n"
-" konfigurasi buruk postfix. Utk mengatasinya \n"
-" myhostname atau mydomain di /etc/postfix/main.cf harus diset\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"penjelasan opsi:\n"
-"\n"
-" - Backup file sistem:\n"
-" \n"
-"\tOpsi ini dapat mem-backup direktori /etc, yg berisi\n"
-"\tsemua file konfigurasi. Hati-hati saat tahap restore\n"
-"\t(simpan ulang) agar tak menindih:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup file User: \n"
-"\n"
-"\tDengan opsi ini Anda dapat memilih user yg ingin \n"
-"\tAnda backup.\n"
-"\tUntuk menghemat ruang disk, cache browser web harap \n"
-"\ttak dimasukkan.\n"
-"\n"
-" - Backup file Lain: \n"
-"\n"
-"\tOpsi ini memungkinkan Anda menambah data utk disimpan.\n"
-"\tDengan backup lain-lain Anda sementara tak dapat \n"
-"\tmemilih backup incremental.\t\t\n"
-" \n"
-" - Backup Incremental:\n"
-"\n"
-"\tIni adalah opsi terkuat backup. Anda dapat mem-backup \n"
-"\tsemua data pertama kali, setelah itu hanya yang berubah.\n"
-"\tKemudian Anda akan dapat, saat tahap restore, menyimpan\n"
-"\tulang data dari tanggal yg ditentukan date.\n"
-"\tJika Anda belum memilih opsi ini semua backup lama akan \n"
-"\tdihapus sebelum tiap backup. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"penjelasan restore:\n"
-" \n"
-"Hanya tanggal terkini yang akan dipakai, karena dg backup incremental \n"
-"diperlukan restore satu demi satu tiap backup lama.\n"
-"\n"
-"Jadi jika Anda tak suka simpan ulang user lepaslah pilihan semua kotak\n"
-"tandanya.\n"
-"\n"
-"Jika tidak, Anda dapat memilih hanya satu opsi\n"
-"\n"
-" - Backup Incremental:\n"
-"\n"
-"\tBackup incremental adalah opsi terkuat backup,\n"
-"\tAnda dapat mem-backup semua data pertama kali,\n"
-"\tdan kemudian hanya yg berubah.\n"
-"\tJadi Anda dapat, saat tahap restore, menyimpan\n"
-"\tulang data Anda dari tanggal yg ditentukan.\n"
-"\tJika Anda belum memilih opsi ini semua backup\n"
-"\tlama akan dihapus sebelum tiap backup. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Haksalin (C) 2001 MandrakeSoft oleh DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Program ini gratis; Anda dapat menyebar ulang dan/atau mengubah\n"
-" menurut Lisensi Publik Umum GNU dari the Free Software Foundation; baik\n"
-" versi 2, atau yang lebih baru.\n"
-"\n"
-" Program ini disebar agar dapat berguna, tapi TANPA GARANSI APAPUN; bahkan\n"
-" tanpa garansi sebagai implikasi DAGANG atau KELAYAKAN UNTUK KEGUNAAN\n"
-" TERTENTU. Info lebih lanjut ada di Lisensi Publik Umum GNU.\n"
-"\n"
-" Anda mestinya sudah menerima salinan Lisensi Publik Umum GNU dari program\n"
-" ini; jika tidak, tulis ke the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Penjelasan:\n"
-"\n"
-" Drakbackup digunakan untuk membackup system Anda.\n"
-" Selama konfigurasi Anda dapat memilih: \n"
-"\t- File System, \n"
-"\t- File User, \n"
-"\t- File Lain-lain.\n"
-"\tatau Seluruh sistem ... dan Lain-lain (mis. partisi Windows)\n"
-"\n"
-" Drakbackup dapat melakukan backup system di:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (dg autoboot, rescue dan autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup dapat menyimpan ulang (restore) sistem Anda ke\n"
-" direktori pilihan user.\n"
-"\n"
-" Per default semua backup ditempatkan di direktori\n"
-" /var/lib/drakbackup\n"
-"\n"
-" File konfigurasi:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Tahap Restore:\n"
-" \n"
-" Saat tahap restore, DrakBackup akan menghapus \n"
-" direktori asli Anda dan mencek bahwa semua file \n"
-" backup tak rusak. Disarankan Anda melakukan \n"
-" backup sebelum menyimpan ulang.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"penjelasan opsi:\n"
-"\n"
-"Hati-hati menggunakan backup ftp, karena hanya backup yg telah \n"
-"dibangun yg akan dikirim ke server. Jadi sementara Anda perlu \n"
-"membangun backup di harddrive Anda sebelum mengirimnya ke server.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problem Restore Backup:\n"
-"\n"
-"Saat tahap restore, Drakbackup akan mencek semua file\n"
-"backup sebelum menempatkannya kembali. Sebelum restore,\n"
-"Drakbackup akan menghapus direktori asli Anda, dan Anda\n"
-"akan kehilangan semua data. Hati-hati dan jangan mengubah\n"
-"file data backup secara manual.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Penjelasan:\n"
-"\n"
-" Drakbackup digunakan utk mem-backup sistem Anda.\n"
-" Saat konfigurasi Anda dapat memilih \n"
-"\t- File Sistem, \n"
-"\t- File User, \n"
-"\t- File Lain-lain.\n"
-"\tatau Seluruh sistem ... dan Lain-lain (mis. partisi Windows)\n"
-"\n"
-" Drakbackup dapat mem-backup sistem di:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (dg autoboot, rescue dan autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup dapat menyimpan ulang sistem Anda ke\n"
-" direktori pilihan user.\n"
-"\n"
-" Per default semua backup akan ditempatkan di\n"
-" direktori /var/lib/drakbackup\n"
-"\n"
-" File konfigurasi:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Tahapan Restore:\n"
-" \n"
-" Saat tahap restore, Drakbackup akan menghapus\n"
-" directory asli dan mencek bahwa semua file backup\n"
-" tak rusak. Disarankan Anda melakukan backup\n"
-" terakhir sebelum menyimpan ulang.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalasi %s gagal. Ada kesalahan berikut:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Cari font terinstal"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Lepas pilih font terinstal"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "baca semua font"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "tiada font ditemukan"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "selesai"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "tak ditemukan font di partisi termount"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Pilih ulang font yg benar"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "gagal temukan font.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Cari font di daftar instalasi"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Copy font"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Instalasi font True Tupe"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "tunggu saat ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Instalasi True Type selesai"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konversi font"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "bangun type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "referensi Ghostscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "konversi font ttf"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "konversi font pfm"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Sembunyikan file temporer"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Jalankan ulang XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Sembunyikan File Font"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "jalankan ulang xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Sebelum menginstl font, Anda harus punya hak memakai dan menginstalnya di "
-"sistem Anda.\n"
-"\n"
-"-Anda dapat menginstal font dengan cara normal. Terkadang, font palsu dapat "
-"membuat server X Anda hang."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Impor Font"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Ambil Font Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Buang Font"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Opsi Lanjutan"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Daftaf Font"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Pilih aplikasi yang mensupport font :"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Printer Generik"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Pilih file font atau direktori dan klik 'Tambah'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Daftar Instalasi"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "klik di sini jika Anda yakin."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "di sini jika tidak."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Semua tak dipilih"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Semua Dipilih"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Hapus Daftar"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Tes Awal"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Salin font di sistem Anda"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Instal & konversikan Font"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Instalasi Akhir"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Hapus font di sistem Anda"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Un-Instalasi Akhir"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Pemakaian Bersama Koneksi Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Pemakaian Bersama Koneksi Internet telah aktif"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Konfigurasi Internet Connection Sharing telah seleasi.\n"
-"Namun sekarang sudah aktif.\n"
-"\n"
-"Apa yang ingin Anda lakukan?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "matikan"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "tutup"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "konfigurasi ulang"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Server-server sedang dimatikan"
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Internet Connection Sharing telah dimatikan"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internet Connection Sharing masih dimatikan"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Konfigurasi Internet Connection Sharing telah seleasi.\n"
-"Namun sekarang masih dimatikan.\n"
-"\n"
-"Apa yang ingin Anda lakukan?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "aktifkan"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Server-server akan dinyalakan"
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Internet Connection Sharing sudah aktif"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Komputer ini bisa dikonfigurasikan agar bisa membagi koneksi Internetnya.\n"
-"Dengan cara ini, komputer lain di jaringan lokal bisa menggunakn koneksi\n"
-"Internet milik komputer ini.\n"
-"\n"
-"Perhatikan: Anda mesti punya adapter jaringan untuk mensetup Local Area "
-"Network (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (pakai module %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Antarmuka %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Tidak ada adaptor jaringan di sistem ini!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Tiada adapter jaringan ethernet terdeteksi. Jalankan konfigurator hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Antarmuka jaringan"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Hanya ada satu adapter jaringan yang dikonfigurasikan di sistem ini:\n"
-"\n"
-"%s\n"
-"\n"
-"Apakah Anda mau melakukan setup Local Area Network untuk adapter itu?"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Silakan pilih adapter jaringan yang hendak disambung ke Local Area Network "
-"Anda."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Antarmuka network telah dikonfigurasi"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Awas, adaptor network (%s) telah terkonfigurasikan.\n"
-"\n"
-"Anda ingin konfigurasi ulang otomatis?\n"
-"\n"
-"Anda dapat melakukannya secara manual tapi Anda perlu tahu yg Anda kerjakan."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Konfigurasi ulang otomatis"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Tampilkan konfigurasi antarmuka"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Konfigurasi `%s':\n"
-"\n"
-"Network: %s\n"
-"Alamat IP: %s\n"
-"Atribut IP: %s\n"
-"Driver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Konfigurasi Anda dapat dipakai dengan anggapan Anda telah menset up server "
-"DHCP; tolong periksa apakah Network Kelas-C jaringan lokal Anda terbaca "
-"dengan benar; Konfigurasi ulang takkan dilakukan dan konfigurasi server DHCP "
-"takkan disentuh.\n"
-"\n"
-"Atau, antarmuka dan server DHCP dapat dikonfigurasikan (lagi).\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Jaringan Lokal Kelas-C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "IP Server DHCP (Ini)"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Konfigurasi ulang antarmuka dan server DHCP"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Jaringan Lokal tak berakhiran `.0', keluar."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Ada potensi konflik alamat LAN pada konfigurasi %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Konfigurasi firewall terdeteksi!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Awas! Ada konfigurasi firewall yang sudah ada nih. Anda nanti perlu mengecek "
-"dan membetulkan dengan cara manual setelah instalasi."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurasi..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Mengkonfigurasikan skrip, menginstall software, menjalankan server..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problem instalasi paket %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Semuanya sudah dikonfigurasikan.\n"
-"Anda sekarang bisa membagi koneksi Internet dengan komputer-komputer lain "
-"pada Local Area Network di tempat Anda, dengan menggunakan konfigurasi "
-"jaringan otomatis (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Konfigurasi telah seleasi.Namun sekarang masih dimatikan."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Konfigurasi telah selesai.Namun sekarang sudah aktif."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Internet Connection Sharing belum pernah dikonfigurasikan"
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Koneksi dan konfigurasi sharing Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Selamat datang di utiliti Internet Connection Sharing!\n"
-"\n"
-"%s\n"
-"\n"
-"Silakan pencet Konfigurasikan untuk mulai."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Konfigurasi Jaringan (adapter %d)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Hapus profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil yang hendak dihapus:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Buat profil baru..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Nama profil yg akan dibuat (profil baru dibuat sbg salinan yg sekarang) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nama Host: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Akses Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipe: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface: "
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status: "
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Tunggu"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigurasi Akses Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "konfigurasi LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfigurasi Local Area Network..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Klik di sini utk meluncurkan wizard ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Wizard..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Pasang"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Tunggu ya, sedang mengaktifkan konfigurasi"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Tersambung"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Tak tersambung"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Sambungkan..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Koneksi diputus"
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr "Awas, koneksi Internet lain terdeteksi, mungkin memakai jaringan Anda"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Tiada interface terkonfigurasi.\n"
-"Konfigurasi dulu dg meng-klik 'Configure'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "konfigurasi LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protokol Boot"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Dijalankan saat boot"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Klien DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktifkan sekarang"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "non-aktifkan sekarang"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Antarmuka ini belum dikonfigurasikan.\n"
-"Luncurkan dukun konfigurasi di window utama"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Tiada koneksi internet.\n"
-"Buat dulu dg meng-klik 'Configure'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "konfigurasi koneksi Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "konfigurasi koneksi Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipe koneksi"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameter"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Card Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Klien DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Pilih tingkat keamanan"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Pusat Kontrol"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Pilih tool yang hendak digunakan"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "AS (siaran)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "AS (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "AS (kabel-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Cina (siaran)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Jepang (siaran)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Jepang (kabel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Eropa Timur"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlandia"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Eropa Barat"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Selandia Baru"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Afrika Selatan"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Tolong,\n"
-"tuliskan standar dan daerah tv Anda"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "standar TV :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Area :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Kanal TV sedang di-scan ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Men-scan kanal TV"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "cara pakai: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Pilih keyboard Anda"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Ingin membuat tombol BackSpace menjadi Delete dalam konsol?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Ganti Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Masukkan CDROM Instalasi di drive Anda dan tekan OK\n"
-"Jika tak punya, tekan Batal untuk hindari upgrade live."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Gagal memulai upgrade live !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "Perubahan telah dilakukan, Anda harus logout agar perubahan berlaku"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Tampilkan hari terpilih saja"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/File/B_aru"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/File/_Buka"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/File/_Simpan"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/File/Simpan _Dengan nama lain"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/File/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Pilihan"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Pilihan/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Help"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Help/_About..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "User"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Pesan"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Penjelasan Piranti Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "cari"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Penampil log Anda"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Setting"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "pencocokan"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "tapi bukan pencocokan"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Pilih file"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Isi file"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Peringatan Mail/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "tunggu, sedang menelaah file: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Konfigurasi peringatan Mail/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Selamat datang di konfigurator mail/SMS.\n"
-"\n"
-"Anda dapat mengeset sistem peringatan.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "setting servis"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Anda akan menerima peringatan bila salah satu servis terpilih terhenti"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "setting muatan"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Anda akan diperingatkan jika muatan lebih tinggi daripada nilai ini"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "konfigurasi peringatan"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Konfigurasikan cara sistem memperingatkan Anda"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Simpan di..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Tipe mouse yang anda punya?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "tiada serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulasikan tombol ketiga?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s ditemukan di %s, konfigurasikan?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Pilih scanner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Scanner %s ini tak disupport"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Device boot"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Scanner %s ini harus dikonfigurasikan oleh printerdrake.\n"
-"Anda dapat meluncurkan printerdrake dari Pusat Kontrol Mandrake bagian "
-"Hardware."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "konfigurasi firewall"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "konfigurasi firewall"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Anda sudah ada firewall.\n"
-"Silakan tekan Konfigurasikan untuk mengganti atau menghapus firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Silakan tekan Konfigurasikan untuk mensetup firewall standar"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Pilih bahasa Anda"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Pilih kelas instalasi"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Deteksi hard disk"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfigurasi mouse"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Pilih keyboard"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Keamanan"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Setup filesystem"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Melakukan format partisi"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Paket yang akan diinstal"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instal sistem"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Tambahkan user"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfigurasi jaringan"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigurasi service"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Install bootloader"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Membuat bootdisk"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurasi X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Instal update sistem"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Keluar dari proses instal"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"konfigurator tinyfirewall\n"
-"\n"
-"Program ini mengkonfigurasi firewall pribadi sistem Linux Mandrake.\n"
-"Untuk membuat solusi firewall yang lebih baik, cobalah\n"
-"distribusi Mandrake Security Firewall"
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sekarang saya akan tanyakan layanan mana saja yang hendak Anda bolehkan\n"
-"untuk dapat diakses dari Internet. Silakan fikirkan dulu masak-masak akan\n"
-"hal ini, karena keamanan komputer Anda sangat penting kan.\n"
-"\n"
-"Ayo, bila Anda tidak pakai layanan-layanan ini, matikan saja lewat "
-"firewall.\n"
-"Anda bisa ubah konfigurasikan lagi kapan-kapan dengan menjalankan\n"
-"aplikasi ini lagi nantinya."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Apakah Anda ingin webserver Anda juga dapat diakses dari Internet ??\n"
-"Bila Anda ingin webserver Anda HANYA ingin diakses dari KOMPUTER INI SAJA\n"
-"maka jawab saja TIDAK di sini\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Apakah Anda menjalankan Name server di komputer ini? Bila Anda\n"
-"tidak menjalankan nameserver untuk menjawab informasi IP dan zone untuk "
-"Internet\n"
-"silakan jawab TIDAK.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Apakah Anda ingin membuka koneksi Secure Shell (ssh) ?\n"
-"SSH adalah pengganti telnet yang mungkin hendak Anda gunakan.\n"
-"Bila Anda hanya menggunakan telnet sekarang, silakan ganti ke ssh.\n"
-"telnet tidak dienkripsi loh -- jadi orang lain bisa mencuri katasandi Anda\n"
-"saat telnet. SSH dienkripsi dan tidak bisa disadap."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Apakah Anda ingin membuka koneksi telnet?\n"
-"Tapi ini sangatlah tidak aman sebagaimana dijelaskan pada layar sebelumnya.\n"
-"Ayo deh jawab TIDAK dan gunakan SSH saja.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Apakah Anda hendak membuka koneksi FTP yang ingin diakses dari Internet?\n"
-"Bila ya, silakan gunakan saja untuk transfer anonimous. Katasandi yang "
-"dikirimkan\n"
-"oleh FTP bisa dicuri oleh cracker, karena FTP tidak diacak saat pertukaran "
-"katasandi terjadi.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Apakah Anda menjalankan server mail ? Bila Anda mengirimkan email\n"
-"dengan menggunakan pine, mutt, atau klien mail teks, maka sebaiknya iya.\n"
-"Selainnya, matikan saja deh.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Apakah Anda menjalankan server POP atau IMAP ?\n"
-"Fasilitas ini bisa digunakan untuk menampung account email non web untuk\n"
-"umum.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Wah, Anda pakai kernel 2.2 yah... Bila IP jaringan Anda diset sendiri\n"
-"oleh komputer di kantor atau rumah (secara dinamis)\n"
-"maka kita harus jawab YA di sini. Benar tak demikian?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Apakah komputer Anda mendapatkan informasi jam dari komputer lain?\n"
-"Biasanya, fasilitas ini digunakan oleh organisasi sedang/besar Unix/Linux\n"
-"untuk sinkronisasi waktu untuk logging dan sebagainya. Bila Anda\n"
-"tidak tergabung dari kantor yang besar atau belum pernah dengar ini "
-"sebelumnya.\n"
-"jawab TIDAK deh"
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurasi tamat. Simpan perubahan ini ke disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Tidak bisa buka %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "error membuka file %s untuk ditulisi: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Tidak, tak perlu DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Ya, perlu DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Tidak, tak perlu NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Ya, perlu NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Jangan Simpan"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Simpan & Keluar"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Dukun Konfigurasi Firewall"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Tidak (lindungi dari internet)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Ya (izinkan ini melewati firewall)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Tunggu, paket terinstal sedang diverifikasi"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Gagal menginstal paket kebutuhan : %s dan Bastille.\n"
-" Coba instal secara manual."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Server, Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Komputer Jaringan (klien)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "server NFS, SMB, Proxy, SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Aplikasi Perkantoran"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Workstation Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Tool untuk Palm Pilot ataupun Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Workstation"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Server, Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Nama Domain dan Server Info Network (NIS)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Program office: pengolah kata (kword, abiword), spreadsheet (kspread, "
-"gnumeric), viewer pdf,dsb"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Tool untuk audio: player mp3 atau midi, mixer, dsb"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Buku dan Howto untuk Linux dan Free Software"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Workstation KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, dsb"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Kumpulan tool untuk mail, news, web, transfer file, dan chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Server, Database"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Server database PostgreSQL atau MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Tools untuk memudahkan konfigurasi komputer."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Sound"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Peralatan"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentasi"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Alat konsol"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Server mail Postfix, server news Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Komputer Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Komputer Multimedia"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "konfigurasi"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Desktop Grafis tambahan (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"The K Desktop Environment, lingkungan grafis dasar dg kumpulan tool-tool "
-"yang menyertainya"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Mode Grafis"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache dan Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Tool untuk membuat dan memburn CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Komputer Kantor"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, dsb"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Program Grafis, misalnya The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Librari, program, dan file include untuk pemrograman C dan C++"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Komputer Server Jaringan"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Server, Mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Komputer Game"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Editor dan Player Video"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafis"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Program permainan: arcade, board, strategi, dsb"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Kumpulan tool untuk membaca dan mengirimkan email dan news (pine, mutt, "
-"tin..) dan untuk membrowse Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arsip, emulator, pemantauan"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Keuangan Pribadi"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Environment grafis dengan kumpulan aplikasi dan tool desktop yang mudah "
-"digunakan"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klien untuk berbagai protokol, termasuk ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Gerbang Internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Program untuk memainkan/mengedit suara dan video"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Desktop Grafis lainnya"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editor, shell, tool untuk file, terminal"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Program untuk mengelola keuangan, misalnya gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Pengelolaan Informasi Pribadi"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD Burning"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Aplikasi Ilmu pengetahuan"
-
-#~ msgid "About"
-#~ msgstr "Keterangan"
-
-#~ msgid " Help "
-#~ msgstr " Pertolongan "
-
-#~ msgid ""
-#~ "XawTV isn't installed ...\n"
-#~ "You should install it.\n"
-#~ " Just type \"urpmi xawtv\""
-#~ msgstr ""
-#~ "XawTV belum diinstal,\n"
-#~ "Anda harus menginstalnya.\n"
-#~ " Ketikkan \"urpmi xawtv\""
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Tak dapat mengakses modul kernel yg sesuai dg kernel Anda (file %s hilang)"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Tiada"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Pilih satu printer standar!"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Terapkan/Baca-ulang printer"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Sekarang Anda boleh berikan parameter untuk module %s."
-
-#~ msgid "Low"
-#~ msgstr "Lemah"
-
-#~ msgid "Medium"
-#~ msgstr "Sedang"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Ada beberapa peningkatan level security, yang utama adalah ada lebih "
-#~ "banyak\n"
-#~ "peringatan dan cek sekuriti yang lebih ketat."
-
-#~ msgid "mount failed"
-#~ msgstr "gagal melakukan mount"
-
-#~ msgid "Boot mode"
-#~ msgstr "Mode boot"
-
-#~ msgid "Export"
-#~ msgstr "Ekspor"
-
-#~ msgid "click here"
-#~ msgstr "klik di sini"
-
-#~ msgid ""
-#~ "To know about the options available for the current printer read either "
-#~ "the list shown below or click on the \"Print option list\" button. %s\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Untuk mengetahui opsi yg tersedia untuk printer ini bacalah daftar "
-#~ "berikut atau klik tombol \"Daftar opsi cetak\". %s\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "This %s scanner uses parallel port, which is unsupported for the moment"
-#~ msgstr "Scanner %s memakai port paralel, yg tak disupport saat ini"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux mengatur jam dengan GMT atawa \"Greenwich Mean Time\" dan \n"
-#~ "menterjemahkannya ke waktu lokal sesuai dengan timezone yang Anda pilih."
-
-#~ msgid ""
-#~ "You may choose to upload updated packages that have been released after "
-#~ "the\n"
-#~ "distribution has been made available. You will get security fixes or bug\n"
-#~ "fixes, but you need to have an Internet connection configured to "
-#~ "proceed.\n"
-#~ "Answer \"Yes\" to the dialog to choose an available mirror. After "
-#~ "choosing\n"
-#~ "a mirror, a packages selection tree appears to allow you to choose "
-#~ "packages\n"
-#~ "individually, package that need to be updated are already selected, but "
-#~ "you\n"
-#~ "may choose to install other package or deselect packages. Press \"Install"
-#~ "\"\n"
-#~ "to install the updated package or \"Cancel\" not to upgrade them. (this\n"
-#~ "*REALLY* need to be modified according to real DrakX, if you need other\n"
-#~ "help section, let us (DrakX team developer) known)."
-#~ msgstr ""
-#~ "Anda dapat memilih upload paket terupdate yg dirilis setelah distribusi\n"
-#~ "tersedia. Anda akan mendapat fix keamanan atau kutu, tapi Anda perlu "
-#~ "punya\n"
-#~ "koneksi Internet terkonfigurasi untuk melanjutkan proses. Jawab \"Ya\" "
-#~ "pada\n"
-#~ "dialog untuk memilih mirror. Setelah memilih mirror, pohon seleksi paket\n"
-#~ "muncul agar Anda dapat memilih paket sendiri, paket yg perlu diupdate "
-#~ "telah\n"
-#~ "dipilihkan, tapi Anda dapat menginstal paket lain / melepas pilihan "
-#~ "paket.\n"
-#~ "Tekan \"Instal\" utk menginstal update paket atau \"Batal\" utk keluar.\n"
-#~ "(ini *BENAR-BENAR* perlu dimodifikasi menurut DrakX nyata, jika Anda "
-#~ "perlu\n"
-#~ "pertolongan lain, beritahu kami tim developer DrakX)."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Sambungkan koneksi Internet"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Putuskan koneksi Internet"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Konfigureasikan koneksi jaringan (LAN atau Internet)"
-
-#~ msgid "authentification"
-#~ msgstr "otentifikasi"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "Men-scan sumberdaya umum nfs yg tersedia"
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr "Men-scan sumberdaya umum nfs yg tersedia di server %s"
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "Scan sumberdaya umum samba yg tersedia"
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr "Scan sumberdaya umum samba yg tersedia di server %s"
-
-#~ msgid "Removable media"
-#~ msgstr "Media removable"
-
-#~ msgid "Active"
-#~ msgstr "Aktif"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Printer dengan tipe \"%s\" telah terdeteksi di "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Alat printer lokal"
-
-#~ msgid "Printer Device"
-#~ msgstr "Device Printer"
-
-#~ msgid "Device/file name missing!"
-#~ msgstr "Nama device/file hilang!"
-
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Printer di server CUPS remote"
-
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Printer di server remote"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "Mulai koneksi..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "Tutup koneksi..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "Koneksi belum ditutup.\n"
-#~ "Cobalah lakukan secara manual sebagai root lalu ketikkan\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down"
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "Sistem ini sekarang diputus koneksinya"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Pilih ukuran yang akan diinstal"
-
-#~ msgid "Total size: "
-#~ msgstr "Ukuran total: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Silakan tunggu, "
-
-#~ msgid "Total time "
-#~ msgstr "Total waktu "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Gunakan konfigurasi X11 yang ada?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Device mana yang terhubung ke printer\n"
-#~ "(ingat, /dev/lp0 = LPT1:) ?\n"
-
-#~ msgid "%s"
-#~ msgstr "%s"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Awas, adaptor jaringan sudah dikonfigurasikan. Akan dikonfigurasikan lagi."
-
-#~ msgid "New"
-#~ msgstr "Baru"
-
-#~ msgid "Remote"
-#~ msgstr "Remote"
-
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr ""
-#~ "Klik tombol di atas\n"
-#~ "\n"
-#~ "Atau gunakan \"Baru\""
-
-#~ msgid "Use \"New\""
-#~ msgstr "Gunakan \"Baru\""
-
-#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
-#~ msgstr ""
-#~ "Jika daftar di atas tak memuat isian yg diinginkan, masukkan di sini:"
-
-#~ msgid "Shared resource"
-#~ msgstr "Sumberdaya umum"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Tak jelas (%s), coba lebih detil\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (default %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Pilihan Anda? (default %s pilih 'none' untuk tidak ada) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "gagal baca file /etc/sysconfig/autologin: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Anda ingin restart network?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Setuju?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Saya akan me-restart device jaringan ini:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Device jaringan %s akan di-restart. Setuju ?"
-
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Kecuali Anda tahu yg lain, umumnya dipilih \"/dev/hda\"\n"
-#~ "(disk IDE master primer) atau \"/dev/sda\" (disk SCSI pertama)."
-
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Printer berikut telah dikonfigurasi.\n"
-#~ "Anda boleh tambahkan atau mengubah yang sudah ada."
-
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Timeout koneksi (detik) [ beta, belum diterapkan ]"
-
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Gagal set \"%s\" sbg printer default!"
-
-#~ msgid "Spooler: "
-#~ msgstr "Spooler: "
-
-#~ msgid "Test the mouse here."
-#~ msgstr "Silakan tes mouse Anda"
-
-#~ msgid "Press next to continue."
-#~ msgstr "Tekan Lanjutkan utk melanjutkan"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Pilihlan bahasa yang ingin Anda gunakan untuk instalasi dan sistem."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Anda harus menerima ketentuan dalam lisensi di atas untuk melanjutkan "
-#~ "proses instalasi.\n"
-#~ "\n"
-#~ "\n"
-#~ "Silakan tekan \"Terima\" bila Anda setuju dengan persyaratan di atas.\n"
-#~ "\n"
-#~ "\n"
-#~ "dan silakan tekan \"Tolak\" bila Anda tidak setuju. Proses instalasi akan "
-#~ "dihentikan tanpa mengubah konfigurasi yang sudah ada."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Pilih layout keyboard yg dipakai dari daftar di atas"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Bila Anda menginginkan bahasa-bahasa lain selain bahasa yang Anda tadi "
-#~ "pilih pada saat setelah instalasi, silakan pilih pada daftar di atas. "
-#~ "Bila Anda mau semuanya, pilih saja \"Semuanya\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Pilih:\n"
-#~ "\n"
-#~ " - Customized: Bila Anda familiar dengan Linux, Anda akan dapat\n"
-#~ " memilih penggunaan sistem ini, yaitu normal, development, atau server.\n"
-#~ " Pilih \"Normal\" untuk instalasi secara umum yang biasanya. Atau pilih\n"
-#~ " \"Development\" untuk membuat software dengan Linux Anda, atau pilih\n"
-#~ " \"Server\" bila hendak menginstall server serbaguna (mail, print, dsb)\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ahli : Bila Anda sangat dekat dengan GNU/Linux dan ingin\n"
-#~ " menginstall Linux sesuka hati, ini adalah kelas instalasi yang pas\n"
-#~ " untuk Anda, dan Anda bisa memilih penggunaan sistem ini sebagaimana\n"
-#~ " pada kelas \"Customized\". JANGAN COBA-COBA PAKAI MODUS INI KALAU\n"
-#~ " belum cukup makan asam garam di dunia LINUX"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Berikut adalah pilihan penggunaan mesin Anda :\n"
-#~ "\n"
-#~ "*Workstation: pilih ini kalau Anda hendak menggunakan mesin Anda untuk "
-#~ "mengerjakan\n"
-#~ " pekerjaan sehari-hari di kantor atau di rumah\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: pilih ini bila Anda hendak menggunakan mesin ini untuk "
-#~ "pembuatan software.\n"
-#~ " Anda akan saya kasih kumpulan software yang berguna untuk melakukan "
-#~ "kompilasi,\n"
-#~ " debug, dan format source code, atau untuk membuat paket software\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server : Pilih ini bila Anda hendak menggunakan mesin ini sebagai\n"
-#~ " server. Entah itu file server (NFS ataw SMB), print server\n"
-#~ " (pakai protokol Unix lp (Line Printer) atau model windows SMB)\n"
-#~ " authentication server (NIS), database server dsb dsb.\n"
-#~ " Karena itu jangan mengharapken saya menyediakan rupa-rupa\n"
-#~ " software yang ngejreng (KDE,GNOME...) di sini."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Sekarang Anda pilih dulu grup paket yang mau Anda install\n"
-#~ "atau yang mau diupgrade.\n"
-#~ "\n"
-#~ "DrakX sekarang akan cek apakah Anda masih punya sisa space kosong untuk\n"
-#~ "menginstall ini semua, kalau tidak nanti Anda akan diberitahu kok.\n"
-#~ "Tapi kalau Anda mau cuek aja mau install walaupun spacenya tidak cukup\n"
-#~ "gua akan menginstall semua paketnya, tapi ada beberapa paket yang aku "
-#~ "rasa\n"
-#~ "kurang penting akan tidak diinstall. Pada daftar di bawah ini Anda bisa\n"
-#~ "pilih \"Pilih paket sendiri\"; kalau-kalau Anda pingin melihat \n"
-#~ "paket-paket yang ada (ada 1000an lebih...)"
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Anda dapat memilih tiap-tiap paket yang hendak Anda install\n"
-#~ "\n"
-#~ "\n"
-#~ "Anda dapat membuka atau menutup tree dengan mengklik pada pilihan di "
-#~ "sudut kiri pada\n"
-#~ "windows paket\n"
-#~ "\n"
-#~ "\n"
-#~ "Bila Anda hendak melihat daftar paket yang diurut secara alfabet, pilih "
-#~ "ikon \"Togel flat dan urut grup\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Bila Anda tidak hendak diberitahu tentang dependensi paket, pilih "
-#~ "\"Dependensi otomatis\"\n"
-#~ "Dengan cara ini bila Anda membuang suatu paket, maka paket-paket terkait "
-#~ "lainnya akan dibuang\n"
-#~ "juga secara otomatis tanpa pemberitahuan."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Kalau Anda punya semua CD pada daftar di atas, tekan OK.\n"
-#~ "Kalau tidak punya sama sekali, click Baal.\n"
-#~ "Kalau cuma punya beberapa aja, pilih aja, trus klik Ok."
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are installing on an Apple machine with a 1-button mouse, you "
-#~ "will\n"
-#~ "be given the opportunity to define some keyboard keys to emulate the 2nd\n"
-#~ "and 3rd mouse buttons. This will allow you to be able to access the "
-#~ "full\n"
-#~ "functionality of the mouse in both the Linux console and the X Window "
-#~ "GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have an ADB mouse, please select USB, as the Linux kernel will "
-#~ "take\n"
-#~ "care of mapping your mouse hardware correctly."
-#~ msgstr ""
-#~ "Anda kini dapat mencoba mouse. Gunakan tombol dan roda utk mencek\n"
-#~ "setting. Jika hasilnya buruk, klik \"Batal\" utk memilih driver lain.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jika Anda sedang menginstal mesin Apple dg mouse 1-tombol, ada "
-#~ "kesempatan\n"
-#~ "mendefinisikan keyboard utk mengemulasi tombol ke-2 dan ke-3.\n"
-#~ "Ini menjadikan Anda dapat mengakses fungsi penuh mouse dalam\n"
-#~ "konsol Linux dan GUI Window X.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jika Anda punya mouse ADB, pilihlah USB, karena kernel Linux akan "
-#~ "melakukan\n"
-#~ "mapping hardware mouse Anda."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Bila Anda hendak menghubungkan komputer ini ke Internet atau ke jaringan\n"
-#~ "lokal, silakan pilih konfigurasi yang benar. Nyalakan perangkat terkait "
-#~ "sebelum\n"
-#~ "memilih konfigurasi agar dapat dideteksi oleh DrakX secara otomatis.\n"
-#~ "\n"
-#~ "\n"
-#~ "BIla anda tidak memiliki koneksi ke Internet atau jaringan lokal, pilih "
-#~ "saja\n"
-#~ "\"Matikan Jaringan\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Bila Anda hendak mengkonfigurasikan jaringan nanti setelah proses "
-#~ "instalasi selesai,atau bila Anda sudah selesai mengkonfigurasikan koneksi "
-#~ "jaringan, pilih \"Selesai\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Saya tidak dapat menemukan modem di komputer ini. Silakan pilih port "
-#~ "serial mana\n"
-#~ "modem Anda dicolokkan.\n"
-#~ "\n"
-#~ "\n"
-#~ "sebagai misal, port serial pertama (pada Microsoft windows dikenal dengan "
-#~ "\"COM1\")\n"
-#~ "adalah \"ttyS0\" di GNU/Linux."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Sekarang Anda bisa memasukan pilihan dialup. Bila Anda tidak tahu\n"
-#~ "atau ragu-ragu, informasi yang benar bisa Anda tanyakan kepada\n"
-#~ "Internet Service Provider tempat Anda berlangganan. Bila Anda tidak\n"
-#~ "memasukan DNS (name server) di sini, informasi tersebut akan\n"
-#~ "saya cari sendiri pada Internet Service Provider Anda saat melakukan "
-#~ "koneksi nanti."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Bila modem yang Anda punya adalah modem eksternal, maka tolong dong "
-#~ "dinyalakan supaya DrakXbisa mendeteksinya secara otomatis."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Silakan nyalakan modemnya dan pilih mana modem yang Anda punya"
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Bila Anda tidak yakin dengan informasi di atas apakah benar atau tidak\n"
-#~ "atau bahkan bila Anda sangat tidak tahu atau ragu mau isi apa, tenang "
-#~ "saja\n"
-#~ "informasi di atas bisa Anda tanyakan kepada Internet Service Provider "
-#~ "Anda.\n"
-#~ "Bila Anda tidak mengisi DNS (name server) di sini, nanti akan saya cari "
-#~ "sendiri\n"
-#~ "dari Internet Service Provider saat melakukan koneksi ke Internet."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Anda bisa masukkan nama host Anda sekarang. Bila Anda tidak yakin apa "
-#~ "yang harus dimasukkan,\n"
-#~ "informasi ini bisa diperoleh dari ISP."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Silakan konfigurasikan device jaringan Anda:\n"
-#~ "\n"
-#~ " * Alamat IP: Kalau Anda tak tahu, tanyakan sana pada network "
-#~ "administratornya.\n"
-#~ " Jangan masukkan alamat IP kalau Anda pilih \"IP Otomatis\" di "
-#~ "bawah.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Netmask: Pilih aja \"255.255.255.0\", kecuali kalau ragu tanya juga "
-#~ "ke\n"
-#~ " network administratornya.\n"
-#~ "\n"
-#~ "\n"
-#~ " - IP otomatis: Bila network Anda menggunakan bootp atau protokol dhcp, "
-#~ "pilih\n"
-#~ " ini. Bila Anda pilih ini, tak usah masukkan alamat IP di \"Alamat IP\". "
-#~ "Bila\n"
-#~ " Anda ragu juga, tanya lagi ke network administrator."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Anda sekarang bisa memasukan nama host. Bila Anda tidak tahu atau ragu\n"
-#~ "silakan kontak network administrator Anda saja."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Sekarang Anda boleh memasukan nama host. Bila tidak tahu\n"
-#~ "atau tidak pasti, kosongkan saja deh."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Anda bisa masukkan dialup sekarang. Bila Anda tak yakin apa yang harus "
-#~ "dimasukkan,\n"
-#~ "informasi ini bisa diperoleh dari ISP."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Bila Anda mau pakai proxy, sekarang saatnya untuk mengkonfigurasi. Bila "
-#~ "Anda\n"
-#~ "tak tahu pakai proxy apa tak, tanya gih ke network administratornya atau "
-#~ "ISP."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Anda bisa install paket kriptografi bila koneksi Internet Anda telah\n"
-#~ "dikonfig dengan benar. Sekarang pilih mirror tempat Anda ingin download\n"
-#~ "paket kriptografinya dan kemudian pilih paketnya.\n"
-#~ "\n"
-#~ "Perhatikan bahwa Anda harus pilih mirror dan kriptografi sesuai "
-#~ "ketentuan\n"
-#~ "yang berlaku di daerah Anda."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "Sekarang pilih zonawaktu tempat Anda tinggal"
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Sekarang Anda bisa mengkonfigurasikan printer lokal (terhubung ke "
-#~ "komputer Anda) atau\n"
-#~ "printer remote (yang diakses via jaringan Unix, Netware, atau Microsoft "
-#~ "windows)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Bila Anda ingin dapat mencetak, silakan pilih sistem cetak CUPS atau LPR\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS adalah sistem cetak baru dan powerfull di Unix (CUPS = \"Common "
-#~ "Unix\n"
-#~ "Printing System\"). Ini adalah sistem cetak standar Linux Mandrake.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR adalah sistem cetak kuno, masih dipakai pada versi lama Linux "
-#~ "Mandrake.\n"
-#~ "\n"
-#~ "\n"
-#~ "Bila Anda tak punya printer, pilih \"Tidak Ada\""
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux dapat menggunakan berbagai jenis printer. Tiap-tiap tipe "
-#~ "memerlukan setup\n"
-#~ "yang berbeda\n"
-#~ "\n"
-#~ "\n"
-#~ "Bila printer tersambung secara fisik dalam komputer ini, pilih\n"
-#~ "\"Printer Lokal\". \n"
-#~ "\n"
-#~ "Bila Anda menggunakan printer Unix jarak jauh, pilih\n"
-#~ "\"Printer remote\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Bila Anda hendak menggunakan printer pada mesin Microsoft windows (atau\n"
-#~ "pada mesin Unix dengan SMB), maka pilih \"SMB/WIndows 95/98/NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Silakan nyalakan printer sebelum DrakX mendeteksinya.\n"
-#~ "\n"
-#~ "Anda perlu mengisi beberapa informasi di sini.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Nama printer: spooler cetak menggunakan nama \"lp\" sebagai nama "
-#~ "printer default\n"
-#~ "Jadi Anda pelru punya sebuah printer dengan nama \"lp\". Bila Anda "
-#~ "memiliki cuma \n"
-#~ "satu buah printer saja, Anda bisa menggunakan beberapa nama. Tuliskan "
-#~ "saja nama\n"
-#~ "itu dan pisahkan dengan karakter pipe \"|\". Jadi untuk memberi nama "
-#~ "printer dengan\n"
-#~ "nama yang mudah dimengerti, Anda bisa tuliskan: \"Printer saya|lp\".\n"
-#~ " Printer yang memiliki \"lp\" pada namanya akan menjadi printer "
-#~ "default.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Deskripsi: ini boleh diisi boleh tidak, tapi bila diisi akan lebih "
-#~ "memudahkan Anda\n"
-#~ "untuk membedakan antara printer bila Anda memiliki printer lebih dari "
-#~ "satu buah atau bila\n"
-#~ "printer ini akan diakses oleh banyak orang.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Lokasi: Anda bisa menuliskan informasi lebih detil tentang lokasi "
-#~ "printer ini.\n"
-#~ "(misalnya \"Printer yang ada di lantai 2\").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Anda perlu memasukkan beberapa informasi di sini.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Nama antrian: spooler cetak menggunakan nama \"lp\" sebagai nama "
-#~ "printer default\n"
-#~ "Jadi Anda pelru punya sebuah printer dengan nama \"lp\". Bila Anda "
-#~ "memiliki cuma \n"
-#~ "satu buah printer saja, Anda bisa menggunakan beberapa nama. Tuliskan "
-#~ "saja nama\n"
-#~ "itu dan pisahkan dengan karakter pipe \"|\". Jadi untuk memberi nama "
-#~ "printer dengan\n"
-#~ "nama yang mudah dimengerti, Anda bisa tuliskan: \"Printer saya|lp\".\n"
-#~ " Printer yang memiliki \"lp\" pada namanya akan menjadi printer "
-#~ "default.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Direktori Spool: Dalam direktori ini semua job printer akan "
-#~ "disimpan. BIla Anda tidak\n"
-#~ "mengerti biarkan saja terisi dalam nilai defaultnya.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Koneksi Printer: Bila printer tersambung secara fisik dalam komputer "
-#~ "ini, pilih\n"
-#~ "\"Printer Lokal\". Namun bila Anda menggunakan printer Unix jarak jauh, "
-#~ "pilih\n"
-#~ "\"Printer lpd remote\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Bila Anda hendak menggunakan printer pada mesin Microsoft windows "
-#~ "(atau\n"
-#~ "pada mesin Unix dengan SMB), maka pilih \"SMB/WIndows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Bila Anda hendak mengakses printer pada jaringan Netware, pilih "
-#~ "\"Netware\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Printer Anda tidak dapat dideteksi. Silakan tuliskan nama device atau di "
-#~ "mana printer Anda\n"
-#~ "tersambung.\n"
-#~ "\n"
-#~ "\n"
-#~ "Sebagai contoh, printer yang disambung ke port paralel pertama komputer "
-#~ "disebut\n"
-#~ "\"/dev/lp0\" pada GNU/Linux, dan disebut \"LPT1\" pada wicrosoft mindows."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Anda harus pilih printer yang Anda punya pada daftar di atas."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Silakan pilih konfigurasi yang tepat bergantung tipe printer yang Anda "
-#~ "punya.\n"
-#~ "Silakan baca dokumentasinya bila Anda tidak tahu harus pilih apa di "
-#~ "sini.\n"
-#~ "\n"
-#~ "\n"
-#~ "Anda akan dapat melakukan test pada konfigurasi ini nanti dan bisa juga\n"
-#~ "mengubah konfigurasi ini bila tidak berjalan sebagaimana mestinya."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Sekarang Anda mesti berikan katasandi root untuk\n"
-#~ "sistem Linux-Mandrake ini. Katasandi harus diketikkan dua kali untuk\n"
-#~ "verifikasi bahwa Anda tidak salah ketik.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root adalah administrator sistem. Hanya orang yang punya akses ke\n"
-#~ "account administrator saja yang dapat mengatur dan mengelola sistem.\n"
-#~ "Awas, account administrator yang disalahgunakan atau dipakai\n"
-#~ "tanpa izin akan sangat membahayakan integritas sistem, data,\n"
-#~ "dan sistem lain yang terhubung. \n"
-#~ "\n"
-#~ "\n"
-#~ "Katasandi haruslah campuran dari\n"
-#~ "karakter alfanumerik dan panjangnya minimal 8 karakter. Jangan\n"
-#~ "pernah menuliskan katasandi Anda di kertas atau di mana saja. \n"
-#~ "\n"
-#~ "Jangan buat katasandi Anda terlalu panjang atau rumit, nanti bisa lupa."
-
-#~ msgid ""
-#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
-#~ "select\n"
-#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
-#~ "network\n"
-#~ "administrator.\n"
-#~ "\n"
-#~ "If your computer is not connected to any administrated network, you may "
-#~ "want to\n"
-#~ "choose \"Local files\" for authentication."
-#~ msgstr ""
-#~ "Jika jaringan Anda memakai protokol otentikasi LDAP/NIS, pilih\n"
-#~ "\"LDAP\" (atau \"NIS\") . Jika Anda tak tahu, tanyalah admin jaringan "
-#~ "Anda.\n"
-#~ "\n"
-#~ "Jika komputer tak terhubung jaringan, Anda dapat memilih\n"
-#~ "\"File lokal\" utk otentikasi."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Silakan Anda buat satu atau lebih user \"biasa\", setelah Anda\n"
-#~ "membuat user \"pihak berwenang\", yaitu root. Anda bisa buat\n"
-#~ "user untuk tiap orang yang Anda perbolehkan untuk mengakses komputer\n"
-#~ "ini. Perhatikan bahwa tiap account user akan memiliki preferesi\n"
-#~ "sendiri-sendiri (environment grafis, seting program dsb)\n"
-#~ "dan juga punya \"direktori home\" sendiri, tempat preferensi tadi\n"
-#~ "disimpan\n"
-#~ "\n"
-#~ "\n"
-#~ "Pertama-tama, buatlah account untuk Anda sendiri! Buatlah walau Anda\n"
-#~ "adalah satu-satunya orang yang mengakses mesin ini. Anda nanti tidak\n"
-#~ "BOLEH mengakses mesin ini untuk keperluan sehari-hari, karena merupakan\n"
-#~ "resiko besar bila Anda sering login sebagai root. Biasanya ini "
-#~ "disebabkan\n"
-#~ "karena salah ketik, dsb.\n"
-#~ "\n"
-#~ "\n"
-#~ "Karena itu, biasakan untuk konek ke msein ini dengan menggunakan account\n"
-#~ "yang telah Anda buat disini, dan login sebagai root, hanya untuk \n"
-#~ "keperluan administratif dan maintenance saja yah."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Sangat disarankan Anda membuat bootdisk. Bila Anda gagal\n"
-#~ "memboot komputer, bootdisk adalah satu-satunya cara untuk\n"
-#~ "menyelamatkan sistem tanpa instal ulang."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "Pilihan LILO dan grub adalah:\n"
-#~ " - Boot device: Set nama devicenya (misalnya hard disk partisi) yang "
-#~ "berisi boot sector\n"
-#~ " pilih \"/dev/hda\", kecuali kalau Anda tahu yang "
-#~ "pastinya.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay sebelum boot ke image default: Menentukan waktu dalam "
-#~ "sepersepuluh detik\n"
-#~ " sebelum boot loader akan meload image yang default (pertama). Ini "
-#~ "berguna\n"
-#~ " pada sistem yang boot dari hard disk dan keyboardnya dinyalakan. Boot "
-#~ "loader\n"
-#~ " tidak menunggu bila \"delay\" dihilangkan atau diset ke nol.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: Menentukan mode text VGA yang dipilih saat booting. \n"
-#~ " Setting yang bisa dipakai: \n"
-#~ " * normal: pilih mode text 80x25\n"
-#~ " * <angka>: gunakan mode text.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Hapus \"/tmp\" saat boot bila Anda ingin menghapus semua file-file "
-#~ "di dalam direktori\n"
-#~ "\"/tmp\" saat boot sistem dimulai.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ukuran RAM yang tepat. Duh, ngga ada metode standar untuk "
-#~ "mendapatkan \n"
-#~ "angka jumlah RAM yang tepat di komputer tertentu. Jadi, Linux mungkin "
-#~ "akan\n"
-#~ "salah mendeteksi jumlah RAM yang Anda punya sekarang. Bila benar, saya "
-#~ "salah\n"
-#~ "tebak angka RAMnya di sini, silakan masukkan angka yang benar. Oh ya,\n"
-#~ "beda 2 atau 4 MB sih ngga masalah loh."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO adalah bootloader untuk SPARC: Dianya akan memboot\n"
-#~ "GNU/Linux atau sistem operasi lain yang ada di komputer ini.\n"
-#~ "Biasanya, sistem operasi yang sudah ada akan secara normal di deteksi "
-#~ "dan\n"
-#~ "diinstallkan. Bila ternyata nanti tak bisa, Anda bisa tambahkan sendiri\n"
-#~ "secara manual di sini. Hati-hati yah nanti waktu kasih parameternya.\n"
-#~ "\n"
-#~ "\n"
-#~ "Anda juga bisa menutup akses ke sistem operasi tertentu. Caranya gampang "
-#~ "aja\n"
-#~ "Anda bisa hapus entrinya di sini. Tapi untuk bisa masuk ke sistem operasi "
-#~ "itu\n"
-#~ "Anda perlu bootdisk nantinya."
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "Pilihan SILO dan grub adalah:\n"
-#~ " - Instalasi Bootloader: Tempat Anda hendak meletakkan informasi boot\n"
-#~ " ke GNU/Linux. Pilih aja \"Sektor pertama di drive (MBR)\", kecuali\n"
-#~ " elu udah tau tempatnya\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay sebelum boot ke image default: Menentukan waktu dalam "
-#~ "sepersepuluh detik\n"
-#~ " sebelum boot loader akan meload image yang default (pertama). Ini "
-#~ "berguna\n"
-#~ " pada sistem yang boot dari hard disk dan keyboardnya dinyalakan. Boot "
-#~ "loader\n"
-#~ " tidak menunggu bila \"delay\" dihilangkan atau diset ke nol."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Sekarang Anda akan mengkonfigurasikan X Window System, yang merupakan\n"
-#~ "inti GUI (Graphical User Interface) bagi GNU/Linux. Sekarang,\n"
-#~ "Anda harus konfigurasikan video card dan monitor. Biasanya\n"
-#~ "tahapan ini akan otomatis, tapi Anda perlu verifikasi\n"
-#~ "hasil deteksi dan memeriksanya, benar apa tidak:)\n"
-#~ "\n"
-#~ "\n"
-#~ "Setelah itu, X akan dijalankan (kecuali kalau Anda bilang jangan)\n"
-#~ "dan periksa apakah settingnya sudah cocok atau belum.\n"
-#~ "Kalau tidak cocok, Anda bisa kembali lagi dan mengubah konfigurasi\n"
-#~ "lalu coba lagi."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Bila ada yang ngaco pada konfigurasi Xnya, silaken pakai pilihan ini "
-#~ "untuk\n"
-#~ "membuat X Window System lebih bagus."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Bila Anda ingin menggunakan login grafis, pilih \"Ya\". Sebaliknya,\n"
-#~ "pilih \"Tidak\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "Silakan pilih tingkat keamanan sistem ini. Baca dulu manualnya untuk info "
-#~ "lebihlengkap\n"
-#~ "Kalau Anda tak tahu, pilih saja default.\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Sistem Anda akan diboot ulang.\n"
-#~ "\n"
-#~ "Setelah itu, Linux Mandrake akan di-load otomatis.\n"
-#~ "Bila Anda ingin boot ke sistem operasi lain, silakan baca instruksi\n"
-#~ "tambahan."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Ceko (Pemrogram)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovakia (Pemrogram)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Beri nama profil yang hendak dibuat:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Tulis /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Format semua"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Setelah melakukan format semua partisi,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "seluruh data dalam partisi-partisi ini akan hilang"
-
-#~ msgid "Reload"
-#~ msgstr "Muat ulang"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "Mau buat disket auto install untuk replikasi linux?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "konfigurasi ADSL"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Dengan server CUPS remote, Anda tidak perlu mengkonfigurasikan\n"
-#~ "printer di sini; printer nantinya akan secara otomatis dideteksi\n"
-#~ "kecuali servernya ada di jaringan lain; dalam hal ini, Anda perlu\n"
-#~ "memasukan alamat IP server CUPS itu dan nomor portnya kalau ada."
-
-#~ msgid "Enter Printer Name and Comments"
-#~ msgstr "Isi Nama Printer dan Komentar"
-
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Nama antrian remote hilang!"
-
-#~ msgid ""
-#~ "Here you can specify any arbitrary command line into which the job should "
-#~ "be piped instead of being sent directly to a printer."
-#~ msgstr ""
-#~ "Di sini Anda dapat menentukan perintah sebarang di mana job harus "
-#~ "disodorkan, bukannya dikirim langsung ke printer."
-
-#~ msgid "Command line"
-#~ msgstr "Perintah"
-
-#~ msgid "A command line must be entered!"
-#~ msgstr "Harus diisi perintah"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "Pemantauan Jaringan"
-
-#~ msgid "Profile "
-#~ msgstr "Profil "
-
-#~ msgid "Statistics"
-#~ msgstr "Statistik"
-
-#~ msgid "Sending Speed:"
-#~ msgstr "Kecepatan Kirim"
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "Kecepatan Terima: "
-
-#~ msgid "Connection Time: "
-#~ msgstr "Waktu koneksi: "
-
-#~ msgid "Logs"
-#~ msgstr "Log"
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "Sambung koneksi Internet "
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Putuskan koneksi Internet "
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "koneksi Internet gagal diputus."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "koneksi Internet selesai diputus."
-
-#~ msgid "Connection complete."
-#~ msgstr "Koneksi selesai."
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Koneksi gagal\n"
-#~ "Silakan periksa konfigurasinya di Mandrake Control Center"
-
-#~ msgid "sent: "
-#~ msgstr "terkirim: "
-
-#~ msgid "received: "
-#~ msgstr "diterima: "
-
-#~ msgid "average"
-#~ msgstr "rata-rata"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "Runlevel Standar"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Isi file konfigurasi tidak dapat dibaca"
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Config file tidak dikenal"
-
-#~ msgid "Adapter"
-#~ msgstr "Adaptor"
-
-#~ msgid "Disable network"
-#~ msgstr "Matikan jaringan"
-
-#~ msgid "Enable network"
-#~ msgstr "Aktifkan jaringan"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Sekarang mouse Anda dapat dites. Gunakan tombol dan rodanya untuk\n"
-#~ "mengecek setting-nya. Bila belum baik, pilih \"Batal\" untuk kembali\n"
-#~ "memilih driver yang lain."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Konfigurasi koneksi DSL (atau ADSL)"
-
-#~ msgid "Choose"
-#~ msgstr "Pilih"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Anda bisa memasukan URI untuk mengakses printer dengan CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Ya, tes cetak ascii"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Ya, tes cetak postscript"
-
-#~ msgid "Paper Size"
-#~ msgstr "Ukuran Kertas"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Kertas di-eject setelah mencetak?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Parameter driver Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Pilihan kedalaman warna"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Cetak text dalam PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Betulkan efek tangga pada teks?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Jumlah halaman per output"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Margin Kiri/Kanan dalam point (1/72 inci)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Margin Atas/Bawah dalam point (1/72 inci)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Extra option pada GhostScript"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Pilihan text extra"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Balikkan urutan halaman"
-
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS dijalankan"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Pilih koneksi Printer remote"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Tiap antrian cetak harus punya nama (biasanya lp).\n"
-#~ "Parameter lain seperti keterangan dan lokasi printer bisa ditambahkan.\n"
-#~ "Sekarang saya mau tanya,\n"
-#~ "nama printer yang digunakan ini apa yah ?\n"
-#~ "Juga saya mau tanya bagaimana printernya disambungkan ke situ?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Tiap antrian cetak harus punya nama (biasanya lp) dan direktori spool\n"
-#~ "yang dialokasikan untuknya. Sekarang saya mau tanya,\n"
-#~ "nama antrian dan direktori yang digunakan apa yah ?\n"
-#~ "Juga saya mau tanya bagaimana printernya disambungkan ke situ?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Nama Antrian"
-
-#~ msgid "Spool directory"
-#~ msgstr "Direktori spool"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Agar sistem Anda lebih secure, silakan pilih \"Gunakan file shadow\" "
-#~ "dan \n"
-#~ "\"Pakai katasandi MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Jika network Anda menggunakan NIS, pilih \"Gunakan NIS\". Jika tak tahu,\n"
-#~ "tanya admin jaringan Anda."
-
-#~ msgid "yellow pages"
-#~ msgstr "halaman kuning"
-
-#~ msgid "Light configuration"
-#~ msgstr "Konfigurasi ringan"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS Provider 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS Provider 2"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Pilih cara yang Anda inginkan untuk terhubung ke Internet"
-
-#~ msgid "cannot fork: "
-#~ msgstr "tidak bisa fork: "
-
-#~ msgid "Configure..."
-#~ msgstr "Konfigurasikan..."
-
-#~ msgid "Selected size %d%s"
-#~ msgstr "Ukuran yang dipilih %d%s"
-
-#~ msgid "Opening your connection..."
-#~ msgstr "Buka koneksi..."
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "Skrip ini akan meload modul untuk mouse usb"
diff --git a/perl-install/share/po/id.xsl b/perl-install/share/po/id.xsl
deleted file mode 100644
index 4897a204f..000000000
--- a/perl-install/share/po/id.xsl
+++ /dev/null
@@ -1,5 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:template match="/">
- <xsl:copy-of select="."/>
-</xsl:template>
-</xsl:stylesheet>
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
deleted file mode 100644
index 03cddfd32..000000000
--- a/perl-install/share/po/is.po
+++ /dev/null
@@ -1,12530 +0,0 @@
-# Translation file for Mandrake graphic install, DrakX
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (C) 1999 Mandrakesoft
-# Jhann orvararson <johann.torvardarson@lais.is>, 1999-2000
-# rarinn (Tony) R. Einarsson <thori@mindspring.com>, 1999-2000
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-01-05 18:53-0500\n"
-"Last-Translator: Thorarinn Einarsson <teinarsson@nc.rr.com>\n"
-"Language-Team: Icelandic\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:249
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "Les uppsetningarskr"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Skjkort"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Veldu skjkort"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Veldu X jn"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X jnn"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Veldu X jn"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X jnn"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-#, fuzzy
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Hverju viltu bta vi?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-#, fuzzy
-msgid "XFree configuration"
-msgstr "Lokauppsetning"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Veldu minnisstr skjkortsins"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Veldu valmguleika fyrir jn"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Veldu skj"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Skjr"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Hr arf a gefa upp 'horizontal sync' tni skjsins ns. getur\n"
-"vali tnisvi a nean sem passar vi stalaa skji ea gefi upp\n"
-"eitthva anna.\n"
-"\n"
-"a er MJG MIKILVGT a velja ekki of htt tnisvi fyrir skjinn. Hafir\n"
-" einhverjar efasemdir, veldu lgri stillingar."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Lrtt tni"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Lrtt tni"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Skjr ekki skilgreindur"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Skjkort ekki skilgreint enn"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Upplausn ekki valin enn"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../Xconfigurator.pm_.c:650
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Avrun: Prfanir eru varasamar me etta skjkort"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Prfunar skilgreining"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"prfau a breyta stillingum"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Villa tti sr sta"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Htti eftir %d sekndur"
-
-#: ../../Xconfigurator.pm_.c:742
-#, fuzzy
-msgid "Is this the correct setting?"
-msgstr "Er etta rtt?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Villa kom upp, reyndu a breyta fribreytum"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Upplausn"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Veldu upplausn og fjlda lita"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Skjkort: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 jnn: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-#, fuzzy
-msgid "More"
-msgstr "Fra"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr " lagi"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Expert Mode"
-msgstr "F. snillinga"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Sna alla"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Upplausnir"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tegund lyklabors: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tegund msar: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Ms: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Skjr: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Lrtt tni skjs: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Lrtt tni skjs: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Skjkort: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Skjkort: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Skjkortsminni: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, fuzzy, c-format
-msgid "Color depth: %s\n"
-msgstr "Stillingar litadpt"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, fuzzy, c-format
-msgid "Resolution: %s\n"
-msgstr "Upplausnir"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 jnn: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, fuzzy, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 jnn: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Undirb X-Window skilgreiningu"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Hva viltu gera?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Skipta um skj"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Skipta um skjkort"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Breyta jns mguleikum"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Breyta upplausn"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Sna upplsingar"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Prfa aftur"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Htta"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, fuzzy, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr "Halda nverandi IP stillingum"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X rsingu"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"g get stillt tlvuna na til a kveikja sjlfvirkt X vi rsingu\n"
-"Vilt kveikja X vi endurrsingu?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Stimplau ig aftur inn %s til a virkja breytingarnar"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Stimplau ig t og slu Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 litir (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 sund litir (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 sund litir (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljn litir (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miljarar lita (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB ea meira"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Stala VGA, 640x480 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Samhft, 1024x768 @ 87 Hz samtvinna (ekkert 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 @ 87 Hz samtvinna, 800x600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "samtvinna SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Htni SVGA, 1024x768 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Skjr sem rur vi 1280x1024 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Skjr sem rur vi 1280x1024 @ 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Skjr sem rur vi 1280x1024 @ 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Skjr sem rur vi 1600x1200 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Skjr sem rur vi 1600x1200 @ 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr " fyrsta geira rsidisksneiar"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr " rsifrsluna (MBR)"
-
-#: ../../any.pm_.c:120
-#, fuzzy
-msgid "SILO Installation"
-msgstr "Uppsetning LILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Hvert viltu setja rsistjrann?"
-
-#: ../../any.pm_.c:133
-#, fuzzy
-msgid "LILO/grub Installation"
-msgstr "Uppsetning LILO"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr ""
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr ""
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-#, fuzzy
-msgid "Yaboot"
-msgstr "Rt"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-#, fuzzy
-msgid "Bootloader main options"
-msgstr "Stillingar LILO"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-#, fuzzy
-msgid "Bootloader to use"
-msgstr "Stillingar LILO"
-
-#: ../../any.pm_.c:169
-#, fuzzy
-msgid "Bootloader installation"
-msgstr "Stillingar LILO"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Rsitki"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Samjappa"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "samjappa"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Skjhamur"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Tf ur en sjlfgefin rsing byrjar"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Lykilor"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Lykilor (aftur)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Takmarka alla rofa skipanlnu"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "takmarka"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr ""
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Nkvm str vinnsluminnis (fann %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr ""
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Slu inn vinnsluminni MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Valkosturinn ``Takmarka alla rofa skipanalnu'' gerir ekkert n lykilors"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Reyndu aftur"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Mismunandi lykilor"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-#, fuzzy
-msgid "Default OS?"
-msgstr "Sjlfgefi"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-#, fuzzy
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Hrna eru nverandi stillingar LILO .\n"
-" getur btt vi fleirum ea breytt essum."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Bta vi"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Bi"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "Breyta RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Hverju viltu bta vi?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "ru strikerfi (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "ru strikerfi (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "ru strikerfi (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Rsikjarna"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Rt"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Bta aftan vi"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Les-skrif"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tafla"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "ruggt"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Nafn"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Sjlfgefi"
-
-#: ../../any.pm_.c:326
-#, fuzzy
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Fjarlgja"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Autt er ekki leyft"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr " verur a hafa diskminni"
-
-#: ../../any.pm_.c:341
-#, fuzzy
-msgid "This label is already used"
-msgstr "etta nafn er n egar notkun."
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Fann %s %s tengi"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Er kannski eitt enn vlinni?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Eru einhver %s tengi tlvunni?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nei"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "J"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Skoau vlbnaarupplsingar"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Set inn rekil fyrir %s korti %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(eining %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Hvaa %s rekil viltu prfa?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-" sumum tilfellum arf rekillinn %s auka vifng svo hann virki rtt,\n"
-" hann virki vel flestum tilfellum n eirra. Viltu setja inn auka\n"
-" vifng ea leyfa reklinum sjlfum a leita a eim upplsingum sem\n"
-" hann arf? Stundum frystir sjlfvirk stilling vlina en a tti ekki\n"
-"a skemma neitt."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Stilla sjlfvirkt"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Stilla handvirkt"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-# ## skrytid
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" getur nna gefi upp vifng fyrir eininguna %s.\n"
-"Vifng eru gefin upp sem ``vifang=gildi vifang2=gildi2 ...''.\n"
-"Til dmis: ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Stillingar kjarnaeininga:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Innsetning einingu %s mistkst.\n"
-"Viltu prfa aftur me lk vifng?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s er n egar til)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "etta lykilor er of einfalt"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Vinsamlega slu inn notandanafn"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Notandanafni m bara innihalda litla stafi, tlustafi, `-' og `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "etta notandanafn er n egar til"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Bta vi notanda"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Slu inn notanda\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Samykkja notanda"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nafn notanda"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Notandanafn:"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Skel"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr ""
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"g get stillt tlvuna na til a kveikja sjlfvirkt X vi rsingu\n"
-"Vilt kveikja X vi endurrsingu?"
-
-#: ../../any.pm_.c:833
-#, fuzzy
-msgid "Choose the default user:"
-msgstr "Veldu nja str"
-
-#: ../../any.pm_.c:834
-#, fuzzy
-msgid "Choose the window manager to run:"
-msgstr "Veldu forriti sem vilt nota"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Hvernig ms ertu me?"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Bta vi notanda"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-#, fuzzy
-msgid "Custom"
-msgstr "Srlagaa"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "Stabundinn prentari"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Hvaa pakka viltu setja inn"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Htta vi"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Velkomin(n) tlvurjtinn"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Llegt"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Htt"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Htt"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Taugaveikla"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"etta er hi hefbundna ryggi sem mlt er me fyrir tlvu sem verur notu\n"
-"til a tengja vi neti sem biill. ryggisathuganir eru nna gangi. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" essu ryggisstigi er ori mgulegt a nota tlvuna sem jn.\n"
-"ryggi er ngu ngu miki til a taka vi fyrirspurnum fr\n"
-"mrgum bilum. "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Kerfi er komi 4. stig og er n alveg loka.\n"
-"ryggi er hsta stigi."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Veldu ryggisstig"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Stilli ryggisrep"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Veldu valmguleika fyrir jn"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, fuzzy, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Velkomin(n) i %s styrikerfisraesistjorann!\n"
-"\n"
-"Sladu a <TAB> til ad fa lista yfir moegulega valkosti.\n"
-"\n"
-"Til raesa einn af theim, sldu inn nafnid og sidan a <ENTER>\n"
-"eda biddu i %d sekundur thar til sjalfgefin raesing hefst.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr ""
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr ""
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Hvert viltu setja rsistjrann?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr "Lokauppsetning"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-#, fuzzy
-msgid "/_File"
-msgstr "Skrr:\n"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr ""
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr ""
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Skjr"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Skipta um skj"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Hringja inn me mtaldi"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Rsitki"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Veldu prenttengingu"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-#, fuzzy
-msgid "Configure"
-msgstr "Stilla X"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr ""
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr ""
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr ""
-
-#: ../../common.pm_.c:114
-#, fuzzy, c-format
-msgid "%d seconds"
-msgstr "Htti eftir %d sekndur"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Get ekki btt vi disksneium"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Htta vi"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belgskt"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "skt"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grskt"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norkst"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Skoa"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "talskt"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "ratengd"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Vinsamlega taktu fyrst afrit af llum ggnum"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lestu vandlega!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Villa"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Veldu ager"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-#, fuzzy
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-" hefur eina stra FAT disksnei.\n"
-"(venjulega notu af Microsoft DOS/Windows).\n"
-"g legg til a endursnir hana\n"
-"(smelltu hana, san \"Endursna\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Smelltu disksnei"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "tarleg atrii"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "tkst ekki a tengja"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Diskminni"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Tm"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Anna"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tegundir skrakerfa:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Ba til"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tegund"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Nota ``%s'' stainn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Eya"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Nota ``Aftengja'' fyrst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, fuzzy, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "ll ggn essari disksnei tapast"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Veldu ager"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Ba til nja disksnei"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Fra snillingsham"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Fara venjulegan ham"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Endurheimta"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Halda samt fram?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Htta n ess a vista"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Htta n ess a skrifa sneiatfluna?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Rstafa skjlfkrafa"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Hreinsa allt"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Sna upplsingar"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "ll aal skrarsni eru notkun"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Get ekki btt vi disksneium"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Til a f fleiri disksneiar, vinsamlega eyddu einni til a ba til "
-"vibtarsnei"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Skrifa sneiatflu"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Bjarga sneiatflunni"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Bjarga sneiatflunni"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Bjarga sneiatflunni"
-
-# ## skrytid
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Sjlfvirk tenging aukatkja"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Velji skr"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Disksneiin sem var tekin sem afrit er ekki af smu str\n"
-"Halda fram?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Avrun"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Settu diskling drifi\n"
-"ll ggn essum diskling tapast"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Reyni a endurheimta disksneiatfluna"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Sna upplsingar"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Tengipunktur"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-#, fuzzy
-msgid "Options"
-msgstr "Upplsingar"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Endurstkka"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Fra"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Forsna"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Tengipunktur"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Bta vi RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Bta vi LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Aftengja"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Taka r RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Taka r LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Breyta RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Ba til nja disksnei"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Byrjunar geiri"
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Str MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tegund skrakerfis:"
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Tengipunktur: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Valkostur:"
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Forsn disksnei %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Breyta tegund sneiar"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, fuzzy, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Hvar viltu tengja tki %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Hvar viltu tengja tki %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Reikna takmarkanir FAT skrarkerfis..."
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Endursn"
-
-#: ../../diskdrake/interactive.pm_.c:609
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../diskdrake/interactive.pm_.c:614
-#, fuzzy
-msgid "All data on this partition should be backed-up"
-msgstr "ll ggn essari disksnei tapast"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, fuzzy, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "ll ggn essari disksnei tapast"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Veldu nja str"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Str MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Hvaa disk viltu fra til?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Geiri"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Hvaa geira viltu fra ggn til?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Fri"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Fri disksnei..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Veldu RAID sem til er fyrir til a bta vi"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "n"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Veldu LVM sem til er fyrir til a bta vi"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Nafn notanda"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:781
-#, fuzzy
-msgid "File already exists. Use it?"
-msgstr "Nafni %s er egar notkun"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Stillingar kjarnaeininga:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "tki"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "stig"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "str hlutar"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:906
-#, fuzzy
-msgid "What type of partitioning?"
-msgstr "Hvernig prentara ertu me?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"v miur get g ekki sett /boot svona innarlega drifi ( svalning > "
-"1024).\n"
-"Annahvort notar LILO og a mun ekki virka, ea notar ekki LILO og "
-"sleppir v a hafa /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Disksneiin sem hefur vali til a nota sem rt (/) er utan\n"
-"1024. svalnings hara disknum og hefur enga /boot snei.\n"
-"Ef tlar a nota LILO rsistjrann skaltu muna a bta vi /boot snei"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Disksneiatafla drifs %s mun vera skrifu disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr " arft a endurrsa ur en breytingar taka gildi"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, fuzzy, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "ll ggn essari disksnei tapast"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Forsning"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, fuzzy, c-format
-msgid "Formatting loopback file %s"
-msgstr "Forsn disksnei %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Forsn disksnei %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Ba til nja disksnei"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Ba til nja disksnei"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Upplausnir"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Tki: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS drifstafur: %s (bara giskun)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tegund: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Byrja: geiri %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Str: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s geirar"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Svalningur %d til %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Forsniinn\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Ekki forsniinn\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Tengdur\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Sjlfgefin disksnei rst\n"
-" (fyrir MS-DOS rsingu, ekki fyrir LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Stig %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Hlunkastr %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskar %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Str: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Skilgreining: %s svalningar, %s hausar, %s geirar\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Upplsingar: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskar %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, fuzzy, c-format
-msgid "Partition table type: %s\n"
-msgstr "Rtardisksnei"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " gagnabraut %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, fuzzy, c-format
-msgid "Options: %s"
-msgstr "Rtardisksnei"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Tegund skrakerfis:"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "etta lykilor er of einfalt (verur a vera minnst %d stafa langt)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Mismunandi lykilor"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Breyta tegund sneiar"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Smelltu disksnei"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Nafnamilari"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, fuzzy, c-format
-msgid "%s formatting of %s failed"
-msgstr "gat ekki forsnii %s"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "kann ekki a forsna %s af tegundinni %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "villa vi a aftengja %s: %s"
-
-#: ../../fsedit.pm_.c:21
-#, fuzzy
-msgid "simple"
-msgstr "Skr"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "netjnn"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Heiti tengipunkta vera a byrja /."
-
-#: ../../fsedit.pm_.c:478
-#, fuzzy, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "a er egar disksnei me tengipunktinn %s"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Villa vi a opna %s til skriftar: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"a kom upp villa. Engin tki fundust sem unnt er a ba til n skrakerfi "
-". Vinsamlegast athugau vlbnainn leit a orsk vandamlsins."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " hefur ekki neinar disksneiar"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Veldu tengi sem vilt nota. Tengi COM1 MS Windows er kalla\n"
-"ttyS0 Linux, COM2 er ttyS1, o.s.frv."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Hr gefur upp hvar vilt lta r upplsingar sem\n"
-"arf til a rsa Linux.\n"
-"\n"
-"\n"
-"Veldu \" rsifrsluna (MBR)\" nema vitir nkvmlega\n"
-"hva ert a gera."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Get ekki nota tsendingu n NIS lns"
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Settu tman diskling drif %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "villa vi lestur r skrnni %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-" verur a hafa rtarsnei fyrir Linux. Bu v annahvort\n"
-"til rtarsnei ea veldu snei sem n egar er til disknum.\n"
-"Veldu san ``Tengipunktur'' og slu inn `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " verur a hafa diskminni"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-" hefur ekkert diskminni\n"
-"\n"
-"Halda samt fram?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr " verur a hafa diskminni"
-
-#: ../../install_interactive.pm_.c:90
-#, fuzzy
-msgid "Use free space"
-msgstr "Notandanafn:"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:100
-#, fuzzy
-msgid "Use existing partition"
-msgstr "Forsn disksnei %s"
-
-#: ../../install_interactive.pm_.c:102
-#, fuzzy
-msgid "There is no existing partition to use"
-msgstr "Reyni a endurheimta disksneiatfluna"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Hvaa disksnei vilt nota sem rtardisksnei"
-
-#: ../../install_interactive.pm_.c:114
-#, fuzzy
-msgid "Choose the sizes"
-msgstr "Veldu nja str"
-
-#: ../../install_interactive.pm_.c:115
-#, fuzzy
-msgid "Root partition size in MB: "
-msgstr "Rtardisksnei"
-
-#: ../../install_interactive.pm_.c:116
-#, fuzzy
-msgid "Swap partition size in MB: "
-msgstr "Str MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:128
-#, fuzzy
-msgid "Which partition do you want to resize?"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../install_interactive.pm_.c:130
-#, fuzzy
-msgid "Computing Windows filesystem bounds"
-msgstr "Reikna takmarkanir FAT skrarkerfis..."
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"AVRUN\n"
-"\n"
-"DrakX arf nna a endurgera Windows sneiina. Athugi: etta getur haft "
-"alvarlegar\n"
-"afleiingar fr me sr. Ef ert ekki bin(n) a v, ttir fyrst "
-"a\n"
-"keyra scandisk (og jafnvel lka defrag) essa snei og taka san afrit "
-"af\n"
-"ggnunum num.\n"
-"Slu ' lagi' til a halda fram."
-
-#: ../../install_interactive.pm_.c:147
-#, fuzzy
-msgid "Which size do you want to keep for windows on"
-msgstr "Hvaa geira viltu fra ggn til?"
-
-#: ../../install_interactive.pm_.c:148
-#, fuzzy, c-format
-msgid "partition %s"
-msgstr "Rtardisksnei"
-
-# ******************************************
-# ***** Byrjai hrna 4. jan 2000 *******
-# *** ATH: a er sumt eftir fyrir ofan ***
-# ******************************************
-#
-#: ../../install_interactive.pm_.c:155
-#, fuzzy, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Sjlfvirk endurstkkun brst"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:182
-#, fuzzy, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "ll ggn essari disksnei tapast"
-
-#: ../../install_interactive.pm_.c:190
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "Forsn disksnei %s"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr " hefur ekki neinar disksneiar"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr "Get ekki btt vi disksneium"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:251
-#, fuzzy, c-format
-msgid "Partitioning failed: %s"
-msgstr "Rtardisksnei"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Keyri upp neti"
-
-#: ../../install_interactive.pm_.c:266
-#, fuzzy
-msgid "Bringing down the network"
-msgstr "Keyri upp neti"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"ekkt villa kom upp sem ekki er hgt a mehndla.\n"
-"Haltu fram eigin byrg."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "%s tengipunktur er n egar til"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-
-#: ../../install_steps.pm_.c:458
-#, fuzzy, c-format
-msgid "Welcome to %s"
-msgstr "Velkomin(n) tlvurjtinn"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ekkert disklingadrif agengilegt"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Hef skref `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Innsetningarafer"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Vinsamlega tilgreindu eftirfarandi"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:241
-#, fuzzy
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " munt geta vali af meiri nkvmni nsta skrefi"
-
-#: ../../install_steps_gtk.pm_.c:243
-#, fuzzy
-msgid "Percentage of packages to install"
-msgstr "Veldu pakka til a setja inn"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Val pakkahp"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-#, fuzzy
-msgid "Individual package selection"
-msgstr "Val pakkahp"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, fuzzy, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Heildarstr: "
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Skemmdur pakki"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "tgfa: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Str: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:422
-#, fuzzy
-msgid "The following packages are going to be installed"
-msgstr "Eftirfarandi pakkar vera fjarlgir"
-
-#: ../../install_steps_gtk.pm_.c:423
-#, fuzzy
-msgid "The following packages are going to be removed"
-msgstr "Eftirfarandi pakkar vera fjarlgir"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Innsetning"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Vista diskling"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Val pakkahp"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Fjarlgja"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Set inn"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "tla"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tmi eftir "
-
-#: ../../install_steps_gtk.pm_.c:528
-#, fuzzy
-msgid "Please wait, preparing installation"
-msgstr "Undirb innsetningu"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakkar"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Set inn pakka %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-#, fuzzy
-msgid "Accept"
-msgstr "Samykkja notanda"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#, fuzzy
-msgid "Refuse"
-msgstr "Endurstkka"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Viltu samt halda fram?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "a kom upp villa vi a raa pkkum:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-#, fuzzy
-msgid "There was an error installing packages:"
-msgstr "a kom upp villa vi a raa pkkum:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Villa kom upp"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Lyklabor"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Hvaa lyklaborsuppsetningu viltu?"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-#, fuzzy
-msgid "Which installation class do you want?"
-msgstr "Hverskonar innsetningarafer viltu?"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Install/Update"
-msgstr "Innsetning/Uppfrsla"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Is this an install or an update?"
-msgstr "Er etta innsetning ea uppfrsla?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Auvelda"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "F. snillinga"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Uppfrsla"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Val pakkahp"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Hvernig ms ertu me?"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Msartengi"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-#, fuzzy
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Vi hvaa ratengi er msin n tengd?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Stilli PCMCIA kort..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-#, fuzzy
-msgid "Configuring IDE"
-msgstr "Uppsetning"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "engar reiubnar disksneiar"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Veldu tengipunktana"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, fuzzy, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
-"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake gat ekki lesi sneiatfluna.\n"
-"Haltu fram eigin byrg!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Engin rtarsnei fannst"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rtardisksnei"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Hver er rtardisksnei (/) kerfisins?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-" verur a rsa tlvuna aftur svo breytingar sneiatflunni taki gildi"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Veldu r disksneiar sem a forsna"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Athuga skemmdar blokkir?"
-
-#: ../../install_steps_interactive.pm_.c:462
-#, fuzzy
-msgid "Formatting partitions"
-msgstr "Forsn disksnei %s"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Ekki ngjanlegt diskminni fyrir innsetningu. Bttu vi a"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Leita a fanlegum pkkum"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Leita a pkkum til a uppfra"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Complete (%dMB)"
-msgstr "Venjulega"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Minimum (%dMB)"
-msgstr "(%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Recommended (%dMB)"
-msgstr "Auvelda"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Endurheimta fr diskling"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Endurheimta fr diskling"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Val pakkahp"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Settu tman diskling drif %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Vista diskling"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Veldu pakka til a setja inn"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Augnablik"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Undirb innsetningu"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Set inn pakka %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Lokauppsetning"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Settu tman diskling drif %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Settu tman diskling drif %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-#, fuzzy
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"N gefst r tkifri til a skja hugbna sem tlaur er til dulritunar.\n"
-"\n"
-"AVRUN:\n"
-"\n"
-"ar sem lg um dulritunarhugbna eru mjg mismunandi eftir lndum og reglur "
-"sem settar\n"
-"eru af yfirvldum oft strangar, arf notandi slks hugbnaar a ganga r "
-"skugga\n"
-"um a vikomandi lgsagnarumdmi leyfi essa gagnaflutninga, samt "
-"varveislu og\n"
-"notkun slkum hugbnai.\n"
-"\n"
-"Viskiptavinir Mandrake og/notendur Mandrake Linux skulu v sj til ess a "
-"eir brjti ekki\n"
-"au lg sem sett hafa veri landi vikomandi. Ef vikiptavinir og/ea "
-"notendur\n"
-"vira ekki essi lg mega eir bast vi eim refsiagerum sem slkar "
-"athafnir\n"
-"hafa fr me sr.\n"
-"\n"
-"Hvorki Mandrakesoft n framleisluailar ea dreifingarailar eirra bera "
-"byrg \n"
-"srstkum, beinum ea beinum, skaa (.m.t. en ekki takmarka af,\n"
-"hagnaartapi, viskiptabanni ea truflun, gagnatapi og\n"
-"ru fjrhagslegu tapi, skaabtum ea rum btum sem fyrirskipa er af "
-"dmstli\n"
-"a skuli borgast) skum notkunar, varveislu, ea flutnings\n"
-"af slkum hugbnai, sem viskiptavinur og/ea notandi hafi agang a "
-"eftir\n"
-"a hafa samykkt ennan samning..\n"
-"\n"
-"essi samningur fellur undir og skal vera tlkaur af lgum Frakklands nema\n"
-"ar sem krafist er notkun laga vikomandi yfirvalda. \n"
-"essi samningur inniheldur hinsvegar ekki hverskonar lg sem bja upp "
-"rekstra, \n"
-"undirstuatrii ea lagakvi sem mla mti. Frnsk lg\n"
-"skulu eim tilfellum gilda fram yfir lg vikomandi lands.\n"
-"\n"
-"Frekari upplsingar um ennan samning fst hj \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena, California, 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Hef samband vi vlina til a skja lista yfir fanlega pakka"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Veldu spegilvlina aan sem a skja pakkanna"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Hef samband vi vlina til a skja lista yfir fanlega pakka"
-
-#: ../../install_steps_interactive.pm_.c:967
-#, fuzzy
-msgid "Which is your timezone?"
-msgstr " hvaa tmasvi ertu?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Veltu stilla tlvuklukkuna GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS jnn"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-#, fuzzy
-msgid "Remote CUPS server"
-msgstr "Fjartengd prentr"
-
-#: ../../install_steps_interactive.pm_.c:1015
-#, fuzzy
-msgid "No printer"
-msgstr "Stabundinn prentari"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Er kannski eitt enn vlinni?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-#, fuzzy
-msgid "Mouse"
-msgstr "USB ms"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Prentari"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Nota NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Stabundinn prentari"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "kvea rtarlykilor"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Ekkert lykilor"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "etta lykilor er of einfalt (verur a vera minnst %d stafa langt)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Aukenning"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Aukenning"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "netjnn"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Aukenning NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS ln"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS jnn"
-
-#: ../../install_steps_interactive.pm_.c:1171
-#, fuzzy
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Srsmaur rsidisklingur gerir r kleyft a rsa Linux n ess a nota "
-"rsistjra\n"
-" eins og LILO. etta kemur a gagni ef vilt ekki setja upp LILO vlinni "
-"ea ef\n"
-" anna strikerfi hefur fjarlgt LILO ea LILO virkar ekki me num "
-"vlbnaarstillingum.\n"
-" Rsidiskling m einnig nota me Mandrake Linux 'rescue' disklingnum svo "
-"hgt s a bjarja\n"
-" vlinni ef alvarleg vandaml koma upp.\n"
-"Viltu ba til rsidiskling fyrir vlina na?"
-
-#: ../../install_steps_interactive.pm_.c:1187
-#, fuzzy
-msgid "First floppy drive"
-msgstr "Fyrsta drif"
-
-#: ../../install_steps_interactive.pm_.c:1188
-#, fuzzy
-msgid "Second floppy drive"
-msgstr "Anna drif"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Sleppa"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, fuzzy, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Srsmaur rsidisklingur gerir r kleyft a rsa Linux n ess a nota "
-"rsistjra\n"
-" eins og LILO. etta kemur a gagni ef vilt ekki setja upp LILO vlinni "
-"ea ef\n"
-" anna strikerfi hefur fjarlgt LILO ea LILO virkar ekki me num "
-"vlbnaarstillingum.\n"
-" Rsidiskling m einnig nota me Mandrake Linux 'rescue' disklingnum svo "
-"hgt s a bjarja\n"
-" vlinni ef alvarleg vandaml koma upp.\n"
-"Viltu ba til rsidiskling fyrir vlina na?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Ekkert disklingadrif til staar"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Veldu disklingadrifi sem vilt nota til a gera rsidisk"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Settu tman diskling drif %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "B til rsidiskling..."
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Set upp rsistjrann..."
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-#, fuzzy
-msgid "Do you want to use aboot?"
-msgstr "Viltu nota SILO?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Setja inn rsihlaara"
-
-#: ../../install_steps_interactive.pm_.c:1259
-#, fuzzy
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Innsetning LILO brst skum eftirfarandi villu:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, fuzzy, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Settu tman diskling drif %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Undirb innsetningu"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Sum skref eru enn eftir.\n"
-"\n"
-"Viltu virkilega htta nna?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Til hamingju! Innsetningu er loki.\n"
-"Taktu disklinginn ea geisladiskinn r drifinu og slu ENTER.\n"
-"\n"
-"\n"
-" http://www.linux-mandrake.com/en/82errata.php3 m finna vibtur og/ea "
-"lagfringar\n"
-" gllum sem gtu veri til staar essari tgfu af Mandrake Linux\n"
-"\n"
-"\n"
-"Frekari upplsingar um hvernig a stilla vlina eftir innsetninguna er a\n"
-"finna vieigandi kafla Official Mandrake Linux User's Guide bkinni."
-
-#: ../../install_steps_interactive.pm_.c:1354
-#, fuzzy
-msgid "Generate auto install floppy"
-msgstr "Undirb innsetningu"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-#, fuzzy
-msgid "Automated"
-msgstr "Sjlfvirkt IP"
-
-#: ../../install_steps_interactive.pm_.c:1361
-#, fuzzy
-msgid "Replay"
-msgstr "Endurhlaa"
-
-#: ../../install_steps_interactive.pm_.c:1364
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Val pakkahp"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux innsetning %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> milli hluta | <Bilsl> velur | <F12> nsti skjr "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Veldu ager"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Augnablik..."
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Upplsingar"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Opna tr"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Loka tr"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Slm hugmynd, reyndu aftur\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "itt val? (sjlfgefi %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "itt val? (sjlfgefi %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Rtardisksnei"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Viltu nota SILO?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "itt val? (sjlfgefi %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tkkneskt (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "skt"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spnskt"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finnskt"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Franskt"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norkst"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Plskt"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rssneskt"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Snskt"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Breskt lyklabor"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Bandarskt lyklabor"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "krankst"
-
-#: ../../keyboard.pm_.c:189
-#, fuzzy
-msgid "Armenian (old)"
-msgstr "Armenskt"
-
-#: ../../keyboard.pm_.c:190
-#, fuzzy
-msgid "Armenian (typewriter)"
-msgstr "Armenskt (hljfrilegt)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenskt (hljfrilegt)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgskt"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armenskt (hljfrilegt)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Blgarskt"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilskt"
-
-#: ../../keyboard.pm_.c:202
-#, fuzzy
-msgid "Belarusian"
-msgstr "Blgarskt"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Svissneskt (sk uppsetn.)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Svissneskt (frnsk uppsetn.)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tkkneskt (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danskt"
-
-#: ../../keyboard.pm_.c:210
-#, fuzzy
-msgid "Dvorak (US)"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:211
-#, fuzzy
-msgid "Dvorak (Norwegian)"
-msgstr "Norkst"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Eistlenskt"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgskt (\"Rssneskt\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgskt (\"Latnu\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grskt"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungverskt"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "sraelskt"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "sraelskt (hljfr.)"
-
-#: ../../keyboard.pm_.c:224
-#, fuzzy
-msgid "Iranian"
-msgstr "krankst"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "slenskt"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "talskt"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr ""
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Breskt lyklabor"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Suur amerskt"
-
-#: ../../keyboard.pm_.c:233
-#, fuzzy
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lithenskt AZERTY"
-
-#: ../../keyboard.pm_.c:235
-#, fuzzy
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lithenskt AZERTY"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lithenskt \"tlur\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lithenskt \"hljfrilegt\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Upplsingar"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Hollenskt"
-
-#: ../../keyboard.pm_.c:242
-#, fuzzy
-msgid "Polish (qwerty layout)"
-msgstr "Svissneskt (sk uppsetn.)"
-
-#: ../../keyboard.pm_.c:243
-#, fuzzy
-msgid "Polish (qwertz layout)"
-msgstr "Svissneskt (sk uppsetn.)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portgskt"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadskt (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Rssneskt (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Rssneskt (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rssneskt (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slvenskt"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slvakskt (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slvakskt (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Jgoslavneskt (Latnu upps.)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tafla"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thlenskt lyklabor"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Thlenskt lyklabor"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tyrkneskt (hefbundi \"F\" mdel)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tyrkneskt (ntma \"Q\" mdel)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "krankst"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Bandarskt (aljlegt)"
-
-#: ../../keyboard.pm_.c:269
-#, fuzzy
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Lithenskt \"tlur\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Jgoslavneskt (Latnu upps.)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr ""
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-#, fuzzy
-msgid "Sun - Mouse"
-msgstr "USB ms"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-#, fuzzy
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Almenn ms"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr ""
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-#, fuzzy
-msgid "Wheel"
-msgstr "stig"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "ratengd"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Almenn riggja hnappa ms"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech ms (ratengd, gmul C7 tegund)"
-
-#: ../../mouse.pm_.c:66
-#, fuzzy
-msgid "busmouse"
-msgstr "Engin ms"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:73
-#, fuzzy
-msgid "none"
-msgstr "Bi"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Engin ms"
-
-#: ../../mouse.pm_.c:499
-#, fuzzy
-msgid "Please test the mouse"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../mouse.pm_.c:500
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-#, fuzzy
-msgid "Finish"
-msgstr "Finnskt"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Er etta rtt?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Nafn tengingar"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:37
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Veldu nja str"
-
-#: ../../network/ethernet.pm_.c:93
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Vi hvaa ratengi er msin n tengd?"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "ekkert netkort fannst"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Stilli staarnetstenginu"
-
-#: ../../network/ethernet.pm_.c:203
-#, fuzzy
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Slu inn heiti vlarinnar. Vlarheiti arf a vera fullt \n"
-"heiti, t.d. odinn.grimsey.is mtt lka sl inn IP \n"
-"vistfang gttarinnar ef veist hva a vistfang er.\n"
-"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-#, fuzzy
-msgid "Host name"
-msgstr "Vlarheiti:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Netstillingar"
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "F. snillinga"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "Vi hvaa ratengi er msin n tengd?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Les uppsetningarskr"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Les uppsetningarskr"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Uppsetning"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Prfunar skilgreining"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-#, fuzzy
-msgid "Which protocol do you want to use ?"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../network/isdn.pm_.c:199
-#, fuzzy
-msgid "What kind of card do you have?"
-msgstr "Hvernig prentara ertu me?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-#, fuzzy
-msgid "ISA / PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-#, fuzzy
-msgid "PCI"
-msgstr "PCMCIA"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-#, fuzzy
-msgid "Continue"
-msgstr "Halda samt fram?"
-
-#: ../../network/isdn.pm_.c:216
-#, fuzzy
-msgid "Which is your ISDN card ?"
-msgstr " hvaa tmasvi ertu?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-#, fuzzy
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Hvaa ratengi er mtaldi tengt vi?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Innhringistillingar"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nafn tengingar"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-#, fuzzy
-msgid "Phone number"
-msgstr "Smanmer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Notendanafn"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Me skriftu"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Me skjhermi"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nafn lns"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Aal nafnamilari"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Vara nafnamilari"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr "Stilla nettengingu"
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Hvaa disk viltu fra til?"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr "Nafn tengingar"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Hvaa disk viltu fra til?"
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Nafn tengingar"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Stilla nettengingu"
-
-#: ../../network/netconnect.pm_.c:50
-#, fuzzy
-msgid "Internet connection & configuration"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Stilla nettengingu"
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr "Stilla nettengingu"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Netstillingar"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Veldu nja str"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Leita a tkjum..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Stilla nettengingu"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "%s tengipunktur er n egar til"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "Cable connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, fuzzy
-msgid "LAN connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Veldu forriti sem vilt nota"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Do you want to start the connection at boot?"
-msgstr "Viltu nota aboot?"
-
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Network configuration"
-msgstr "Netstillingar"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Slu inn IP uppsetningu essarar vlar. Hver frsla\n"
-" a vera IP tala ritu me punkt milli.\n"
-"(dmi 192.168.1.13)"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Stilli nettki %s"
-
-#: ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "XFree86 jnn: %s\n"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-#, fuzzy
-msgid "IP address"
-msgstr "IP vistfang:"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-#, fuzzy
-msgid "Netmask"
-msgstr "Netsa:"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Sjlfvirkt IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP vistfang a vera sniinu 192.168.1.10"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Slu inn heiti vlarinnar. Vlarheiti arf a vera fullt \n"
-"heiti, t.d. odinn.grimsey.is mtt lka sl inn IP \n"
-"vistfang gttarinnar ef veist hva a vistfang er.\n"
-"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Nafnamilari"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gtt (tki)"
-
-#: ../../network/network.pm_.c:381
-#, fuzzy
-msgid "Proxies configuration"
-msgstr "Lokauppsetning"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP sel:"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP Sel:"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Sel a vera http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Sel a vera ftp://..."
-
-#: ../../network/tools.pm_.c:39
-#, fuzzy
-msgid "Internet configuration"
-msgstr "Sel stillingar"
-
-#: ../../network/tools.pm_.c:40
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Stilla nettengingu"
-
-#: ../../network/tools.pm_.c:50
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Hvaa disk viltu fra til?"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Nafn tengingar"
-
-#: ../../network/tools.pm_.c:76
-#, fuzzy
-msgid "Connection Configuration"
-msgstr "Sel stillingar"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr ""
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr ""
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr ""
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr ""
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-#, fuzzy
-msgid "Provider phone number"
-msgstr "Smanmer"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Stillingar prentara"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Stillingar prentara"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Veldu lyklabor"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-#, fuzzy
-msgid "Dialing mode"
-msgstr "Hringja inn me mtaldi"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Nafn tengingar"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Nafn tengingar"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-#, fuzzy
-msgid "Account Login (user name)"
-msgstr "Tengipunktur"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-#, fuzzy
-msgid "Account Password"
-msgstr "Lykilor"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "tkst ekki a tengja: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"a er gat sneiatflunni inni sem ekki er hgt a nota.\n"
-"Eina lausnins er a fra aalsneiar svo a gati veri vi hliina "
-"vibtasnei"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Villa vi lestur r skrnni %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Skemmd afritsskr"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Villa vi a skrifa skrna %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr ""
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:27
-#, fuzzy
-msgid "nice"
-msgstr "tki"
-
-#: ../../pkgs.pm_.c:28
-#, fuzzy
-msgid "maybe"
-msgstr "Rsikjarna"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Stabundinn prentari"
-
-#: ../../printer.pm_.c:48
-#, fuzzy
-msgid "Remote printer"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Fjartengd prentr"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Fjartengdur"
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Vifng NetWare prentara"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Prentjnn"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Prenttki:"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Stabundinn prentari"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Villa vi a skrifa skrna %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(eining %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Vistfang SMB jns"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Sjlfgefi)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hvernig er essi prentari tengdur?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Uppsetning"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Fjartengd prentr"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP vistfang a vera sniinu 192.168.1.10"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "Vistfang SMB jns"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-#, fuzzy
-msgid "Port"
-msgstr "Llegt"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Lokauppsetning"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Leita a tkjum..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Prfa tengi"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "%s tengipunktur er n egar til"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Hvaa ratengi er mtaldi tengt vi?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Prenttki:"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Uppsetning"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Set inn pakka %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Set inn pakka %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Til ess a nota fjartengda lpd prentr arftu a gefa\n"
-"upp vlarheiti prentjnsins og prentrina eim sem\n"
-" vilt senda prentverkin ."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Prentjnn:"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Prentjnn:"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Prentjnn:"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB/Windows 9x/NT prentvifng"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Til ess a geta prenta SMB prentara arftu a gefa\n"
-"upp SMB vlarheiti jnsins (sem er ekki endilega a\n"
-"sama og TCP/IP vlarheiti en oftast) og jafnvel IP vistfang prentjnsins\n"
-"samt samntingarheiti prentarans, notandaheiti, lykilori og\n"
-"vinnuhpsupplsingum fyrir prentarann."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Heiti SMB jns"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "Vistfang SMB jns"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Samntingarheiti"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Vinnuhpur"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Vifng NetWare prentara"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Til ess a geta prenta NetWare prentara arftu a gefa upp NetWare\n"
-"vlarheiti jnsins (sem er ekki endilega a sama og TCP/IP vlarheiti)\n"
-"samt heiti prentaraar, notandaheiti og lykilori fyrir\n"
-"prentarann."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Prentjnn"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Heiti prentraar"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Vifng stabundinna prentara"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Stillingar prentara"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Stillingar prentara"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-#, fuzzy
-msgid "Printer Device URI"
-msgstr "Prenttki:"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-#, fuzzy
-msgid "Name of printer"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:1006
-#, fuzzy
-msgid "Description"
-msgstr "Stilla handvirkt"
-
-#: ../../printerdrake.pm_.c:1007
-#, fuzzy
-msgid "Location"
-msgstr "Upplsingar"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Er etta rtt?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Veldu prenttengingu"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Hvernig prentara ertu me?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Sel stillingar"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Sel stillingar"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Viltu prenta t prufublasu?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Prfa tengi"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "J, prenta bar prufusur"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Prentari"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Forritun"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Prenta t prufublasu(r)..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Prenta t prufublasu(r)..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Prenta t prufublasu(r)..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Prenta t prufublasu(r)..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "USB ms"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Keyri upp neti"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Keyri upp neti"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Stillingar prentara"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Sel stillingar"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Stilla prentara"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Stilla nettengingu"
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Stilla nettengingu"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Skjr ekki skilgreindur"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Stilli staarnetstenginu"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Htt"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Taugaveikla"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Veldu prenttengingu"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Hvaa sneitegund viltu?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Setja upp prentara"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Set inn pakka %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Stillingar prentara"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Setja upp prentara"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Viltu setja upp prentara?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Prentari"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Stilla nettengingu"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Venjulega"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Sel stillingar"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Veldu prenttengingu"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Veldu prenttengingu"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Prenta t prufublasu(r)..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Stabundinn prentari"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Lokauppsetning"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Llegt"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Sel a vera http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Sel a vera ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Belgskt"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Lykilor"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Ekkert lykilor"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Mismunandi lykilor"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr ""
-
-#: ../../raid.pm_.c:111
-#, fuzzy, c-format
-msgid "Can't write file %s"
-msgstr "Villa vi a skrifa skrna %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr ""
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ekki ngu margar disksneiar fyrir RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Veldu r jnustur sem skal sjlfkrafa keyra vi rsingu"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Prentari"
-
-#: ../../services.pm_.c:123
-#, fuzzy
-msgid "Internet"
-msgstr "Endursn..."
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Mouse Systems"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Prentjnn"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "tki"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Avrun"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Bta aftan vi"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Rt"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "takmarka"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Geiri"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Prfunar skilgreining"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Endursn..."
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Margmilun"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "Forritun"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Nafn tengingar"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Endursn..."
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Heiti SMB jns"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-#, fuzzy
-msgid "Games"
-msgstr "Bi"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "snillingur"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Set inn pakka %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
-"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Villa"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Lokauppsetning"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Lokauppsetning"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Til hamingju!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Innsetning"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Bta vi notanda"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Forsn disksnei %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Val pakkahp"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Fjartengd prentr"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Reyndu aftur"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "kvea rtarlykilor"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Hvaa lyklaborsuppsetningu viltu?"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Smelltu disksnei"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Geiri"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Notandanafn:"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Nota fnstillingar hrum disk(um)"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Augnablik"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "stig"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "stig"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Stillingar kjarnaeininga:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Setja upp skrarkerfi"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Upplsingar"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Hvaa ratengi er mtaldi tengt vi?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Netstillingar"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Endurheimta fr skr"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Anna"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Setja kerfi inn"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Endurheimta fr skr"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Endurheimta fr skr"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Srlagaa"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "Hjlp"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "netjnn"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Endurstkka"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Texta"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Veldu pakka til a setja inn"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Skemmd afritsskr"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Vista skr"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Veldu pakkana sem vilt setja inn"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Netstillingar"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Netstillingar"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Innsetning %s brst skum eftirfarandi villu:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s fannst ekki"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Bi"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Forsn"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Undirb innsetningu"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "takmarka"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Forsna disksneiar"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Fjarlgji RPM pakkana"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Uppsetning"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Tengipunktur"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Veldu r disksneiar sem a forsna"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "tki"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Prentari"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Setja kerfi inn"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Velji skr"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Innsetning"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Htta innsetningu"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-#, fuzzy
-msgid "Internet Connection Sharing"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-#, fuzzy
-msgid "disable"
-msgstr "Tafla"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "reconfigure"
-msgstr "Stilla X"
-
-#: ../../standalone/drakgw_.c:146
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Leita a tkjum..."
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "enable"
-msgstr "Tafla"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "Endursn..."
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Skjr ekki skilgreindur"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Lokauppsetning"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Sel stillingar"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "Vistfang SMB jns"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-#, fuzzy
-msgid "Firewalling configuration detected!"
-msgstr "Les uppsetningarskr"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:340
-#, fuzzy
-msgid "Configuring..."
-msgstr "Uppsetning"
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:378
-#, fuzzy, c-format
-msgid "Problems installing package %s"
-msgstr "Set inn pakka %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netstillingar"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-#, fuzzy
-msgid "Profile: "
-msgstr "tkst ekki a tengja: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-#, fuzzy
-msgid "Hostname: "
-msgstr "Vlarheiti:"
-
-#: ../../standalone/draknet_.c:168
-#, fuzzy
-msgid "Internet access"
-msgstr "Endursn..."
-
-#: ../../standalone/draknet_.c:181
-#, fuzzy
-msgid "Type:"
-msgstr "Tegund: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gtt:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-#, fuzzy
-msgid "Interface:"
-msgstr "Endursn..."
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Setja upp prentara"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-#, fuzzy
-msgid "LAN configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Driver"
-msgstr "Sem jn"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Interface"
-msgstr "Endursn..."
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr ""
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Stilla nettengingu"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Prfunar skilgreining"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Nafn tengingar"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Not connected"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-#, fuzzy
-msgid "LAN Configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Virk"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Virk"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Veldu prenttengingu"
-
-#: ../../standalone/draknet_.c:597
-#, fuzzy
-msgid "Connection type: "
-msgstr "Nafn tengingar"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gtt"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Stilli ryggisrep"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Nafn tengingar"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Veldu forriti sem vilt nota"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanadskt (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "slenskt"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "ratengd"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-#, fuzzy
-msgid "Please, choose your keyboard layout."
-msgstr "Hvaa lyklaborsuppsetningu viltu?"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-#, fuzzy
-msgid "Change Cd-Rom"
-msgstr "Breyta upplausn"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-#, fuzzy
-msgid "/File/_New"
-msgstr "Skrr:\n"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-#, fuzzy
-msgid "/File/-"
-msgstr "Skrr:\n"
-
-#: ../../standalone/logdrake_.c:108
-#, fuzzy
-msgid "/_Options"
-msgstr "Upplsingar"
-
-#: ../../standalone/logdrake_.c:109
-#, fuzzy
-msgid "/Options/Test"
-msgstr "Upplsingar"
-
-#: ../../standalone/logdrake_.c:110
-#, fuzzy
-msgid "/_Help"
-msgstr "Hjlp"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "USB ms"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Prfa tengi"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-#, fuzzy
-msgid "search"
-msgstr "Leita"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "forsn"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-#, fuzzy
-msgid "Choose file"
-msgstr "Veldu ager"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-#, fuzzy
-msgid "Content of the file"
-msgstr "Nafn tengingar"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Undirb innsetningu"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "skuggi"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "Endursn..."
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "forsn"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Uppsetning"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-#, fuzzy
-msgid "Save as.."
-msgstr "netjnn"
-
-#: ../../standalone/mousedrake_.c:49
-#, fuzzy
-msgid "Please, choose the type of your mouse."
-msgstr "Hvernig ms ertu me?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "ekkert serial_usb fannst\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Herma eftir rija hnapp?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Veldu skjkort"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Rsitki"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "Les uppsetningarskr"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "Les uppsetningarskr"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Veldu tunguml"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Veldu innsetningarflokk"
-
-#: ../../steps.pm_.c:16
-#, fuzzy
-msgid "Hard drive detection"
-msgstr "Nota fnstillingar hrum disk(um)"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Tilgreindu ms"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Veldu lyklabor"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Setja upp skrarkerfi"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Forsna disksneiar"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Veldu pakka til a setja inn"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Setja kerfi inn"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Bta vi notanda"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Stilla nettengingu"
-
-#: ../../steps.pm_.c:28
-#, fuzzy
-msgid "Configure services"
-msgstr "Setja upp prentara"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Setja inn rsihlaara"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Ba til rsidiskling"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Stilla X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Setja kerfi inn"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Htta innsetningu"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Villa vi a opna %s til skriftar: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Netstillingar"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Undirb innsetningu"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Vifng NetWare prentara"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office"
-msgstr "tki"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Upplsingar"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "Upplsingar"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Upplsingar"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Margmilun"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Viltu prfa skilgreininguna"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Sound"
-msgstr "Margmilun"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Leibeiningar"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Sel stillingar"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Margmilun"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Uppsetning"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Upplsingar"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr "netjnn"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Vifng NetWare prentara"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Leibeiningar"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Margmilun"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Endursn..."
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - CD Burning"
-msgstr "Margmilun"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Upplsingar"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Tengipunktur"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr "Bi"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Veldu nja str"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr " getur nna gefi upp vifng fyrir %s eininguna."
-
-#~ msgid "Low"
-#~ msgstr "Lgt"
-
-#~ msgid "Medium"
-#~ msgstr "Milungs"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-
-#~ msgid "mount failed"
-#~ msgstr "tkst ekki a tengja"
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Margmilun"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "F. snillinga"
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Hrna velur tmasvi sem gildir ar sem br.\n"
-#~ "\n"
-#~ "\n"
-#~ "Linux notar GMT ea \"Greenwich Mean Time\" og breytir eim tma\n"
-#~ "san staartma samkvmt v tmasvi sem velur."
-
-#, fuzzy
-#~ msgid "Connect to Internet"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Hvaa disk viltu fra til?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Veldu pakkana sem vilt setja inn"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Upplsingar"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Upplsingar"
-
-#, fuzzy
-#~ msgid "authentification"
-#~ msgstr "Aukenning"
-
-# ## skrytid
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Sjlfvirk tenging aukatkja"
-
-#~ msgid "Active"
-#~ msgstr "Virk"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Nei"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Prentari af gerinni \"%s\" fannst "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Stabundi prenttki"
-
-#, fuzzy
-#~ msgid "Printer Device"
-#~ msgstr "Prenttki:"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Fjartengd prentr"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Fjartengd prentr"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Veldu str sem vilt setja inn"
-
-#~ msgid "Total size: "
-#~ msgstr "Heildarstr: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Vinsamlegast hinkri, "
-
-#~ msgid "Total time "
-#~ msgstr "Heildar tmi "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Nota X uppsetningu sem er til?"
-
-#, fuzzy
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Vi hvaa tki er prentarinn inn tengdur\n"
-#~ " (Athugau a /dev/lp0 er a sama og LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "Hvaa disk viltu fra til?"
-
-#~ msgid "New"
-#~ msgstr "N"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Fjarlgja"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Smelltu disksnei"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "ljst (%s), vertu nkvmari\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (sjlfgefi %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "itt val? (sjlfgefi %s slu inn `none' fyrir engan) "
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Ef um algengar astur er a ra er rtt svar \"/dev/hda\"\n"
-#~ "(aal diskurinn aal IDE rsinni)."
-
-#, fuzzy
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Viltu prfa skilgreininguna"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Viltu prfa skilgreininguna"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Viltu prfa skilgreininguna"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "Hrna eru nverandi stillingar LILO .\n"
-#~ " getur btt vi fleirum ea breytt essum."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Veldu nja str"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Hvernig ms ertu me?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Veldu tunguml til a nota vi innsetningu og kerfisnotkun."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Veldu sni sem passar vi lyklabori itt fr listanum a ofan"
-
-#, fuzzy
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Eftir skum: Ef hefur nokkra reynslu meiar with Linux, you "
-#~ "will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\".\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Hrna geturu stillt innhringitengingu. Ef ert ekki viss um hva "
-#~ "arft,\n"
-#~ "hafu samband vi jnustuveituna til a f r upplsingar."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Slu inn:\n"
-#~ "\n"
-#~ " - IP vistfang: Ef veist ekki hva a er, spuru kerfisstjra ea "
-#~ "fulltra hj jnustuveitu.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Netsa: \"255.255.255.0\" er mjg algeng sa. Ef ert ekki viss "
-#~ "hvaa\n"
-#~ "su skal nota, spuru kerfisstjra ea fulltra jnustuveitu.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Sjlfvirkt vistfang: Ef ert neti sem notar bootp ea dhcp "
-#~ "reglurnar, veldu \n"
-#~ " ennan kost. slkum tilfellum arf ekki a gefa upp neitt \"IP "
-#~ "vistfang\". Eins \n"
-#~ "og me arar stillingar, vri ekki slm hugmynd a hafa samband vi "
-#~ "kerfisstjra.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Ef NIS er nota netinu sem ert , veldu \"Nota NIS\". Ef ert "
-#~ "ekki\n"
-#~ "viss hvort a s nota, spuru kerfisstjra netsins."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Hrna geturu stillt innhringitengingu. Ef ert ekki viss um hva "
-#~ "arft,\n"
-#~ "hafu samband vi jnustuveituna til a f r upplsingar."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Ef notar einhverskonar sel (e. proxy), stilltu au nna. Ef "
-#~ "veist ekki\n"
-#~ "hvort arft a still au, hafu samband vi kerfisstjra ea "
-#~ "jnustuveitu."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ " getur nna n dulritunarhugbna ef Internet tengingin n er rtt\n"
-#~ "upp sett. Fyrst velur spegilvl aan sem vilt skja "
-#~ "hugbnainn\n"
-#~ "og san velur pakka sem vilt skja og setja inn.\n"
-#~ "\n"
-#~ "Athugau a velja spegilvl og dulritunarhugbna samkvmt v sem lg "
-#~ "leyfa\n"
-#~ " slandi ea hvar sem ert nna a nota tlvuna."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Hrna bru til rtarlykilor fyrir Mandrake Linux kerfi (lykilor\n"
-#~ "ofurpaursins :-). verur a sl lykilori inn tvisvar til a \n"
-#~ "stafesta a (svo a veri rugglega a lykilor sem tlast til).\n"
-#~ "\n"
-#~ "\n"
-#~ "Rtin (root) er stjrnandi kerfisins (kerfisstjri) og eini notandinn\n"
-#~ "sem breytt getur striskrm. Veldu lykilori v vandlega. heimil\n"
-#~ "notkun rtaragangi a kerfinu getur ori mjg skaleg uppsetningu\n"
-#~ "og ggnum kerfinu samt rum tlvum sem eru tengdar vi essa.\n"
-#~ "Lykilori tti a vera hfileg blanda af bkstfum og tlustfum og\n"
-#~ "minnst 8 stafa langt. ttir *ekki* a skrifa a niur og ttir\n"
-#~ "v ekki a hafa a of langt ea of flki v eykst httan \n"
-#~ " v a gleymir v. arft a geta muna hvaa lykilor\n"
-#~ "gefur rtaragang til a geta breytt uppsetningu og stillingum."
-
-# ## skrytid
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-
-# ## skrytid
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Linear: Generate linear sector addresses instead of\n"
-#~ "sector/head/cylinder addresses. Linear addresses are translated at run\n"
-#~ "time and do not depend on disk geometry. Note that boot disks may not be\n"
-#~ "portable if \"linear\" is used, because the BIOS service to determine "
-#~ "the\n"
-#~ "disk geometry does not work reliably for floppy disks. When using\n"
-#~ "\"linear\" with large disks, /sbin/lilo may generate references to\n"
-#~ "inaccessible disk areas, because 3D sector addresses are not known\n"
-#~ "before boot time.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Compact: Tries to merge read requests for adjacent sectors into a\n"
-#~ "single read request. This drastically reduces load time and keeps the\n"
-#~ "map smaller. Using \"compact\" is especially recommended when booting "
-#~ "from\n"
-#~ "a floppy disk.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ " * <number>: use the corresponding text mode."
-
-# ## skrytid
-#, fuzzy
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "LILO main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Linear: Generate linear sector addresses instead of\n"
-#~ "sector/head/cylinder addresses. Linear addresses are translated at run\n"
-#~ "time and do not depend on disk geometry. Note that boot disks may not be\n"
-#~ "portable if \"linear\" is used, because the BIOS service to determine "
-#~ "the\n"
-#~ "disk geometry does not work reliably for floppy disks. When using\n"
-#~ "\"linear\" with large disks, /sbin/lilo may generate references to\n"
-#~ "inaccessible disk areas, because 3D sector addresses are not known\n"
-#~ "before boot time.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Compact: Tries to merge read requests for adjacent sectors into a\n"
-#~ "single read request. This drastically reduces load time and keeps the\n"
-#~ "map smaller. Using \"compact\" is especially recommended when booting "
-#~ "from\n"
-#~ "a floppy disk.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ " * <number>: use the corresponding text mode."
-
-#, fuzzy
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "N er kominn tmi til a stilla X, sem er undirstaa Linux notenda- \n"
-#~ "vimtsins (GUI). Til a X virki, arf a stilla skjkorti\n"
-#~ "og velja vikomandi skj. essi atrii er oftast stillt\n"
-#~ "sjlfkrafa annig a gtir aeins urft a stafesta a\n"
-#~ "sem Mandrake Linux vill gera :)\n"
-#~ "\n"
-#~ "\n"
-#~ "egar uppsetningu X er loki verur X jnninn rstur (nema\n"
-#~ " bijir DrakX a gera a ekki) svo getir stafest a\n"
-#~ "stillingarnar su viunnandi. Ef ert ekki stt(ur) vi r X\n"
-#~ "stillingar sem eru valdar, getur breytt eim a eigin vild."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Ef eitthva kemur upp X, notau essar stillingar til a stilla\n"
-#~ "a aftur."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Ef vilt myndrnt innstimplunarvimt, veldu \"J\". Ef ekki, veldu\n"
-#~ " \"Nei\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Tlvan verur nna endurrst.\n"
-#~ "\n"
-#~ "Mandrake Linux verur sjlfkrafa keyrt upp. Ef vilt hinsvegar\n"
-#~ "keyra upp eitthva anna strikerfi, lestu leibeiningarnar\n"
-#~ "sem fylgja."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Skrifa /etc/fstab"
-
-#~ msgid "Restore from floppy"
-#~ msgstr "Endurheimta fr diskling"
-
-#~ msgid "Format all"
-#~ msgstr "Forsn"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Eftir forsningu allra sneia"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "munu ll ggn essum disksneium tapast"
-
-#~ msgid "Reload"
-#~ msgstr "Endurhlaa"
-
-#~ msgid "Error reading file $f"
-#~ msgstr "Villa vi lestur skrarinnar $f"
-
-#, fuzzy
-#~ msgid "ADSL configuration"
-#~ msgstr "Uppsetning"
-
-#~ msgid "Remote queue"
-#~ msgstr "Fjartengd prentr"
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Fjartengd prentr"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Nafn lns"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Stabundinn prentari"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "Netstillingar"
-
-#, fuzzy
-#~ msgid "Profile "
-#~ msgstr "tkst ekki a tengja: "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Sjlfgefi"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#, fuzzy
-#~ msgid "Adapter"
-#~ msgstr "Uppfrsla"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "USB ms"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "J, prenta ASCII prufusu"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "J, prenta PostScript prufusu"
-
-#~ msgid "Paper Size"
-#~ msgstr "Papprsstr"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Koma blasu t eftir?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint rekilvalkostir"
-
-#~ msgid "Color depth options"
-#~ msgstr "Stillingar litadpt"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Afstalla texta (trppurnar)?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Allar prentrair (sem taka vi prentverkum) urfa heiti\n"
-#~ "(oft bara lp) og mppu. Hvaa heiti og mppu viltu nota fyrir\n"
-#~ "essa prentr?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Allar prentrair (sem taka vi prentverkum) urfa heiti\n"
-#~ "(oft bara lp) og mppu. Hvaa heiti og mppu viltu nota fyrir\n"
-#~ "essa prentr?"
-
-#, fuzzy
-#~ msgid "Name of queue"
-#~ msgstr "Heiti prentraar:"
-
-#, fuzzy
-#~ msgid "Spool directory"
-#~ msgstr "Mappa prentraar:"
-
-#, fuzzy
-#~ msgid "Disable"
-#~ msgstr "Tafla"
-
-#, fuzzy
-#~ msgid "Enable"
-#~ msgstr "Tafla"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Ef vilt gera kerfi ruggara ttir a velja \"Nota skuggaskr\" "
-#~ "og\n"
-#~ "\"Nota MD5 lykilor\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Ef NIS er nota netinu sem ert , veldu \"Nota NIS\". Ef ert "
-#~ "ekki\n"
-#~ "viss hvort a s nota, spuru kerfisstjra netsins."
-
-#~ msgid "yellow pages"
-#~ msgstr "Gular sur (yp)"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Uppsetning"
-
-#, fuzzy
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Hvaa disk viltu fra til?"
-
-#, fuzzy
-#~ msgid "Configure..."
-#~ msgstr "Uppsetning"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Velji skr"
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Uppsetning: Bta sl vi"
-
-#, fuzzy
-#~ msgid "Boot style configuration"
-#~ msgstr "Lokauppsetning"
-
-#, fuzzy
-#~ msgid "Automatic dependencies"
-#~ msgstr "Athuga tengsli milli pakka"
-
-#, fuzzy
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Stilla X"
-
-#, fuzzy
-#~ msgid "Create a boot floppy"
-#~ msgstr "Ba til rsidiskling"
-
-#, fuzzy
-#~ msgid "Choice"
-#~ msgstr "tki"
-
-#, fuzzy
-#~ msgid "gMonitor"
-#~ msgstr "Skjr"
-
-# ## skrytid
-#, fuzzy
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ " - Use hard drive optimizations: This option can improve hard disk\n"
-#~ "accesses but is only for advanced users, it can ruin your hard drive if\n"
-#~ "used incorrectly. Use it only if you know how.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Choose security level: You can choose a security level for your\n"
-#~ "system.\n"
-#~ " Please refer to the manual for more information.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM size if needed: In some cases, Linux is unable to\n"
-#~ "correctly detect all the installed RAM on some systems. If this is the\n"
-#~ "case, specify the correct quantity. Note: a difference of 2 or 4 Mb is\n"
-#~ "normal.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Removable media automounting: If you would prefer not to manually\n"
-#~ "mount removable drives (CD-ROM, Floppy, Zip) by typing \"mount\" and\n"
-#~ "\"umount\", select this option. \n"
-#~ "\n"
-#~ "\n"
-#~ " - Enable Num Lock at startup: If you want Number Lock enabled after\n"
-#~ "booting, select this option (Note: Num Lock will still not work under\n"
-#~ "X)."
-
-#, fuzzy
-#~ msgid "Internet/Network access"
-#~ msgstr "Endursn..."
-
-#~ msgid "Miscellaneous"
-#~ msgstr "mislegt"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "msar spurningar:"
-
-#, fuzzy
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "Stilli ryggisrep"
-
-#, fuzzy
-#~ msgid "toot"
-#~ msgstr "Rt"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Aal nafnamilari"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Vara nafnamilari"
-
-#, fuzzy
-#~ msgid "using module"
-#~ msgstr "Hringja inn me mtaldi"
-
-#, fuzzy
-#~ msgid "Development, Database"
-#~ msgstr "Forritun"
-
-#, fuzzy
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Hverju viltu bta vi?"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Reyna a finna mtald?"
-
-#, fuzzy
-#~ msgid "Configure an ISDN connection"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Configure local network"
-#~ msgstr "Stilla nettengingu"
-
-#, fuzzy
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr "LAN netuppsetning er egar til staar. Hva viltu gera?"
-
-#, fuzzy
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "Uppsetning"
-
-#, fuzzy
-#~ msgid "Internet Tools"
-#~ msgstr "Sel stillingar"
-
-#, fuzzy
-#~ msgid "Development C/C++"
-#~ msgstr "Forritun"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Tilgreina tmasvi"
-
-#, fuzzy
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "Vifng NetWare prentara"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(getur skaa vistu ggn)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Kveikja NUMLOCK vi eftir rsingu"
-
-#, fuzzy
-#~ msgid "Confirm Password"
-#~ msgstr "Lykilor"
-
-#~ msgid "DNS server:"
-#~ msgstr "Nafnamilari:"
-
-#~ msgid "Gateway device:"
-#~ msgstr "Gtt (tki):"
-
-#, fuzzy
-#~ msgid "default"
-#~ msgstr "Sjlfgefi"
-
-#, fuzzy
-#~ msgid "What is your system used for?"
-#~ msgstr " hvaa tmasvi ertu?"
-
-#, fuzzy
-#~ msgid "Select the size you want to install"
-#~ msgstr "Veldu str sem vilt setja inn"
-
-#~ msgid "Customized"
-#~ msgstr "Srlagaa"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Nota skuggaskr"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Nota MD5 lykilor"
-
-#~ msgid "Package"
-#~ msgstr "Pakka"
-
-#~ msgid "Tree"
-#~ msgstr "Tr"
-
-#~ msgid "Sort by"
-#~ msgstr "Raa eftir"
-
-#~ msgid "Category"
-#~ msgstr "Flokk"
-
-#~ msgid "Installed packages"
-#~ msgstr "Pakkar sem eru inni"
-
-#~ msgid "Available packages"
-#~ msgstr "Tiltkir pakkar"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Sna aeins laufbl"
-
-#~ msgid "Expand all"
-#~ msgstr "Opna allt"
-
-#~ msgid "Collapse all"
-#~ msgstr "Loka llu"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Bta sl pakkanna vi"
-
-#~ msgid "Update location"
-#~ msgstr "Uppfrslusl"
-
-#~ msgid "Find Package"
-#~ msgstr "Finna pakka"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Finna pakka sem inniheldur skr"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Skipta milli innsettra og tiltkra"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Athuga tengsli milli pakka"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Eftirfarandi pakkar vera fjarlgir"
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Hvaa pakka ertu a leita a?"
-
-#~ msgid "No match"
-#~ msgstr "Ekkert fannst"
-
-#~ msgid "No more match"
-#~ msgstr "Fleira fannst ekki"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake er nna ``lgminnis'' ham.\n"
-#~ "a verur eyrt aftur til a leyfa skrarleit."
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Hvaa skr ertu a leita a?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Hverju ertu a leita a?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Gefu upp nafn (t.d. `extra', `commercial')"
-
-#~ msgid "Directory"
-#~ msgstr "Mappa"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "Ekkert geisladrif til staar (ekkert /mnt/cdrom)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "Sl mppu sem inniheldur RPM pakka"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Fyrir FTP og HTTP, arftu a gefa upp stasetningu hdlist.\n"
-#~ "Stasetningin verur a vera miu vi slina hr a ofan."
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Vinsamlega tilgreindu eftirfarandi"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s er n egar notkun."
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Uppfri RPM gagnaskrna"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Fjarlgji nafni %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Leita a \"laufblum\"."
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "essi leit mun taka dltinn tma"
-
-#, fuzzy
-#~ msgid "ECI modem"
-#~ msgstr "F. snillinga"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "Vi hvaa ratengi er msin n tengd?"
-
-#~ msgid "Czech"
-#~ msgstr "Tkkneskt"
-
-#~ msgid "Slovakian"
-#~ msgstr "Slvakskt"
-
-#, fuzzy
-#~ msgid "Reconfigure local network"
-#~ msgstr "Endurstilla netstillingar nna"
-
-#, fuzzy
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Nafn tengingar"
-
-#, fuzzy
-#~ msgid "Germany (1TR6)"
-#~ msgstr "skt"
-
-#, fuzzy
-#~ msgid "What do you wish to do?"
-#~ msgstr "Hva viltu gera?"
-
-#, fuzzy
-#~ msgid "Install/Rescue"
-#~ msgstr "Innsetning"
-
-#, fuzzy
-#~ msgid "Rescue"
-#~ msgstr "Endurstkka"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Hvaa sneitegund viltu?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Veldu \"Innsetning\" ef a eru engar fyrri tgfur af Linux tlvunni\n"
-#~ "ea ef vilt nota fleiri en eina dreifingu af Linux.\n"
-#~ "\n"
-#~ "Veldu \"Uppfrsla\" ef vilt uppfra fyrri innsetningu af Linux "
-#~ "Mandrake:\n"
-#~ "%s ea %s.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Rlagt: Ef hefur aldrei sett Linux inn ur.\n"
-#~ "\n"
-#~ " - Eftir skum: Ef hefur nokkra reynslu meiar with Linux, you "
-#~ "will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\".\n"
-
-# ***********************************************
-# *** Hr fyrir nean er ingin mn, en ***
-# *********** g fr lka aeins yfir a sem var ************
-# *** tt fyrir ofan. :-) - rarinn ***
-# *** (g klra etta seinnipartinn morgun) ***
-# ***********************************************
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "essi hluti hefur a geyma uppsetningu staarnetstengingu\n"
-#~ "(LAN) ea mtaldstengingu.\n"
-#~ "\n"
-#~ "Ef velur \"Staarnetstenging\" mun DrakX\n"
-#~ "reyna a finna Ethernet netkorti vlinni. flestum tilvikum\n"
-#~ "finnast PCI netkort og er korti strax tilbi fyrir netuppsetningu.\n"
-#~ "Ef netkorti itt er hinsvegar ISA kort er sjlfvirk uppsetning v\n"
-#~ "ekki mguleg og arft v a velja rekil af listanum sem birtist.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef ert me SCSI kort getur lti leita a v fyrst en san\n"
-#~ "gefi upp vifng ef a finnst ekki. Vifngin sem arft a nota\n"
-#~ "ttir a finna leibeiningunum sem komu me kortinu.\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef ert a setja Mandrake Linux tlvu sem er hluti af staarneti\n"
-#~ " ttir a f nausynlegar upplsingar fyrir tengingu hj "
-#~ "kerfisstjra.\n"
-#~ "Upplsingarnar sem arft til a tengjast staarneti me TCP/IP eru:\n"
-#~ "IP vistfang, undirnetssa (netsa) og tlvunafn. Ef ert a\n"
-#~ "setja upp einkanet getur sjlf(ur) kvei hvaa vistfang,\n"
-#~ "netsu og nafn notar tlvuna.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef velur \"Mtaldstenging\" verur mtaldstengingin ger klr.\n"
-#~ "DrakX mun reyna a finna mtaldi itt en ef s leit ber ekki rangur\n"
-#~ " verur sjlf(ur) a velja ratengi (COM port) sem mtaldi er\n"
-#~ "tengt vi."
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "Linux getur nota margar gerir prentara. Prentararnir krefjast\n"
-#~ "mismunandi uppsetninga.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef prentarinn inn er tengdur beint vi tlvuna veldu \n"
-#~ "\"Stabundinn prentari\". arft san a tilgreina vi\n"
-#~ "hvaa tengi prentarinn er tengdur og velja vieigandi su.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef vilt hafa agang a prentara sem tengdur er vi fjarlga UNIX vl\n"
-#~ "(ea Windows NT me LPD) verur a velja \"Fjartengdur prentari\".\n"
-#~ " arft ekki a gefa upp notandanafn ea lykilor en arft a vita \n"
-#~ "nafni prentrinni eim jn.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef vilt hafa agang a SMB prentara (prentara sem er tengdur vi\n"
-#~ "fjarlga Windows 9x/NT vl), arftu a gefa upp SMB nafn jnsins\n"
-#~ "sem oftast er sama og TCP/IP nafn (en arf ekki a vera). Einnig arftu\n"
-#~ "IP vistfang, notandanafn, lykilor, nafn vinnuhps og auvita sjlft\n"
-#~ "nafn prentarans. Sama gildir um NetWare prentara, nema arft\n"
-#~ "ekkert vinnuhpsnafn."
-
-#, fuzzy
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "a er stranglega mlt me v a svarir \"J\" hrna. Ef setur\n"
-#~ "Microsoft Windows inn sar skrifar a yfir rsihluta disksins og\n"
-#~ "gerir r ar me kleyft a rsa Linux nema hafir veri bin(n)\n"
-#~ "a tba rsidiskling."
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Eya breytingum?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Hvernig ms ertu me?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Sjlfvirk upplausn"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "Til a finna mgulegar upplausnir munu nokkrar vera prfaar.\n"
-#~ "Skjrinn inn mun blikka...\n"
-#~ " getur slkkt honum ef vilt, tlvan flautar egar v er loki"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "g get reynt a finna mgulegar upplausnir (t.d: 800x600).\n"
-#~ "Stundum getur tlvan frosi vi a.\n"
-#~ "Viltu prfa?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "Engar leyfilegar upplausnir fundust\n"
-#~ "Prfau a velja anna skjkort ea skj"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Sjlfvirk leit upplausna"
-
-#, fuzzy
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "ATI brautarms"
-
-#, fuzzy
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "USB ms (3 ea fleiri takkar)"
-
-#, fuzzy
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "USB ms (3 ea fleiri takkar)"
-
-#, fuzzy
-#~ msgid "Apple USB Mouse"
-#~ msgstr "USB ms"
-
-#, fuzzy
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "USB ms (3 ea fleiri takkar)"
-
-#, fuzzy
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "USB ms (3 ea fleiri takkar)"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI brautarms"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Microsoft brautarms"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logitech brautarms"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USB ms (3 ea fleiri takkar)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft tgfa 2.1A ea nrri (ratengd)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (ratengd)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (ratengd)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (ratengd)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Almenn ms (ratengd)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Microsoft samhf (ratengd)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Almenn riggja hnappa ms (ratengd)"
-
-#, fuzzy
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "tkst ekki a tengja nfs"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Dulkun"
-
-#~ msgid "Show less"
-#~ msgstr "Sna frri"
-
-#~ msgid "Show more"
-#~ msgstr "Sna fleiri"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Hvaa lyklaborsuppsetningu viltu?"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Viltu leita a PCMCIA kortun?"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "Leita a %s kortum?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "Leita a PCI kortum?"
-
-#~ msgid "Searching root partition."
-#~ msgstr "Leita a rtardisksnei"
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s: etta er ekki rtardisksnei. Veldu ara."
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-# NOTE: this message will be displayed by lilo at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is then suggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-# When possible cp437 accentuated letters can be used too.
-#
-# '\240' is '' (aacute) in cp437 encoding
-# '\224' is '' (odiaeresis) in cp437 encoding.
-# '\221' is '' (ae) in cp437 encoding
-# '\241' is '' (iacute) in cp437 encoding
-# '\242' is '' (oacute) in cp437 encoding
-# '\230' is '' (yacute) in cp437 encoding
-# '\243' is '' (oacute) in cp437 encoding
-# there is no '' nor '' in cp437; changed respectively to 'th' and 'd'
-#
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Velkomin(n) LILO strikerfisrsistjrann!\n"
-#~ "\n"
-#~ "Sldu <TAB> til ad f lista yfir mgulega valkosti.\n"
-#~ "\n"
-#~ "Til rsa einn af theim, sldu inn nafnid og sdan <ENTER>\n"
-#~ "eda bddu %d sekndur thar til sjlfgefin rsing hefst.\n"
-#~ "\n"
-
-# NOTE: this message will be displayed by SILO at boot time; that is
-# only the ascii charset will be available
-# so use only 7bit for this message
-#
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Velkomin(n) i SILO styrikerfisraesistjorann!\n"
-#~ "\n"
-#~ "Sladu a <TAB> til ad fa lista yfir moegulega valkosti.\n"
-#~ "\n"
-#~ "Til raesa einn af theim, sldu inn nafnid og sidan a <ENTER>\n"
-#~ "eda biddu i %d sekundur thar til sjalfgefin raesing hefst.\n"
-#~ "\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "Stillingar SILO"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "Hrna eru nverandi stillingar SILO .\n"
-#~ " getur btt vi fleirum ea breytt essum."
-
-#~ msgid "This label is already in use"
-#~ msgstr "etta nafn er n egar notkun."
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "Innsetning SILO brst skum eftirfarandi villu:"
-
-#~ msgid "Shutting down"
-#~ msgstr "Slekk tlvunni"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "Veldu \"Innsetning\" ef a eru engar fyrri tgfur af Linux tlvunni\n"
-#~ "ea ef vilt nota fleiri en eina dreifingu af Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "Veldu \"Uppfrsla\" ef vilt uppfra fyrri innsetningu af Linux "
-#~ "Mandrake:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios),\n"
-#~ "Gold 2000 ea 7.0 (Air)."
-
-#~ msgid "Do you want to use LILO?"
-#~ msgstr "Viltu nota LILO?"
-
-#~ msgid ""
-#~ "LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-#~ "Normally they are correctly detected during installation. If you don't\n"
-#~ "see yours detected, you can add one or more now.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't want that everybody could access at one of them, you can "
-#~ "remove\n"
-#~ "it now (a boot disk will be needed to boot it)."
-#~ msgstr ""
-#~ "LILO (LInux LOader) getur rst Linux og nnur strikerfi.\n"
-#~ "Venjulega finnast au vi innsetningu Linux. Ef sr\n"
-#~ "ekki itt kerfi getur btt v vi nna samt rum.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ef vilt ekki a arir hafi agang a einhverju kerfanna getur\n"
-#~ " einfaldlega fjarlgt a nna (en arf rsidiskling til a rsa "
-#~ "a)."
-
-#~ msgid ""
-#~ "Now that you've selected desired groups, please choose \n"
-#~ "how many packages you want, ranging from minimal to full \n"
-#~ "installation of each selected groups."
-#~ msgstr ""
-#~ "N egar flokkar hafa veri valdir skaltu velja hve marga \n"
-#~ " vilt sitja inn. getur tilgreint litla ea fulla \n"
-#~ "innsetningu af pkkum r eim flokkum sem valdir."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Rlagt: Ef hefur aldrei sett Linux inn ur.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Eftir skum: Ef hefur nokkra reynslu meiar with Linux, you "
-#~ "will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-
-#~ msgid "Downloading cryptographic packages"
-#~ msgstr "Ski dulritunarpakkana"
-
-#~ msgid "Setup SCSI"
-#~ msgstr "Setja upp SCSI"
-
-#~ msgid "Local LAN"
-#~ msgstr "Staarnet(LAN)"
-
-#~ msgid "Size: %s MB"
-#~ msgstr "Str: %s MB"
-
-#~ msgid "changing type of"
-#~ msgstr "breyti tegund"
-
-#~ msgid "After %s partition %s,"
-#~ msgstr "Eftir %s disksneiar %s,"
-
-#~ msgid "linear"
-#~ msgstr "lnulegan"
-
-#~ msgid "Linear (needed for some SCSI drives)"
-#~ msgstr "Nota lnulegan ham (nausynlegt fyrir sum SCSI drif)"
-
-#~ msgid "User name:"
-#~ msgstr "Notandaheiti:"
-
-#~ msgid "Password:"
-#~ msgstr "Lykilor:"
-
-#~ msgid "developer"
-#~ msgstr "forritari"
-
-#~ msgid "beginner"
-#~ msgstr "byrjandi"
-
-#~ msgid ""
-#~ "Failed to create an HTP boot floppy.\n"
-#~ "You may have to restart installation and give ``%s'' at the prompt"
-#~ msgstr ""
-#~ "Smi HTP rsidisks mistkst.\n"
-#~ " gtir urft a endurrsa og sl inn ``%s'' skipanalnuna"
-
-#~ msgid "It is necessary to restart installation with the new parameters"
-#~ msgstr "a arf a byrja innsetningu upp ntt me nju vifngunum"
-
-#~ msgid "It is necessary to restart installation booting on the floppy"
-#~ msgstr "a arf a byrja innsetninguna upp ntt og rsa me diskling"
-
-#~ msgid ""
-#~ "Enter a floppy to create an HTP enabled boot\n"
-#~ "(all data on floppy will be lost)"
-#~ msgstr ""
-#~ "Settu diskling drifi til a ba til HTP rsingu\n"
-#~ "(ll ggn essum diskling tapast)"
-
-#~ msgid "A entry %s already exists"
-#~ msgstr "Nafni %s er egar notkun"
-
-#~ msgid "Choose install or upgrade"
-#~ msgstr "Veldu innsetningu ea uppfrslu"
-
-#~ msgid "What usage do you want?"
-#~ msgstr "Hverskyns notkun viltu?"
diff --git a/perl-install/share/po/it.po b/perl-install/share/po/it.po
deleted file mode 100644
index 72cc40b1b..000000000
--- a/perl-install/share/po/it.po
+++ /dev/null
@@ -1,12041 +0,0 @@
-# Italian Translation of DrakX
-# Copyright (C) 1999 Mandrakesoft
-# Paolo Lorenzin <pasusu@tin.it>, 1999-2000.
-# Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2000-2002
-# 8.0 Tech/Lang proofreading by Roberto Rosselli Del Turco <rosselli@ling.unipi.it>
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX 0.1\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-09 18:54+0100\n"
-"Last-Translator: Roberto Rosselli Del Turco <rosselli@ling.unipi.it>\n"
-"Language-Team: Italian <it@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configura tutte le testine indipendentemente"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Usa l'estensione Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configura solo la scheda \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Configurazione multi-testine"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Il tuo sistema supporta la configurazione di pi testine.\n"
-"Cosa vuoi fare?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Scheda grafica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Scegli una scheda grafica"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Scegli un server X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Server X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Scegli un driver X"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "Driver X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Che configurazione di XFree vuoi avere?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"La tua scheda pu avere accelerazione 3D hardware, ma solo con XFree %s.\n"
-"La tua scheda supportata da XFree %s che potrebbe avere un miglior "
-"supporto in 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"La tua scheda pu avere il supporto per l'accelerazione 3D hardware con "
-"XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s con accelerazione 3D hardware"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"La tua scheda pu avere l'accelerazione 3D hardware con XFree %s,\n"
-"NOTA CHE UN SUPPORTO SPERIMENTALE E POTREBBE BLOCCARE IL TUO COMPUTER."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s con accelerazione 3D hardware SPERIMENTALE"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"La tua scheda pu avere accelerazione 3D hardware, ma solo con XFree %s,\n"
-"NOTA CHE UN SUPPORTO SPERIMENTALE E POTREBBE BLOCCARE IL TUO COMPUTER.\n"
-"La tua scheda supportata da XFree %s che potrebbe avere un miglior "
-"supporto in 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installazione driver video)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configurazione di XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Scegli la quantit di memoria della tua scheda grafica"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Scegli le opzioni per il server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Scegli un monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"I due parametri critici sono la frequenza di refresh verticale, che la "
-"frequenza\n"
-"con cui l'intero schermo aggiornato, e ancora pi importante la frequenza\n"
-"di sincronia orizzontale, che la frequenza con cui le line di scansione "
-"sono mostrate. \n"
-"\n"
-" MOLTO IMPORTANTE che tu non specifichi un tipo di monitor con una gamma di "
-"sincronia che vada oltre le capacit del tuo monitor: potresti "
-"danneggiarlo.\n"
-"Se hai dubbi, scegli un settaggio prudente."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Frequenza di refresh orizzontale"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Frequenza di refresh verticale"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor non configurato"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Scheda grafica non ancora configurata"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Risoluzioni non ancora selezionate"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Vuoi provare la configurazione ?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Attenzione: il test di questa scheda video pu bloccare il computer"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test della configurazione"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"prova a modificare alcuni parametri"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Si verificato un errore:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Uscita in %d secondi"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " il settaggio corretto?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Si verificato un errore, prova a modificare alcuni parametri"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Risoluzione"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Seleziona risoluzione e profondit di colore"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Scheda grafica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Ancora"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modo Esperto"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Mostra tutto"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Risoluzioni"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tipo di tastiera: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipo di mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositivo del mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Frequenza orizzontale del monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Refresh verticale del monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Scheda grafica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identificazione scheda grafica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memoria scheda grafica: %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Profondit di colore: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Risoluzione: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Server XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Driver XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Sto preparando la configurazione di X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Cosa vuoi fare?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Cambia monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Cambia scheda grafica"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Cambia opzioni server"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Cambia risoluzione"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mostra informazioni"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Nuovo test"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Esci"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Mantieni le modifiche?\n"
-"La configurazione corrente :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X all'avvio"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Posso configurare il tuo computer per eseguire X automaticamente all'avvio.\n"
-"Vuoi che X venga eseguito quando riavvierai?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Per favore rientra come %s per attivare le modifiche"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Per favore esci e usa Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 colori (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mila colori (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mila colori (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milioni di colori (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardi di colori (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 Kb"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 Kb"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 Mb o pi"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA standard, 640x480 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatibile 8514, 1024x768 a 87 Hz interlacciato (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 a 87 Hz interlacciato, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA estesa, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA non-interlacciato, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA alta frequenza, 1024x768 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequenza che raggiunge 1280x1024 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequenza che raggiunge 1280x1024 a 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequenza che raggiunge 1280x1024 a 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor che raggiunge 1600x1200 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor che raggiunge 1600x1200 a 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primo settore della partizione di boot"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primo settore del disco rigido (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Installazione di SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Dove vuoi installare il bootloader?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Installazione di LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO con menu in modo testo"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO con menu grafico"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Avvia da DOS/Windows (usando loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Opzioni principali del bootloader"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Bootloader da usare"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installazione del bootloader"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dispositivo di boot"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (non funziona con vecchi BIOS)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compatta"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compatta"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Modo video"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Ritardo prima di avviare con l'immagine predefinita"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Password"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Password (ripeti)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Limita opzioni della linea di comando"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "limita"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Pulisci /tmp ad ogni avvio"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Precisa la dimensione RAM se necessario (trovati %d Mb)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Abilita profili multipli"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Specifica dimensione RAM in Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"L'opzione ''Limita opzioni della linea di comando'' inutile\n"
-"senza una password"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Per favore prova di nuovo"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Le password non corrispondono"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Messaggio di init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Attesa dell'Open Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Attesa per il boot del kernel"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Abilita l'avvio da CD-ROM?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Abilita boot OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Sistema operativo predefinito?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Avete deciso di installare il bootloader su una partizione.\n"
-"Questo significa che avete gi un bootloader installato sul disco rigido dal "
-"quale effettuate il boot\n"
-"(ad esempio SystemCommander).\n"
-"\n"
-"Da quale disco effettuate il boot?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Queste sono le voci attuali.\n"
-"Puoi aggiungerne altre o cambiare quelle esistenti."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Aggiungi"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Fatto"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modifica"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Che tipo di voce vuoi aggiungere"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Altro OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Altro OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Altro OS (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Immagine"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Aggiungi"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lettura-scrittura"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabella"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Non sicuro"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etichetta"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Predefinito"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Dimensioni Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "No Video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Rimuovi voce"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Etichetta vuota non ammessa"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Dovete indicare l'immagine di un kernel"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Devi specificare una partizione radice"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Questa etichetta gi stata usata"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Trovate %s interfacce %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Ne hai un'altra?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Hai una qualsiasi interfaccia %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "No"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "S"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Vedi informazioni hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installazione driver per scheda %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modulo %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Quale driver %s dovrei provare?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"in alcuni casi, il driver %s ha bisogno di informazioni extra per "
-"funzionare\n"
-"correttamente, anche se normalmente pu farne a meno. Vorresti specificare\n"
-"opzioni extra o lasciare che il driver cerchi sulla tua macchina le\n"
-"informazioni di cui ha bisogno? Occasionalmente, la ricerca bloccher il\n"
-"computer, ma non dovrebbe causare alcun danno."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Investgazione automatica"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Specifica opzioni"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Adesso potete fornire le sue opzioni al modulo %s.\n"
-"Si noti che ogni indirizzo dovrebbe essere inserito con il prefisso 0x(ad "
-"es. '0x123')."
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Adesso puoi passare le sue opzioni al modulo %s.\n"
-"Le opzioni sono in formato ''nome=valore nome2=valore2 ...''.\n"
-"Per esempio, ''io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opzioni del modulo:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Caricamento del modulo %s fallito.\n"
-"Vuoi riprovare con altri parametri?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "accesso ai programmi X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "accesso agli strumenti RPM"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "permetti \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "accesso ai file di amministrazione del sistema"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s gi aggiunto)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Questa password troppo semplice"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Per favore fornisci un nome utente"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Il nome utente deve contenere solo lettere minuscole, numeri, '-' e '_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Questo nome utente gi stato aggiunto"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Aggiungi utente"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Inserisci un utente\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Accetta utente"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Vero nome"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nome utente"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Posso configurare il tuo computer per fare automaticamente il login di un "
-"utente all'avvio.\n"
-"Vuoi sfruttare questa caratteristica?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Scegli l'utente predefinito"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Scegli il window manager da eseguire:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Per favore, scegli la lingua da utilizzare."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Potete scegliere altre lingue che saranno disponibili dopo l'installazione"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Tutto"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Permetti a tutti gli utenti"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Condivisione personalizzata"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Nessuna condivisione"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Il pacchetto %sdeve essere installato. Volete installarlo?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Potete esportare usando NFS o Samba. Quale desiderate"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Il pacchetto obbligatorio %s assente"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Annulla"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Lancia userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"La condivisione in base all'utente usa il gruppo \"fileshare\".\n"
-"Potete utilizzare userdrake per aggiungere un utente a questo gruppo."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Benvenuti cracker"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Scarso"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Normale"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Pi alto"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoico"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Questo livello va usato con cura. Rende il sistema pi facile da usare,\n"
-"ma molto delicato: non deve essere usato per una macchina connessa ad altre\n"
-"o a Internet. Non c' nessun accesso con password."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Ora le password sono abilitate, ma l'uso come computer di rete comunque\n"
-"ancora sconsigliato."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Questo il livello di sicurezza standard raccomandato per un computer da "
-"usare per\n"
-"connettersi a Internet come cliente."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Esistono gi alcuni limiti, e ogni notte vengono eseguiti ulteriori "
-"controlli automatici."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Con questo livello di sicurezza, l'uso di questo sistema come server "
-"diventa\n"
-"possibile. La sicurezza ora abbastanza alta per consentire l'utilizzo\n"
-"del sistema come server che accetta connessioni da molti clienti. Nota: se "
-"la vostra\n"
-"macchina un semplice cliente su Internet, fareste meglio a scegliere un "
-"livello\n"
-"pi basso."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Basato sul livello precedente, ma ora il sistema completamente\n"
-"chiuso. Le funzioni di sicurezza sono al massimo."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Scegli livello di sicurezza"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Livello di sicurezza"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Usa libsafe per i server"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Una libreria che difende il sistema da attacchi del tipo \"buffer overflow\" "
-"e \"format string\"."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Benvenuti su %s, il selezionatore di sistemi operativi!\n"
-"\n"
-"Scegliete un sistema operativo nella lista qui sopra, o\n"
-"aspettate %dsecondi per il boot predefinito.\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Benvenuti su GRUB, il selezionatore di sistemi operativi!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Usate i tasti %ce%c per evidenziare la voce che interessa."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Premete Invio per avviare il sistema operativo selezionat, 'e' per modificare"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "i comandi prima del boot, o 'c' per avere una linea di comando."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "La voce evidenziata verr avviata automaticamente in %d secondi."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "spazio insufficiente in /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Menu di avvio"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Non puoi installare il bootloader su una partizione %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "nessun aiuto presente (per ora).\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configurazione stile di avvio"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_File"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/File/_Esci"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "MonitorNewStyle per categorie"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor tradizionale"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Gtk tradizionale"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Lancia Aurora al momento del boot"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Modo LILO/GRUB"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Al momento state usando %s come Boot Manager.\n"
-"Cliccate su Configura per lanciare l'assistente di configurazione."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configura"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Modo sistema"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Lancia il sistema X Window all'avvio"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "No, non voglio il login automatico"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "S, voglio il login automatico con questo (utente, desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Non riesco ad aprire /etc/inittab in lettura: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "Mb"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuti"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuto"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d secondi"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Non posso fare degli screenshot prima del partizionamento"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Dopo 'installazione degli screenshot saranno disponibili in %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francia"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "CostaRica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgio"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Repubblica Ceca"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Germania"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grecia"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norvegia"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Svezia"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Olanda"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Stati Uniti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Per favore prima fate un backup dei vostri dati"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Leggete con attenzione!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Se intendete usare aboot, prestate attenzione a lasciare uno spazio libero "
-"(2048\n"
-"settori sono sufficienti) all'inizio del disco"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Errore"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Assistente"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Scegli un'azione"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Hai una grossa partizione\n"
-"(generalmente usata da Microsoft Dos/Windows).\n"
-"Per prima cosa suggerisco di ridimensionare quella partizione\n"
-"(clicca su di essa, poi clicca su \"Ridimensiona\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Per favore clicca su una partizione"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Dettagli"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "FS con journal"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Vuoto"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Altro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipo di filesystem:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Crea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Usa ''%s'' invece"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Cancella"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Prima usa ''Unmount''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Dopo aver cambiato tipo di partizione %s, tutti i dati su questa partizione "
-"saranno persi"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Scegli una partizione"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Scegli un'altra partizione"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Esci"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Passa a modo Esperto"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Passa a modo Normale"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Un passo indietro"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Continuo comunque?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Esci senza salvare"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Esci senza scrivere la tabella delle partizioni?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Vuoi salvare le modifiche a /etc/fstab?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Alloca automaticamente"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Azzera tutto"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informazioni sul disco fisso"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Tutte le partizioni primarie sono usate"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Non posso aggiungere altre partizioni"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Per avere pi partizioni, per favore eliminarne una per essere in grado di "
-"crearne una estesa"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Salva la tabella delle partizioni"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Ripristina tabella delle partizioni"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Recupera tabella delle partizioni"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ricarica tabella delle partizioni"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automounting di media rimovibili"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Scegli file"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La copia di sicurezza della tabella delle partizioni non ha la stessa\n"
-"dimensione. Continuo comunque?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Attenzione"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Inserisci un floppy nel drive\n"
-"Tutti i dati su questo floppy saranno persi"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Provo a recuperare la tabella delle partizioni"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Informazioni dettagliate"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Punto di mount"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opzioni"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Ridimensiona"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Sposta"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatta"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Esegui mount"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Aggiungi a RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Aggiungi a LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Esegui unmount"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Rimuovi da RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Rimuovi da LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modifica RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Usa per loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Crea una nuova partizione"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Settore iniziale: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Dimensione in Mb: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipo di filesystem: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punto di mount:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferenza: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Rimuovo il file di loopback?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Cambia il tipo di partizione"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Quale filesystem vuoi?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Passo da ext2 a ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Dove vuoi fare il mount del file loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Dove vuoi fare il mount del dispositivo %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Non puoi deselezionare punti di mount perch questa partizione usata\n"
-"per il loopback. Prima rimuovi il loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Calcolo dei vincoli del filesystem FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Ridimensionamento"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Questa partizione non ridimensionabile"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Dovresti eseguire il backup di tutti i dati su questa partizione"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Dopo aver ridimensionato la partizione %s, tutti i dati su questa partizione "
-"saranno persi"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Scegli la nuova dimensione"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nuova dimensione in Mb: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Su quale disco vuoi spostarlo?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Settore"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Su che settore vuoi spostarlo?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Spostamento"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Spostamento partizione..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Scegli un RAID esistente a cui effettuare l'aggiunta"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nuovo"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Scegli un LVM esistente a cui effettuare l'aggiunta"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nome LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Questa partizione non pu essere usata per il loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nome file loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Assegna un nome di file"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "File gi usato da un altro loopback, selezionane uno diverso"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Il file esiste gi. Lo uso?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opzioni di mount"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Varie"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dispositivo"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "livello"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "dimensione del blocco"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Fai attenzione: questa operazione pericolosa."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Che tipo di partizionamento?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Spiacente ma non accetter di creare /boot cos avanti sul drive (su un "
-"cilindro > 1024).\n"
-"Nel caso tu usassi LILO non funzionerebbe, o se non usassi LILO non ti "
-"servirebbe /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"La partizione che hai scelto di aggiungere come root (/) si trova\n"
-"fisicamente oltre il 1024esimo cilindro del disco fisso, e non hai una\n"
-"partizione /boot. Se hai intenzione di usare LILO come boot manager, "
-"accertati di creare una partizione /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Hai selezionato una partizione RAID software come root (/).\n"
-"Nessun bootloader pu gestirla senza una partizione /boot.\n"
-"Perci accertati di aggiungere una partizione /boot."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr ""
-"La tabella delle partizioni del disco %s sta per essere scritta su disco!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Sar necessario riavviare il sistema prima che le modifiche diventino "
-"effettive!"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Dopo aver formattato la partizione %s, tutti i dati su questa partizione "
-"saranno persi"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formattazione"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formattazione file di loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formattazione partizione %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Nascondi file"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Sposta i file sulla nuova partizione"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"La directory %s contiene gi dei dati\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Sto spostando i file sulla nuova partizione"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Sto copiando %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Sto cancellando: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "la partizione %s adesso nota come %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dispositivo: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lettera di drive DOS: %s (solo una supposizione)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipo: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nome: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Inizia: settore %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Dimensione: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s settori"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Da cilindro %d a %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formattato\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Non formattato\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "In linea\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"File di loopback:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partizione di boot predefinita\n"
-" (per boot MS-DOS, non per lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Livello %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Dimensione del blocco %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Dischi RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nome file di loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Molto probabilmente questa partizione \n"
-"una partizione Driver, meglio\n"
-"non toccarla.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Questa speciale partizione di boot\n"
-"viene utilizzata per effettuare\n"
-"il dual-boot del tuo sistema.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Dimensione: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cilindri, %s testine, %s settori\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Dischi LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipo tabella delle partizioni: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "su bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opzioni: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Chiave di crittazione del filesystem"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Scegliete la chiave di crittazione del filesystem"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Questa chiave di crittazione troppo semplice (deve essere lunga almeno %d "
-"caratteri)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Le chiavi di crittazione non corrispondono"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Chiave di crittazione"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Chiave di crittazione (di nuovo)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Cambia tipo"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Per favore clicca su un supporto"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Ricerca server"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formattazione di %s fallita"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Non so come formattare %s in tipo %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "il mount della partizione %s sulla directory %s non riuscito"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck fallito con codice di uscita %d o segnale %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "errore in fase di unmount di %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "semplice"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "con /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Non puoi usare JFS per partizioni pi piccole di 16 Mb"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Non puoi usare ReiserFS per partizioni pi piccole di 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "I punti di mount devono iniziare con /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "C' gi una partizione con il punto di mount %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Non puoi usare un Volume Logico LVM per il punto di mount %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Questa directory dovrebbe rimanere all'interno del filesystem root"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr " un vero filesystem (ext2, reiserfs) per questa punto di mount\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Non puoi usare un filesystem crittato per il punto di mount %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Non c' abbastanza spazio libero per l'allocazione automatica"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nulla da fare"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Errore aprendo %s in scrittura: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Si verificato un errore - non stato trovata alcuna unit valida su cui "
-"creare nuovi filesystem. Per favore controlla il tuo hardware per stabilire "
-"la causa di questo problema"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Non hai alcuna partizione!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux un sistema operativo multiutente, e questo significa che\n"
-"ciascun utente pu disporre di una configurazione personalizzata, di uno\n"
-"spazio per i propri file, e cos via; consultate il ''Manuale dell'utente''\n"
-"per saperne di pi. Ma, a differenza di \"root\", che l'amministratore\n"
-"del sistema, gli utenti che aggiungerete adesso non avranno il diritto di\n"
-"cambiare nulla, se non i propri file e la propria configurazione. Dovrete\n"
-"crearne almeno uno per voi stessi, e dovreste usare quello per l'uso\n"
-"quotidiano: per quanto sia molto comodo entrare nel sistema come \"root\"\n"
-"tutti i giorni, potrebbe anche essere molto pericoloso! Anche un errore\n"
-"banale potrebbe significare un sistema non pi in grado di funzionare\n"
-"correttamente. Se, invece, commettete un errore, anche grave, in qualit di\n"
-"utente normale, potreste perdere parte dei vostri dati, ma non\n"
-"compromettere l'intero sistema.\n"
-"\n"
-"Prima di tutto, inserite il vostro nome reale. Naturalmente questo non \n"
-"obbligatorio: potete digitare quello che volete. Fatto questo, DrakX\n"
-"prender la prima parola che avete inserito nel campo di testo e la copier\n"
-"alla voce \"Nome utente\". Questo il nome che l'utente dovr usare per\n"
-"accedere al sistema, ma potete cambiarlo. Poi digitate una password per\n"
-"questo utente. La password di un utente non privilegiato dal punto di vista\n"
-"della sicurezza non cruciale come quella di \"root\", ovviamente, ma non\n"
-"c' motivo di essere frettolosi: dopo tutto, si tratta dei vostri file.\n"
-"\n"
-"Se cliccate su \"Accetta utente\", potrete poi aggiungerne un altro, e\n"
-"altri ancora, a vostra discrezione. Aggiungete un utente per ciascuno dei\n"
-"vostri amici, oppure per vostro padre e vostro fratello, ad esempio. Dopo\n"
-"aver aggiunto tutti gli utenti che volete, selezionate \"Fatto\".\n"
-"\n"
-"Cliccando sul pulsante \"Avanzato\" potrete cambiare la \"shell\" per\n"
-"quell'utente (come opzione predefinita bash)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"In alto potete vedere l'elenco delle partizioni Linux individuate sul\n"
-"vostro disco rigido. Potete attenervi alle scelte fatte dall'assistente,\n"
-"vanno bene per la maggior parte delle installazioni. Se fate dei\n"
-"cambiamenti, ricordate che dovete definire per lo meno una partizione root\n"
-"(''radice'') (\"/\"). Non scegliete una partizione troppo piccola,\n"
-"altrimenti non sarete in grado di installare parte del software. Se volete\n"
-"archiviare i vostri dati su una partizione separata, dovrete creare anche\n"
-"una partizione per \"/home\" (questo possibile soltanto se avete a\n"
-"disposizione pi di una partizione Linux).\n"
-"\n"
-"Ogni partizione elencata in base a queste caratteristiche: \"Nome\",\n"
-"\"Capacit\".\n"
-"\n"
-"Il \"Nome\" strutturato in: \"tipo di disco rigido\", \"numero del\n"
-"disco\", \"numero della partizione\" (ad esempio, \"hda1\").\n"
-"\n"
-"Il \"tipo di disco rigido\" \"hd\" se il vostro disco di tipo IDE, e\n"
-"\"sd\" se, invece, un disco SCSI.\n"
-"\n"
-"Il \"numero del disco\" sempre una lettera che segue \"hd\" o \"sd\". Per\n"
-"i dischi IDE:\n"
-"\n"
-" * \"a\" significa \"disco rigido master sul controller IDE primario\";\n"
-"\n"
-" * \"b\" means \"disco rigido slave sul controller IDE primario\";\n"
-"\n"
-" * \"c\" means \"disco rigido master sul controller IDE secondario\";\n"
-"\n"
-" * \"d\" means \"disco rigido slave sul controller IDE secondario\".\n"
-"\n"
-"Per i dischi rigidi di tipo SCSI, invece, una \"a\" significa \"ID SCSI\n"
-"pi\", una \"b\" significa \"ID SCSI superiore ad a\", etc."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"La distribuzione Mandrake Linux suddivisa su pi CD-ROM. DrakX sa se uno\n"
-"dei pacchetti selezionati si trova su un altro CD-ROM, pertanto provveder\n"
-"a espellere il CD attualmente inserito nel lettore e a chiedervi di\n"
-"inserire quello corretto."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Adesso il momento di indicare i programmi che volete siano installati sul\n"
-"vostro sistema. Ci sono migliaia di programmi disponibili per Mandrake\n"
-"Linux, e nessuno si aspetta che li conosciate tutti a memoria.\n"
-"\n"
-"Se state effettuando un'installazione standard da CD-ROM, per prima cosa vi\n"
-"verr chiesto di specificare quali sono i CD in vostro possesso (solo se\n"
-"siete in modalit Esperto): controllate i CD della distribuzione, cliccate\n"
-"sulle caselle corrispondenti ai CD che avete e infine sul pulsante \"Ok\"\n"
-"quando siete pronti per continuare.\n"
-"\n"
-"I pacchetti sono organizzati in gruppi corrispondenti a usi particolari\n"
-"della vostra macchina. I gruppi sono a loro volta divisi in quattro\n"
-"sezioni:\n"
-"\n"
-" * \"Workstation\": scegliete uno o pi dei gruppi di questa sezione se la\n"
-"vostra macchina verr utilizzata prevalentemente come workstation.\n"
-"\n"
-" * \"Sviluppo\": se la macchina verr usata per lo sviluppo di software\n"
-"scegliete i gruppi appropriati.\n"
-"\n"
-" * \"Server\": se il computer sar usato come server, qui potrete scegliere\n"
-"i servizi pi comuni da installare.\n"
-"\n"
-" * \"Ambiente grafico\": scegliete qui il vostro ambiente grafico "
-"preferito.\n"
-"Indicatene almeno uno se desiderate avere una workstation grafica!\n"
-"\n"
-"Spostando il puntatore del mouse sul nome di un gruppo verr mostrato un\n"
-"breve testo di informazioni riguardo quest'ultimo. Se state effettuando\n"
-"un'installazione normale (non un aggiornamento) e deselezionate tutti i\n"
-"gruppi, comparir una finestra di dialogo che vi proporr alcune opzioni\n"
-"relative a un'installazione ''minima'':\n"
-"\n"
-" * \"With X\": installa i pacchetti strettamente necessari per avere un\n"
-"ambiente grafico funzionante;\n"
-"\n"
-" * \"With basic documentation\": installa il sistema base pi le utilit di\n"
-"base e la relativa documentazione; questo tipo di installazione utile se\n"
-"si vuole configurare un server;\n"
-"\n"
-" * \"Truly minimal install\": provveder all'installazione dello stretto\n"
-"necessario per avere un sistema Linux funzionante, avente come unica\n"
-"interfaccia la linea di comando.\n"
-"\n"
-"Se lo desiderate, potete abilitare l'opzione \"Selezione individuale dei\n"
-"pacchetti\". Questa utilissima se conoscete bene i pacchetti presenti\n"
-"nella distribuzione o se desiderate avere il totale controllo di ci che\n"
-"verr installato.\n"
-"\n"
-"Se avete cominciato l'installazione in modalit \"Aggiornamento\", potete\n"
-"deselezionare tutti i gruppi per evitare di installare nuovi pacchetti, in\n"
-"questo modo effettuerete soltanto il ripristino o l'aggiornamento del\n"
-"sistema esistente."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Ora, se avete scelto di indicare i pacchetti su base individuale, potete\n"
-"vedere una struttura ad albero contenente tutti i pacchetti organizzati in\n"
-"gruppi e sotto-gruppi. Mentre sfogliate questa lista gerarchica potete\n"
-"selezionare interi gruppi, sotto-gruppi o singoli pacchetti.\n"
-"\n"
-"Quando selezionate un pacchetto all'interno dell'albero, ne compare una\n"
-"descrizione sulla destra. Una volta terminata la scelta, cliccate sul\n"
-"pulsante \"Installa\" che provveder a far partire l'installazione vera e\n"
-"propria. Il tempo necessario varia in base al numero di pacchetti che\n"
-"devono essere installati e alla velocit del vostro hardware, l'attesa\n"
-"potrebbe anche essere lunga. Una stima del tempo richiesto per finire\n"
-"l'installazione visibile sullo schermo, in questo modo potrete sapere se\n"
-"avete tempo a sufficienza per godervi una tazza di caff.\n"
-"\n"
-"!! Se avete selezionato un pacchetto che offre un servizio come server\n"
-"(intenzionalmente, oppure perch faceva parte di un gruppo), vi verr\n"
-"chiesta conferma riguardo una sua effettiva installazione. Come opzione\n"
-"predefinita, in Mandrake Linux tutti i servizi installati vengono avviati\n"
-"automaticamente al momento del boot. Anche se si tratta di servizi sicuri\n"
-"al momento in cui stata rilasciata questa versione della distribuzione,\n"
-"potrebbe succedere che vengano scoperte delle falle di sicurezza in un\n"
-"momento successivo. Se poi non avete proprio idea di quale sia la funzione\n"
-"di uno di questi pacchetti, cliccate sul pulsante \"No\". Cliccando su\n"
-"\"S\" i servizi elencati verranno installati e saranno attivati in maniera\n"
-"automatica. !!\n"
-"\n"
-"L'opzione \"Mostra i pacchetti selezionati automaticamente\" vi permette di\n"
-"disabilitare la finestra di dialogo che compare tutte le volte che il\n"
-"programma di installazione seleziona automaticamente uno o pi pacchetti.\n"
-"Il programma determina in modo automatico, infatti, quali sono i pacchetti\n"
-"che sono indispensabili a un dato pacchetto (''dipendenze'') perch\n"
-"quest'ultimo possa essere installato con successo.\n"
-"\n"
-"Il piccolo dischetto floppy in fondo alla lista vi permette di caricare una\n"
-"lista di pacchetti scelti durante una precedente installazione. Cliccando\n"
-"su questa icona vi verr chiesto di inserire un floppy che avrete creato\n"
-"alla fine di un'altra installazione. Consultate le informazioni che\n"
-"riguardano l'ultimo passo del processo di installazione per sapere come\n"
-"creare questo dischetto."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Se desiderate connettere il vostro computer a Internet o a una rete locale,\n"
-"assicuratevi di scegliere l'opzione corretta. Accendete la periferica che\n"
-"dovrete usare per connettervi prima di scegliere l'opzione adeguata, per\n"
-"permettere a DrakX di individuarla automaticamente.\n"
-"\n"
-"Mandrake Linux vi permette di configurare la vostra connessione a Internet\n"
-"durante il processo di installazione. Le connessioni disponibili sono:\n"
-"modem tradizionale, modem ISDN, connessione ADSL, cable modem, e infine una\n"
-"semplice connessione a una LAN (Ethernet).\n"
-"\n"
-"Non possiamo descrivere in dettaglio le caratteristiche di ogni\n"
-"configurazione. In ogni caso, accertatevi di avere a portata di mano tutti\n"
-"i parametri indicati dal vostro fornitore di servizi internet o dal vostro\n"
-"amministratore di sistema.\n"
-"\n"
-"Per maggiori dettagli riguardo la configurazione della connessione a\n"
-"Internet potete consultare il relativo capitolo del ''User Guide''; in\n"
-"alternativa, potete attendere di aver portato a termine l'installazione e\n"
-"usare poi il programma descritto in tale capitolo per configurare la\n"
-"connessione.\n"
-"\n"
-"Se desiderate configurare la rete dopo aver terminato l'installazione, o se\n"
-"avete gi configurato la vostra rete, cliccate su \"Annulla\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"A questo punto potete scegliere i servizi da lanciare automaticamente\n"
-"all'avvio del sistema.\n"
-"\n"
-"Qui sono elencati tutti i servizi disponibili con l'installazione attuale.\n"
-"Esaminateli attentamente e disabilitate quelli che non sono sempre\n"
-"necessari all'avvio.\n"
-"\n"
-"Selezionando un servizio comparir un breve testo di aiuto che ne spiega le\n"
-"caratteristiche. Se non siete realmente sicuri dell'utilit o meno di un\n"
-"servizio, pi prudente non modificare le impostazioni predefinite.\n"
-"\n"
-"!! In questa fase dell'installazione dovete fare le vostre scelte con\n"
-"particolare attenzione nel caso intendiate usare il vostro computer come\n"
-"server: probabilmente non volete che siano abilitati servizi di cui non\n"
-"avete bisogno. Ricordate che numerosi servizi sono potenzialmente\n"
-"pericolosi se attivi su un server. Come regola generale, selezionate\n"
-"soltanto quelli di cui avete effettivamente bisogno. !!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux gestisce il tempo in base al GMT (''Greenwich Manage Time'') e lo\n"
-"traduce nell'ora locale in base al fuso orario selezionato. Tuttavia \n"
-"possibile disabilitare questa opzione togliendo il segno di spunta alla\n"
-"casella \"Hardware clock set to GMT\", in modo che l'orologio hardware sia\n"
-"lo stesso dell'orologio di sistema. Questa scelta pu tornare utile nel\n"
-"caso sulla macchina sia installato un altro sistema operativo, ad esempio\n"
-"Windows.\n"
-"\n"
-"L'opzione \"Automatic time synchronization\" provveder a gestire l'ora\n"
-"grazie alla connessione con un server del tempo remoto via Internet.\n"
-"Scegliete un server vicino a voi nella lista che vi verr mostrata. Perch\n"
-"questa opzione funzioni, naturalmente, dovete disporre di una connessione a\n"
-"Internet funzionante. Sulla vostra macchina verr installato un server del\n"
-"tempo che potr essere usato anche per altre macchine che si trovano sulla\n"
-"vostra rete locale."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (che sta per ''X Window System'') il cuore dell'interfaccia grafica di\n"
-"GNU/Linux, sulla quale sono basati tutti gli ambienti grafici che sono\n"
-"inclusi in Mandrake Linux (KDE, GNOME, AfterStep, WindowMaker, etc.). In\n"
-"questa sezione, DrakX tenter di configurare X automaticamente.\n"
-"\n"
-" molto raro che non abbia successo: l'unico caso in cui ci potrebbe\n"
-"accadere se l'hardware in questione molto vecchio (o molto recente). Se\n"
-"l'operazione riesce, DrakX lancer X automaticamente, con la miglior\n"
-"risoluzione possibile, in base alle dimensioni del monitor. A quel punto,\n"
-"comparir una finestra che vi chieder se potete vederla.\n"
-"\n"
-"Se state effettuando un'installazione in modo \"Esperto\", verr lanciato\n"
-"l'assistente di configurazione di X. Consultate la sezione del manuale\n"
-"dedicata a questo assistente per avere pi informazioni al riguardo.\n"
-"\n"
-"Se potete vedere il messaggio e rispondete \"S\", allora DrakX passer\n"
-"alla fase successiva. Se non potete vedere il messaggio, significa che la\n"
-"configurazione non andava bene, e il test terminer automaticamente dopo 10\n"
-"secondi, riportandovi alla schermata precedente."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Pu verificarsi il caso che il primo tentativo non sia quello giusto (lo\n"
-"schermo troppo piccolo, spostato a destra o a sinistra...). Questo il\n"
-"motivo per cui, anche se X viene lanciato correttamente, DrakX vi chieder\n"
-"subito dopo se la configurazione va bene, e vi proporr di cambiarla\n"
-"elencando una lista di modi video validi (in base a quello che ha potuto\n"
-"accertare) chiedendovi di sceglierne uno.\n"
-"\n"
-"Come ultima risorsa, se proprio non riuscite a far funzionare X, scegliete\n"
-"\"Cambia scheda grafica\", selezionate \"Unlisted card\", e quando vi verr\n"
-"chiesto quale server desiderate utilizzare, scegliete \"FBDev\": si tratta\n"
-"di un'opzione a prova d'errore, che funziona con qualsiasi scheda grafica\n"
-"moderna. Quindi scegliete \"Nuovo test\" per essere sicuri."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Infine DrakX vi chieder se desiderate utilizzare l'interfaccia grafica una\n"
-"volta terminato il processo di avvio del sistema. Notate che questa domanda\n"
-"verr fatta anche se avete deciso di non provare la configurazione.\n"
-"Ovviamente dovrete scegliere \"No\" se la vostra macchina dovr svolgere il\n"
-"ruolo di server, o se non siete riusciti a ottenere una configurazione\n"
-"corretta."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Il CD-ROM di Mandrake Linux ha una modalit ''salvataggio'' preconfigurata.\n"
-"Potete accedervi effettuando il boot dal CD-ROM, premendo il tasto >>F1<<\n"
-"all'avvio e digitando >>rescue<< dal prompt. Ma se il vostro computer non\n"
-"pu essere avviato dal CD-ROM, dovete effettuare questa operazione (la\n"
-"creazione di un disco di avvio) per almeno due ragioni:\n"
-"\n"
-" * DrakX riscriver il settore di boot (MBR) del vostro disco principale (a\n"
-"meno che voi non usiate un altro gestore del boot), in modo che possiate\n"
-"avviare sia Windows che GNU/Linux, se sul vostro sistema installato anche\n"
-"Windows. Tuttavia, se in futuro si render necessario re-installare\n"
-"Windows, il programma di installazione Microsoft riscriver il settore di\n"
-"boot, e di conseguenza non sarete pi in grado di avviare GNU/Linux!\n"
-"\n"
-" * se si verifica un problema per cui non potete pi lanciare GNU/Linux dal\n"
-"disco rigido, questo dischetto sar l'unico mezzo per avviare GNU/Linux:\n"
-"contiene un buon numero di programmi di amministrazione del sistema per\n"
-"rimettere in sesto un'installazione che ha subito abbia crash per\n"
-"un'interruzione di corrente, uno sfortunato errore di battitura, una\n"
-"password dimenticata o qualsiasi altra ragione.\n"
-"\n"
-"Quando cliccherete su \"S\", vi verr chiesto di inserire un disco in un\n"
-"lettore di floppy. Naturalmente il dischetto che utilizzerete deve essere\n"
-"vuoto o contenere soltanto dati di cui non avete pi bisogno. Non sar\n"
-"necessario formattarlo: DrakX riscriver l'intero disco."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"A questo punto dovete scegliere dove installare il vostro sistema operativo\n"
-"Mandrake Linux sul disco rigido. Se il vostro disco vuoto, oppure se un\n"
-"sistema operativo esistente sta usando tutto lo spazio disponibile, allora\n"
-"dovrete partizionarlo. In breve, partizionare un disco rigido consiste nel\n"
-"suddividerlo logicamente in maniera da creare lo spazio sufficiente per\n"
-"installare il vostro nuovo sistema operativo Mandrake Linux.\n"
-"\n"
-"Dato che gli effetti del partizionamento sono di solito irreversibili,\n"
-"questa operazione pu intimidire e rivelarsi stressante per un utente\n"
-"inesperto. Fortunatamente, avete a vostra disposizione un assistente che\n"
-"semplifica questo passo. Prima di iniziare leggete attentamente il manuale,\n"
-"e prendete tutto il tempo che vi serve.\n"
-"\n"
-"Se state effettuando l'installazione in modalit Esperto, verr lanciato\n"
-"DiskDrake, il programma di gestione e partizionamento dei dischi rigidi di\n"
-"Mandrake Linux, che vi permetter di configurare accuratamente le vostre\n"
-"partizioni. Consultate il capitolo relativo a DiskDrake nel manuale. Dal\n"
-"programma di installazione potete richiamare gli assistenti descritti qui\n"
-"di seguito cliccando sul pulsante \"Assistente\" (ingl. ''Wizard'').\n"
-"\n"
-"Se le partizioni sono gi state definite (per una precedente installazione,\n"
-"o da un'altra utilit di partizionamento), dovrete solo scegliere quelle da\n"
-"usare per installare il vostro sistema Linux.\n"
-"\n"
-"Se le partizioni non sono ancora state definite, dovete crearle usando\n"
-"l'assistente. In base alla configurazione del vostro disco rigido, saranno\n"
-"disponibili diverse soluzioni:\n"
-"\n"
-" * \"Usa spazio disponibile\": questa opzione causer un partizionamento\n"
-"automatico del vostro disco rigido (o dischi, se ne avete pi di uno). Non\n"
-"vi verr posta nessun'altra domanda.\n"
-"\n"
-" * \"Usa partizioni esistenti\": l'assistente ha trovato una o pi\n"
-"partizioni Linux sul vostro disco rigido. Se desiderate usarle scegliete\n"
-"questa opzione.\n"
-"\n"
-" * \"Usa lo spazio libero nella partizione Windows\": se MicrosoftWindows \n"
-"installato sul vostro disco rigido e occupa tutto lo spazio disponibile,\n"
-"dovrete creare spazio libero per i dati relativi a Linux. Per farlo potete\n"
-"cancellare la vostra partizione MicrosoftWindows e i dati che contiene\n"
-"(usando le soluzioni \"Cancella l'intero disco\" o \"Modo Esperto\"),\n"
-"oppure ridimensionarla. Il ridimensionamento pu essere effettuato evitando\n"
-"la perdita di dati a patto che prima di procedere la partizione Windows sia\n"
-"stata deframmentata. Vi raccomandiamo anche di fare un backup dei vostri\n"
-"dati. Questa la soluzione consigliata se desiderate usare sia Mandrake\n"
-"Linux sia MicrosoftWindows sullo stesso computer.\n"
-"\n"
-" Prima di scegliere questa opzione, tenete presente che la dimensione "
-"della\n"
-"partizione su cui risiede MicrosoftWindows sar ridotta rispetto a quella\n"
-"attuale. Significa che avrete meno spazio libero per archiviare i vostri\n"
-"dati o installare nuovo software su Windows.\n"
-"\n"
-" * \"Cancella l'intero disco\": se desiderate cancellare tutti i dati e\n"
-"tutte le partizioni presenti sul vostro disco rigido e rimpiazzarli con il\n"
-"vostro nuovo sistema Mandrake Linux, potete selezionare questa opzione.\n"
-"Fate attenzione nello scegliere questa soluzione, dopo la conferma non\n"
-"potrete pi tornare indietro.\n"
-"\n"
-" !! Se scegliete questa opzione, tutti i dati sul vostro disco andranno\n"
-"persi. !!\n"
-"\n"
-" * \"Cancella Windows\": l'effetto di questa opzione sar di cancellare\n"
-"tutto quello che si trova sul disco e di ricominciare da capo, creando le\n"
-"partizioni su un disco vuoto. Tutti i dati presenti sul vostro disco\n"
-"andranno persi.\n"
-"\n"
-" !! Se scegliete questa opzione, tutti i dati sul vostro disco andranno\n"
-"persi. !!\n"
-"\n"
-" * \"Modo Esperto\": se volete partizionare manualmente il vostro disco\n"
-"rigido potete scegliere questa opzione. Fate attenzione prima di optare per\n"
-"questa soluzione: potente, ma molto pericolosa. Potreste facilmente\n"
-"causare la perdita di tutti i vostri dati. Quindi, non scegliete questa\n"
-"soluzione se non sapete cosa state facendo."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Ecco fatto: l'installazione terminata, e il vostro sistema GNU/Linux \n"
-"pronto per essere usato. Dovete soltanto cliccare sul pulsante \"OK\" per\n"
-"riavviare il sistema. Potete lanciare GNU/Linux o Windows (se presente),\n"
-"qualunque preferiate dei due, non appena il computer avr terminato di\n"
-"effettuare il boot.\n"
-"\n"
-"Cliccando sul pulsante \"Avanzato\" (solo in modalit Esperto) avrete altri\n"
-"due pulsanti a vostra disposizione:\n"
-"\n"
-" * \"Crea il floppy di auto installazione\": per creare un floppy di\n"
-"installazione che permette di eseguire automaticamente un' installazione\n"
-"completa, del tutto simile a quella che avete appena finito di configurare,\n"
-"senza che sia necessario l'intervento di un operatore.\n"
-"\n"
-" Notate che, dopo aver cliccato sul pulsante, saranno disponibili due\n"
-"opzioni diverse:\n"
-"\n"
-" * \"Ripeti\": questa un'installazione automatizzata solo in parte, in\n"
-"quanto la fase di partizionamento del disco (e solo quella) resta\n"
-"interattiva.\n"
-"\n"
-" * \"Automatizzata\": l'installazione completamente automatizzata: il\n"
-"disco rigido viene riscritto per intero, tutti tutti i dati che contiene\n"
-"andranno persi.\n"
-"\n"
-" Questa caratteristica molto utile quando si deve installare il sistema "
-"su\n"
-"un gran numero di macchine dalle caratteristiche simili. Si veda la sezione\n"
-"Installazione automatica sul nostro sito web.\n"
-"\n"
-" * \"Salva scelta pacchetti\"(*): salva la selezione dei pacchetti\n"
-"effettuata in precedenza. Al momento di effettuare un'altra installazione,\n"
-"potrete inserire il dischetto nel lettore e installare il sistema\n"
-"richiamando lo schermo di aiuto (premendo [F1]) e digitando >>linux\n"
-"defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) Sar necessario un dischetto formattato con il filesystem FAT: per\n"
-"formattarne uno sotto GNU/Linux digitate \"mformat a:\""
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Qualsiasi partizione appena definita deve essere formattata prima di poter\n"
-"essere usata (formattare significa creare un filesystem).\n"
-"\n"
-"Potreste anche voler riformattare alcune partizioni preesistenti, per\n"
-"cancellare i dati che contengono. Se desiderate farlo, scegliete qui le\n"
-"partizioni che intendete formattare.\n"
-"\n"
-"Tenete presente che non necessario riformattare tutte le partizioni\n"
-"preesistenti. Dovete formattare le partizioni che contengono il sistema\n"
-"operativo (come \"/\", \"/usr\" o \"/var\"), ma potete evitare di\n"
-"riformattare partizioni che contengono dati che desiderate conservare\n"
-"(tipicamente \"/home\").\n"
-"\n"
-"Fate molta attenzione nella scelta delle partizioni, dopo la formattazione\n"
-"tutti i dati saranno cancellati e non potrete recuperarli.\n"
-"\n"
-"Cliccate su \"Ok\" quando siete pronti a formattare le partizioni.\n"
-"\n"
-"Cliccate su \"Annulla\" se desiderate scegliere altre partizioni sulle\n"
-"quali installare il vostro nuovo sistema operativo Mandrake Linux.\n"
-"\n"
-"Cliccate su \"Avanzato\" se desiderate che le partizioni selezionate\n"
-"vengano controllate per accertare la presenza di eventuali blocchi\n"
-"danneggiati."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Il vostro sistema operativo Mandrake Linux in corso d'installazione. In\n"
-"base al numero di pacchetti che devono essere installati e alla velocit\n"
-"del vostro computer, questa operazione potrebbe durare pochi minuti o\n"
-"richiedere un tempo molto lungo.\n"
-"\n"
-"Abbiate pazienza, per favore."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-" molto probabile che, al momento in cui state installando Mandrake Linux,\n"
-"alcuni pacchetti siano stati aggiornati rispetto alla versione iniziale.\n"
-"Potrebbe trattarsi di un ''bug fix'', o della soluzione di problemi\n"
-"relativi alla sicurezza. Per permettervi di beneficiare di questi\n"
-"aggiornamenti vi verr proposto di scaricare la nuova versione dei\n"
-"pacchetti usando Internet. Scegliete \"S\" se potete contare su una\n"
-"connessione a Internet funzionante, oppure \"No\" se preferite installare i\n"
-"pacchetti aggiornati in un secondo momento.\n"
-"\n"
-"Se scegliete \"S\" comparir una lista di siti da cui possibile\n"
-"scaricare i pacchetti aggiornati. Selezionate quello pi vicino a voi. A\n"
-"questo punto comparir una finestra di selezione pacchetti: controllate la\n"
-"lista e cliccate su \"Installa\" per scaricare e installare i pacchetti, o\n"
-"su \"Annulla\" per annullare l'operazione."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Prima di proseguire dovreste leggere con attenzione le condizioni d'uso;\n"
-"queste riguardano l'intera distribuzione Mandrake Linux, e se non siete\n"
-"d'accordo con qualche punto della licenza cliccate sul pulsante\n"
-"\"Rifiuta\": la procedura di installazione sar immediatamente interrotta.\n"
-"Per proseguire con l'installazione, invece, cliccate sul pulsante\n"
-"\"Accetta\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Ora il momento di scegliere il livello di sicurezza desiderato per il\n"
-"vostro sistema. Come regola generale, quanto pi esposta la macchina e\n"
-"quanto pi sono importanti i dati che contiene, tanto pi alto dovrebbe\n"
-"essere il livello di sicurezza. Tenete presente, tuttavia, che un livello\n"
-"di sicurezza molto alto in genere viene ottenuto a spese della facilit\n"
-"d'uso. Consultate il capitolo MSEC nel ''Manuale di riferimento'' per avere\n"
-"ulteriori informazioni in merito al significato di tali livelli.\n"
-"\n"
-"Se non sapete cosa scegliere, mantenete l'opzione predefinita."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"A questo punto, dovete decidere quali partizioni devono essere usate per\n"
-"l'installazione del vostro sistema Mandrake Linux. Se sono gi state\n"
-"definite delle partizioni, grazie a una precedente installazione di\n"
-"GNU/Linux o usando un altro programma di partizionamento, potete utilizzare\n"
-"le partizioni esistenti. In caso contrario, sar necessario creare o\n"
-"modificare le partizioni del disco rigido.\n"
-"\n"
-"Per creare delle partizioni dovete, per prima cosa, selezionare un disco\n"
-"rigido. Potete scegliere il disco da partizionare cliccando su \"hda\" per\n"
-"il primo disco IDE, \"hdb\" per il secondo, \"sda\" per il primo disco\n"
-"SCSI, e cos via.\n"
-"\n"
-"Per partizionare il disco selezionato potete scegliere fra queste opzioni:\n"
-"\n"
-" * \"Cancella tutto\": questa opzione cancella tutte le partizioni presenti\n"
-"sul disco selezionato.\n"
-"\n"
-" * \"Alloca automaticamente\": questa opzione vi permette di creare\n"
-"automaticamente partizioni di sistema e di swap nello spazio libero\n"
-"presente sul vostro disco rigido.\n"
-"\n"
-" * \"Ancora\": permette di accedere a funzionalit avanzate:\n"
-"\n"
-" * \"Salva tabella delle partizioni\": salva la tabella delle partizioni "
-"su\n"
-"un floppy. Utile per recuperarla in un momento successivo, se necessario.\n"
-"Vi raccomandiamo caldamente di effettuare questa operazione.\n"
-"\n"
-" * \"Ripristina tabella delle partizioni\": permette di ripristinare una\n"
-"tabella delle partizioni precedentemente salvata su floppy disk.\n"
-"\n"
-" * \"Recupera tabella delle partizioni\": se la vostra tabella delle\n"
-"partizioni danneggiata potete provare a recuperarla grazie a questa\n"
-"opzione. Procedete con attenzione, e ricordate che potrebbe non avere\n"
-"successo.\n"
-"\n"
-" * \"Ricarica tabella delle partizioni\": annulla tutte le modifiche e\n"
-"ricarica la tabella delle partizioni originaria.\n"
-"\n"
-" * \"Removable media automounting\": se disabilitate questa opzione gli\n"
-"utenti saranno costretti a montare e smontare manualmente i dispositivi\n"
-"rimovibili come lettori floppy e CD-ROM.\n"
-"\n"
-" * \"Assistente\": usate questa opzione se desiderate che il "
-"partizionamento\n"
-"del disco sia effettuato con l'aiuto di un assistente. Altamente\n"
-"raccomandata se non avete una buona conoscenza del partizionamento.\n"
-"\n"
-" * \"Un passo indietro\": con questa opzione le modifiche apportate "
-"verranno\n"
-"annullate.\n"
-"\n"
-" * \"Passa a modo Esperto\": permette di effettuare ulteriori azioni sulle\n"
-"partizioni (tipo, opzioni, formattazione) e offre pi informazioni.\n"
-"\n"
-" * \"Fatto\": quando avrete finito il partizionamento del disco cliccate su\n"
-"questa opzione, le vostre modifiche verranno salvate sul disco.\n"
-"\n"
-"Si noti che possibile raggiungere ogni opzione usando la tastiera. Per\n"
-"spostarvi fra le partizioni usate i tasti [Tab] e le frecce [S/Gi].\n"
-"\n"
-"Dopo aver selezionato una partizione potete usare:\n"
-"\n"
-" * Ctrl-c per creare una nuova partizione (se avete selezionato una\n"
-"partizione vuota);\n"
-"\n"
-" * Ctrl-d per cancellare una partizione;\n"
-"\n"
-" * Ctrl-m per impostare il punto di mount.\n"
-"\n"
-"Per ottenere informazioni in merito ai diversi tipi di filesystem\n"
-"disponibili, consultate il capitolo ext2fs del ''Reference Manual''.\n"
-"\n"
-"Se state effettuando l'installazione su una macchina PPC, sar necessario\n"
-"creare una piccola partizione HFS di almeno 11MB, che verr utilizzata dal\n"
-"bootloader yaboot. Se decidete di creare una partizione pi grande, diciamo\n"
-"sui 50MB, potrebbe rappresentare un utile deposito dove conservare un\n"
-"kernel di riserva e immagini di ''ramdisk'' da utilizzare in caso di\n"
-"emergenza."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Sul vostro disco rigido stata individuata pi di una partizione\n"
-"MicrosoftWindows. Per favore, scegliete quella che deve essere\n"
-"ridimensionata in modo da poter installare il vostro nuovo sistema\n"
-"operativo Mandrake Linux.\n"
-"\n"
-"Ogni partizione viene elencata come segue: \"nome Linux\", \"nome Windows\"\n"
-"\"Capacit\".\n"
-"\n"
-"Il \"nome Linux\" strutturato in: \"tipo di disco rigido\", \"numero del\n"
-"disco\", \"numero della partizione\" (ad esempio, \"hda1\").\n"
-"\n"
-"Il \"tipo di disco rigido\" \"hd\" se il vostro disco di tipo IDE, e\n"
-"\"sd\" se, invece, un disco SCSI.\n"
-"\n"
-"Il \"numero del disco\" sempre una lettera che segue \"hd\" o \"sd\". Per\n"
-"i dischi IDE:\n"
-"\n"
-" * \"a\" significa \"disco rigido master sul controller IDE primario\",\n"
-"\n"
-" * \"b\" means \"disco rigido slave sul controller IDE primario\";\n"
-"\n"
-" * \"c\" means \"disco rigido master sul controller IDE secondario\";\n"
-"\n"
-" * \"d\" means \"disco rigido slave sul controller IDE secondario\".\n"
-"\n"
-"Per i dischi rigidi di tipo SCSI, invece, una \"a\" significa \"ID SCSI\n"
-"pi\", una \"b\" significa \"ID SCSI superiore ad a\", etc.\n"
-"\n"
-"Il \"nome Windows\" la lettera che corrisponde al vostro disco rigido\n"
-"sotto Windows (il primo disco o partizione chiamato \"C:\")."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-"Per favore siate pazienti. Questa operazione pu richiedere diversi minuti."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"A questo punto DrakX deve sapere se intendete effettuare un'installazione\n"
-"in modalit predefinita (\"Raccomandata\") o se preferite avere un maggior\n"
-"controllo su di essa (\"Esperto\"). Inoltre potete scegliere se effettuare\n"
-"una nuova installazione o un aggiornamento di un sistema Mandrake Linux\n"
-"esistente:\n"
-"\n"
-" * \"Installazione\" Cancella completamente il vecchio sistema. A seconda "
-"di\n"
-"come strutturato il sistema preesistente potrete mantenere inalterate\n"
-"alcune delle vecchie partizioni (Linux e altre).\n"
-"\n"
-" * \"Aggiornamento\" Questo tipo di installazione vi permette di effettuare\n"
-"un semplice aggiornamento dei pacchetti installati sul vostro sistema\n"
-"Mandrake Linux. Conserva tutte le partizioni attuali del disco rigido, come\n"
-"pure le configurazioni individuali degli utenti. Tutti gli altri passi\n"
-"relativi alla configurazione verranno effettuati come per una installazione\n"
-"da zero.\n"
-"\n"
-" * \"Solo aggiornamento pacchetti\" Questa nuovissima opzione vi permette "
-"di\n"
-"aggiornare un sistema Mandrake Linux esistente lasciando intatta la\n"
-"configurazione globale del sistema. anche possibile aggiungere nuovi\n"
-"pacchetti all'installazione corrente.\n"
-"\n"
-"Gli aggiornamenti dovrebbe svolgersi senza difficolt per sistemi Mandrake\n"
-"Linux a partire dalla versione \"8.1\".\n"
-"\n"
-"Scegliete una delle seguenti modalit di installazione, in base alla vostra\n"
-"conoscenza di GNU/Linux:\n"
-"\n"
-" * Raccomandata: se non avete mai installato il sistema operativo GNU/"
-"Linux,\n"
-"scegliete questa modalit. L'installazione sar molto semplice e vi\n"
-"verranno poste solo poche domande;\n"
-"\n"
-" * Esperto: se avete abbastanza familiarit con GNU/Linux potete scegliere\n"
-"questa modalit, che vi permetter di effettuare un'installazione altamente\n"
-"personalizzata. Rispondere ad alcune delle domande che vi verranno poste\n"
-"potrebbe essere difficile se non avete una buona conoscenza di GNU/Linux,\n"
-"pertanto non fate questa scelta se non sapete bene quello che state\n"
-"facendo."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalmente DrakX provvede a individuare automaticamente la tastiera\n"
-"corretta (in base alla lingua che avete scelto) e voi non vedrete nemmeno\n"
-"questo passo. Tuttavia, potreste avere una tastiera che non corrisponde\n"
-"esattamente alla vostra lingua: se siete un francese che parla italiano, ad\n"
-"esempio, potreste comunque preferire una tastiera francese. Oppure, se\n"
-"parlate italiano ma vivete nel Qubec, potreste trovarvi nella stessa\n"
-"situazione. In entrambi i casi, dovrete tornare a questa fase\n"
-"dell'installazione e selezionare una tastiera appropriata dalla lista.\n"
-"\n"
-"Cliccate sul pulsante \"Avanzato\" per vedere una lista completa delle\n"
-"tastiere supportate."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Scegliete la lingua che intendete usare per l'installazione e l'uso del\n"
-"sistema.\n"
-"\n"
-"Cliccando sul pulsante \"Avanzato\" potrete scegliere altre lingue da\n"
-"installare sul vostro computer. La selezione di altre lingue comporta\n"
-"l'installazione dei file relativi alla documentazione e alle applicazioni\n"
-"per ciascuna di esse. Se il vostro computer dovr essere usato, ad esempio,\n"
-"anche da persone di madre lingua spagnola, potete scegliere l'italiano come\n"
-"lingua principale nella struttura ad albero e, nella sezione \"Avanzato\",\n"
-"apporre un segno di spunta sul pulsante grigio corrispondente a\n"
-"\"Spanish|Spain\".\n"
-"\n"
-" possibile installare i file per pi lingue allo stesso tempo. Dopo aver\n"
-"scelto quelle che preferite cliccate sul pulsante \"Ok\" per continuare."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"In genere DrakX individua automaticamente il numero di pulsanti presente\n"
-"sul vostro mouse, in caso contrario conclude che il vostro mouse un mouse\n"
-"a due tasti e lo imposta in modo da emulare il terzo tasto. DrakX, inoltre,\n"
-"riconosce automaticamente se si tratta di un mouse PS/2, seriale o USB.\n"
-"\n"
-"Se volete specificare un diverso tipo di mouse, scegliete il vostro modello\n"
-"dall'elenco che vi viene proposto.\n"
-"\n"
-"Se scegliete un mouse diverso dal tipo predefinito, vi verr mostrata una\n"
-"finestra dove potrete provarlo. Provate sia i pulsanti che l'eventuale\n"
-"rotellina per controllare che la configurazione sia corretta. Se il mouse\n"
-"non funziona correttamente, premete la barra spaziatrice o il tasto [Invio]\n"
-"per premere il pulsante \"Annulla\" ed effettuare una nuova scelta."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Scegliete la porta appropriata. La porta \"COM1\" sotto Windows, ad\n"
-"esempio, chiamata \"ttyS0\" sotto GNU/Linux."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Questo il punto pi critico per la sicurezza del vostro sistema\n"
-"GNU/Linux: state per decidere la password di \"root\". \"root\" \n"
-"l'amministratore del sistema, ed l'unico utente autorizzato a compiere\n"
-"aggiornamenti, aggiungere altri utenti, cambiare la configurazione globale\n"
-"del sistema, etc. In breve, pu fare tutto ci che vuole! Questo il\n"
-"motivo per cui dovete scegliere una password che sia difficile da\n"
-"indovinare: DrakX vi dir se troppo facile. Potete anche scegliere di non\n"
-"digitare una password, ma noi vi consigliamo caldamente di farlo, almeno\n"
-"per un motivo: non pensate che, avviando il sistema con GNU/Linux, gli\n"
-"altri sistemi operativi che convivono con esso sulla stessa macchina siano\n"
-"al sicuro da errori; al contrario: \"root\" pu scavalcare ogni limitazione\n"
-"e (magari involontariamente) cancellare tutti i dati presenti sulle\n"
-"partizioni accedendo in maniera scorretta a queste ultime! Quindi molto\n"
-"importante che sia difficile per gli utenti normali diventare \"root\".\n"
-"\n"
-"La password ideale costituita da un insieme di caratteri alfanumerici\n"
-"lungo almeno 8 caratteri. Non scrivete mai su qualche appunto la password\n"
-"di \"root\", renderebbe troppo facile l'accesso al sistema da parte di\n"
-"estranei.\n"
-"\n"
-"Prestate attenzione, tuttavia, a non scegliere una password troppo lunga o\n"
-"complicata, perch dovete essere in grado di ricordarla senza troppo\n"
-"sforzo.\n"
-"\n"
-"La password non verr mostrata mentre la digitate. Per questo motivo \n"
-"necessario che venga inserita due volte, per ridurre il rischio di un\n"
-"errore di battitura. Se per caso commettete lo stesso errore due volte,\n"
-"questa password \"scorretta\" sar quella che verr richiesta la prima\n"
-"volta che vi connetterete al sistema.\n"
-"\n"
-"In modalit Esperto vi verr chiesto se il vostro computer connesso a un\n"
-"server di autenticazione, secondo il protocollo NIS o LDAP.\n"
-"\n"
-"Se la vostra rete si basa sul protocollo LDAP (o NIS) per l'autenticazione,\n"
-"selezionate il pulsante \"LDAP\" (o \"NIS\") per effettuare\n"
-"l'autenticazione. Se non siete sicuri, chiedete al vostro amministratore di\n"
-"rete.\n"
-"\n"
-"Se il vostro computer non connesso a una rete soggetta ad autenticazione,\n"
-"scegliete \"File locali\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO e grub sono due ''bootloader'' di GNU/Linux. Un bootloader un\n"
-"programma per l'avvio di uno o pi sistemi operativi. Questa fase, in\n"
-"genere, del tutto automatica; DrakX, infatti, analizza il settore di boot\n"
-"del disco, e si comporta in base a quello che vi trova:\n"
-"\n"
-" * se trova un settore di boot di Windows, lo rimpiazza con un settore di\n"
-"boot di grub o LILO, in modo da permettervi di lanciare GNU/Linux o un\n"
-"altro OS;\n"
-"\n"
-" * se trova un settore di boot di grub o LILO, lo sostituisce con uno "
-"nuovo.\n"
-"\n"
-"In caso di dubbio, DrakX mostrer una finestra di dialogo con varie\n"
-"opzioni:\n"
-"\n"
-" * \"Bootloader da usare\": avete tre scelte a disposizione:\n"
-"\n"
-" * \"GRUB\": se preferite grub (menu in modo testo);\n"
-"\n"
-" * \"LILO con menu grafico\": se preferite LILO con la sua interfaccia\n"
-"grafica;\n"
-"\n"
-" * \"LILO con menu in modo testo\": se preferite LILO nella sua versione "
-"con\n"
-"menu in modo testo.\n"
-"\n"
-" * \"Dispositivo di boot\": nella maggior parte dei casi non sar "
-"necessario\n"
-"cambiare le impostazioni predefinite (\"/dev/hda\"), ma, se lo preferite,\n"
-"il bootloader pu essere installato sul secondo disco rigido\n"
-"(\"/dev/hdb\"), o persino su un floppy (\"/dev/fd0\");\n"
-"\n"
-" * \"Ritardo prima di avviare con l'immagine predefinita\": il tempo\n"
-"lasciato all'utente per scegliere una voce diversa da quella predefinita\n"
-"nel menu del bootloader.\n"
-"\n"
-"!! Prestate particolare attenzione al fatto che, se scegliete di non\n"
-"installare un bootloader (scegliendo \"Annulla\" nella finestra di cui\n"
-"sopra), dovete essere sicuri di poter avviare il vostro sistema Mandrake\n"
-"Linux in altro modo! Accertatevi anche di sapere quello che fate se\n"
-"modificate qualcuna delle opzioni. !!\n"
-"\n"
-"Cliccando sul pulsante \"Avanzato\" di questa finestra avrete la\n"
-"possibilit di scegliere tra molte opzioni avanzate, riservate agli utenti\n"
-"esperti.\n"
-"\n"
-"Dopo aver configurato i parametri generali del bootloader, verr mostra la\n"
-"lista delle opzioni disponibili al momento del boot.\n"
-"\n"
-"Se sulla vostra macchina gi installato un altro sistema operativo,\n"
-"quest'ultimo verr automaticamente aggiunto al menu di avvio. Potete anche\n"
-"scegliere di configurare con precisione le opzioni esistenti: selezionate\n"
-"una voce e cliccate su \"Modifica\" per modificarne i parametri o\n"
-"rimuoverla; \"Aggiungi\" crea una nuova voce, mentre cliccando su \"Fatto\"\n"
-"passerete alla fase di installazione successiva."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO(ilLInuxLOader)e GRUB sono bootloader: sono in grado di caricare\n"
-"indifferentemente GNU/Linux o altri sistemi operativi presenti sul vostro\n"
-"computer. Normalmente, questi sistemi operativi sono correttamente rilevati\n"
-"e installati. Se non avviene, potete aggiungere una voce a mano in questo\n"
-"schermo. State attenti a scegliere i parametri corretti.\n"
-"\n"
-"Potreste anche non voler dare l'accesso a questi sistemi operativi a\n"
-"chiunque, nel qual caso potete cancellare le voci corrispondenti, ma in\n"
-"questo caso avrete bisogno di un boot disk per caricarli!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Dovete adesso indicare dove volete che vengano collocate le informazioni\n"
-"necessarie per effettuare il boot con GNU/Linux.\n"
-"\n"
-"A meno che non sappiate esattamente quello che state facendo, scegliete\n"
-"\"Primo settore del disco rigido (MBR)\"."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Qui potrete scegliere il sistema di stampa da usare con questo computer.\n"
-"Altri sistemi operativi possono offrirvene uno, ma Mandrake Linux ve ne\n"
-"offre ben tre.\n"
-"\n"
-" * \"pdq\" che sta per ''print, don't queue'' (''stampa, non mettere in\n"
-"coda''), una buona scelta se avete una connessione diretta con la\n"
-"stampante e volete essere in grado di risolvere rapidamente eventuali\n"
-"inceppamenti della carta, e inoltre non avete altre stampanti connesse via\n"
-"rete. Infatti pu gestire solo connessioni di rete molto semplici ed \n"
-"comunque piuttosto lento in quest'ultimo caso. Scegliete \"pdq\" se questa\n"
-" la vostra prima volta con GNU/Linux. Potrete cambiare la vostra scelta\n"
-"dopo aver terminato l'installazione lanciando PrinterDrake dal Centro di\n"
-"controllo Mandrake e cliccando sul pulsante Esperto.\n"
-"\n"
-" * \"CUPS\"''Common Unix Printing System'' (''Sistema di stampa unificato\n"
-"per Unix''), offre risultati eccellenti sia che dobbiate stampare sulla\n"
-"vostra stampante locale, sia nel caso che la stampa debba essere effettuata\n"
-"sull'altra faccia del pianeta. semplice da usare e pu agire come server\n"
-"o client per il vecchio sistema di stampa \"lpd\". Infatti compatibile\n"
-"con i sistemi precedenti. Ha molte frecce al suo arco, ma la configurazione\n"
-"basica quasi altrettanto semplice di quella per \"pdq\". Se avete bisogno\n"
-"di emulare un server \"lpd\" dovete attivare il demone \"cups-lpd\".\n"
-"Dispone di interfaccia grafica per la stampa e per la configurazione delle\n"
-"opzioni della stampante.\n"
-"\n"
-" * \"lprNG\"''line printer daemon New Generation'' (''demone di stampa di\n"
-"nuova generazione''. Questo sistema approssimativamente equivalente agli\n"
-"altri, ma anche in grado di stampare su dispositivi collegati per mezzo\n"
-"di una rete Novell, dato che supporta il protocollo IPX, e pu stampare\n"
-"direttamente in base a comandi via shell. Se avete bisogno di una\n"
-"connessione di tipo Novell, o di stampare senza fare uso di pipe,\n"
-"utilizzate lprNG. In caso contrario, preferibile usare CUPS dato che \n"
-"pi semplice e migliore nel gestire stampanti di rete."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"Ora DrakX proceder con il rilevamento di tutti i dischi rigidi e altri\n"
-"dispositivi IDE presenti sul vostro computer, e cercher anche di stabilire\n"
-"se sul vostro sistema sono presenti una o pi schede SCSI di tipo PCI. Se\n"
-"verr individuato un dispositivo di questo tipo, DrakX installer\n"
-"automaticamente il driver appropriato.\n"
-"\n"
-"Dato che il riconoscimento automatico in alcuni casi potrebbe non riuscire\n"
-"a individuare una particolare periferica, vi verr comunque chiesto se\n"
-"avete una scheda SCSI PCI diversa da quelle eventualmente identificate\n"
-"oppure no. Scegliete \"S\" se siete sicuri che nel vostro computer \n"
-"presente un'altra scheda SCSI: potrete scegliere la vostra scheda da una\n"
-"lista. Scegliete \"No\" se non disponete di nessun tipo di hardware SCSI, o\n"
-"se siete soddisfatti del riconoscimento automatico. Se non siete sicuri,\n"
-"potete anche controllare la lista dell'hardware rilevato nella vostra\n"
-"macchina selezionando \"Vedi informazioni hardware\" e cliccando su \"Ok\".\n"
-"Controllate l'elenco dell'hardware individuato e poi cliccate sul pulsante\n"
-"\"Ok\" per ritornare alla domanda relativa alla scheda SCSI.\n"
-"\n"
-"Se sarete costretti a specificare manualmente il tipo di scheda in vostro\n"
-"possesso, DrakX vi chieder se intendete indicare delle opzioni da usare\n"
-"con essa. Vi consigliamo di permettere a DrakX di esaminare l'hardware per\n"
-"stabilire le particolari opzioni della scheda che dovranno essere usate\n"
-"all'inizializzazione; questo metodo in genere permette di ottenere buoni\n"
-"risultati.\n"
-"\n"
-"Se DrakX non riesce a stabilire quali sono le opzioni da passare alla\n"
-"scheda, dovrete specificarle manualmente. Consultate il ''Manuale\n"
-"dell'utente'' (capitolo 3, paragrafo \"Ricerca di informazioni sul vostro\n"
-"hardware\") per qualche suggerimento su come ottenerle dalla documentazione\n"
-"dell'hardware, dal sito web del produttore (se disponete di un accesso a\n"
-"Internet) o da MicrosoftWindows (se avete utilizzato la stessa scheda con\n"
-"Windows sul vostro stesso sistema)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot un bootloader per hardware NewWorld MacIntosh. in grado di\n"
-"avviare GNU/Linux, MacOS, o MacOSX, se presenti sul vostro computer.\n"
-"Normalmente gli altri sistemi operativi sono identificati e installati\n"
-"correttamente. Se cos non fosse, potete aggiungere manualmente una voce\n"
-"in questa schermata. Accertatevi di scegliere i parametri corretti.\n"
-"\n"
-"\n"
-"Le opzioni principali di Yaboot sono:\n"
-"\n"
-"\n"
-" - Init Message: un semplice messaggio di testo che viene mostrato prima\n"
-"del prompt di boot.\n"
-"\n"
-"\n"
-" - Boot Device: specificate dove si trovano le informazioni richieste per \n"
-"avviare GNU/Linux. In genere necessario prima impostare una partizione "
-"di \n"
-"bootstrap che contenga queste informazioni.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: a differenza di LILO, sono possibili due pause \n"
-"diverse. La prima si misura in secondi, e a questo punto potete scegliere \n"
-"CD, OF boot, MacOS, o Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: questa pausa simile all'attesa di LILO. Dopo \n"
-"aver selezionato Linux, avrai a disposizione un'attesa misurata in decimi "
-"di\n"
-"secondo prima che venga selezionata la descrizione del kernel predefinita.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: selezionando questa opzione potrai scegliere 'C' per CD "
-"al\n"
-"primo avvio del sistema.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: selezionando questa opzione potrai scegliere 'N' per "
-"Open\n"
-"Firmware al primo avvio del sistema.\n"
-"\n"
-"\n"
-" - Default OS: puoi scegliere qual il SO predefinito da avviare quando "
-"termina \n"
-"la pausa dell'Open Firmware."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Qui sono riportati vari parametri relativi al vostro sistema. In base\n"
-"all'hardware installato, potrebbero essere visualizzate le seguenti voci:\n"
-"\n"
-" * \"Mouse\": controllate la configurazione attuale del mouse, e cliccate\n"
-"sul pulsante per cambiarla, se necessario;\n"
-"\n"
-" * \"Tastiera\": controllate l'attuale impostazione della tastiera, e\n"
-"cliccate sul pulsante per cambiarla, se necessario;\n"
-"\n"
-" * \"Fuso orario\": DrakX, come opzione predefinita, deduce il vostro fuso\n"
-"orario dalla lingua che avete scelto. Ma anche in questo caso, come per la\n"
-"scelta della tastiera, potreste non trovarvi nella nazione cui corrisponde\n"
-"la lingua che avete scelto; in tal caso sar necessario cliccare su questo\n"
-"pulsante per poter configurare il fuso orario in base a quello dell'area\n"
-"geografica in cui vivete;\n"
-"\n"
-" * \"Stampante\": cliccando sul pulsante \"Nessuna stampante\" si "
-"richiamer\n"
-"l'assistente di configurazione della stampante;\n"
-"\n"
-" * \"Scheda audio\": se sul vostro sistema stata individuata una scheda\n"
-"audio, verr mostrata qui. Al momento dell'installazione non possibile\n"
-"apportare alcuna modifica;\n"
-"\n"
-" * \"Scheda TV\": se sul vostro sistema stata individuata una scheda TV,\n"
-"verr mostrata qui. Al momento dell'installazione non possibile apportare\n"
-"alcuna modifica;\n"
-"\n"
-" * \"Scheda ISDN\": se sul vostro sistema stata individuata una scheda\n"
-"ISDN, verr mostrata qui. Potete cliccare sul pulsante relativo per\n"
-"cambiarne i parametri."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Scegliete il disco rigido che volete cancellare per poter installare la\n"
-"nuova partizione per Mandrake Linux. Attenzione! tutti i dati presenti\n"
-"andranno perduti e non saranno pi recuperabili!"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Cliccate sul pulsante \"OK\" se volete tutte le partizioni e i dati\n"
-"presenti su questo disco rigido. Prestate attenzione, dopo aver cliccato su\n"
-"\"OK\" non potrete pi recuperare le partizioni e i dati presenti sul\n"
-"disco, compresi eventuali dati di Windows.\n"
-"\n"
-"Cliccate su \"Annulla\" per annullare questa operazione senza che vengano\n"
-"persi dati o partizioni presenti su questo disco rigido."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Non riesco ad accedere ai moduli del kernel corrispondenti al vostro kernel "
-"(il file %s assente), questo in genere significa che il vostro dischetto "
-"di boot non aggiornato rispetto al supporto di installazione. Per favore "
-"create un dischetto di boot aggiornato."
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Dovete formattare anche %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Hai selezionato i seguenti server: %s\n"
-"\n"
-"\n"
-"Questi server verranno attivati automaticamente. Non presenta problemi di\n"
-"sicurezza conosciuti, ma potrebbero esserne scoperti di nuovi. In tal caso,\n"
-" accertati di effettuare un aggiornamento non appena possibile.\n"
-"\n"
-"\n"
-"Vuoi davvero installare questi server?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Non posso usare broadcast senza un dominio NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Inserisci un floppy MS-DOS nel drive %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Questo floppy non stato formattato usando MS DOS/Windows"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Per usare la selezione di pacchetti che avete salvato, dovete cominciare "
-"l'installazione digitando ``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Errore leggendo il file %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Parte dell'hardware del tuo computer richiede drivers ''proprietari'' per\n"
-"funzionare. Puoi trovare informazioni al riguardo presso: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Devi avere una partizione radice.\n"
-"A questo scopo, crea una partizione (o clicca su una gi esistente).\n"
-"Quindi clicca su \"Punto di mount\" e assegna '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Devi avere una partizione di swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Non hai una partizione di swap\n"
-"\n"
-"Continuo comunque?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Devi avere una partizione FAT montata su /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Usa lo spazio libero"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Non c' abbastanza spazio libero per allocare nuove partizioni"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Usa partizione esistente"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Non c' una partizione esistente da usare"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Usa la partizione Windows per loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Che partizione vuoi usare per Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Scegli le dimensioni"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Dimensione partizione radice in Mb: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Dimensione partizione di swap in Mb: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Usa lo spazio libero della partizione Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Quale partizione vuoi ridimensionare?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Calcolo i confini del filesystem di Windows "
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Il ridimensionatore della FAT non riesce a gestire la tua partizione, \n"
-"si verificato il seguente errore: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"La tua partizione Windows troppo frammentata, per favore prima\n"
-"lancia ''defrag''"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ATTENZIONE!\n"
-"\n"
-"DrakX ora ridimensioner la tua partizione Windows. Stai attento: questa\n"
-"operazione pericolosa. Se non lo hai gi fatto, dovresti prima uscire\n"
-"dall'installazione, lanciare scandisk sotto Windows (e opzionalmente "
-"defrag),\n"
-"e poi riavviare l'installazione. Dovresti anche fare il backup dei tuoi "
-"dati.\n"
-"Quando sei sicuro, premi Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Quanto spazio vuoi lasciare per Windows sulla"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partizione %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Ridimensionamento FAT fallito: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Non c' una partizione FAT da ridimensionare o da usare come loopback (o \n"
-"non c' abbastanza spazio su di essa)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Cancella l'intero disco"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Rimuovi Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Hai pi di un disco rigido, su quale vuoi installare linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"TUTTE le partizioni esistenti e i loro dati verranno persi sul disco %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Partizionamento personalizzato del disco"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Usa fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Adesso puoi partizionare %s\n"
-"Quando hai finito, non dimenticare di salvare usando 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Non hai sufficiente spazio libero sulla partizione Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Non trovo lo spazio per installare Mandrake Linux"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-"Il wizard di partizionamento di DrakX ha trovato le seguenti soluzioni:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partizionamento fallito: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Sto attivando la rete"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Sto disattivando la rete"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"C' stato un errore, ma non so come gestirlo correttamente.\n"
-"Continua a tuo rischio e pericolo."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Punto di mount doppio: %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Alcuni pacchetti importanti non sono stati installati correttamente.\n"
-"O il lettore di cdrom o il tuo cdrom sono danneggiati.\n"
-"Controlla il cdrom su un sistema gi installato digitando \"rpm -qpl "
-"mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Benvenuto a %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nessun drive floppy disponibile"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Inizio fase '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Il tuo sistema ha poche risorse. Potresti avere problemi installando\n"
-"Mandrake Linux. In tal caso, in alternativa puoi provare un'installazione \n"
-"testuale. Per questo, premi 'F1' all'avvio da CDROM, poi digita 'text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Classe d'installazione"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Per favore, scegli una delle seguenti classi d'installazione:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-"La dimensione totale dei gruppi da te scelti approssimativamente %d Mb.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Se desideri installare occupando una quantit di spazio minore,\n"
-"scegli la percentuale dei pacchetti che vuoi installare.\n"
-"\n"
-"Una bassa percentuale installer solo i pacchetti pi importanti;\n"
-"una percentuale del 100%% installer tutti i pacchetti scelti."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Hai spazio sul tuo disco rigido solo per %d%% di questi pacchetti.\n"
-"\n"
-"Scegli una percentuale dei pacchetti che vuoi installare.\n"
-"Una bassa percentuale installer solo i pacchetti pi importanti;\n"
-"una percentuale del %d%% installer tutti i pacchetti possibili."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Potrai scegliere pi specificatamente nella prossima fase."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Percentuale dei pacchetti da installare"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Selezione Gruppi di Pacchetti"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Selezione individuale pacchetti"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Domensione totale: %d / %d Mb"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pacchetto errato"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nome: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versione: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Dimensioni: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importanza: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Non puoi selezionare questo pacchetto perch non c' abbastanza spazio \n"
-"rimanente per installarlo"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "I seguenti pacchetti stanno per essere installati"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "I seguenti pacchetti satanno per essere rimossi"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Non puoi selezionare/deselezionare questo pacchetto"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Questo un pacchetto obbligatorio, non pu essere deselezionato"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Non puoi deselezionare questo pacchetto. gi installato"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Questo pacchetto deve essere aggiornato\n"
-"Sei sicuro di volerlo deselezionare?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Non puoi deselezionare questo pacchetto. Deve essere aggiornato"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Mostra i pacchetti selezionati automaticamente"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installa"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Carica/Salva su floppy"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Aggiornamento scelta pacchetti"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Installazione minima"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Scegli i pacchetti da installare"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Installazione"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Sto valutando"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tempo restante "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Per favore attendi, sto preparando l'installazione"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pacchetti"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installazione del pacchetto %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Accetta"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Rifiuta"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Sostituisci il Cd-Rom!\n"
-"\n"
-"Per favore inserisci il Cd-Rom chiamato \"%s\" nel tuo lettore e premi Ok "
-"quando\n"
-"pronto. Se non ce l'hai, premi Annulla per evitare l'installazione da questo "
-"Cd-Rom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Vado avanti comunque?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "C' stato un errore ordinando i pacchetti:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "C' stato un errore installando i pacchetti:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Attenzione\n"
-"\n"
-"Per favore leggete con attenzione il documento che segue.\n"
-"Se non siete d'accordo con una qualsiasi parte, non potete installare il CD\n"
-"successivo. Premete 'Rifiuta' per continuare l'installazione senza di esso.\n"
-"\n"
-"\n"
-"Alcune componenti software contenute nel CD successivo non sono\n"
-"soggette alla licenza GPL o a licenze simili. Ciascuna di tali componenti\n"
-" pertanto soggetta ai termini e alle condizioni della propria\n"
-"licenza specifica. Per favore leggete con attenzione e attenetevi a tali\n"
-"licenze specifiche prima di usare o redistribuire tali\n"
-"componenti software. Tali licenze in genere proibiscono\n"
-"il trasferimento, la duplicazione (eccetto che per scopi di backup),\n"
-"la redistribuzione, il reverse engineering, il deassemblaggio,\n"
-"la decompilazione o la modifica della componente in questione.\n"
-"Qualunque infrazione del contratto porter alla immediata cancellazione dei "
-"vostri\n"
-"diritti per quanto riguarda la specifica licenza.\n"
-"A meno che la licenza specifica non vi accordi tali diritti,\n"
-"in genere non potete installare i programmi su pi di un computer, o "
-"adattarlo in\n"
-"modo che possa essere usato su una rete. In caso di\n"
-"dubbio, per favore contattate direttamente il distributore\n"
-"o il curatore della componente. Il trasferimento a terzi o la copia di tali\n"
-"componenti, documentazione inclusa, in genere proibito.\n"
-"\n"
-"\n"
-"Tutti i diritti relativi alle componenti del CD successivo appartengono ai\n"
-"loro rispettivi autori e sono protetti dalle leggi relative alla propriet "
-"intellettuale\n"
-"e al copyright applicabili ai programmi software.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Si verificato un errore"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Vuoi davvero abbandonare l'installazione?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Accordo di licenza"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduzione\n"
-"\n"
-"Nel seguito intendiamo con \"Software\" il sistema operativo e le diverse "
-"componenti disponibili\n"
-"nella distribuzione Mandrake Linux. Il Software include, ma non limitato "
-"a, l'insieme di\n"
-"programmi, metodi, regole e documentazione relativi al sistema operativo e "
-"alle diverse componenti\n"
-"della distribuzione Mandrake Linux.\n"
-"\n"
-"\n"
-"1. Licenza\n"
-"\n"
-"Per favore leggete con attenzione questo documento.\n"
-"Questo documento costituisce un contratto fra voi e la MandrakeSoft S.A. per "
-"quanto riguarda l'uso del Software. L'azione di installare, duplicare o "
-"usare in qualsiasi modo il Software implica l'esplicita accettazione e il "
-"pieno consenso ad adeguarsi ai termini e alle condizioni di questa Licenza. "
-"Se non siete d'accordo con uno o pi punti della Licenza, non avete "
-"l'autorizzazione a installare, duplicare o utilizzare il Software. Qualunque "
-"tentativo di installare, duplicare o utilizzare il Software in modi non "
-"conformi ai termini e alle condizioni della Licenza porter automaticamente "
-"all'annullamento della licenza e alla revoca dei vostri diritti ai sensi "
-"della stessa. Una volta invalidata la Licenza, avete l'obbligo di "
-"distruggere immediatamente tutte le copie del Software in vostro possesso.\n"
-"\n"
-"\n"
-"2. Garanzia e limiti della garanzia\n"
-"\n"
-"Il Software e la documentazione allegata sono forniti \"come sono\", senza "
-"nessuna garanzia, nei limiti permessi dalla legge. In nessun caso, e nei "
-"limiti permessi dalla legge, la MandrakeSoft S.A. potr essere ritenuta "
-"responsabile per un qualsiasi danno, speciale, accidentale, diretto o "
-"indiretto (inclusi, senza limitazioni, danni dovuti alla perdita di attivit "
-"commerciali, interruzioni dell'attivit commerciale, perdite finanziarie, "
-"oneri legali e sanzioni pecuniarie che derivino da sentenze giudiziarie, o "
-"qualsiasi altra perdita conseguente), dovuto all'utilizzo o "
-"all'impossibilit di utilizzo del Software, anche nel caso in cui "
-"MandrakeSoft S.A. sia stata avvertita della possibilit che si verificassero "
-"tali danni.\n"
-"\n"
-"RESPONSABILIT LIMITATA IN RELAZIONE AL POSSESSO O ALL'USO DI SOFTWARE "
-"PROIBITO IN ALCUNE NAZIONI\n"
-"\n"
-"Nei limiti di legge, in nessun caso MandrakeSoft S.A. o i suoi distributori "
-"potranno essere ritenuti responsabili per un qualsiasi danno, speciale, "
-"accidentale, diretto o indiretto (inclusi, senza limitazioni, danni dovuti "
-"alla perdita di attivit commerciali, interruzioni dell'attivit "
-"commerciale, perdite finanziarie, oneri legali e sanzioni pecuniarie che "
-"derivino da sentenze giudiziarie, o qualsiasi altra perdita conseguente), "
-"dovuto al possesso e all'uso di componenti software, o derivante dall'aver "
-"scaricato componenti software da uno dei siti di Mandrake Linux, che "
-"risultino proibiti o soggetti a limitazioni d'uso in alcune nazioni per "
-"effetto di leggi locali. Questa limitazione di responsabilit si applica, ma "
-"non limitata, alle componenti di crittografia sicura incluse nel "
-"Software.\n"
-"\n"
-"\n"
-"3. La Licenza GPL (\"General Public License\") e altre Licenze collegate\n"
-"\n"
-"Il Software costituito da componenti create da persone ed enti diversi. La "
-"maggior parte di queste componenti sono soggette ai termini e alle "
-"condizioni della GNU General Public License, d'ora in poi chiamata \"GPL\", "
-"o di licenze simili. La maggior parte di queste licenze vi consente di "
-"usare, duplicare, adattare o redistribuire le componenti software che le "
-"adottano. Per favore leggete con attenzione i termini e le condizioni della "
-"licenza relativa a ciascuna componente prima di utilizzarla. Qualsiasi "
-"domanda relativa alla licenza di una componente software dovrebbe essere "
-"indirizzata all'autore di tale componente, e non alla MandrakeSoft. I "
-"programmi sviluppati dalla MandrakeSoft S.A. sono soggetti alla licenza GPL."
-"La documentazione scritta dalla MandrakeSoft S.A. soggetta a una licenza "
-"specifica. Per favore consultate la documentazione per ulteriori dettagli.\n"
-"\n"
-"\n"
-"4. Diritti di propriet intellettuale\n"
-"\n"
-"Tutti i diritti relativi alle componenti del Software appartengono ai "
-"rispettivi autori e sono protetti dalle leggi che disciplinano la propriet "
-"intellettuale e il copyright applicabili ai programmi software.La "
-"MandrakeSoft S.A. si riserva il diritto di modificare o adattare il "
-"Software, in parte o in tutto, con ogni mezzo e per qualsiasi scopo."
-"\"Mandrake\", \"Mandrake Linux\" e i relativi logo sono propriet della "
-"MandrakeSoft S.A.\n"
-"\n"
-"\n"
-"5. Disposizioni diverse\n"
-"\n"
-"Se una qualsiasi parte di questo contratto ritenuta non valida, illegale o "
-"non applicabile in seguito a sentenza giudiziaria in una determinata "
-"giurisdizione, tale parte esclusa dal contratto. Rimangono vincolanti le "
-"altre parti applicabili del contratto.I termini e le condizioni di questa "
-"Licenza sono soggetti alle leggi vigenti in Francia.Qualsiasi disputa in "
-"merito ai termini di questa licenza verr risolta preferibilmente per via "
-"extra-giudiziaria. Come ultima risorsa, la disputa verr portata "
-"all'attenzione del Tribunale competente di Parigi - Francia.Per qualsiasi "
-"domanda riguardo questo documento, per favore contattate MandrakeSoft S.A.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastiera"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Per favore, scegli la mappa della tastiera."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ecco la lista completa delle tastiere disponibili"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Che classe di installazione preferisci?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installa/Aggiorna"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " un'installazione o un aggiornamento?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Raccomandata"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Esperto"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Aggiorna"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Solo aggiornamento pacchetti"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Per favore, scegli il tipo del tuo mouse."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Porta del mouse"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Per favore scegli a che porta seriale connesso il mouse."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulazione pulsanti"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulazione pulsante 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulazione pulsante 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Configuro schede PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Sto configurando IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nessuna partizione disponibile"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Controllo delle partizioni per trovare i punti di mount"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Scegli i punti di mount"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Non posso leggere la tua tabella delle partizioni, troppo corrotta \n"
-"per me :( . Posso provare a continuare a svuotare le partizioni danneggiate\n"
-"(TUTTI I DATI verranno persi!). L'altra soluzione di impedire a DrakX di\n"
-"modificare la tabella delle partizioni. (L'errore %s)\n"
-"\n"
-"Ti va bene liberare tutte le partizioni?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Diskdrake ha fallito la lettura della tabella delle partizioni.\n"
-"Continua a tuo rischio e pericolo!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Non c' spazio libero per un bootstrap di 1MB! L'installazione continua, ma "
-"per avviare il sistema dovrai creare la partizione di bootstrap con DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Non ho trovato una partizione root da aggiornare"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partizione radice"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Qual' la partizione radice (/) del tuo sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Devi resettare affinch le modifiche alla tabella delle partizioni\n"
-"abbiano effetto"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Scegli le partizioni che vuoi formattare"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Controllo blocchi danneggiati?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formattazione partizioni"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Sto creando e formattando il file %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Swap insufficiente per completare l'installazione. Per favore, aumentane le "
-"dimensioni"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Sto cercando i pacchetti disponibili"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Sto cercando i pacchetti da aggiornare"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Il tuo sistema non ha abbastanza spazio rimanente per l'installazione o\n"
-"l'aggiornamento (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Completa (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minima (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Raccomandata (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Per favore scegli di caricare o salvare la selezione pacchetti su floppy.\n"
-"Il formato lo stesso dei floppy generati con auto_install."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Carica da floppy"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Caricamento da floppy"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Selezione pacchetti"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Inserisci un floppy contenente la scelta dei pacchetti"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Salva su floppy"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Lo spazio indicato maggiore dello spazio disponibile"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Tipo di installazione"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Non avete selezionato nessun gruppo di pacchetti.\n"
-"Per favore scegliete il tipo di installazione minima desiderato:"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Con X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Con la documentazione essenziale (raccomandata!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Installazione veramente minima (in particolare niente urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Se hai tutti i CDs nella lista qui sopra, clicca Ok.\n"
-"Se non hai nessuno di questi CDs, clicca su Annulla.\n"
-"Se mancano solo alcuni dei CD, deselezionali, e poi clicca Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom chiamato \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Sto preparando l'installazione"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installazione del pacchetto %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configurazione post installazione"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Per favore inserisci il floppy di avvio utilizzato nel drive %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Per favore inserisci il floppy di aggiornamento moduli nel drive %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Hai ora la possibilit di scaricare software per la cifratura dei dati.\n"
-"\n"
-"ATTENZIONE !\n"
-"A causa dei diversi requisiti generali applicabili a questi software e\n"
-"imposti da varie nazioni, clienti e/o utenti finali di questi software "
-"dovrebbero\n"
-"assicurarsi che le leggi della propria nazione consentano di scaricare, "
-"archiviare\n"
-"e/o usare questo tipo di software.\n"
-"\n"
-"Inoltre clienti e/o utenti finali dovrebbero prestare particolare attenzione "
-"a non infrangere\n"
-"le leggi della propria nazione. Se clienti e/o utenti finali non dovessero\n"
-"rispettare i dettami di tali leggi in vigore, potrebbero incorrere in gravi\n"
-"sanzioni.\n"
-"\n"
-"Sia Mandrakesoft sia i suoi produttori e fornitori non potranno essere "
-"ritenuti responsabili\n"
-"per danni speciali, indiretti o accidentali (inclusi, ma non limitati a, "
-"perdite\n"
-"di guadagni, interruzioni di affari, perdita di dati commerciali e altre "
-"perdite\n"
-"pecuniarie, ed eventuali multe e indennit da pagare a seguito di sentenza "
-"di \n"
-"tribunale) derivanti da uso, possesso, o semplice scaricamento di questi "
-"software,\n"
-"a cui clienti e/o utenti finali abbiano eventuale accesso dopo aver "
-"sottoscritto\n"
-"il presente accordo.\n"
-"\n"
-"Per ogni eventuale delucidazione in relazione a questo argomento, si prega "
-"di\n"
-"contattare\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Adesso avete la possibilit di scaricare dei pacchetti aggiornati che sono\n"
-"stati distribuiti dopo l'uscita della distribuzione.\n"
-"\n"
-"Riceverete aggiornamenti relativi alla sicurezza e/o bug fix, ma "
-"necessario\n"
-"disporre di una connessione a Internet per continuare.\n"
-"\n"
-"Volete installare gli aggiornamenti?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Connessione con il sito Mandrake Linux per avere la lista dei mirror "
-"disponibili"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Scegli un mirror da cui prendere i pacchetti"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Conessione al mirror per avere la lista dei pacchetti disponibili"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Qual' il tuo fuso orario?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "L'orologio del tuo hardware settato su GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Sincronizzazione automatica dell'ora (usando NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Server NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Server CUPS remoto"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nessuna stampante"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Hai una scheda audio ISA?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Lanciate \"sndconfig\" dopo l'installazione per configurare la vostra scheda "
-"audio"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Non stata rilevata nessuna scheda audio. Provate con \"harddrake\"\n"
-"dopo l'installazione."
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Riepilogo"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mouse"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Fuso orario"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Stampante"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Scheda ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Scheda audio"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Scheda TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "File locali"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Scegli password per root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Nessuna Password"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Questa password troppo semplice (deve essere almeno di %d caratteri)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autenticazione"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Autenticazione LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAPBasedn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Server LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Autenticazione NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Dominio NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Server NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Un disco di avvio personalizzato provvede un modo di accesso al tuo sistema\n"
-"Linux senza dipendere dal normale bootloader. Ci utile se non vuoi\n"
-"installare SILO sul tuo sistema, o un altro sistema operativo rimuove\n"
-"SILO o SILO non funziona con la tua configurazione hardware. Un disco di "
-"avvio\n"
-"personalizzato pu anche essere usato con l'immagine di salvataggio di\n"
-"Mandrake, rendendo molto pi facile il ripristino dopo gravi errori\n"
-"del sistema.\n"
-"\n"
-"Se vuoi creare un disco di avvio per il tuo sistema, inserisci un floppy\n"
-"nel primo drive e premi \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primo drive floppy"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Secondo drive floppy"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Salta"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Un disco di avvio personalizzato provvede un modo di accesso al tuo sistema\n"
-"Linux senza dipendere dal normale bootloader. Ci utile se non vuoi\n"
-"installare LILO (o Grub) sul tuo sistema, o un altro sistema operativo "
-"rimuove\n"
-"LILO o LILO non funziona con la tua configurazione hardware. Un disco di "
-"avvio\n"
-"personalizzato pu anche essere usato con l'immagine di salvataggio di\n"
-"Mandrake, rendendo molto pi facile il ripristino dopo gravi errori\n"
-"del sistema. Vuoi creare un disco di avvio per il tuo sistema?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(ATTENZIONE! State usando XFS per la vostra partizione radice,\n"
-"molto probabilmente non sar possibile creare un floppy di 1.44Mb\n"
-"perch XFS necessita di in driver molto grande)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Spiacente, nessun drive floppy disponibile"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Scegli il drive floppy che vuoi utilizzare per creare il disco di avvio"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Inserisci un floppy nel drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Creazione disco di avvio"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Preparazione del bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Apparentemente disponi di una macchina OldWorld o\n"
-" sconosciuta, il bootloader yaboot non andr bene per te.\n"
-"L'installazione continuer, ma dovrai usare\n"
-" BootX per avviare il tuo computer"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Vuoi usare aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Errore installando aboot, \n"
-"provo a forzare l'installazione anche se ci distrugge la prima partizione?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Sto installando il bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Installazione del bootloader fallita. Si verificato il seguente errore:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Potrebbe essere necessario cambiare il dispositivo di boot Open Firmware\n"
-" per abilitare il bootloader. Se non vedete il prompt del bootloader\n"
-" dopo il riavvio, premete Command-Option-O-F al riavvio e digitate:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Poi digitate: shut-down\n"
-"Al boot successivo dovreste vedere il prompt del bootloader."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Inserisci un floppy vuoto nel drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Sto creando il floppy di auto installazione"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Alcune fasi non sono completate.\n"
-"\n"
-"Vuoi veramente interrompere adesso?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Congratulazioni, l'installazione completa.\n"
-"Rimuovi il disco di avvio e premi Invio per riavviare il sistema.\n"
-"\n"
-"\n"
-"Per informazioni su aggiornamenti disponibili per questa release di Linux\n"
-"Mandrake, consulta l'Errata disponibile su\n"
-"\n"
-"\n"
-"http://www.mandrakelinux.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informazioni su come configurare il tuo sistema sono disponibili nel "
-"capitolo\n"
-"sulla post-installazione della Guida Ufficiale dell'Utente Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Crea il floppy di auto installazione"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"L'auto installazione pu essere del tutto automatizzata se desiderate,\n"
-"ma in tal caso il programma partizioner automaticamente il disco!!\n"
-"(questa opzione pensata per l'installazione su un'altra macchina).\n"
-"\n"
-"Probabilmente preferirete ripetere l'installazione.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatizzata"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Ripeti"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Salva scelta pacchetti"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Installazione Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> muove il cursore | <Barra> seleziona | <F12> videata succ."
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu manca"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "manca l'aiuto per la console"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Scegli un file"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanzato"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Di base"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Attendere prego"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Espandi struttura"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Raggruppa struttura"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Cambia tra ordinamento semplice o a gruppi"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Scelta errata, prova di nuovo\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "La tua scelta? (default %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Entrate che dovrete riempire:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "La tua scelta? (0/1, default `%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Pulsante`%s':%s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Vuoi cliccare su questo pulsante?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "La tua scelta? (default `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Ci sono molte cose fra cui scegliere (%s)\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Per favore scegliete il primo numero dell'intervallo di 10 che desiderate\n"
-"modificare, oppure premete Invio per continuare.\n"
-"La vostra scelta?"
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Attenzione, un'etichetta cambiata:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Riproporre"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Ceca (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Tedesca"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spagnola"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finlandese"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francese"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norvegese"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polacca"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russa"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Svedese"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Tastiera UK"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Tastiera US"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanese"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armena (vecchia)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armena (macchina da scrivere)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armena (fonetica)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjana (latina)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgara (fonetica)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgara (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiliana (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorussa"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Svizzera (mappa tedesca)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Svizzera (mappa francese)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Ceca (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Tedesca (nessun tasto morto)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danese"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norvegese)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Svedese)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estone"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgiana (mappa \"Russa\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgiana (mappa \"Latina\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Greca"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungherese"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israeliana"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israeliana (Fonetica)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraniana"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandese"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiana"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Giapponese 106 tasti"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Tastiera Coreana"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latino Americana"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituana AZERTY (vecchia)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituana AZERTY (nuova)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituana \"numero riga\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituana \"fonetica\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Lettone"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedone"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Olandese"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polacca (mappa qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polacca (mappa qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portoghese"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadese (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romena (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romena (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russa (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovena"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovacca (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovacca (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serba (cirillica)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Tastiera Thai"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tastiera Tajik"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turca (modulo \"F\" tradizionale)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turca (modello \"Q\" moderno)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ucraina"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Tastiera US (internazionale)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"riga numerica\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Yugoslava (latino)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Tasto Alt di destra"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Entrambi i tasti Shift allo stesso tempo"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "I tasti Ctrl e Shift allo stesso tempo"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Il tasto CapsLock"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Tasti Ctrl e Alt allo stesso tempo"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "I tasti Alt e Shift allo stesso tempo"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Tasto \"Menu\""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Tasto \"Windows\" di sinistra"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Tasto \"Windows\" di destra"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Mount circolari %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Prima rimuovi i volumi logici\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Il supporto PCMCIA non pi disponibile per i kernel 2.2, per favore usate "
-"un kernel 2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Mouse con rotellina su porta PS2 generico "
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius Netscorll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 pulsante"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Mouse generico a 2 Pulsanti"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generico"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Ruota"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriale"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Mouse generico a 3 Pulsanti"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech serie CC (seriale)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "Serie MM"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Mouse Logitech (seriale, vecchio tipo C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 pulsanti"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 pulsanti"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "nessuno"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Nessun mouse"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Per favore prova il mouse"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Per attivare il mouse"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MUOVI LA RUOTA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Finisci"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Avanti ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Indietro"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr " corretto?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Connetti a Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Il modo pi comune per connettersi con adsl pppoe.\n"
-"Alcune connessioni usano pptp, poche usano dhcp.\n"
-"Se non sai, scegli 'usa pppoe'."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "AlcatelspeedtouchUSB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "usa dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "usa pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "usa pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Quale cliente dhcp vuoi usare?\n"
-"Quello predefinito dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nessun adattatore di rete ethernet stato rilevato nel tuo sistema.\n"
-"Non posso configurare questo tipo di connessione."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Scegli l'interfaccia di rete"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Per favore scegli quale adattatore di rete vuoi usare per connetterti a "
-"Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nessuna scheda di rete trovata"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Sto configurando la rete"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Per favore inserisci il tuo nome host se lo conosci.\n"
-"Alcuni server DHCP richiedono il nome host per funzionare.\n"
-"Il tuo nome host dovrebbe essere un nome pienamente qualificato,\n"
-"come ''mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nome host"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Wizard della configurazione di rete"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem ISDN esterno"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Scheda ISDN interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Di che tipo la tua connessione ISDN?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Che configurazione ISDN preferisci?\n"
-"\n"
-"* La Vecchia configurazione usa isdn4net. Contiene strumenti potenti,\n"
-" ma difficile da configurare per un principiante, e non standard.\n"
-"\n"
-"* La Nuova configurazione pi facile da capire, pi aderente allo\n"
-" standard, ma dispone di un numero di strumenti inferiore.\n"
-"\n"
-"Raccomandiamo la configurazione leggera.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nuova configurazione (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Vecchia configurazione (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configurazione ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Scegli il tuo provider.\n"
-" Se non nella lista, scegli Fuori Lista"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protocollo per l'Europa"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protocollo per l'Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protocollo per il resto del mondo"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protocollo per il resto del mondo \n"
-" no D-Channel (linee in affitto)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Quale protocollo vuoi usare?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Che tipo di scheda hai?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Non so"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Se hai una scheda ISA, i valori nella prossima schermata dovrebbero essere "
-"giusti.\n"
-"\n"
-"Se hai una scheda PCMCIA, devi sapere IRQ e I/O della tua scheda.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Annulla"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continua"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Qual' la tua scheda ISDN?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Ho trovato una scheda ISDN PCI, ma non so di che tipo. Per favore seleziona "
-"una scheda PCI nella prossima schermata."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Non trovo nessuna scheda ISDN PCI. Per favore selezionane una \n"
-"nella prossima schermata."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Per favore scegli a che porta seriale connesso il tuo modem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opzioni di chiamata"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nome connessione"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Numero telefonico"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID di accesso"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Basata su script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Basata su terminale"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nome dominio"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primo server DNS (opzionale)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Secondo server DNS (opzionale)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Puoi disconnetterti o riconfigurare la tua connessione."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Puoi configurare nuovamente la connessione."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Adesso sei connesso a Internet"
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Puoi connetterti a Internet o configurare nuovamente la connessione."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "In questo momento non sei connesso a Internet"
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Connetti"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Disconnetti"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Configura la connessione"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Connessione & configurazione Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Adesso proseguiremo con la configurazione della connessione %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Stiamo per configurare la connessione %s.\n"
-"\n"
-"\n"
-"Premi OK per cominciare."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configurazione della rete"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Dato che stai effettuando una installazione via rete, quest'ultima gi "
-"configurata.\n"
-"Clicca su Ok per mantenere questa configurazione, o su Annulla per "
-"riconfigurare la rete e la connessione a Internet.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Benvenuti nel Wizard di configurazione della Rete!\n"
-"\n"
-"Stiamo per configurare la vostra connessione di rete/a Internet.\n"
-"Se non volete usare il riconoscimento automatico, deselezionate il \n"
-"pulsante d'opzione.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Scegli il profilo da configurare"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Usa il riconoscimento automatico"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Riconoscimento periferiche..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Connessione normale via modem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "rilevato sulla porta: %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Connessione ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "rilevato %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Connessione ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "rilevato sull'interfaccia %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Connessione via cavo"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Rilevata connessione via cavo"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Connessione LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "rilevata scheda(e) ethernet"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Scegli il tipo di connessione che vuoi configurare"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Hai configurato diversi tipi di connessione a Internet.\n"
-"Scegli quello che vuoi usare.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Connessione a Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Vuoi effettuare la connessione all'avvio?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configurazione della rete"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "La rete dev'essere riavviata"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Si verificato un problema al momento di riavviare la rete: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Congratulazioni, la configurazione della rete e di Internet finita.\n"
-"\n"
-"Adesso questa configurazione verr applicata al vostro sistema.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Dopo che questo sar stato fatto, vi raccomandiamo di riavviare il\n"
-"vostro ambiente X per evitare problemi relativi al cambio di hostname."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Si sono verificati dei problemi durante la configurazione.\n"
-"Provate la connessione usando net_monitor o mcc. Se la connessione non "
-"funziona, dovreste ripetere la configurazione."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ATTENZIONE: questo dispositivo stato precedentemente configurato per\n"
-"connettersi a Internet.\n"
-"Devi solo cliccare su OK per mantenere la precedente configurazione.\n"
-"Modifiche ai campi qui sotto cambieranno questa configurazione."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Per favore inserisci la configurazione IP per questa macchina.\n"
-"Ogni dato dovrebbe essere inserito come un indirizzo IP in notazione\n"
-"decimale puntata (ad esempio 1.2.3.4.)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Sto configurando il dispositivo di rete %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Indirizzo IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP automatico"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "L'indirizzo IP deve essere in formato 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Per favore inserisci il tuo nome host.\n"
-"Il tuo nome host dovrebbe essere uno pienamente qualificato,\n"
-"come ''mybox.mylab.myco.com''.\n"
-"Puoi anche inserire l'indirizzo IP del gateway se ne hai uno."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Server DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway(es.%s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dispositivo di gateway"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configurazione dei proxy"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Individua identit della scheda audio (utile per i laptop)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Il proxy dovrebbe essere http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Il proxy dovrebbe essere ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configurazione di internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Vuoi provare a connetterti a Internet adesso?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Sto provando la tua connessione ..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Adesso il sistema connesso a Internet"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Per ragioni di sicurezza, adesso verr disconnesso."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Il sistema non sembra essere connesso a Internet.\n"
-"Prova a configurare nuovamente la connessione."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configurazione della Connessione"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Per favore riempi o controlla il campo qui sotto"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ della scheda"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memoria della scheda (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO della scheda"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 della scheda"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 della scheda"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Il tuo numero di telefono personale"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nome del provider (es. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Numero telefonico del provider"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Dns 1 del provider (opzionale)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Dns 2 del provider (opzionale)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Scegli la tua nazione"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Modalit di chiamata"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Velocit della connessione"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Timeout della connessione (in secondi)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Login dell'account (nome utente)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Password dell'account"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "mount fallito: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partizione estesa non supportata su questa piattaforma"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Hai un buco nella tua tabella delle partizioni, ma io non posso usarlo.\n"
-"L'unica soluzione di muovere le tue partizioni primarie per avere il buco "
-"vicino alle partizioni estese"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Ripristino da file %s fallito: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "File di backup errato"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Errore scrivendo sul file %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Al tuo disco sta accadendo qualcosa di brutto. \n"
-"Un test per verificare l'integrit dei dati fallito. \n"
-"Significa che scrivere qualsiasi cosa sul disco generer solo spazzatura a "
-"caso"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "da avere"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "importante"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "molto bello"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bello"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "forse"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Stampante locale"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Stampante remota"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Stampante su server CUPS remoto"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Stampante su server lpd remoto"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Stampante di rete (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Stampante su server SMB/Windows95/98/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Stampante su server NetWare"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Indica l'URI di un dispositivo di stamp"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Invia tramite pipe al comando"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Modello sconosciuto"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Stampanti locali"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Stampanti remote"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " sulla porta parallela \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", stampante USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", dispositivo multifunzione sulla porta parallela \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", dispositivo multifunzione su USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", dispositivo multifunzione su HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", dispositivo multifunzione"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", sto stampando su %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "sul server LPD \"%s\",stampante\"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ",host TCP/IP\"%s\",porta%s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "sul server Windows \"%s\",condivisione\"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "sul server Novell \"%s\",stampante\"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", uso il comando %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Stampante di tipo raw (nessun driver)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(su %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(su questa macchina)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Sul server CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Predefinito)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Scegli Connessione stampante"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Com' collegata la stampante?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Con un server remoto CUPS, non devi configurare alcuna stampante\n"
-"adesso: le stampanti saranno individuate automaticamente."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "Configurazione di CUPS"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Indica il server CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Per avere accesso alle stampanti su server CUPS remoti all'interno della "
-"vostra rete locale non dovete configurare niente: i server CUPS informano la "
-"vostra macchina automaticamente in merito alle loro stampanti. Tutte le "
-"stampanti attualmente note alla vostra macchina sono elencate nella sezione "
-"\"Stampanti remote\" di Printerdrake. Quando il server CUPS non si trova "
-"all'interno della vostra rete locale, dovete indicare il suo indirizzo IP e, "
-"facoltativamente, il numero della porta in modo da ottenere le informazioni "
-"relative alla stampante dal server; altrimenti lasciate questi campi in "
-"bianco."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalmente CUPS viene configurato automaticamente in base al vostro "
-"ambiente di rete, in modo che possiate accedere alle sttampanti che "
-"dipendono dai server CUPS sulla vostra rete locale. Se questa caratteristica "
-"non funziona correttamente, disabilitate \"Configurazione automatica di CUPS"
-"\" e modificate manualmente il file /etc/cups/cupsd.conf. Non dimenticatevi "
-"di riavviare CUPS subito dopo (col comando: \"servicecupsrestart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "L'indirizzo IP deve essere in formato 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Il numero della porta dovrebbe essere un numero intero!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP del server CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Porta"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Configurazione automatica di CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Riconoscimento periferiche ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Test delle porte"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Aggiungi nuova stampante"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Benvenuti nell'assistente di configurazione delle stampanti\n"
-"\n"
-"Questo assistente vi permette di installare stampanti remote o locali che "
-"verranno usate da questa macchina e anche da altre macchine sulla rete.\n"
-"\n"
-"Vi chieder tutte le informazioni necessarie per configurare la stampante, "
-"dandovi accesso a tutti i driver, opzioni dei driver e tipi di connessione "
-"disponibili."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Stampante locale"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Benvenuti nell'assistente di configurazione delle stampanti\n"
-"\n"
-"Questo assistente vi aiuter a configurare le stampanti collegate a questo "
-"computer.\n"
-"\n"
-"Per favore collegate la vostra stampante al computer e accendetela. Cliccate "
-"su \"Succ\" quando siete pronti, e su \"Annulla\" se non desiderate "
-"configurare le vostre stampanti adesso.\n"
-"\n"
-"Si noti che alcuni computer potrebbero bloccarsi durante il riconoscimento "
-"automatico delle stampanti, in tal caso disabilitate questa caratteristica "
-"per poter effettuare l'installazione. Usate il modo Esperto di Printerdrake "
-"quando volete configurare la stampa su una stampante remota se Printerdrake "
-"non la include nell'elenco automaticamente."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Riconoscimento automatico stampanti"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Congratulazioni, adesso la vostra stampante installata e configurata!\n"
-"\n"
-"Potete stampare usando il comando \"Stampa\" delle vostre appllicazioni (in "
-"genere si trova nel menu File\").\n"
-"\n"
-"Se desiderate aggiungere, rimuovere o rinominare una stampante, o se volete "
-"modificare la configurazione predefinita (cassetto della carta, qualit di "
-"stampa, etc.), selezionate \"Stampante\" nella sezione \"Hardware\" del "
-"Centro di controllo Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Riconoscimento automatico delle stampanti"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake in grado di riconoscere automaticamente una stampante "
-"collegata localmente su una porta parallela o USB, ma si noti che su alcuni "
-"sistemi il riconoscimento automatico PU BLOCCARE IL SISTEMA E QUESTO PU "
-"CAUSARE LA CORRUZIONE DEL FILESYSTEM! Pertanto fatelo A VOSTRO RISCHIO E "
-"PERICOLO!\n"
-"\n"
-"Volete davvero che le stampanti vengano riconosciute automaticamente?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Usa il riconoscimento automatico"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Configurazione manuale della stampante"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Rilevato %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Stasmpante sulla porta parallela \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Stampante USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Non stata trovata nessuna stampante locale! Per installare manualmente una "
-"stampante indicate il nome di un dispositivo o di un file nel campo di "
-"immissione (porte parallele: /dev/lp0,/dev/"
-"lp1,...,equivalentiaLPT1:,LPT2:,...;prima stampanteUSB:/dev/usb/"
-"lp0,seconda:/dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Devi indicare il nome di un dispositivo o di un file!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Non ho trovato nessuna stampante locale!\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Le stampanti di rete possono essere installate soltanto dopo "
-"l'installazione. Scegliete \"Hardware\" e poi \"Stampante\" nel Centro di "
-"controllo Mandrake."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Per installare stampanti di rete, cliccate su \"Annulla\", passate al \"Modo "
-"esperto\" e cliccate su \"Aggiungi nuova stampante\"."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"La stampante che segue stata riconosciuta automaticamente, se non quella "
-"che desiderate configurare inserite un nome di dispositivo o di file nel "
-"campo immissione testo"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Ecco una lista di tutte le stampanti che sono state riconosciute "
-"automaticamente. Per favore, scegliete quella che volete configurare, oppure "
-"inserite il nome di un dispositivo o di un file nel campo di immissione "
-"testo."
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"La stampante che segue stata riconosciuta automaticamente. La "
-"configurazione della stampante verr effettuata automaticamente. Se la "
-"vostra stampante non stata riconosciuta in modo corretto, o se preferite "
-"una configurazione personalizzata, cliccate su \"Configurazione manuale\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Ecco una lista di tutte le stampanti che sono state riconosciute "
-"automaticamente. Per favore scegliete la stampante che volete configurare, "
-"la configurazione verr effettuata in modo del tutto automatico. Se la "
-"vostra stampante non stata riconosciuta correttamente, o se preferite una "
-"configurazione personalizzata, cliccate su \"Configurazione manuale\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Per favore scegliete la porta alla quale connessa la vostra stampante, "
-"oppure inserite il nome di un dispositivo o di un file nel campo di "
-"immissione testo"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr ""
-"Per favore scegliete la porta alla quale connessa la vostra stampante."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-"(Porte parallele:/dev/lp0,/dev/lp1,...,equivalentiaLPT1:,LPT2:,...; "
-"prima stampanteUSB:/dev/usb/lp0,seconda:/dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Dovete scegliere/indicare una stampante/un dispositivo!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Configurazione manuale"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"La vostra stampante un dispositivo multifunzione prodotto da HP "
-"(OfficeJet,PSC,PhotoSmart,LaserJet1100/1200/1220/3200/3300conscanner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Installazione del pacchetto HPOJ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Controllo dispositivo e configuro HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Installazione del pacchetto SANE"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Effettuo una scansione con il vostro dispositivo multifunzione HP"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Rendo la porta della stampante disponibile per CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Sto leggendo il database delle stampanti"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opzioni stampante lpd remota"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Per usare una stampante lpd remota, dovete indicare\n"
-"il nome dell'host del server della stampante e il nome della stampante\n"
-"su quel server."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Nome host remoto"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Nome della stampante remota"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Nome host remoto assente!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Nome della stampante remota assente!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opzioni Stampante SMB (Windows9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Per stampare su una stampante SMB, dovete indicare il nome\n"
-"dell'host SMB (Attenzione! non sempre corrisponde al nome host TCP/IP\n"
-"della macchina!) e possibimente l'indirizzo IP del server di stampa, come\n"
-"pure il nome di condivisione per la stampante cui volete accedere e ogni\n"
-"informazione utile riguardo nome dell'utente, password e gruppo di lavoro."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Host del server SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP del server SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nome di condivisione"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Gruppo di lavoro"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Devi indicare il nome del server o il numero IP dello stesso!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Il nome della condivisione Samba assente!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opzioni stampante NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Per stampare su una stampante NetWare, dovete fornire il nome\n"
-"del server di stampa NetWare (Attenzione! potrebbe essere diverso dal nome\n"
-"del suo host TCP/IP!) insieme al nome della coda di stampa per la\n"
-"stampante cui volete accedere e ogni nome utente e password applicabili."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Server della stampante"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nome della coda di stampa"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Il nome del server NCP assente"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Il nome dellla coda NCP assente!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Opzioni della stampante TCP/Socket"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Per stampare su una stampante TCP/Socket, dovete indicare il\n"
-"nome host della stampante e opzionalmente il numero della porta.\n"
-"Sui server HP JetDirect il numero della porta in genere 9100, su\n"
-"altri server potrebbe essere diverso. Consultate il manuale del vostro\n"
-"hardware."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Nome host della stampante"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Nome host della stampante assente!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI della stampante"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Potete indicare direttamente l'URI di accesso alla stampante. Tale URI deve "
-"essere conforme alle specifiche CUPS o Foomatic. Notate che non tutti i i "
-"tipi di URI sono supportati da tutti gli spooler."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Dev'essere inserito un'URI valido!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Ogni stampante deve avere un nome (ad esempio \"stampante\").\n"
-"Non indispensabile riempire i campi Descrizione e \n"
-"Posizione. Si tratta di commenti per gli utenti."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nome della stampante"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Descrizione"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Posizione"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Sto preparando il database delle stampanti ..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Il modello della vostra stampante"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Il modello corretto"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Selezionate il modello manualmente"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Scelta del modello della stampante"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Che modello di stampante hai?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Per favore, controllate che Printerdrake abbia effettuato correttamente il "
-"riconoscimento automatico della vostra stampante. Se il cursore si trova su "
-"un modello errato o su \"Stampante di tipo raw\", cercate quello corretto "
-"nella lista."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Se la vostra stampante non presente nella lista, cercate un modello "
-"compatibile o simile (consultate il manuale della stampante)."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Configurazione di una stampante OKI winprinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Configurazione di una stampante Lexmark a getto d'inchiostro"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Impostazioni predefinite della stampante\n"
-"\n"
-"Dovreste accertarvi che le dimensioni della pagina e il tipo di inchiostro/"
-"modo di stampa (se disponibile) e anche la configurazione hardware delle "
-"stampanti laser (memoria, unit duplex, cassetti supplementari) siano "
-"impostati correttamente. Si noti che quando la qualit/risoluzione di stampa "
-" molto alta, la durata della stampa pu diventare sensibilmente pi lenta."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "L'opzione %s dev'essere un numero intero!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "L'opzione %s dev'essere un numero!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Opzione %s fuori scala!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Volete impostare questa stampante (\"%s)\n"
-"come stampante predefinita?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Pagine di prova"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Nessuna pagina di prova"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Stampa"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Pagina di prova standard"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Pagina di prova alternativa (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Pagina di prova fotografica"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Non stampare nessuna pagina di prova"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Stampa della(e) pagina(e) di prova..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"La pagina(e) di prova stata inviata alla stampante.\n"
-"Potrebbe occorrere un po' di tempo prima che la stampa inizi.\n"
-"Stato della stampa:\n"
-"%s\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"La pagina(e) di prova stata inviata alla stampante.\n"
-"potrebbe occorrere un po' di tempo prima che la stampa inizi.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Stampante in modo raw"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Chiudi"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Stampa/Scansione in corso su \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Sto stampando con la stampante \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Lista opzioni di stampa"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Sto leggendo i dati della stampante..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Configurazione della stampante a trasferimento"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Il nome della stampante dovrebbe contenere solo lettere, numeri e il "
-"trattino di sottolineatura"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nuovo nome della stampante"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Sto aggiornando i dati della stampante ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Configura di una stampante remota"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Sto attivando la connessione di rete ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Configura la rete adesso"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Funzionalit di rete non configurate"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Vai avanti senza configurare la rete"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Sto riavviando il sistema di stampa ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "alto"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoico"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Avvio il sistema di stampa al momento del boot"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Scegli il sistema di stampa"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Che sistema di stampa (spooler) vuoi usare?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Sto configurando la stampante \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Installazione del pacchetto Foomatic"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opzioni stampante"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Sto preparando PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Configurazione applicazioni ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Vorresti configurare la stampa?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Cambia il sistema di stampa"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modo Normale"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Volete configurare un'altra stampante?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Modifica configurazione stampante"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Stampante %s\n"
-"Cosa volete modificare riguardo questa stampante?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tipo di connessione della stampante"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Nome, descrizione, collocazione della stampante"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Stampa della(e) pagina(e) di prova"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Sapere come usare questa stampante"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Rimuovi stampante"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Sto rimuovendo la vecchia stampante \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Stampante predefinita"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Volete davvero rimuovere la stampante \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Sto rimuovendo la stampante \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Configurazione dei proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Benvenuto nell'utilit di configurazione dei proxy.\n"
-"\n"
-"Qui potrai configurare i tuoi proxy http e ftp,\n"
-"con o senza login e password\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Per favore completa le informazioni relative al proxy http\n"
-"Lascia in bianco se non desideri un proxy http"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Porta"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "L'URL dovrebbe cominciare con 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Il numero della porta dovrebbe essere in cifre"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Per favore completa le informazioni relative al proxy ftp\n"
-"Lascia in bianco se non desideri un proxy ftp"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "L'URL dovrebbe cominciare con 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Per favore inserisci il login e la password per il proxy, se esistono.\n"
-"Lascia in bianco se non necessario."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "Password"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "digita ancora la password"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Le password non corrispondono. Prova ancora!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Non posso aggiungere una partizione a _RAID_ formattato md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Non posso scrivere il file %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid fallito"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid fallito (forse manca raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Non ci sono abbastanza partizioni per RAID livello %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Lancia il sistema audio ALSA (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, un gestore di comandi periodici."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd usato per monitorare lo stato delle batterie e fare il log tramite\n"
-"syslog. Pu anche essere usato per spegnere la macchina quando la batteria\n"
-" scarica."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Lancia comandi programmati dal comando at al momento specificato quando\n"
-"at stato lanciato, e lancia comandi batch quando il carico medio \n"
-"sufficientemente basso."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron un programma UNIX standard che lancia programmi definiti dall'utente\n"
-"a intervalli periodici programmati. vixie cron aggiunge un numero di "
-"funzioni\n"
-"al cron UNIX di base, inclusi maggior sicurezza e opzioni di "
-"configurazione \n"
-"pi potenti."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM aggiunge il supporto del mouse ad applicazioni Linux basate su testo "
-"come\n"
-"Midnight Commander. Permette anche operazioni taglia/incolla via mouse in \n"
-"console e include supporto per dei menu a scomparsa in console."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake esegue un'indagine riguardo l'hardware, e opzionalmente\n"
-"configura l'hardware nuovo/cambiato."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache un server per World Wide Web. usato per gestire files HTML\n"
-"e CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Il demone superserver di Internet (comunemente chiamato inetd) avvia una\n"
-"variet di altri servizi Internet a richiesta. responsabile per l'avvio\n"
-"di molti servizi, inclusi telnet, ftp, rsh, e rlogin. Disabilitando inetd\n"
-"si disabilitano tutti i servizi di cui responsabile."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Lancio del filtro dei pacchetti per la serie di kernel 2.2, allo\n"
-"scopo di impostare un firewall che protegga la tua macchina da intrusioni."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Questo pacchetto carica la mappa di tastiera selezionata come definito in\n"
-"/etc/sysconfig/keyboard, che pu essere scelta usando l'utilit kdbconfig.\n"
-"Dovresti lasciarlo abilitato per la maggior parte delle macchine."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Rigenerazione automatica dell'intestazione del kernel /boot per\n"
-"/usr/include/linux/{autoconf,versione}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Riconoscimento e configurazione automatica dell'hardware al boot."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf talvolta deve eseguire alcune operazioni al momento\n"
-"del boot per gestire la configurazione del sistema."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd il demone di stampa richiesto perch lpr funzioni propriamente. \n"
-"fondamentalmente un server che distribuisce i job di stampa alle stampanti."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, usato per impostare un server ad alte prestazioni\n"
-"e alta disponibilit."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) un Domain Name Server (DNS) utilizzato per risolvere\n"
-"nomi host in indirizzi IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monta e smonta tutti i punti di mount di Network File System (NFS),\n"
-"SMB (Lan Manager/Windows), e NCP (Netware)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Attiva/Disattiva tutte le interfacce di rete di cui previsto l'avvio\n"
-"al momento del boot."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS un popolare protocollo per la condivisione di file attraverso reti\n"
-"TCP/IP. Questo servizio consente funzionalit di server NFS, che sono\n"
-"configurate tramite il file /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS un popolare protocollo per la condivisione di file attraverso reti TCP/"
-"IP.\n"
-"Questo servizio consente funzionalit di blocco dei file NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Attiva automaticamente il tasto relativo al tastierino numerico\n"
-"per la console e XFree al momento del boot."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Supporto per le stampanti Windows OKI 4w e compatibili."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Il supporto PCMCIA di solito serve per usare dispositivi di tipo ethernet e\n"
-"modem nei portatili. Non sar lanciato se non stato configurato, perci "
-" \n"
-"sicuro da avere installato anche su macchine che non lo richiedono."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Il portmapper gestisce connessioni RPC, che sono usate da protocolli\n"
-"come NFS e NIS. Il server portmap deve essere in esecuzione su macchine che\n"
-"agiscono come server per protocolli che fanno uso di meccanismi RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix un Agente di Trasporto di Posta, un programma che\n"
-"sposta messaggi da una macchina ad un'altra."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Salva e ripristina l'entropia del sistema per una generazione di numeri\n"
-"casuali di alta qualit."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Assegna dispositivi raw a dispositivi a blocchi (quali le partizioni\n"
-"di un disco rigido), da usare con applicazioni come Oracle."
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Il demone routed permette tabelle di router IP automatiche aggiornate per\n"
-"mezzo del protocollo RIP. Mentre RIP largamente usato in piccole reti, \n"
-"protocolli di routing pi complessi sono necessari per reti pi complesse."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Il protocollo rstat permette agli utenti di una rete di recuperare\n"
-"misurazioni delle prestazioni per ogni macchina di quella rete."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Il protocollo rusers permette agli utenti di una rete di identificare\n"
-"chi connesso su una macchina interrogata in proposito."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Il protocollo rwho permette a utenti remoti di ottenere una lista di \n"
-"tutti gli utenti connessi a una macchina su cui gira il demone rwho\n"
-"(similarmente a finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Lancia il sistema audio sulla tua macchina"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog una utilit che molti demoni usano per aggiungere messaggi\n"
-"in vari file di log di sistema. una buona idea lanciare sempre syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Carica i driver per i tuoi dispositivi USB."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Avvia il server di caratteri (indispensabile per eseguire XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Scegli quali servizi saranno lanciati automaticamente all'avvio."
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Stampa"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistema"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Amministrazione remota"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Server di database"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servizi"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "in esecuzione"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "fermato"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servizi e demoni"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Spiacente, ma non ci sono ulteriori\n"
-"informazioni riguardo questo servizio."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Al boot"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Avvia"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Unisciti al mondo del software libero"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet e messaggistica istantanea"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia e Grafica"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Sviluppo"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Centro di Controllo Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Interfacce utente"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Software per server"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Giochi"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Installazione dei pacchetti ..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Non posso leggere la tua tabella delle partizioni, troppo\n"
-"corrotta per me :( . Prover a cancellare le partizioni rovinate."
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Errore!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Configurazione installazione automatica"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Configurazione automatica fasi di installazione"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Congratulazioni!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Installazione automatica"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Aggiungi una voce"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Rimuovi l'ultima voce"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr "***********************************************************************\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "progresso totale"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Backup dei file di sistema..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "File di backup su disco rigido..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Backup dei file dell'utente"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Progresso del backup del disco rigido..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Backup di altri file"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Selezione file"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Selezionate i file e le directory e cliccate su 'Aggiungi'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Per favore abilitate tutte le opzioni necessarie\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Queste opzioni possono effettuare il backup e il ripristino di tutti i file "
-"nella\n"
-"vostra directory /etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Backup dei vostri file di sistema (directory /etc)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Usa backup incrementali (non sostituire i vecchi backup)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Non includere file critici (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Grazie a questa opzione sarete in grado di ripristinare ogni versione della\n"
-"vostra directory /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Non includere la cache del navigatore"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Usa backup incrementali (non sostituire i vecchi backup)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Rimuovi quelli selezionati"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Utenti"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Per favore inserisci il nome dell'host o l'IP"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Per favore inserisci il tuo nomei di login"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Per favore inserisci la tua password"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Ricorda questa password"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "Connessione FTP"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Connessione sicura"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Per favore, scegliete lo spazio su CD"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Per favore, accertatevi di usare supporti CD-RW"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Per favore, controllate se volete includere\n"
-"il boot di install sul CD"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Per favore, inserite il numero che identifica il vostro masterizzatore\n"
-"ad esempio: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Usa unit a nastro per effettuare il backup"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Per favore, inserite il nome del dispositivo da usare per il backup"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Per favore, indicate le dimensioni massime\n"
-"concesse a Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Per favore inserisci la directory da salvare:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Usa una quota per i file di backup."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Rete"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM/DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Disco rigido /NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "ogni ora"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "ogni giorno"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "settimanale"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "ogni mese"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Usa demone"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Per favore, scegli la frequenza\n"
-"del backup"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Per favore, scegli il supporto\n"
-"del backup"
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Usa disco rigido con il demone"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Usa FTP con il demone"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-"Per favore, accertatevi che il demone cron sia incluso fra i servizi attivi"
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Dopo ogni backup invia una mail rapporto a:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Cosa"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Dove"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Quando"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Altre opzioni"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Configurazione di Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Per favore scegliete dove volete effettuare il backup"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "sul disco rigido"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "sulla rete"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Per favore scegliete i pacchetti che volete installare."
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Sistema di backup"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Fai il backup degli utenti"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Seleziona l'utente manualmente"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Fonti del backup: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- File di sistema:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- File degli utenti:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Altri file:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Salva su disco rigido seguendo il percorso: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Salva via FTP sull'host: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\tnome utente:%s\n"
-"\t\tsul percorso:%s\n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"-Opzioni:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tNon includere file di sistema\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tEffettua backup usando tar e bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tI backup fanno uso di tar e gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Disco rigido.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Rete via FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Rete via SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-"Nessun file di configurazione, per favore cliccate su Assistente o "
-"Avanzato.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr "Lista di dati da ripristinare:\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr "Lista di dati corrotti:\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Per favore scegliete a che porta seriale connesso il vostro modem."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "I file di backup sono corrotti"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr "Tutti i dati selezionati sono stati"
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr "Ripristinati con successo su%s"
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr "Ripristina configurazione"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK al ripristino degli altri file"
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Lista degli utenti da ripristinare (solo la data pi recente per utente "
-"importante)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Effettua il backup dei file di sistema prima di:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Per favore, scegliete la data da ripristinare"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Usa il disco rigido per effettuare il backup"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Ripristina da disco rigido"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Per favore, indicate la directory in cui sono archiviati i backup"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Scegliete un altro supporto dal quale effettuare il ripristino"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Altri supporti"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Ripristina sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Ripristina utenti"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Ripristina altro"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "selezionate il percorso del ripristino (invece di / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Effettua nuovo backup prima del ripristino (solo per backup incrementali)."
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Rimuovi le directory dell'utente prima del ripristino."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Ripristina tutti i backup"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Personalizza il ripristino"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Aiuto"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Precedente"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Salva"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Costruisci backup"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Ripristina"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Successivo"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Per favore fai un backup prima di ripristinarlo...\n"
-" o verifica che il percorso alla directory di salvataggio corretto."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Errore usando sendmail\n"
-" la vostra mail di report non stata inviata\n"
-" Per favore configurate sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lista dei pacchetti da installare"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Errore nella trasmissione del file via FTP.\n"
-" Per favore, controllate la configurazione FTP."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Per favore, scegliete il tipo del vostro mouse."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Per favore, scegliete il tipo del vostro mouse."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Per favore, scegliete il tipo del vostro mouse."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Nessun file di configurazione trovato\n"
-"per favore cliccate su Assistente o Avanzato"
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Ancora in sviluppo ... attendere per favore."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Backup dei file di sistema"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Backup dei file degli utenti"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Backup di altri file"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Progresso totale"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "trasmissione file via FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Sto inviando ifile ..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Lista di dati da includere su CDROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Per favore, insersci la velocit del masterizzatore"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-"Per favore inserite il numero che identifica il vostro masterizzatore (es.: "
-"0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Per favore scegliete i pacchetti che volete installare."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Effettua il backup adesso sulla base del file di configurazione"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Vedi la configurazione di backup"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Configurazione dell'assistente"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Configurazione avanzata"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Effettua il backup adesso"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-"Alcuni errori nell'invio della posta sono causati da\n"
-"un'errata configurazione di postfix. Per risolvere il problema\n"
-"dovete indicare ilmionomehost o ilmiodominio in /etc/postfix/main.cf\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-"Copyright(C)2001MandrakeSoftbyDUPONTSebastien<dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Installazione di %s fallita. Si verificato il seguente errore:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Cerca fonti installate"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Deseleziona fonti installate"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "esamina tutti i font"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "nessun font trovato"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "fatto"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "non ho trovato nessun font nelle partizioni montate"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Ri-selezionate i font corretti"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "non ho trovato nessun font.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Cerca font nella lista installati"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Copia i font"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installazione di font True Type"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "per favore attendere mentre eseguo ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Installazione font True Type effettuata"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Conversione font"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "sto costruendo type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "conversione font ttf"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "conversione font pfm"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Soppressione file temporanei"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Riavvia XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Soppressione file dei font"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "riavvia xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Prima di installare qualsiasi font accertatevi di avere il permesso di "
-"installarli e usarli sul vostro sistema.\n"
-"\n"
-"-Potete installare i font nel modo normale. In casi piuttosto rari, dei font "
-"corrotti potrebbero bloccare il vostro server X."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Importazione font"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Prendi i font di Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Disintallazione font"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Opzioni avanzate"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Lista font"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Scegliete le applicazioni che supporteranno i font:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Stampanti generiche"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Selezionate il file o la directory del font e cliccate su 'Aggiungi'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Lista di installazione"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "cliccate qui se ne siete sicuri."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "qui in caso contrario."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Deseleziona tutto"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Tutti selezionati"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Rimuovi lista"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Test iniziali"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Copia i font sul tuo sistema"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Installa e converti i font"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Post-installazione"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Rimuovi i font dal tuo sistema"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Post-disinstallazione"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Condivisione connessione Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Condivisione della connessione a Internet attualmente abilitata"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Il setup della condivisione della connessione Internet gi stato fatto.\n"
-" attualmente abilitata.\n"
-"\n"
-"Cosa vorresti fare?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "disabilita"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "abbandona"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "riconfigura"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Sto disattivando i server..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "La condivisione della connessione a Internet ora disabilitata."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Condivisione connessione Internet attualmente disabilitata"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Il setup della condivisione della connessione internet gi stato fatto.\n"
-" attualmente disabilitata.\n"
-"\n"
-"Cosa vorresti fare?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "abilita"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Sto attivando i server..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "La condivisione della connessione a Internet ora abilitata."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Stai per configurare il tuo computer per condividere la sua connessione a "
-"Internet.\n"
-"Grazie a questa caratteristica, altri computer sulla tua rete locale "
-"potranno usare la connessione a Internet di questa macchina.\n"
-"\n"
-"Nota: necessario un Adattatore di Rete dedicato per realizzare una\n"
-"Rete di Area Locale (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfaccia %s (usa il modulo %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfaccia %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nessun adattatore di rete nel tuo sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nessun adattatore di rete ethernet stato rilevato nel tuo sistema. Per "
-"favore lancia l'utilit di configurazione hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interfaccia di rete"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"C' un solo adattatore di rete configurato nel tuo sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Sto per configurare la tua rete locale (LAN) usando quell'adattatore."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Per favore scegliete quale adattatore di rete sar connesso alla vostra rete "
-"locale (LAN)."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Interfaccia di rete gi configurata"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Attenzione, la scheda di rete (%s) gi configurata.\n"
-"\n"
-"Desiderate una ri-configurazione automatica?\n"
-"\n"
-"Potete farlo manualmente se sapete quello che state facendo."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Riconfigurazione automatica"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Mostra la configurazione dell'interfaccia corrente"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Configurazione attuale di `%s':\n"
-"\n"
-"Rete: %s\n"
-"Indirizzo IP: %s\n"
-"Attribuzione IP: %s\n"
-"Driver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Posso conservare la vostra configurazione attuale e supporre che abbiate gi "
-"impostato un serverDHCP; in tal caso, per favore controllate che la rete di "
-"classe C che usate per la vostra rete locale sia stata letta correttamente; "
-"non la riconfigurer e non toccher la configurazione del vostro server "
-"DHCP.\n"
-"\n"
-"In alternativa, posso riconfigurare la vostra interfaccia di rete e (ri)"
-"configurare un server DHCP per voi.\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Rete locale di classe C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "IP di (questo) server DHCP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Riconfigurazione dell'interfaccia di rete e del server DHCP"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "La rete locale non terminava con `.0', rinuncio."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Trovato conflitto potenziale dell'indirizzo LAN nella configurazione "
-"corrente di %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Rilevata configurazione di Firewall!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Attenzione! stata rilevata una configurazione di firewall esistente. "
-"Potrebbe avere bisogno di alcuni aggiustamenti manuali dopo l'installazione."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Sto configurando..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Sto configurando gli script, installando il software, avviando i server..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemi nell'installazione del pacchetto %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Ogni cosa stata configurata.\n"
-"Ora puoi condividere la connessione a Internet con altri computers sulla tua "
-"rete locale (LAN) usando la configurazione di rete automatica (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Il setup gi stato fatto, ma attualmente disabilitato."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Il setup gi stato fatto, ed attualmente abilitato."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr ""
-"Nessuna condivisione della connessione a Internet configurata in precedenza."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configurazione della connessione a Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Benvenuti nell'utilit di condivisione della connessione a Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Cliccate su ``Configura'' se volete lanciare il Wizard di configurazione."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configurazione della rete (%d adattatori)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profilo: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Cancella profilo..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profilo da cancellare:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nuovo profilo..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Nome del profile da creare (il nuovo profilo verr creato come copia di "
-"quello attuale):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nome host: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Accesso a Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipo:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfaccia:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Attendere per favore"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configura l'accesso a Internet"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configurazione LAN (rete locale)"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfaccia"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocollo"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Stato"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configura rete locale (LAN)"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Cliccate qui per lanciare l'assistente ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Assistente..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Applica"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Per favore attendi... sto applicando la configurazione"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Connesso"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Non connesso"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Connetti..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Disconnetti..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Attenzione, stata individuata un'altra connessione a Internet, forse "
-"attraverso la vostra rete locale"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Non disponi di nessuna interfaccia configurata.\n"
-"Per prima cosa configurale cliccando su 'Configura'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configurazione rete locale (LAN)"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adattatore %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocollo di boot"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Attivato/a al momento del boot"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "attivare adesso"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "disattivare adesso"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Questa interfaccia non stata ancora configurata.\n"
-"Lanciate l'assistente di configurazione nella finestra principale."
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Non disponi di una connessione a Internet.\n"
-"Creane una cliccando su 'Configura'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configurazione della connessione a Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configurazione della connessione a Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipo di connessione: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametri"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Scheda ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Sto settando il livello di sicurezza"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centro di Controllo"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Scegliete l'utilit che volete usare"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Canada (cavo)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA(bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA(cavo)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA(cavo-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Cina(bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Giappone (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Giappone (cavo)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Europa Orientale"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlanda"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Europa Occidentale"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nuova Zelanda"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Sud Africa"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Per favore, digitate il vostro standard tv e la nazione"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "Standard TV:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Area:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Ricerca di canali TV in corso ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Sto cercando canali TV"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uso: keyboarddrake [--expert] [tastiera]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Per favore, scegliete l'impostazione della tastiera."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Vuoi che il tasto BackSpace funzioni come Canc nella console?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Cambia il CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Per favore inserisci il Cd-Rom di installazione nel lettore e premi Ok "
-"quando\n"
-"pronto. Se non ce l'hai, premi Annulla per evitare l'aggiornamento diretto."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Non riesco ad avviare l'aggiornamento diretto !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-"Il cambiamento stato applicato, ma perch diventi effettivo dovete uscire "
-"dalla sessione"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Mostralo solo per il giorno selezionato"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/File/_Nuovo"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/File/_Apri"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/File/_Salva"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/File/Save _come"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/File/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opzioni"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opzioni/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Guida"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Aiuto/_Riguardo..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Utente"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Messaggi"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Spiegazioni relative agli strumenti Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "cerca"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Un tool per monitorare i tuoi file di Log"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Impostazioni"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "coincidono"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "ma non coincidono"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Scegliete il file"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "calendario"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Contenuto del file"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Notifica Mail/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "aspetta, sto analizzando: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Configurazione di avvisi email/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Benvenuto nell'utilit di configurazione degli avvisi email/SMS..\n"
-"\n"
-"Qui potrai configurare il sistema di avvisi.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "Proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "configurazione servizio"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Verrete avvisati se uno dei servizi selezionati non pi in esecuzione"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "carica configurazione"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Riceverete una notifica se il carico eccede questo valore"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "configurazione avvisi"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Configurazione del modo in cui il sistema vi avvertir"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Salva con nome..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Per favore, scegliete il tipo del vostro mouse."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nessun serial_usb trovato\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emula il terzo pulsante?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "Trovato %s su %s, devo configurarlo?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Scegliete uno scanner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Questo scanner %s non supportato"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Dispositivo di boot"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Questo scanner %s deve essere configurato con printerdrake.\n"
-"Potete lanciare printerdrake dal Centro di controllo Mandrake, sezione "
-"Hardware."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Configurazione del firewall!"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Configurazione del firewall!"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Hai gi configurato un firewall.\n"
-"Clicca su Configura per modificare o rimuovere il firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Clicca su Configura per configurare un firewall standard"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Scegli la lingua"
-
-# there is no room to put "Scegli classe d'installazione"
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Classe d'installazione"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Ricerca del disco fisso"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configura mouse"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Scegli la tastiera"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sicurezza"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Configura il filesystem"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatta partizioni"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Pacchetti da installare"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installa sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Aggiungi un utente"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configura rete"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configura servizi"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installa bootloader"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Crea disco di boot"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configura X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Installa aggiornamenti di sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Termina installazione"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configuratore di firewall minimo\n"
-"\n"
-"Configurazione di un firewall personale per questo sistema Mandrake Linux.\n"
-"Per una soluzione firewall potente e dedicata, per favore rivolgiti\n"
-"alla distribuzione specializzata MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Adesso ti faremo domande riguardo i servizi che vuoi rendere disponibili\n"
-"durante la connessione a Internet. Rifletti bene prima di rispondere,\n"
-"perch la sicurezza del tuo computer molto importante.\n"
-"\n"
-"Se attualmente non sfrutti qualcuno di questi servizi, ti invitiamo a\n"
-"disabilitarlo. Potrai cambiare queste impostazioni quando vorrai\n"
-"usando di nuovo questa applicazione!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server web che deve essere visibile\n"
-"da Internet? Se si accede a tale server web soltanto da questa macchina\n"
-"puoi rispondere NO tranquillamente.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server dei nomi? Se non ne hai\n"
-"configurato uno per trasmettere informazioni su IP e domini all'intera\n"
-"Internet, per favore rispondi NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Vuoi accettare delle connessioni Secure Shell (ssh) in ingresso? ssh\n"
-"pu essere usato al posto di telnet per effettuare il login. Se adesso\n"
-"stai usando telnet, ti consigliamo di passare a ssh: telnet non effettua\n"
-"la cifratura dei dati, pertanto qualche pirata potrebbe intercettare\n"
-"la tua password. Invece ssh effettua la cifratura e non permette che\n"
-"qualcuno origli alle tue spalle."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Vuoi accettare delle connessioni telnet in ingresso?\n"
-"Come vi abbiamo spiegato prima, un metodo terribilmente insicuro.\n"
-"Ti consigliamo caldamente di rispondere NO in questo caso, e di\n"
-"usare ssh invece di telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Su questa macchina in esecuzione un server FTP che deve essere reso\n"
-"accessibile via Internet? In tal caso, ti consigliamo vivamente di\n"
-"usarlo soltanto per collegamenti di tipo Anonimo. Qualsiasi password\n"
-"inviata con FTP pu essere intercettata da qualche cracker, dato che\n"
-"anche FTP non fa uso di cifratura nel trasmettere le password.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server di posta elettronica? Se\n"
-"inviate messaggi per mezzo di pine, mutt o altri programmi di posta\n"
-"basati su interfaccia a caratteri, allora probabilmente s. Altrimenti\n"
-"dovreste nasconderlo dietro il firewall.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server POP o IMAP? Questi\n"
-"vengono usati per le necessit di utenti che hanno account di posta\n"
-"(non basata su interfaccia web) su questa macchina.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Apparentemente usi un kernel della serie 2.2. Se il tuo IP di\n"
-"rete stabilito automaticamente da un computer connesso con\n"
-"questo (assegnazione dinamica), dobbiamo specificare questa\n"
-"impostazione. Il tuo indirizzo IP assegnato dinamicamente?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"L'orologio di questo computer viene sincronizzato sulla base di\n"
-"un altro? Per lo pi questo si verifica in organizzazioni che fanno\n"
-"uso di Unix/Linux di dimensioni medio-grandi, allo scopo di avere\n"
-"dei log di sistema sincronizzati e simili. Se non fai parte di una\n"
-"rete pi grande e non hai mai sentito parlare di qualcosa del genere,\n"
-"probabilmente puoi rispondere NO."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configurazione completa. Possiamo scrivere le modifiche su disco?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Non riesco ad aprire %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Non riesco ad aprire %s in scrittura: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "No, il DHCP non mi serve"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "S, ho bisogno del DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "No, il NTP non mi serve"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "S, ho bisogno del NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Non salvare"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Salva ed Esci"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Assistente di configurazione del firewall"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "No (usa un firewall per schermarlo da Internet)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "S (lascia che passi attraverso il firewall)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Per favore attendere... Sto verificando i pacchetti installati"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Non ho potuto installare i pacchetti richiesti: %s e Bastille.\n"
-"Provate a installarli manualmente."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Computer connesso alla rete (cliente)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Server NFS, server SMB, server proxy, server SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Workstation grafica con GNOME"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Utilit per il tuo Palm Pilot o Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Workstation"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Server di nomi di dominio (DNS) e informazioni sulla rete"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programmi Office: wordprocessor (kword, abiword), fogli elettronici "
-"(kspread, gnumeric), visualizzatori pdf, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Utilit audio: riproduttori mp3 o midi, mixer, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Libri e Howto su Linux e il software libero"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Workstation grafica con KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Set di utilit per posta, news, web, file transfer, e chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Database"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Server di database PostgreSQL o MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Strumenti per semplificare la configurazione del computer"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Suono"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Programmi di utilit"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentazione"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Programmi da linea di comando"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Server di posta Postfix, server di news Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Computer con accesso a Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Computer multimediale"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configurazione"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Altri desktop grafici (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"Il K Desktop Environment, l'ambiente grafico di base con una collezione di "
-"utilit che lo accompagnano"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Ambiente grafico"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache e Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Utilit per creare e masterizzare CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Postazione di lavoro con programmi Office"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programmi grafici come The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Librerie di sviluppo, programmi e file include per C e C++"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Server di rete"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Posta/Groupware/Newsgroup"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Computer predisposto per i giochi"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Riproduttori video e programmi di editing"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafica"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programmi di svago: azione, da tavolo, strategia, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Gruppo di programmi per leggere e inviare posta e news (pine, mutt, tin..) e "
-"per navigare il Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archiviazione, emulatori, monitoraggio"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanza Personale"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Un ambiente grafico con un set di applicazioni user-friendly e utilit per "
-"il desktop"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clienti per vari protocolli, incluso ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Gateway per Internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programmi di riproduzione/modifica audio e video"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Altri desktop grafici"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editor, shell, programmi di utilit riguardo i file, terminali"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmi per gestire le tue finanze, come gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Gestione di informazioni personali"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - Masterizzazione CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Workstation scientifica"
diff --git a/perl-install/share/po/ja.po b/perl-install/share/po/ja.po
deleted file mode 100644
index 6a886fa7d..000000000
--- a/perl-install/share/po/ja.po
+++ /dev/null
@@ -1,15415 +0,0 @@
-# DrakX Japanese Translation.
-# ֡סȡ
-# for Japanese text use and instead of ugly \" and \"
-# for ascii text in the transltion you can also use and
-# also, even if the English text has no lineabreak ( \n ) at
-# all, you must add some if the Japanese text is too long,
-# because the current toolkits are unable to wordwrap Japanese
-# text due to the lack of word delimiters.
-#
-# Copyright (c) 1999 MandrakeSoft
-# Junichi Kimura <jun@kde.gr.jp>, 1999-2000
-# YAMAGATA Hiroo <hiyori13@alum.mit.edu>, 1999-2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 1999-12-10 16:27+0100\n"
-"Last-Translator: YAMAGATA Hiroo <hiyori13@alum.mit.edu>\n"
-"Language-Team: Japanese\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=euc-jp\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "إåɤ򤽤줾Ω"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Xinerama ĥȤ"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "ʲΥɤꡧ %s(%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "ޥإå"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"ʤΥƥϥޥإåɤ꤬Ǥޤ\n"
-"ɤޤ"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "եå"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "եåɤ򤷤Ʋ"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "X ФDz"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "X ɥ饤ФDz"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X ɥ饤"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "ɤιXFree ˤޤ"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"ΥɤXFree %s ǤΤ3D졼ǽǤ\n"
-"XFree %s ǤΤΥɤΥݡȤϡ2D ΤۤƤޤ"
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "ΥɤXFree %s 3D졼ǽǤ"
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "ϡɥ3D졼ĤXFree %s"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"ΥɤXFree %s 3D졼ǽǤ\n"
-"ޤǡ¸ŪʥݡȤǡޥե꡼βǽޤ"
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "¸ʳΥϡɥ3D졼ĤXFree %s"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Υɤϥϡ3D졼󤬲ǽǤXFree %sɬפǤ\n"
-"ޤǡ¸ŪʥݡȤǡޥե꡼βǽޤ\n"
-"XFree %s ǤΤΥɤΥݡȤϡ2D ΤۤƤޤ"
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (󥹥ȡǥץ쥤ɥ饤)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "եåɤΥꥵ򤷤Ʋ"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "ФΥץDz"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "˥Dz"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "˥"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"ʥѥ᡼2Ĥޤľեå졼(꡼\n"
-"褹)ȿʿեå졼(ɽäȤ\n"
-")Ǥ\n"
-"\n"
-"** ˥εϰοľʿƱϰϤꤷʤȡ\n"
-"˥᡼뤫Τޤ\n"
-"ʬʤ, ˤƲ"
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "ʿեå졼"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "ľեå졼"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "˥ꤵƤޤ"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "եåɤꤵƤޤ"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "٤򤵤Ƥޤ"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "ǻƤߤޤ"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"ٹ𡧤ΥեåɤƥȤȥޥ󤬥ե꡼뤫⤷ޤ"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "ޤ"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"Ĥѥ᡼ѤƤߤƤ"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "顼ȯ"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr " %d äޤ"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "ϤǤǤ"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "顼ȯĤΥѥ᡼ѤƤߤƤ"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "٤ȿ"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "եå: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 : %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "OK"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "ѡȥ⡼"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Ƥɽ"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "ܡɥ쥤: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "ޥμ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "ޥǥХ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "˥: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "˥ʿƱ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "˥ľեå: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "եå: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "եå id: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "եå: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 ɥ饤: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "X Window System ν"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "ɤޤ"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "˥ѹ"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "եåɤѹ"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Хץѹ"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "٤ѹ"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "ɽ"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "⤦ƥ"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "λ"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"ѹ¸ޤ?\n"
-"ߤϰʲ̤Ǥ:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X εư"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"ԥ塼֡ȤưŪ X Ω夬ˤǤޤ\n"
-"֡Ȥ X Ω夲ޤ"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "ѹͭˤˤ %s ˥󤷤ʤƲ"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Ȥ Ctrl-Alt-BackSpace 򲡤Ʋ"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32鿧 (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65鿧 (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "1600 (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "40 (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB ʾ"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr " VGA, 640x480 60Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "ѡ VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 ߴ, 1024x768 at 87 Hz 󥿡졼 (no 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "ѡ VGA, 1024x768 87 Hz 󥿡졼, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "ĥ ѡ VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "1024x768 at 60 Hz, 800x600 at 72 HzΥΥ󥤥󥿡쥹SVGA"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "1280x1024 at 70 HzHigh Frequency SVGA"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "1280x1024 at 60 Hzǽʥޥ˥"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "1280x1024 at 74 Hzǽʥޥ˥"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "1280x1024 at 76 Hzǽʥޥ˥"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "1600x1200 at 70 Hz ǽʥ˥"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "1600x1200 at 76 Hz ǽʥ˥"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "֡ȥѡƥκǽΥ"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "ɥ饤֤κǽΥ (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO Υ󥹥ȡ"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "֡ȥɤ˥󥹥ȡ뤷ޤ"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub Υ󥹥ȡ"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "ƥȥ˥塼 LILO"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "եå˥塼 LILO"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "DOS/Windows鵯ư (loadlin )"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "֡ȥΥᥤ󥪥ץ"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Ѥ֡ȥ"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "֡ȥΥ󥹥ȡ"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "֡ȥǥХ"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (Ť BIOS Ǥưʤ)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "ѥ"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "ѥ"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "ӥǥ⡼"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "ǥեȥ᡼ưԤ"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "ѥ"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "ѥ (⤦)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "ޥɥ饤󥪥ץ"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "ƥ֡Ȼ /tmp ʲä"
-
-# added a \n to the translation to avoid that the dialog window
-# in which it appears to be tooooo laaaaarge
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr ""
-"ɬפʤΤRAMƤ\n"
-"%d MBĤޤ"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "ޥץեͭ"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "RamMB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"ȥޥɥ饤󥪥ץ¡ɥץϥѥɤʤ\n"
-"ˤޤ"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "⤦ٻƲ"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "ѥɤפޤ"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "å"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "ץե०Υǥ쥤"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "ͥ֡ȤΥॢ"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "CD εưͭˤޤ"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "OF εưͭˤޤ"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "ǥեȤ OS ϡ"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"ȥϰʲΤȤǤ\n"
-"ɲáѹǤޤ"
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "ä"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "λ"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "ѹ"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "ɤΥפɲäޤ"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "¾ OS (SunOSʤ...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "¾ OS (MacOSʤ...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "¾ OS (ɥʤ...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "᡼"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "롼"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "ɲ"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "ɤ߽"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "ơ֥"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "٥"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "ǥե"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "ӥǥʤ"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "ȥä"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Υ٥ϵƤޤ"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "ͥ륤᡼ꤷƤ"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "rootѡƥɬꤷƤ"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Υ٥ϤǤ˻ȤƤޤ"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s 󥿡եĤޤ"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "̤ΤΤϤޤ"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "%s 󥿡եϤޤ"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ϥ"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "ϡɥξ򸫤Ʋ"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "%s %s Υɥ饤Х󥹥ȡ"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(⥸塼 %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "ɤ %s ɥ饤Фޤ礦"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"%s ɥ饤ФϡưΤ̤ʾפ礬ޤ\n"
-"դĤϡʤˤʤư礬ۤȤɤǤ̤ʥץ\n"
-"ꤷޤȤɥ饤Ф˥ޥץ֤ɬ׾\n"
-"Ƥߤޤץ˥ԥ塼ߤ뤫Τޤ󤬡\n"
-"ޥ󤬤줿ꤹ뤳ȤϤޤ"
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "ȥץ"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "ץ"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Ǥϥ⥸塼 %s ΥץꤷƤ\n"
-"ʤɥ쥹Ϥ٤ơƬ 0x ĤϤ뤳ȡ㡧 '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"⥸塼 %s ؤΥץλꡣ\n"
-"ץΥեޥåȤϡ̾= ̾2=2 ...ɤǤ\n"
-": io=0x300 irq=7"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "⥸塼Υץ"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"⥸塼 %s ΥɤǤޤǤ\n"
-"ѥ᡼ѤƤʤƤߤޤ"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "X ץؤΥ"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "rpm ġؤΥ"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "suɤ"
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "եؤΥ"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s ɲúѤ)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "ѥɤñޤ"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "桼̾ͿƲ"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "桼̾ˤϱѾʸ-פ_פȤޤ"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Υ桼̾ϤǤ¸ߤޤ"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "桼ɲ"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"桼̾ϤƲ\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "դ桼"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "ºݤλ̾"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "桼̾"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr ""
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "ư"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"ưŪ桼󤹤褦˥ԥ塼Ǥޤ\n"
-"εǽȤޤ"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "ǥեȥ桼:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Ȥɥޥ͡Dz"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "ɤθȤǤ͡"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "󥹥ȡѲǽˤʤۤθǤޤ"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "٤ƤΥ桼ǧ"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr ""
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "ե붦ͭʤ"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "ѥå %s ɬפǤ󥹥ȡ뤷ޤ"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "ݡȤˤ NFS Samba Ȥޤɤˤޤ"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "ɬץѥå %s ޤ"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "󥻥"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "userdrake ư"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"桼ζͭϡfileshareɥ롼פȤޤ\n"
-"Υ롼פ˥桼ɲäˤϡuserdrake Ȥޤ衣"
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "ʥåͤ⿯ۤ"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "㤤"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "ɸ"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "⤤"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "äȹ⤤"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "мʤۤɹ"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Υ٥ȤʤդɬפǤƥȤΤϴñˤʤޤ\n"
-"ˤǤ⥢ǤƤޤޤ¾Υޥ䥤󥿡ͥå\n"
-"ˤĤʤäޥǤϻȤʤǤѥ¤⤢ޤ"
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"ѥɤͭˤʤޤͥåȥˤĤʤΤϤޤ\n"
-"Ǥޤ"
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"ɸΥƥǡ饤ȤȤƥ󥿡ͥå³ޥ"
-"ο侩٥Ǥ"
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr "Ǥ¤äƤơռưåäȤޤ"
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Υƥ٥ȡƥ򥵡ФȤƻȤ褦ˤʤޤ\n"
-"¿Υ饤Ȥ³륵ФȤƤȤΥƥ\n"
-"ˤʤäƤޤ𡧤ʤΥޥ󤬥󥿡ͥåȾΥ饤Ѥ"
-"顢ä㤤٥ۤǤ衣"
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Υ٥˴ŤƤޤǥƥϴˤȤ\n"
-"ˤʤäƤޤƥϺǤ"
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "ƥοǤ"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "ƥ"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "ФlibsafeȤ"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"ХåեСեեޥåȥȥ󥰹ɸ椹饤֥ꡣ"
-
-# NOTE: this message will be displayed by SILO at boot time; that is
-# only the ascii charset will be available
-# so use only 7bit for this message
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"%s operating system chooser-he youkosou!\n"
-"\n"
-"Ichiran kara erande <ENTER> wo oshimasu. %d byou de Default ni narimasu.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "GRUB operating system chooser-he youkosou!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "%c, %c key wo tukatte entry wo shitei shite kudasai."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Kono OS wo kidou suru nara Enter, Kidou mae no jikkou command"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "no henshuu niha 'e', command line nara 'c' wo oshi masu."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Sentaku shita OS ga %d byou de jidoutekini kidou shimasu."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "/boot ­Ǥ"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "ǥȥå"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "ȥ˥塼"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "֡ȥ %s ѡƥˤϥ󥹥ȡǤޤ\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "إפϤޤƤޤ\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "ư"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/ե(F)"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/ե(F)/λ(Q)"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "ʬव˥"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "˥"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "դĤΥ˥"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "դĤ Gtk+ ˥"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "ưAurora¹"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub ⡼"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot ⡼"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"ޡ֡ȥޥ͡ˤ %s 򤪻ȤǤ\n"
-"ꥦɤưˤϡפ򥯥åޤ礦"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "ƥ⡼"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "ư X ɥ¹"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "ưϤʤ"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr " (桼ǥȥåסˤǼư󤹤"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "/etc/inittab ɤߤȤѤ˳ޤ: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr " %d ʬ"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr " 1 ʬ"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr " %d "
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "ѡƥɲäޤǥ꡼󥷥åȤϻޤ"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "%s Υ󥹥ȡ˥꡼󥷥åȤǽǤ"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "ե"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "ꥫ"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "٥륮"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "¹"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "ɥ"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "ꥷ"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Υ륦"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "ǥ"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "ꥢ"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "ȥꥢ"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "ꥫ罰"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "ǡΥХååפäƲ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "褯ɤDz"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"⤷ aboot ȤĤʤ顢ǥƬ˶ΰ (2048餤)\n"
-"Ĥ褦դƲ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "顼"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "ư"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"ϡɥǥΤ礭 FAT ѡƥĤǤ\n"
-"ʤ֤MS Dos/ɥΤΤǤˡ\n"
-"ޤϤĤꥵΤǤ礦\n"
-"ʤΥѡƥ򥯥åơˡ֥ꥵפ򥯥åƲ)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "ѹѡƥ򥯥åƤ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "ܺ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "㡼ʥ󥰥ե륷ƥ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "å"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "¾"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "ե륷ƥ :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "ˡ%sɤȤäƲ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "ǽˡ֥ޥȡפȤäƲ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"ѡƥη %s ѹ塢ΥѡƥΥǡϼ"
-""
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "ѡƥ"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "̤Υѡƥ"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "λ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "ѡȥ⡼ɤ˰ܤ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Ρޥ⡼ɤ˰ܤ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Ȥ᤹"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Ǥ³ޤ"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "֤λ"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "ѡƥơ֥򹹿˽λ"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr " /etc/fstab ѹ¸ޤ"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "ư"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Ƥ򥯥ꥢ"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "ϡɥɥ饤֤ξ"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "ƤΥץ饤ޥѡƥ󤬻ȤƤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "ʾΥѡƥɲäǤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"ѡƥ䤷ʤ顤ĥѡƥ\n"
-"褦ˤɤΥѡƥäƲ"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "ѡƥơ֥¸"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "ѡƥơ֥"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "ѡƥơ֥Ĥ"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "ѡƥơ֥ɹ"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "ࡼХ֥ǥưƥޥ"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "ե"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Хååפѡƥơ֥Υ㤤ޤ\n"
-"³ޤ"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "ٹ"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"եåԡɥ饤֤Ƥ\n"
-"եåԡƤΥǡϼޤ"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "ѡƥơ֥߽ФƤߤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "ܺ٤ʾ"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "ޥȥݥ"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "ץ"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "ꥵ"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "ư"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "եޥå"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "ޥ"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "RAID ˲ä"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "LVM ˲ä"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "ޥ"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "RAID "
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "LVM "
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "RAIDѹ"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "롼ץХåλ"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "ѡƥ"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "ϥ: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "MB ǤΥ: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "ե륷ƥॿ: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "ޥȥݥ: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "ץե: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "롼ץХåեޤ"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "ѡƥ󥿥פѹ"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "ɤΥե륷ƥˤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "ext2 ext3 ѹƤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "롼ץХåե %s ɤ˥ޥȤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "ǥХ %s ɤ˥ޥȤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Υѡƥϥ롼ץХåǻȤƤΤǡ\n"
-"ޥȥݥȤ꽢Ȥޤ\n"
-"ޤ롼ץХåƤ"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "fat ե륷ƥζ׻"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "ꥵ"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "ΥѡƥϥꥵǤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "ΥѡƥΥǡϥХååפ٤Ǥ"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "ꥵˤϡѡƥ %s Υǡϼޤ"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "MB ǤΥ: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "ɤΥǥ˰ưޤ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "ɤΥưޤ"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "ư"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "ѡƥư..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "ɲä¸ RAID Dz"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "ɲä¸ LVM Dz"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM ̾ϡ"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Υѡƥϥ롼ץХåˤϻȤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "롼ץХå"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "롼ץХåե̾: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "ե̾"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "եϤǤ̤Υ롼ץХåǻ档¾ΤӤޤ礦"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "եϤǤ¸ߤޤޤΤȤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "ޥȥץ"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "¾"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "ǥХ"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "٥"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "󥯥"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr ": ϴǤ"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "ɤʥѡƥǤ"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"ʤϥɥ饤֤ΤʤΤۤ(>1024)ʤΤ\n"
-" /boot Ϻޤ/bootȡLILO ޤƯʤ\n"
-"LILO Ȥʤʤ /boot פޤ󤫤"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"ޥ롼(/)ѤѡƥϡʪŪ˥ɥ饤֤Ƭ\n"
-"1024 󤯤ˤäơˤʤ/boot ѡƥ\n"
-"äƤޤ͡LILO ֡ȥޥ͡˻Ȥʤ顤/boot ѡƥ\n"
-"ɲä˺ʤ"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"ʤϥ롼(/)ȤȤƥեȥRAIDѡƥӤޤ͡\n"
-"/boot ѡƥ̵Ǥ֡ȥϤޤ\n"
-"Ǥ /boot ѡƥɲä˺ʤ"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "ɥ饤 %s Υѡƥơ֥ǥ˽񤭹ߤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "֡Ȥƥѡƥơ֥ѹȿǤɬפޤ"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "եޥåȤ顢ѡƥ %s Υǡϼޤ"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "եޥå"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "롼ץХåե %s եޥå"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "ѡƥ %s եޥå"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "ե򱣤"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "ѡƥ˥եư"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"ǥ쥯ȥ %s ˤϤǤ˥ǡޤ\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "ѡƥ˥եư"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "%s ԡ"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "%s "
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "ѡƥ %s Ϥ %sˤʤޤ"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "ǥХ: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS ǥХ쥿: %s ()\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "̾: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr " %d 饷 %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "եޥåȺѤ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "̤եޥå\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "ޥȺѤ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"롼ץХåե:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"ǥեȤǥѡƥ֡\n"
-" (MS-DOS Υ֡, lilo ǤϤʤ)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "٥ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "󥯥 %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAIDǥ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "롼ץХåե̾: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"ΥѡƥϤɤ\n"
-"ɥ饤Сѡƥ餷Ǥ衣\n"
-"ʤۤǤ礦\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"̤ Bootstrap\n"
-"ѡƥϡ\n"
-"ǥ奢֡ȥƥѤǤ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "ȥ: %s , %s إå, %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVMǥ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "ѡƥơ֥륿: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "Х %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "ץ: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "եŹ沽θ"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "ե륷ƥŹ沽ѤθǤ"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "ΰŹ渰ϴñޤʺǤ %d ʸȤäƤ"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Ź渰פޤ"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Ź渰"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Ź渰ʤ⤦ϤƤ"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "פѹ"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "ǥ򥯥åƤ"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Ф򸡺"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s եޥå, %s "
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "%s %s ǥեޥåȤˡΤޤ"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "ѡƥ %s ǥ쥯ȥ %s ˥ޥȤǤޤǤ"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck ԡexit code %d ޤ signal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "%s 򥢥ޥ˥顼: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "ñ"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "/usr "
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "16MBʲΥѡƥ JFS ϻȤޤ"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "32MBʲΥѡƥ ReiserFS ϻȤޤ"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "ޥȥݥȤ / ǻϤޤɬפޤ"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "ѡƥϥޥȥݥ %s ˥ޥȺѤ\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "LVM ܥ塼ϥޥȥݥ %s ˤϻȤޤ"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Υǥ쥯ȥ root ե륷ƥ˻ĤƤ"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"ΥޥȥݥȤˤϡºߤե륷ƥ (ext2, reiserfs) \n"
-"ɬפǤ\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "ޥȥݥ %s ˤϰŹ沽ե륷ƥϻȤޤ"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "ưƤǤۤɶ̤ޤ"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "뤳Ȥޤ"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "񤭹ߤΤ %s 򳫤Ȥ顼ȯ: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"顼ȯ - ե륷ƥۤǤ褦ʥǥХ\n"
-"դޤ󡣤ʤˤϡɥåƤ"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "ѡƥ󤬤ޤ"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux ϥޥ桼ƥǤĤޤƥ桼ϼʬι\n"
-"եƤޤܤϡ桼ɤɤǤ\n"
-"ǤԤǤ root ȤϤäơʤɲä桼ϡʬ\n"
-"ΥեȼʬʳΤΤѤ븢¤ޤ󡣼ʬѤ˾ʤ\n"
-"Ȥİ̥桼äƤդĤȤȤˤϡΥȤ\n"
-"Ȥޤ root ǥ󤹤ȼ֤ϾʤޤȤäƤǤ!\n"
-"äȤޤǥƥबưʤʤ꤫ͤޤ󡣤⤷̥桼\n"
-"ɼʥߥ򤷤Ƥ⡢򼺤⤷ޤ󤬡ƥΤˤϱƶ\n"
-"ޤ\n"
-"\n"
-"ޤ̾ޤɬɬפޤ󡣼ºݤˤϹʤΤ\n"
-"ޤ drakX ϤʤϤǽñȤäơ\n"
-"桼̾ǻȤޤϡΥ桼ƥ˥󤹤Ȥ̾\n"
-"ˤʤޤѤ뤳ȤǤޤ줫ѥɤϤޤ\n"
-"øʤΡʰ̡˥桼Υѥɤϡƥδ root \n"
-"ѥɤۤɽפǤϤޤ󤬡Ȥäư°פʤȤϤʤǤ\n"
-"ʤΥե뤬ˤ餵ޤ\n"
-"\n"
-"֥桼ɲáפ򥯥å顢ʤ桼ɲäǤޤ֤\n"
-"줾˥ȤĤޤ礦㤵ʬǤ⡣ʤ\n"
-"桼ɲä顢ִλפ򲡤ޤ礦\n"
-"\n"
-"ֹ٤ץܥ򲡤ȡΥ桼ΥǥեȤΥѤ\n"
-"ʥǥեȤ bash"
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"ϡɥǥ˸Ф줿¸ Linux ѡƥ\n"
-"ޤɤ򤽤ΤޤޤˤƤƤ⤤Ǥ礦\n"
-"̾ѤˤꤢޤѤ顢Ǥ root\n"
-"ѡƥʡ/סˤꤷƤޤ꾮ѡƥ\n"
-"򤳤֤ȡեȤڤʤʤޤ衣ޤǡ̤\n"
-"ѡƥ˵С/homeפꤷޤ礦ʤϡ\n"
-"Linux ѡƥʣʤԲǽǤˡ\n"
-"\n"
-"\n"
-"ʤߤ˳ƥѡƥϰʲν񼰤ǵ󤬤äƤޤ: ̾ס̡\n"
-"\n"
-"\n"
-"̾פϼν񼰤Ǥ: ֥ϡɥǥס֥ɥ饤ֹ\n"
-"֥ѡƥֹסʤȤСhda1)\n"
-"\n"
-"\n"
-"֥ϡɥǥפϡIDE ǥʤhdפǡSCSI ʤsd\n"
-"Ǥ\n"
-"\n"
-"\n"
-"֥ɥ饤ֹפϡhdפsdפθˤĤʸǤIDEʤ:\n"
-"\n"
-" * aפϥץ饤ޥꥳȥΥޥǥ\n"
-"\n"
-" * bפϥץ饤ޥꥳȥΥ졼֥ǥ\n"
-"\n"
-" * cפϥIDEȥΥޥǥ\n"
-"\n"
-" * dפϥIDEȥΥ졼֥ǥ\n"
-"\n"
-"\n"
-"SCSI ϡɥǥξ硢aפSCSI IDֹǾΥǥ\n"
-"bפϤμIDֹ桢ȤǤ"
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux 󥹥ȡCD-ROMˤޤޤDrakX\n"
-"ϡѥå̤CD-ROMˤȤϡޤCD\n"
-"ǤФơɬפ̤ CD 褦׵ᤷޤ"
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"ǤϡƥˤɤʥեȤ򥤥󥹥ȡ뤹뤫ꤷޤ礦\n"
-"Mandrake Linux ǻȤ륽եȤϲȤޤФͤ\n"
-"ޤ\n"
-"\n"
-"CD-ROM ɸ।󥹥ȡ򤷤Ƥʤ顢ޤCD򶵤褦\n"
-"ޤʥѡȥ⡼ɤǤΤߡˡCDΥ٥Ĵ٤ơ\n"
-"ȡѤ˻ȤCDΥåܥåϥ饤Ȥޤ礦\n"
-"OK򥯥åޤ\n"
-"\n"
-"ѥåϡޥλȤ˱ƥ롼פȤˤޤȤƤޤ\n"
-"롼׼Τ⣴ĤʬƤޤ:\n"
-"\n"
-" * ֥ơ: ơȤƥޥȤʤ顢ʲ\n"
-"롼פǻȤΤӤޤ礦\n"
-"\n"
-" * ֳȯ: ޥץߥ󥰤˻Ȥʤ顢ʲۤ롼פ\n"
-"ĤǤӤޤ礦\n"
-"\n"
-" * ֥С: 줬ѥޥˤʤʤ顢ޥ˥\n"
-"ȡ뤷Ūʥӥ򤳤٤ޤ\n"
-"\n"
-" * ֥եåĶ: ǸˡǤϹߤΥեåĶӤޤ\n"
-"եåơ󤬤ۤСĤӤޤ礦!\n"
-"\n"
-"ޥΥ򥰥롼̾ưȡΥ롼פˤĤƤû\n"
-"Ǥޤ̾磻󥹥ȡʥåץ졼ɤǤϤʤˤ˲\n"
-"롼פФʤȡݥåץåפơƼκ\n"
-"󥹥ȡƤƤޤ\n"
-"\n"
-" * X Ȥץ󥹥ȡϡեåǥȥåפ¸\n"
-"ɬ׺¤Υѥå򥤥󥹥ȡ뤷ޤ;\n"
-"\n"
-" * ִŪʸ״ܥƥȡܥ桼ƥƥ\n"
-"ΥɥơƳΥ󥹥ȡϥѤ\n"
-"Ƥޤ\n"
-"\n"
-" * ˺¤Υ󥹥ȡפȤˤLInuxƥƯ\n"
-"ɬ׺¤ΤΤ򥤥󥹥ȡ롣ޥɥ饤ΤߡΥ󥹥ȡ\n"
-" 65Mb ٤Ǥ\n"
-"\n"
-"ָ̥ѥåץץå뤳ȤǤޤ\n"
-"󶡤ƤѥåΤƤ뤫󥹥ȡ뤵Τ\n"
-"İФȤޤ\n"
-"\n"
-"󥹥ȡֹץ⡼ɤdzϤ顢롼פˤ\n"
-"ȿѥå줺ˡ¸ƥν򤹤ˤ\n"
-"ޤ"
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Ǹˡָ̥ѥåפɤˤäƤ\n"
-"٤ƤΥѥå롼פȤʬवƥĥ꡼ɽޤ\n"
-"Υĥ꡼򸫤ʤ顢롼פ䥵֥롼ñ̡ޤϸ\n"
-"ѥåǤޤ\n"
-"\n"
-"ĥ꡼Υѥå֤ȡˤФޤӽä\n"
-"֥󥹥ȡץܥ򲡤ޤ礦󥹥ȡ뤬Ϥޤޤ\n"
-"ϡɥ®٤ѥåοˤäƤϡ󥹥ȡ\n"
-"λޤǤˤʤ֤ޤλޤǤο郎ɽ\n"
-"Τǡ򸫤ƤʤǤ餪Ǥɤ\n"
-"\n"
-"!! Хѥåꡢ뤤Ϥ줬ɤΥ롼פ\n"
-"ޤޤƤˤϡΥФ˥󥹥ȡ뤷\n"
-"ǧޤMandrake LinuxǤϡ󥹥ȡ뤵줿\n"
-"ϥǥեȤǵưˤޤΥǥȥӥ塼\n"
-"вٻˤϰ꤬ΤƤʤƤ⡢ΥС\n"
-"ƥۡ뤬Ĥ뤫⤷ޤ󡣤⤷Υӥ\n"
-"ΤΤʤ󥹥ȡ뤵Τ狼ʤС֤\n"
-"򥯥åޤ礦֤Ϥפ򥯥åȡΥӥ\n"
-"󥹥ȡ뤵ơǥեȤǵưˤޤ !!\n"
-"\n"
-"ְ¸طμưץץ֤ȡ󥹥ȡ餬ưŪ\n"
-"ѥåȤˤٹФޤ󡣤ʤ˥\n"
-"å֤ȸȡۤΥѥå򥤥󥹥ȡ뤹Ȥ\n"
-"ɬפȤʤѥåäơ줬ʤȥ󥹥ȡ뤬λ\n"
-"ʤǤ\n"
-"\n"
-"βˤ뾮ʥեåԡǥΥϡΥ\n"
-"ȡѥåɤ߹िΤΤǤΥ\n"
-"֤ȡΥ󥹥ȡκǸ˺äեåԡ\n"
-"褦˻ٻФޤեåԡκϡΥƥå\n"
-"ܤΥҥȤɤǤ"
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Ǥϡ󥿡ͥå/ͥåȥ³꤬Ǥޤޥ\n"
-"󥿡ͥåȤLANˤĤʤʤOKפ򥯥åƤ\n"
-"ͥåȥǥХǥμưФϤޤ⤷θ\n"
-"ޤʤСϡּưФȤפΥåϤ\n"
-"ޤ礦ޤͥåȥ򤷤ʤ뤤ϸ󤷤ˤǤ\n"
-"ޤξˤϡ֥󥻥פ򥯥åǤ\n"
-"\n"
-"ǽ³ϡ̤ΥǥࡢISDNǥࡢADSL³֥ǥࡢ\n"
-"̾LAN³ʥͥåȡˤǤ\n"
-"\n"
-"Ǥκ٤äϤޤ󡣤󥿡ͥåȥӥץХ\n"
-"䥷ƥԤˤäѥ᡼ѰդƤƤ\n"
-"\n"
-"ξܺ٤ϡޥ˥奢Υ󥿡ͥå³ξϤ򸫤뤫뤤ñ\n"
-"ƥ꤬Ǥ顢ץȤä³ꤷ\n"
-"ޤ礦\n"
-"\n"
-"ͥåȥϥ󥹥ȡˤꤿ뤤ϥͥåȥ꤬\n"
-"Ǥʤ֥󥻥פ򲡤ޤ"
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Ǥϥޥεư˼ưŪ˳ϤӥӤޤ礦\n"
-"\n"
-"ˤϸߤΥ󥹥ȡǻȤ륵ӥ󤬤äƤޤ\n"
-"褯ơưɬɬפʤΤΥåϤޤ礦\n"
-"\n"
-"ƥӥ֤ȡФޤǤ⡢ΥӥΩĤ\n"
-"狼ʤСǥեȤΤޤޤˤƤ̵ۤǤ\n"
-"\n"
-"Υޥ򥵡ФˤĤʤ顢Ǥä˵Ĥޤ礦\n"
-"Ȥʤӥߤ˳ϤƤϤޤ󡣰Υӥϡ\n"
-"оǻȤȴȤΤ˺ʤ\n"
-"̤ˡɬפʥӥǤ"
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux ϻ֤ GMT (˥åɸ) ǴơФ줿Ӥ\n"
-"Ȥ˸ϻ֤ѴޤǤ⡢֥ϡɥåGMTˤ碌\n"
-"ˤСơϡɥåȥƥ९å\n"
-"Ʊ֤ˤʤ褦ˤǤޤ⤷ΥޥǥɥΤ褦̤\n"
-"OS ưƤʤ顢ΤۤǤ礦\n"
-"\n"
-"ּư֤碌ץץ֤ȡ󥿡ͥåȾΥ⡼ȥ\n"
-"Ф³ơưŪ˻֤碌ԤޤФƤ顢Ǵ\n"
-"ΥФǤ󤳤εǽȤˤϡ󥿡ͥå³\n"
-"ɬפˤʤޤʤΥޥ˥ॵФ򥤥󥹥ȡ뤷ơ\n"
-"ץˤäƤϥͥåȥ¾Υޥ󤬡³\n"
-"֤碌򤹤뤳ȤǤޤ"
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (X ɥƥ) ϡGNU/Linux եå󥿡ե\n"
-"ǡMandrake Linux ˤĤƤ륰եåĶ (KDE, Gnome, \n"
-"AfterStep, WindowMaker...)Ϥ٤Ƥ˰¸ޤǤϡDrakX\n"
-"ϼưŪ X ꤷ褦Ȥޤ\n"
-"\n"
-"줬Ԥ뤳ȤϤޤޤ󡣼ԤǽȤƹͤ\n"
-"ϡϡɥȤƤŤʤˤȤȤǤ\n"
-"˥˲ǽʺβ٤ǼưŪXưޤƥɥ\n"
-"ФƤơβ̤뤫ȳǧޤ\n"
-"\n"
-"֥ѡȡץ󥹥ȡξˤϡX ꥦɤޤ\n"
-"ΥɤˤĤƾܤϡޥ˥奢򸫤Ƥ\n"
-"\n"
-"åơˡ֤Ϥפ顢DrakX ϼ˿ʤߤޤ\n"
-"åʤС꤬ޤäƤȤȤʤΤǡ\n"
-"ƥȤ10äǽλơȤβ̤ޤ"
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"ȯܤȡޤ̤ζ礬褯ʤ⤷ޤ\n"
-"̤ȤˤƤȤˡ X \n"
-"ưˤǤ⡢DrakX ꤬ŬڤɤơǽʳƼ\n"
-"⡼ɤɽơʤΤ٤ȸ櫓Ǥ\n"
-"\n"
-"ǸμʤȤơѤ餺XưʤС֥եåɤѹ\n"
-"ӡְˤʤɡפ򡢤ɤΥФȤ줿 FBDev\n"
-"Ӥޤϥե륻դǡǶΤ٤ƤΥեå\n"
-"ɤǻȤޤ줫ֺƥƥȡפdzǧޤ礦"
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Ǹˡư˥եå桼󥿡եۤʹޤ\n"
-"ƤʤȤǤ⡢μϽФޤޥ򥵡ФȤƻȤ\n"
-"ǥץ쥤꤬ޤʤäˤϡǤϤ֤\n"
-"ޤ礦"
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux CDROM ˤϥ쥹塼⡼ɤȤ߹Ǥޤ\n"
-"Ȥˤ CDROM 鵯ươư >>F1<< 򲡤ץץȤ\n"
-">>rescue<< ȥפ뤳ȤǤǤ⡢CDROM鵯ưǤʤˤϡ\n"
-"2ξˤäƤɬפǤ礦:\n"
-"\n"
-" * ֡ȥΥ󥹥ȡˤϡdrakX ϼǥΥ֡ȥ\n"
-" (MBR) 񤭴ޤ̤Υ֡ȥޥ͡ȤäƤʤ¤ˡ\n"
-"뤳Ȥǡɥ GNU/Linux ΤɤäǤⵯưǤ褦ˤʤ\n"
-"ޤʥƥ˥ɥäƤˡ\n"
-"ɥ򥤥󥹥ȡ뤷ʤȡޥեȤΥ󥹥ȡ\n"
-"ץ֡ȥ񤭴ΤǡGNU/LinuxưǤޤ!\n"
-"\n"
-" * ⤷꤬ơϡɥǥ GNU/Linux ưǤʤ\n"
-"ˤϡGNU/Linux ưˤϤΥեåԡ꤬ޤ\n"
-"ΥǥˤϡŤȤäȤץߥѥɤδְ㤤\n"
-"ʤɤˤ륯å夫饷ƥΤ˻Ȥ롢ƼΥġ\n"
-"äƤޤ\n"
-"\n"
-"Υƥåפ򥯥åȡեåԡǥɥ饤֤\n"
-"׵ᤵޤեåԡǥϡפʥǡ\n"
-"äƤʤΤˤޤ礦եޥåȤɬפϤޤ\n"
-"DrakXˤ񤭴ޤ"
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"ƤɤϡϡɥǥMandrake Linux OS ɤ˥󥹥ȡ\n"
-"뤫֤Ȥˤʤޤ⤷ϡɥǥǤ̤ OS \n"
-"ڡȤäƤޤäƤ顢ѡƥڤäƤɬפ\n"
-"ޤǡѡƥڤȤΤϡϡɥǥ\n"
-"Ūʬ䤷Ƥ뤳ȤǤäơ Mandrake Linux ƥ\n"
-"󥹥ȡ뤹ڤ򤳤館Ƥ櫓Ǥ\n"
-"\n"
-"ѡƥڤΤϡʤ꤬ޤ󡣤\n"
-"鿴ԤˤϤäʤ줹ȤǤϤޤ\n"
-"Υɤϥץñˤ뤿ΤΤǤϤˡ\n"
-"ޥ˥奢򤸤äɤǤ\n"
-"\n"
-"ѡȥ⡼ɤǥ󥹥ȡ򤷤Ƥʤ顢Mandrake Linux \n"
-"Υѡƥġ DiskDrake ưޤȤȡѡ\n"
-"ƥκ٤꤬Ǥޤޥ˥奢 DiskDrake ξϤ \n"
-"ȤƤȤƱǤ󥹥ȡ륤󥿡ե \n"
-"ϡ륦ɤȤޤˤϡ󥿡 \n"
-"եǡ֥ɡץܥ򥯥åޤ礦\n"
-"\n"
-"⤷ѡƥ󤬤ǤڤäƤʤ˥󥹥ȡ뤷 \n"
-"ȤȤ̤ΥѡƥġȤäȤˡȤñ \n"
-"Linux ƥ򥤥󥹥ȡ뤹ФǤ\n"
-"\n"
-"ѡƥ󤬤ޤƤʤСޤ礦\n"
-"ˤϡѰդɤȤäƤϡɥǥ\n"
-"˱ơĤޤ:\n"
-"\n"
-" * ڡȤ϶ǥưŪ˥ѡƥ󤷤 \n"
-"ޤʾ岿⤹ɬפϤޤ\n"
-"\n"
-"* ¸ѡƥȤ: ɤ¸Linux ѡƥ \n"
-"ǥǸĤޤ⤷Ȥʤ顢ΥץӤޤ\n"
-"\n"
-" * ɥζʬȤ: ϡɥǥ˥ɥ\n"
-" 󥹥ȡ뤵ƤơǥΤȤäƤʤ顢\n"
-" Linux ΥǡѤ˶Ĥɬפޤˤϡ\n"
-" ɥäƤޤäƤ⤤ǤʾΡǥõ\n"
-" ֥ѡȥ⡼ɡפ򸫤Ƥˡɥ\n"
-" ѡƥꥵˡ⤢ޤꥵξ硢\n"
-" ǡϤ٤ƻĤޤ Mandrake Linux ȥɥƱ\n"
-" ޥǻȤФ줬Ǥ\n"
-"\n"
-" ˡˡȥɥΥѡƥ\n"
-" 꾮ʤΤϾΤƤƤ\n"
-" ĤޤꡢɥΤۤǤϡǡ¸꿷եȤ\n"
-" 󥹥ȡ뤹ȤˡȤʤʤ櫓Ǥ\n"
-"\n"
-" * ǥΤõ: ϡɥɥ饤־ǡѡƥ\n"
-" õơ Mandrake Linux Ǿ񤭤СΥץ\n"
-" Ӥޤ礦ξ硢ŤˤƤäǧܥ\n"
-" 顢⤦ʤϤޤ\n"
-"\n"
-" !! Υץ֤ȡǥΥǡϤ٤ƾäޤ !!\n"
-"\n"
-" * ɥ: ɥ饤־ΤΤ٤Ƥõơξ \n"
-"ѡƥľޤǥΥǡäޤ\n"
-"\n"
-" !! Υץ֤ȡǥΥǡäޤ !!\n"
-"\n"
-" * ѡȥ⡼: ϡɥǥưǥѡƥ󤷤С\n"
-" ΥץӤޤ礦Ǥ⡢դƤϤʤˡ\n"
-" Ǥ⤢ޤǥǡ򤢤ääƤޤޤ\n"
-" 褯褯狼äǤʤСФʤǤ"
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"ϡǤޤ󥹥ȡ뤬λơGNU/LinuxƥबȤ\n"
-"褦ˤʤޤ衣OK 򥯥åȥƥबƵưޤ⤷\n"
-"ǥ奢֡ȤˤƤ顢ɥǤLinuxǤ٤ޤ\n"
-"\n"
-"ֹ١ץܥʥѡȥ⡼ɤΤߡˤ򲡤ȡĥܥ󤬽ФƤޤ:\n"
-"\n"
-" * ư󥹥ȡեåԡ: ФʤƤ⼫ưŪˡ\n"
-"ޤäΤȤۤȤƱ󥹥ȡ򤷤Ƥեåԡ\n"
-"\n"
-" Υܥ򥯥åȡĤΥץ٤ޤ:\n"
-"\n"
-" * Ƹ: ϼ˼ư󥹥ȡǤѡƥڤ\n"
-"÷ǹԤޤ\n"
-"\n"
-" * ư: ˼ư줿󥹥ȡǤϡɥǥ\n"
-"˾񤭤ƥǡäޤ\n"
-"\n"
-" 褦ʥޥ¿˥󥹥ȡ뤹ȤˤϤȤƤǤ\n"
-"ҤΥ֥ȤǡAuto install ι򸫤Ƥ\n"
-"\n"
-" * ѥå¸(*): ѥåΥꥹȤ¸\n"
-"Ƥȡ̤Υ󥹥ȡˤɥ饤֤ˤΥեåԡ\n"
-"ơإײ F1 linux defcfg=\"floppy\"פǤߤޤ\n"
-"\n"
-"(*) FAT ΥեåԡɬסGNU/Linux Ǻˤϡmformat a:\n"
-"ȥפޤ)"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Ĥäѡƥϡ٤ƥեޥåȤʤȻȤޤ\n"
-"ʥեޥåȤȤϥե륷ƥĤȤȤǤˡ\n"
-"\n"
-"ǡ¸ΥѡƥեޥåȤơȤΥǡõ\n"
-"ƤȤǤޤξˤϡեޥåȤѡƥ\n"
-"ǤƤ\n"
-"\n"
-"̤˴¸Υѡƥ̵˥եޥåȤɬפϤޤ\n"
-"OS äѡƥʤȤС/ס/usrס/varפʤɡˤ\n"
-"եޥåȤɬפǤȤäƤǡä\n"
-"ѡƥ̾ϡ/homeסˤϤΤޤޤǤ礦֤Ǥ\n"
-"\n"
-"ѡƥӤˤդޤ礦եޥåȤ顢ǡ\n"
-"õơ٤ȲǤޤ\n"
-"\n"
-"ѡƥΥեޥåȤ򳫻ϤˤϡOKפ򥯥åޤ\n"
-"\n"
-"¾ΥѡƥǤMandrake Linux OS ʤ顢\n"
-"֥󥻥פ򥯥åƤ\n"
-"ɥ֥åΥå򤷤Сֹ٤פ򥯥åޤ"
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-" Mandrake Linux os 򥤥󥹥ȡǤФ餯֤\n"
-"ޤʥ󥹥ȡ뤹륵ȥԥ塼®٤ˤޤˡ\n"
-"\n"
-"Ф餯Ԥ"
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Mandrake Linux 򤢤ʤ󥹥ȡ뤹뺢ˤϡ֤󤤤ĤΥѥå\n"
-"ƤϤǤХեԤ줿ꡢƥ꤬\n"
-"Ƥ뤫⤷ޤ󡣤βä뤿ᡢ򥤥󥿡ͥ"
-"\n"
-"ɤ뤫ɤޤ󥿡ͥå³С֤Ϥ\n"
-"ӡѥåΥ󥹥ȡ󤷤ˤʤ֤פӤ"
-"\n"
-"\n"
-"֤Ϥפ֤ȡѥå֤줿ɽޤ\n"
-"ǴξǤȥѥåĥ꡼ɽޤ\n"
-"Ф줿ǧޤ礦֥󥹥ȡפ򲡤ȡѥå\n"
-"ɤ߹ߥ󥹥ȡ뤵ޤ֥󥻥פǤǤ"
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"˿ʤ˥饤󥹾򿵽ŤɤǤ Mandrake Linux\n"
-"Τ򥫥СΤǤĤǤƱդǤʤबСֵݡ\n"
-"򲡤Ƥȥ󥹥ȡ뤬˽ޤ󥹥ȡ\n"
-"³ˤϡƱդץܥ򲡤Ƥ"
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"ơɤϤΥޥ˵륻ƥʳǤ§Ȥ\n"
-"ޥ󤬳ˤ餵Ƥٹ礤⤤ۤɡƥޥΥǡν\n"
-"⤤ۤɡƥ⤯ޤ\n"
-"Ǥ⡢⤤ƥϡ̤˥ޥλȤ䤹ˤޤ\n"
-"ƿˤĤƾܤϡե󥹥ޥ˥奢 MSEC ξϤ򻲾ȤΤȡ\n"
-"\n"
-"٤Ф狼ʤСǥեȤΤޤޤˤƤޤ礦"
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Ƥǡ Mandrake Linux ƥΥ󥹥ȡˤɤ\n"
-"ѡƥȤꤷޤ⤷ѡƥѤߤʤ\n"
-" GNU/Linux 򥤥󥹥ȡ뤷Ȥä̤ΥġȤä\n"
-"ꤷˡ򤽤Τޤ޻ȤȤǤޤʳϡ\n"
-"ѡƥɬפǤ\n"
-"\n"
-"ѡƥĤˤϡޤϡɥǥӤޤ⤷\n"
-"ǽ IDE ɥ饤֤֤ʤhdaסܤ IDE ʤhdbס\n"
-"ǽ SCSI ǥʤsdaפȤ˥åӤޤ\n"
-"\n"
-"ϡɥǥΥѡƥڤˤϡʲΥץ󤬻Ȥޤ:\n"
-"\n"
-" * õ: ϡɥǥѡƥõޤ\n"
-"\n"
-" * ּươ: ϡɥǥζʬˡưŪ Ext2 \n"
-" åץѡƥĤޤ\n"
-"\n"
-" * ֤äȡ: ɲõǽ˥Ǥ褦ˤʤޤ:\n"
-"\n"
-" * ֥ѡƥơ֥¸: ѡƥơ֥եåԡ\n"
-" ¸ޤѡƥơ֥뽤ɬפʤȤǤ\n"
-" äƤ褦ᤷޤ\n"
-"\n"
-" * ֥ѡƥơ֥: ˥եåԡ¸ѡƥ"
-"\n"
-" ơ֥ޤ\n"
-"\n"
-" * ֥ѡƥơ֥뽤: ѡƥơ֥뤬˲\n"
-" 顢ΥץǤƤߤ뤳ȤǤޤ\n"
-" Ť˻Ȥäơ줬ǽǤʤȤϾΤƤƤ\n"
-"\n"
-" * ֥ѡƥơ֥ɹ: ѹ򤹤٤ƼΤƤơǽ\n"
-" ѡƥơ֥᤹\n"
-"\n"
-" * ֥ࡼХ֥ǥμưޥȡ: ΥץΥå\n"
-" Ϥȡ桼ϼưǥࡼХ֥ǥȤХեåԡ \n"
-" CD-ROMưǥޥ/ޥȤɬפޤ\n"
-"\n"
-" * ֥ɡ: ϡɥǥΥѡƥ󥦥ɤȤȤ\n"
-"ץǤѡƥˤĤƤμʤͤϡ줬Ǥ\n"
-"\n"
-" * ּä: ΥץȤäѹäޤ\n"
-"\n"
-" * ̾/ѡȥ⡼ɤؤڤؤ: ѡƥФɲä\n"
-"꤬Ǥä褦ˤʤʼࡢץ󡢥եޥȤʤɡˡޤ\n"
-"ܤɽ롣\n"
-"\n"
-" * ִλ: ϡɥǥΥѡƥڤ꤬ä顢Υץ"
-"\n"
-"Ȥäѹ¸ޤ\n"
-"\n"
-"ͤޤǤˡܡɤƥץ٤ޤ֤Ⱦ岼Ȥä\n"
-"ѡƥӤޤ礦\n"
-"\n"
-"ѡƥ顢ʲȤޤ:\n"
-"\n"
-" * Ctrl-cѡƥĤʶΥѡƥȤ)\n"
-"\n"
-" * Ctrl-dѡƥ\n"
-"\n"
-" * Ctrl-mޥȥݥȤ򥻥å\n"
-"\n"
-"PPC ޥ˥󥹥ȡ뤷Ƥˤϡyaboot ֡ȥѤˡ\n"
-" 1 MB ξ HFS֥֡ȥȥåסץѡƥޤ礦\n"
-"Υѡƥ򡢤Ȥ 50 MB Ȥ礭ˤƤȡͽ\n"
-"ͥramdisk ᡼¸Ƥơ۵޵ư˻ȤǤ"
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"ɥΥѡƥ󤬤Ĥϡɥǥ˸Ĥޤ\n"
-"Mandrake Linux OS Υ󥹥ȡѤ˥ꥵΤ\n"
-"\n"
-"\n"
-"ƥѡƥϰʲν񼰤Ǥ: Linux̾ס֥ɥ̾ס̡\n"
-"\n"
-"Linux ̾פϼν񼰤Ǥ: ֥ϡɥǥס֥ɥ饤ֹ\n"
-"֥ѡƥֹסʤȤСhda1)\n"
-"\n"
-"\n"
-"֥ϡɥǥפϡIDE ǥʤhdפǡSCSI ʤsd\n"
-"Ǥ\n"
-"\n"
-"\n"
-"֥ɥ饤ֹפϡhdפsdפθˤĤʸǤIDEʤ:\n"
-"\n"
-" * aפϥץ饤ޥꥳȥΥޥǥ\n"
-"\n"
-" * bפϥץ饤ޥꥳȥΥ졼֥ǥ\n"
-"\n"
-" * cפϥIDEȥΥޥǥ\n"
-"\n"
-" * dפϥIDEȥΥ졼֥ǥ\n"
-"\n"
-"\n"
-"SCSI ϡɥǥξ硢aפSCSI IDֹǾΥǥ\n"
-"bפϤμIDֹ桢ȤǤ\n"
-"֥ɥ̾פϡɥǤΥɥ饤ʸǤʺǽΥǥ\n"
-"ѡƥϡC:ץɥ饤֤Ǥ)"
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Ф餯Ԥ򡣤ϤФ餯ޤΤǡ"
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakXϤɤϡɤʼΥ󥹥ȡ򤷤Ҥͤޤǥե\n"
-"ʿ侩˥󥹥ȡ뤫äȥȥ뤷ʡ֥ѡȡס\n"
-"Ǥޤ󥹥ȡ뤫¸Mandrake Linux򹹿Τ٤ޤ\n"
-"\n"
-" * ֥󥹥ȡ Ťƥ˾õޤ¤ϡޤΥޥ\n"
-"ˤäƤϡŤLinuxΤߤʤ餺¾Ρ˥ѡƥѹʤޤ\n"
-"¸Ǥޤ\n"
-"\n"
-" * ֹ Υ󥹥ȡ륯饹Ǥϡޤ Mandrake Linux ƥ\n"
-"Υѥå򹹿Ǥϡɥɥ饤֤ΥѡƥƼ\n"
-"桼ˤϻĤޤʳ̾磻󥹥ȡȤޤäƱ\n"
-"褬ޤ\n"
-"\n"
-" * ֥ѥåΤ߹ ο饹ϡ¸ Mandrake Linux 򹹿\n"
-"ĤġޤޤǤΥƥѤޤ󡣥ȤΥ󥹥ȡФ\n"
-"ѥåɲäȤ⤳Ǥ\n"
-"\n"
-"Mandrake Linux8.1ʹߤ򹹿ΤʤֹפǤ礦֤Ǥ礦\n"
-"\n"
-"GNU/Linux ؤν٤˱ơʲΥ󥹥ȡ롦٥뤬\n"
-"٤ޤ:\n"
-"\n"
-"* 侩: GNU/Linux Υ󥹥ȡ뤬Ƥʤ餳Ǥ\n"
-"뤵⤢ޤʤȤƤñ˥󥹥ȡǤޤ\n"
-"\n"
-"* ѡ: GNU/Linux ˾ܤͤϡΥ󥹥ȡ륯饹\n"
-"٤ޤƥಽ󥹥ȡ뤬Ǥޤ\n"
-"GNU/LinuxˤĤƤۤɾܤʤȡʤʤʤ䤬\n"
-"ޤ狼äͰʳϡΥ饹Фʤȡ"
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"դĤdrakXϤʤѤܡɤưŪӤޤʸ\n"
-"ȤȽǤޤˡ餳ΥƥåפϤդĤϽФƤޤ󡣤ʬ\n"
-"θˤäбܡɤȤäƤʤ⤷ޤ󡣤Ȥ\n"
-"Ѹäͤʤ顢ܡɤϥΤۤȻפ⤷\n"
-"󡣤뤤ϱѸĤǤ⥱٥å߽ʤ顢ˤʤǤ礦\n"
-"ξǤ⡢Υ󥹥ȡʳäơŬڤʥܡ\n"
-"Ǥ\n"
-"\n"
-"֤äȡץܥ򲡤ȡݡȤ륭ܡɤ٤ɽޤ"
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"󥹥ȡȥƥѤǻȤǤ\n"
-"\n"
-"ֹ٤ץܥǡۤθ٤ޤϥޥäơ\n"
-"ɬפ˱ƻȤޤȤФΥޥ򥹥ڥοͤˤȤäƤ餦\n"
-"顢ĥ꡼ɽμ׸ˤϱѸǡֹ٤פǥڥ/\n"
-"ڥбܥå˥åޤ\n"
-"\n"
-"ʣ٤ޤɲäθʥˤǡOK򲡤Ƴǧ顢\n"
-"ưŪ˼Υƥåפ˿ʤߤޤ"
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"ǥեȤȡDrakX ϣܥޥꤷơܥ򥨥ߥ졼\n"
-"ˤʤäƤޤDrakX ϡ줬PS/2ޥUSBޥưȽ\n"
-"ޤ\n"
-"\n"
-"̼Υޥꤹˤϡ̤ΥޥǤ\n"
-"\n"
-"ǥեȰʳΥޥ顢ޥΥƥȲ̤ФƤޤ\n"
-"ܥۥȤäƤߤơǤǧޤ礦ޤ\n"
-"ưʤСڡ֥꥿פ򲡤ƥ󥻥뤷ơӤʤ\n"
-"ޤ"
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"ݡȤǤȤСMS ɥǤ\n"
-"COM1ݡȤϡGNU/LinuxǤ ttyS0 Ȥ̾ˤʤޤ"
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"GNU/LinuxƥΥƥǰ֤ΥˤäƤޤ\n"
-"root ѥɤǤroot ϥƥԤǡƥ򹹿\n"
-"ꡢ桼ɲäꡢƥΤѤǤͣ¸\n"
-"Ǥroot ϤΥƥǤǽʤΤǤ\n"
-"餳¾ͤ˿¬ʤѥӤɬפǤñ\n"
-"drakX ٹ𤷤ޤǼ褦ˡѥɤϤʤȤϲǽ\n"
-"ǤǤꤹ뤳Ȥ򶯤ᤷޤ٤ͳġ\n"
-"GNU/Linux ưȤäơۤΥڥ졼ƥ󥰥ƥब\n"
-"äƤ̵Ȼפä㤤ʤȤȤǤrootʤ餢\n"
-"¤ˤơѡƥ󤽤ΤΤ򥢥ơǥ\n"
-"ǡ򤦤äƤޤޤ 顢rootˤʤΤϤऺ\n"
-"ƤΤǤ\n"
-"\n"
-"ѥɤϡե٥åȤȿ򺮤ΤǡǤ8ʸ\n"
-"ɬפǤ褷ƽα᤿ꤷʤǤ\n"
-"\n"
-"ѥɤϡĹ䤳ꤷƤ⤤ޤ󡣳ڤ˳Ф\n"
-"ƤΤˤޤ礦\n"
-"\n"
-"ѥɤϤޤΤȤˤޤ򤹤ȡޤä\n"
-"ΤϿƤޤΤǡäȤˤʤޤ\n"
-"\n"
-"ͥåȥˤäƤϡNIS Ȥ⤷ޤ\n"
-"狼ʤХƥԤˤƤNISȤˤ\n"
-"NISȤץץӤޤOKפ򲡤顢ɬפʾ\n"
-"Ϥޤ"
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO GRUB GNU/Linux εư˻Ȥ֡ȥǤʳ\n"
-"դĤ˼ưƤޤDrakXϥǥΥ֡ȥʬϤ\n"
-"η̤˱б褦ˤޤ:\n"
-"\n"
-" * ⤷ɥΥ֡ȥС GRUB/LILO ֡\n"
-"˽񤭴졢GNU/Linux Windowsξưǽˤʤ;\n"
-"\n"
-" * ⤷ GRUB LILO ֡ȥĤСǿǤ˹;\n"
-"\n"
-"狼ʤСdrakX ϳƼ索ץ󤲤ɽޤ\n"
-"\n"
-" * ֻȤ֡ȥ: 3Ĥޤ:\n"
-"\n"
-" * LILOեå˥塼Ĥ: եå˥塼Ĥ LILO "
-"褱Ф\n"
-"\n"
-" * Grub: GRUB (ƥȥ˥塼)ξ硣\n"
-"\n"
-" * LILO ƥȥ˥塼: ƥȥ˥塼Ĥ LILO ξ硣\n"
-"\n"
-" * ֥֡ȥǥХ: ۤȤɤϡǥե (/dev/hda) ΤޤޤǤ\n"
-"ˤäƤϥ֡ȥܤΥϡɥǥ (/dev/hdb)䡢\n"
-"եåԡǥ֤ޤ (/dev/fd0)\n"
-"\n"
-" * ֥ǥեȥ᡼ưԤ֡: ԥ塼ƵưȤ\n"
-"֡ȥΥǥեȰʳΥ˥塼֤λ֤ꤷޤ\n"
-"\n"
-"!! ֡ȥ򥤥󥹥ȡ뤷ʤȡʤǡ֥󥻥פ\n"
-"ˡۤMandrake LinuxưˡݤΤ˺ʤ\n"
-"\n"
-"ޤǤΥץѤΤϡΰ̣ʬäƤͤ\n"
-"Ƥ !!\n"
-"\n"
-"Υǡֹ٤ץܥ򲡤ȡ٤ʥ桼Ѥ\n"
-"Ƽܺ٥ץ󤬽ФƤޤ\n"
-"\n"
-"ѥ֡ȥΥѥ᡼ꤷ顢ɤϵư٤\n"
-"֡ȥץΰޤ\n"
-"\n"
-"̤Υڥ졼ƥ󥰥ƥबƥˤСưŪ˵ư\n"
-"˥塼ɲäޤ¸Υץκ٤Ǥޤ\n"
-"¸ȥ֥륯åȡѥ᡼Ѥ\n"
-"Ǥޤִλפ򲡤С󥹥ȡμΥƥåפؿʤ\n"
-"ޤ"
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) Grub ϥ֡ȥǤԥ塼GNU/Linux\n"
-"ʤɳƼOSưǤޤ\n"
-"̤ϡOSϼưŪˤȸФƥ󥹥ȡ뤵ޤ\n"
-"줬ʤ顢Ǽưǥȥɲäޤ礦ѥ᡼\n"
-"ޤʤ褦դƤ\n"
-"\n"
-"¾OSˤ¾οͤǤʤ褦ˤȤ⤢ޤ\n"
-"ˤϤOSΥȥƤޤ礦ξϡ\n"
-"OSȤȤˤϵưǥפޤ衪"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"GNU/Linux򤿤Τɬפʾ򡢤ɤ֤ꤷޤ\n"
-"\n"
-"褯狼ʤʤ֥ɥ饤֤κǽΥ(MBR)פǤ"
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Ǥϥԥ塼ѤΰƥӤޤ¾OSǤϰĤ\n"
-"󶡤ʤƥबǤ3Ĥ⤢ޤ\n"
-"\n"
-" * \"pdq\" - ϡprint, don't queueʰƥ塼Ϥʤˡ\n"
-"Ǥץ󥿤ޥľ뤷ƤơͤޤΤȤˤǤǤ\n"
-"ơͥåȥץ󥿤ʤˤϤӤޤ礦ͥåȥ\n"
-"ϤñʤΤбǤʤ˥ͥåȥǻȤ٤ʤ\n"
-"ޤGNU/LinuxƤʤ顢\"pdq\" Ӥޤ礦󥹥ȡ\n"
-"PrinterDrakeMandrake ȥ륻󥿡ǡ֥ѡȡ\n"
-"ܥ򲡤С夫Ѥޤ\n"
-"\n"
-" * \"CUPS\"Common Unix Printing SystemʶUnixƥˡ\n"
-"ϥץ󥿤ؤΰ⡢ϵ΢¦Υץ󥿤ؤΰ⸫˽\n"
-"ޤоˤȤ뤷Τʤ \"lpd\" ƥΥ饤\n"
-"ȤˤʤΤǡŤƥȸߴ⤢ޤݤǤ\n"
-"Ū \"pdq\" Ʊ餤ñǤ \"lpd\" \n"
-"򥨥ߥ졼ȤƤۤС\"cups-lpd\" ǡͭˤޤ礦\n"
-"ץ󥿥ץѤ˥եåեȥɤ⤢ޤ\n"
-"\n"
-" * \"lprNG\" - line printer daemon New Generationʥ饤ץ󥿥ǡ\n"
-"˥塼ͥ졼ˡס¾ΥץȤۤƱȤǤޤ\n"
-"IPXץȥ򥵥ݡȤƤΤNovell NetworkΥץ󥿤ǤǤ\n"
-"뤷륳ޥɤľܰǤޤNovell ɬפäꡢѥ\n"
-"Ȥ鷺˥ޥɤذ lprNGȤޤ礦\n"
-"ʤСCUPS ΤۤñͥåȥǤǽͥƤΤ\n"
-"CUPSˤޤ礦"
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakXϥޥIDEǥХĤ褦ȤޤޤPCI SCSI\n"
-"ץ⤢иФ褦ȤޤSCSIɤߤĤ顢Ŭڤʥɥ饤\n"
-"ưŪ˥󥹥ȡ뤷ޤ\n"
-"\n"
-"ϡɥФϤȤɤԤ뤳Ȥ⤢ΤǡDrakXPCI SCSI\n"
-"ץƥˤ뤫ɤǧ褦ʹƤޤ⤷¸ߤʤ\n"
-"֤Ϥפ򥯥åȡץΥɥ饤аɽΤǡ\n"
-"Ӥޤ礦SCSI ʤС֤פ򥯥åޤ\n"
-"狼ʤС֥ϡɥ򸫤פOK򥯥å\n"
-"ϡɥ򸫤뤳ȤǤޤ\n"
-"\n"
-"ưǥץꤷˤϡDrakXϥץ򤷤ɤ\n"
-"䤷ƤޤDrakX˥ϡɥץ֤ơץᤵ\n"
-"ޤ礦ƤǤޤƯޤ\n"
-"\n"
-"⤷ɬץץDrakXưŪ˼ǤʤХʤ顢ɥ饤Ф\n"
-"ʬǥץͿɬפޤ\n"
-"桼ɡ3ϡ֥ϡɥˤĤƤξסˤ顢˴ؤ\n"
-"ϡɤΥޥ˥奢᡼ Web ȡʥͥåȤ˥ǤС\n"
-"뤤ϡʥƥˤСMS Windows ɤäɬ׾뤫\n"
-"Ĵ٤Ƥ"
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"yabootѤɲåȥ򤳤ɲäǤޤ¾OSξǤ⡢¾\n"
-"ͥǤ⡢۵ѵư᡼ǤǽǤ\n"
-"\n"
-"ۤOSξ - ȥϡ٥rootѡƥǤ\n"
-"\n"
-"Linux ξ硢ǽʥץ󤬤Ĥޤ: \n"
-"\n"
-" * ٥: εưץ֤ȤˡyabootץץȤǥ\n"
-"̾Ρ\n"
-"\n"
-" * ᡼: ư륫ͥ̾Ρ̤ vmlinuxޤ\n"
-"ˤʤˤĥҤĤΤˤʤޤ\n"
-"\n"
-" * ư: Linux󥹥ȡѤrootѡƥޤϡ/\n"
-"\n"
-" \n"
-" * ɲ: Apple ΥϡɥǤϡͥɲåץϤʤξ\n"
-"ӥǥϡɥν˻Ȥäꡢ1ܥޥѤ˥ܡɤˤ\n"
-"ޥܥΥߥ졼˻Ȥäꤷޤʲ󤲤ޤ:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: ΥץϡưǥХͭˤʤ˽⥸塼\n"
-"Υɤ뤤϶۵޵ưramdisk ᡼Υɤ˻Ȥޤ\n"
-"\n"
-" * Initrd-size: ǥեȤ ramdisk 4096 ХȤǤ\n"
-"ä礭 ramdisk ȤȤˡΥץѤޤ\n"
-"\n"
-" * Read-write: ̾rootץѡƥɤ߽ФѤǵư\n"
-"ƥबΩ夬˥ե륷ƥΥå򤷤ޤ\n"
-"ץǤ򥪡С饤ɤǤޤ\n"
-"\n"
-" * NoVideo: Apple Υӥǥϩü򵯤褦ʤ顢\n"
-"ץǡ֥ӥǥʤץ⡼ɤǵưǤޤξˤ\n"
-"ͥƥ֤Υե졼Хåեǵưޤ\n"
-"\n"
-" * ǥե: ǥեȤ Linux ȤƤΥȥ꤬Ȥ\n"
-"ޤñˡyaboot ץץȤ ENTER 򲡤٤ޤ\n"
-"ȥϤޤTAB򲡤ƵưɽȤˤϡ\n"
-"*פĤƥϥ饤ȤƤޤ"
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot ϡNewWorld MacIntosh ϡɥѤΥ֡ȥǤ줬\n"
-"ȡޥGNU/Linux, MacOS, MacOSX ư٤ޤ\n"
-"դĤ GNU/Linux ʳ OS ϼưŪˤȸФ\n"
-"󥹥ȡ뤵ޤ⤷ʤ顢β̤ǡʬǥȥɲ\n"
-"Ǥޤѥ᡼֤褦դƤ\n"
-"\n"
-"Yaboot μ祪ץ:\n"
-"\n"
-" * ưå: bootץץɽñʥå\n"
-"\n"
-" * ưǥХ: GNU/Linux ưѤξɤ֤ؼ\n"
-"̤ϡξѤ˥֡ȥȥåѤΥѡƥ\n"
-"ʳǺäƤϤǤ\n"
-"\n"
-" * ץե०Ԥ: LILO ȤäơyabootˤԤ\n"
-"ǤޤǽԤ֤ñ̤ǡԤ֤δ֤ˡ\n"
-"CD, OF boot, MacOS, LinuxΤɤư뤫٤ޤ\n"
-"\n"
-" * ͥ뵯ưॢ: ΥॢȤ LILO ưԤ֤ȻƤ"
-"Linux 顢Ԥ֤0.1ñ̤Ǽ¹ԤơΤޤ\n"
-"ȥǥեȤΥͥ뵭ҤФޤ\n"
-"\n"
-" - CD ưͭˤޤ?: Υץåȡǽεưץ"
-"ץȤǡCפCD鵯ưǤ褦ˤʤޤ\n"
-"\n"
-" * OF ưͭˤޤ?: Υץåȡǽεưץ"
-"ץȤǡNפǥץե०鵯ưǤޤ\n"
-"\n"
-" * ǥե OS: ץե०Ԥ֤᤮Ȥɤ\n"
-"OSư뤫ꤷޤ"
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"ʤΥޥ˴ؤƼΥѥ᡼򼨤ޤϡɥˤ\n"
-"ޤʲΤ褦ʹܤФƤϤǤ:\n"
-"\n"
-" * ֥ޥ: ޥߤΥޥ򸫤ơɬפʤܥ򥯥å\n"
-"ѹޤ\n"
-"\n"
-" * ֥ܡɡסܡɡޤΥܡɤγ򸫤ơɬפʤ\n"
-"ܥ򥯥åѹޤ\n"
-"\n"
-" * ֻӡ: ӡDrakX ϥǥեȤǡʤ˱\n"
-"ӤꤷޤǤ⤳Ǥ⥭ܡɤƱǡȤ\n"
-"ˤȤˤϡӥܥ򲡤ơʬλӤˤ碌\n"
-"ˤǤޤ\n"
-"\n"
-" * ֥ץ󥿡: ֥ץ󥿤ʤץܥ򲡤ȡץꥦ\n"
-"ޤ\n"
-"\n"
-" * ֥ɥɡ: ɥɤФ줿餳ɽޤ\n"
-"󥹥ȡˤѹǤޤ\n"
-"\n"
-" * TV ɡ: TV ɤФ줿餳ɽޤ\n"
-"󥹥ȡˤѹǤޤ\n"
-"\n"
-" * ISDN ɡ: ISDN ɤФ줿餳ɽޤ\n"
-"ܥ򥯥åȴϢѥ᡼Ѥޤ"
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-" Mandrake Linux ѡƥΥ󥹥ȡѤ˾õ\n"
-"ϡɥǥǤΥϡɥǥΥǡ\n"
-"äƲǤޤդƤ"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"ΥϡɥǥΤ٤ƤΥǡѡƥ\n"
-"õʤOKפ򥯥åƤOKפ򥯥å顢\n"
-"Υϡɥǥ˺ǡѡƥϡɥ\n"
-"ΤΤޤᡢ٤ƾõƲԲǽˤʤޤ\n"
-"\n"
-"ơϡɥǥΥǡѡƥ\n"
-"ΤޤޤˤƤˤϡ֥󥻥פ򥯥åޤ礦"
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "%s եޥåȤƤ"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"ʲΥФӤޤ: %s\n"
-"\n"
-"\n"
-"ΥФϥǥեȤͭˤʤޤä˥ƥ\n"
-"Ϥʤ褦Ǥȯ뤳Ȥ⤢ޤξˤ\n"
-"˥åץ졼ɤƤ\n"
-"\n"
-"\n"
-"ˤΥФ򥤥󥹥ȡ뤷ƤǤ͡\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "NIS ɥᥤ󤬤ʤΤǥ֥ɥ㥹ȤȤޤ"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "FATΥեåԡɥ饤 %s "
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Υեåԡ FATեޥåȤ㤢ޤ"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"¸ѥåȤˤϡ󥹥ȡεưˡlinux "
-"defcfg=floppyפȻꤷޤ"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "ե %s ɤߤȤꥨ顼Ǥ"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"ʤΥޥΥϡɤˤϡΡץɥ饤ФɬפʤΤ\n"
-"ޤʲξ򸫤Ƥ: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"root ѡƥ󤬸ޤ͡ФɬפǤ\n"
-"ѡƥĤ뤫¸ΤΤ򥯥åӤޤ\n"
-"ơȥޥȥݥȡɥӡ/פ˥åȤޤ"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "åץѡƥɬפǤ"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"åץѡƥ󤬤ޤ\n"
-"\n"
-"鷺³ޤ"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "/boot/efi FAT ѡƥޥȤƤ"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "ե꡼ڡλ"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "ѡƥ˳Ƥ뽽ʬʥե꡼ڡޤ"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "¸Υѡƥ"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "¸ߤʤѡƥ"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Windows ѡƥ롼ץХå˻"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "ɤΥѡƥLinux4Winޤ"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "롼ȥѡƥΥ (MB)"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "åץѡƥΥ (MB): "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "ɥѡƥΥե꡼ڡ"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "ɤΥѡƥꥵޤ"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "ɥե륷ƥζ׻"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT ꥵϥѡƥǤޤ\n"
-"ʲΥ顼ȯ: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "ɥѡƥҲǤȥǥե饰ɤƤ"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ա\n"
-"\n"
-"DrakX Ϥ줫饦ɥΥѡƥ󥵥ѹޤ\n"
-":ϴǤ⤷ scandisk 򤫤ƤʤС\n"
-"ǥ󥹥ȡǤscandisk򤫤ޤ礦ʤdefrag\n"
-"⤫ۤǤ)\n"
-"ǡХååפƤޤޤΤˤ\n"
-"Ƥ\n"
-"פʤ Ok 򲡤Ʋ"
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "ɥѤˤɤΤ餤ΥĤƤޤ"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "ѡƥ %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT Υꥵ˼: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"ꥵ롼ץХåѤFATѡƥ󤬤ޤ (ޤϽʬʥڡ"
-"̵)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "ǥõ"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Windows(TM) "
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"ʣΥϡɥɥ饤֤äƤޤ͡ɤ linux 򥤥󥹥ȡ뤷ޤ"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "ɥ饤 %s Υѡƥ󤪤ӥǡޤ"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "ѡƥʬǻ"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "fdiskȤ"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"%s ѡƥǤޤ\n"
-"ä顢ɬwפȤä¸ޤ礦"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "ɥѡƥΥե꡼ڡ­ޤ"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "󥹥ȡѤζĤޤ"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX ѡƥ󥦥ɤϰʲβˡդޤ:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "ѡƥ˥󥰤˼: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "ͥåȥ򤿤"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "ͥåȥߤ"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"顼ȯޤˡ狼ޤ\n"
-"ʬǤ³Ʋ"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "ޥȥݥ %s ŤʤäƤޤ"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"ʥѥåĤȥ󥹥ȡ뤵ޤǤ\n"
-"CD-ROMCD-ROMΥɥ饤֤褦Ǥ\n"
-"󥹥ȡѤߤΥԥ塼ǡʲΥޥɤCD-ROMå\n"
-"ƤߤƤ\n"
-" rpm -qpl Mandrake/RPMS/*.rpm \n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "%s ؤ褦"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "ͭʥեåԡɥ饤֤ޤ"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "ƥå %sפϤޤ\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"ƥ꥽­ޤ Mandrake Linux 򥤥󥹥ȡ뤹ˤ\n"
-"Ĥ꤬ޤ\n"
-"ξɾȤ˥ƥȥ󥹥ȡޤ\n"
-"򤹤ˤϡCDROM ֡ȤȤF1פ򲡤textפϤ\n"
-""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "󥹥ȡ륯饹"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "ʲΥ󥹥ȡ륯饹ɤ줫Ǥ"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "ʤ롼פϡ %d MBˤʤޤ\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"󥹥ȡ̤򸺤餷СѥåΥѡȿ\n"
-"ꤷƤ\n"
-"\n"
-"򲼤ȡФפʤΤ󥹥ȡ뤵ޤ\n"
-"100%% ꤹȡѥå򤹤٤ƥ󥹥ȡ뤷ޤ"
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"ǥ˶ΰˤϡΥѥå %d%% ޤ\n"
-"\n"
-"󥹥ȡ̤򸺤餷СѡȿꤷƤ\n"
-"򲼤ȡФפʤΤ󥹥ȡ뤵ޤ\n"
-"%d%% ꤹȡ¤Υѥå򥤥󥹥ȡ뤷ޤ"
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "ΥƥåפǤϤäȺ٤򤬽ޤ"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "󥹥ȡ뤹ѥåγ"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "ѥå롼פ"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "̥ѥå"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "ץ: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "ѥåƤޤ"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "̾: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "С: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "ΥѥåǤޤ󡣥ǥζ̤­Ǥ"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "ʲΥѥå󥹥ȡ뤵ޤ"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "ʲΥѥåޤ"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "ΥѥåǤޤ"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "ԲķʥѥåǤˤϤǤޤ"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "ΥѥåˤǤޤ󡣤Ǥ˥󥹥ȡѤߤǤ"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Υѥåϥåץ졼ɤɬפǤ\n"
-"ƤǤ"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "ΥѥåǤޤ󡣥åץ졼ɤɬפǤ"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "ư򤵤줿ѥåɽ"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "󥹥ȡ"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "եåԡ˥/ɤ"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "ѥåι"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Ǿ󥹥ȡ"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "󥹥ȡ뤷ѥåDz"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "󥹥ȡ"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Ƥޤ"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Ĥ "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "󥹥ȡν桢Ԥ"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d ѥå"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "ѥå %s Υ󥹥ȡ"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "ǧ"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Cd-Rom 򴹤Ƥ\n"
-" %s פȤ Cd-Rom ɥ饤֤ˤơ Ok 򲡤Ƥ\n"
-"CDʤСCancel 򲡤Ƥ Cd-Rom Υ󥹥ȡ򤷤Ʋ"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "ޤ鷺˿ʤߤޤ"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "ѥåǥ顼ȯ:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "ѥåΥ󥹥ȡǥ顼ȯ:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"ٹ\n"
-"\n"
-"ʲξ򤷤äɤǤǤƱդǤʤʬ\n"
-"м CD ǥΥ󥹥ȡǧޤ󡣤Υǥ\n"
-"Ȥ鷺󥹥ȡ³ˤϡֵݡפ򲡤Ƥ\n"
-"\n"
-"\n"
-" CD ǥ˴ޤޤ륳ݡͥȤΰϡGPL饤\n"
-"ŬѤޤ󡣤ξ硢줾줬ȼΥ饤󥹾\n"
-"С뤳Ȥˤʤޤ\n"
-"륳ݡͥȤѤۤꤹˤϡ\n"
-"̥饤󥹤ɤǤˤ褦ˤƤ\n"
-"饤󥹤Ϥ͡ݡͥȤΰžʣʥХå\n"
-"åŪΤΤˡۡС󥸥˥󥰡ʬ\n"
-"եѥ롢ѹʤɤؤƤΤդĤǤ\n"
-"դФȿϤˡ饤󥹲ǤΤʤθ\n"
-"üޤ饤󥹤ξबǧƤʤ¤\n"
-"ʣΥƥˤΥץ򥤥󥹥ȡ뤷ꡢͥåȥ\n"
-"ǻȤ褦ˤϤǤޤȤˤϡΥݡ\n"
-"ͥȤۼԤԽԤľ䤤碌Ƥ\n"
-"ݡͥȤΡ軰Ԥؤΰžʣϡɥơ\n"
-"ޤ̾϶ػߤƤޤ\n"
-"\n"
-"\n"
-"CD ǥΥݡͥȤ˴ؤ븢Τ٤Ƥϡ줾\n"
-"Ԥ°եȥץŬѤŪ⻺ˡ\n"
-"äݸƤޤ\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "顼ȯ"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "˥󥹥ȡǤޤ"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "եȻѥ饤󥹾"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Ϥ\n"
-"\n"
-"ܥڥ졼ƥ󥰥ƥपMandrake Linuxǥȥӥ塼\n"
-"󶡤ƼΥݡͥȤ򡢰ʲǤϡ֥եȥʡפȸƤ֡\n"
-"եȥʤϡڥ졼ƥ󥰥ƥपMandrake Linuxǥ\n"
-"ȥӥ塼󶡤ƼΥݡͥȤ˴Ϣץෲ\n"
-"᥽åɡɥơޤब˸¤Τ\n"
-"Ϥʤ\n"
-"\n"
-"\n"
-"1. 饤Ʊջ\n"
-"\n"
-"ʸ򿵽ŤɤǤʸϤʤMandrake S.A.Ȥδ֤\n"
-"뤵롢եȥʤŬѤ饤ƱջǤ\n"
-"եȥʤ򤤤ʤǤ쥤󥹥ȡ롢ʣѤ뤳Ȥ\n"
-"ʤŪˡܥ饤󥹤˽Ȥ\n"
-"ƱդΤȤޤ\n"
-"ܥ饤󥹤ΤʤʬǤƱդǤʤСեȥʤ\n"
-"󥹥ȡ롢ʣѤǧޤ\n"
-"ܥ饤󥹤ξŬ礷ʤǥեȥʤ򥤥󥹥ȡ\n"
-"ʣѤ褦Ȥߤ̵Ǥꡢܥ饤󥹲ǤΤʤθ\n"
-"å뤳ȤȤʤޤ饤󥹤˴ȼʤϥեȥ\n"
-"ʤʣ٤Ƥ¨¤˲ʤФʤޤ\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "ܡ"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "ܡɥ쥤ȤϲǤ"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ȥ륭ܡɥ쥤Ȥΰɽޤ"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "ɤΥ󥹥ȡ륯饹˾ߤޤ"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "󥹥ȡ/"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "󥹥ȡǤǤ"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "侩"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "ѡ"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "ѥå򹹿"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "ޥηϤʤǤ"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "ޥݡ"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "ޥϤɤΥꥢݡȤˤĤʤäƤޤ"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "ܥ󥨥ߥ졼"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "ܥ2Υߥ졼"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "ܥ3Υߥ졼"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIAɤ..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE "
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "Ȥѡƥ󤬤ޤ"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "ѡƥ򥹥󤷤ƥޥȥݥȤõƤޤ"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "ޥȥݥȤ"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"ѡƥơ֥뤬ɤޤ󡤲Ƥ褦Ǥ:(\n"
-"ʥѡƥäƤߤޤ礦ʤȥǡä"
-"\n"
-"뤤ϡDrakX˥ѡƥơ֥ѹʤ꤬ޤ\n"
-"(顼%sǤ)\n"
-"\n"
-"ѡƥõƤǤ͡\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ϥѡƥơ֥ɤޤǤ\n"
-"ϲƤ⤷ޤ衪"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"1MB ֡ȥȥåѤζڡޤ󡪡󥹥ȡ³ޤ"
-"ƥεưˤ DiskDrake ǥ֡ĥȥåץѡƥäƤ"
-"."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ǥ롼ȥѡƥ󤬸Ĥޤ"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "롼ȥѡƥ"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "ƥΥ롼ȥѡƥ(/) ϤʤǤ"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "ѡƥơ֥ѹȿǤˤϥ֡ȤƤ"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "եޥåȤѡƥǤ"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "ɥ֥å򸡺ޤ"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "ѡƥեޥå"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "ե %s κȥեޥå"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "󥹥ȡ˽ʬʥåפޤ󡤥åפäƲ"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Υѥå򤵤Ƥޤ"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "åץ졼ɤѥå򤵤Ƥޤ"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"󥹥ȡ䥢åץ졼ɤɬפʥǥζ̤­Ǥ (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Ǿ (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "侩 (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"եåԡؤΥѥå¸ɤ߹ߤǤ\n"
-" auto_install եåԡƱǤ"
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "եåԡɤ߹"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "եåԡɤ߹"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "ѥå"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "ѥåäեåԡ"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "եåԡ˥֤"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "ΤΥ϶ڡۤƤޤ"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "󥹥ȡμ"
-
-#: ../../install_steps_interactive.pm_.c:672
-#, fuzzy
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"ѥå롼פФƤޤ\n"
-"ߤ󥹥ȡǤ"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "X Ȥ"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Ūʥɥơʿ侩"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "˺¤Υ󥹥ȡurpmi ʤ"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"嵭ΰCD٤ƤäƤСOk򥯥åޤ礦\n"
-"CDĤʤС󥻥򥯥åƤ\n"
-"긵ˤʤCDС򤫤ϤƤOk򥯥åޤ"
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr " %s פȤCd-Rom"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "󥹥ȡν"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"ѥå %s 򥤥󥹥ȡ\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "󥹥ȡ"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Ȥäưեåԡɥ饤 %s "
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "⥸塼եåԡɥ饤 %s Ʋ"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Ź沽ѤΥեȤɤǤޤ\n"
-"\n"
-"ٹ:\n"
-"\n"
-"ΥեȤФ׷䡢Ϥˡ٤ΤΤǡ\n"
-"ΥեȤΤͤ䥨ɥ桼ϡʬν°ˡ٤ΤȤǡ\n"
-"եȤΥɤ¸ѤʤɤǧƤ뤫ɤʬ\n"
-"dzǧƤ\n"
-"\n"
-"ˤͤ䥨ɥ桼ϡʬν°ˡ٤ˡ˰ȿʤ\n"
-"褦褯դƤͤ䥨ɥ桼ˡε\n"
-"ºŤʤˤϡʽȳоݤȤʤ򤪤Ȥˤʤޤ\n"
-"\n"
-"Ʊս˽̾˸ܵҤ䥨ɥ桼븫ߤΤ롢\n"
-"ΥեȥȤݻ뤤ϥɤ뤳Ȥˤ\n"
-"ü졢ܡȯʤɰڤ»ʤˤ»̳ߡѥǡ\n"
-"ӼϢ»ˡȽǤ˴Ť»ʧʤɤޤޤ뤬\n"
-"˸¤ΤǤϤʤˤˤĤơMandrakesoft 䤽¤ȼԤ\n"
-"ץ饤ϤʤˤʤǤʤ\n"
-"\n"
-"ʾμˤĤƤ䤤碌ϡʲϢΤȡ\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"ǥȥӥ塼ʹߤ˹줿ѥå\n"
-"ɤǤޤ\n"
-"\n"
-"ƥեåХեåޤ\n"
-"ˤϥ󥿡ͥå³ɬפǤ\n"
-"\n"
-"ѥå򥤥󥹥ȡ뤷ޤ"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Mandrake Linux Ȥ³ƥߥ顼Ƥޤ"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "ɤΥȤѥåäƤ뤫"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Ȥ³ƥѥåƤޤ"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "ʤλӤϤɤǤ"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "ϡɥå GMT ˥åȤƤޤ"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "ư֤碌NTPȤ"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP "
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "⡼CUPS "
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "ץ󥿤ʤ"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "ISA ɥɤϤޤ"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"󥹥ȡˡsndconfigפ¹ԤƥɥɤꤷƤ"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"ɥɤФǤޤǤ\n"
-"󥹥ȡˡharddrakeפƤ"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "ޤȤ"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "ޥ"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "ץ"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "ɥ"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "ƥӥ"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "ե"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "롼ȥѥ"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "ѥɤʤ"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "ΥѥɤϴñޤʺǤ %d ʸȤäƤ"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "ǧ"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "ǧLDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP١dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "ǧNIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS ɥᥤ"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"֡ȥǥȡ̾Υ֡ȥȤ鷺 Linux \n"
-"ưǤޤSILO 򥤥󥹥ȡ뤷ʤ䡢¾ OS \n"
-" SILO 硢ޤϥϡɥΤ SILO ޤư\n"
-"ʤ˻ѤǤޤ\n"
-"֡ȥǥϡMandrake ΥƥѤΥ쥹塼᡼\n"
-"ȤƤѤǤޤ줬ХƥबˤäȤ\n"
-"줹Τڤˤʤޤ\n"
-"֡ȥǥʤСեåԥǥɥ饤֤\n"
-"OKפ򲡤Ƥ"
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "ǽΥեåԡɥ饤"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "ܤΥեåԡɥ饤"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "å"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"֡ȥǥȡ̾Υ֡ȥȤ鷺 Linux \n"
-"ưǤޤLILO (ޤGRUB)򥤥󥹥ȡ뤷ʤ䡢¾ OS \n"
-" LILO 硢ޤϥϡɥΤ LILO ޤư\n"
-"ʤ˻ѤǤޤ\n"
-"֡ȥǥϡMandrake ΥƥѤΥ쥹塼᡼\n"
-"ȤƤѤǤޤ줬ХƥबˤäȤ\n"
-"줹Τڤˤʤޤ֡ȥǥޤ\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(ٹ𡪡root ѡƥ XFS ȤäƤޤ͡\n"
-"1.44 Mb եåԡǵưǥΤϤ̵֤Ǥ\n"
-"XFS ϤȤƤ礭ʥɥ饤ФɬפǤ)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "ͭʥեåԡɥ饤֤ޤ󡤤ʤ"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "֡ȥǥꤿեåԥɥ饤֤"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "եåԡɥ饤 %s "
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "֡ȥǥκ"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "֡ȥν"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"ȤƤŤ̤ΤΥޥȤäƤ褦Ǥ͡\n"
-"yaboot ֡ȥϤǤϻȤޤ\n"
-"󥹥ȡ³ޤޥεưˤ\n"
-"BootX ȤäƤ"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "aboot Ȥޤ"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"aboot 󥹥ȡ˥顼ȯ\n"
-"̵˥󥹥ȡ뤷ƤߤޤǽΥѡƥ˲ޤ"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "֡ȥ󥹥ȡ"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "֡ȥΥ󥹥ȡ˼ԤޤʲΥ顼ȯ:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"ץե०ưǥХѹʤȡ֡ȥ\n"
-"ͭˤʤʤ⤷ޤ󡣺Ƶưƥ֡ȥΥץץ\n"
-"Фʤä顢Ƶư Command-Option-O-F 򲡤ƤϤޤ:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" 줫餳פޤ: shut-down\n"
-"εưˤϥ֡ȥΥץץȤФϤǤ"
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Υեåԡɥ饤 %s Ʋ"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "󥹥ȡեåԡμư"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"ĤΥ󥹥ȡ륹ƥåפԴǤ\n"
-"\n"
-"˽λޤ"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"ǤȤޤ!󥹥ȡ봰λǤ\n"
-"֡ѥǥȴơ꥿򲡤ƺƵưƲ\n"
-"\n"
-"\n"
-"ΥС Mandrake Linux ΥХϡ\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3 Ĵ٤ޤ\n"
-"\n"
-"\n"
-"󥹥ȡˤĤƤϥ桼ɤΡ֥󥹥ȡ뤷פ\n"
-"Ϥ򻲾ȤƲ"
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "󥹥ȡեåԡμư"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"ư󥹥ȡϡ˾ŰŪ˼ưǤޤ\n"
-"ξ硢ϡɥǥϴ˽񤭴ޤ衪\n"
-"(̤ΥޥؤΥ󥹥ȡѤΤΤǤ).\n"
-"\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "ư"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "ѥå¸"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux 󥹥ȡ %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr " <Tab>/<Alt-Tab> Ǵ֤ΰư | <Space> | <F12> β "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu ޤ"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper ޤ"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "ե"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "٤"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Ԥ"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "ĥ꡼ΤФ"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "ĥ꡼̤"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Τޤޤȥ롼̤ڤؤ"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "򡤤⤦ٻƲ\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "ɤˤޤʥǥեȤ %s"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"ʲΥȥϤƤ:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "ɤˤޤ0/1, ǥեȤ %s"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "ܥ%s: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Υܥ򥯥åޤ"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "ɤˤޤʥǥեȤ `%s'%s"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Ϥޤ (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"10ΤʤǤɤԽǽοƤ\n"
-"뤤ñ Enter 򲡤˿ʤߤޤ\n"
-"ɤˤޤ"
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> ա٥뤬Ѥޤ:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Ͽʤ"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "ɥ"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "ڥ"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "ե"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "ե"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Υ륦"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "ݡ"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "ǥ"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "ꥹܡ"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "ꥫܡ"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Х˥"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "˥ʸŤ"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "˥ʥץ饤"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "˥ȯ"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Х(ƥ)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "٥륮"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "˥ȯ"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "֥륬ꥢ (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "֥饸"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "٥롼"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "ʥɥļ"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "ʥե󥹼"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "ɥġʥǥåɥʤ"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "ǥޡ"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Υ륦)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (ǥ)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "ȥ˥"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "른ʡ֥"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "른ʡ֥ƥ"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "ꥷ"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "ϥ󥬥꡼"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "饨"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "饨ȯ"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "ꥢ"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "ܸ106ܡ"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "īܡ"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "ƥ󥢥ꥫ"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "ȥ˥ AZERTY ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "ȥ˥ AZERTY ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "ȥ˥ ֿ QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "ȥ˥ ȯ QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "ȥ"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "ޥɥ˥"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "ݡɡqwerty "
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "ݡɡqwertz"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "ݥȥ"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "ʥʥ٥å"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "롼ޥ˥qwertz"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "롼ޥ˥qwerty"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Yawerty"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "٥˥"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Х (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Х (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "ӥ(cyrillic)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "ߥ"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "ܡ"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "ܡ"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "ȥ륳Ū֣ơץǥ"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "ȥ륳ʸ֣ѡץǥ"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "饤"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "ꥫܡɡʹݼ"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "٥ȥʥ ֿ QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "桼ӥʥƥ"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr " Alt "
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "ΥեȥƱ"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Control ȥեȤƱ"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock "
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl Alt Ʊ"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt ȥեȥƱ"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "֥˥塼ץ"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "֥ɥץ"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "֥ɥץ"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "ޥ %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "ޤܥ塼Ƥ\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"2.2ͥѤ PCMCIA ݡȤϤ⤦ޤޤƤޤ\n"
-"2.4ͥȤäƤ"
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - ޥ"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr " PS/2 ۥޥ"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 ܥ"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Ѥ2ܥޥ"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "ۥ"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "ޥեȡƥޥʥꥢ"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Ѥ3ܥޥ"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "ޥեȡƥޥPS/2"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC ꡼ (ꥢ)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (ꥢ, Ť C7 )"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "Хޥ"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2ܥ"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3ܥ"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ʤ"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "ޥʤ"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "ޥƥȤƤߤƤ"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "ޥͭˤˤϡ"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "ۥưƤ"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-"adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-1,-*-fixed-medium-r-"
-"normal--24-*-100-100-c-*-jisx0208.1983-0,*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "λ"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr " ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- ɤ"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "ɽޤ"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "󥿡ͥåȤ³"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"adsl ³դĤΤϡpppoeǤ\n"
-"Ǥ⡢pptp䡢dhcpȤʤ³⤢ޤ\n"
-"狼ʤСpppoeȤפǤ"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "dhcpȤ"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "pppoeȤ"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "pptpȤ"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"ɤdhcp饤ȤȤޤ\n"
-"ǥեȤ dhcpcdǤ"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"ƥ˥ͥåȥץĤޤ󡣤μ\n"
-"³Ǥޤ"
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "ͥåȥ󥿡ե"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "󥿡ͥå³˻ȤͥåȥץӤޤ礦"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "ͥåȥɤդޤ"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "ͥåȥ"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"ۥ̾ʬʤ顢ϤƲ\n"
-"ĤDHCPФưΤ˥ۥ̾ɬפȤޤ\n"
-"ۥ̾ϡmybox.mylab.myco.comɤΤ褦¤Ʋ"
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "ۥ̾:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "ͥåȥꥦ"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr " ISDN ǥ"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "¢ISDN"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "ɤμISDN³Ǥ"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"ɤISDN ꤬Ǥ?\n"
-"\n"
-"* Ť isdn4net ȤޤϤʥġ뤬ޤ\n"
-" 鿴Ԥˤ꤬ऺɸǤϤޤ\n"
-"\n"
-"* Ϥ狼䤹ɸŪǤġϾʤǤ\n"
-"\n"
-"ϡԤηڤΤۤǤ\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Ť (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"ץХǤ\n"
-"⤷ꥹȤˤʤСUnlistedǤ"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "衼åѤΥץȥ"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "衼åѥץȥ (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Τ¾ѥץȥ"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Τ¾ѥץȥ \n"
-" D-Channel Ǥʤ(꡼줿)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "ɤΥץȥȤޤ"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "ɤʥɤȤäƤޤ"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "ʬʤ"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"⤷ISAɤäƤ顢β̤ͤŬڤǤ礦\n"
-"\n"
-"⤷PCMCIAɤäƤ顢ɤirqioΤɬפޤ\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "³"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "ʤISDNɤϤɤǤ"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"ISDN ɤ򸡽Фޤפʬޤ󡣼β̤ PCI ɤ"
-"Ǥ"
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "ISDN PCI ɤϸդޤǤβ̤Ǥ"
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "ǥϤɤΥꥢݡȤˤĤʤäƤޤ"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "륢åץץ"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "³̾"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "ֹ"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr " ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "ץȤȤǧ"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "ߥʥ뤫ǧ"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "ɥᥤ̾"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "DNS Сʥץ"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr " DNS Сʥץ"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"³ڤ뤫뤤ϺꤷƤ"
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"󥿡ͥå³Ǥޤ"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "󥿡ͥåȤ³Ƥޤ"
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"󥿡ͥåȤ³뤫³ꤷƤ"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "ߤϥ󥿡ͥåȤ³Ƥޤ"
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "³"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "³"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "󥿡ͥå³"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ǥ %s ³ꤷޤ礦"
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Ǥ %s ³ꤷޤ礦\n"
-"\n"
-"\n"
-"OKפ򲡤ƻϤޤ礦"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "ͥåȥ"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"ͥåȥ󥹥ȡ򤷤ƤΤǡͥåȥѤߤǤ\n"
-"ޤ򤽤Τޤ޻Ȥˤ OK 򥯥åƤͥåȥ/󥿡"
-"ͥåȤꤹˤϥ󥻥򲡤ޤ\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"ͥåȥꥦɤؤ褦\n"
-"\n"
-"ϥ󥿡ͥå/ͥåȥ³ꤹȤǤ\n"
-"ưФȤʤСåϤƤ\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "ꤹץե"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "ưФȤ"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "ǥХθǤġ"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "դĤΥǥ³"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "ݡ %s ǸФޤ"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN ³"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s 򸡽"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL ³"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "󥿡ե %s Ǹ"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "֥³"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "֥³Фޤ"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN ³"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ͥåȥɤФޤ"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "ꤷ³Dz"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"󥿡ͥå³ˡʣꤷޤ͡\n"
-"ɤȤǤ\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "󥿡ͥå³"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "֡Ȼ³򳫻Ϥޤ"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "ͥåȥ"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "ͥåȥƵưƤ"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"ͥåȥƵư˥顼ȯ: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"ǤȤޤͥåȥȥ󥿡ͥå³λǤ\n"
-"\n"
-"򤳤줫饷ƥȿǤޤ\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"줬ä顢X ɥĶƵươۥ̾ѹȼ\n"
-"򤷤Ƥ"
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"꤬ޤ\n"
-"net_monitor mcc³åƤ³ǤƤʤ"
-"Ƶưۤ⤷ޤ"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ٹ: ΥǥХϡǤ˥󥿡ͥå³ѤꤵƤޤ\n"
-"ȤĤСΤޤ OK 򲡤Ƥ\n"
-"ʲΥեɤѹȡ꤬ѤäƤޤޤ"
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Υޥ IP ɥ쥹ϤƲ\n"
-"ơιܤˤϥɥåȤǶڤ줿ʿ(㡤1.2.3.4)IP ɥ쥹ȤϤ"
-"ޤ"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "ͥåȥǥХ %s "
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (ɥ饤 %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP ɥ쥹:"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "ͥåȥޥ:"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP μư"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP ɥ쥹 1.2.3.4 Τ褦ϤƲ"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"ۥ̾ϤƲ\n"
-"ۥ̾ϡmybox.mylab.myco.comɤΤ褦ˤƲ\n"
-"⤷ȥС IP ɥ쥹ϤƲ"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS "
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "ȥ ( %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "ȥǥХ"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "ץ"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "ͥåȥɤidסʥåץȥåפ"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy http://... Ǥ"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy ftp://... Ǥ"
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "󥿡ͥåȤ"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "󥿡ͥåȤ³ޤ"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "³ƥȤƤޤ..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "ƥϥ󥿡ͥåȤ³ޤ"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "ƥͳǡ³ڤޤ"
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Υޥϥ󥿡ͥåȤؤĤʤäƤʤ褦Ǥ͡\n"
-"³ʤƤߤƤ"
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "³"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Υեɤ뤫åƤ"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr " IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr " mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr " IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr " IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr " IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "ʤֹ"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "ץХ̾ ( provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "ץХֹ"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "ץХ dns 1 (ץ)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "ץХ dns 2 (ץ)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr ""
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "⡼"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "³®: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "³Υॢȡá"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "ȥʥ桼̾"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "ȥѥ"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "ޥȤ˼: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "ΥޥǤϡĥѡƥϥݡȤƤޤ"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"ѡƥơ֥̤η꤬ޤȤޤ\n"
-"ɤƤȤСץ饤ޥѡƥươ̤η\n"
-"ĥѡƥ٤ˤäƤޤ礦"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "%s ե뤫Ԥޤ %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Хååץե뤬Ƥޤ"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "ե %s ؤν񤭹ߥ顼"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"ɥ饤֤ɤޤȤˤʤäƤ褦Ǥ\n"
-"ǡå̤ޤ\n"
-"Ĥޤǥؽ񤭹ߤ򤷤Ƥǡ㤯ˤʤޤ"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "ɬ"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "Ⱥǹ"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "Ȥ줷"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "äƤ⤤"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Unix ƥ"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generationʿ"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - 饤ץ󥿥ǡ"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queueʥ塼ʤǰ"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "ץ"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "⡼ȥץ"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "⡼CUPS оΥץ"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "⡼ lpdоΥץ"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "ͥåȥץ󥿡TCP/åȡ"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/ɥ 95/98/NTоΥץ"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "NetWare оΥץ"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "ץ󥿥ǥХURI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "֤򥳥ޥɤإѥ"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "̤ΤΥǥ"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "ץ"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "⡼ȥץ"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " ʲΥѥݡȾ \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB ץ \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", ѥݡȾ¿ǽǥХ \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr "USB ¿ǽǥХ"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", HP JetDirect¿ǽǥХ"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", ¿ǽǥХ"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr "%s ذ"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "LPD %s׾, ץ󥿡%s"
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP ۥȡ%s, ݡ %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "ɥ %s׾, ͭ%s"
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "Novell %s׾, ץ󥿡%s"
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", ޥɡ%sפ"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Υץ󥿡ʥɥ饤Фʤ"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(%s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "ʤΥޥǡ"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS С%s׾"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (ǥե)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "ץ󥿤³Ǥ"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "ץ󥿤ϤɤĤʤäƤޤ"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"⡼ CUPS оΥץ󥿤ϡǤפǤ\n"
-"ץ󥿤ϼưФޤ"
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS "
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "CUPS Ф"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"ͥåȥ CUPS оΥץ󥿤˥ʤ顢\n"
-"ꤹɬפϤޤCUPS ФưŪ˥ץ󥿤ξήƤ"
-"\n"
-"ޥǧƤץ󥿤Ϥ٤ơPrinterdrake μ祦ɥΡ֥⡼"
-"\n"
-"ץ󥿡פ˵󤬤äƤޤͥåȥ CUPS Фʤ"
-"С\n"
-"CUPS Ф IP ɥ쥹ȡˤäƤϥݡֹưϤơ"
-"\n"
-"ץ󥿾餦뤤ϤˤƤޤ"
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"̾ϡCUPS ϼưŪ˥ͥåȥĶˤ碌ꤵơ\n"
-"ͥåȥ CUPS оΥץ󥿤˥Ǥ\n"
-"褦ˤʤޤǤǽʤʤ顢ּưCUPSפ\n"
-"դˤơ/etc/cups/cupsd.conf ǽ񤭴Ƥޤ\n"
-"ä顢CUPS ƵưΤ˺ʤ\n"
-"ʥޥ: service cups restart)."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP ɥ쥹 192.168.1.20 Τ褦ϤƲ"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "ݡֹǤ"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS ФIP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "ݡ"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "ư CUPS "
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "ǥХθǤġ"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "ݡȤΥƥ"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "ץɲ"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"ץꥦɤؤä\n"
-"\n"
-"ΥɤǤϡΥޥͥåȥ¾ΥޥǻȤ\n"
-"ץ󥿤⡼ȥץ󥿤򥤥󥹥ȡ뤷ޤ\n"
-"\n"
-"ץɬפʳƼˬͤơƼץ󥿥ɥ饤Ф\n"
-"Υץ󡢥ץ³٤褦ˤޤ"
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "ץ"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"ץꥦɤؤä\n"
-"\n"
-"Υɤϡ³줿ץ󥿤Υ󥹥ȡ򤪼ޤ\n"
-"\n"
-"ץ󥿤򥳥ԥ塼ˤĤʤŸƤǤּ"
-"\n"
-"å뤫ޤꤷʤ \"󥻥\" 򥯥åޤ\n"
-"\n"
-"ʤΥԥ塼ϥץ󥿼ư˥å夷ޤ\n"
-"ưФʤǥץ򤹤ˤϡ֥ץ󥿼ưСפ򥪥դˤޤ\n"
-"ޤprinterdrake ưŪ˥⡼ȥץ󥿤򸡽ФʤС\n"
-"֥ѡȥ⡼ɡפȤäꤷƤ"
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "ץ󥿼ư"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"ǤȤޤץ󥿤Υ󥹥ȡ꤬λޤ\n"
-"\n"
-"ץꥱΡְץޥɡʤդĤϡ֥եץ˥塼Ρ\n"
-"Ǥޤ\n"
-"\n"
-"ץ󥿤ɲá̾ѹǥեѻȥ쥤ʼʤɡ"
-"\n"
-"СMandrake ȥ륻󥿡Ρ֥ϡɥפ\n"
-"֥ץ󥿡פǤ"
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "ץ󥿤μư"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake ϥץ󥿤ưФǤޤΥƥǤ\n"
-"ƥե꡼ơե륷ƥޤƤΤޤ"
-"衪\n"
-"\n"
-"ǡ˥ץ󥿤μưФ򤷤ޤ"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "ưФ򤹤"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "ץ󥿤ư"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "%s 򸡽"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "ѥݡȾΥץ \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB ץ \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"ץ󥿤Ĥޤ󡣼ưǥ󥹥ȡ뤹ˤϡǥХ̾\n"
-"ե̾ϥ饤ޤ (ѥݡȤʤ: /dev/lp0, /dev/lp1,... "
-" LPT1:, LPT2:, ..., бơ1ܤ USB ץ: /dev/usb/lp0, 2"
-" USB ץ: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "ǥХե̾ϤƤ"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"ץ󥿤Ĥޤ\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"ͥåȥץ󥿤Υ󥹥ȡϡOS 󥹥ȡˤǤޤ\n"
-"󥹥ȡMandrake ȥ륻󥿤ǡ֥ϡɥפ\n"
-"֥ץ󥿡פǤ"
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"ͥåȥץ󥿤Υ󥹥ȡˤϡ֥󥻥פ򥯥å\n"
-"֥ѡȥ⡼ɡפѹƤֿץ󥿤ɲáפ򥯥å\n"
-"ʤƤ"
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"ʲΥץ󥿤ưФޤ⤷줬ꤷΤǤʤС\n"
-"ϹԤˡǥХ̾/ե̾ϤƤ"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"ʲΥץ󥿤ưФޤ⤷ꤷΤˤʤС\n"
-"ϹԤˡǥХ̾/ե̾ϤƤ"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"ʲΥץ󥿤ưФޤץ󥿤ϴ˼ưꤵޤ\n"
-"ФƤʤäꡢ򤷤СּưפͭˤƤ"
-""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"ʲΥץ󥿤ưФޤꤷץ󥿤Ǥ\n"
-"ץ󥿤ϴ˼ưꤵޤФƤʤäꡢ\n"
-"СּưפͭˤƤ"
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"ץ󥿤³ƤݡȤ֤ϹԤ˥ǥХ̾/ե̾\n"
-"ϤƤ"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "ǥϤɤΥꥢݡȤˤĤʤäƤޤ"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-"(ѥݡȤʤ: /dev/lp0, /dev/lp1,... LPT1:, LPT2:, ..., б1"
-"ܤ USB ץ: /dev/usb/lp0, 2ܤ USB ץ: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "ץ󥿤ǥХϡ"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "ޥ˥奢"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"ʤΥץ󥿤ϡHP¿ǽǥХ (OfficeJet, PSC, PhotoSmart, LaserJet "
-"1100/1200/1220/3200/3300 ΥʤĤ) Ǥ?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "HPOJ ѥåΥ󥹥ȡ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "ǥХåHPOJ 򥤥󥹥ȡ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "SANE ѥåΥ󥹥ȡ..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "HP ޥǽǥХǥ"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "ץ󥿥ݡȤ CUPS Ѥ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "ץ󥿥ǡ١ɤǤޤ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "⡼lpdץ󥿥ץ"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"⡼Ȥ lpd ץ󥿤Ȥˤϡץ󥿥Ф\n"
-"ۥ̾ȥоΥץ̾ɬפˤʤޤ."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "⡼ȥۥ̾"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "⡼ȥץ̾"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "⡼ȥۥ̾ޤ"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "⡼ȥץ̾ޤ"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (ɥ 9x/NT) ץ󥿤Υץ"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"SMB ץ󥿤ȤˤϡSMB ۥ̾(TCP/IP ۥ̾Ȥ̡)ȡ\n"
-"¿ʬץȥФ IP ɥ쥹ץ󥿤ζͭ̾\n"
-"Ŭڤʥ桼̾ѥɤӥ롼פξɬפˤʤޤ"
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMBХۥ"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMBФIP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "̾"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "롼"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "̾ФIPϤɤƤפޤ"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Samba̾ޤ"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Netware ץ󥿤Υץ"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Netware ץ󥿤ȤˤϡNetWare ۥ̾(TCP/IP ۥ̾Ȥϰ㤦)\n"
-"ȡץ󥿤Υץȥ塼̾Ŭڤʥ桼̾\n"
-"ѥɤɬפˤʤޤ"
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "ץ󥿥"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "塼̾"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP ̾ޤ"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP 塼̾ޤ"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/åȥץ󥿤Υץ"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"åȥץ󥿤ǰʤ顢ץ󥿤Υۥ̾ȡˤäƤ\n"
-"ݡֹ椬ɬפˤʤޤHP JetDirect ФǤϡݡֹ\n"
-"̾9100ǤۤΥФȤޤޤǤϡɥΥޥ˥奢\n"
-"ޤ礦"
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "ץ󥿥ۥ̾"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "ץ󥿥ۥ̾ޤ"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "ץ󥿥ǥХURI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"ץ󥿤򥢥Τľ URI ꤹ뤳ȤǤޤ\n"
-"URICUPSͤFoomaticͤǻꤷƤ\n"
-"ʤ٤ƤURIפסǥݡȤƤ櫓ʤǤ"
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "ͭURIϤƤ"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"ץ󥿤Ϥ줾̾ɬפǤʤȤСprinterס\n"
-"϶Ǥ⤫ޤޤ\n"
-"ϥ桼ˤ狼䤹뤿ΤΤǤ"
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "ץ󥿤̾"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "ץ󥿤"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "ץ󥿤ξ"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "ץ󥿥ǡ١..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "ץ󥿤ε"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake ϡץ󥿤μưФ줿̾ȡץ󥿤\n"
-"ǡ١ȤӤƺŬʤΤӤޤǤ⤳Ϥޤä\n"
-"뤫⤷ޤä˥ץ󥿤ǡ١ˤޤäʤˤ\n"
-"褯ޤܤޤPrinterdrake Τơ\n"
-"С֤ΥǥȤפ򥯥åޤޤäƤ\n"
-"ּư֡פǡ̤ưǥץ󥿵̾Ǥ\n"
-"\n"
-"Printerdrake ϰʲΥץ󥿤򸫤Ĥޤ:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "ΥǥȤ"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "ư"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "ץ󥿤ε"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "ɤεΥץ󥿤ȤäƤޤ"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Printerdrake ץ󥿤εưФΤƤ\n"
-"뤬ޤäǥ벽֥ʥޤΥץ󥿡Raw Printer)פؤ\n"
-"顢õƤ"
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"ʤΥץ󥿤ʤСߴΤץ󥿡ʥץ󥿤Υޥ˥奢뤫\n"
-"ץ󥿤Ǥ"
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI winץ󥿤"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"OKI Υ졼winץ󥿤ꤷ褦ȤƤޤ͡Υץ󥿤ü"
-"\n"
-"ץȥȤΤǡǽΥѥݡȤˤĤʤʤȵǽޤ\n"
-"⤷̤ΥݡȤ³Ƥꡢץ󥿥ФˤĤʤäƤꤹ"
-"ϡ\n"
-"ƥȥڡˡǽΥѥݡȤˤĤʤʤƤ\n"
-"ʤȻȤޤ³̵뤵ޤ"
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark󥯥åȤ"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Lexmark󶡤륤󥯥åȥץ󥿥ɥ饤Фϡץ󥿤\n"
-"ݡȤޤ󡣥⡼ȥޥץ󥿥оΥץ󥿤ϻȤޤ\n"
-"ץ󥿤ݡȤˤĤʤ³ƤޥꤷƤ"
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Lexmark 󥯥åȤȤǰˤϡLexmark(http://www.lexmark."
-"com/) 󶡤륤󥯥åȥץ󥿥ɥ饤ФɬפǤꥫȤ"
-"Ԥäơ֥ɥ饤Сפ򥯥åޤ礦줫鼫ʬεǡOS"
-"\"Linux\" Ӥޤɥ饤Ф RPM ѥåեå󥹥ȡ"
-"ѤΥ륹ץȤˤʤäƤޤϥեåեȥɤ"
-"ʤƤǤޤ饤ƱդΤȤǤ˥󥻥뤷Ƥ"
-"إåɤΥ饤ȥڡ\"lexmarkmaintain\" ǰơΥ"
-"ǥإåɤΥ饤ȤĴޤ"
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"ץ󥿤Υǥե\n"
-"\n"
-"ڡ礭ȥ󥯤μʳΤߡˤꤵƤ뤫"
-"ǧޤ礦ʤĶʼϤ֤뤳Ȥޤ"
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "ץ %s Ǥ"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "ץ %s ϿǤ"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "ץ %s ϰϳǤ!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Υץ (\"%s\") \n"
-"ǥեȥץ󥿤ˤޤ"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "ƥȥڡ"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"ƥȥڡǤ\n"
-"̿ƥȥڡϡˤʤ֤뤳Ȥޤξ"
-"ʤ졼ץ󥿤ǤϽϤǤʤȤ⤢ޤ¿ξɸڡ"
-"ǤפǤ"
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "ƥȥڡʤ"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "ɸƥȥڡ"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "̤Υƥȥڡ (쥿)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "̤Υƥȥڡ (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "̿ƥȥڡ"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "ƥȥڡʤ"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "ƥȥڡġ"
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"ƥȥڡץ󥿥ǡޤ\n"
-"ץ󥿤ưФޤǡäȻ֤ޤ\n"
-"Υơ\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"ƥȥڡץ󥿥ǡޤ\n"
-"ץ󥿤ưФޤǡäȻ֤ޤ\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "ޤưޤ"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Υץ"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"ޥɥ饤ʥߥʥ륦ɥˤեˤϡ\n"
-"ޥɡ%s <file>פեåġ: xpp <file>פ\n"
-"kprinter <file>פȤޤեåġϡ\n"
-"ץȥץñˤƤޤ\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"ޥɤϡ¿Υץꥱΰ\n"
-"ְޥɡץեɤǤȤޤξϥե̾פޤ"
-"\n"
-"եϥץꥱ󤫤餯뤫Ǥ\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"%sץޥɤϤޤ֤Ȥ˥ץѤƤޤ\n"
-"ޥɥ饤˴˾ɲäǤ\n"
-"ȤС%s <file>פȤǤ "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"ޤΥץ󥿤ǻȤ륪ץ򸫤ˤϡΰɤफ\n"
-"뤤ϡ֥ץץܥ򥯥åޤ礦%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"ޤΥץ󥿤ǻȤץϰʲ̤Ǥ:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"ޥɥ饤ʥߥʥ륦ɥˤեˤϡ\n"
-"ޥɡ%s <file>פȤޤ\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"ޥɤϡ¿Υץꥱΰ\n"
-"ְޥɡץեɤǤȤޤξϥե̾פޤ"
-"\n"
-"եϥץꥱ󤫤餯뤫Ǥ\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"ޤΥץ󥿤ǻȤ륪ץ򸫤ˤϡ֥ץץܥ"
-"򥯥åޤ礦"
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"ޥɥ饤ʥߥʥ륦ɥˤեˤϡ\n"
-"ޥɡ%s <file>פޤϡ%s <file>פȤޤ\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"ޤץ֤νˤϥեåΡxpdqפȤޤ\n"
-"ǥȥå״Ķ KDE ʤ顢֥ѥ˥åܥפȤ󤬥ǥȥå"
-"\n"
-"Ǥ礦򥯥åȡ֤˻ߤޤޤ\n"
-"ϤȤлͤޤΤȤǤ\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"%sפȡ%sץޥɤϤޤ֤Ȥ˥ץ\n"
-"ѤƤޤޥɥ饤˴˾ɲäǤ\n"
-"ȤС%s <file>פȤǤ\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Ĥ"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "ʲǰ/ \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "ʲΥץ󥿤ǰ桧 \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "ץ󥿥ץ"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"HP ¿ǽǥХưꤷơʤȤ褦ˤޤǥޥ"
-"ɥ饤󤫤\"scanimage\"Ϥ뤫 (ʣΥʤ\"scanimage "
-"-d hp:%s\" ǥʤ)եå󥿡ե\"xscanimage\" "
-" \"xsane\"Ȥäƥ󤬤ǤޤGIMPȤäƤʤ顢\"ե\"/"
-"\"ɤ߹\"˥塼ŬڤʬǤǽǤܤϡޥɥ饤"
-" \"man scanimage\" \"man sane-hp\" 򻲾ȤƤ\n"
-"\n"
-"ΥǥХǤ\"scannerdrake\" ϻȤʤǤ!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"HP ¿ǽǥХưꤷơʤȤ褦ˤޤǥޥ"
-"ɥ饤󤫤\"ptal-hp %s scan ...\"ǥ󤬤Ǥޤեå󥿡"
-"եGIMPΥϡΥǥХǤϤޤݡȤƤޤ"
-"ܤ\"/usr/share/doc/hpoj-0.8/ptal-hp-scan.html\" 򻲾ȤƤHP "
-"LaserJet 1100 1200 ξˤϡʥץ󤬥󥹥ȡ뤷Ƥʤ"
-"ȥǤ\n"
-"\n"
-"ΥǥХǤ\"scannerdrake\" ϻȤʤǤ!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "ץ󥿤ξɤǤޤ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "ץ󥿤ư"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"ס %s 餤ޤΥס %s ءץ󥿤򥳥ԡǤޤ"
-"ǡ٤ơʥץ̾ꡢ³ࡢǥեȤΥץ"
-"Ϥ˼ޤ֤ϰưޤ󡣰ʲͳǡưǤʤ"
-"塼⤢ޤ\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS Novell ФΥץ󥿤䡢ͳΥޥɤ˥ǡץ󥿤"
-"ݡȤޤ\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ ϥץ󥿤ȥ⡼Ȥ LPD ץ󥿡å/TCP ץ󥿤"
-"ݡȤޤ\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD LPRng IPP ץ󥿤򥵥ݡȤޤ\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"ˤΥץ\"foomatic-configure\" ǺäƤʤ塼ϰưǤ"
-""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"ޤ᡼󶡤 PPD եͥƥ֤ CUPS ɥ饤Фꤵ줿ץ"
-"ϰưǤޤ"
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"ưץ󥿤 \"Tư\"򥯥åƤ"
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "ץ󥿤ưʤ"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "ư"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"\"%s\" Ȥץ󥿤ϤǤ %s β¸ߤޤ\n"
-"񤭤ˤ \"ư\" 򲡤Ƥ\n"
-"̾򥿥פ뤫Υץ󥿤ȤФȤǤޤ"
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "ץ̾ϡʸȿȥ (_)Ȥޤ"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"ץ \"%s\" ϤǤ¸ߤޤ\n"
-"ޤ񤭤Ƥޤޤ"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "ץ󥿤̾"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "%s ưġ"
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Υǥեȥץ (\"%s\")ưޤƥ%sǤ⤳"
-"ǥեȤΥץ󥿤ˤޤ"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "ץ󥿥ǡ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "⡼ȥץ󥿤"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "ͥåȥư..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "ͥåȥ򤹤"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "ͥåȥǽꤵƤޤ"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"⡼ȥץ󥿤򤷤ޤϥͥåȥβƯɬܤǤ"
-"ʤΥͥåȥϤǤޤ󡣥ͥåȥʤǿʤȡ"
-"Υץ󥿤ϻȤޤ󡣤Ƥɤʤޤ礦"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "ͥåȥȤФ˿ʤ"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"󥹥ȡˤäͥåȥ꤬ưǤޤ󡣵ư˥ͥåȥ"
-"ͭˤʤäƤ뤫Ĵ٤ơɬפʤMandrakeȥ륻󥿤Ρ֥ͥåȥ"
-"&󥿡ͥå/³פʬʤƤ줬Ǥ顢Ʊ"
-"Mandrakeȥ륻󥿤Ρ֥ϡɥ/ץ󥿡פʬǥץ󥿤"
-"򤷤ޤ礦"
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"ͥåȥƤơưǤޤǤϡɥ"
-"åƤ줫⡼ȥץ󥿤ʤƤ"
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "ץ󥿥ƥƵư..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "⤤"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "мʤۤɹ"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "ƥ򥻥ƥ %s ǥ󥹥ȡ"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"줫顢ƥ %s 򥻥ƥ %s Υޥ˥󥹥ȡ뤷"
-"\n"
-"\n"
-"ΰƥϡǡʥХå饦ɤΥץˤ¹Ԥޤ"
-"ϰ֤Ԥäơ줬ޤΥǡϥͥåȥͳ"
-"ǡ⡼ȥޥ󤫤⥢ǤΤǡ⤵ǽޤǤ"
-"餳ΥƥǤϡǥեȤǵưǡϤǤ\n"
-"\n"
-"ΥޥǰˤäƤǤ͡"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "ư˰ƥ򥹥"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"ƥ (%s) ϡޥư˼ưȤޤ\n"
-"\n"
-"ƥ夲ˡưȤ̵ˤʤäΤ⤷ޤ"
-"ƥϡ⤵ǽ뤫Ǥ\n"
-"\n"
-"ƥμưȤ⤦ͭˤޤ"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "󥹥ȡѤߥեȤåġ"
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "LPRng ġ"
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "LPD ġ"
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "ץ󥿤ΥסǤ"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "ɤΰƥʥסˤȤޤ"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "ץ \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Foomatic Υ󥹥ȡ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "ץ󥿥ץ"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "PrinterDrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "ץꥱ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "򤷤ޤ"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "ƥ:"
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"ʲΥץ󥿤ꤵƤޤѹץ󥿤֥륯å"
-"Ƥǥեȥץ󥿤ˤꡢξ򸫤ꡢ⡼ȤCUPS "
-"оΥץ󥿤 Star Office/OpenOffice.orgǻȤ褦ˤ⤽Ǥ"
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"ʲΥץ󥿤ꤵƤޤѹǥեȲλȤˤϡ\n"
-"Υץ󥿤֥륯åޤ"
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "ץ󥿰ʥ⡼ CUPSץ󥿤򤹤٤ɽ)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "ƥѹ"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Ρޥ⡼"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "̤Υץ󥿤ꤷޤ"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "ץѹ"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"ץ %s\n"
-"Υץ󥿤βѹޤ"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "졪"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "ץ³μ"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "ץ󥿤̾"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "ץ󥿤Υ᡼ɥ饤"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "ץ󥿤Υ᡼"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Υץ󥿤ǥեȤˤ"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Υץ󥿤 Star Office/OpenOffice.org ɲ"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Υץ󥿤 Star Office/OpenOffice.org "
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "ƥȥڡ"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Υץ󥿤λȤĴ٤"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "ץ󥿺"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Ťץ \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "ǥեȥץ"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "ץ %s ǥեȥץ󥿤ˤʤޤ"
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "ץ󥿤 Star Office/OpenOffice.org ɲ"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "ץ %s Star Office/OpenOffice.org ɲäޤ"
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "ץ %s Star Office/OpenOffice.org ɲäǤޤǤ"
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "ץ󥿤 Star Office/OpenOffice.org "
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "ץ %s Star Office/OpenOffice.org ޤ"
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "ץ %s Star Office/OpenOffice.org ǤޤǤ"
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "ץ %s ˺ޤ"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "ץ \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "ץ"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"ץ桼ƥƥؤä㤤ޤ\n"
-"\n"
-"Ǥ http ftp Υץꤷޤ\n"
-"ѥɤ⡢ɬפʤǤޤ\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"http ץϤƤ\n"
-"http proxyȤʤʤˤƤƤ"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "ݡ"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url http://... ǤϤޤޤ"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "ݡֹϿǤ"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"ftp ץϤƤ\n"
-"ftp proxyȤʤʤˤƤƤ"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url ftp://... ǤϤޤޤ"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"ץΥ̾ȥѥɤϤޤ\n"
-"/ѥɤʤжΤޤޤǤ"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr ""
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "ѥ"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "ѥɤ⤦Ƥ"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "ѥɤפޤ󡣤⤦Ƥ"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "եޥåȺѤߤ RAID md%d ˤϥѡƥɲäǤޤ"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "%s ե뤬񤭹ޤ"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid ˼"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ˼ (raidtools äƤʤΤ?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "RAID ٥ %d Τˤϥѡƥ­Ǥ\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "ALSA (Linux ɥƥ) ɥƥ൯ư"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron Ūʥޥɥ塼Ǥ"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd ϥХåƥ꡼ξ֤Ĵ٤ƤsyslogͳǵϿޤ\n"
-"ӤʤʤäȤ˥ޥ򥷥åȥ󤹤ΤˤȤޤ"
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"atޥɤǥ塼뤵줿ޥɤat¹Ի˻ꤷ֤\n"
-"¹Ԥơʿ٤㤤Ȥ˥Хåޥɤ¹Ԥޤ"
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cronUNIXɸΥץǡ桼ΥץŪ\n"
-"¹Ԥޤvixie cronɸUNIX cron˹٤ʥƥ\n"
-"ϤꥪץʤɤεǽɲäƤޤ"
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM Midnight Commanderʤɥƥȥ١LinuxեȤǥޥ\n"
-"Ȥ褦ˤޤޥˤ륳󥽡ǤΥåȡڡ\n"
-"䡢ݥåץåץ˥塼Ȥޤ"
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake ϥϡɥõơǽʤ鿷ϡɥѹ\n"
-"ϡɥ򤷤ޤ"
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "ApacheWorld Wide WebФǡHTML եCGIθ˻Ȥޤ"
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"󥿡ͥåȡѡСǡ (̾inetd) ϡɬפ\n"
-"Ƥ¾Ƽ磻󥿡ͥåȥӥ򳫻Ϥޤtelnetftp\n"
-"rshrloginʤɤΥӥϤôޤinetd̵ˤȡ\n"
-"Ƽ掠ӥ٤Ƥ̵ˤʤޤ"
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"ͥåȥ⤫ޥ뤿Υե\n"
-"ꤹˤϡLinux ͥ2.2 Υѥåȥե륿ưޤ"
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Υѥåϡ/etc/sysconfig/keyboardꤷܡɥޥåפ\n"
-"ɤޤkbdconfig桼ƥƥȤäꤷޤ̾\n"
-"ͭˤƤޤ礦"
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"/usr/include/linux/{autoconf,version}.h Ѥ\n"
-"/boot Υͥإåޤ"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "ư˥ϡɥμưФ򤹤롣"
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf ϤȤɤƥݻΤ˵ư\n"
-"ƼȤ򤷤ޤ"
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd ϥץ󥿥ǡǡlprưɬפǤŪ\n"
-"ϥץ󥿤˰֤򿶤ʬ륵ФǤ"
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux С륵ФϡǽǤĤǤȤ륵Ф\n"
-"ۤ˻Ȥޤ"
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) ϡIPɥ쥹ȥۥ̾ӤĤ뤿Υɥᥤ̾"
-"Domain Name Server, DNS) Ǥ"
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"ͥåȥե륷ƥ (NFS), SMB (LanManager/Windows),\n"
-"NCP (NetWare) ޥȥݥȤ򤹤٤ƥޥȡޥȤޤ"
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"ưͭˤΥͥåȥ󥿡ե򤹤٤ơ\n"
-"̵ͭˤޤ"
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS TCP/IPͥåȥǥե붦ͭ򤹤Τˤ褯Ȥץȥ\n"
-"ǤΥӥ NFS еǽ󶡤ޤˤ/etc/exports \n"
-"եȤޤ"
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS TCP/IPͥåȥǥե붦ͭ򤹤Τˤ褯Ȥץȥ\n"
-"ǤΥӥ NFS եåǽ󶡤ޤ"
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr "ư˥󥽡 XFree ǼưŪ numlock ͭˤ롣"
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "OKI 4w ߴwinץ󥿤򥵥ݡ"
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA ݡȤϡåץȥåץԥ塼Ethernetǥ\n"
-"ʤɤPCɤȤ褦ˤ뤿ΤΤǤꤹޤ\n"
-"ϵưʤΤǡɬפʤޥƤäƤǤ"
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper RPC ³ޤNFSNISʤɤΥץȥ\n"
-"ѤޤRPCȤץȥΥФȤʤޥǤϡ\n"
-"portmap ФưƤɬפޤ"
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix ϥ᡼žȤǤ (MTA) Ǥϡޥ֤ǥ᡼"
-"ȤꤹץǤ"
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"ȯμ夲뤿ˡƥΥȥԡס¸\n"
-"褵ޤ"
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Oracle ʤɤΥץꥱǻȤ褦ˡ֥åǥХ\n"
-"ȤХϡɥɥ饤֥ѡƥˤǥХ˳Ĥޤ"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"routed ǡϡRIPץȥȤäIPơ֥μư\n"
-"ǽˤޤRIP ϾϥͥåȥǤǤ褯Ȥޤ\n"
-"ͥåȥʣˤʤäƤȡǤԽʬǤ"
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstatץȥȤȡͥåȥΥ桼Υͥåȥ\n"
-"³ޥΤ٤ƤˤĤơǽɸ褦ˤʤޤ"
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusersץȥǤϡͥåȥΥ桼ۤΥޥ\n"
-"˥󤷤Ƥͤ򸫤뤳ȤǤޤ"
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho ǡäƤޥǤϡΥޥ˥\n"
-"桼rwhoץȥͳǸޤ (finger˻Ƥޤ)"
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "ɥƥư"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog ϡƼΥǡ󤬤ʥե˥åϿ\n"
-"Ȥ˻ȤޤäȵưƤۤǤ礦"
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "usb ǥХѤΥɥ饤Фɤ߹ߤޤ礦"
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "XեȥФ򳫻ϤޤXFree Ѥˤɬܡˡ"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "ư˼ưŪˤ륵ӥǤ"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "󥿡ͥå"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "ե붦ͭ"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "ƥ"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "⡼ȴ"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "ǡ١"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "ӥ: %d %d Ѥ˵ưΤϿ"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "ӥ"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "¹"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "ӥȥǡ"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"ΥӥˤĤƤϡɲä\n"
-"Ϥޤ󡣤ʤ"
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "ưư"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr ""
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Mandrake Linux 8.2ӤޤƤ꤬Ȥޤ"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "ץ󥽡ؤ褦"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"MandrakeSoft ϡե꡼եȤθ˺ΤǤ"
-"ʤοڥ졼ƥ󥰥ƥϡ Linux ߥ˥ƥ"
-"붦ƱȤ̤ʤΤǤ"
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "ե꡼եȤ˻äޤ礦"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"ץ󥽡ߥ˥ƥΤȤäΤäơΰˤʤޤ礦"
-"֥ߥ˥ƥץ֥ڡˤƼե˻äơؤӡ"
-"ۤο͡ޤ礦"
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "󥿡ͥåȤȥå"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 ϥ󥿡ͥåȤ󶡤Τ٤Ƥ˥Ǥ"
-"ǹΥեȤꤽƤޤ֤򥵡ե󤷤ơư򸫤ʤ"
-"Mozilla Konqueror 뤷᡼ȸĿ;"
-"Evolution Kmail, ¾ʤǤ⤢ޤ"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "ޥǥȲ"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 ϡޥǥǽ˸¤ޤǻȤݤޤ"
-"ǿեȤDzڤ䲻եκ򤷤ꡢ̿ꡢ"
-"ƥӤ򸫤ꡢ¾ʤǤǤޤ"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "ȯ"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 ϵˤγȯץåȥۡǤ"
-"GNU gcc ѥϤᡢǹΥץ󥽡"
-"ȯĶΰϤȯޤ礦"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake ȥ륻󥿡"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Mandrake Linux 8.2 ȥ륻󥿡ϡMandrake ƥ"
-"ޥΤΥ󥹥ȥåץѥͥ뽸Ǥ"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "桼󥿡ե"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 ˤ11Υեåǥȥå״Ķ"
-"ɥޥ͡㤬äƤޤGNOME 1.4, KDE 2.2.2,"
-" Window Maker 0.8 ʤɤǤ"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Хե"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"ޥۤοåǡʤΥޥ"
-"ϤʥФѤꡪ֥С᡼롢ե롢"
-"롼ե륵Ф˰ФʤɤǤ"
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 ˤϡǹΥץ󥽡बĤƤޤ"
-"ɷ󷿡ɥࡢݡġά..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Linux ڤˤФ䤯̵ٶǤ MandrakeSoft "
-"̵Linux ȥ졼˥󥰤䡢߶åˡ󶡤Ƥޤ"
-"줬MandrakeCampus -- ҤΥ饤󸦽󥿡Ǥ"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "Mandrakeѡ"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Linux ߥ˥ƥ MandrakeSoft ιʥݡȤޤ"
-"Ƥʤڶ Linux ͤʤ顢֥ѡȡפˤʤäƥݡ"
-"֥ȤμͭƤ"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "Mandrake 󥵥ƥ"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-" IT ץȤˤĤơҤΥ󥵥륿Ȥ׷ʬϤ"
-"ಽ塼ƤޤLinux ٥ȤƤ"
-" MandrakeSoft ʷиơʤΥӥͥȿ"
-" ITذƤ󶡤ޤ"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"ե󥸤Linux 塼䡢ʤƼ異ƥò䤬"
-"ҤΥ饤ŹǼޤ"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"MandrakeSoft 祵ӥ侦ʤˤĤƾܤϰʲ"
-"֥ڡ򻲾ȤƤ:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "ѥåΥ󥹥ȡ..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"ѡƥơ֥뤬ɤޤ󡤲Ƥ褦Ǥ:(\n"
-"ʥѡƥ褦Ȥޤ"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "顼"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "ɬפʲե %s Ĥޤ"
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "ư󥹥ȡ"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"줫鼫ư󥹥ȡեåԡꤷޤεǽϤʤΤ"
-"Ť˻ȤäƤ\n"
-"\n"
-"εǽǤϡΥԥ塼Ǥä󥹥ȡ̤ΥޥǺƸǤ"
-"ȤɤץץȤФơͤѹǤޤ\n"
-"\n"
-"ФˤˤϡѡƥڤȥեޥåȤϼưƤϤ"
-"󡣤ɤʥѡƥˤǤ⤽Ǥ\n"
-"\n"
-"³ޤ"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "ưƥå"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"ƥƥåפǡʤΥ󥹥ȡƱˤ뤫ưꤹ뤫Ӥޤ"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"ä㤤ޤ\n"
-"\n"
-"ư󥹥ȡΥѥ᡼ɽƤޤ"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "ǤȤޤ"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"եåԡޤ\n"
-"ǥ󥹥ȡ뤬ƸǤޤ"
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "ư󥹥ȡ"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "ƥɲ"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "ǸΥƥ"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup ǡ\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup ܺ\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "ʹԾ"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "ƥեΥХåå..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "ϡɥǥΥХååץե..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "桼եΥХåå..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "ϡɥǥХååפοʹ..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "¾ΥեХåå..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"FTP եΥꥹ: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP ³Υȥ֥: FTPǥХååץեޤǤ\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) ᡼˥顼\n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "ե"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "եǥ쥯ȥǡɲáפ򥯥åޤ"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"ɬפʥץ˥åĤƤ\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Υץ /etc ǥ쥯ȥΥե򤹤٤ƥХååסǤ"
-"\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "ƥեΥХååס/etcǥ쥯ȥ)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "󥯥󥿥ХååסʸŤХååפϻĤ)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "ץե (passwd, group, fstab) ϴޤʤ"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"ΥץǤϡʥС /etc ǥ쥯ȥ\n"
-"Ǥޤ"
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Хååפ˴ޤ᤿桼Dz"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "֥饦Υåϴޤʤ"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "󥯥󥿥ХååסʸŤХååפϻĤ)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Τ"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "桼̾"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Хååפ FTP ³"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "ۥ̾ IP ϤƤ"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"ΥۥȾǤΥǥ쥯ȥ\n"
-"Хååפ¸ޤ"
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "̾ϤƤ"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "ѥɤϤƤ"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Υѥɤ򵭲"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP ³"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "奢³"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "CD/DVDROM ˥Хåå"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "CD ڡǤ"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "CDRWȤäƤϥåƤ"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "ޤ CDRW õˤϤ򥯥å"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"CD ˵ưѤbootޤʤ\n"
-"åƤ"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"CD 饤ΥǥХ̾ϤƤ\n"
-": 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "ơפ˥Хåå"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "ХååѥǥХ̾ϤƤ"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Drakbackup˵祵\n"
-"ϤƤ"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "¸ǥ쥯ȥϤƤ:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "ХååץեΥȤ"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "ͥåȥ"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "ϡɥɥ饤 / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "轵"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "ǡȤ"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Хååפδֳ֤Ǥ"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"ХååפΥǥ\n"
-"Ǥ͡"
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "ǡǥϡɥɥ饤֤Ȥ"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "ǡ FTP Ȥ"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "ӥ cron ǡ󤬴ޤޤƤ뤳ȤǧƤ"
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Хåå᡼: "
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "¾ץ"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup "
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "ХååDz"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "ϡɥɥ饤֤"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "ͥåȥͳ"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "ХååפΤDz"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "ƥХåå"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "桼Хåå"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "桼ư"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Хåå׸: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- ƥե:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- 桼ե:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- ¾ե:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- ϡɥɥ饤־¸ѥ : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- FTP Ǥ¸ۥ : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t 桼̾: %s\n"
-"\t\t ѥ: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- ץ:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tƥեϴޤʤ\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tХååפ tar bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tХååפ tar gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- ǡ (%s) ޤ :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-ϡɥɥ饤֡\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-ͥåȥ FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-ͥåȥ SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "꤬ޤ󡣥ɤ򥯥åƤ\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"ǡΰ:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Ƥǡ:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "˥åϤƤ"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Хååץե뤬Ƥޤ"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " 򤷤ǡϤ٤ "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " %s ޤ "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "¾ΥեˤOK"
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "桼ΰʳƥ桼κǿդפǤ"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "ƥեΥХåå״:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "դ򤷤Ƥ"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Хååפ˥ϡɥǥ"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "ϡɥǥ"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Хååפ¸ǥ쥯ȥϤƤ"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "ΥǥӤʤƤ"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "¾ǥ"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "ƥ"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "桼"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "¾ե"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "ѥ֡/ʳ)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "˿Хååסʥ󥯥󥿥ХååפΤߡ"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "˥桼ǥ쥯ȥ"
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Хååפ"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "إ"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "ɤ"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "¸"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Хåå׹"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"ˤϥХååפޤۤƤ...\n"
-"뤤¸ѥǤ"
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"᡼顼\n"
-" ᡼Ǥޤ\n"
-" sendmailꤷƤ"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "󥹥ȡ뤹ѥå"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"FTPǤΥեž˥顼.\n"
-"FTP ʤƤ."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "ǡǤ͡"
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "ХååѥǥǤ͡"
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "ХååפǡǤ..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"ե뤬Ĥޤ\n"
-"ɤ򥯥åƤ"
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "ޤȯ...ԤäƤƤ"
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "ƥեХåå"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "桼եХåå"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "¾եХåå"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "ΤοʹԾ"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "FTPǥե"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "ե..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "CDROM˴ޤǡ"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "CD饤®٤ϤƤ"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "CD饤ΥǥХ̾ϡ: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "󥹥ȡ뤷ѥåDz"
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "ե뤫麣Хåå"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Хåå򸫤"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "ѥåå"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"ץ:\n"
-"\n"
-" ΥƥåפǤϡDrakbackup ǰʲѹǤޤ:\n"
-"\n"
-" - ̥⡼:\n"
-" \n"
-" bzip2 ̤٤СΨ gzip ⤯\n"
-" ʤޤ ( 2-10 %ۤɲ).\n"
-" ǥեȤǤ̵ˤƤޤ̤ˤ\n"
-" ֤뤫Ǥ ( 10).\n"
-" \n"
-" - ⡼:\n"
-"\n"
-" ΥץϥХååפ򹹿Ƥޤ\n"
-" ¤Ϥޤˤޤ󡣹ȤХååפ\n"
-" 虜虜ŸʤȥǤ\n"
-" \n"
-" - .backupignore ʥХåå̵˥⡼:\n"
-"\n"
-" cvs Ʊ褦ˡDrakbackup ƥǥ쥯ȥ\n"
-" .backupignore ե˵Ҥ줿Τ̵뤷ޤ\n"
-" : \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" ᡼ΰΥ顼ϡpostfix꤬\n"
-" ޤäƤ뤻Ǥľˤϡ\n"
-" /etc/postfix/main.cf myhostname mydomain ꤷޤ\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"ץ:\n"
-"\n"
-" - ƥեΥХåå:\n"
-" \n"
-"\tΥץϡե뤬¸Ƥ\n"
-"\t /etc ǥ쥯ȥХååפޤˤ\n"
-"\tʲΥե񤭤ʤ褦դƤ:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - 桼եΥХåå: \n"
-"\n"
-"\tΥץϡХååפ桼Ӥޤ\n"
-"\tǥΤᡢ֥֥饦Υåϴޤʤ\n"
-"\t褦ˤޤ礦\n"
-"\n"
-" - ¾եХåå: \n"
-"\n"
-"\t¸ǡ򤵤ɲä륪ץǤ\n"
-"\t֤ȡ󥯥󥿥Хååפ\n"
-"\t٤ޤ\t\t\n"
-" \n"
-" - 󥯥󥿥Хåå:\n"
-"\n"
-"\tϥХåå׺ǶΥץǤ\n"
-"\tǽΥХååפǤǡХååפ졢\n"
-"\tθΥХååפǤѹ줿Τ\n"
-"\t¸ޤ\n"
-"\tȤˤϡΥǡ\n"
-"\tǤޤ\n"
-"\tΥץФʤȡŤХååפ\n"
-"\tޤ \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-":\n"
-" \n"
-"ȤΤϺǿǡǤ󥯥󥿥ХååפǤ\n"
-"Τ˰ĤŤʤФʤʤǤ\n"
-"\n"
-"äơ桼ʤСοͤΥå\n"
-"ܥå򤹤٤ƤϤƤ\n"
-"\n"
-"ʤȤΰĤ٤ޤ\n"
-"\n"
-" - 󥯥󥿥Хåå:\n"
-"\n"
-"\tϥХåå׺ǶΥץǤ\n"
-"\tǽΥХååפǤǡХååפ졢\n"
-"\tθΥХååפǤѹ줿Τ\n"
-"\t¸ޤ\n"
-"\tȤˤϡΥǡ\n"
-"\tǤޤ\n"
-"\tΥץФʤȡŤХååפ\n"
-"\tޤ \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Υץϥե꡼եȥǤFree Software Foundation\n"
-" ȯԤ GNU ̶ͭ饤󥹤ΥС2ʹߤξ˽ä\n"
-" ۡѤǤޤ\n"
-"\n"
-" ΥץϡΩĤ٤ۤƤϤޤ\n"
-" ޤä̵ݾڤǤ䡢ŪؤŬˤĤ\n"
-" ŪżŪ鷺ڤݾڤԤޤ󡣾ܺ٤\n"
-" GNU ̶ͭ饤󥹤򻲾ȤƤ\n"
-"\n"
-" GNU ̶ͭ饤󥹤Υץˤ°ƤϤ\n"
-" Ǥ°ƤʤˤϡʲϢꤷƤ\n"
-" Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
-" Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-":\n"
-"\n"
-" Drakbackup ϥƥΥХååפ˻Ȥޤ\n"
-" ˱ơХååץե뤬٤ޤ: \n"
-"\t- ƥե\n"
-"\t- 桼ե\n"
-"\t- ¾ե\n"
-"\t뤤ƥ䡢¾ƥʥɥ\n"
-"\tѡƥˤХååפǤޤ\n"
-"\n"
-" Drakbackup ǤϡʲΥǥ˥ХååפǤޤ:\n"
-"\t- ϡɥɥ饤.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (autoboot, 쥹塼ư󥹥ȡ).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- ơ\n"
-"\n"
-" Drakbackup Ǥϡ¾Υǥ쥯ȥǤ\n"
-" ƥǤޤ\n"
-"\n"
-" ǥեȤǤϤ٤ƤΥХååפ\n"
-" /var/lib/drakbackup ǥ쥯ȥ¸ޤ\n"
-"\n"
-" ե:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Τ:\n"
-" \n"
-" ƥåפǤ DrakBackup ϤȤΥǥ쥯ȥ\n"
-" ơ٤ƤΥХååץե뤬ɤ\n"
-" ΤޤˡλΥƥХå\n"
-" åפƤޤ礦\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"ץ:\n"
-"\n"
-"ftp ХååפȤȤդޤ礦Ф\n"
-"ΤϹۺѤߤΥХååפǤäơФ\n"
-"ˡޤϡɥɥ饤־˥Хåå׹ۤɬפˤʤޤ\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Хåå:\n"
-"\n"
-"ƥåˡDrakbackup ΩäƤ٤Ƥ\n"
-"Хååץեåޤ\n"
-"ϤˡDrakbackup ϺΥǥ쥯ȥ\n"
-"ΤǡޤΥǡäޤǤ顢Хå\n"
-"åץǡΥեϼDzѤʤۤǤ\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-" Drakbackup ϥƥΥХååפ˻Ȥޤ\n"
-" ˱ơХååץե뤬٤ޤ: \n"
-"\t- ƥե\n"
-"\t- 桼ե\n"
-"\t- ¾ե\n"
-"\t뤤ƥ䡢¾ƥʥɥ\n"
-"\tѡƥˤХååפǤޤ\n"
-"\n"
-" Drakbackup ǤϡʲΥǥ˥ХååפǤޤ:\n"
-"\t- ϡɥɥ饤.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (autoboot, 쥹塼ư󥹥ȡ).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- ơ\n"
-"\n"
-" Drakbackup Ǥϡ¾Υǥ쥯ȥǤ\n"
-" ƥǤޤ\n"
-"\n"
-" ǥեȤǤϤ٤ƤΥХååפ\n"
-" /var/lib/drakbackup ǥ쥯ȥ¸ޤ\n"
-"\n"
-" ե:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Τ:\n"
-" \n"
-" ƥåפǤ DrakBackup ϤȤΥǥ쥯ȥ\n"
-" ơ٤ƤΥХååץե뤬ɤ\n"
-" ΤޤˡλΥƥХå\n"
-" åפƤޤ礦\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s Υ󥹥ȡ˼ԤޤʲΥ顼ȯ:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "󥹥ȡѤߥեȤ򸡺"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "󥹥ȡѤߥեȤ򤷤ʤ"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "٤ƤΥեȤå"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "եȤĤޤ"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "λ"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "ޥȤ줿ѡƥˤϥեȤĤޤ"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "եȤľ"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "եȤĤޤ\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "󥹥ȡѤ߰եȤõ"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "եȤ򥳥ԡ"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "True Type եȤΥ󥹥ȡ"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "ttmkfdir ʤΤǾԤ..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "True Type 󥹥ȡ봰λ"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "եѴ"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "type1inst "
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript "
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf եѴ"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm եѴ"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "եʤ"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "XFS Ƶư"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "եȥեʤ"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs Ƶư"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"եȥ󥹥ȡΩäơΥեȤȤ䥤󥹥ȡ뤹"
-"뤳ȤǧƤ\n"
-"\n"
-"-եȤ̾Τǥ󥹥ȡǤޤȤɤʥեȤ "
-"X Фϥ󥰤礬ޤ"
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "եɤ߹"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "ɥΥեȤäƤ"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "եȤΥ󥤥󥹥ȡ"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "饪ץ"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "եȰ"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "ΥեȤ򥵥ݡȤ륢ץꥱǤ:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "̥ץ"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "եȥե뤫ǥ쥯ȥǡɲáפ򥯥å"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Υ󥹥ȡ"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "ޤʤХåƤ"
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "ʤ餳"
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "٤Ƥ"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "٤Ƥ"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "˥ƥ"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "ƥΥեȤ򥳥ԡ"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "եȤΥ󥹥ȡѴ"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "󥹥ȡκ"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "ƥफեȤ"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "󥤥󥹥ȡκ"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "󥿡ͥå³ζͭ"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "󥿡ͥå³ͭϸͭ"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"󥿡ͥå³ͭΥåȥåפϤǤ˴λ\n"
-"ͭˤʤäƤޤ\n"
-"\n"
-"ɤޤ"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "̵"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "̵"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Ф̵ˤƤޤġ"
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "󥿡ͥå³̵ͭˤʤޤ"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "󥿡ͥå³ͭϸ̵Ǥ"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"󥿡ͥå³ͭΥåȥåפϤǤ˴λ\n"
-"̵ˤʤäƤޤ\n"
-"\n"
-"ɤޤ"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "ͭ"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "ФͭˤƤޤġ"
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "󥿡ͥå³ͭͭǤ"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"ΥޥΥ󥿡ͥå³ͭ褦ꤷޤ\n"
-"εǽȡͥåȥ¾Υԥ塼\n"
-"Υԥ塼Υ󥿡ͥå³Ȥޤ\n"
-"륨ꥢͥåȥ (LAN) ĤˤϡѤΥͥåȥץ"
-"פޤ"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "󥿡ե %s (⥸塼 %s )"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "󥿡ե %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "ͥåȥץޤ"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"ƥ˥ͥåȥץĤޤ ϡɥġ"
-"ԤƤ"
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "ͥåȥ󥿡ե"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"ƥˤꤵ줿ͥåȥץҤȤĤޤ\n"
-"\n"
-"%s\n"
-"\n"
-"Υץ LAN ³ޤ͡"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"륨ꥢͥåȥˤĤʤͥåȥץ\n"
-"Ǥ"
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "ͥåȥ󥿡եѤߤǤꤵƤޤ"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"ٹ𡢥ͥåȥץ (%s) ѤߤǤ\n"
-"\n"
-"ư򤷤ޤ\n"
-"\n"
-"ưǤ뤳ȤǤޤʤμɬפǤ衣"
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "ư"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "ߤΥ󥿡եɽ"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"C%sפθ:\n"
-"\n"
-"ͥåȥ: %s\n"
-"IP ɥ쥹: %s\n"
-"IP °: %s\n"
-"ɥ饤: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"ݻơǤ DHCP Ф֤Τꤹ뤳ȤǤ"
-"ξˤϡͥåȥC饹ɥ쥹ɤǤ뤫"
-"ǧƤưϤޤ󤷡DHCP ФѤޤΤǡ\n"
-"\n"
-"뤤ϡǥ󥿡եDHCPФ뤳ȤǤޤ\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C饹ͥåȥ"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "ʤΡDHCP Ф IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "󥿡եDHCPФκ"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "ͥåȥ.0פǽäƤޤǤޤ"
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "ߤ %s ǤLANɥ쥹ͤ뤫⤷ޤ\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "ե򸡽С"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"ٹ𡪴¸ե䥦򸡽С\n"
-"󥹥ȡˡưǽפ뤫⤷ޤ"
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "ץȤꡢեȥΥ󥹥ȡ롢Фεư..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "ѥå %s Υ󥹥ȡȯ"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"꤬٤ƽޤ\n"
-"Ǽưͥåȥdhcp) ȤäơLAN ¾Υޥȥ󥿡ͥ"
-"³ͭǤޤ"
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "ϤǤޤޤ̵ˤʤäƤޤ"
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "ϤǤơޤͭˤʤäƤޤ"
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "󥿡ͥå³ͭϤޤäꤵƤޤ"
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "󥿡ͥå³"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"󥿡ͥå³ͭ桼ƥƥؤ褦\n"
-"\n"
-"%s\n"
-"\n"
-"ꥦɤưˤϡפ򥯥åޤ礦"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "ͥåȥ (%d ץ)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "ץե: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "ץեġ"
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "ץե롧"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "ץեġ"
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr "ץե̾ʿץեϸߤΤΤΥԡǤˡ"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "ۥ̾:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "󥿡ͥå"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ": "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "ȥ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "󥿡ե:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "ơ: "
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Ԥ"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "󥿡ͥåȥ"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "ɥ饤"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "󥿡ե"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "ץȥ"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr ""
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "LAN ġ"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "ɤεưˤϤ򥯥å -->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Ŭ"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "ԤġŬѤƤޤ"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "³λ"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "³Ƥޤ"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "³ġ"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "³ǡġ"
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"ٹ̤Υ󥿡ͥå³Фޤͥåȥϻ椫⤷"
-""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"ѤߤΥ󥿡եޤ\n"
-"פ򥯥åƤޤꤷƤ"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "ץ %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "֡ȥץȥ"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "ư˳"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP 饤"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "ޤͭ"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "ޤ̵"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Υ󥿡եϤޤꤵƤޤ\n"
-"祦ɥꥦɤưƤ"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"󥿡ͥå³ޤ\n"
-"פ򥯥åƺƤ"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "󥿡ͥå³"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "󥿡ͥå³"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "³μ: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "ѥ᡼"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "ȥ"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "ͥåȥ"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP 饤"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "ƥ٥"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "ȥ륻󥿡"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "ѤġDz"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "ʥʥ֥"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (֥)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (֥-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr " (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr " (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr " (֥)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "衼å"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "衼å"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "ȥꥢ"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "˥塼"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "եꥫ"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "를"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Ǥ\n"
-"ƥȹϤƤ"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "ƥ"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "ϰ衧"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "ƥӥͥõƤޤ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "ƥӥͥõƤޤ"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "Ȥ: keyboarddrake [--expert] [ܡ]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "ܡɥ쥤ȤϲǤ"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "BackSpace󥽡Ǿõ򤹤褦ˤޤ"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "CD-ROMؤƤ"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"󥹥ȡCD ɥ饤֤ˤơ Ok 򲡤Ƥ\n"
-"CDʤСCancel 򲡤ƥ饤֥åץ졼ɤ򤷤Ʋ"
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "饤֥åץ졼ɤ򳫻ϤǤޤ!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "ѹλޤͭˤˤϤäȤƤ"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "ʬɽ"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/ե(F)/(N)"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/ե(F)/(O)"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/ե(F)/¸(S)"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/ե(F)/̤̾¸(A)"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/ե(F)/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/ץ(_O)"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/ץ(O)/ƥ"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/إ(_H)"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/إ(H)/ΥեȤˤĤ(A)"
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-"-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--"
-"24-*-100-100-c-*-jisx0208.1983-0,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-"-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--"
-"24-*-100-100-c-*-jisx0208.1983-0,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "桼̾"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "å"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Mandrake ġ"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "˥뤿Υġ"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "פ"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "ʲˤϰפʤ"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "ե"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "ե"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Mail/SMS ٹ"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Ԥ򡢥ե %s õƤޤ"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Mail/SMS ٹ"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Mail/SMS 桼ƥƥؤä㤤ޤ\n"
-"\n"
-"ǤϷٹ𥷥ƥꤷޤ\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "ӥ"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "ʲӥߤޤä󤬽Фޤ"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "ɤ߹"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "٤ͤä󤬽Фޤ"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "ٹ"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "ƥηٹˡ"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "̾Ĥ¸..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "ޥηϤʤǤ"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_usbĤޤ\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "ܥ򥨥ߥ졼Ȥޤ"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s %s ǸĤޤꤷޤ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "ʤ򤷤Ʋ"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr " %s ʤϥݡȤƤޤ"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "֡ȥǥХ"
-
-#: ../../standalone/scannerdrake_.c:102
-#, fuzzy, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"printerdrake εưϡMandrake ȥ륻󥿡ΥϡɥιǹԤ"
-"Ƥ"
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "ե"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "ե"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"ե\n"
-"\n"
-"Ǥ˥եѤߤǤ\n"
-"ѹˤϡפ򥯥åƤ"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"ե\n"
-"\n"
-"פ򥯥åɸեꤷޤ"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr ""
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Ƴ饹"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "ǥθ"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "ޥ"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "ܡɤ"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "ƥ"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "ե륷ƥ"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "եޥå"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "ѥå"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "ƥƳ"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "桼Ͽ"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "ͥåȥ"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "ӥ"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "֡ȥ"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "ưǥ"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X "
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "ƥ๹򥤥󥹥ȡ"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "ƳȤλ"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"ߥ˥ե\n"
-"\n"
-" Mandrake Linux ޥѤθĿѥե򤷤ޤ\n"
-"ϤѥեˤϡѤ MandrakeSecurity\n"
-"եѥåƤƤ"
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"ơ󥿡ͥå³ӥˤĤƤҤͤޤ\n"
-"ȤˤϤ褯ͤƤʤΥԥ塼Υƥ\n"
-"˴ؤǤ顣\n"
-"\n"
-"ӥǡ޼ʬǻȤäƤʤΤϥե\n"
-"DZƤޤޤ礦Υץꥱ¹ԤС\n"
-"ĤǤѹǤޤ"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Υޥǡ󥿡ͥåȤ鸫륦֥Ф¹Ԥޤ\n"
-"ʬΥޥǻȤ֥Фʤʤ顢ǡ֤פ\n"
-"ޤ礦\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Υޥǥ͡ॵСDNS) ¹Ԥޤ󥿡ͥåȤ\n"
-"IP 䥾褦ꤷƤʤС֤פ\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-" Secure Shell (ssh) ³Ĥޤssh\n"
-"telnetΤǡ˻Ȥޤ telnet ȤäƤ\n"
-"Ф ssh ڤؤޤ礦telnet ϰŹ沽Ƥޤ󡣤\n"
-"ѥɤޤޤsshϰŹ沽ƤΤǡ\n"
-"äİǤޤ"
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-" telnet ³Ĥޤ\n"
-"äȤꡢϤȤǤʤʤȤǤǤ\n"
-"Фˡ֤פơssh Ȥ褦ˤᤷޤ\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"󥿡ͥåȤǥǤ FTP Ф¹Ԥޤ\n"
-"⤷ʤ顢ʤ٤ Anonymous žˤȤ褦ᤷޤ\n"
-"FTP ѥɤϡ٤İǤޤFTP ϥѥ\n"
-"ŹȤʤǤ\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"᡼륵Ф¹Ԥޤ᡼ pinemuttʤɤ\n"
-"ƥȥ١Υ᡼륯饤ȤȤͤϡ֤᡼륵\n"
-"ɬפǤʤСեDZޤ礦\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"POP Ф IMAP ФϻȤޤ\n"
-"Υޥͳǡweb᡼ʳΥ᡼륢Ȥꤹ\n"
-"ʤɬפǤ\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"2.2 ͥȤäƤޤ͡⤷ͥåȥ IP \n"
-"䥪եǼưƤˤʤäƤʤ顢\n"
-"򤷤ޤưƤˤʤäƤޤ\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"ʤΥԥ塼ϡۤΥԥ塼Ȼפ碌򤷤\n"
-"ޤϤդĤ浬Ϥ絬Ϥ Linux/Unix ȿ\n"
-"ǡʤɤƱȤΤ˻Ȥޤ礭\n"
-"ȿΰǤϤʤפ碌ʤİȤʤС\n"
-"֤פǤ"
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"괰λѹǥ˽񤭹ߤޤ\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "%s ޤ: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "񤭹Ѥ %s ޤ: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "DHCP ϻȤʤ"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "DHCP Ȥ"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "NTP Ϥʤ"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "NTPȤ"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "¸ʤ"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "¸ƽλ"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "եꥦ"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "ʤ򥤥󥿡ͥåȤɸ"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Ϥʥե̤"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Ԥ...󥹥ȡѤߥХåǧ"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"ɬץѥåΥ󥹥ȡ˼Ԥޤ : %s Bastille.\n"
-"ưǥ󥹥ȡ뤷ƤߤƤ"
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "СWeb/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "ͥåȥԥ塼 (饤)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS , SMB , Proxy , SSH "
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "եϢ"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome ơ"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Palm Pilot Visorѥġ"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "ơ"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Сե/롼"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "ɥᥤ̾ (DNS) ȥͥåȥ󥵡СNIS)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"եϥե: ץ (kword, abiword), ɽ׻ (kspread, gnumeric), pdf"
-"ӥ塼ʤ"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "ǥϢġ롧mp3, midi, ߥʤ"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Linux ե꡼եȴϢܤϥġʸ"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE ơ"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwmʤ"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "ޥǥӥǥ"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "᡼롢˥塼web, եžåȤʤɤΥġ"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "ǡ١"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL MySQL ǡ١"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "ޥڤˤġ"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "ޥǥ"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "桼ƥƥ"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "ɥơ"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "󥽡ġ"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix ᡼륵, Inn ˥塼"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "󥿡ͥåȡơ"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "ޥǥơ"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "եʥǥȥåפä"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr "K ǥȥå״ĶŪʥեĶˡϢġͤ碌"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "եåĶ"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "CD ĤäƾƤġ"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "եơ"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm ʤ"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "The Gimpʤɤβե"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C C++ ȯ饤֥ꡢץ include ե"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "ͥåȥԥ塼"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "С᡼/롼ץ/˥塼"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "ॹơ"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "ӥǥץ졼Խե"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "ޥǥ"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "ڥեȡƥӥࡢܡɥࡢάʤ"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"᡼˥塼ѥġ (pine, mutt, tin..) ȡWeb֥饦ѥġ"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "֥եȡߥ졼˥ѥե"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Ŀͤκ̳"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "Ȥ䤹ץꥱǥȥåץġġեĶ"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "ssh ʤɳƼץȥѥ饤"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "󥿡ͥåȥȥ"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "ɤӥǥκԽե"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "¾եåǥȥå"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "ǥ롢եϢġ롢ߥʥ"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "gnucashʤɤβȷ״ե"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Ŀ;"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "ޥǥCD Ƥ"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "ʳإơ"
-
-#~ msgid "About"
-#~ msgstr ""
-
-#~ msgid " Help "
-#~ msgstr " إ "
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "ͥбͥ⥸塼򥢥Ǥޤʥե%s"
-#~ "ޤ)"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr ""
-#~ "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,-*-fixed-medium-r-"
-#~ "normal--24-*-100-100-c-*-jisx0208.1983-0,*"
-
-#~ msgid "None"
-#~ msgstr "ʤ"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "ǥեȥץ󥿤Ӥޤ礦"
-
-#~ msgid ""
-#~ "With remote CUPS servers, you do not have to configure any printer here; "
-#~ "CUPS servers inform your machine automatically about their printers. All "
-#~ "printers known to your machine currently are listed in the \"Default "
-#~ "printer\" field. Choose the default printer for your machine there and "
-#~ "click the \"Apply/Re-read printers\" button. Click the same button to "
-#~ "refresh the list (it can take up to 30 seconds after the start of CUPS "
-#~ "until all remote printers are visible). When your CUPS server is in a "
-#~ "different network, you have to give the CUPS server IP address and "
-#~ "optionally the port number to get the printer information from the "
-#~ "server, otherwise leave these fields blank."
-#~ msgstr ""
-#~ "⡼Ȥ CUPS Фʤ顢ǤϥץפǤ\n"
-#~ "CUPS Фϥޥ˼ưŪ˥ץ󥿾Ϥޤޡ\n"
-#~ "ʤΥޥΤäƤץ󥿤 \"ǥեȥץ\"\n"
-#~ "˽ФƤޤޥΥǥեȥץ󥿤ǡ\n"
-#~ "\"ץ󥿤Ŭ/ɹ\" ܥ򲡤Ƥι\n"
-#~ "ˤ⤳Υܥ򲡤ޤʥ⡼ȥץ󥿤ޤǡCUPS \n"
-#~ "Ϥ30äޤ\n"
-#~ "CUPS Ф̤Υͥåȥˤʤ顢CUPSФIPɥ쥹\n"
-#~ "ȡˤäƤϥݡֹꤷʤȥФץ󥿾\n"
-#~ "󤬤館ޤ󡣤ǤʤС϶ˤޤ"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "ץ󥿤Ŭ/ɹ"
-
-#~ msgid "Configure printing system"
-#~ msgstr "ƥ"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "⥸塼 %s ΥץꤷƤ"
-
-#~ msgid "Low"
-#~ msgstr "㤤"
-
-#~ msgid "Medium"
-#~ msgstr "ۤɤۤ"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Υƥ٥ϤäȤ褯ʤäƤơٹå\n"
-#~ "Ƥޤ"
-
-#~ msgid "Boot mode"
-#~ msgstr "֡ȥ⡼"
-
-#~ msgid "Export"
-#~ msgstr "ݡ"
-
-#~ msgid "click here"
-#~ msgstr "򥯥å"
-
-#~ msgid "mount failed"
-#~ msgstr "ޥȤ˼"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Linux ϻ֤GMTĤޤ֥˥åɸפǴƤơ\n"
-#~ "ʤӤˤ碌Ѵޤ"
-
-#~ msgid ""
-#~ "You may choose to upload updated packages that have been released after "
-#~ "the\n"
-#~ "distribution has been made available. You will get security fixes or bug\n"
-#~ "fixes, but you need to have an Internet connection configured to "
-#~ "proceed.\n"
-#~ "Answer \"Yes\" to the dialog to choose an available mirror. After "
-#~ "choosing\n"
-#~ "a mirror, a packages selection tree appears to allow you to choose "
-#~ "packages\n"
-#~ "individually, package that need to be updated are already selected, but "
-#~ "you\n"
-#~ "may choose to install other package or deselect packages. Press \"Install"
-#~ "\"\n"
-#~ "to install the updated package or \"Cancel\" not to upgrade them. (this\n"
-#~ "*REALLY* need to be modified according to real DrakX, if you need other\n"
-#~ "help section, let us (DrakX team developer) known)."
-#~ msgstr ""
-#~ "ǥȥӥ塼ʹߤ˹줿ѥå򥢥åץ\n"
-#~ "褦˻ǤޤƥեåХեåǤ\n"
-#~ "ޤˤϥ󥿡ͥå³ɬפǤ\n"
-#~ "Ȥߥ顼Ȥ֤ˤϡ \"Ϥ\" Ǥ\n"
-#~ "ѥåĥ꡼ФƤơ̤˥ѥå٤褦ˤʤޤ\n"
-#~ "ɬפʥѥåѤߤǤ¾ΥѥåꡢޤϤ\n"
-#~ "ǤޤѥåΥ󥹥ȡˤ \"󥹥ȡ"
-#~ "\"\n"
-#~ "򲡤ʤʤ \"󥻥\" 򲡤ޤ (ʪ DrakXŪ\n"
-#~ "ˤФѹ٤ǡ⤷¾Υإפɬפʤ顢DrakXȯޤ\n"
-#~ ""
-
-#~ msgid ""
-#~ "To know about the options available for the current printer read either "
-#~ "the list shown below or click on the \"Print option list\" button. %s\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ޤΥץ󥿤ǻȤ륪ץ򸫤ˤϡΰɤफ뤤"
-#~ "֥ץץܥ򥯥åޤ礦%s\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "This %s scanner uses parallel port, which is unsupported for the moment"
-#~ msgstr ""
-#~ " %s ʤϥѥݡȤȤΤǡޤϥݡȤƤޤ"
-
-#~ msgid "Connect to Internet"
-#~ msgstr "󥿡ͥåȤؤ³"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "󥿡ͥåȤ"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "ͥåȥ³ (LAN/󥿡ͥå)"
-
-#~ msgid "authentification"
-#~ msgstr "ǧ"
-
-#~ msgid "user"
-#~ msgstr "桼"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "nfs ͭ꥽ǻȤΤ򥹥"
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr " %s nfs ͭ꥽ǻȤΤ򥹥"
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "samba ͭ꥽ǻȤΤ򥹥"
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr " %s samba ͭ꥽ǻȤΤ򥹥"
-
-#~ msgid "Removable media"
-#~ msgstr "ࡼХ֥ǥ"
-
-#~ msgid "Active"
-#~ msgstr "ƥ"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "%sץץ󥿤ΤȤǸĤޤ"
-
-#~ msgid "Local Printer Device"
-#~ msgstr "ץ󥿥ǥХ"
-
-#~ msgid "Printer Device"
-#~ msgstr "ץ󥿥ǥХ"
-
-#~ msgid "Device/file name missing!"
-#~ msgstr "ǥХ/ե̾ޤ"
-
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "⡼CUPS оΥץ"
-
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "⡼ȥоΥץ"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "³Ƥޤ..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "³ĤƤޤ..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "³ĤƤޤ\n"
-#~ "root ˤʤäơʲ¹ԤƤߤƤ\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down"
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "ƥ³Ǥޤ"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "󥹥ȡ뤹륵Dz"
-
-#~ msgid "Total size: "
-#~ msgstr "ץ: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Ф餯Ԥ"
-
-#~ msgid "Total time "
-#~ msgstr "׻ "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Ǥˤ X11 Ȥޤ"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "ץ󥿤ĤʤäƤǥХϲǤ\n"
-#~ "( /dev/lp0 LPT1: ˤʤޤ)\n"
-
-#~ msgid "%s"
-#~ msgstr "%s"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "ٹ𡢥ͥåȥץϤ⤦꤬Ǥޤ\n"
-#~ "ʤޤ衣"
-
-#~ msgid "New"
-#~ msgstr ""
-
-#~ msgid "Remote"
-#~ msgstr "⡼"
-
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr ""
-#~ "Υܥ򥯥å뤫\n"
-#~ "\n"
-#~ "\"New\"Ȥޤ"
-
-#~ msgid "Use \"New\""
-#~ msgstr "\"New\"Ȥޤ"
-
-#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
-#~ msgstr "ΰ˴˾Υȥ꤬ʤФϤޤ礦:"
-
-#~ msgid "Shared resource"
-#~ msgstr "ͭ꥽"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr " (%s)äΤ\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr "? (ǥեȤ %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "ɤˤޤʥǥեȤ %sФʤʤ֤ʤס"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "/etc/sysconfig/autologin ɤߤȤѤ˳ޤ: %s"
-
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "դĤϡ/dev/hdaסʥץ饤ޥͥΥޥɥ饤֡ˤ\n"
-#~ "/dev/sda (ǽ SCSI ǥ) Ӥޤ\n"
-#~ "ˤ¾ͤƤ"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "ͥåȥǥХ %s ƵưޤǤ͡"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "ͥåȥƵưƤߤޤ"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Ǥ͡"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "ͥåȥǥХƵưޤ:\n"
-
-#~ msgid ""
-#~ "The following printers are configured.\n"
-#~ "You can add some more or modify the existing ones."
-#~ msgstr ""
-#~ "ʲΰ塼ѤߤǤ\n"
-#~ "塼ɲáѹǤޤ"
-
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "³ॢ () [ ١̤ ]"
-
-#~ msgid ""
-#~ "The Mandrake Linux spreads among several CDROMs. It may be that drakX "
-#~ "has\n"
-#~ "selected packages on another CDROM than the installation CDROM, and when "
-#~ "it\n"
-#~ "needs that you put another one into the drive, it will eject the current "
-#~ "CDROM\n"
-#~ "and ask you for another one."
-#~ msgstr ""
-#~ "Mandrake Linux ʣ CDROM ˤޤäƤޤǤ drakX \n"
-#~ "󥹥ȡCDROMʳCDROMäѥå⤷ޤ\n"
-#~ "̤CDROMɬפˤʤä顢ޤCDROMϥȤơ̤Τ\n"
-#~ "Ⱥ¥Ǥޤ"
-
-#~ msgid ""
-#~ "drakX just skips this test unless you purposely click on the "
-#~ "corresponding step\n"
-#~ "on the left. By default, drakX sees your mouse as a two-button mouse and\n"
-#~ "emulates the third button, and knows whether it's PS/2, serial or USB.\n"
-#~ "\n"
-#~ "Perhaps this is not what you want. In that case, you just have to select "
-#~ "the\n"
-#~ "right type for your mouse in the list which appears.\n"
-#~ "\n"
-#~ "You can now test your mouse. Use buttons and wheel to verify if settings "
-#~ "are\n"
-#~ "good. If not, you can click on \"Cancel\" to choose another driver."
-#~ msgstr ""
-#~ "drakX ϡб륹ƥåפտŪ˥åƤʤ¤ꡢ\n"
-#~ "ƥȤȤФޤǥեȤǤ drakX ϡޥ2ܥޥ\n"
-#~ "ȽǤܥϥߥ졼Ȥޤ줬 PS/2, ꥢ롢 USB\n"
-#~ "Τɤ줫ϼưȽꤷޤ\n"
-#~ "\n"
-#~ "Ǥ⡢ϤʤΤۤǤϤʤ⤷ޤ󡣤ξˤϡ\n"
-#~ "ФƤŬڤʥޥμǤ\n"
-#~ "\n"
-#~ "ޥƥȤƤߤƤܥۥȤä꤬\n"
-#~ "פǧޤʤ֥󥻥פ̤Υɥ饤Фˤޤ"
-
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "%s ǥեȥץ󥿤ˤǤޤǤ"
-
-#~ msgid "Spooler: "
-#~ msgstr "ס: "
-
-#~ msgid "Test the mouse here."
-#~ msgstr "ޥƥȤƤߤƤ"
-
-#~ msgid "Press next to continue."
-#~ msgstr "ּפ򲡤˿ʤߤޤ礦"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "ǥեȤΥ٥"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "/etc/fstab 򹹿"
-
-#~ msgid "Format all"
-#~ msgstr "Ƥեޥå"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "ƤΥѡƥեޥåȤ,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "ΥѡƥΥǡϼޤ"
-
-#~ msgid "Reload"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "󥹥ȡλȥƥѻ˻ȤǤ"
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "󥹥ȡ³ˤϡΥ饤󥹤ξƱդƤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ƱդʤƱդפ򥯥åޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "ƱդǤʤСֵݡפӤޤ󥹥ȡϽλߤ\n"
-#~ "ΤޤޤǤ"
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "ΥꥹȤ顢ʬΥܡ֤Ǥ"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "ۤΤȤСʥ󥹥ȡ볫ϻΤȤ̤ΤȤСˤ˾\n"
-#~ "ʤ顢ΰǤ֤Ȥˤϡפ\n"
-#~ "٤Ф礦֤Ǥ"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ ":\n"
-#~ "\n"
-#~ " - ޥ: GNU/Linux ˾ܤСʬΥޥμʻȤ\n"
-#~ " 碌Ӥޤ礦ܤϰʲ򻲾ȤƤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ѡ: GNU/Linux˾ܤͤü\n"
-#~ " 󥹥ȡ򤷤Ӥޤ֥ޥ\n"
-#~ " Υ󥹥ȡƱʬΥƥλȤ٤ޤ\n"
-#~ " Ǥ⡢˼ʤʤ顢ФˤϻȤʤǤ"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "ޥλȤʤϤĤޤꡢʤ󥹥ȡ\n"
-#~ "֥פ֥ѡȡפȤޤˤϰʲ̤:\n"
-#~ "\n"
-#~ "\n"
-#~ " - ơ: ޥ˥ǥȥåפΰѤǻȤ\n"
-#~ " 顢Ǥե̳Խʤɤǥޥ\n"
-#~ " ȤˤϤǤѥ䳫ȯѤΥ桼ƥƥ\n"
-#~ " ޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ȯ: ̾ΤȤꡣΥޥ˥եȳȯǻȤΤʤ顢\n"
-#~ " Ǥɤ򥳥ѥ롢ǥХå\n"
-#~ " ꡢեȥѥåäꤹΤ˻ȤեȽ٤\n"
-#~ " 󥹥ȡ뤵ޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - : Mandrake Linux򥤥󥹥ȡ뤷褦ȤƤޥ\n"
-#~ " ѤǻȤĤʤ餳Ǥե륵 (NFSSMB)\n"
-#~ " ץ󥿥СUnixlp (饤ץ) ץȥ뤫ɥ\n"
-#~ " SMBͳΰˡǧڥ (NIS)ǡ١ФʤɤǤ\n"
-#~ " ξˤϡKDEGNOMEʤɤΤʪϥ󥹥ȡ뤷ޤ"
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Ǥϥ󥹥ȡ롦åץ졼ɤѥåӤޤ礦\n"
-#~ "\n"
-#~ "顢DrakX Τۤǡ򥤥󥹥ȡ뤹;͵뤫\n"
-#~ "åޤ­ʤٹФޤǤ³СDrakX\n"
-#~ "ϼºݤΥ󥹥ȡ˿ʤߤޤפǤʤѥåȤޤ\n"
-#~ "κǸˡָ̤ΥѥåפȤΤޤ\n"
-#~ "֤ȡ1000İʾΥѥå򤺤äȸƤȤˤʤޤ..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Ǥϥ󥹥ȡ뤷ѥå̤٤ޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѥåɥκߤˤ륪ץ򥯥åȡĥ꡼\n"
-#~ "ΤФ̤᤿Ǥޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѥå abc ¤ؤСabcȥ롼׽ڤؤ\n"
-#~ "򥯥åƤ\n"
-#~ "\n"
-#~ "\n"
-#~ "¸طˤĤƤηٹ𤬤ʤСְ¸طưפ\n"
-#~ "åƤ֤ȡѥå\n"
-#~ "顢˰¸ѥåޤäƲޤ"
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "嵭ΰCD٤ƤäƤСOk򥯥åޤ礦\n"
-#~ "CDĤʤС󥻥򥯥åƤ\n"
-#~ "긵ˤʤCDС򤫤ϤƤOk򥯥åޤ"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are installing on an Apple machine with a 1-button mouse, you "
-#~ "will\n"
-#~ "be given the opportunity to define some keyboard keys to emulate the 2nd\n"
-#~ "and 3rd mouse buttons. This will allow you to be able to access the "
-#~ "full\n"
-#~ "functionality of the mouse in both the Linux console and the X Window "
-#~ "GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have an ADB mouse, please select USB, as the Linux kernel will "
-#~ "take\n"
-#~ "care of mapping your mouse hardware correctly."
-#~ msgstr ""
-#~ "ǤϥޥƥȤƤߤޤ礦ܥۥȤäƤߤ\n"
-#~ "꤬Ƥʤ֥󥻥פ򥯥å\n"
-#~ "̤Υɥ饤ФӤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "⤷åץΥޥǥޥܥ󤬰ĤʤС2ܤ3\n"
-#~ "Υޥܥ򥨥ߥ塼졼Ȥ륭Ȥ߹碌Ǥޤ\n"
-#~ " Linux 󥽡Ǥ X ɥ GUI Ǥ⡢ޥεǽ\n"
-#~ "˻Ȥޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ADB ޥȤäƤȤ USB 򤷤ƤLinux ͥ\n"
-#~ "ΤۤǡޥΥϡɥΥޥåԥ󥰤򤭤Ƚޤ"
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "ޥ򥤥󥿡ͥåȤ LAN ˤĤʤʤ顢б\n"
-#~ "ץǤץˡΥǥХ\n"
-#~ "Ÿ򤤤ơDrakX ˼ưФƤ\n"
-#~ "\n"
-#~ "\n"
-#~ "󥿡ͥåȤ LAN ³ʤʤ顢֥ͥåȥȤʤפ\n"
-#~ "Ӥޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "ͥåȥ򤢤Ȥޤ路ˤ뤫뤤Ϥ⤦ꤷäƤ\n"
-#~ "ʤִλפӤޤ"
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "ǥबФǤޤ󡣥ǥΤĤʤäƤ륷ꥢݡȤ\n"
-#~ "Ǥ\n"
-#~ "\n"
-#~ "\n"
-#~ "ͤޤǤˡǽΥꥢݡȡʥɥǤϡCOM1סˤϡ\n"
-#~ "Linux ǤϡttyS0פȸƤФޤ"
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "륢åפ򤷤ޤϤƤ狼ʤ\n"
-#~ "ޤϼʤȤϡ򥤥󥿡ͥåȤΥץХ\n"
-#~ "äƤDNS (͡ॵ) 򤳤ϤʤС\n"
-#~ "ξ³˥󥿡ͥåȤΥץХޤ"
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "ǥबդʤ顢ŸơDrakX˼ưŪ˸ФƤ"
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "ǥŸơΤǤ"
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "ξɤ狼ʤ뤤ϲϤ뤫\n"
-#~ "狼ʤС򥤥󥿡ͥåȤΥץХISP) \n"
-#~ "äƤDNS (͡ॵ) 򤳤ϤʤС\n"
-#~ "ξ³˥󥿡ͥåȤΥץХޤ"
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Ǥϡɬפʤۥ̾Ƥ⤷狼ʤ\n"
-#~ "ϤƤ狼ʤСISP򶵤äƤ"
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "ǤϥͥåȥǥХꤷޤ礦:\n"
-#~ "\n"
-#~ " - IP ɥ쥹: 狼ʤСͥåȥԤˤƤ\n"
-#~ " ǡּư IP ץ֤ʤ顢ϤʤǤ\n"
-#~ "\n"
-#~ " - ͥåȥޥ: 255.255.255.0פˤƤΤ̵Ǥʤ"
-#~ "\n"
-#~ "ͥåȥԤˤƤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ư IP: ͥåȥ BOOTP DHCP ץȥȤäƤ\n"
-#~ "ΥץǤ֤ȡIP ɥ쥹פ\n"
-#~ "ɬפϤޤ󡣼ʤСͥåȥԤˤ\n"
-#~ ""
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "ơɬפʤ鼫ʬΥۥ̾Ϥޤ礦\n"
-#~ "狼ʤʤХͥåȥԤˤƤ"
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "ɬפʤ顢ۥ̾ϤƤ⤷\n"
-#~ "狼ʤʤСƤޤ礦"
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Ǥϥ륢åפ򤷤ޤϤƤ狼ʤС\n"
-#~ "ISP򶵤äƤ"
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "ץȤʤ顢ꤷޤ礦ץȤɤ\n"
-#~ "狼ʤСͥåȥԤISPˤƤ"
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "󥿡ͥå³꤬СǰŹѥå򥤥󥹥ȡ\n"
-#~ "ǤޤޤѥåȤäƤ륵Ȥǡ줫饤󥹥ȡ\n"
-#~ "ѥåӤޤ\n"
-#~ "\n"
-#~ "ʤȤȰŹѥåϡʬΤȤˡˤä\n"
-#~ "ΤˤƤ"
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "ơʬεˤ碌ॾӤޤ礦"
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "ꤹץ󥿤ϡץ󥿡ʤΥޥľܤĤʤäΡˤ"
-#~ "\n"
-#~ "⡼ȥץ (Unix, Netware, MS Windows ΥͥåȥͳΤΡˤ"
-#~ "\n"
-#~ "ޤޤ"
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Ǥ褦ˤʤСCUPS LPRΤɤ餫ΰƥ\n"
-#~ "Ǥ\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS ϿϤǽ Unix ѰƥǤ (CUPSȤΤ\n"
-#~ "Common Unix Printing Systemפά)Mandrake LinuxǤϤ줬ǥե\n"
-#~ "Ǥ\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR ϸŤƥǡΤ Mandrake Linux ǻȤäƤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ץ󥿤äƤʤС֤ʤפ򥯥åޤ礦"
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux ϳƼΥץ󥿤򰷤ޤ줾꤬äƤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "⤷ץ󥿤ޥľܤĤʤäƤʤ顢֥ץ󥿡פ\n"
-#~ "Ӥޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "⡼Ȥ Unix ޥˤĤʤäץ󥿤򥢥ˤϡ\n"
-#~ "֥⡼ȥץ󥿡פӤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "⡼Ȥ MS Windows ޥˤĤʤäץ󥿤򥢥ʤ\n"
-#~ "(뤤 SMB ץȥȤä Unix ޥΥץ󥿡ˡ֤Τ\n"
-#~ "SMB/Windows 95/98/NTפǤ"
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Ǥޤץ󥿤ŸơDrakX ФǤ褦ˤޤ礦\n"
-#~ "\n"
-#~ "ˤĤפޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " * ץ̾: ץ󥿤ΥסϡǥեȤΥץ̾Ȥơlp"
-#~ "\n"
-#~ " ȤޤlpפȤץ󥿤ɬפǤ⤷ץ󥿤\n"
-#~ " Ǥ⡢̾ʣޤѥʸ֡á"
-#~ "\n"
-#~ " ڤФΤǤǤ顢äỌ̇̄Τ̾ˤС\n"
-#~ " ޤäƤޤ礦My printer|lpפȤ硣\n"
-#~ " ̾ˡlpפΤĤץ󥿤ǥեȤΥץ󥿤ˤʤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " * : ϤʤƤ⤤ǤʣΥץ󥿤äƤꡢۤ"
-#~ "\n"
-#~ " ޥ󤬤Υץ󥿤˥ȤǤ\n"
-#~ "\n"
-#~ "\n"
-#~ " * : ⤷ץ󥿤ξˤĤƾ줿С\n"
-#~ " Ϥޤ礦ʡ󳬡פȤʵҤǤޤޤˡ\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "ǤϤƤ\n"
-#~ "\n"
-#~ "\n"
-#~ " * 塼̾: ץ󥿤ΥסϡǥեȤǤϡlpפȤ"
-#~ "\n"
-#~ " lpפȤץ󥿤ɬפǤ\n"
-#~ " ⤷ץ󥿤Ǥ⡢̾ʣޤ\n"
-#~ " ѥʸ֡áפǶڤФΤǤǤ顢äỌ̇̄Τ\n"
-#~ " ̾ˤСޤäƤޤ礦My printer|lpפ\n"
-#~ " 硣\n"
-#~ " ̾ˡlpפΤĤץ󥿤ǥեȤΥץ󥿤ˤʤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " * סǥ쥯ȥ: Υǥ쥯ȥ˰֤¸ޤ\n"
-#~ " Ȥ٤狼ʤХǥեȤΤޤޤˤƤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ " * ץ³: ץ󥿤ޥľܤĤʤäƤϡ\n"
-#~ " ֥ץ󥿡פӤޤ⡼ȤUnixޥΥץ󥿤\n"
-#~ " Ȥˤϡ֥⡼lpdץ󥿡פӤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " ⡼ȤΥɥޥʤޤSMB ץȥѤUnixޥ\n"
-#~ " Υץ󥿤򥢥ˤϡSMB/Windows 95/98/NTפӤ"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ " NetWare ͥåȥΥץ󥿤򥢥С\n"
-#~ " NetWareפӤޤ\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "ץ󥿤ФǤޤ󡣥ץ󥿤³줿ǥХ̾Ϥ\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ "ʤߤˡץ󥿤ϤդĤϺǽΥѥݡȤˤĤʤäƤΤ"
-#~ "\n"
-#~ "GNU/Linux Ǥϡ/dev/lp0פɥǤϡLPT1פˤʤޤ"
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "ΰ鼫ʬΥץ󥿤Ǥ"
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "ʬΥץ󥿤ˤäץǤ\n"
-#~ "ʤˤ֤狼ʤСץ󥿤λ򸫤Ƥ\n"
-#~ "\n"
-#~ "\n"
-#~ "ΥƥåפƥȤǤޤ줬פ̤˵ǽʤ\n"
-#~ "Ѥޤ"
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "ǤMandrake Linuxƥrootѥɤꤷޤ礦\n"
-#~ "ѥɤ 2 Ϥơץߥʤɤǧޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "RootȤΤϥƥδԤǡƥѤͣ\n"
-#~ "ʪǤǤ顢ΥѥɤϤȤդƤ\n"
-#~ "root¤˻ȤȡΥƥ䡢ͥåȥǤĤʤä¾\n"
-#~ "ƥ䤽Υǡ˽ʴڤܤȤˤʤ꤫ͤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѥɤϡե٥åȤ򺮤ΤˤơǤ 8 ʸ\n"
-#~ "ɬפǤ*Ф*äƤꤷƤϤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ǤĹ䤳ꤹѥɤǤ衣ʬǤ\n"
-#~ "ڤ˻פɬפޤ"
-
-#~ msgid ""
-#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
-#~ "select\n"
-#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
-#~ "network\n"
-#~ "administrator.\n"
-#~ "\n"
-#~ "If your computer is not connected to any administrated network, you may "
-#~ "want to\n"
-#~ "choose \"Local files\" for authentication."
-#~ msgstr ""
-#~ "ͥåȥǧڤ LDAP (ޤ NIS) ȤäƤʤ顢ǧڤΤȤ\n"
-#~ "\"LDAP\" (ޤ \"NIS\") Ǥ狼ʤСͥåȥ\n"
-#~ "δԤˤޤ礦\n"
-#~ "\n"
-#~ "⤷ԥ塼ԤĤͥåȥˤĤʤäƤʤʤ\n"
-#~ "ǧڤˤ \"ե\" Ӥޤ礦"
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "ǤϤǡ̾Ρץ桼ȤĤޤ\n"
-#~ "ϡøץ桼Ȥroot ȤϤޤΥƥ\n"
-#~ "Ȥͤˡ줾̡ΥȤĤ褦ˤޤƥ\n"
-#~ "ȤȼδĶʥեåĶץʤɡˤ\n"
-#~ "줾켫Ρ֥ۡǥ쥯ȥפäƤˤ¸\n"
-#~ "Ƥޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ޤϼʬѤΥȤĤäƤ桼ʤͤǤ⡢\n"
-#~ "դ󥷥ƥȤȤˤϡrootȤäƤ*ޤ*\n"
-#~ "ȡƥΥꥹ礭ʤޤä\n"
-#~ "ץߥǡƥФƤޤ衣\n"
-#~ "\n"
-#~ "\n"
-#~ "äơդĤϤǤĤ桼ȤǥƥȤޤ\n"
-#~ "rootǥ󤹤Τϡƥȥƥʥ󥹤ΤȤǤ"
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "ưǥȤĤäƤƤޥưǤʤ\n"
-#~ "ʤä顢줬ƥ󥹥ȡ뤻˥ǥߤͣμʤǤ"
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO grub μץץϰʲΤȤǤ:\n"
-#~ " - ֡ȥǥХ: ֡ȥĥǥХ̾ʤȤХϡ\n"
-#~ "ǥΥѡƥˡʤ¤ꡢ/dev/hdaפӤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ " - ǥեȥ᡼ưԤ: ֡ȥǽΥ᡼ư\n"
-#~ "ޤǤԤ֤1/10ñ̤ǻꤷޤϡܡɤͭ\n"
-#~ "ʤäƤ˥ϡɥǥ鵯ư륷ƥʤɤǤ\n"
-#~ "Ԥ֡פ̵äꥼäꤷ顢֡ȥԤޤ"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ " - ӥǥ⡼ɡư˻Ȥ VGA ƥȥ⡼ɤꤷޤȤ"
-#~ "\n"
-#~ "ʲͤǤ\n"
-#~ "\n"
-#~ " * Ρޥ: ̾ 80x25 Υƥȥ⡼\n"
-#~ "\n"
-#~ " * <>: бƥȥ⡼\n"
-#~ "\n"
-#~ " - ưΤӤ \"/tmp\" 򥯥ꥢ: ƥ൯ư \"/tmp\" ե"
-#~ "ǥ쥯ȥ\n"
-#~ "õФΥץӤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ɬפ˱Ƹ̩ RAM : ǰʤ顢BIOS ˥ޥ RAM \n"
-#~ "Τ̤򤭤ˡ줵Ƥޤ󡣤Τ Linux ϡRAM\n"
-#~ "̤Τ˸ФǤʤ⤷ޤ󡣤ξ硢Τ RAM \n"
-#~ "̤򤳤ǻǤޤʤФ줿RAMȼºݤRAM 2-4 MB ۤ\n"
-#~ "ƤΤϤޤäʤʤȤǤ"
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO SPARCѤΥ֡ȥǤԥ塼GNU/Linux\n"
-#~ "ʤɳƼOSưǤޤ\n"
-#~ "̤ϡOSϼưŪˤȸФƥ󥹥ȡ뤵ޤ\n"
-#~ "줬ʤ顢Ǽưǥȥɲäޤ礦ѥ᡼\n"
-#~ "ޤʤ褦դƤ\n"
-#~ "\n"
-#~ "\n"
-#~ "¾OSˤ¾οͤǤʤ褦ˤȤ⤢ޤ\n"
-#~ "ˤϤOSΥȥƤޤ礦ξϡ\n"
-#~ "OSȤȤˤϵưǥפޤ衪"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "SILO μץץϰʲΤȤǤ:\n"
-#~ " - ֡ȥƳ: GNU/Linux ưΤɬפȤʤ֤"
-#~ "\n"
-#~ "Ƥʤˤ򤹤ФϤäʬʤϡ\n"
-#~ "֥ɥ饤֤κǽΥ(MBR)פӤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ " - ǥեȥ᡼ưԤ: ֡ȥǽΥ᡼ư\n"
-#~ "ޤǤԤ֤1/10ñ̤ǻꤷޤϡܡɤͭ\n"
-#~ "ʤäƤ˥ϡɥǥ鵯ư륷ƥʤɤǤ\n"
-#~ "Ԥ֡פ̵äꥼäꤷ顢֡ȥԤޤ"
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "ǤXɥƥ򤷤ޤ礦GNU/Linux GUI (ե"
-#~ "\n"
-#~ "桼󥿡եˤγ˿ʬǤΤˤϤޤӥǥɤ\n"
-#~ "˥򤷤ޤ桢ۤȤɤϼưƤΤǡ̾ʤ\n"
-#~ "ñˡ̤򸫤ƤǧǤߤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "꤬ä顢XޤʤʤʤDrakX̿ᤷ"
-#~ "\n"
-#~ "¤ˡ꤬ǧǤޤʤСäƤ\n"
-#~ "ʤޤϲ٤Ǥ⹥ʤǤޤ"
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "X ꤬СΥץȤäơXɥƥ\n"
-#~ "ꤷľƤ"
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "ե롦󤬹ʤ顢֤ϤפӤޤǤʤ\n"
-#~ "֤פӤޤ"
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "ޥΥƥΥ٥٤ޤܤϥޥ˥奢򻲾ȡ\n"
-#~ "Ūˤϡɤ٤Ф狼ʤХǥեȤΤޤޤˤޤ\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "ƥƵưޤ\n"
-#~ "\n"
-#~ "Ƶư顢 Mandrake Linux ƥबưŪˤޤ\n"
-#~ "̤OS򤿤ȤˤϡɲäɤǤ"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "linuxʣѤˡư󥹥ȡǥĤޤ"
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "ʥץޡ"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Хʥץޡ"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Remote queue"
-#~ msgstr "⡼ȥ塼"
-
-#~ msgid "Remote queue name missing!"
-#~ msgstr "⡼ȥ塼̾ޤ"
-
-#~ msgid ""
-#~ "Here you can specify any arbitrary command line into which the job should "
-#~ "be piped instead of being sent directly to a printer."
-#~ msgstr ""
-#~ "Ǥϡ֤ץ󥿤ˡǤդΥޥɤ˥ѥפ褦"
-#~ "ޤ"
-
-#~ msgid "Command line"
-#~ msgstr "ޥɥ饤"
-
-#~ msgid "A command line must be entered!"
-#~ msgstr "ޥɥ饤ϤƤ"
-
-#~ msgid "Option %s->{ARGS}[%s]{'comment'} must be an integer number!"
-#~ msgstr "Option %s->{ARGS}[%s]{'comment'} ˤƤ!"
-
-#~ msgid "Option %s->{ARGS}[%s]{'comment'} must be a number!"
-#~ msgstr "Option %s->{ARGS}[%s]{'comment'} ϿˤƤ!"
-
-#~ msgid "Option %s->{ARGS}[%s]{'comment'} out of range!"
-#~ msgstr "Option %s->{ARGS}[%s]{'comment'} ϰϳǤ!"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "⡼ CUPS Фξ硢Ǥϥץ󥿤פǤ\n"
-#~ "ץ󥿤ϼưФޤФ̤Υͥåȥ\n"
-#~ "ȥǤΤȤϡCUPSФIPɥ쥹ȡɬפʤ\n"
-#~ "ݡֹꤷޤ礦"
-
-#~ msgid "Enter Printer Name and Comments"
-#~ msgstr "ץ󥿤̾ȥȤϤƤ"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "եƤǤޤ"
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "ե뤬ѤǤ"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Ϥץե̾:"
-
-#~ msgid "Adapter"
-#~ msgstr "ץ"
-
-#~ msgid "Disable network"
-#~ msgstr "ͥåȥ̵ˤ"
-
-#~ msgid "Enable network"
-#~ msgstr "ͥåȥͭˤ"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "ͥåȥδƻ"
-
-#~ msgid "Profile "
-#~ msgstr "ץ "
-
-#~ msgid "Statistics"
-#~ msgstr ""
-
-#~ msgid "Sending Speed:"
-#~ msgstr "®١"
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "®١"
-
-#~ msgid "Logs"
-#~ msgstr ""
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "󥿡ͥåȤ³"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "󥿡ͥåȤ"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "󥿡ͥåȤǤ˼"
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "󥿡ͥåȤǴλ"
-
-#~ msgid "Connection complete."
-#~ msgstr "³λ"
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ "³ԡ\n"
-#~ "Mandrake ȥ륻󥿡ǧƤ"
-
-#~ msgid "sent: "
-#~ msgstr "Ѥߡ"
-
-#~ msgid "received: "
-#~ msgstr "Ѥߡ"
-
-#~ msgid "average"
-#~ msgstr "ʿ"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "ޥƥȤƤߤޤ礦ܥۥȤäƤߤơ\n"
-#~ "꤬ǤƤʤ֥󥻥פ򲡤ơ\n"
-#~ "ɥ饤ФľƤ"
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (ޤ ADSL) ³"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "CUPS ǥץ󥿤򥢥ʤ顢ľ URI Ǥޤ"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "ASCIIƥȥڡƤߤ"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "PostScriptƥȥڡƤߤ"
-
-#~ msgid "Paper Size"
-#~ msgstr "ѻ極"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "֤θǥڡӽФޤ"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprintɥ饤Хץ"
-
-#~ msgid "Color depth options"
-#~ msgstr "٥ץ"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "ƥȤPostScriptǰޤ"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "ʸΥ㥮ʤޤ"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "ϥڡΥڡ"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr ";ݥȿ1/72ˤǻ"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "岼;ݥȿ1/72ˤǻ"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "¾ GhostScriptץ"
-
-#~ msgid "Extra Text options"
-#~ msgstr "¾ƥȥץ"
-
-#~ msgid "Reverse page order"
-#~ msgstr "ǸΥڡ"
-
-#~ msgid "CUPS starting"
-#~ msgstr "CUPS "
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "⡼ȥץ󥿤³Ǥ"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "ץ󥿤Ϥ줾̾פޤʤȤlp)\n"
-#~ "ۤˤ⡢ץ󥿤μޥؤΤĤʤ꤫ʤɤΥѥ᡼\n"
-#~ "ǤޤΥץ󥿤ϤʤȤ̾ˤޤ ƥޥȤϤ"
-#~ "ĤʤäƤޤ"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "ץȥ塼(ץȥ֤)̾(Ƥ\n"
-#~ " lp)Ȥ˴ϢƤ륹סǥ쥯ȥ꤬ɬפǤΥ塼\n"
-#~ "Ȥ̾ȥǥ쥯ȥϲˤޤ\n"
-#~ "ޤץ󥿤Ϥɤ³Ƥޤ"
-
-#~ msgid "Name of queue"
-#~ msgstr "塼̾"
-
-#~ msgid "Spool directory"
-#~ msgstr "סΥǥ쥯ȥꡧ"
-
-#~ msgid "Disable"
-#~ msgstr "̵"
-
-#~ msgid "Enable"
-#~ msgstr "ͭ"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "⥻ƥƥˤС֥ɥեȤפ\n"
-#~ "MD5 ѥɤȤפǤ"
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "⤷ͥåȥ NIS ȤäƤʤNIS ȤפǤ\n"
-#~ "狼ʤХͥåȥԤˤƤ"
-
-#~ msgid "yellow pages"
-#~ msgstr "ڡ"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "ץХ dns 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "ץХ dns 2"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "ɤΤ褦ˤƥ󥿡ͥåȤ³ޤ?"
-
-#~ msgid "cannot fork: "
-#~ msgstr "եԲǽ"
-
-#~ msgid "Configure..."
-#~ msgstr "..."
-
-#~ msgid "Selected size %d%s"
-#~ msgstr "Ф줿%d%s"
-
-#~ msgid "Opening your connection..."
-#~ msgstr "³򳫻..."
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "εưץȤUSBޥѤΥ⥸塼ɤޤ"
-
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Lilo /Grub"
-
-#~ msgid "Boot style configuration"
-#~ msgstr "ư"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "󥿡ͥå³꤬ޤۤΥޥ\n"
-#~ "Υޥͳǥ󥿡ͥåȤ³褦Ǥޤ\n"
-#~ "륨ꥢͥåȥ (LAN) ĤˤϡѤΥͥåȥ"
-#~ "ץפޤ\n"
-#~ "\n"
-#~ "󥿡ͥå³ζͭꤷޤ\n"
-
-#~ msgid "Welcome to the Internet Connection Sharing utility!"
-#~ msgstr "󥿡ͥå³ͭ桼ƥƥؤ褦"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "¸طμư"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "LILO/GRUB "
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "ưǥ"
-
-#~ msgid "Choice"
-#~ msgstr ""
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr "ʿǤ줤˸aurora"
-
-#~ msgid "vertical traditional aurora"
-#~ msgstr "跿οľ aurora"
-
-#~ msgid "gMonitor"
-#~ msgstr "g˥"
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "ǤϤ¾Υץ򤤤Ĥꤷޤ礦\n"
-#~ "\n"
-#~ " - ϡɥǥŬ򤹤: Υץϡϡɥǥǽ\n"
-#~ " Ƥޤ٤ʥ桼ѤǤΥåץåȤ\n"
-#~ " ǥΥǡޤͥǤ⡢äåץåȤ\n"
-#~ " ɥ饤֤Υ֥åꥹȤϻäƤޤˤܤˤʤ\n"
-#~ " 򤱤̵ۤǤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ƥ٥: ƥΥƥ٥٤ޤ\n"
-#~ " ܤϥޥ˥奢򻲾ȤƤŪˤϡ褯狼ʤ\n"
-#~ " ХǥեȤΤޤޤǤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ " - ɬפʤΤRAM: ǰʤ餤ޤΥѥǤϡBIOS\n"
-#~ " ƥRAM̤ˤĤƤޤȤʹˡޤ󡣤η̡\n"
-#~ " LinuxϥޥRAM򤭤ȸФǤʤȤޤξ\n"
-#~ " ˤϡ̤ꤷޤ\n"
-#~ " ա 2 or 4 MB 餤ΤϵˤʤפǤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ࡼХ֥ǥμưޥ: ࡼХ֥ɥ饤֡CD-ROM\n"
-#~ " եåԡZIPʤɡˤmountפumountץޥɤǼưޥ\n"
-#~ " Τݤʤ顢ΥץӤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "* ưΤӤˡ/tmpפ: ⤷ƥư뤿Ӥˡ/tmpפ\n"
-#~ "եǥ쥯ȥõˤϡΥץǤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ưNum Lock򥪥ˤ: ưNumber Lock򥪥ˤ\n"
-#~ " ΥץӤޤաåץȥåפǤϡΥץ\n"
-#~ " ˤƤϤޤ󡣤ޤXɥǤNum LockϻȤʤ\n"
-#~ " Ȥޤˡ"
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr "ʤ᡼ϤޤǤޤ󡣤ƼϤ"
-
-#~ msgid ""
-#~ "Welcome to The Network Configuration Wizard.\n"
-#~ "Which components do you want to configure?\n"
-#~ msgstr ""
-#~ "ͥåȥꥦɤؤ褦\n"
-#~ "ɤΥݡͥȤꤷǤ?\n"
-
-#~ msgid "Internet/Network access"
-#~ msgstr "󥿡ͥå/ͥåȥؤΥ"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "¾"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "¾μ"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "ѡޥȤϹ⤤ƥ٥ǤϻȤޤ"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ ": Υƥ٥Ǥϡ󥽡ǤΥ롼ȥ\n"
-#~ "Ĥޤ\n"
-#~ "root ˤʤꤿȤϡ桼ǥ󤷤ơsuפȤɬפޤ\n"
-#~ "ŪˤϡФޥȤȴԤʤǤ\n"
-#~ "ٹ𤷤ޤ衣"
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "աnumlock ͭˤȡĤΥȥ̤ʸ\n"
-#~ "Τ˿֤ޤ(㡧pפǤĤȡ6פ֤ޤ)"
-
-#~ msgid "not connected"
-#~ msgstr "³Ƥޤ"
-
-#~ msgid "Actions"
-#~ msgstr "դޤ"
-
-#~ msgid "Scientific applications"
-#~ msgstr "ʳإץꥱ"
-
-#~ msgid "File/Print/Samba"
-#~ msgstr "Сե//Samba"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr "СDNS/DHCP"
-
-#~ msgid "First DNS Server"
-#~ msgstr "ե DNS "
-
-#~ msgid "Second DNS Server"
-#~ msgstr " DNS "
-
-#~ msgid "using module"
-#~ msgstr "⥸塼"
-
-#~ msgid "Development, Database"
-#~ msgstr "ǡ١ȯ"
-
-#~ msgid "Development, Integrated Environment"
-#~ msgstr "ȯĶ"
-
-#~ msgid "Development, Standard tools"
-#~ msgstr "ȯѡɸġ"
-
-#~ msgid ""
-#~ "\n"
-#~ "Warning:\n"
-#~ "Applying the changes while running may crash your X environnement."
-#~ msgstr ""
-#~ "\n"
-#~ "ٹ:\n"
-#~ "¹ѹŬѤȡX Ķå夹뤫⤷ޤ"
-
-#~ msgid ""
-#~ "\n"
-#~ "If you continue, I will shut down your %s environnement"
-#~ msgstr ""
-#~ "\n"
-#~ "³ʤ顢%s Ķ򥷥åȥ󤷤ޤ"
-
-#~ msgid "eth%s"
-#~ msgstr "eth%s"
-
-#~ msgid "loopback"
-#~ msgstr "롼ץХå"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "ɤΥ֡ȥȤޤ"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Ƴեå"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "ǥ򸡺ޤ"
-
-#~ msgid "Configure an ISDN connection"
-#~ msgstr "ISDN ³"
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr "󥿡ͥå³̵ˤ"
-
-#~ msgid "Configure local network"
-#~ msgstr "LAN "
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "󥿡ͥå³꡿LAN "
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "ͥåȥѤߤǤ\n"
-#~ "ʲ򤷤Ǥ"
-
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "ɤȤä..."
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr ""
-
-#~ msgid "Multimedia"
-#~ msgstr "ޥǥ"
-
-#~ msgid "Sciences"
-#~ msgstr "ʳ"
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ "xchat, licq, gaimʤɤΥåѥե (IRC 䥤󥹥ȥå) "
-#~ "եžġ"
-
-#~ msgid "Communication facilities"
-#~ msgstr "̿Ϣ"
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Internet Tools"
-#~ msgstr "󥿡ͥåȥġ"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr "ǡ١饤Ȥȥ (mysql, postgresql)"
-
-#~ msgid "Development C/C++"
-#~ msgstr "ȯ C/C++"
-
-#~ msgid "Configure timezone"
-#~ msgstr "ॾ"
-
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "ͥåȥץ 1eth0"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "ʥǡ뤪줬ޤ"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "ưnum lock򥪥ˤ"
-
-#~ msgid "Confirm Password"
-#~ msgstr "ѥɤ"
-
-#~ msgid "DNS server:"
-#~ msgstr "DNS :"
-
-#~ msgid "Gateway device:"
-#~ msgstr "ȥǥХ:"
-
-#~ msgid "default"
-#~ msgstr "ǥե"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "ƥλȤǤ"
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "󥹥ȡ뤹륵Dz"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "diskdrakeȤ"
-
-#~ msgid "Customized"
-#~ msgstr "ޥ"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "ʤ˥ۥȤΥѡȤǤ礦ͤ\n"
-#~ "֤ȡϤʤˤ餯ʤޤͤǤ㤤ޤ衣\n"
-#~ "֥ѥɤ򥷥ɥˤޤפȤä֤ޤ Τ褦ʼ"
-#~ "˥ۥȤǤ"
-
-#~ msgid "Use shadow file"
-#~ msgstr "ɥեȤ"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "MD5 ѥɤȤ"
-
-#~ msgid "Search"
-#~ msgstr ""
-
-#~ msgid "Package"
-#~ msgstr "ѥå"
-
-#~ msgid "Tree"
-#~ msgstr "ĥ꡼"
-
-#~ msgid "Sort by"
-#~ msgstr "ʲΥǥȡ"
-
-#~ msgid "Category"
-#~ msgstr ""
-
-#~ msgid "Installed packages"
-#~ msgstr "󥹥ȡѤߤΥѥå"
-
-#~ msgid "Available packages"
-#~ msgstr "󥹥ȡ뤷Ƥʤѥå"
-
-#~ msgid "Show only leaves"
-#~ msgstr "ܺʬɽ"
-
-#~ msgid "Expand all"
-#~ msgstr "ĥ꡼ˤΤФ"
-
-#~ msgid "Collapse all"
-#~ msgstr "ĥ꡼˽̤"
-
-#~ msgid "Add location of packages"
-#~ msgstr "ѥåΰ֤ɲɽ"
-
-#~ msgid "Update location"
-#~ msgstr "åץǡȤ"
-
-#~ msgid "Find Package"
-#~ msgstr "ѥåθ"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "ʲΥեޤѥåθ"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "󥹥ȡѤߤ̤󥹥ȡڤؤ"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "ѥåΰ¸طĴ٤Ƥޤ"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "ʲΥѥåϥ󥤥󥹥ȡǤޤ"
-
-#~ msgid "Regexp"
-#~ msgstr "ɽ"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "ɤΥѥå򤵤Ƥޤ"
-
-#~ msgid "No match"
-#~ msgstr "פΤޤ"
-
-#~ msgid "No more match"
-#~ msgstr "ʾϤߤĤޤ"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake ϸߡ­ˤʤäƤޤ\n"
-#~ "rpmdrake򤿤ʤơեθ³ޤ"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "ɤΥե򤵤Ƥޤ"
-
-#~ msgid "What are looking for?"
-#~ msgstr "ʤˤ򤵤Ƥޤ"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "̾ϤƤ㡧֥ȥס־ѡס"
-
-#~ msgid "Directory"
-#~ msgstr "ǥ쥯ȥ"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "CDROMĤޤ/mnt/cdromˤʤˤ⤢ޤ"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "RPMѥåΤǥ쥯ȥURL"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "FTP HTTPˤĤƤϡhdlistΰ֤ꤷʤƤϤʤޤ\n"
-#~ "URLȤа֤ǻꤷޤ"
-
-#~ msgid "Please submit the following information"
-#~ msgstr "ʲξϤƤ"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s ϤǤ˻ȤƤޤ"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "RPMΥ١򹹿"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "ȥ %s äޤ"
-
-#~ msgid "Finding leaves"
-#~ msgstr "ĥ꡼ξܺ٤򸡺"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "ĥ꡼ξܺ٤򸫤ĤΤϻ֤ޤ"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "ISDNɤߤĤޤ:\n"
-
-#~ msgid "Other countries"
-#~ msgstr "¾ι"
-
-#~ msgid "In which country are you located ?"
-#~ msgstr "ʤΤϤɤιǤ"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Alcatelǥ"
-
-#~ msgid "ECI modem"
-#~ msgstr "ECI ǥ"
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr ""
-#~ "⤷adslǥबalcatelʤ顢alcatelǤǤʤ\n"
-#~ "ECI Ǥ"
-
-#~ msgid "don't use pppoe"
-#~ msgstr "pppoeȤʤ"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n ()"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (ȤƤ)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n ()"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "ޥϤɤΥꥢݡȤˤĤʤäƤޤ"
-
-#~ msgid "Czech"
-#~ msgstr ""
-
-#~ msgid "Slovakian"
-#~ msgstr "Х"
-
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr "ipchains RPM urpmi ǥ󥹥ȡǤޤ"
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr "dhcp RPM urpmi ǥ󥹥ȡǤޤ"
-
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr "linuxconf RPM urpmi ǥ󥹥ȡǤޤ"
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr "bind RPM urpmi ǥ󥹥ȡǤޤ"
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr "caching-nameserver RPM urpmi ǥ󥹥ȡǤޤ"
-
-#~ msgid ""
-#~ "The system is now connected to Internet! Congratulation.\n"
-#~ "Feel free to launch draknet at any time to setup your connection.\n"
-#~ msgstr ""
-#~ "ޥ̵󥿡ͥåȤ³ޤǤȤ\n"
-#~ "³ˤϡĤǤ draknet ưƤ\n"
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#~ msgid ""
-#~ "Welcome to %s the operating system chooser!\n"
-#~ "\n"
-#~ msgstr ""
-#~ "%s operating system chooser-he youkosou!\n"
-#~ "\n"
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "LAN ꤹ"
-
-#~ msgid ""
-#~ " Introduction\n"
-#~ "\n"
-#~ "The operating system and the different components available in the "
-#~ "Mandrake Linux distribution \n"
-#~ "shall be called the \"Software Products\" hereafter. The Software "
-#~ "Products include, but are not \n"
-#~ "restricted to, the set of programs, methods, rules and documentation "
-#~ "related to the operating \n"
-#~ "system and the different components of the Mandrake Linux distribution.\n"
-#~ "\n"
-#~ "\n"
-#~ "1. License Agreement\n"
-#~ "\n"
-#~ "Please read carefully this document. This document is a license agreement "
-#~ "between you and \n"
-#~ "MandrakeSoft S.A., 43, rue d'Aboukir, 75002 Paris - France, which applies "
-#~ "to the Software Products.\n"
-#~ "By installing, duplicating or using the Software Products in any manner, "
-#~ "you explicitly \n"
-#~ "accept and fully agree to conform to the terms and conditions of this "
-#~ "License. \n"
-#~ "If you disagree with any portion of the License, you are not allowed to "
-#~ "install, duplicate or use \n"
-#~ "the Software Products. \n"
-#~ "Any attempt to install, duplicate or use the Software Products in a "
-#~ "manner which does not comply \n"
-#~ "with the terms and conditions of this License is void and will terminate "
-#~ "your rights under this \n"
-#~ "License. Upon termination of the License, you must immediately destroy "
-#~ "all copies of the \n"
-#~ "Software Products.\n"
-#~ "\n"
-#~ "\n"
-#~ "2. The GPL License and Related Licenses\n"
-#~ "\n"
-#~ "The Software Products consist of components created by different persons "
-#~ "or entities. Most \n"
-#~ "of these components are governed under the terms and conditions of the "
-#~ "GNU General Public \n"
-#~ "Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-#~ "licenses allow you to use, \n"
-#~ "duplicate, adapt or redistribute the components which they cover. Please "
-#~ "read carefully the terms \n"
-#~ "and conditions of the license agreement for each component before using "
-#~ "any component. Any question \n"
-#~ "on a component license should be addressed to the component author and "
-#~ "not to MandrakeSoft.\n"
-#~ "The programs developed by MandrakeSoft S.A. are governed by the GPL "
-#~ "License. Documentation written \n"
-#~ "by MandrakeSoft S.A. is governed by a specific license. Please refer to "
-#~ "the documentation for \n"
-#~ "further details.\n"
-#~ "Some versions of the Software Products may contain components which are "
-#~ "not governed by the GPL \n"
-#~ "License or similar agreements. Each such component is then governed by "
-#~ "the terms and conditions \n"
-#~ "of its own specific license. Please read carefully and comply with such "
-#~ "specific licenses before \n"
-#~ "you install, use or redistribute the said components. Such licenses will "
-#~ "in general prevent the \n"
-#~ "transfer, duplication (except for backup purposes), redistribution, "
-#~ "reverse engineering, \n"
-#~ "de-assembly, \n"
-#~ "de-compilation or modification of the component. Any breach of agreement "
-#~ "will immediately terminate \n"
-#~ "your rights under the specific license. Unless the specific license terms "
-#~ "grant you such rights, \n"
-#~ "you usually cannot install the programs on more than one system, or adapt "
-#~ "it to be used on a \n"
-#~ "network. \n"
-#~ "In doubt, please contact directly the distributor or editor of the "
-#~ "component. Transfer to third \n"
-#~ "parties or copying of such components including the documentation is "
-#~ "usually forbidden.\n"
-#~ "\n"
-#~ "\n"
-#~ "3. Intellectual Property Rights\n"
-#~ "\n"
-#~ "All rights to the components of the Software Products belong to their "
-#~ "respective authors and are \n"
-#~ "protected by intellectual property and copyright laws applicable to "
-#~ "software programs.\n"
-#~ "MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-#~ "Products, as a whole or in \n"
-#~ "parts,\n"
-#~ "by all means and for all purposes.\n"
-#~ "\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-#~ "MandrakeSoft S.A. All rights \n"
-#~ "are \n"
-#~ "reserved. The duplication is forbidden without prior written consent by "
-#~ "MandrakeSoft S.A.\n"
-#~ "\n"
-#~ "\n"
-#~ "4. Limited Warranty\n"
-#~ "\n"
-#~ "The Software Products and attached documentation are provided \"as is\", "
-#~ "with no warranty, to the \n"
-#~ "extent permitted by law. Should the Software Products be defective, "
-#~ "MandrakeSoft S.A. will at its \n"
-#~ "own will either replace the Software Products, or reimburse the paid "
-#~ "fee.\n"
-#~ "This limited warranty is void if you fail to comply to the "
-#~ "recommendations, instructions and \n"
-#~ "conditions \n"
-#~ "of use listed in the documentation or license agreements of the Software "
-#~ "Products.\n"
-#~ "To the extent permitted by law, MandrakeSoft S.A. will in no "
-#~ "circumstances be liable for any \n"
-#~ "special, \n"
-#~ "incidental, direct or indirect damages whatsoever (including without "
-#~ "limitation damages for loss of \n"
-#~ "business, interruption of business, financial loss, legal fees and "
-#~ "penalties resulting from a court \n"
-#~ "judgement, or any other consequential loss) arising out of the use or "
-#~ "inability to use the \n"
-#~ "Software \n"
-#~ "Products, even if MandrakeSoft S.A. has been advised of the possibility "
-#~ "or occurance of such \n"
-#~ "damages.\n"
-#~ "\n"
-#~ "LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN "
-#~ "SOME COUNTRIES\n"
-#~ "\n"
-#~ "To the extent permitted by law, MandrakeSoft S.A. or its distributors "
-#~ "will, in no circumstances, be \n"
-#~ "liable for any special, incidental, direct or indirect damages whatsoever "
-#~ "(including without \n"
-#~ "limitation \n"
-#~ "damages for loss of business, interruption of business, financial loss, "
-#~ "legal fees and penalties \n"
-#~ "resulting from a court judgement, or any other consequential loss) "
-#~ "arising out of the possession \n"
-#~ "and \n"
-#~ "use of software components or arising out of downloading software "
-#~ "components from one of \n"
-#~ "Mandrake Linux \n"
-#~ "sites which are prohibited or restricted in some countries by local "
-#~ "laws. This limited liability \n"
-#~ "applies to, but is not restricted to, the strong cryptography components "
-#~ "included in the Software \n"
-#~ "Products.\n"
-#~ "\n"
-#~ "\n"
-#~ "5. Governing Laws \n"
-#~ "\n"
-#~ "If any portion of this agreement is held void, illegal or inapplicable by "
-#~ "a court judgement, this \n"
-#~ "portion is excluded from this contract. You remain bound by the other "
-#~ "applicable sections of the \n"
-#~ "agreement.\n"
-#~ "The terms and conditions of this License are governed by the Laws of "
-#~ "France.\n"
-#~ "All disputes on the terms of this license will preferably be settled out "
-#~ "of court. As a last \n"
-#~ "resort, \n"
-#~ "the dispute will be referred to the appropriate Courts of Law of Paris - "
-#~ "France.\n"
-#~ "For any question on this document, please contact MandrakeSoft S.A., \n"
-#~ "43, rue d'Aboukir, 75002 Paris - France\n"
-#~ msgstr ""
-#~ " Introduction\n"
-#~ "\n"
-#~ "The operating system and the different components available in the "
-#~ "Mandrake Linux distribution \n"
-#~ "shall be called the \"Software Products\" hereafter. The Software "
-#~ "Products include, but are not \n"
-#~ "restricted to, the set of programs, methods, rules and documentation "
-#~ "related to the operating \n"
-#~ "system and the different components of the Mandrake Linux distribution.\n"
-#~ "\n"
-#~ "\n"
-#~ "1. License Agreement\n"
-#~ "\n"
-#~ "Please read carefully this document. This document is a license agreement "
-#~ "between you and \n"
-#~ "MandrakeSoft S.A., 43, rue d'Aboukir, 75002 Paris - France, which applies "
-#~ "to the Software Products.\n"
-#~ "By installing, duplicating or using the Software Products in any manner, "
-#~ "you explicitly \n"
-#~ "accept and fully agree to conform to the terms and conditions of this "
-#~ "License. \n"
-#~ "If you disagree with any portion of the License, you are not allowed to "
-#~ "install, duplicate or use \n"
-#~ "the Software Products. \n"
-#~ "Any attempt to install, duplicate or use the Software Products in a "
-#~ "manner which does not comply \n"
-#~ "with the terms and conditions of this License is void and will terminate "
-#~ "your rights under this \n"
-#~ "License. Upon termination of the License, you must immediately destroy "
-#~ "all copies of the \n"
-#~ "Software Products.\n"
-#~ "\n"
-#~ "\n"
-#~ "2. The GPL License and Related Licenses\n"
-#~ "\n"
-#~ "The Software Products consist of components created by different persons "
-#~ "or entities. Most \n"
-#~ "of these components are governed under the terms and conditions of the "
-#~ "GNU General Public \n"
-#~ "Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-#~ "licenses allow you to use, \n"
-#~ "duplicate, adapt or redistribute the components which they cover. Please "
-#~ "read carefully the terms \n"
-#~ "and conditions of the license agreement for each component before using "
-#~ "any component. Any question \n"
-#~ "on a component license should be addressed to the component author and "
-#~ "not to MandrakeSoft.\n"
-#~ "The programs developed by MandrakeSoft S.A. are governed by the GPL "
-#~ "License. Documentation written \n"
-#~ "by MandrakeSoft S.A. is governed by a specific license. Please refer to "
-#~ "the documentation for \n"
-#~ "further details.\n"
-#~ "Some versions of the Software Products may contain components which are "
-#~ "not governed by the GPL \n"
-#~ "License or similar agreements. Each such component is then governed by "
-#~ "the terms and conditions \n"
-#~ "of its own specific license. Please read carefully and comply with such "
-#~ "specific licenses before \n"
-#~ "you install, use or redistribute the said components. Such licenses will "
-#~ "in general prevent the \n"
-#~ "transfer, duplication (except for backup purposes), redistribution, "
-#~ "reverse engineering, \n"
-#~ "de-assembly, \n"
-#~ "de-compilation or modification of the component. Any breach of agreement "
-#~ "will immediately terminate \n"
-#~ "your rights under the specific license. Unless the specific license terms "
-#~ "grant you such rights, \n"
-#~ "you usually cannot install the programs on more than one system, or adapt "
-#~ "it to be used on a \n"
-#~ "network. \n"
-#~ "In doubt, please contact directly the distributor or editor of the "
-#~ "component. Transfer to third \n"
-#~ "parties or copying of such components including the documentation is "
-#~ "usually forbidden.\n"
-#~ "\n"
-#~ "\n"
-#~ "3. Intellectual Property Rights\n"
-#~ "\n"
-#~ "All rights to the components of the Software Products belong to their "
-#~ "respective authors and are \n"
-#~ "protected by intellectual property and copyright laws applicable to "
-#~ "software programs.\n"
-#~ "MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-#~ "Products, as a whole or in \n"
-#~ "parts,\n"
-#~ "by all means and for all purposes.\n"
-#~ "\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-#~ "MandrakeSoft S.A. All rights \n"
-#~ "are \n"
-#~ "reserved. The duplication is forbidden without prior written consent by "
-#~ "MandrakeSoft S.A.\n"
-#~ "\n"
-#~ "\n"
-#~ "4. Limited Warranty\n"
-#~ "\n"
-#~ "The Software Products and attached documentation are provided \"as is\", "
-#~ "with no warranty, to the \n"
-#~ "extent permitted by law. Should the Software Products be defective, "
-#~ "MandrakeSoft S.A. will at its \n"
-#~ "own will either replace the Software Products, or reimburse the paid "
-#~ "fee.\n"
-#~ "This limited warranty is void if you fail to comply to the "
-#~ "recommendations, instructions and \n"
-#~ "conditions \n"
-#~ "of use listed in the documentation or license agreements of the Software "
-#~ "Products.\n"
-#~ "To the extent permitted by law, MandrakeSoft S.A. will in no "
-#~ "circumstances be liable for any \n"
-#~ "special, \n"
-#~ "incidental, direct or indirect damages whatsoever (including without "
-#~ "limitation damages for loss of \n"
-#~ "business, interruption of business, financial loss, legal fees and "
-#~ "penalties resulting from a court \n"
-#~ "judgement, or any other consequential loss) arising out of the use or "
-#~ "inability to use the \n"
-#~ "Software \n"
-#~ "Products, even if MandrakeSoft S.A. has been advised of the possibility "
-#~ "or occurance of such \n"
-#~ "damages.\n"
-#~ "\n"
-#~ "LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN "
-#~ "SOME COUNTRIES\n"
-#~ "\n"
-#~ "To the extent permitted by law, MandrakeSoft S.A. or its distributors "
-#~ "will, in no circumstances, be \n"
-#~ "liable for any special, incidental, direct or indirect damages whatsoever "
-#~ "(including without \n"
-#~ "limitation \n"
-#~ "damages for loss of business, interruption of business, financial loss, "
-#~ "legal fees and penalties \n"
-#~ "resulting from a court judgement, or any other consequential loss) "
-#~ "arising out of the possession \n"
-#~ "and \n"
-#~ "use of software components or arising out of downloading software "
-#~ "components from one of \n"
-#~ "Mandrake Linux \n"
-#~ "sites which are prohibited or restricted in some countries by local "
-#~ "laws. This limited liability \n"
-#~ "applies to, but is not restricted to, the strong cryptography components "
-#~ "included in the Software \n"
-#~ "Products.\n"
-#~ "\n"
-#~ "\n"
-#~ "5. Governing Laws \n"
-#~ "\n"
-#~ "If any portion of this agreement is held void, illegal or inapplicable by "
-#~ "a court judgement, this \n"
-#~ "portion is excluded from this contract. You remain bound by the other "
-#~ "applicable sections of the \n"
-#~ "agreement.\n"
-#~ "The terms and conditions of this License are governed by the Laws of "
-#~ "France.\n"
-#~ "All disputes on the terms of this license will preferably be settled out "
-#~ "of court. As a last \n"
-#~ "resort, \n"
-#~ "the dispute will be referred to the appropriate Courts of Law of Paris - "
-#~ "France.\n"
-#~ "For any question on this document, please contact MandrakeSoft S.A., \n"
-#~ "43, rue d'Aboukir, 75002 Paris - France\n"
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ԥ塼ϥ󥿡ͥå³ͭ褦Ǥޤ\n"
-#~ "\n"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "꤬ޤ\n"
-
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "̤Υǥǥ󥿡ͥåȤ³"
-
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "ISDNȤäƥ󥿡ͥåȤ³"
-
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "DSL(ޤADSL)Ȥäƥ󥿡ͥåȤ³"
-
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "֥Ȥäƥ󥿡ͥåȤ³"
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ "֡á˳ưʤȡưŪäڤޤ\n"
-#~ "ÿꤷޤ礦 (ưǤʤжΤޤޡ"
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "ɥ (1TR6)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "ɤޤ"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "󥹥ȡ롿쥹塼"
-
-#~ msgid "Rescue"
-#~ msgstr "쥹塼"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "ɤΥѡƥ󥿥פˤޤ"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "GNU/LinuxΥ󥹥ȡ뤬ƤʣΥǥȥӥ塼\n"
-#~ "Сȶ¸Ȥˤϡ֥󥹥ȡפӤޤ礦\n"
-#~ "\n"
-#~ "Ǥ˥󥹥ȡ뤺ߤMandrake LinuxߺѤʤ顢֥쥹塼פ\n"
-#~ "Ӥޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "ܰ:\n"
-#~ "\n"
-#~ " - ư(侩): GNU/LinuxΥ󥹥ȡ뤬Ƥʤ顢Ӥޤ"
-#~ "\n"
-#~ "\n"
-#~ " - ޥ: GNU/Linux ˾ܤСʬΥޥμʻȤ\n"
-#~ " 碌Ӥޤ礦ܤϰʲ򻲾ȤƤ\n"
-#~ "\n"
-#~ " - ѡ: GNU/Linux˾ܤͤü\n"
-#~ " 󥹥ȡ򤷤Ӥޤ֥ޥ\n"
-#~ " Υ󥹥ȡƱʬΥƥλȤ٤ޤ\n"
-#~ " Ǥ⡢˼ʤʤ顢ФˡפϻȤʤǤ\n"
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "GNU/LinuxѤΥѡƥνǤƤС GNU/Linux \n"
-#~ "򥤥󥹥ȡ뤷ꡢ\n"
-#~ "̤Υ桼ƥƥǥѡƥäˡɤΥѡƥ\n"
-#~ "Mandrake Linuxƥ򥤥󥹥ȡ뤹뤫Ӥޤ礦\n"
-#~ "⤷ѡƥäƤʤСϡɥǥΥѡƥ\n"
-#~ "ǺޤѡƥȤΤϡԥ塼Υϡɥǥ\n"
-#~ "Ūˤ碌Ū˶ڤ뤳ȤǤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѡƥĤʤ顢ּươפ٤СưŪ\n"
-#~ "LinuxѤΥѡƥ󤬤ǤޤѡƥĤϡ\n"
-#~ "ǥ֤ȤϡǽIDEɥ饤֤hdaס2ܤhdbסǽ\n"
-#~ "SCSIɥ饤֤sdaסȤˤʤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "褯ѡƥڤȤƤϡrootѡƥ(/) \n"
-#~ "bootѡƥ(/boot) ޤrootϥե륷ƥ\n"
-#~ "ǥ쥯ȥΤƤäڤǡ/bootˤϥԥ塼Υå줿\n"
-#~ "Ȥ˵ưɬפʥե뤬֤ƤȤǤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѡƥڤȡդĤϤΥǡäơȤ\n"
-#~ "ޤ󡣤ѡƥڤΤϡ鿴ԤˤϤäʤ\n"
-#~ "ǤȤäƤⵤ줹ΤǤʤʤ褦ˡDiskDrake\n"
-#~ "ϤΥץʤ٤ñˤޤޤϥɥơ\n"
-#~ "ɤǡ˿ʤˤä굤失ޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "ɤΥץ⡢ܡɤ٤ޤѡƥ֤ˤϡ\n"
-#~ "֤Ⱦ岼Υ륭Ȥޤ礦ѡƥ顢\n"
-#~ "ΥȤޤ\n"
-#~ "\n"
-#~ "- Ctrl-c ѡƥʶΥѡƥ\n"
-#~ "\n"
-#~ "- Ctrl-d Υѡƥ\n"
-#~ "\n"
-#~ "- Ctrl-m ޥȥݥȤ\n"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "äѡƥϤ٤ơեޥåȤʤȻȤޤ\n"
-#~ "ʥեޥåȤȤΤϥե륷ƥĤ뤳ȤǤˡ\n"
-#~ "¸ΥѡƥեޥåȤơΥǡõǤޤ\n"
-#~ "ա¸ΥѡƥϡեޥåȤʤɬפϤޤ\n"
-#~ "ä¸ǡ/home /usr/localʤɡˤСեޥå\n"
-#~ "ƤϤޤ"
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "ѥå򥤥󥹥ȡ뤷ƤޤˤϿʬޤ衣\n"
-#~ "¸ƥΥåץ졼ɤϡĴ٤뤳Ȥ¿\n"
-#~ "ǡäȤޤ"
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "⤷ DrakX ޥ򸫤ĤʤäꡢФ줿å\n"
-#~ "äꤹȤϡ˥ޥΰФƤϤǤ\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX ΤäǤ褱СOKפ򥯥åޤ礦\n"
-#~ "꤬äƤ顢ʬΥޥˤФ\n"
-#~ "ᤤΥޥ˥塼Ǥ\n"
-#~ "\n"
-#~ "\n"
-#~ "ꥢޥȤäƤȤˤϡ줬ĤʤäƤ륷ꥢݡ\n"
-#~ "ꤷƤ"
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Ǥϡ륨ꥢͥåȥLANˤǥ򤷤ޤ\n"
-#~ "\n"
-#~ "֥ LANפ֤ȡDrakX ϥޥΥͥåȥץõ\n"
-#~ "ޤPCIΥץϼưŪ˸ĤäꤵϤǤ\n"
-#~ "⤷ȤΥץISA ʤ顢ưǤϸФǤޤ󡣤ξ硢\n"
-#~ "ȤɽФƤΤǡǤ\n"
-#~ "\n"
-#~ "\n"
-#~ "SCSIץξ硢Ȥꤢɥ饤Ф˥ץõƤߤޤ礦\n"
-#~ "ʤ顢ʬǥɥ饤ФΥץꤷޤꥪץϡ\n"
-#~ "ʬΥϡɥ°ʸĴ٤Ƥ\n"
-#~ "\n"
-#~ "\n"
-#~ "Υޥ󤬤Ǥ˴¸ΥͥåȥˤĤʤäƤʤ顢ͥåȥ\n"
-#~ "Ԥɬפʾ򶵤äƤϤǤ(IP ɥ쥹ͥåȥ\n"
-#~ "֥ޥ̾Υͥåȥޥˡۥ̾)ʤɤǼʬΥͥå\n"
-#~ "ȤƤʤ顢ɥ쥹ʤɤϼʬӤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "֥ǥˤ륢åספ֤ȡǥˤ륤󥿡ͥå³\n"
-#~ "ꤵޤDrakX ϥǥõޤ줬Ԥ顢ǥ\n"
-#~ "ĤʤäƤ륷ꥢݡȤʬǻꤷƤ"
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "GNU/Linux ǤϤʥץ󥿤Ȥޤ줾꤬ޤ\n"
-#~ "סϥǥեȤΥץ̾ȤơlpפȤޤ\n"
-#~ "顢lpȤ̾Υץ󥿤ĤɬפǤǤ⡢ĤΥץ\n"
-#~ "ʣ̾Ĥ뤳ȤǤޤΤȤϡ|פǶڤޤ\n"
-#~ "顢ץ󥿤ˤ狼䤹̾ĤС˽񤤤\n"
-#~ "ФߤޤȤСMy Printer|lpפȤˡ\n"
-#~ "̾ˡlpפޤޤץ󥿤ǥեȤˤʤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ץ󥿤ľܥԥ塼ˤĤʤäƤС֥ץ󥿡פ\n"
-#~ "Ӥޤξ硢ץ󥿤ΤĤʤäƤݡȤꤷơŬڤ\n"
-#~ "ե륿Ӥޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ͥåȥΤۤUnixޥˤĤʤäץ󥿤Ȥʤ顢\n"
-#~ "֥⡼ lpdפӤޤ礦Ȥˤϡ桼̾ѥɤ\n"
-#~ "ޤ󤬡Υоΰ塼̾פޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "SMBץ󥿤ȤʤʤĤޤͥåȥΥɥ9x/NTޥ\n"
-#~ "ˤĤʤäץ󥿤ȤȤ̣ǤˡΥޥSMB ̾ʤ\n"
-#~ "TCP/IP̾ȤʪǤˤȡˤäƤIPɥ쥹ɬפˤʤޤ\n"
-#~ "˥桼̾롼̾ȥѥɡˤϥץ̾\n"
-#~ "ʤȥץ󥿤˥ǤޤNetWare ץ󥿤⡢롼פ\n"
-#~ "פʤǡۤȤƱǤ"
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "Ǥϡ֤ϤפΤ򶯤侩ޤ夫MSɥ\n"
-#~ "󥹥ȡ뤷顢֡ȥϾ񤭤ޤʤä顢\n"
-#~ "֡ȥǥäƤʤȡLinuxΩ夲ʤʤޤ衣"
-
-#~ msgid "Move your wheel!"
-#~ msgstr "ۥޤ路Ƥߤޤ礦"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "ѹ˴ޤ"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "ޥηϤʤǤ"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "٤μư"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "ͭʲ٤뤿̤ˡƤߤޤ\n"
-#~ "꡼Ǥޤ...\n"
-#~ "ʤ˥ΥåڤäƤ礦֡ä beep \n"
-#~ "Τ餻ޤ"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "ͭʲ(: 800x600)ưŪõޤ\n"
-#~ "ǥޥ󤬻ߤޤäƤޤ⤷ޤ\n"
-#~ "õƤߤޤ礦"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "ͭʥ⡼ɤդޤ\n"
-#~ "¾Υӥǥ/˥ǻƲ"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "٤μư"
-
-#~ msgid "pump"
-#~ msgstr "pump"
-
-#~ msgid "dhcpxd"
-#~ msgstr "dhcpxd"
-
-#~ msgid "dhcp-client"
-#~ msgstr "dhcp-client"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Apple ADB ޥ"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Apple ADB ޥ2ܥ"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Apple ADB ޥ3ܥʾ"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Apple USBޥ"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Apple USBޥ2ܥ"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Apple USBޥ3ܥʾ"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI Хޥ"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "ޥեȡХޥ"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "ƥåХޥ"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USBޥ3ܥʾ"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A ʾ(serial)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (ꥢ)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (ꥢ)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (ꥢ)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "ѥޥ (ꥢ)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "ޥեȸߴʥꥢ"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Ѥ3ܥޥ (ꥢ)"
-
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse (ꥢ)"
-
-#~ msgid ""
-#~ "I need to configure your network adapter to be able to connect to "
-#~ "internet."
-#~ msgstr ""
-#~ "󥿡ͥå³ˤϡͥåȥץꤹɬפޤ"
-
-#~ msgid ""
-#~ "Please choose which network adapter do you want to use to connect to "
-#~ "internet.\n"
-#~ "If you don't know, choose eth0.\n"
-#~ msgstr ""
-#~ "󥿡ͥåȤˤĤʤΥͥåȥץǤ\n"
-#~ "狼ʤСeth0 Ǥޤ礦\n"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "nfs ޥȤ˼"
-
-#~ msgid ""
-#~ "DrakX will generate config files for both XFree 3.3 and XFree 4.0.\n"
-#~ "By default, the 4.0 server is used unless your card is not supported.\n"
-#~ "\n"
-#~ "Do you want to keep XFree 3.3?"
-#~ msgstr ""
-#~ "DrakX ϡXFree 3.3XFree 4.0ξեĤޤǤ\n"
-#~ "ǥեȤǤбӥǥɤ̵¤ꡢ4.0ФΤۤȤޤ\n"
-#~ "\n"
-#~ "XFree 3.3 ΤޤޤˤƤޤ?"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Ź沽"
-
-#~ msgid "Configure LAN"
-#~ msgstr "LAN "
-
-#~ msgid "Do not set up networking"
-#~ msgstr "ͥåȥ򤷤ʤ"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "ƥΥ LAN ͥåȥꤷޤ"
-
-#~ msgid "Show less"
-#~ msgstr "άɽ"
-
-#~ msgid "Show more"
-#~ msgstr "ܺ٤ɽ"
-
-#~ msgid "Take over the hard drive"
-#~ msgstr "ϡɥɥ饤֤Ѥ"
-
-#~ msgid "URI for Local printer"
-#~ msgstr "ץ󥿤URI"
-
-#~ msgid "URI for Network printer"
-#~ msgstr "ͥåȥץ󥿤URI"
-
-#~ msgid "Local Printer Device (URI)"
-#~ msgstr "ץ󥿥ǥХ (URI)"
-
-#~ msgid ""
-#~ "What URI device is your printer connected to\n"
-#~ "(note that parallel:/dev/lp0 is equivalent to LPT1:)?"
-#~ msgstr ""
-#~ "ץ󥿤ĤʤäƤǥХϲǤ\n"
-#~ "( ѥ/dev/lp0 LPT1: ˤʤޤ)\n"
-
-#~ msgid "Network Printer Options (URI)"
-#~ msgstr "Netware ץ󥿤Υץ (URI)"
-
-#~ msgid "tie"
-#~ msgstr "ͥ"
-
-#~ msgid "brunette"
-#~ msgstr "֥ͥå"
-
-#~ msgid "girl"
-#~ msgstr "λ"
-
-#~ msgid "woman-blond"
-#~ msgstr "֥ɽ"
-
-#~ msgid "automagic"
-#~ msgstr "ȥޥå"
-
-#~ msgid "Have you been provided with a hostname?"
-#~ msgstr "ۥȥ͡󶡤Ƥޤ"
-
-#~ msgid "Local Area Network specification"
-#~ msgstr "륨ꥢͥåȥξܺ"
-
-#~ msgid "You may now decide which class C network to use.\n"
-#~ msgstr "ɤΥ饹CͥåȥȤƤ\n"
-
-#~ msgid "Internet Connection Sharing - setup of %s"
-#~ msgstr "󥿡ͥåȶͭ³ - %s "
-
-#~ msgid ""
-#~ "The following interface is about to be configured:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Υ󥿡եꤷ褦ȤƤޤ\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-
-#~ msgid "Everything configured!"
-#~ msgstr "Ƥꤷޤ"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "ܡɥ쥤ȤϲǤ"
-
-#~ msgid "pptp alcatel"
-#~ msgstr "pptp alcatel"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "PCMCIAɤ򤵤Ƥߤޤ礦"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "%sǥХ򤵤Ƥߤޤ"
-
-#~ msgid "Small(%dMB)"
-#~ msgstr "Ǿ(%dMB)"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr "ƥΥǥˤ륢åץͥåȥꤷޤ"
-
-#~ msgid "Do you want to configure a ISDN connection for your system?"
-#~ msgstr "ƥISDN³ꤷޤ"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "PCIǥХ򤵤Ƥߤޤ"
-
-#~ msgid "Searching root partition."
-#~ msgstr "롼ȥѡƥ򸡺"
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s: ϥ롼ȥѡƥǤϤޤ󡤤ۤDz"
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "ɤΥѡƥ롼ȥѡƥˤޤ"
-
-#~ msgid "Autologin at startup"
-#~ msgstr "ưμư"
-
-#~ msgid "Autologin - Choose default user"
-#~ msgstr "ư - ǥեȥ桼"
-
-#~ msgid "You don't have any windows partitions!"
-#~ msgstr "ɥΥѡƥ󤬤ޤ"
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "Linux4Winζޤ"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-# NOTE: this message will be displayed by lilo at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is then suggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-# When possible cp437 accentuated letters can be used too.
-#
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "LILO operating system chooser-he youkosou!\n"
-#~ "\n"
-#~ "<TAB>: Ichiran Hyouji\n"
-#~ "\n"
-#~ "Ichiran kara erande <ENTER> wo oshimasu. %d byou de Default ni narimasu.\n"
-#~ "\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "SILO ᥤ󥪥ץ"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "SILO ˤϰʲΥȥ꤬ޤ\n"
-#~ "ۤΥȥä뤫ѹ뤳ȤǤޤ"
-
-#~ msgid "This label is already in use"
-#~ msgstr "Υ٥ϤǤ˻ȤƤޤ"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "SILO Υ󥹥ȡ˼ԤޤʲΥ顼ȯ:"
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "DrakX ϤޤPCIХSCSIץõˤޤץߤ\n"
-#~ "äơȤɥ饤Ф狼СưŪȤ߹ߤޤץ\n"
-#~ "󤢤äƤפǤ\n"
-#~ "\n"
-#~ "\n"
-#~ "⤷ISAХSCSIץȤäƤꡢPCIХSCSIץǤ\n"
-#~ "DrakX˥ɥ饤Ф狼ʤäꤹȤޤSCSIץʤ\n"
-#~ "ȤˤϡץץȤФƤơSCSIץ뤫ɤޤ\n"
-#~ "ʤС֤פƤС֤Ϥפޤ礦\n"
-#~ "ȥɥ饤ФΰɽФƤΤǡŬڤʤΤǤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ɥ饤Ф顢Υɥ饤Фǥץꤷɤ\n"
-#~ "DrakXƤޤǽϡɥ饤Ф˥ϡɥץ֤\n"
-#~ "ߤޤ礦ϤǤޤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "줬ʤ顢ΥץˤĤƥɥơ˽񤤤Ƥä\n"
-#~ "Ȥ䡢ɥΥץѥƥξʤɤפƤߤޤ礦\n"
-#~ "ȡ륬ɤǤ⡢򹵤Ƥ褦ˤᤷޤ͡ξ\n"
-#~ "ɥ饤Фˤ錄Ƥ뤳Ȥˤʤޤ"
-
-#~ msgid "Shutting down"
-#~ msgstr "åȥ"
-
-#~ msgid "useless"
-#~ msgstr "̵"
-
-#~ msgid ""
-#~ "Some true type fonts from windows have been found on your computer.\n"
-#~ "Do you want to use them? Be sure you have the right to use them under "
-#~ "Linux."
-#~ msgstr ""
-#~ "ԥ塼˥ɥ True Type եȤդޤ\n"
-#~ "Ȥޤ? ʤ Linux ǤȤ뤫Τ"
-#~ ""
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "LinuxΥ󥹥ȡ뤬ƤۤLinuxǥȥӥ塼\n"
-#~ "Сȶ¸Ȥˤϡ֥󥹥ȡפӤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "Mandrake Linux: 5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus),\n"
-#~ "6.1 (Helios), Gold 2000, 7.0 (Air)ʤɡŤMandrake Linux\n"
-#~ "åץ졼ɤʤ֥åץ졼ɡפӤޤ礦"
-
-#~ msgid "Do you want to use LILO?"
-#~ msgstr "LILO Ȥޤ"
-
-#~ msgid ""
-#~ "You may now select the packages you wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "First you can select group of package to install or upgrade. After that\n"
-#~ "you can select more packages according to the total size you wish to\n"
-#~ "select.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are in expert mode, you can select packages individually.\n"
-#~ "Please note that some packages require the installation of others.\n"
-#~ "These are referred to as package dependencies. The packages you select,\n"
-#~ "and the packages they require will be automatically selected for\n"
-#~ "install. It is impossible to install a package without installing all\n"
-#~ "of its dependencies."
-#~ msgstr ""
-#~ "Ǥϥ󥹥ȡ뤹ѥå˰ܤޤ礦\n"
-#~ "\n"
-#~ "\n"
-#~ "ޤϡ󥹥ȡ䥢åץ졼ɤѥå򤪤äѤ\n"
-#~ "롼פӤޤθǡѥåΥʤɤäȺ٤\n"
-#~ "򤬤Ǥޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѡȡ⡼ɤʤ顢̤Υѥå٤ޤ\n"
-#~ "ѥåˤϡ¾ΥѥåʤȻȤʤΤޤ\n"
-#~ "ѥåΰ¸طȤޤǤϥѥå֤ȡ\n"
-#~ "ɬפʥѥå⼫ưŪФƥ󥹥ȡ뤵ޤ\n"
-#~ "¸ط˲褵ʤȡѥåϥ󥹥ȡǤޤ"
-
-#~ msgid ""
-#~ "LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-#~ "Normally they are correctly detected during installation. If you don't\n"
-#~ "see yours detected, you can add one or more now.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't want that everybody could access at one of them, you can "
-#~ "remove\n"
-#~ "it now (a boot disk will be needed to boot it)."
-#~ msgstr ""
-#~ "LILO (LInux LOader) ϡLinux䤽¾OS֡ȤǤޤ\n"
-#~ "ǥγƼOSϡ̤ϥ󥹥ȡǤȸФƤ"
-#~ "\n"
-#~ "Ǥ⸡ФƤʤ褦ʤ顢ɲäǤޤ\n"
-#~ "\n"
-#~ "\n"
-#~ "ߤʤ˥ƤۤʤOSä顢ϺƤޤ\n"
-#~ "ʤOSΩ夲ˤϥ֡ȥǥɬפˤʤޤ"
-
-#~ msgid ""
-#~ "Now that you've selected desired groups, please choose \n"
-#~ "how many packages you want, ranging from minimal to full \n"
-#~ "installation of each selected groups."
-#~ msgstr ""
-#~ "ߤ롼פ򤷤ƤȤǤ\n"
-#~ "򤷤줾Υ롼פǺǾ祤󥹥ȥ졼ϰϤ\n"
-#~ "ɤΤ餤ΥѥåɬפDz"
-
-#~ msgid "Choose other CD to install"
-#~ msgstr "󥹥ȡ뤷¾ CD "
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ "ˤܰ¤Ǥ:\n"
-#~ "\n"
-#~ " - 侩: LinuxΥ󥹥ȡ뤬Ƥʤ餳졣\n"
-#~ "\n"
-#~ "\n"
-#~ " - : Linux˾ܤСƥλȤ˱ơ֥Ρ"
-#~ "\n"
-#~ "ֳȯѡס֥Сפ椫Ӥޤ礦դĤΥƥˤС\n"
-#~ "֥ΡޥפǤ礦˥եȳȯ򤹤Ĥʤ顢ֳȯѡפ\n"
-#~ "Ӥޤ뤤ϡѥСʥ᡼ѡѤʤɤʤɡˤȤƻȤʤ\n"
-#~ "֥СפǤ\n"
-#~ "\n"
-#~ "\n"
-#~ " - ѡȡExpert: GNU/Linux ХХǡ٤ޥ򤷤\n"
-#~ "СΥ󥹥ȡǤΤȤƥλӤ\n"
-#~ "֥ޥפˤʤޤ"
-
-#~ msgid "Downloading cryptographic packages"
-#~ msgstr "ŹϢΥѥå"
-
-#~ msgid "Setup SCSI"
-#~ msgstr "SCSI "
-
-#~ msgid "Installation CD Nr %s"
-#~ msgstr "󥹥ȥ졼 CD Nr %s"
-
-#~ msgid "Which language do you want?"
-#~ msgstr "ɤθȤޤ"
-
-#~ msgid "What usage do you want?"
-#~ msgstr "ɤλˡӤޤ"
-
-#~ msgid "Choose install or upgrade"
-#~ msgstr "Ƴ/ĥ"
-
-#~ msgid "A entry %s already exists"
-#~ msgstr "ȥ %s ϤǤ¸ߤޤ"
-
-#~ msgid ""
-#~ "Enter a floppy to create an HTP enabled boot\n"
-#~ "(all data on floppy will be lost)"
-#~ msgstr ""
-#~ "HTP λȤ֡ȥǥѤΥեåԡɥ饤֤Ƥ\n"
-#~ "եåԡƤΥǡϼޤ"
-
-#~ msgid "It is necessary to restart installation booting on the floppy"
-#~ msgstr "եåԡǵưƥ󥹥ȡʤƤ"
-
-#~ msgid "It is necessary to restart installation with the new parameters"
-#~ msgstr "ѥ᡼Ѥƥ󥹥ȡʤƤ"
-
-#~ msgid ""
-#~ "Failed to create an HTP boot floppy.\n"
-#~ "You may have to restart installation and give ``%s'' at the prompt"
-#~ msgstr ""
-#~ "HTP ֡ȥեåԡĤޤǤ\n"
-#~ "󥹥ȡʤơץץȤǡ%sɤϤƤߤƤ"
-
-#~ msgid "User name:"
-#~ msgstr "桼̾:"
-
-#~ msgid "Password:"
-#~ msgstr "ѥ:"
-
-#~ msgid "developer"
-#~ msgstr "ȯ"
-
-#~ msgid "beginner"
-#~ msgstr "鿴"
-
-#~ msgid "Linear (needed for some SCSI drives)"
-#~ msgstr "˥ (SCSI ɥ饤֤ΰɬ)"
-
-#~ msgid "linear"
-#~ msgstr "˥"
-
-#~ msgid "After %s partition %s,"
-#~ msgstr "%s ѡƥ󤫤 %s,"
-
-#~ msgid "changing type of"
-#~ msgstr "פѹ"
-
-#~ msgid "resizing"
-#~ msgstr "ꥵ"
-
-#~ msgid "Size: %s MB"
-#~ msgstr ": %s MB"
-
-#~ msgid "Bad kickstart file %s (failed %s)"
-#~ msgstr "ʥåȥե %s (%s )"
-
-#~ msgid "Too many packages chosen: %dMB doesn't fit in %dMB"
-#~ msgstr "ѥå¿ޤ%dMB Τ %dMB ˤޤޤ"
-
-#~ msgid "Going to install %d MB. You can choose to install more programs"
-#~ msgstr "%d MB 򥤥󥹥ȡ뤷ޤۤΥץ򥤥󥹥ȡޤ"
-
-#~ msgid "Installation CD Nr 1"
-#~ msgstr "󥹥ȥ졼 CD Nr 1"
-
-#~ msgid "Local LAN"
-#~ msgstr " LAN"
diff --git a/perl-install/share/po/ko.po b/perl-install/share/po/ko.po
deleted file mode 100644
index 3c0726443..000000000
--- a/perl-install/share/po/ko.po
+++ /dev/null
@@ -1,11766 +0,0 @@
-# Korean translation of DrakeX.
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 MandrakeSoft
-# sangkim@dreamwiz.com, 1999.
-# Ricky Jang <ricky@iolinux.co.kr>, 2000
-# Jaegeum Choe <baedaron@hananet.net>, 2001
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX 1.1.5\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-09-24 01:16--500\n"
-"Last-Translator: Jaegeum Choe <baedaron@hananet.net>\n"
-"Language-Team: Korean <baedaron@hananet.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=euc-kr\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr " 带 "
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Xinerama Ȯ "
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "%sī常 (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-" ý մϴ.\n"
-" Ͻðڽϱ?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "׷ ī"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "׷ ī "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr " XFree Ͻðڽϱ?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" ī XFree %sθ 3D ϵ ӱ ˴ϴ.\n"
-" ī ¼ 2D ִ XFree %s մϴ."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr " ī XFree %s 3D ϵ ӱ մϴ."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s 3D ϵ "
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-" ī XFree %sθ 3D ϵ ӱ ˴ϴ.\n"
-": ̰ ̸ ǻ͸ ߰ ֽϴ."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s 3D ϵ "
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" ī XFree %sθ 3D ϵ ӱ ˴ϴ.\n"
-": ̰ ̸ ǻ͸ ߰ ֽϴ.\n"
-" ī ¼ 2D ִ XFree %s մϴ."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (ġ ǥ ̹)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree "
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "׷ ī ޸ 뷮 ϼ"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr " ɼ ϼ"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "͸ ϼ"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-" ׸ ߿ ļ ߿ ڰ ֽϴ. "
-"ļ \n"
-"üȭ ŵǴ ̸ֱ, ļ ĵε ŵǴ ֱԴ"
-".\n"
-"\n"
-"ſ ߿: ɷġ Ѿ : \n"
-" Ͱ Ѽյ ֽϴ.\n"
-" 𸣰ڴٸ, ϰ ϼ"
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr " ļ"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr " ļ"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Ͱ ʾҽϴ."
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "׷ ī尡 ʾҽϴ."
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "ػ󵵰 õ ʾҽϴ."
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr " ׽Ʈ ðڽϱ?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr " : ׷ ī带 ׽Ʈϸ ǻͰ 𸨴ϴ."
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr " ׽Ʈ"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"Ϻ ڰ ."
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr " ߻߽ϴ:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "%d ҽϴ."
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " ½ϱ?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr " ߻߽ϴ. Ϻ ڰ ."
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "ػ"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "ػ󵵿 ϼ"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "׷ ī: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 : %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "߰ ɼ"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ȯ"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr " ǥ"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "ػ"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Ű : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "콺 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "콺 ġ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr " ļ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr " ļ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "׷ ī: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "׷ ī ID: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr " ޸: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr " ɵ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "ػ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 ̹: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "X-Window غ"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr " Ͻðڽϱ?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "׷ ī "
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr " ɼ "
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "ػ "
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "ٽ ׽Ʈ"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-" ұ?\n"
-" :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "۽ ٷ X "
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"ýÿ ڵ X찡 ۵ǵ Ҽ ֽϴ.\n"
-"ٽ ڵ X ۵DZ ϼ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " Ϸ %s α ϼ."
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "α׾ƿϰ Crtl-Alt-BackSpaceŰ ."
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32õ (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65õ (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "õ6鸸 (24bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "40 (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "16 MB ̻"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "ǥ VGA, 640x480 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr " VGA, 800x600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 ȣȯ, 1024x768 @ 87 Hz interlaced (800x600 ȵ)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr " VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Ȯ VGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "ͷ̽ SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "ļ SVGA, 1024x768 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "1280x1024 @ 60 Hz ļ "
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "1280x1024 @ 74 Hz ļ "
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "1280x1024 @ 76 Hz ļ "
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "1600x1200 @ 70 Hz "
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "1600x1200 @ 76 Hz "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Ʈ Ƽ ù° "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "̺ ù° (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO ġ"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Ʈδ ġϰ ?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/GRUB ġ"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "ؽƮ ޴ LILO"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "׷ ޴ LILO"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "/ (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Ʈδ ɼǵ"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr " Ʈδ"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Ʈδ ġ"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Ʈ ġ"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA ( BIOS鿡 ۵ ֽϴ.)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "ѵ "
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "Ʈ "
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr " "
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "⺻ ̹ õ ð"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "ȣ"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "ȣ (Ȯ)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr " ɼ մϴ."
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "ý /tmp 丮 ڵ û"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "ɼ: Ȯ ޸ 뷮 (%d MB ߰)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr " profiles "
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "޸ 뷮 MB Էϼ"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "ɼ: ɼѡ ȣ ɼ ϴ."
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "ٽ õϼ."
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "ȣ ġ ʽϴ."
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "ʱȭ ޽"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "߿ "
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Ŀ Ʈ ѽð"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "CD ?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "OF ?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "⺻ OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-" ׸ ⿡ ǥõǰ ֽϴ.\n"
-" ߰ϰų, ͵ Ҽ ֽϴ."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "߰"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Ϸ"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr ""
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr " ׸ ߰Ͻðڽϱ?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr ""
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Ÿ OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Ÿ OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Ÿ OS (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "̹"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Ʈ"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "߰"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "ʱȭ ũ"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "б-"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "̺"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "׸"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "⺻"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "ũ 뷮"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr " "
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "׸ "
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr " ׸ ʽϴ."
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr " Ƽ ݵ ʿմϴ."
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr " ׸ ̹ ǰ ֽϴ."
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s ̽ Ǿϴ."
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr " ٸ ġǾ ֽϱ?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr " ٸ %s ̽ ġǾ ֽϱ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "ƴϿ"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "ϵ "
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "%sī ̹ %s ġ"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(%s )"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr " %s ̹ õ ϱ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Ϲ %s ̹ ߰ ̵ ۵,  쿡 \n"
-"߰ ʿ ϱ⵵ մϴ. ߰ ɼ Ͻðڽϱ, ƴϸ \n"
-"ʿ ڵ˻ϰ ϰڽϱ?\n"
-"ڵ˻ ¼ٰ ǻ͸ ߰ ֽϴ.,\n"
-"ġ Ѽ ʽϴ."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "ڵ˻"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "ɼ "
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" %s ̹ ɼ ֽϴ.\n"
-"ɼ ``̸= ̸2=2 ...'' մϴ..\n"
-", ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr " ɼǵ:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"%s о̴µ ߽ϴ.\n"
-"ٸ ٽ õ ðڽϱ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(̹ %s() ߰Ǿϴ.)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " ȣ ʹ ܼմϴ."
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "ڸ Է ּ"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "ڸ ҹڳ , '-' ׸ '_' Եɼ ֽϴ."
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr " ڸ ̹ ߰Ǿ ֽϴ."
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr " ߰"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-" Է\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr " 㰡"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr " ̸"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "ڸ"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr " ؼ"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "ڵα"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"ڵ Ư ڷμ αεǵ ֽϴ.\n"
-"̷ Ư ϼ?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "⺻ ڸ ϼ:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr " Ŵ ϼ:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "  ּ."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "ġ ٸ ٸ  Ҽ ֽϴ."
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr " ߰"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr " "
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr " "
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-" Ű ݵ ׷̵Ǿ մϴ.\n"
-" Ͻðڽϱ?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "ȿ ŰȾ"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "ǥ"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "ְ"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-" ҷ ſ Ͽ մϴ. ý ϱ⿡ \n"
-"ϰ ſ ΰϰ ۵մϴ: ͳ̳ Ʈ ýۿ\n"
-"δ . ȣ ϴ."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"ȣ , Ʈ ǻͷ ϱ⿡ "
-"ϴ."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-" Ŭ̾Ʈμ ͳݿ ϴµ ǥ ȵԴϴ.\n"
-" ޺ ý ˱ ֽϴ. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" ȵ ý ְ ˴ϴ.\n"
-" ȵ ܺ Ŭ̾Ʈ ޾Ƶ̴µ ־ \n"
-" ȵԴϴ. "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-" 4 ˴ϴ. ý ܺٿ ݸ˴ϴ.\n"
-"ְ Դϴ."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr " ܰ踦 ּ"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr " "
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr " libsafe "
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr " ħ̳ ȭ ڿ ̺귯."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"%s ü ñ⿡ ȯմϴ!\n"
-"\n"
-" Ʈ ü ϼ.\n"
-"׷ %d Ŀ ⺻ մϴ.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "ü GRUB Ű ȯմϴ."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "%cŰ %c Ͽ ׸ ϼ."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "õ ü ҷ ͸, ҷ 'e' ּ."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr " ɵ Ǵ, ؼ 'c'ּ."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr " ׸ %d ڵ õ˴ϴ."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "/boot մϴ."
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "ũž"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr " ޴"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "%sƼǿ Ʈδ ġ ϴ.\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr " غ ʾҽϴ.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr " Ÿ "
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/(_F)"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/(F)/(_Q)"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr " Ÿ ȭ "
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr " Ÿ "
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr " "
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr " GTK+ "
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "ý ζ "
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "LILO/Grub "
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot "
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" Ʈ ڷ %s ϰ ֽϴ.\n"
-" 縦 Ϸ ."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "ý "
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr " X-Window "
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "ƴϿ, ڵα ʽϴ."
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ", ڵα մϴ."
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Ȯ"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "/etc/inittab ϴ: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d "
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 "
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d "
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "̻ Ƽ ߰ ϴ."
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "ġ ٸ ٸ  Ҽ ֽϴ."
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "⿡"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr ""
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "׸"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "븣"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Ż"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "ø 콺"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr " ͸ ϼ."
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "DZ !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-" aboot ȹ̶, ũ ۺκп (2048 "
-" )\n"
-" ⵵ ϼ."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "ൿ ϼ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"ϳ ū Ƽ ֽϴ.\n"
-"(Ϲ ũμƮ / ).\n"
-" Ƽ ũ⸦ մϴ.\n"
-"(װ Ŭ, \"ũ\" Ŭϼ.)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Ƽ Ŭϼ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "󼼼"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "ȭ FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Ÿ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Ͻý :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "ſ %s մϴ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "𸶿Ʈ ϼ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "%s Ƽ Ƽdz ڷḦ Ұ ˴ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Ƽ "
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "߰ Ƽ "
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " ȯ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Ϲ ȯ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "ǵ"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr " ʰ Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Ƽ ʰ Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "/etc/fstab Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "ڵ Ҵ"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "ϵ ũ "
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr " Ƽ Դϴ."
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "̻ Ƽ ߰ ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-" Ƽ Ƿ, Ȯ Ƽ ֵ Ƽ ϳ "
-"."
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Ƽ ̺ "
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Ƽ ̺ "
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Ƽ ̺ óġ"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ƽ ̺ ٽ б"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Ż ̵ ڵ Ʈ"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr " ϼ."
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-" Ƽ ̺ ũⰡ ʽϴ.\n"
-" Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"÷ ũ ̺꿡 \n"
-"÷ ũ ڷḦ Ұ ˴ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Ƽ ̺ õ ..."
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "ڼ "
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Ʈ ġ"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "ɼǵ"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "ũ"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "̵"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Ʈ"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "RAID ߰"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "LVM ߰"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "𸶿Ʈ"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "RAIDκ "
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "LVMκ "
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "RAID "
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr " Ƽ "
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "ũ(MB) :"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Ͻý : "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Ʈ ġ: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr " մϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Ƽ "
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr " ý ϼ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "EXT2 EXT3 "
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "%s Ʈ Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "ġ %s Ʈ Ͻðڽϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-" Ƽ loopback Ǿ Ƿ Ʈ Ʈ Ҽ "
-".\n"
-"loopback ϼ."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr " Ͻý "
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "ũ⺯"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr " Ƽ ũ⺯ ʽϴ."
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr " Ƽ Ÿ Ͽ մϴ."
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "%s Ƽ ũ⸦ ϸ, Ÿ ҰԵ˴ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "ο ũ⸦ ּ"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "ο 뷮(MB):"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr " ũ ̵ϰ ʴϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr " ͸ ̵ϰ ʴϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "̵ "
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Ƽ ̵ ..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "߰ RAID ϼ."
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "߰ LVM ϼ"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM ̸?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr " Ƽ loopback ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr " ̸: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr " ̸ Էϼ."
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "ٸ ϰ ֽϴ, ٸ ּ."
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr " ̹ մϴ. װ մϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Ʈ ɼǵ:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "پ"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "ġ"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "ũ"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr " : մϴ."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr " ƼԴϱ?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"˼մϴ. /boot 丮 ̺󿡼 Ѿ ־ Ҽ "
-"ϴ. ( 1024 Ǹ Ͽ մϴ.\n"
-"LILO Ѵٰ ϴ ʰ, LILO ü Ҽ ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-" root(/) 1024Ǹ ڿ ֽϴ.\n"
-" /boot Ƽ ϴ.\n"
-"LILO Ʈ Ŵ Ϸ Ѵٸ, ؼ /boot Ƽ ߰ϼ."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Ʈ RAID Ƽ Ʈ(/) ߽ϴ.\n"
-" Ʈδ /boot Ƽ ̴ ̰ ó մϴ.\n"
-"׷Ƿ /boot Ƽ ߰ϴ ."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "%s ̺ Ƽ ̺ մϴ."
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Ȱ ϱ ؼ ʿմϴ."
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "%s Ƽ ϸ, Ÿ Ұ ˴ϴ."
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "loopback %s "
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "%s Ƽ "
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr " Ƽ ȱ"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"丮 %s ̹ Ͱ ֽϴ.\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr " Ƽ ȱ "
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "%s "
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "%s "
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "ġ: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS ̺ : %s ( )\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "̸:"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "ũ: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "%d Ǹ %d Ǹ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "˵Ǿ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr " ȵǾ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Ʈ Ǿ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "̵ ġ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-" ():\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"⺻ õǴ Ƽ\n"
-" (lilo Ѱ ƴ϶ MS-DOS boot Ѱ)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "%s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "ũ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "̵-ũ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr " ̸: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-" Ƽ ̹ ƼԴϴ.\n"
-"׳ δ ϴ.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-" Ư ƮƮ\n"
-"Ƽ ý \n"
-" ϱ Դϴ.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "ũ : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "ġ: %s Ǹ, %s , %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-ũ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Ƽ ̺ : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "%d 󿡼 ID %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "ɼǵ: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Ͻý : "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr " ȣ ʹ ܼմϴ.(  %d ڴ Ѿ մϴ)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "ȣ ġ ʽϴ."
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "ü Ŭϼ."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS "
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s (̺ %s)"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "%s %s ̹Ƿ Ҽ ϴ."
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "Ͻý ڵ %d Ǵ ñ׳ %d Ͽϴ."
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "%s 𸶿Ʈ ߻: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "ܼȭ"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "16MB ̸ Ƽǿ JFS ý ϴ."
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "32MB ̸ Ƽǿ ReiserFS ý ϴ."
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Ʈ ġ ݵ / Ͽ մϴ."
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Ʈ ġ %s ̹ մϴ.\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr " %s Ʈ Ʈ LVM ϴ. "
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr " 丮 Ʈ Ͻý ȿ ־ մϴ."
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-" Ʈ ġ Ʈ Ͻý (ext2, reiserfs) Ʈ Ǿ մϴ.\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr " %s Ʈ Ʈ LVM ϴ. "
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "ڵҴ ϱ⿡ մϴ."
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "%s ߻: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-" ߻ - ο ý  ùٸ ġ ã ϴ. "
-" ذϽ÷, ϵ ñ ٶϴ."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " Ƽǵ ʽϴ."
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"õ ϵũ Ƽ ŵǾ ֽϴ.\n"
-"翡 ̹ , ̴ κ Ϲ\n"
-"ġ Դϴ. Ͻðڴٸ, ּ Ʈ Ƽ"
-"(/)\n"
-" ݵ ؾ մϴ. ʹ Ƽ . "
-"Ʈ\n"
-" ġ ϴ ֽϴ. Ͱ Ƽǿ ǵ"
-"\n"
-"ϰ ʹٸ, /homeƼ 弼.( Ƽ ̻"
-"\n"
-"쿡 մϴ.)\n"
-"\n"
-" Ƽ ŵ˴ϴ: ̸,뷮.\n"
-"\n"
-"̸ : ϵũ ,ϵũ ȣ,\n"
-"Ƽ ȣ(, hda1).\n"
-"\n"
-"ϵũ , IDE ũ 쿡 hd̸,\n"
-"SCSI ũ 쿡 sdԴϴ.\n"
-"\n"
-"ϵũ ȣ ׻ hdǴ sdڿ Դϴ.\n"
-"IDE ϵũ :\n"
-"\n"
-" a IDE ũ ǹմϴ.\n"
-"\n"
-" b IDE ũ ǹմϴ.\n"
-"\n"
-" c IDE ũ ǹմϴ.\n"
-"\n"
-" d IDE ũ ǹմϴ.\n"
-"\n"
-"SCSI ϵũ , a ּ SCSI ID, b ּ SCSI "
-"ID\n"
-" ǹ̸ ϴ."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"ǵ巹ũ ġ ý CD Ǿ ֽϴ.\n"
-"巹ũX õ Ű CD ִ ̹ ˰ ֽ"
-".\n"
-"ʿ CD ڵ ٸ CD û Դϴ."
-
-#: ../../help.pm_.c:77
-#, fuzzy
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-" ýۻ ġ α׷ Դϴ.\n"
-"ǵ巹ũ ġ ִ õ α׷ ֱ \n"
-"ڰ װ͵ Դϴ.\n"
-"\n"
-" ǥ CD ġ ϰ ִ ̶, ִ CD鿡 \n"
-" Դϴ. ִ CD Ȯϰ Ȳ ´\n"
-" ڸ ϼ. غ Ǿ, ȮΡ .\n"
-"\n"
-"Ű 뵵 ׷ Ǿ ֽϴ.\n"
-"׷ ü Ǵٽ Ǿ ֽϴ:\n"
-"\n"
-" ũ̼ǡ: ý ũ̼ ȹ̶,\n"
-"ϳ ̻ ش ׷ ϼ.\n"
-"\n"
-" ߡ: ý α׷ 뵵 Ϸ Ѵٸ, ϴ ׷\n"
-"ϼ.\n"
-"\n"
-" : , ý DZ⸦ Ѵٸ, ⼭ κ Ϲ "
-"\n"
-"ġǵ ֽϴ.\n"
-"\n"
-" ׷ ȯ桹: ȣϴ ׷ ȯ ϴ Դϴ.\n"
-"׷ ȯ ũ̼ Ѵٸ, ּ ϳ ؾ մϴ!\n"
-"\n"
-"콺 ͸ ׷ ̸ ø, ش ׷쿡 dz "
-"\n"
-" Դϴ.\n"
-"\n"
-" Ű áɼ ֽϴ.\n"
-" ɼ Ǿ Ű鿡 ˰ ְų, ġǴ Ű"
-" \n"
-"ü  쿡 Դϴ.\n"
-"\n"
-" Ʈ ġ ߴٸ, ġ Ű"
-"\n"
-"ġǴ ׷ ֽϴ. ̷ ϴ \n"
-" ý Ʈϰų ġ Դϴ."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-#, fuzzy
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-" ǻ͸ ͳ̳ Ʈ ϰ ʹٸ, ùٸ ɼ\n"
-"ϼ. ɼ ϱ Ʈ ġ ִ\n"
-"Ȯؼ 巹ũX ڵ ֵ ϼ.\n"
-"\n"
-"ǵ巹ũ ġÿ ͳ ϴ "
-".\n"
-"ȿ : , ISDN , ADSL , ̺ , LAN ("
-")\n"
-"\n"
-"ڼ ⼭ Դϴ. ڵ鿡 \n"
-"ͳ ڳ Ʈ ڿ ؼ ˾ .\n"
-"\n"
-" , ͳ ῡ ڼ ֽϴ.\n"
-"Ǵ ý ġ ٸ Ŀ, ִ α׷ "
-"Ͽ\n"
-" ֽϴ.\n"
-"\n"
-"Ʈ ġ Ŀ ϰ Ͱų, Ʈ ģ ¶,\n"
-"ҡ ϼ."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-" ýÿ  񽺸 ڵ ϰ ؾ մϴ.\n"
-"\n"
-" ġ 񽺵 ⿡ ֽϴ.\n"
-"ϰ ؼ ýÿ ׻ ʿϴ ƴ϶ ϼ.\n"
-"\n"
-"콺 ̸ ø, 񽺿 "
-"Դϴ.\n"
-"  񽺰 ʿ ƴ 𸣰ڴٸ,\n"
-"⺻ ׳ δ Դϴ.\n"
-"\n"
-" ǻ͸ Ϸ Ѵٸ, ܰ迡 ſ ؾ մϴ.\n"
-"ʿ 񽺰 ۵Ǵ ٶ ʽϴ. Ϻ 񽺴 \n"
-"󿡼 ڵȴٸ ִٴ ϼ. Ģ \n"
-" ʿ 񽺵鸸 ϼ."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-#, fuzzy
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X(X ý) GNU/ ׷ ̽ ٽԴϴ.\n"
-"̸ ǵ巹ũ Ե ׷ȯ(KDE, ׳,\n"
-"ͽ, Ŀ...) ۵մϴ. ̹ ܰ迡 巹ũX\n"
-"X õ Դϴ.\n"
-"\n"
-" (Ǵ ֽ) ϵ ƴ϶, \n"
-" Դϴ. ϸ, ش ũ⿡ \n"
-"ְ ػ󵵷 ڵ ׽Ʈ Դϴ.\n"
-"׽Ʈ â ϳ Կ ̴ Դϴ.\n"
-"\n"
-" ġ ̶, X \n"
-"ȳ Դϴ. 翡 ڼ ,\n"
-" ش κ ϼ.\n"
-"\n"
-" ׽Ʈ â ۾ ְ , 巹ũX ܰ\n"
-" Դϴ. ۾ ˾ƺ ٸ, Ǿٴ \n"
-"ǹմϴ. ׽Ʈ 10Ŀ ȭ ϸ鼭 ڵ\n"
-"մϴ."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"ó X õ , ȭ ̻ϰ ֽϴ.\n"
-"(ȭ ʹ ۰ų, Ȥ ġ ֽϴ.)\n"
-"׷ , X Ǵ 巹ũX Բ \n"
-" Դϴ. ִ ȿ ȭ\n"
-" ǥؼ ְ Դϴ.\n"
-"\n"
-"ƹ ص X ۵ǰ ٸ, ׷ ī 桹 "
-"ϰ\n"
-"Ͽ ī塹 ϼ. ׸ , FBDev"
-"\n"
-"ϼ. ̰ ɼ̸ ׷ ī ȣȯ˴ϴ.\n"
-"׸ , ٽ ׽Ʈ Ͽ Ȯϼ."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-", ýÿ ڵ ׷ ȯ Դ"
-".\n"
-": ׽Ʈ ʾ Ÿ Դϴ.\n"
-"ý Ȯ ̰ų, ȭ "
-"\n"
-"ƴϿ ."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-" ϵũ ǵ巹ũ ġ\n"
-"ؾ մϴ. ϵũ ְų Ǵ\n"
-"ٸ ü ϵũ ü ϰ ִٸ, Ƽ\n"
-" մϴ. Ƽ ǵ巹ũ\n"
-"ġ Ȯϱ Ͽ ũ Ѵٴ ǹԴϴ.\n"
-"\n"
-"Ϲ Ƽ Ұ\n"
-",ʺڿԴ ν ۾Դϴ. 縦\n"
-"ϸ ۾ ֽϴ. ϱ , ð \n"
-" о .\n"
-"\n"
-" ġ ̶, ǵ巹ũ Ƽ "
-"\n"
-"ũ巹ũ Դϴ. Ƽǵ帣 "
-"ϰ\n"
-"մϴ. ũ巹ũ ; մϴ. "
-"ߵ\n"
-"ȭ鿡 ִ 硹ư , Ƽ ۾ 縦\n"
-" ֽϴ.\n"
-"\n"
-" ġ ְų ٸ Ƽ "
-"\n"
-"Ƽǵ ̹ Ѵٸ, ġ Ƽǵ\n"
-"ø ϸ ˴ϴ.\n"
-"\n"
-" Ƽ ٸ, մϴ. ׷ ؼ\n"
-" ִ 縦 ϼ. ϵũ \n"
-" ֽϴ:\n"
-"\n"
-" : ũ ڵ Ƽ ۾ ϰ ˴ϴ.\n"
-"Ƽ ۾ ̻ Ű澵 ʿ䰡 ˴ϴ.\n"
-"\n"
-" Ƽ : 簡 Ƽ ߰ Դϴ.\n"
-" Ƽǿٰ ġҷ, ̰ ϼ.\n"
-"\n"
-" Ƽ : MS  ġǾ ְ "
-"ũ ϰ ִٸ,\n"
-" մϴ. ̷ ϱؼ, Ƽ "
-"ų(ü ũ \n"
-" 塹κ ϼ.), Ƽ ũ⸦ Ͽ "
-" Ȯ ֽϴ. \n"
-"Ƽ ͸ ı ʱ , "
-"巹ũ ǻͿ Բ\n"
-"ϰ Ѵٸ ̰ Ǵ Դϴ.\n"
-"\n"
-" Ѵٸ, Ƽ ũⰡ 纸 پ "
-"\n"
-" Ʈ ġϰų ͸ ׸ŭ "
-"ٴ\n"
-" ϼ.\n"
-"\n"
-" ü ũ : ũ Ƽǰ ͸ ϰ\n"
-" ǵ巹ũ Ƽ ٲٰ ʹٸ, ̰ ϼ.\n"
-"ϼ: ϴ ̷ ϰ ٽ ǵ ϴ.\n"
-"\n"
-" !! ɼ ϰ Ǹ, ũ Ͱ սǵ˴ϴ. !!\n"
-"\n"
-" : ũ Ƽ ϰ, ʱȭ ũ ¿"
-"\n"
-"Ƽ ۾ ٽ մϴ. ũ ʹ սǵ˴ϴ.\n"
-"\n"
-" !! ɼ ϰ Ǹ, ũ Ͱ սǵ˴ϴ. !!\n"
-"\n"
-" : Ƽ ۾ ϰ Ѵٸ, ̰ ϼ"
-".\n"
-" ִٴ ϼ. "
-"͸\n"
-"Ҿ ֽϴ. ٸ, "
-"."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"ġ ϷϿϴ. GNU/ ý غ\n"
-"Ǿϴ. ý ٽ Ϸ ȮΡ .\n"
-"ǻͰ ٽ õǸ, ( Ǿ 쿡) ȣϴ\n"
-"ü ֽϴ.\n"
-"\n"
-"ޡư( 忡 ) ߰ ư ŸҴϴ:\n"
-"\n"
-" ڵ ġ ÷ : ݱ ġ ٸ\n"
-" ڵ ü ġ ϰ ϴ\n"
-"ڵ ġ ÷ ũ ϴ.\n"
-"\n"
-" : ư ɼ Ÿϴ:\n"
-"\n"
-" : Ƽ ۾ ϰ, ڵġ\n"
-"ϴ ڵġ ÷Ǹ ϴ.\n"
-"\n"
-" ڵȭ: ũ ͸ ϰ Ƽ ٽ\n"
-" Ϻ ڵ ġ ϴ ÷Ǹ ϴ.\n"
-"\n"
-" ϸ, ǻͿ ġ۾ մ"
-".\n"
-" ڼ Ʈ ڵġ κ ϼ.\n"
-"\n"
-" Ű û 塹(*): ܰ迡 Ű մ"
-".\n"
-" ٸ ġ , ÷Ǹ ̺꿡 ְ, [F1]Ű \n"
-"ġ ȭ ȭ  , linux defcfg=\"floppy\"\n"
-"Էϼ.\n"
-"\n"
-"(*) FAT ˵ ÷ ϳ ־ մϴ.\n"
-" ( Ϸ, mformat a: ϼ.)"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-" Ƽǵ ˵Ǿ մϴ.\n"
-"(̶ ý ٴ ǹԴϴ.)\n"
-"\n"
-" ͸ ϱ ؼ Ƽǵ\n"
-"ٽ ֽϴ. ׷ ϰ ʹٸ, ش Ƽǵ鵵\n"
-"ϼ.\n"
-"\n"
-": Ƽǵ ٽ ʿ ϴ.\n"
-"(/,/usr,/var ) ü ִ Ƽǵ\n"
-"ٽ ϴ, (/home ) ͸ ܰ ִ Ƽǵ\n"
-", ͸ ϰ , ٽ ʿ䰡 ϴ.\n"
-"\n"
-"Ƽǵ ϼ. ϴ ǰ,\n"
-"õƴ Ƽǻ ߴ ʹ Ǹ,\n"
-" Ұ ϴ.\n"
-"\n"
-" غ Ǿ, ȮΡ .\n"
-"\n"
-"ǵ巹ũ ġ Ƽ ٽ ϰ ʹٸ,\n"
-"ҡ .\n"
-"\n"
-"ũ ջ üũϸ ϰ ʹٸ,\n"
-"ޡ ."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-" ǵ巹ũ ü ġϰ ֽϴ.\n"
-" ۾ ؼ ð ɸϴ.\n"
-"Ѽҿ ð Ű ǻ ɿ ũ ޶ ֽ"
-".\n"
-"\n"
-"γ ."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-" ϱ ༭ ڼϰ о .\n"
-" ༭ ü ǵ巹ũ ϴ ̸,\n"
-" Ŵٸ źΡư . ź ư ġ\n"
-"ﰢ ϰ մϴ. ġ ϰ ʹٸ ǡư ."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-" ǻ ܰԴϴ.\n"
-"ο ؼ ǻͰ Ǿ ϸ,\n"
-" ߿伺 ũ Ŭ, Ǿ մ"
-".\n"
-"׷ Ϲ ؾ"
-"\n"
-"̷ ϼ. ǹϴ ٿ ڼ "
-"\n"
-"˰ ʹٸ ħ MSEC ϼ.\n"
-"\n"
-" ؾ 𸣰ڴٸ, ⺻ ϼ."
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-" Ƽ ǵ巹ũ ġ Ǿ \n"
-"ؾ մϴ. ٸ GNU/ ġ ְų, ٸ Ƽ\n"
-" Ͽ ̹ Ƽǵ ǵǾ ִٸ, Ƽ ״ \n"
-" ֽϴ. ׷ ʴٸ ϵũ Ƽǵ մϴ.\n"
-"\n"
-"Ƽ , ϵũ ϼ. Ƽ 鿩 ϵũ"
-"\n"
-"ù ° IDE ũ hda, ° IDE ũ hdb "
-",\n"
-"ù ° SCSI ũ sda Դϴ.\n"
-"\n"
-"Ƽ , ɼ ֽϴ:\n"
-"\n"
-" : õ ũ Ƽ մϴ.\n"
-"\n"
-" ڵ Ҵ硹: õ ũ ڵ EXT2 Ƽ\n"
-"Ҵմϴ.\n"
-"\n"
-" Ƽ ̺ : Ƽ ̺ ջǾ , ɼ\n"
-"ջ ̺ մϴ. !!!! õ ִٴ \n"
-"ϼ.\n"
-"\n"
-" ǵ⡹: մϴ.\n"
-"\n"
-" ٽ б⡹: ϰ, ʱ Ƽ ̺ ٽ н"
-"ϴ.\n"
-"\n"
-" 硹: 縦 Ͽ Ƽ ϴ. Ƽ ⿡ "
-"\n"
-"ϴٸ, ɼ ϼ.\n"
-"\n"
-" ÷Ƿκ : ÷ǿ ص Ƽ Ͽ\n"
-"Ƽ ̺ մϴ.\n"
-"\n"
-" ÷ǿ 塹: Ƽ ÷ǿ մϴ. Ƽ "
-" \n"
-" ˴ϴ. ϴ Դϴ.\n"
-"\n"
-" Ϸ᡹: Ƽ ۾ ġ, ɼ մ"
-".\n"
-"\n"
-": Ű ɼ ֽϴ. Ƽǵ鰣 ̵ [Tab]Ű\n"
-"[Up/Down]Ű ϼ.\n"
-"\n"
-"Ƽ ϰ Ŀ Ű ֽϴ:\n"
-"\n"
-" Ctrl + c: ( Ƽ õ ,) Ƽ .\n"
-"\n"
-" Ctrl + d: Ƽ ϱ.\n"
-"\n"
-" Ctrl + m: Ʈ ġ ϱ.\n"
-"\n"
-" PPC ǻͿ ġϰ ִ ̶, YABOOT Ʈδ ּ "
-"1MB\n"
-" HFS ƮƮƼ ʿ䰡 ֽϴ. Ƽ ũ"
-"\n"
-"(, 50MB) , Ȳÿ Ŀΰ ũ ̹\n"
-" ִ Ұ Դϴ."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-" ̻ MS Ƽ ũ󿡼 ߰ߵǾϴ.\n"
-"ǵ巹ũ ü ġϱ ũ⸦ \n"
-"Ƽ ϼ.\n"
-"\n"
-" Ƽ ŵ˴ϴ: ̸, ̸,\n"
-"뷮.\n"
-"\n"
-" ̸ : ϵũ ,ϵũ ȣ,\n"
-"Ƽ ȣ(, hda1).\n"
-"\n"
-"ϵũ , IDE ũ 쿡 hd̸,\n"
-"SCSI ũ 쿡 sdԴϴ.\n"
-"\n"
-"ϵũ ȣ ׻ hdǴ sdڿ Դϴ.\n"
-"IDE ϵũ :\n"
-"\n"
-" a IDE ũ ǹմϴ.\n"
-"\n"
-" b IDE ũ ǹմϴ.\n"
-"\n"
-" c IDE ũ ǹմϴ.\n"
-"\n"
-" d IDE ũ ǹմϴ.\n"
-"\n"
-"SCSI ϵũ , a ּ SCSI ID, b ּ SCSI "
-"ID\n"
-" ǹ̸ ϴ.\n"
-" ̸ MS Ͽ ̸Դϴ.\n"
-"(, ù ° ũ Ǵ Ƽ C:Դϴ.)"
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "ٷ ּ. ۾ ð ɸϴ."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-" ⺻ġ(塹) ɵִ ִ\n"
-"ġ ϳ ؾ߾ մϴ. ο ġ"
-"\n"
-" ǵ巹ũ ý ׷̵ ϳ ֽ"
-".\n"
-" Ȳ ϼ.ġ ϰ Ǹ\n"
-" ý ϰ ٽ ġϰ ˴ϴ. ׷̵塹\n"
-"ϰ Ǹ ý ֽ ý ׷̵ մϴ.\n"
-"\n"
-" ǵ巹ũ ġǾ ʰų, \n"
-" ü Բ ϰ ʹٸ, ġ .\n"
-"\n"
-" ̹ ġ ǵ巹ũ ƮϷ,\n"
-" Ʈ .\n"
-"\n"
-" GNU/Linux ؿ , ǵ巹ũ\n"
-"ġ Ǵ Ʈϴ ֽϴ:\n"
-"\n"
-" : GNU/Linux ٸ, ̰ ϼ.\n"
-"ġ ϸ ˴ϴ.\n"
-"\n"
-" : GNU/Linux ִٸ, ̰ "
-"ϼ.\n"
-" ǡ ġó ֿ뵵(ũ̼, , ) ֽ"
-". \n"
-"̰ ϱ⿡ ռ ſ ϼ. ġ "
-" ˴ϴ.\n"
-"GNU/Linux ؼ 𸥴ٸ, ϱⰡ ſ ֽϴ.\n"
-" Ȯ ʴ´ٸ ġ ."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Ϲ, 巹ũX (  Ͽ) ùٸ Ű带\n"
-"ڵ մϴ. ׷ ϴ  Ȯ ġϴ Ű带\n"
-" ʴ 쵵 ֽϴ: ,  ϴ \n"
-" Ű带 ֽϴ.  , ij "
-"ֿ\n"
-" ִٸ ̷ 찡 Դϴ. ̷ , ܰ迡\n"
-" Ű带 Ͽ ؾ մϴ.\n"
-"\n"
-"Ǵ Ű , ߰\n"
-"."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"ġ ׸ ýۿ  ϼ.\n"
-"\n"
-"ޡ , ٸ  ߰ ֽϴ.\n"
-"ٸ  ϰ Ǹ, õ ý α׷ ϵ"
-"\n"
-"ġϰ ˴ϴ. , ý Ϻε ֵ ϰ ʹٸ,\n"
-"Ͽ ѱ ϰ, ޡ Ϻ ش"
-"\n"
-"ȸ ǥ ϼ.\n"
-"\n"
-" ߰  ֽϴ. ,\n"
-"ȮΡ ϼ."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"⺻ 巹ũX 2ư 콺 Ѵٰ ̸,\n"
-" ° ư ķ̼ Դϴ. 콺 PS/2, ø, Ȥ USB"
-"\n"
-"巹ũX ڵ ˾Ƴ ֽϴ.\n"
-"\n"
-" ٸ 콺 ϰ ʹٸ, Ǵ Ͽ \n"
-"ϼ.\n"
-"\n"
-" ٸ 콺 ϰ Ǹ, 콺 ׽Ʈ ȭ Ե Դϴ.\n"
-"׷, 콺 ư Ͽ Ȯϰ Ǿ Ȯϼ.\n"
-" ۵ϱ ,ҡư ̽ Ű Ű\n"
-" ٽ Ͻñ ٶϴ."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Ȯ Ʈ ϼ. , MS  COM1\n"
-" ttyS0 ˴ϴ."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO( δ) GRUB Ʈ δԴϴ: ̰͵ ýۻ\n"
-"GBU/ Ǵ ٸ ü ý۵ ˴ϴ.\n"
-"Ϲ, ƴ ٸ ü ڵ Ǿ\n"
-"˴ϴ. ׷ ׷ , ⼭ ׸\n"
-"߰ ֽϴ. Ȯ ڰ ϵ ϼ.\n"
-"\n"
-" ٸ Ư ü ϴ \n"
-" Դϴ. ׷ , ش ׸ 켼. ׷ ׷ϸ,\n"
-" ü ϱ ؼ ũ ־ մϴ!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"GNU/ ϴµ ʿ ġų \n"
-" ּ.\n"
-"\n"
-" ִ 𸣰ڴٸ,\n"
-"ũ ù (MBR) ϼ."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"巹ũX ýۻ ִ ϵ ũ ˻ϰ\n"
-" PCI SCSI Ž õ Դϴ.\n"
-" 巹ũX ġ ߰ϰ Ǹ ڵ\n"
-"ùٸ ̹ ġ Դϴ.\n"
-"\n"
-"巹ũX ġ ˻ ϴ, Բ SCSI ġ ϰ ˴"
-".\n"
-"Ͽ ġ Ϸ , SCSI ġ ٸ ƴϿ "
-"ϼ.\n"
-" 𸣰ڴٸ, ϵ ⡹ ȮΡ \n"
-"ýۻ ϴ ϵ 캼 ֽϴ.\n"
-"ϵ 䰡 ٽ ȮΡư SCSI ̽ "
-" ȭ\n"
-" ֽϴ.\n"
-"\n"
-" ͸ ؾ , 巹ũX ɼ \n"
-" Դϴ. 巹ũX ʿ ɼ Žϵ ϴ "
-".\n"
-"Ϲ ۵մϴ.\n"
-"\n"
-"\n"
-" ׷ ʴٸ, ̹ ɼ ؾ մϴ. (3"
-", \n"
-"ϵ ) Ͽ, ϵ , \n"
-"(ͳݿ ִٸ) ü Ʈ, \n"
-"Ǵ ( ġǾ ִٸ) MS   ⿡ ʿ \n"
-" ˾ ִ ã ."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-#, fuzzy
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-" ýۿ پ ڵ ̰ ֽϴ. ġ ϵ \n"
-"Ʒ Ǵ ׸ Ϻδ ֽϴ:\n"
-"\n"
-" 콺: 콺 Ȯϰ, ʿϴٸ ŬϿ\n"
-"콺 ϼ.\n"
-"\n"
-" Ű塹: Ű Ȯϰ, ʿϴٸ ŬϿ\n"
-"Ű带 ϼ.\n"
-"\n"
-" ð롹: 巹ũX  ڵ\n"
-"ð븦 մϴ. ׷, Ű嵵 ׷, õ\n"
-" ġϴ ϰ ֽϴ.\n"
-"׷ϴٸ, ð롹 ŬϿ, ϰ ִ\n"
-" ð뿡 ° ð ϼ.\n"
-"\n"
-" ͡: , 簡\n"
-"۵ Դϴ.\n"
-"\n"
-" ī塹: ī尡 Ǿٸ, ⿡ Ÿ\n"
-"Դϴ. ġ ߿ ϴ Ұմϴ.\n"
-"\n"
-" TV ī塹: TV ī尡 Ǿٸ, ⿡ Ÿ Դϴ.\n"
-"ġ ߿ ϴ Ұմϴ.\n"
-"\n"
-" ISDN ī塹: ISDN ī尡 Ǿٸ, ⿡ Ÿ\n"
-"Դϴ. ư ŬϿ \n"
-"ֽϴ."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"ǵ巹ũ Ƽ ؼ ϵŬ ϼ.\n"
-":\n"
-"ũ ʹ սǵǸ, Ұ ϴ!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" ϵũ Ϳ Ƽ Ϸ, ȮΡ .\n"
-"!!ϼ!!ϴ ȮΡ Ǹ, MS и Ͽ "
-"Ʈ \n"
-"Ϳ Ƽ Ұ ϴ.\n"
-"\n"
-" ۾ Ϸ, ҡ .  Ϳ Ƽǵ\n"
-"ջ Դϴ."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-" õǾϴ: %s\n"
-"\n"
-"\n"
-" ⺻ Ȱȭ˴ϴ. ˷ "
-",\n"
-"ο ߰ߵ ֽϴ. ׷ 쿡 żϰ\n"
-"׷̵ؾ մϴ.\n"
-"\n"
-"\n"
-" ġմϱ?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "NIS ̴ εɽƮ ϴ."
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "÷ ũ %s ̺꿡 "
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr " ÷ ũ FAT ƴմϴ."
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-" Ű ø ҷ, ``linux defcfg=floppy'' ԷϿ "
-"ġ ϼ."
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "%s д ߻߽ϴ."
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"롹̹ ʿϴ Ϻ ϵ ýۻ ֽϴ.\n"
-"ڼ ϼ: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Ʈ Ƽ ݵ ʿմϴ.\n"
-"̸ ؼ, Ƽ ϼ. (̹ ִ Ƽ Ŭϰų).\n"
-"׸ , ``Ʈ ġ'' Ŭ '/' ϼ."
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " Ƽ ݵ ʿմϴ."
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-" Ƽ ϴ.\n"
-"\n"
-" մϱ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "/boot/efi Ʈ FAT Ƽ ־߸ մϴ."
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "ο Ƽ ִ մϴ."
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr " Ƽ "
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr " Ƽ ϴ."
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " Ƽ "
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr " Ƽ Linux4Win ϰڽϱ?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "ũ "
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Ʈ Ƽ ũ(MB): "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr " Ƽ ũ(MB): "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr " Ƽ ϼ."
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr " Ƽ ũ⸦ Ͻðڽϱ?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr " ý "
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT ũ Ⱑ Ƽ ó ϴ.\n"
-" ߻߽ϴ: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-" Ƽ ϰ ֽϴ. ``ũ '' ϼ."
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"!\n"
-"\n"
-"巹ũX Ƽ ũ⸦ Դϴ. ۵ \n"
-"մϴ. ʾҴٸ, ġ ߴϰ \n"
-"ũ˻硹(ϴٸ ũ ) Ŀ,\n"
-"ġ ٽ ϼ. ͵ μ.\n"
-"غ, ȮΡ ."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr " 뷮 Ͻðڽϱ?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "Ƽ %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FATũ : %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"loopback ϰų ũ⸦ FAT Ƽ ϴ. (Ǵ ũ "
-" մϴ.)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "ü ũ "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "(TM) "
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"ϵ ̺갡 ϳ ̻ ֽϴ. Ϳ ġϽðڽϱ?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "%s ̺ Ƽǰ Ͱ սǵ Դϴ."
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr " Ƽ "
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "fdisk "
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-" %s Ƽ ۾ ֽϴ.\n"
-"ģ , 'w' ϴ° ."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr " Ƽǿ ϴ."
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "ġ ʿ ã ϴ."
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "巹ũX Ƽ 簡 ַ ߽߰ϴ:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Ƽ : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Ʈ Ȱȭ ..."
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Ʈ ..."
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-" ߻߽ϴ. ׷ ó ϴ.\n"
-" ҷ ϼ."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Ʈ Ʈ ߺ %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Ϻ ߿ Ű ùٸ ġ ʾҽϴ.\n"
-"CDROM ̺ Ǵ ̵ ջǾϴ.\n"
-"̹ ġ Ϸ ǻͿ rpm -qpl Mandrake/RPMS/*.rpm "
-" .\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "%s Ű ȯմϴ."
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "÷ ̺긦 ϴ."
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "%s ܰ Ѿϴ.\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"ý ڿ մϴ. ǵ巹ũ ġϴµ Ϻ ߻"
-"\n"
-" ֽϴ. ߻ϸ, ýƮ ġ õ .\n"
-"ؽƮ ġϷ, CDROM F1 text Է"
-"ϼ."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "ġ "
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr " ġ ϳ ּ."
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr " Ű ׷ ü ũⰡ %d MB ϴ.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-" 뷮 ġϰ ʹٸ,\n"
-"ġϰ ϴ Ű ϼ.\n"
-"\n"
-" , ߿ Ű鸸 ġ˴ϴ;\n"
-" 100%% õ Ű ġմϴ."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"õ Ű %d%% شϴ ũ ֽϴ.\n"
-"\n"
-" 뷮 ġϰ ʹٸ,\n"
-"ġϰ ϴ Ű ϼ.\n"
-" , ߿ Ű鸸 ġ˴ϴ;\n"
-" %d%% Ű ġմϴ."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " ܰ迡 ߰ ڼ ֽϴ."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "ġ Ű "
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Ű ׷ "
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr " Ű "
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "ü ũ: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "߸ Ű"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "̸: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "ũ: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "߿伺: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "ũ ϱ Ű ϴ."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr " Ű ġ Դϴ."
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr " Ű ŵ Դϴ."
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr " Ű / Ҽ ϴ."
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "̰ ʼ ŰԴϴ. ݵ õǾ մϴ."
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr " Ű ϴ. ̹ ġ Ǿϴ."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-" Ű ݵ ׷̵Ǿ մϴ.\n"
-" Ͻðڽϱ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr " Ű Ҽ ϴ. ݵ ׷̵Ǿ մϴ."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "ڵ õ Ű ̱"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "ġ"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "÷ǿ /"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "õ Ű Ʈ "
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "ּ ġ"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "ġϰ ϴ Ű ϼ."
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "ġ"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr " ð "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "ġ غԴϴ. ٸ."
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d Ű"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "%s Ű ġ"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "ź"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"CDROM ٲ ּ!\n"
-"\n"
-"%s CDROM ̺꿡 , ȮΡ ּ.\n"
-" CDROM ʴٸ, ҡ ߰ ġ ϼ."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr " մϱ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Ű ϴ ߻:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr " Ű ġ ߻߽ϴ: "
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr " ߻"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr " %s͸ մϱ?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr " Ǽ"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Ű"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Ű ̾ƿ "
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ǵ Ű ⿡ ֽϴ."
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "ġ ּ."
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "ġ/Ʈ"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "ġմϱ ƴϸ Ʈ մϱ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Ʈ"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "õ Ű Ʈ "
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr " 콺 Ͻʴϱ?"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "콺 Ʈ"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr " ø Ʈ 콺 Ǿ ֳ?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "ư ķ̼"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "ư 2 ķ̼"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "ư 3 ķ̼"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIS ī ȯ漳..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE "
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "밡 Ƽ ϴ."
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Ʈ ġ ã Ƽǵ ˻ "
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Ʈ ġ ּ."
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"ϵ ũ Ƽ ̺ ϴ. ʹ ջǾ ֽϴ:(\n"
-"ִ Ƽ õ ֽϴ.( Ͱ սǵ˴"
-"!)\n"
-"ٸ ذå DrakX Ƽ ̺ ϰ ϴ Դϴ.\n"
-"( %s Դϴ.)\n"
-"\n"
-"Ƽǵ Ҿ ϱ?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"ũ巹ũ Ƽ ̺ Ȯ оµ ߽ϴ.\n"
-" غ 쿡 ϼ!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"1MB ƮƮ ! ġ , ý ϱ ؼ"
-" ũ巹ũ ƮƮ Ƽ մϴ."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "׷̵ Ʈ Ƽ ã ϴ."
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Ʈ Ƽ"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "ýۿ Ʈ Ƽ(/) Դϱ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Ƽ ̺ Ϸ ؾ մϴ."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr " Ƽ ϼ"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr " ˻縦 մϱ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Ƽ "
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "%s ϸ ϰ "
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr " ޸𸮰 մϴ. ߰ϼ."
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "ȿ Ű ã ֽϴ."
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "׷̵ Ű ˻Դϴ."
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "ġ Ǵ ׷̵带 ũ մϴ. (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "ü (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "ּ (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"÷ǿ Ű ø Ǵ ϼ.\n"
-"() ڵġ ÷ǿ մϴ."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "÷ǿ б"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "÷ǿ д "
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Ű "
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Ű ø ÷ ũ ."
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "÷ǿ "
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "õ 뷮 ִ Ůϴ."
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-" Ʒ ŵ CD ִٸ, ȮΡ, \n"
-" ʴٸ, ҡ, \n"
-"Ϻθ ִٸ, CD Ŀ ȮΡ ."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "%s ǥõ CDROM"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "ġ غԴϴ"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-" %s Ű ġ ... \n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "ġ ȯ漳"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr " ÷Ǹ %s ̺꿡 "
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Ʈ ÷Ǹ %s ̺꿡 "
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "밡 Ű Ʈ ̷ Ʈ ؼ ޽ϴ."
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Ű ̷ Ʈ ּ."
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "밡 Ű Ʈ ̷ Ʈ ؼ ޽ϴ."
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr " ð Դϱ?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "ϵ ð GMT "
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "ڵ ð ȭ (NTP )"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP "
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr " CUPS "
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr " ٸ ġǾ ֽϱ?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "༳"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "콺"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "ð"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN ī"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr " ī"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV ī"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr " ϵ"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "root ȣ "
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "ȣ "
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr " ȣ ʹ ܼմϴ.(  %d ڴ Ѿ մϴ)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr " LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP DN"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP "
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "ù° ÷ ̺"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "ι° ÷ ̺"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "dzʶٱ"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Ʈ ũ Ϲ Ʈδ ʰ, ý ϴ\n"
-" մϴ. LILO(Ǵ Grub) ʰų, ٸ ü\n"
-"LILO ϰų Ǵ LILO ϵ , մϴ.\n"
-"Ʈ ũ ǵ巹ũ ̹ Բ Ǿ ɰ\n"
-"ý ֽϴ. ý Ʈ ũ\n"
-"ðڽϱ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "˼մϴ. 밡 ÷ ̺갡 ϴ."
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Ʈ ũ 鶧 ÷ ̺긦 ּ"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "÷ ũ %s ̺꿡 "
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Ʈ ũ "
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Ʈ δ غ"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "aboot Ͻðڽϱ?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"aboot ġ . \n"
-"ù° Ƽ Ѽ ġұ?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Ʈδ ġ "
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Ʈδ ġ ߽ϴ. ߻߽ϴ:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Ʈδ ۵ϱ ؼ ߿ Ʈ ġ ʿ伺\n"
-" ֽϴ. Ŀ Ʈδ Ʈ Ÿ ʴ´ٸ,\n"
-"ýÿ -ɼ-O-F ִٰ Էϼ:\n"
-"setenv boot-device %s,\\\\:tbxi\n"
-"shut-down\n"
-"׷ ʹ Ʈδ Ʈ Դϴ."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "%s ̺꿡 ÷ ũ "
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "ڵ ġ ÷ ũ "
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-" ܰ谡 ʾҽϴ.\n"
-"\n"
-" Ͻðڽϱ?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"մϴ. ġ ϴ.\n"
-"Ʈ ̵ ϰ ϼ.\n"
-"\n"
-"\n"
-" ǵ巹ũ ׼ http://www.linux-mandrake.com/"
-"en/82errata.php3\n"
-" ֽϴ.\n"
-"\n"
-"\n"
-"ġ ý ǵ巹ũ ̵带\n"
-"Ͻñ ٶϴ."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "ڵ ġ ÷ ũ "
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"ڵ ġ Ѵٸ Ϻ ڵȭ մϴ.\n"
-"̷ , ϵ ̺긦 ϴ!\n"
-"(̰ ٸ ǻͿ ϰ ġ Դϴ.)\n"
-"\n"
-"Ϲ ġϴ ϴ.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "ڵ"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "õ"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "õ Ű "
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "-ǵ巹ũ ġ %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> ׸ ̵ | <Space> | <F12> ȭ"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu "
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr " "
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "ٷ ּ"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Ʈ Ȯ"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Ʈ "
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "׷캰/Ű ȯ"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "߸ Դϴ, ٽ ϼ\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr " ? (⺻ %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr " ? (⺻ %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "ɼǵ: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "aboot Ͻðڽϱ?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr " ? (⺻ %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "ü (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "庸"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "ɶ"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "븣"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "þ"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "̱"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "˹ٴϾ"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "̱ ()"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "̱ (Ÿڱ)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "̱ ()"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjani (ƾ)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "⿡"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "̱ ()"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Ұ"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr " (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "þ"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr " (Ҿ)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "ü (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr " (dead Ű )"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "ũ"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "庸(US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "庸(븣)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "庸(US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Ͼ"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "׷(þƾ)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "׷ (ƾ)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "׸"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "밡"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "ũξƼ"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "̽"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "̽ ()"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "̶"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "̽"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Ż"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Ϻ 106Ű"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "ѱ Ű"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "ƾ Ƹ޸ī"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "ƴϾ AZERTY ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "ƴϾ AZERTY ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "ƴϾ (ڿ QWERTY)"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "ƴϾ ( QWERTY)"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Ʈپ"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "ɵϾ"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "׵"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr " (QwertY)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr " (QwertZ)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Į"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "ij ()"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "θ (QWERTZ)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "θ (QWERTY)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "þ (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "κϾ"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "ιŰ (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "ιŰ (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr " (ø)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "̺"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "±"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Ÿũ Ű"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "ͱ ( F"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Ű ( Q"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ũ̳"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US Ű ()"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Ʈ (ڿ QWERTY)"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr " (ƾ)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "ȯ Ʈ %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr " ּ.\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - 콺"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr " 콺/۽Ʈ콺 (ø)"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Ϲ PS2 콺"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "ALPS ۶̵Ʈ"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "˽ ŷ 콺"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Ͼ ݸ콺"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Ͼ ݽũ"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 ư"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Ϲ 2ư 콺"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Ϲ 콺"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr " 콺"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "ø 콺"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Ϲ 3ư 콺"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "ũμƮ ڸ콺"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr " 콺"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "콺 ý"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr " CC ø"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr " 콺+/۽Ʈ콺+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM ø"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM ƮŸ"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr " 콺 (ø, C7 )"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "콺"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 ư"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 ư"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "콺 "
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "콺 ׽Ʈϼ."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "콺 ȰȭϷ"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "콺 ."
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-"-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,-*-gulim-bold-r-"
-"normal--16-*-*-*-c-*-ksc5601.1987-0,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr " ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- "
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "̰ ½ϱ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "ͳݿ "
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"ADSL 밳 PPPOE մϴ. \n"
-",  쿡 PPTP, 幰Դ DHCP ˴ϴ.\n"
-" 𸣰ڴٸ, PPPOE 롹 ϼ."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "ī ǵġ USB"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "DHCP "
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "PPPOE "
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "PPTP "
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-" dhcp Ŭ̾Ʈ ϰڽϱ?\n"
-"dhcpcd ⺻Դϴ."
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-" Ʈ ͵ ʾҽϴ.\n"
-" ϴ."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Ʈ ̽ ϼ."
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr " ͷ ͳݿ ϼ."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "Ʈ ī带 ã ϴ"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Ʈ "
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"ȣƮ ˰ ִٸ Էϼ.\n"
-"Ϻ DHCP ȣƮ 䱸 ֽϴ.\n"
-"ȣƮ Ϻ ̾ մϴ.\n"
-")mybox.mylab.myco.com"
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "ȣƮ:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Ʈ "
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr " ISDN "
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr " ISDN ī"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr " ISDN մϱ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-" ISDN ȣϽʴϱ?\n"
-"\n"
-"* ISDN4NET մϴ. ʺڿ\n"
-" ư ǥ ƴմϴ.\n"
-"\n"
-"* ο ǥ, \n"
-" մϴ.\n"
-"\n"
-"ISDN-LIGHT õմϴ.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "ο (ISDN-LIGHT)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr " (ISDN4NET)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN "
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"ڸ ϼ.\n"
-"Ͽ , Ͽ ϼ."
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr " (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "ٸ "
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"ٸ \n"
-" Dä (leased lines) ƴ"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr " Ͻðڽϱ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr " ī带 ֽϱ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "𸣰"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-" ISA ī带 ִٸ, ȭ鿡 Ȯؾ մϴ.\n"
-"\n"
-" PCMCIA ī带 ִٸ, IRQ IO ˰ ־ մϴ.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr " ISDN īԴϱ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"ISDN PCI ī尡 Ǿ, ϴ. ȭ鿡 PCI ī"
-"带 ּ."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "ISDN PCI ī ˻ . ȭ鿡 ּ."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr " ø Ʈ 콺 Ǿ ֳ?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "̾ ɼ"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr " ̸"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "ȭ ȣ"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "α ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "ũƮ "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "͹̳ "
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr " ̸"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "ù° DNS (ɼ)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "ι° DNS (ɼ)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-" ϰų ٽ ֽϴ."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-" ٽ ֽϴ."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr " ͳݿ Ǿ ֽϴ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"ͳݿ ϰų 缳 ֽϴ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr " ͳݿ Ǿ ʽϴ."
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr " ..."
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr " Ʈ "
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "ͳ & "
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr " %s Դϴ."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-" %s Դϴ.\n"
-"\n"
-"\n"
-"Ϸ ȮΡ ."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Ʈ ȯ "
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-" Ʈ Ͽ ġϰ ִ ̹Ƿ, Ʈ ̹ Ǿ ֽ"
-".\n"
-"ȮΡ ϰų, ҡ ͳ/Ʈ "
-"ٽ ϼ.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Ʈ 翡 ̽ϴ.\n"
-"\n"
-" ͳ/Ʈ Ϸ մϴ.\n"
-"ڵ ˻ ϰ ʴٸ, üũڽ ϼ.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr " ϼ."
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "ڵ˻ "
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "ġ ˻ϰ ֽϴ..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Ϲ "
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "%s Ʈ ߰"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN "
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s ߰"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL "
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "̽ %s󿡼 ߰"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "ij̺ "
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "ij̺ ߰"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "̴ ī ߰"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr " ϼ."
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"ͳ ӹ ߽ϴ.\n"
-"ῡ ϼ.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "ͳ "
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "ýÿ ϵ ϰڽϱ?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Ʈ "
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Ʈ ٽ ؾ մϴ."
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Ʈ ٽ ϴ ߿ ߻߽ϴ:\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"մϴ. Ʈ/ͳ ϷǾϴ.\n"
-"\n"
-" ýۿ Դϴ.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Ϸ Ŀ, X ٽ Ͽ ȣƮ 濡 \n"
-" ߻ Ͻñ ٶϴ."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-": ġ ̹ ͳ Ǿ ֽϴ.\n"
-"׳ ϼ.\n"
-"Ʒ Է¶ ϸ  ˴ϴ."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-" ý IP Է ּ.\n"
-" ׸. е IP ּҷ Էؾ մϴ.\n"
-"(, 1.2.3.4)"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "%s Ʈ ī "
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (%s ̹)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP ּ"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "ݸũ"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(BOOTP/DHCP)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP ڵҴ"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP ּҴ 1.2.3.4 ̾ մϴ."
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"ȣƮ ̸ Է ּ.\n"
-"ȣƮ ̸ ``mybox.mylab.myco.com'' ȣƮ \n"
-"̸̾ մϴ. \n"
-"Ʈ ̰ ִٸ IP ּҵ Էؾ մϴ."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS "
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Ʈ ġ"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr " "
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr " "
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP "
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Ʈī ID (ž )"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr " ̸ httP://... ̾ մϴ."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr " ̸ ftp://... ̾ մϴ."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "ͳ "
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr " ͳ õ ðڽϱ?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr " ׽Ʈ ..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr " ý ͳݿ Ǿϴ."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Ȼ Դϴ."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"ý ͳݿ մϴ.\n"
-" ٽ ."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr " "
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Ʒ ä ּ."
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "ī IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "ī ޸ (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "ī IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "ī IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "ī IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr " ȭ ȣ"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr " ̸ ( provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr " ȭȣ"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr " DNS 1 (ɼ)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr " DNS 2 (ɼ)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr " "
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "̾ "
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr " ӵ"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr " ðʰ ()"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "α (ڸ)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr " ȣ"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "Ʈ : "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr " ýۿ ȮƼ ʽϴ."
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Ƽ ̺ ϴ.\n"
-" ذå Ƽǵ Ȯ Ƽǵ ڿ ִ ϵ "
-"ȱ Դϴ."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "%s Ϸκ : %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "߸ "
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "%s Ͽ "
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"ϵ彺ũ ̻ ߻߽ϴ. \n"
-" Ἲ ˻簡 ߽ϴ. \n"
-"̰ ũ ϵǴ ͸ Ҿ ٴ ǹմϴ."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "ʼ Ű"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "߿ Ű"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "Ǹ Ű"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr " Ű"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr " Ű"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr " "
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr " "
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr " CUPS "
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr " LPD "
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Ʈ ()"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "/ 95/98/NT "
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Ʈ "
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr " ġ URI Էϼ."
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "۾ "
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr " "
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "%s Ͽ "
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "(RAW) (̹ )"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(%s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "( )"
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS IP"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (⺻)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr " ϼ."
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Ͱ  Ǿ ֽϱ?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-" CUPS ʹ ⼭ ʿ䰡 \n"
-"ϴ; ̷ ʹ ڵ Ǿ ϴ. ̿ \n"
-" CUPS ͡ ϼ."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr " CUPS "
-
-#: ../../printerdrake.pm_.c:71
-#, fuzzy
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-" CUPS ؼ ⼭ ͸ ʿ䰡\n"
-"ϴ; CUPS ڵ ˷ݴϴ.\n"
-" ˷ ʹ ⺻ ͡ ˴ϴ.\n"
-"⺻ ͷ ͸ ϰ / ٽ б⡹\n"
-"ư . Ϸ Ҷ ư\n"
-". (CUPS ۵ , Ͱ \n"
-"30 ð ɸϴ.)\n"
-"CUPS ٸ Ʈ ִٸ, CUPS IP ּҿ\n"
-"Ʈ ȣ(ɼ) ؾ߸ κ ޾ƿ \n"
-"ֽϴ. ̷ 찡 ƴ϶ ׳ μ."
-
-#: ../../printerdrake.pm_.c:72
-#, fuzzy
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Ϲ CUPS Ʈȯ濡 ڵ DZ\n"
-", Ʈ ִ CUPS ͸ \n"
-" ֽϴ. ׷ ࿡ ̰ ùٸ ۵ ,\n"
-"ڵ CUPS Ͻð, /etc/cups/cupsd.conf\n"
-" ּ. ߿ CUPS ٽ ϴ \n"
-". (ɾ: service cups restart )"
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP ּҴ 192.168.1.20 ̾ մϴ."
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Ʈ ȣ ̾ մϴ!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Ʈ"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "ڵ CUPS "
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "ġ ˻ ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Ʈ ˻"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr " ߰"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "ڵ˻ "
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr " ͸"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "%s ߰"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr " ġ URI Էϼ."
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr " ø Ʈ 콺 Ǿ ֳ?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr " ġ URI Էϼ."
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "ͳ "
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Ű ġ ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Ű ġ ..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr " ͺ̽ д ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr " ͺ̽ д ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr " LPD ɼ"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-" LPD ͸ ϱ ؼ\n"
-" ȣƮ ̸\n"
-"Էؾ մϴ."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr " ȣƮ"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr " ͸"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr " ȣƮ ã !"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr " ͸ ϴ!!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) ɼ"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-" ͷ μϷ, ȣƮ \n"
-"(! TCP/IP ȣƮ ̸ ٸ ֽϴ.), \n"
-"ϴٸ, IP ּ ׸ ׼Ϸ \n"
-" ̸, ڸ, ȣ, ۾׷ \n"
-"Էؾ մϴ."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB ȣƮ"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr " ̸"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "۾ ׷"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr " ̸ Ǵ IP Էؾ մϴ!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr " ̸ ã !"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "ݿ ɼ"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"ݿ ͷ μϷ, ݿ ȣƮ \n"
-"(! TCP/IP ȣƮ ̸ ٸ ֽϴ.) \n"
-"׼Ϸ ť ̸, ڸ, ȣ \n"
-"Էؾ մϴ."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Ʈ ť ̸"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP ̸ ã !"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP ť ̸ ã !"
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr " ɼ"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-" ͷ μϱ ؼ, ȣƮ \n"
-"Ʈ ȣ(ɼ) ؾ մϴ. HP JetDirect 󿡼\n"
-"Ϲ 9100 Ʈ , ٸ 󿡼 \n"
-"ٸ ֽϴ. ϵ ϼ."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr " ȣƮ"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr " ȣƮ ã !"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr " ġ URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-" ׼ ּҸ ֽϴ. ּҴ CUPS Ǵ Foomatic "
-" ؼؾ մϴ. ׷ ּҴ Ǯ ʽϴ."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "ȿ ּҸ Էϼ!"
-
-#: ../../printerdrake.pm_.c:1004
-#, fuzzy
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-" ʹ ̸ ־ մϴ.(, lp)\n"
-" ġ κ Է ʿ ϴ.\n"
-"װ͵ ڵ ο Դϴ."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr " ̸"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "ġ"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr " ͺ̽ غ ..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr " ͸"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "̰ ½ϱ?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr " ͸"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr " ͸ ֽϱ?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI "
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "ũ ũ "
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-#, fuzzy
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-" ⺻ \n"
-" ũ ( ȿϴٸ) ũ ùٸ\n"
-" Ȯϼ. ǰ μ⹰ ؼ μ ӵ\n"
-" ŭ ٴ ˰ 輼."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "%s ɼ ȣ̾ մϴ!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "%s ɼ ̾ մϴ!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "%s ɼ ʰ!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-" (%s)\n"
-"⺻ ͷ Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1583
-#, fuzzy
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"μ ϼ.\n"
-": μϱ ؼ ټ ð ɸ ֽϴ.\n"
-"׸ 뷮 ޸𸮸 Ϳ\n"
-" ֽϴ.\n"
-"ǥ 밳 μ˴ϴ."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "μ"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "ǥ "
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "ٸ (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr " Ȱȭ (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr " μ"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr " μ ..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-" μ ͷ ½ϴ.\n"
-"μDZ ణ ð ɸ ֽϴ.\n"
-"μ Ȳ: \n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-" μ ͷ ½ϴ.\n"
-"μDZ ణ ð ɸ ֽϴ.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "ùٸ ۵߽ϱ?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "(RAW) "
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, fuzzy, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-" Ϳ ִ ɼ , μ ɼ ϡ "
-".\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"(͹̳ ) μϷ, %s <> ϼ"
-".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-#, fuzzy
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-" Ϳ ִ ɼ , μ ɼ ϡ "
-".\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"(͹̳ ) μϷ, %s <> Ǵ %s <>"
-" ϼ.\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"%s͡%s Ư μ ۾ ɼ ְ "
-"ϴ. ࿡ ϴ ߰ϼ, : %s <>.\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "ݱ"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "͡%s󿡼 μ "
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "͡%s󿡼 μ "
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr " ɼ "
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr " д ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1815
-#, fuzzy, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Ǯ %s Ǯ %s\n"
-" ֽϴ. (͸, , ġ,\n"
-" , ׸ ⺻ ɼǰ) Ѱ Դϴ.\n"
-"׷ ۾ ۵ ʽϴ.\n"
-" Ͽ ť ۵ ϴ:\n"
-
-#: ../../printerdrake.pm_.c:1818
-#, fuzzy
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS 뺧 ͳ ɾ ͸ \n"
-"ʹ ʽϴ.\n"
-
-#: ../../printerdrake.pm_.c:1820
-#, fuzzy
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"LPQ , LPD ׸ /TCP\n"
-"͸ մϴ.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD LPRng IPP ͸ ʽϴ.\n"
-
-#: ../../printerdrake.pm_.c:1824
-#, fuzzy
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"׸ , α׷̳ Foomatic \n"
-" ť ۵ ϴ."
-
-#: ../../printerdrake.pm_.c:1825
-#, fuzzy
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-" ü PPD ̳ CUPS ̹\n"
-" ͵ ۵ ϴ."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Ϸ ͵ Ŀ ۡ ."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-" %s ̹ %sϿ Դϴ.\n"
-" ۡ .\n"
-" ̸ Էϰų ͸ ĥ ֽϴ."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr " ̸ , ׸ (Underscore) ־ մϴ."
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-" %s ̹ մϴ.\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr " ̸"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "%s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, fuzzy, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-" ⺻ (%s) Ͽϴ.\n"
-" ý %sϿ װ ⺻ Ͱ\n"
-"ǵ Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Ʈ ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr " Ʈ "
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Ʈ ʾҽϴ."
-
-#: ../../printerdrake.pm_.c:1932
-#, fuzzy
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-" ͸ Ϸ մϴ. ׷ ؼ Ʈ\n"
-"ϰ ־ ϴµ, Ʈ Ǿ ʽϴ.\n"
-"Ʈ ϸ, ϰ ִ ͸\n"
-" ϴ.\n"
-" Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Ʈ "
-
-#: ../../printerdrake.pm_.c:1968
-#, fuzzy
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"ġ Ʈ ϴ.\n"
-"ý õ , Ʈ ڵ ǵ Ǿ ִ\n"
-"Ȯϰ, ǵ巹ũ (Ʈ ͳݡ->᡹)\n"
-" ̿Ͽ ùٸ ϼ.׸ ٽ ǵ巹ũ (ϵ"
-"->͡)\n"
-" ̿Ͽ, \n"
-"ٽ ."
-
-#: ../../printerdrake.pm_.c:1969
-#, fuzzy
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Ʈ Ұ, ϴ.\n"
-"Ʈ ϵ ּ.\n"
-"׸ ٽ õ\n"
-"."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "μ ý ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "ְ"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr " %s μ ý ġ "
-
-# #msgid ""
-# #"You are about to install the printing system %s on a system running in the %"
-# #"s security level.\n"
-# #"\n"
-# #"This printing system runs a daemon (background process) which waits for "
-# #"print jobs and handles them. This daemon is also accessable by remote "
-# #"machines through the network and so it is a possible point for attacks. "
-# #"Therefore only a few selected daemons are started by default in this "
-# #"security level.\n"
-# #"\n"
-# #"Do you really want to configure printing on this machine?"
-# #msgstr ""
-# #" ȼ %2%s Ǵ ýۿ\n"
-# #"μ ý %1$s ġϷ մϴ.\n"
-# #"\n"
-# #"μ ý μ۾ ٷȴٰ óϴ\n"
-# #"(׶ μ) ŵϴ.\n"
-# #" ýۿ Ʈ \n"
-# #"ֱ , ũĿ ɰ DZ⵵ մϴ.\n"
-# #" ؿ Ÿ鸸\n"
-# #"ǵ õǴ ⺻Դϴ.\n"
-# #"\n"
-# #" ǻͻ μ \n"
-# #"Ͻʴϱ? "
-#: ../../printerdrake.pm_.c:2019
-#, fuzzy, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-" ȼ %2%s Ǵ ýۿ\n"
-"μ ý %1$s ġϷ մϴ.\n"
-"\n"
-"μ ý μ۾ ٷȴٰ óϴ\n"
-"(׶ μ) ŵϴ.\n"
-" ýۿ Ʈ \n"
-"ֱ , ũĿ ɰ DZ⵵ մϴ.\n"
-" ؿ Ÿ鸸\n"
-"ǵ õǴ ⺻Դϴ.\n"
-"\n"
-" ǻͻ μ \n"
-"Ͻʴϱ? "
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "ý μ ý ڵ"
-
-#: ../../printerdrake.pm_.c:2052
-#, fuzzy, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"μ ý(%s) ǻͰ ڵ \n"
-" Դϴ.\n"
-"\n"
-"μ ý ũĿ ݸǥ̱ ,\n"
-" Ͽ ÿ ڵ \n"
-" ֵ Ǿ ֽϴ.\n"
-"\n"
-"ٽ μ ý ڵ Ȱȭǵ\n"
-"Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "ġ Ʈ Ȯ ..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "LPRng ..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "LPD ..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr " Ǯ ϼ."
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr " μ ý(Ǯ) Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr " %s ..."
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Ű ġ ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr " ɼ"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "͵巹ũ غ ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr " %s ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "μ Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "μ ý:"
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-" ͵ Ǿϴ.\n"
-"ϰ Ͱų,\n"
-" ʹٸ ͸ Ŭϼ.\n"
-" ͸ ߰ϰ ʹٸ ߰ ."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-" ͵ Ǿϴ.\n"
-"ϰ Ͱų,\n"
-" ʹٸ ͸ Ŭϼ.\n"
-" ͸ ߰ϰ ʹٸ ߰ ."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Ʈ "
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Ϲ "
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Ǵٸ ͸ Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "ͳ "
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-" %s: %s: %s\n"
-" Ϳ ؼ Ͻðڽϱ?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "ͳ "
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr " ̸, , ġ"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr " ü, , ̹"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr " ü, "
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr " ͸ ⺻ "
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr " μ"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr " μ ˱"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr " %s ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "⺻ "
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "%sͰ ⺻ ͷ Ǿϴ."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr " %s͸ մϱ?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr " %s ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr " "
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-" ̽ϴ.\n"
-"\n"
-"⼭ αΰ йȣ ʿ Ǵ ʿ ʴ\n"
-"HTTP FTP ø ֽϴ.\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"HTTP Էϼ.\n"
-"HTTP ð ʿ ٸ, μ."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "ּ"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Ʈ"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "ּҴ http: ؾ մϴ."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Ʈ κ ̾ մϴ."
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"FTP Էϼ.\n"
-"FTP ð ʿٸ, μ."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "ּҴ ftp: ؾ մϴ."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-" αΰ йȣ Էϼ.\n"
-"αΰ йȣ ʿġ ʴٸ, μ."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "α"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "йȣ"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "йȣ Ȯ"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "йȣ ġ ʽϴ. ٽ Էϼ!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "˵ RAID md%d Ƽ ߰ ϴ."
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "%s Ͽ ϴ."
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid "
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid (raidtool ġǾ ֽϴ.)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "RAID %d Ƽǵ ʽϴ.\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "ALSA ( Űó) ý "
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anancron ֱ 췯 Դϴ."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd ͸ ¿ syslog ļ α ϴµ ˴ϴ.\n"
-" ͸ ̾Ҷ ڵ ý ˴ٿ ִ ɵ մϴ."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-" ð ѹ ϳ ŵϴ. at batch ɵ ý\n"
-"ε ŵϴ."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron ڰ α׷ ֱ Ư ð Ű \n"
-"ǥ UNIX α׷Դϴ. vixie cron ⺻ UNIX Cron Ȱ \n"
-" ɼ Ư¡ ߰մϴ."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM ؽƮ α׷鿡 콺 մϴ.\n"
-" ܼ ȭ鿡 ߶ ̱ ˾ ޴ \n"
-"մϴ."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"ϵ巹ũ ϵ ˻ ϸ, ʿϴٸ\n"
-"/ ϵ մϴ."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"ġ(Apache) Դϴ. ̰ HTML̳ CGI 񽺸\n"
-"ϴµ ˴ϴ."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"( inetd ϴ) ͳ پ ͳ \n"
-"ʿ ŵϴ. ڳ, FTP, RSH, RLOGIN \n"
-"񽺸 մϴ. ̰ Ǿ , ̰ ϴ\n"
-" 񽺵 Ұϰ ˴ϴ."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"2.2 Ŀ ø Ŷ ͸ , Ʈ κ\n"
-"ǻ͸ ȣϴ ȭ մϴ."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-" Ű /etc/sysconfig/keyboard Ǿ ִ \n"
-"Ű մϴ. Ű kbdconfig ֽϴ.\n"
-"κ ýۿ ʿ Դϴ."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"/usr/include/linux/{autoconf,version}.h \n"
-"/boot Ŀ ڵ ."
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "ýÿ ڵ ϵ ˻ ."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-" (Linuxconf) ý ϱ Ͽ\n"
-"ýÿ پ ۾ غմϴ."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"LPD lpr ùٸ ۵ϱ ʿ μ Դϴ.\n"
-"ٺ μ ۾ ͷ ִ Դϴ."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-" , ࿡\n"
-"˴ϴ."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"NAMED(BIND) ȣƮ ̸ IP ּҸ ãƳµ Ǵ\n"
-" Դϴ."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Ʈ ý(NFS), (SMB/ /), ׸\n"
-"NCP(ݿ) Ʈϰ 𸶿Ʈմϴ."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"ýÿ ϵ Ʈ ̽ \n"
-"Ȱȭ/Ȱȭ մϴ."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS TCP/IP Ʈ ϴ αִ Դϴ.\n"
-" 񽺴 /etc/export ν NFS ϰ\n"
-"մϴ."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS TCP/IP Ʈ ϴ αִ Դϴ.\n"
-" 񽺴 NFS մϴ."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"ýÿ ڵ ְܼ X ȯ濡\n"
-"Ű ."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "OKI 4w ȣȯ ."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA ž(Ʈ) ִ ̴ ī 𵩰 ġ\n"
-" ϱ Դϴ. ߰ ۵ ʱ ,\n"
-"̷ ġ ǻͿ ġǾ ־ մϴ."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Ʈ(portmapper) NFS NIS ݿ Ǵ\n"
-"RPC մϴ. Ʈ RPC Ŀ ̿ϴ ݿ "
-"\n"
-"ǰ ִ ǻͿ ݵ ǰ ־ մϴ."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"ƮȽ(Postfix) ǻ鰣 ְ޴ \n"
-" ƮԴϴ."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"ǰ ý Ʈ Ǯ ϰ \n"
-"մϴ."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Ŭ α׷ ϱ (RAW) ġ\n"
-"(ϵũ Ƽ ) ġ Ҵ."
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed RIP ڵ IP ̺ ŵǵ մ"
-".\n"
-"RIP ұԸ Ʈ ̱ , Ը Ʈ ؼ "
-"\n"
-" ʿմϴ."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat Ʈ ڰ Ʈ ִ \n"
-" ǻͿ Ͽ ɷ Ʈ ˾ ְ մϴ."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers Ʈ ڵ ٸ ǻͻ α \n"
-"ڵ ſ ְ մϴ."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho (finger ϰ) rwho ǰ\n"
-"ִ ǻͿ α ڰ ְ մϴ."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr " ǻͿ ý "
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog α ޼ ý α Ϸ\n"
-"µ մϴ. ׻ Syslog Ű° ϴ."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "USB ġ ̹ ."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "X Ʈ (X 츦 ϱ ؼ ʼԴϴ)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr " 񽺰 ýÿ ڵ Ǿ ϼ."
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "μ"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "ͳ"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr " "
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "ý"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr " "
-
-# ../../share/compssUsers
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "ͺ̽ "
-
-# #msgid "Services: %d activated for %d registered"
-# #msgstr ": ϵ %2$d %1$d Ȱȭ"
-#: ../../services.pm_.c:170
-#, fuzzy, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ": ϵ %2$d %1$d Ȱȭ"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "񽺿 "
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"˼մϴ.\n"
-" 񽺿 ߰ ϴ."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "ڵ"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr ":"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "ٸ "
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "ͳ ׼"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Ƽ̵ - ׷"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Ʈ "
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Ʈ ̽"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB ȣƮ"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Ű ġ ..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"ϵ ũ Ƽ ̺ ϴ. ʹ ϴ. :(\n"
-"߸ Ƽ ⸦ õ Դϴ."
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "ʿ ̹ %s ã ϴ."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "ڵ ġ "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-" ڵ ġ ÷Ǹ Դϴ. ̰ ټ ۾ "
-", ϰ Ǿ մϴ.\n"
-"\n"
-"̰ Ư¡, Ϻ ϱ Ͽ Ϻ ȭ尡 Ÿ "
-", ⺻ ǻͿ ġ۾ ڵݺϰ մϴ.\n"
-"\n"
-" , ǻͻ󿡼 ġ , Ƽ "
-"ϱ ڵ ̷ ʽϴ.\n"
-"\n"
-" մϱ?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "ڵ "
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr " Ͽ ġ ڵݺġ ϼ."
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "մϴ!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"÷ǰ Ǿϴ.\n"
-" ġ ݺ ֽϴ."
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "ġ"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr " ߰"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr " մϱ?"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Ű "
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "׸ "
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "(TM) "
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "ڸ"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "콺 ׽Ʈϼ."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "ٽ õϼ."
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "ٽ õϼ."
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "йȣ Ȯ"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN "
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr " ϼ."
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Ű ̾ƿ "
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "ü Ŭϼ."
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "콺 ׽Ʈϼ."
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Ʈ ̽"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "ڸ"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "  ּ."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "ϵ ũ "
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "ڸ"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr " 콺"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr " 콺"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr " ɼǵ:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Ʈ ȯ "
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Ͻý غ"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "ɼǵ"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr " ø Ʈ 콺 Ǿ ֳ?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Ʈ ȯ "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr " 콺 Ͻʴϱ?"
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr " 콺 Ͻʴϱ?"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Ÿ"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "ý ġ"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- "
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr ":"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr " ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "  ּ."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "  ּ."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "  ּ."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "߸ "
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "ġ ˻ϰ ֽϴ..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "콺 ׽Ʈϼ."
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "ġ Ű "
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Ʈ ȯ "
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Ʈ ȯ "
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN "
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Ͻý غ"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s ġ . ߻߽ϴ:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "Ʈ ī带 ã ϴ"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Ϸ"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "ġ غԴϴ"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Ƽ "
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN "
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Ʈ ġ"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr " Ƽ ϼ"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "ǽ"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "ý ġ"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr " ϼ."
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "ʱȭ ޽"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Ʈ ͸ ã ϴ!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "ġ"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Ʈ ͸ ã ϴ!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "ġ "
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "ͳ "
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr " ͳ Դϴ."
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"ͳ ̹ ϷǾϴ.\n"
-" Դϴ.\n"
-"\n"
-" ۾ Ͻðڽϱ?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "缳"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr " ͳ Ǿϴ."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr " ͳ Ұ Դϴ."
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"ͳ ̹ ϷǾϴ.\n"
-" Ұ Դϴ.\n"
-"\n"
-" ۾ Ͻðڽϱ?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr " "
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr " ͳ Ǿϴ."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-" ͳ ؼ ǻ͸ Ϸ մϴ.\n"
-"̷, Ʈ ٸ ǻ͵鵵 ǻ ͳ "
-"ְ ˴ϴ.\n"
-"\n"
-": Ʈ() ġ Ʈ Ͱ ־ մϴ."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "̽ %s (%s )"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "̽ %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Ʈ ͸ ã ϴ!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-" Ʈ ͵ ߰ߵ ʽϴ. ϵ ."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Ʈ ̽"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"ýۿ ϳ Ʈ Ͱ ֽϴ:\n"
-"\n"
-"%s\n"
-"\n"
-" ͷ Ʈ Դϴ."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr " Ʈ Ͱ Ʈ ϼ."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Ʈ ʾҽϴ."
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "ڵ CUPS "
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "ͳ "
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr " %s ּ 浹 ߰ߵ˴ϴ!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "ȭ Ǿϴ!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"! ȭ Ǿϴ. ġ Ŀ ʿ"
-" ֽϴ."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "ũƮ , Ʈ ġ , ..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Ű ġ ߻ %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-" Ǿϴ.\n"
-" ڵ Ʈ (DHCP) Ʈ ٸ ǻͿ ͳ "
-" ֽϴ."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr " ̹ ϷǾ, Դϴ."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr " ̹ ϷǾ, Դϴ."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr " ͳ ϴ."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "ͳ "
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"ͳ ƿƼ ̽ϴ!\n"
-"\n"
-"%s\n"
-"\n"
-"縦 Ϸ ."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Ʈ (%d )"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ": "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr " "
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr " "
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-" ̸ ( 纻μ ϴ.):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "ȣƮ:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "ͳ ׼"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ": "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Ʈ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "̽:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "ͳ ..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN "
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "̹"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "̽"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr " Ʈ ..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "縦 Ϸ ⸦ . ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "ٷ ּ... ϰ ֽϴ."
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr " ȵ"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-" ̽ ϴ.\n"
-" ̽ ϼ."
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN "
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr " %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Ʈ "
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "ý ۵"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP Ŭ̾Ʈ"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr " Ȱȭ"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr " Ȱȭ"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"ͳ ϴ.\n"
-" ϼ."
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "ͳ "
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "ͳ "
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr " : "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Ʈ"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "̴ ī"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP Ŭ̾Ʈ"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Ʈ "
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " ϼ."
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "ij ()"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "̽"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "ø 콺"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ": keyboarddrake [--expert] [Ű]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Ű ̾ƿ "
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "ֿܼ 齺̽ Ű ⸦ ϵ Ͻðڽϱ?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "CDROM ٲٱ"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"ġ CD-ROM Ŀ ȮΡ .\n"
-"CD-ROM ٸ, ҡ ̺ ׷̵带 ϼ."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "̺ ׷̵带 ϴ!!! \n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "α׵巹ũ"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr " ¥ ظ ̱"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/(F)/ (_N)"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/(F)/(_O)"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/(F)/(_S)"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/(F)/ ̸ (_A)"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/(F)/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/ɼ(_O)"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/ɼ(O)/׽Ʈ"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/(_H)"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/(H)/ α׷(_A)..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-"-misc-fixed-medium-r-*-*-*-120-75-75-*-*-iso8859-1,-*-gulim-medium-r-normal--"
-"*-120-75-75-c-*-ksc5601.1987-0,*-r-*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-"-misc-fixed-bold-r-*-*-*-120-75-75-*-*-iso8859-1,-*-gulim-bold-r-normal--*-"
-"120-75-75-c-*-ksc5601.1987-0,*-r-*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "ڸ"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "޽"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "ý α"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "˻"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "α м "
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "ã ڿ"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr " ڿ"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "޷"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "ٷ ּ. м : %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "ͳ "
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-" ̽ϴ.\n"
-"\n"
-"⼭ αΰ йȣ ʿ Ǵ ʿ ʴ\n"
-"HTTP FTP ø ֽϴ.\n"
-
-# ../../share/compssUsers
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "ġ FTPD"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "ͳ "
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr " ̸ "
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr " 콺 Ͻʴϱ?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "߰ߵ ø_USB ϴ.\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "3ư ķƮ?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "׷ ī "
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Ʈ ġ"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "ȭ "
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "ȭ "
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"ȭ\n"
-"\n"
-"ȭ ̹ Ǿ ֽϴ.\n"
-"ȭ Ǵ Ϸ, ."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"ȭ\n"
-"\n"
-"ǥ ȭ Ϸ, ."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr " "
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "ġ Ŭ "
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "ϵ ũ "
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "콺 "
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Ű "
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Ͻý غ"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Ƽ "
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "ġ Ű "
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "ý ġ"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr " ߰"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Ʈ "
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr " "
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Ʈδ ġ"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Ʈũ "
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X "
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "ý ġ"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "ġ "
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"TinyFirewall \n"
-"\n"
-"̰ ǵ巹ũ ý ȭ մϴ.\n"
-" ȭ ϰ ʹٸ, ǵ巹ũ ȭ\n"
-" Ͻñ ٶϴ."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-" ͳκ ִ 񽺿 Դϴ.\n"
-"ǻ Ȼ ߿ϹǷ ؼ Ͻñ ٶϴ.\n"
-"\n"
-" ߿ ʴ ִٸ, ȭ ϴ.\n"
-" α׷ ٽ ν \n"
-" ֽϴ!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"׳ 𼭶 ִ մϱ?\n"
-" ǻͿ ִ Ѵٸ,\n"
-"ϰ ƴϿ .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-" մϱ?\n"
-" IP ü ͳ ʾҴٸ,\n"
-"ƴϿ .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-" (SSH) Ͻðڽϱ?\n"
-"̰ ܺο αϱ Ǵ ڳ α׷\n"
-"Դϴ. ڳ ϰ ִٸ, SSH ٲټ.\n"
-"ڳ ȣȭ Ǿ ʱ , ڳ ,\n"
-"ܺ ڰ ȣ ĥ ֽϴ. SSH ȣȭ ϱ\n"
-" ̷ ûκ մϴ."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"ܺ ڳ Ͻðڽϱ?\n"
-" ȭ鿡 ߵ, ̰ Դϴ.\n"
-"ƴϿ SSH \n"
-"մϴ.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"ͳݿ ִ FTP մϱ?\n"
-" ׷ϴٸ, ͸ Ӹ \n"
-"մϴ. FTP ȣȭ ʱ \n"
-"FTP ۵Ǵ  ȣ ڿ ֽϴ.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-" մϱ?\n"
-" pine, mutt Ǵ ؽƮ α׷ Ѵٸ, \n"
-"ʿմϴ. ׷ ʴٸ ȭ .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"POP Ǵ IMAP մϱ?\n"
-"̰ ڵ鿡 ƴ \n"
-" ˴ϴ.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"2.2 Ŀ ϰ ִ մϴ. Ʈ IP Ǵ 繫\n"
-" ٸ ǻʿ ڵ Ҵȴٸ( IP),\n"
-"̰ ʿմϴ.\n"
-"̿ ȯ濡 ֽϱ?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-" ǻ ð ٸ ǻͿ ȭ ˴ϱ?\n"
-"밳 ̰ ߱ н/ ܿ α Ǵ\n"
-" 뵵θ ˴ϴ. ǻͰ Ը\n"
-"繫 Ʈ ϰ ʰų, ̰Ϳ ó\n"
-" ٸ, Ƹ ʿ Դϴ."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-" Ϸ. ũ ұ?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "%s ϴ: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "%s ϴ: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "ȭ "
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "ġ غԴϴ. ٸ."
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Ʈ ǻ (Ŭ̾Ʈ)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS , , , SSH "
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "ǽ"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "GNOME ũ̼"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Palm pilot Ǵ Visor "
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "ũ̼"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "ȭ/"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr " Ʈ "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"ǽ α׷: μ (kword, abiword), 彬Ʈ (kspread,"
-"gnumeric), pdf , "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr " ; mp3/midi ÷̾, ͼ, "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr " Ʈ Howto"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE ũ̼"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Ŀ, ζưƮ, Fvwm, "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Ƽ̵ - "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ", , , , äÿ "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "ͺ̽"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL Ǵ MySQL ͺ̽ "
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr " ǻ "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Ƽ̵ - "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "ƿƼ"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "ܼ "
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "postfix , Inn "
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "ͳ ̼"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Ƽ̵ ̼"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "߰ ׷ ũž (Gnome, IceWM)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr "K Desktop ȯ, ⺻ ׷ ȯ"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "׷ ȯ"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "ġ FTPD"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "CD "
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "ǽ ũ̼"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "׳, Icewm, Ŀ, ζưƮ, Fvwm, "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "GIMP ׷ α׷"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C/C++ ̺귯, α׷ "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Ʈ ǻ "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "/׷/"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr " ̼"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr " ÷̾ "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Ƽ̵ - ׷"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "峭 α׷: arcade, boards, strategy, "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr "/ ϰ ˻ (pine, mutt, tin...)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "ī̺, ķ, ͸"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr " "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr " ģȭ α׷ ũž ׷ ȯ"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "SSH ٸ Ŭ̾Ʈ"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "ͳ Ʈ"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr " / α׷"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Ÿ ׷ ũž"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ", , ϵ, ͹̳"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "gnucash ڱݰ α׷"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Ƽ̵ - CD "
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr " ũ̼"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr ""
-#~ "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,-*-gulim-bold-r-"
-#~ "normal--16-*-*-*-c-*-ksc5601.1987-0,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr "Ŀΰ ġϴ ⿡ ϴ.( %s )"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr ""
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "⺻ ͸ ϼ!"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "/ ٽб"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr " %s ̹ ɼ ֽϴ."
-
-#~ msgid "Low"
-#~ msgstr ""
-
-#~ msgid "Medium"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ " Ȼ ϴ. \n"
-#~ "Ÿϴ."
-
-#~ msgid "mount failed"
-#~ msgstr "Ʈ "
-
-#~ msgid "Boot mode"
-#~ msgstr "Ʈ "
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "To know about the options available for the current printer read either "
-#~ "the list shown below or click on the \"Print option list\" button. %s\n"
-#~ "\n"
-#~ msgstr ""
-#~ " Ϳ ִ ɼ , μ ɼ ϡ "
-#~ ".\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/ ð GMT(׸ġ ð) ϸ鼭, õ ð"
-#~ "\n"
-#~ " Ͽ ǥմϴ."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "ͳݿ "
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "ͳ "
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Ʈ (LAN Ǵ ͳ)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr " ũ ̵ϰ ʴϱ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "ġ Ű "
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "GNOME ũ̼"
-
-#~ msgid "authentification"
-#~ msgstr ""
-
-#~ msgid "user"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr " 콺 Ͻʴϱ?"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "ȿ NFS ڿ ˻ "
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr " %s ȿ NFS ڿ ˻ "
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "ȿ ڿ ˻ "
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr " %s ȿ ڿ ˻ "
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr ""
-
-#~ msgid "Removable media"
-#~ msgstr "Ż ̵"
-
-#~ msgid "Active"
-#~ msgstr "Ȱȭ"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "ƴϿ"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr ", \"%s\", ߰"
-
-#~ msgid "Local Printer Device"
-#~ msgstr " ġ"
-
-#~ msgid "Printer Device"
-#~ msgstr " ġ"
-
-#~ msgid "Device/file name missing!"
-#~ msgstr "ġ/ ̸ ã !"
-
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr " CUPS "
-
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "ý"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Ÿ"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Ű ̾ƿ "
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "ü Ŭϼ."
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr ": "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "߸ "
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "X "
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr " ġ"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Ȯ"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "ݱ"
-
-#~ msgid "Starting your connection..."
-#~ msgstr " ..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr " ..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ " ʽϴ.\n"
-#~ "Ʈ \n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ " ϼ."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr " ý Դϴ."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "ġ Ű 뷮 "
-
-#~ msgid "Total size: "
-#~ msgstr "ü ũ: "
-
-#~ msgid "Please wait, "
-#~ msgstr "ø ٸ, "
-
-#~ msgid "Total time "
-#~ msgstr "ü ð "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "̹ ִ X11 Ͻðڽϱ?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ " ġ Ͱ Ǿ ֽϱ? \n"
-#~ "(: /dev/lp0 LPT1 شմϴ.)\n"
-
-#~ msgid "%s"
-#~ msgstr "%s"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ": ̹ Ʈ ּҰ ֽϴ. ٽ Դϴ."
-
-#~ msgid "New"
-#~ msgstr " "
-
-#~ msgid "Remote"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr ""
-#~ " ư ϳ ų,\n"
-#~ "\n"
-#~ " ⡹ ̿ϼ."
-
-#~ msgid "Use \"New\""
-#~ msgstr " ⡹"
-
-#~ msgid "If the list above doesn't contain the wanted entry, enter it here:"
-#~ msgstr " ϴ ׸ ã ٸ, ⿡ Էϼ:"
-
-#~ msgid "Shared resource"
-#~ msgstr " ڿ"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "ָ ǥ(%s), ڼ ּ.\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (⺻ %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr " ? (⺻ %s, ٸ顸noneԷ) "
diff --git a/perl-install/share/po/lt.po b/perl-install/share/po/lt.po
deleted file mode 100644
index f68be5356..000000000
--- a/perl-install/share/po/lt.po
+++ /dev/null
@@ -1,13994 +0,0 @@
-# Lithuanian transaltion of DrakX
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Kstutis Kruikas <DrKestas@takas.lt>, 1999
-# Mykolas Norvaias <Myka@centras.lt>, 1999-2001
-# Gediminas Paulauskas <menesis@delfi.lt>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX \n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-03-04 23:55+0200\n"
-"Last-Translator: Mykolas Norvaias <Myka@centras.lt>\n"
-"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-13\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-#, fuzzy
-msgid "Use Xinerama extension"
-msgstr "Naudokite automatin aptikim"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:249
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "skaitomi nustatymai"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Vaizdo plokt"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Pasirink vaizdo plokt"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Pasirink X server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X serveris"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Pasirink X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X serveris"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Kuri XFree konfigracij tu nori turti?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Tavo plokt palaiko 3D renginio akseleracij, bet tik su XFree %s.\n"
-"Tavo plokt dirba su XFree %s, kuris galbt geriau palaiko 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Tavo plokt palaiko 3D akseleracij su XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s su 3D renginio akseleracija"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Js korta palaiko 3D akseleracija su XFree %s.ATMINKITE, KAD TAI YRA "
-"EKSPERIMENTINIS PALIKYMAS IR GALI PAKABINTI KOMPIUTER."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s su EKSPERIMENTINE 3D renginio akseleracija"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Js korta palaiko 3D renginio akseleracija tik su XFree %s,\n"
-"ATMINKITE, KAD TAI YRA EKSPERIMENTINIS PALIKYMAS IR GALI PAKABINTI "
-"KOMPIUTER.\n"
-"Js korta dirba su XFree %s kuris galbt geriau palaiko 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfigravimas"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Pasirink savo vaizdo plokts atminties dyd"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Pasirink serverio nuostatas"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Pasirink monitori"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitorius"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Du svarbiausi dydiai yra vertikalaus atnaujinimo danis, kuris rodo,\n"
-"kaip danai perpieiamas visas ekranas, ir horizontaliosios skleistins "
-"danis, kuris parodo, kaip greit perpieiamos eiluts.\n"
-"\n"
-"Tai LABAI SVARBU, kad nenurodytum skleistins danio, didesnio\n"
-"u palaikom monitoriaus, nes gali j sugadinti. Jeigu abejoji,\n"
-"pasirink konservatyvi nuostat."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontalaus atnaujinimo danis"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikalaus atnaujinimo danis"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitorius nenurodytas"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Vaizdo plokt dar nenurodyta"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Dar nepasirinkta skiriamoji geba"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Ar tu nori ibandyti nustatymus?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Perspjimas: ios plokts bandymas gali pakabinti kompiuter"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Nustatym tikrinimas"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"pabandyk pakeisti kai kuriuos parametrus"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "vyko klaida:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Baigiu per %d sekundi (-es)"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Ar toks nustatymas tave tenkina?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "vyko klaida, bandyk pakeisti kai kuriuos parametrus"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Skiriamoji geba"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Pasirink skiriamj geb ir spalv gyl"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Vaizdo plokt: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 serveris: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Dar"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Gerai"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Eksperto Reimas"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Rodyti visk"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Skiriamosios gebos"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Klaviatros idstymas: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Pels tipas: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Pels renginys: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitorius: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitoriaus horiz. skleistin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitoriaus vert. skleistin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Vaizdo plokt: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Vaizdo plokt: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Vaizdo atmintis: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Spalv gylis: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Skiriamoji geba: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 serveris: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 tvarkykl: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Ruoiami X-Window nustatymai"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "K tu nori daryti?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Pakeisti monitori"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Pakeisti vaizdo plokt"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Pakeisti serverio nustatymus"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Pakeisti skiriamj geb"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Rodyti informacij"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Patikrinti vl"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Ieiti"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Ilaikyti pakeitimus?\n"
-"Esama konfigracija yra:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X paleidiant"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Tu gali nustatyti, kad X startuot automatikai.\n"
-"Ar tu nori, kad X startuot po kompiuterio perkrovimo?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Praom i naujo paleisti %s, kad pakeitimai bt aktyvuoti"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Praom atsisveikinti ir paskui paspausti Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 spalvos (8 bitai)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tkst. spalv (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tkst. spalv (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milijonai spalv (24 bitai)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milijardai spalv (32 bitai)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB ar daugiau"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standartinis VGA 640x480 prie 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA 800x600 prie 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Suderinamas su 8514, 1024x768 prie 87 Hz interlaced (nra 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 prie 87 Hz interlaced, 800x600 prie 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Iplstas Super VGA, 800x600 prie 60 Hz, 640x480 prie 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 prie 60 Hz, 800x600 prie 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Aukto danio SVGA, 1024x768 prie 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Daugiadanis, galintis 1280x1024 prie 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Daugiadanis, galintis 1280x1024 prie 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Daugiadanis, galintis 1280 prie 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitorius, galintis 1600x1200 prie 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitorius, galintis 1600x1200 prie 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Pirmasis krovos skirsnio sektorius"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Pirmasis kaupiklio sektorius (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO diegimas"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kur nori diegti krovos tvarkykl?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/GRUB diegimas"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO su tekstiniu meniu"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO su grafiniu meniu"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "krova su DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "krovos tvarkykls pagrindins parinktys"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Naudojama krovos tvarkykl"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "krovos tvarkykls diegimas"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "krovos renginys"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nedirba su senais BIOS'ais)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompaktikas"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompaktikas"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Vaizdo reimas"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Palaukti prie kraunant prast atvaizd"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Slaptaodis"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Slaptaodis (vl)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Grietos komandins eiluts parinktys"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "grieta"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Ivalyti /tmp kiekvien kart krovus"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Tikslus RAM atminties dydis (rasta %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Leisti kelet profili"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Nurodyk RAM atminties dyd (MB)"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Parinktis Grietos komandins eiluts parinktys yra nenauding be "
-"slaptaodio"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Praom bandyti vl"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Slaptaodiai nesutampa"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-#, fuzzy
-msgid "Default OS?"
-msgstr "prastas"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"ia yra skirtingi raai.\n"
-"Tu gali pakeisti esamus arba prijungti naujus."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Pridti"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Atlikta"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "Taisyti RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Kokio tipo ra tu nori pridti?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Kitos OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Kitos OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Kitos OS (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Atvaizdas"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "akninis"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Pridurti"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Skaitymui-raymui"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Lentel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nesaugus"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "ym"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "prastas"
-
-#: ../../any.pm_.c:326
-#, fuzzy
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Imesti ra"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Tuia ym neleidiama"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Tu privalai turti swap skirsn"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "i ym jau naudojama"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Rasti %s %s interfeisai"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Ar turi dar vien?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Ar tu turi kok nors %s interfeis?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Taip"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Pairk rangos informacij"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "diegiama tvarkykl %s ploktei %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modulis %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Koki %s tvarkykl turiau ibandyti?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Kartais %s tvarkyklei reikia papildomos informacijos, kad dirbt gerai,\n"
-"nors normaliai turi veikti ir be jos. Ar tu nori jai nurodyti papildomas\n"
-"parinktis, ar leisi pabandyti nusistatyti paiai. Bandymas gali\n"
-"pakabinti kompiuter, bet tai neturt padaryti alos."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatinis bandymas"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Nurodyti parinktis"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Dabar tu gali nustatyti %s modulio nustatymus.\n"
-"Opcij formatas yra toks : ''vardas=reikm vardas2=reikm2 ...''.\n"
-"Pvz, ''io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modulio parinktys:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Modulio %s ikvietimas nepavyko.\n"
-"Ar nori bandyti su kitais nustatymais?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s jau pridtas)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "is slaptaodis pernelyg paprastas"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Praom suteikti vartotojo vard"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Vartotojo vardas turi susidaryti tik i maj raidi, skaii ir simboli "
-"`-' bei `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "is vartotojo vardas jau pridtas"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Pridti vartotoj"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"vesk vartotoj\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Priimti vartotoj"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Tikras vardas"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Vartotojo vardas"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatinis pasisveikinimas"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"A galiu nustatyti taip, kad vienas vartotojas pasisveikint automatikai.\n"
-"Jei nenori to naudoti, spausk mygtuk Nutraukti."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Pasirink prast vartotoj:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Pasirink, kuri lang tvarkykl naudosi:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Praom pasirinkti kalb, kuri naudosi."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Tu gali pasirinkti kitas kalbas, kurios bus prieinamos po diegimo"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Visos"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Pridti vartotoj"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Prisitaikyti"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS paleidiamas"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Kokius js norite diegti paketus"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Nutraukti"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Sveiki atvyk cracker'i al"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Menkas"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standartin"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Auktas"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Auktas"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranojikas"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"iame lygyje reikia elgtis atsargiai. Tai leidia lengviau naudoti sistem,\n"
-"bet labai jautriai: ji turt nebti naudojama kompiuteriuose,\n"
-"sujungtais su kitais arba prie Interneto. ia nra slaptaodi."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Dabar slaptaodiai yra jungti bet naudoti kaip tinklin kompiuter dar "
-"nerekomenduojama."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"is saugumo lygis yra standartinis, rekomenduojamas kompiuteriui, kuris\n"
-"naudojamas prisijungti prie interneto kaip klientas. Nra joki saugumo "
-"tikrinim."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Su iuo saugumo lygiu sistem jau galima naudoti kaip server. Saugumas\n"
-"yra pakankamai auktas, kad sistem bt galima naudoti serveriui, kuris "
-"priima\n"
-"prisijungimus i daugybs klient."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Dabar naudojami 4 lygio privalumai,bet sistema yra visikai udaryta.\n"
-"Saugumo savybs yra maksimalios."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Pasirink saugumo lyg"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Nustatomas saugumo lygis"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Pasirink serverio nuostatas"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Sveiki, besinaudojantys %s, operaciju sistemu parinkikliu!\n"
-"\n"
-"Pasirink operaciju sistema is zemiau esancio saraso,\n"
-"arba palauk %d sekundziu, kad butu ikrauta pagal nutylejima\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Sveiki, besinaudojantys GRUB, operaciniu sistemu parinkikliu!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Naudok %c ir %c klavisus, kad pasirinktum, kuris irasas pazymetas"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Spausk enter, noredami ikrauti pasirinkta OS, 'e', noredami keisti"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandas pries ikrova, arba 'c', komandinei eilutei iskviesti "
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Pasirinktas irasas bus ikrautas automatiskai po %d sekundziu."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nepakanka vietos /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Darbastalis"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Paleidimo meniu"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kur nori diegti krovos tvarkykl?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "pagalba dar nesukurta.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "diegimo Tipo Konfiguracija"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/Bylos"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Byla/Ieiti"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Monitorius"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Pakeisti monitori"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "krovos metu paleisti Aurora"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Skambinimo reimas"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "krovos reimas"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Interneto jungties dalinimas"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-#, fuzzy
-msgid "Configure"
-msgstr "Nustatyti X"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistemos reimas"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Startuojant paleisti X_Windows"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne, a nenoriu automatinio pasisveikinimo"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Taip, a noriu automatinio pasisveikinimo (vrtotojas, darbastalis)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Gerai"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "negaliu atidaryti /etc/inittab skaitymui: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuts"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekunds"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "A daugiau negaliu pridti n vieno skirsnio"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Tu gali pasirinkti kitas kalbas, kurios bus prieinamos po diegimo"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Pranczija"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belg"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Vokiei"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Graik"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norveg"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Pasiirti"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Ital"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "nuoseklioji"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Pradiai padaryk atsargin savo duomen kopij"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Perskaityk dmiai!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Jeigu tu planuoji naudoti aboot, nepamirk palikti tuios vietos (2048 "
-"sektori pakanka)\n"
-"kaupiklio pradioje"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Klaida"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Meistras"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Pasirink veiksm"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Tu turi vien didel FAT skirsn\n"
-"(daniausiai naudojamas Microsoft DOS/Windows).\n"
-"Patariu tau pakeisti to skirsnio dyd\n"
-"(spragtelk ant jo, tada ant Pakeisti dyd)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Praom spragtelti ant skirsnio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detals"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "primontuoti nepavyko"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Tuias"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Kitas"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Byl sistemos tipai:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Sukurti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Ris"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Naudok %s vietoj to"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Itrinti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Pirmiau naudok Numontuoti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Pakeitus skirsnio %s tip, visi duomenys jame bus prarasti"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Pasirink veiksm"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Sukurti nauj skirsn"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Pakeisti eksperto reim"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Pakeisti normal reim"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Sugrti"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Ar vis tiek tsti?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Ieiti neisaugojus"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Ieiti neisaugojus skirsni lentels?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ar tu nori ibandyti nustatymus?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automatinis suskirstymas"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Ivalyti visk"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Pato informacij"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Visi pirminiai skirsniai yra naudojami"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "A daugiau negaliu pridti n vieno skirsnio"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Jei nori turti daugiau skirsni, praom itrinti vien, kad vietoj jo "
-"galtum sukurti iplstin"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "rayti skirsni lentel"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Igelbti skirsni lentel"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Igelbti skirsni lentel"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Igelbti skirsni lentel"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Iimam laikmen automatinis montavimas"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Pasirink byl"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Atsargin skirsni lentel nra tokio paties dydio\n"
-"Vis tiek tsti?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Dmesio"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"dk diskel kaupikl\n"
-"Visi duomenys diskelyje bus prarasti"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Bandau igelbti skirsni lentel"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Pato informacij"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Prijungimo vieta"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Pasirinktys"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Pakeisti dyd"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Perkelti"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatuoti"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Primontuoti"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Pridti RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Pridti LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Atjungti"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Paalinti i RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Paalinti i LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Taisyti RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Naudoti loopback'ui"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Sukurti nauj skirsn"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Pradios sektorius: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Dydis (MB): "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Byl sistemos tipas: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Montavimo takas: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Pirmenyb: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Suymima loopback byla %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Pakeisti skirsnio tip"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kokios byl sistemos tu nori?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kur nori primontuoti loopback byl %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kur nori primontuoti rengin %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Negaliu nuimti montavimo tako, nes is skirsnis naudojamas loopback'ui.\n"
-"Pirma paalink loopback'us"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Skaiiuojami FAT byl sistemos riai"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Keiiamas dydis"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "io skirsnio dydio neina pakeisti"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Pasidaryk atsargin duomen iame skirsnyje kopij"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Pakeitus skirsnio %s dyd, visi duomenys jame bus prarasti"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Pasirink nauj dyd"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Dydis (MB): "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr " kur disk tu nori j perkelti?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektorius"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr " kur sektori tu nori j perkelti?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Perkeliama"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Perkeliamas skirsnis..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Pasirink jau esant RAID, prie kurio pridti"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "naujas"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Pasirink jau esant LVM, prie kurio pridti"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM vardas?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "is skirsnis negali bti naudojamas loopback'ui"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback bylos vardas: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Tikras vardas"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Byla jau naudojama kitam loopback'ui, pasirink kit"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "i byla jau yra. Naudoti j?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Modulio parinktys:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "renginys"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "lygis"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "gabalo dydis"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Bk atsargus: i operacija yra pavojinga."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Kokio tipo skirsni skaidymas?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Deja, nemanoma sukurti /boot taip toli kaupiklyje (cilindre >1024).\n"
-"Arba naudok LILO ir tai neveiks, arba nenaudok LILO ir tau nereiks /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Skirsnis, kur tu pasirinkai kaip aknin (/), fizikai yra u 1024-to\n"
-"disko kaupiklio cilindro, bet tu neturi /boot skirsnio. Jeigu planuoji\n"
-"naudoti LILO krovos program, neumirk pridti /boot skirsnio"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Tu pasirinkai programin RAID skirsn kaip aknin (/).\n"
-"Jokia krovos tvarkykl negali su ja dirbti be /boot skirsnio.\n"
-"Taigi, nepamirk sukurti /boot skirsnio"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "renginio %s skirsni lentel bus rayta disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Tau reikia perkrauti, kad pakeitimai bt veiksmingi"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Suymjus skirsn %s, visi duomenys jame bus prarasti"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Suymima"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Suymima loopback byla %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Suymimas skirsnis %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid nepavyko"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Skiriamoji geba: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "renginys: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS kaupiklio raid: %s (spjama)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipas: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Pavadinimas: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Pradia: sektorius %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Dydis: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektoriai(-i)"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Nuo cilindro %d iki cilindro %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Suymtas\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nesuymtas\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Primontuotas\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Loopback byla(os): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Skirsnis, kraunamas pagal nutyljim\n"
-" (MS-DOS ukrovimui, ne LILO)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Lygis %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Gabalo dydis %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID kaupikliai %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback bylos vardas: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Galimybs tokios, is skirsnis\n"
-"yra Tvarkykls skirsnis\n"
-"gariau palikite j ramybje.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"is specialus Bootstrap\n"
-"skirsnis yra skirtas js\n"
-"sistemos dvigubai krovai.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Dydis: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindr(-ai), %s galvui(-os), %s sektori(-iai)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM kaupikliai %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Skirsni lentels tipas: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "ant magistrals %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Pasirinktys: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Byl sistemos tipas: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"is slaptaodis yra pernelyg paprastas (turi bti bent %d simboli ilgio)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Slaptaodiai nesutampa"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Pakeisti skirsnio tip"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Praom spragtelti ant skirsnio"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS serveris"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s suymjimas nepavyko"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Neinau, kaip suymti %s tipu %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "klaida numontuojant %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "paprasta"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "serveris"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Tu negali naudoti JFS skirsniams, maesniems nei 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Tu negali naudoti ReiserFS skirsniams, maesniems nei 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Montavimo takai turi prasidti /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Jau yra skirsnis su montavimo taku %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "is katalogas turi pasilikti akninje byl sistemoje"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Tau reikia tikros byl sistemos (ext2, reiserfs) iam montavimo takui\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Tau reikia tikros byl sistemos (ext2, reiserfs) iam montavimo takui\n"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Klaida atidarant %s raymui: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"vyko klaida -- nerasta tinkam rengini, kur bt galima sukurti naujus "
-"skirsnius. Praom pasitikrinti savo rang dl galimo gedimo"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Tu neturi joki skirsni!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Aukiau yra sraas Linux skirsni, kuriuos pavyko rasti tavo\n"
-"kietajame diske. Tu gali pasilikti sprendimus, padarytus meistro, jie tinka\n"
-"daugumai atvej. Jei nori pakeisti iuos sprendimus, tu turi nurodyti bent\n"
-"aknin skirsn (\"/\"). Nepasirink per mao skirsnio, nes tuomet tu "
-"negalsi\n"
-"diegti pakankamai programins rangos. Jei tu nori laikyti savo duomenis\n"
-"atskirame skirsnyje, pasirink, kur naudosi \"/home\" (manoma tik jei turi "
-"daugiau\n"
-"nei vien Linux skirsn).\n"
-"\n"
-"Tavo iniai, skirsniai raomi tokiu pavidalu: \"Pavadinimas\", \"Talpa\".\n"
-"\n"
-"\n"
-"\"Pavadinimas\" sudaromas taip: \"kaupiklio tipas\", \"kaupiklio numeris\",\n"
-"\"skirsnio numeris\" (pavyzdiui \"hda1\").\n"
-"\n"
-"\n"
-"\"Kieto disko tipas\" yra \"hd\", jei tavo kietasis kaupiklis yra IDE tipo, "
-"ir \"sd\", jeigu\n"
-"tai SCSI kaupiklis.\n"
-"\n"
-"\n"
-"\"kaupiklio numeris\" visada yra raid po \"sd\" arba \"hd\". IDE "
-"kaupikliams:\n"
-"\n"
-" * \"a\" reikia \"pagrindinis (master) diskas, prijungtas prie pirmojo "
-"(primary) IDE valdiklio\",\n"
-"\n"
-" * \"b\" reikia \"alutinis (slave) diskas, prijungtas prie pirmojo IDE "
-"valdiklio\",\n"
-"\n"
-" * \"c\" reikia \"pagrindinis diskas, prijungtas prie antrojo (secondary) "
-"IDE valdiklio\",\n"
-"\n"
-" * \"d\" reikia \"alutinis diskas, prijungtas prie antrojo IDE valdiklio"
-"\",\n"
-"\n"
-"\n"
-"Su SCSI kaupikliais, \"a\" reikia \"pirmasis diskas\", \"b\" reikia "
-"\"antrasis diskas\" ir t.t."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Dabar tu gali pasirinkti tarnybas, kurias nori paleisti krovos metu.\n"
-"\n"
-"\n"
-"Uvedus ymekl ant tarnybos, pasirodys pagalbos uraas, kuris aprao "
-"tarnybos\n"
-"vaidmen tavo sistemoje.\n"
-"\n"
-"\n"
-"Bk ypa atidus iame ingsnyje, jeigu adi naudotis savo kompiuteriu kaip\n"
-"serveriu: tu tikriausiai norsi nepaleisti joki nereikaling tarnyb.\n"
-"Prisimink, kad kai kurios tarnybos gali bti pavojingos, jei naudojamos "
-"serveryje.\n"
-"Apskritai, paymk tik tas tarnybas, kuri tau tikrai reikia."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Dabar tu turi nusprsti, kurioje savo kietojo disko vietoje nori diegti\n"
-"Mandrake Linux operacij sistem. Jei jis yra tuias arba jau esanti\n"
-"operacij sistema naudoja vis viet jame, tau reiks sudalinti j. Kietojo\n"
-"disko sudalinimas skirsnius tiesiog yra jo logikas padalinimas taip, kad\n"
-"atsirast laisvos vietos diegti tavo naujajai Mandrake Linux sistemai.\n"
-"\n"
-"\n"
-"Kadangi sudalinimo skirsniais padariniai daniausiai yra negrtami,\n"
-"dalinimas gali bti gsdinantis ir sunkus, jei tu esi nepatyrs vartotojas.\n"
-"is meistras supaprastina t proces. Prie praddamas, praau, nepagailk\n"
-"laiko ir paskaityk inyn.\n"
-"\n"
-"\n"
-"Tau reikia maiausiai dviej skirsni. Vienas yra paiai operacij "
-"sistemai,\n"
-"o kitas -- virtualiai atminiai (vadinamai swap).\n"
-"\n"
-"\n"
-"Jei skirsniai jau buvo apibrti (i praeito diegimo arba kitu dalinimo "
-"rankiu),\n"
-"tau tereikia pasirinkti juos, kad diegtum savo Linux'.\n"
-"\n"
-"\n"
-"Jei skirsniai dar nebuvo apibrti, tu turi juos sukurti. Kad tai "
-"padarytum,\n"
-"naudokis aukiau esaniu meistru. Priklausomai nuo tavo kietojo disko\n"
-"situacijos, yra keli skirtingi sprendimai:\n"
-"\n"
-"* Naudoti esam skirsn: meistras rado vien ar daugiau Linux skirsni tavo "
-"sistemoje. Jei tu nori juos\n"
-" naudoti, pasirink tai.\n"
-"\n"
-"\n"
-"* Ivalyti vis disk: jei tu nori sunaikinti visus duomenis ir skirsnius, "
-"esanius kietajame diske, ir pakeisti juos\n"
-" nauja Mandrake Linux sistema, gali pasirinkti variant. Bk atsargus su "
-"iuo sprendimu, nes jei sutiksi,\n"
-" nebegalsi apsigalvoti ir sugrti.\n"
-"\n"
-"\n"
-"* Naudoti tui viet Windows skirsnyje: jei Microsoft Windows yra diegti "
-" kietj disk ir uima vis viet,\n"
-" esani jame, tau teks atlaisvinti vietos Linux duomenims. Kad tai "
-"padarytum, tu gali itrinti Windows skirsn\n"
-" ir duomenis (irk \"Ivalyti vis disk\" bei \"Eksperto reimas\" "
-"sprendimus) arba pakeisti Windows skirsnio\n"
-" dyd. Dydio pakeitimas gali bti atliktas be duomen praradimo. is "
-"sprendimas yra rekomenduojamas, jei\n"
-" tu nori naudoti tiek Mandrake Linux, tiek Microsoft Windows tame paiame "
-"kompiuteryje.\n"
-"\n"
-"\n"
-" Prie pasirinkdamas sprendim, suprask, kad Microsoft Windows skirsnio "
-"dydis bus maesnis, nei yra\n"
-" dabar. Tai reikia, kad tu tursi maiau laisvos vietos Windows'uose "
-"rayti duomenims bei diegti naujas\n"
-" programas.\n"
-"\n"
-"\n"
-"* Eksperto reimas: jei tu nori rankomis sudalinti skirsniais savo kietj "
-"disk, gali rinktis variant. dmiai\n"
-" pagalvok, prie pasirinkdamas sprendim. Jis yra galingas, taiau labai "
-"pavojingas. Tu gali prarasti \n"
-" visus savo duomenis labai lengvai. Taigi, nesirink io sprendimo, nebent "
-"tikrai inai, k darai."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Bet kokie naujai sukurti skirsniai turi bti suymti, kad juos\n"
-"bt galima naudoti (suymjimas reikia byl sistemos sukrim).\n"
-"\n"
-"\n"
-"Dabar tu gali norti i naujo suymti kai kuriuos esamus skirsnius, kad\n"
-"itrintum duomenis i j. Jei nori tai padaryti, paymk ir tuos skirsnius,\n"
-"kuriuos nori suymti.\n"
-"\n"
-"\n"
-"Pastaba: nebtina i naujo suymti vis anksiau sukurt skirsni.\n"
-"Tu privalai suymti i naujo skirsnius, kuriuose bus operacij sistema\n"
-"(tokius kaip \"/\", \"/usr\" ar \"/var\"), taiau skirsni su duomenimis, "
-"kuriuos\n"
-"nori ilaikyti, suymti nereikia (daniausiai \"/home\").\n"
-"\n"
-"\n"
-"Bk atsargus, pasirinkdamas skirsnius, kadangi suymint visi duomenys\n"
-"bus itrinti, ir nebebus manoma j atstatyti.\n"
-"\n"
-"\n"
-"Spausk \"Gerai\", kai bsi pasiruos skirsni suymjimui.\n"
-"\n"
-"\n"
-"Spausk \"Ataukti\", jei nori pasirinkti kitus skirsnius, kuriuos diegti\n"
-"Mandrake Linux sistem."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Tavo naujoji Mandrake Linux operacij sistema iuo metu yra\n"
-"diegiama. is veiksmas turt kelet minui utrukti (tai priklauso nuo\n"
-"diegiam paket bendro dydio bei kompiuterio spartos).\n"
-"\n"
-"\n"
-"Praom turti kantrybs."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Dabar tu turi pasirinkti, kuriuos skirsnius naudoti tavo naujai Mandrake "
-"Linux \n"
-"sistemai diegti. Jei skirsniai jau buvo apibrti (i praeito diegimo arba "
-"kitu dalinimo rankiu),\n"
-"tu gali naudoti esanius skirsnius. Kitu atveju, skirsniai turi bti "
-"apibrti.\n"
-"\n"
-"\n"
-"Kad sukurtum skirsnius, tu pirmiausia turi pasirinkti kietj disk. Disk "
-"dalinimui\n"
-"gali pasirinkti, paspauds ant \"hda\" jei nori pirmo IDE kaupiklio, \"hdb\" "
-"-- antro,\n"
-"arba \"sda\", jei renkiesi pirmj SCSI kaupikl ir t.t.\n"
-"\n"
-"\n"
-"Kad sudalintum skirsniais pasirinkt kietj disk, gali naudotis vienu i "
-"i variant:\n"
-"\n"
-" * Ivalyti visk: is variantas itrina visus skirsnius, esanius "
-"pasirinktame kietajame diske.\n"
-"\n"
-"\n"
-" * Automatikai paskirti: is variantas leidia automatikai sukurti Ext2 "
-"bei swap skirsnius laisvoje tavo\n"
-" disko vietoje.\n"
-"\n"
-"\n"
-" * Igelbti skirsni lentel: jei disko skirsni lentel yra sugadinta, "
-"tu gali bandyti atstatyti j su iuo variantu.\n"
-" Bk atsargus ir prisimink, kad tai gali nepavykti.\n"
-"\n"
-"\n"
-" * Ataukti: tu gali naudoti variant, kad atauktum visus tavo "
-"pakeitimus.\n"
-"\n"
-"\n"
-" * I naujo: tu gali rinktis variant, kad atsisakytum vis savo "
-"pakeitim ir keltum pradin skirsni lentel.\n"
-"\n"
-"\n"
-" * Meistras: jei tu nori, kad meistras tau padt sudalinti kietj disk, "
-"rinkis variant. Tai rekomenduojama, jeigu\n"
-" tu nelabai imanai apie skirsni dalinim.\n"
-"\n"
-"\n"
-" * Atkurti i diskelio: jei tu isaugojai savo skirsni lentel diskel "
-"diegdamas praeit kart, tu gali atkurti j\n"
-" naudodamasis iuo variantu.\n"
-"\n"
-"\n"
-" * Isaugoti diskel: jei tu nori isaugoti savo skirsni lentel "
-"diskel, kad galtum paskui atkurti j, rinkis \n"
-" variant. labai rekomenduojama, kad tu tai padarytum.\n"
-"\n"
-"\n"
-" * Atlikta: jei tu baigei dalinti savo kietj disk, rinkis variant, "
-"kad isaugotum visus pakeitimus.\n"
-"\n"
-"\n"
-"Tavo iniai, tu gali pasiekti bet kur variant naudodamasis klaviatra: "
-"vaikiok tarp skirsni su Tab bei\n"
-"Auktyn/emyn rodyklmis.\n"
-"\n"
-"\n"
-"Kai skirsnis yra parinktas, gali naudoti:\n"
-"\n"
-"* Ctrl-c kad sukurtum nauj skirsn (jei parinktas tuias skirsnis)\n"
-"\n"
-"* Ctrl-d kad itrintum skirsn.\n"
-"\n"
-"* Ctrl-m kad nurodytum prijungim tak."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Tavo kietajame diske buvo aptiktas vienas ar daugiau Microsoft Windows\n"
-"skirsnis. Praom pasirinkti, kurio i j dyd nori pakeisti, kad diegtum "
-"savo\n"
-"naujj Mandrake Linux operacij sistem.\n"
-"\n"
-"\n"
-"Tavo iniai, kiekvienas skirsnis srae uraomas pavidalu \"Linux "
-"pavadinimas\",\n"
-"\"Windows pavadinimas\" \"Talpa\".\n"
-"\n"
-"\"Linux pavadinimas\" sudaromas taip: \"kaupiklio tipas\", \"kaupiklio "
-"numeris\",\n"
-"\"skirsnio numeris\" (pavyzdiui \"hda1\").\n"
-"\n"
-"\"Kieto disko tipas\" yra \"hd\", jei tavo kietasis kaupiklis yra IDE tipo, "
-"ir \"sd\", jeigu\n"
-"tai SCSI kaupiklis.\n"
-"\n"
-"\n"
-"\"Kaupiklio numeris\" visada yra raid po \"sd\" arba \"hd\". IDE "
-"kaupikliams:\n"
-"\n"
-" * \"a\" reikia \"pagrindinis (master) diskas, prijungtas prie pirmojo "
-"(primary) IDE valdiklio\",\n"
-"\n"
-" * \"b\" reikia \"alutinis (slave) diskas, prijungtas prie pirmojo IDE "
-"valdiklio\",\n"
-"\n"
-" * \"c\" reikia \"pagrindinis diskas, prijungtas prie antrojo (secondary) "
-"IDE valdiklio\",\n"
-"\n"
-" * \"d\" reikia \"alutinis diskas, prijungtas prie antrojo IDE valdiklio"
-"\",\n"
-"\n"
-"\n"
-"Su SCSI kaupikliais, \"a\" reikia \"pirmasis diskas\", \"b\" reikia "
-"\"antrasis diskas\" ir t.t.\n"
-"\n"
-"\n"
-"\"Windows pavadinimas\" yra raid, kuria tas skirsnis buvo vadinamas "
-"Windows'uose\n"
-"(pirmasis disko skirsnis vadinamas \"C:\")"
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Praom turti kantrybs. is veiksmas gali kelet minui utrukti."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Praom pasirinkti diegti, jei sistem nra diegta ankstesni Mandrake "
-"Linux versij,\n"
-"arba jei nori naudoti kelias operacij sistemas.\n"
-"\n"
-"Praom pasirinkti Atnaujinti, jei nori atnaujinti jau diegt Mandrake "
-"Linux versij.\n"
-"\n"
-"\n"
-"Priklausomai nuo tavo ini apie GNU/Linux, tu gali pasirinkti ias klases "
-"diegti ar atnaujinti \n"
-"Mandrake Linux operacij sistem:\n"
-"\n"
-"* Rekomenduojama: jei niekad nesi diegs GNU/Linux operacij sistemos, "
-"pasirink i. diegimas bus labai\n"
-" lengvas, tavs bus paklausta tik keletas klausim.\n"
-"\n"
-"\n"
-"* Prisitaikyta: jei esi pakankamai susipains su GNU/Linux, tu gali "
-"pasirinkti pagrindin sistemos paskirt\n"
-"(darbo stotis, serveris, krimo). Tu tursi atsakyti daugiau klausim, nei "
-"Rekomenduojamoje diegimo\n"
-"klasje, taigi turi inoti, kaip veikia GNU/Linux, kad pasirinktum i "
-"klas.\n"
-"\n"
-"\n"
-"* Eksperto: jei gerai imanai GNU/Linux, gali pasirinkti i diegimo klas. "
-"kaip ir Prisitaikytoje klasje,\n"
-" tu galsi pasirinkti pagrindin sistemos paskirt\t(darbo stotis, "
-"serveris, krimo). Bk labai atsargus, prie \n"
-" pasirinkdamas i diegimo klas. Tu galsi atlikti smarkiai prisitaikyt "
-"diegim.\n"
-" Atsakyti kai kuriuos klausimus gali bti itin sudtinga, jei gerai "
-"neimanai GNU/Linux. Taigi, nesirink ios\n"
-" diegimo klass, nebent tikrai inai, k darai."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Praom pasirinkti teising prievad. Pavyzdiui COM1\n"
-"MS Windows'uose vadinamas ttyS0 GNU/Linux'e."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) ir GRUB yra krovos tvarkykls: jos gali krauti\n"
-"tiek GNU/Linux, tiek bet koki kit operacij sistem, esani\n"
-"kompiuteryje. Paprastai tos kitos operacij sistemos yra teisingai\n"
-"atpastamos ir diegiamos. Jeigu ne, tu gali pridti raus pats iame\n"
-"lange. Bk atidus ir pasirink teisingus parametrus.\n"
-"\n"
-"\n"
-"Tu taip pat gali udrausti prijim prie t kit operacij sistem\n"
-"bet kam, jei itrinsi atitinkamus raus. Bet tuo atveju, tau prireiks\n"
-"krovos diskelio, kad jas krautum!"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Tu turi nurodyti, kur rayti GNU/Linux paleidimui reikaling informacij\n"
-"\n"
-"\n"
-"Jeigu tu tiksliai neinai, k darai, pasirink \"Pirmasis kaupiklio sektorius "
-"(MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX bandys surasti PCI SCSI adapter(-ius). Jei DrakX\n"
-"ras SCSI adapter ir inos, koki tvarkykl naudoti, ji bus automatikai\n"
-"diegta.\n"
-"\n"
-"\n"
-"Jei tu neturi SCSI adapterio, turi ISA SCSI adapter ar PCI SCSI adapter,\n"
-"kurio DrakX nepasta, tavs bus paklausta, ar sistemoje yra SCSI\n"
-"adapteris. Jei nra n vieno, gali spausti Ne. Jei paspausi Taip, bus\n"
-"parodytas tvarkykli sraas, i kurio galsi pasirinkti tinkam savo\n"
-"adapteriui.\n"
-"\n"
-"\n"
-"Jei tau teks rankomis nurodyti savo adapter, DrakX paprays tavs\n"
-"nurodyti jo nuostatas. Tu turtum leisti DrakX bandyti atpainti rangos\n"
-"nuostatas. Daniausiai tai suveikia.\n"
-"\n"
-"\n"
-"Jei ne, tau teks nurodyti tvarkykls nuostatas. Praom perirti User "
-"Guide\n"
-"(chapter 3, section \"Collective informations on your hardware\") dl "
-"patarim,\n"
-"kaip suinoti informacij apie rangos dokumentacij, i gamintojo "
-"svetains\n"
-"tinkle (jei turi prijim prie interneto) arba i Microsoft Windows (jei "
-"turi juos\n"
-"savo sistemoje)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot yra NewWorld MacIntosh geleies krovos programa. Ji gali\n"
-"krauti GNU/Linux, MacOS, arba MacOSX (jeigu egzistuoja js kompiuteryje).\n"
-"Paprastai ios operacins sistemos aptinkamos ir diegiamos\n"
-"normaliai. Jeigu taip nevyko galite iame ekrane sukurti ra rankiniu "
-"bdu.\n"
-"Bkite atsargs pasirinkdami parametrus.\n"
-"\n"
-"\n"
-"Pagrindiniai Yaboot nustatymai yra:\n"
-"\n"
-"\n"
-" - Init Message: Praneimas parodomas prie krov.\n"
-"\n"
-"\n"
-"\n"
-" - Boot Device: Nurodykite kur padti informacija kurios reiksto \n"
-"krauti GNU/Linux. Bendrai tariant js jau turjote sukurti bootstrap "
-"skirsn \n"
-"kuri laikys i informacij.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Skirtingai nuo LILO yaboot turi dvi pauzes\n"
-"Pirmoji pauz matuojamas sekundmis. ia galite pasirinkti\n"
-"tarp CD, OF krova, MacOS, arba Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: is ulaikymas panaus LILO krovos pauz. "
-"Pasirink \n"
-"Linux jus tursite i pauz 0.1 sekunds dalimis prie pasirenkantkernelio\n"
-"apraym.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Pasirinkdami nustatym jums leis pasirinkti 'C' "
-"iCD \n"
-"pirmoje krovos uklausoje.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Pasirinkus nustatym jums leis pasirinkti 'N' Open\n"
-"Firmware pirmoje krovos uklausoje.\n"
-"\n"
-"\n"
-" - Default OS: Galite pasirinkti kuri OS sikraus pagal nutyljim kai "
-"baigsis Open Firmware \n"
-"ulaikymas."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Pasirink kietj disk, kur nori itutinti, kad diegtum nauj\n"
-"Mandrake Linux sistem. Bk atsargus, visi duomenys, esantys jame, bus\n"
-"prarasti, ir j nebebus manoma atkurti."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Spausk \"Gerai\", jei nori itrinti visus duomenis ir skirsnius, esanius\n"
-"iame kietajame diske. Bk atsargus, kai paspausi \"Gerai\", tu nebegalsi\n"
-"atkurti joki duomen nei skirsni, kurie buvo iame diske, skaitant bet\n"
-"kokius Windows duomenis.\n"
-"\n"
-"\n"
-"Spausk \"Ataukti\", kad nutrauktum operacij ir neprarastum joki duomen\n"
-"nei skirsni, esani iame kietajame diske."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Negalima naudoti transliavimo be NIS domeno"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "dk FAT formatuot diskel kaupikl %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Kad isaugoti i paket pasirinkim kraukite sistem su ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Klaida skaitant byl %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Kad kai kurie tavo kompiuterio renginiai veikt, jiems reikia\n"
-"taip vadinam \"proprietary\" tvarkykli. daugiau informacijos apie jas "
-"gali\n"
-"rasti ia: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Tu turi turti root skirsn. Tam sukurk skirsn\n"
-"(arba spragtelk ant jau esamo). Tada pasirink\n"
-"veiksm Montavimo takas ir nurodyk jam /"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Tu privalai turti swap skirsn"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Tu neturi swap skirsnio\n"
-"\n"
-"Vis tiek tsti?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Tu privalai turti swap skirsn"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Naudoti laisv viet"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Naujiems skirsniams nepakanka laisvos vietos"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Naudoti esam skirsn"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nra jokio skirsnio, tinkamo naudojimui"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Naudoti Windows skirsn loopback'ui"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Kuri skirsn tu nori naudoti Linux4Win diegimui?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Pasirink dydius"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "akninio skirsnio dydis, MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap skirsnio dydis, MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Naudoti laisv viet Windows skirsnyje"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kurio skirsnio dyd tu nori pakeisti?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Skaiiuojami Windows byl sistemos riai"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT dydio keitimo programa nesusitvarko su tavo\n"
-"skirsniu, vyko tokia klaida: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Tavo Windows skirsnis yra pernelyg fragmentuotas, pirma paleisk defrag"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"PERSPJIMAS!\n"
-"\n"
-"DrakX dabar pakeis tavo Windows skirsnio dyd. Bk atsargus: is veiksmas\n"
-"yra pavojingas. Jeigu to dar nepadarei, dabar pats laikas ieiti i "
-"diegimo,\n"
-"paleisti scandisk i Windows (nepakenkt ir defrag paleisti), o tada i "
-"naujo\n"
-"pradti diegim. Taip pat turtum pasidaryti atsargin duomen kopij.\n"
-"Kai viskas sutvarkyta, spausk Gerai."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Kok dyd nortum palikti Windows'ams"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "skirsnyje %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Nepavyko pakeisti FAT dydio: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nra joki FAT skirsni, kuri dyd bt galima pakeisti arba naudoti juos "
-"loopback'ui\n"
-"(arba nra pakankamai laisvos vietos)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Itrinti vis disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Imesti Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Tu turi daugiau negu vien kiet disk, kur nori diegti Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "VISI kaupiklyje %s esantys skirsniai ir duomenys bus prarasti"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Rankinis disk skirstymas"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Naudoti fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Tu dabar gali sudalinti %s.\n"
-"Kai baigsi, nepamirk isaugoti su 'w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Windows skirsnyje nra pakankamai laisvos vietos"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "A niekur negaliu rasti vietos diegimui"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX Skirsni dalinimo meistras rado tokius sprendimus:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Dalinimas skirsnius nepavyko: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Paleidiamas tinklas"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Ijungiamas tinklas"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"vyko klaida, bet a neinau, kaip su ja graiai susitvarkyti.\n"
-"Tsk darb savo paties rizika."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Pasikartojantis montavimo takas %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Kai kurie svarbs paketai nebuvo tvarkingai diegti.\n"
-"Arba tavo CD-ROM kaupiklis, arba CD yra su trkumais.\n"
-"Patikrink CD diegtame kompiuteryje, naudodamas \"rpm -qpl Mandrake/RPMS/*."
-"rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Sveiki atvyk %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Neprieinamas n vienas diskeli kaupiklis"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "einama ingsn %s\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Tavo sistemoje maai resurs. Tu gali susidurti su bdomis, diegdamas\n"
-"Mandrake Linux. Jei taip atsitikt, gali pabandyti tekstin diegimo bd:\n"
-"Kai usikrauna i CDROM'o, paspausk `F1', o tada vesk \"text\"."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "diegimo klas"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Praom pasirinkti vien i i diegimo klasi:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Grupi, kurias tu pasirinkai, bendras dydis yra apie %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Jei tu nori diegti maiau, nei ia nurodyta,\n"
-"pasirink, kiek procent paket tu nortum diegti.\n"
-"\n"
-"Jei procent maai, bus diegti tik patys svarbiausi paketai;\n"
-"su 100% bus diegti visi paymti paketai."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Tu turi vietos diske tik %d%% i paket.\n"
-"\n"
-"Jei tu nori diegti maiau, nei ia nurodyta,\n"
-"pasirink, kiek procent paket tu nortum diegti.\n"
-"Jei procent maai, bus diegti tik patys svarbiausi paketai;\n"
-"su %d%% bus diegt tiek paket, kiek tik manoma."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Sekaniame ingsnyje tu juos galsi pasirinkti tiksliau."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Kiek procent paket diegti"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Paket grupi pasirinkimas"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Atskir paket pasirinkimas"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Bendras dydis: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Blogas paketas"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Pavadinimas: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versija: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Dydis: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Svarba: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Tu negali pasirinkti io paketo, kadangi nebra pakankamai vietos jam diegti"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Ruoiamasi diegti iuos paketus"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Ruoiamasi paalinti iuos paketus"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Tu negali paymti/atymti io paketo"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Tai yra privalomas paketas, jis negali bti atymtas"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Tu negali atymti io paketo. Jis jau yra diegtas"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"is paketas privalo bti atnaujintas\n"
-"Ar tu tikrai nori j atymti?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Tu negali atymti io paketo. Jis privalo bti atnaujintas"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "diegti"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Isaugoti diskel"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Isaugoti paket pasirinkim"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Imesti"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Pasirink paketus, kuriuos tu nori diegti"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "diegiama"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Skaiiuojama"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Liko laiko "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Praome palaukti. Ruoiamas diegimas"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paket"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "diegiamas paketas %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Sutinku"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Atmetu"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Pakeisk CD!\n"
-"\n"
-"Praom kiti CD su urau %s kaupikl, tada paspausk Gerai.\n"
-"Jei tu jo neturi, spausk Nutraukti, kad ivengtum diegimo i io CD."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Vis tiek tsti?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "vyko klaida, bandant sutvarkyti paketus:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "vyko klaida, diegiant paketus:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Perspjimas\n"
-"\n"
-"Praau dmiai perskaityti susitarim. Jeigu js nesutinkate nors\n"
-"su vienu kunktu jums neleidiama naudoti ios laikmenos. Paspauskite "
-"'Atmetu', \n"
-"kad tsti diegim be ios laikmenos.\n"
-"\n"
-"\n"
-"Kaikurie CD esantys komponentai nra paymti \n"
-"GPL Licenzija ar kakuo panaiu. Tokiu atveju kiekvienas\n"
-"komponentas turi savo licenzij. \n"
-"Praau pirmiau perskaityti ir sutikti su tomis licenzijomis prie \n"
-"naudojant arba perduodant tuos komponentus. \n"
-"Tokios licenzijos bandrai sulaiko komponent perdavim, kopijavim \n"
-"(iskyrus rezervin kopij), atvirktin ininerij, \n"
-"de-assembly, de-compilation arba modifikavim. \n"
-"Bet koks susitarimo lauymas atima i js visas ios licenzijos suteiktas\n"
-"teises. Jeigu jums speciali licenzija nesuteikia patink galiojim\n"
-"js negalite diegti i program daugiau negu vien kompiuter\n"
-"arba pritaikyti naudoti tinkle. Jei abejojate\n"
-"susisiekite tiesiai su gamintoju. \n"
-"i komponent arba dokumentacijos perdavimas treioms alims\n"
-"yra udraustas.\n"
-"\n"
-"\n"
-"Visos CD diske esani komponent teiss priklauso gerbiamiems\n"
-"j autoriams ir saugomos intelektualios nuosavybs teises\n"
-"saugani statym.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "vyko klaida"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Ar tu nori i naujo paleisti tinkl"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licenzijos patvirtinimas"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klaviatra"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Praom pasirinkti klaviatros idstym."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "ia yra galim klaviatr sraas"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Kurios diegimo klass tu nori?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "diegti/Atnaujinti"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Ar tai diegimas, ar atnaujinimas?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Rekomenduojama"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Eksperto"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Atnaujinimas"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Isaugoti paket pasirinkim"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Praom pasirinkti savo pels r."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Pels prievadas"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-"Praom pasirinkti, prie kurios nuosekliosios jungties prijungta tavo pel."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Nustatomos PCMCIA ploktes..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Nustatome IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nra prieinam skirsni"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Peririmi skirsniai, iekant montavimo tak"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Pasirink montavimo takus"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"A negaliu perskaityti skirsni lentels, ji pernelyg sugadinta :(\n"
-"Galiu pabandyti ivalyti blogus skirsnius (VISI DUOMENYS bus prarasti!)\n"
-"Kitas sprendimas -- neleisti DrakX taisyti skirsni lentel.\n"
-"(klaida %s)\n"
-"\n"
-"Ar sutinki prarasti visus skirsnius?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake nesugebjo teisingai perskaityti skirsni lentels.\n"
-"Tsk savo paties rizika!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Nerastas pagrindinis skirsnis"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "akninis skirsnis"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Kur yra tavo sistemos akninis skirsnis (/)?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Tau reikia perkrauti kompiuter, kad skirsni lentels pakeitimai bt "
-"naudojami"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Pasirink skirsnius, kuriuos nori suymti"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Iekoti blog blok?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Suymimi skirsniai"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Sukuriama ir suymima byla %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nepakanka swap atminties diegimo vykdymui, praom praplsti"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Iekomi galimi paketai"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Iekoma atnaujintin paket"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "Tavo sistemoje neutenka vietos diegimui arba atnaujinimui (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Pilnai (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimaliai (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Rekomenduojama (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Atstatyti i diskelio"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Atstatyti i diskelio"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Paket grupi pasirinkimas"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "dk diskel kaupikl %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Isaugoti diskel"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Pasirink paket diegimui"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Palauk"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Jei turi visus CD emiau esaniame srae, spausk Gerai.\n"
-"Jei neturi n vieno i i CD, spausk Nutraukti.\n"
-"Jei trksta tik kai kuri CD, atymk juos, o tada spausk Gerai."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM su urau \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Ruoiamas diegimas"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"diegiamas paketas %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Konfigracija po diegimo"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "dk diskel kaupikl %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "dk tui diskel kaupikl %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Dabar js turite galimyb parsisisti iravimo program.\n"
-"\"nPERSPJIMAS:\n"
-"Dl viari programini juridini, teisini ir kit prieai jums\n"
-"reikia sitikinti kad js galite parsisisti ir naudoti it programin\n"
-"rang\n"
-"\n"
-"Prie vartotojus kurie nesilaikys atitinkam statym bus gali bti\n"
-"imtasi sankcij\n"
-"Mandrakesoft neatsako u netiesiogin arba atsitiktinis arba koks nors\n"
-"kitoki al.\n"
-"\n"
-"D4l i6kilusi7 klausim7 susisiekite su: \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Jungiamasi prie atvaizdio (mirror), kad gautume prieinam paket sra"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Pasirink atvaizd (mirror), i kurio imti paketus"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"Jungiamasi prie atvaizdio (mirror), kad gautume prieinam paket sra"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Kokia tavo laiko juosta?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Ar tavo rangos laikrodis nustatytas GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS serveris"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Nutols CUPS serveris"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Spausdintuvo nra"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Ar turi dar vien?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Apibendrinimas"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Pel"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Laiko juosta"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Spausdintuvas"
-
-#: ../../install_steps_interactive.pm_.c:1049
-#, fuzzy
-msgid "ISDN card"
-msgstr "Vidin ISDN plokt"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-#, fuzzy
-msgid "Sound card"
-msgstr "Standartin"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Naudoti NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Nurodyti root slaptaod"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Jokio slaptaodio"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"is slaptaodis yra pernelyg paprastas (turi bti bent %d simboli ilgio)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentikacija"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autentikacija"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "serveris"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Autentikacijos NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domenas"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS serveris"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"krovos diskelis leidia pakrauti Linux sistem be normalaus sistemos "
-"kroviklio.\n"
-"Tai gali bti naudinga, jei tu nenori diegti SILO savo sistem, arba "
-"kita\n"
-"operacij sistema imeta SILO, arba jei SILO nedirba su tokia rangos "
-"konfigracija.\n"
-"krovos diskelis taip pat gali bti naudojamas su Mandrake rescue diskeliu, "
-"tokiu\n"
-"bdu pasidaro daug lengviau atkurti sistem po smarki gedim.\n"
-"\n"
-"Jei nori sukurti krovos diskel savo sistemai, kik diskel pirmj\n"
-"rengin ir spausk \"Gerai\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Pirmasis diskeli renginys"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Antrasis diskeli renginys"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Praleisti"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"krovos diskelis leidia pakrauti Linux sistem be normalaus sistemos "
-"kroviklio.\n"
-"Tai gali bti naudinga, jeigu tu nenori diegti LILO (arba GRUB) savo "
-"sistem,\n"
-"arba jei kita operacij sistema imeta LILO, arba jei LILO nedirba su esama "
-"rangos\n"
-"konfigracija. krovos diskelis taip pat gali bti naudojamas su Mandrake "
-"rescue\n"
-"diskeliu, tokiu bdu pasidaro daug lengviau atkurti sistem po smarki "
-"gedim.\n"
-"\n"
-"Ar tu nori sukurti krovos diskel?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Atleisk, bet neradau jokio diskeli kaupiklio"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Pasirink kaupikl, kur nori naudoti krovos diskeliui sukurti"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "dk diskel kaupikl %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Kuriamas krovos diskelis"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Ruoiama krovos tvarkykl"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Ar nori naudoti aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Klaida diegiant aboot,\n"
-"bandyti diegti priverstinai, net jei tai sunaikint pirmj skirsn?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "diegti krovos tvarkykl"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Nepavyko diegti krovos tvarkykls. vyko tokia klaida:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "dk tui diskel kaupikl %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Kuriamas automatinio diegimo diskelis"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Kai ingsniai buvo nebaigti.\n"
-"\n"
-"Ar tu nori ieiti dabar?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Sveikiname. diegimas baigtas.\n"
-"Itrauk diegimo laikmenas ir spausk Enter, kad perkrautum.\n"
-"\n"
-"\n"
-"Kad suinotum apie pataisymus, kurie prieinami iai Mandrake Linux laidai,\n"
-"pasiirk Errata, kuris yra \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informacija apie tavo sistemos konfigravim yra oficialioje\n"
-"Mandrake Linux User's Guide knygoje."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Sukurti automatinio diegimo diskel"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Automatinis diegimas reikalui esant gali bti pilnai\n"
-"automatizuotas. Tokiu atveju jis uims vis disk!!\n"
-"(turint omenyje diegim kit d).\n"
-"\n"
-"Js galbt norsite pakartoti diegim.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatinis"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Parodyti vl"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Isaugoti paket pasirinkim"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux diegimas %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> tarp element | <Tarpas> parenka | <F12> kitas langas "
-
-#: ../../interactive.pm_.c:87
-#, fuzzy
-msgid "kdesu missing"
-msgstr "nieko"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Pasirink veiksm"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Iplstinis"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Praom palaukti"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Iskleisti med"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Suskleisti med"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Perjungti tarp rikiavimo pagal grupes ar abcl"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Blogas pasirinkimas, bandyk vl\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Tavo pasirinkimas? (pagal nutyljim %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Tavo pasirinkimas? (pagal nutyljim %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Pasirinktys: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Ar nori naudoti aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Tavo pasirinkimas? (pagal nutyljim %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "ek (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Vokiei"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorako"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Ispan"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Suomi"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Prancz"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norveg"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Lenk"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rus"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "ved"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Jungtins karalysts klaviatra"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "JAV klaviatra"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Iraniei"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armn (senoji)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armn (spausd. mainls)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armn (fonetin)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidaniei (lotynika)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belg"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armn (fonetin)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgar"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazil (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Baltarusi"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "veicar (Vokikas idstymas)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "veicar. (Pranczikas idstymas)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "ek (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Vokiei (be mirusi klavi)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dan"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorako (JAV)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorako (Norveg)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorako (JAV)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Est"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzin (\"Rusikas\" idstymas)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzin (\"Latin\" idstymas)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Graik"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Vengr"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroat"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izraelio"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "yd (Fonetin)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraniei"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Island"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Ital"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japonika 106 klavi"
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Jungtins karalysts klaviatra"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Lotyn Amerikos"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lietuvi ERTY (sena)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lietuvi ERTY (nauja)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lietuvi \"skaii eil\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lietuvi \"fonetin\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Vieta"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedoniei"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Oland"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Lenk (QWERTY idstymas)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Lenk (QWERTZ idstymas)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugal"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadiei (Kvebeko)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Rusika (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Rusika (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rusika (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovn"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovak (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovak (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbaidaniei (kirilica)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Lentel"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai klaviatra"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Thai klaviatra"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turk (tradicinis \"F\" modelis)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turk (iuolaikinis \"Q\" modelis)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrainiei"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "JAV klaviatra (tarptautin)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamiei \"skaii eil\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslav (lotynikas/kirilikos)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Loopback montavimai %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Pirmiausia imeskite loginius tomus\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - pel"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Paprasta PS2 pel su ratuku"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-#, fuzzy
-msgid "1 button"
-msgstr "2 klavi"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Paprasta 2 klavi pel"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Paprasta"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Su ratuku"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "nuoseklioji"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Paprasta 3 klavi pel"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (nuoseklioji, seno C7 tipo)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 klavi"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 klavi"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "jokios"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Pels nra"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Praom ibandyti pel"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Kad suadintum pel,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "PASUK RATUK!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Suomi"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Toliau ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Ankstesnis"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Ar taip teisinga?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Prisijungti prie interneto"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Labiausiai paplits bdas prisijungti su ADSL yra pppoe.\n"
-"Vis dlto, kai kurios jungtys gali naudoti PPTP arba DHCP.\n"
-"Jei neinai, pasirink 'naudoti pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "naudoti dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "naudoti pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "naudoti pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Kur DHCP klient nortum naudoti?\n"
-"prasta yra dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Neradau jokio ethernet tinklo adapterio tavo sistemoje.\n"
-"A negaliu sutvarkyti io jungties tipo."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Pasirink tinklo interfeis"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Praom pasirinkti, kuri tinklo plokt tu nori naudoti prisijungimui prie "
-"interneto"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nerasta jokia tinklo plokt"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigruojamas tinklas"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Praom vesti savo hosto vard, jei j inai.\n"
-"Kai kuriems DHCP reikia, kad hosto vardas galiot.\n"
-"tai turt bti pilnai apraytas hosto vardas, panaus\n"
-" \"mano.filialas.istaiga.lt\"."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Hosto vardas"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Tinklo Konfigravimo Meistras"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Iorin ISDN plokt"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Vidin ISDN plokt"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Kokios ries tavo ISDN jungtis?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Aptikta ugniasiens konfigracija!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Aptikta ugniasiens konfigracija!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN konfigravimas"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Pasirink savo tiekj.\n"
-" Jei jo nra srae, pasirink Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "krovos Protokolas"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Liks pasaulis"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Liks pasaulis \n"
-" be D-Channel (nuomojamos linijos)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Kur protokol nori naudoti?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Kokios ries plokt tu turi?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Neinau"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Jei tu turi ISA plokt, reikms sekaniame ekrane turt bti teisingos.\n"
-"\n"
-"Jei turi PCMCIA plokt, tu turi inoti jos IRQ bei IO.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Nutraukti"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Tsti"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Kuri yra tavo ISDN plokt?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"A aptikau ISDN PCI plokt, taiau neinau jos tipo. Pasirink vien PCI "
-"plokt sekaniame ekrane."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Jokia ISDN PCI plokt nerasta. praom pasirinkti vien kitame ekrane."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr ""
-"Praom pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
-"modemas."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Prisiskambinimo nustatymai"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Jungties pavadinimas"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefono numeris"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Pasisveikinimo ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Paremtas skriptu"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Paremtas terminalu"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domeno vardas"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Pirmasis DNS serveris"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Antrasis DNS serveris"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Tu gali atsijungti arba i naujo nustatyti jungt."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Tu gali i naujo nustatyti jungt."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Tu dabar esi prisijungs prie interneto."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Tu gali prisijungti prie interneto arba i naujo nustatyti jungt."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Tu dabar nesi prisijungs prie interneto."
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Sujungimas..."
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Sujungimas..."
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Nustatyti tinkl"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Interneto jungtis ir nustatymas"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Tu gali atsijungti arba i naujo nustatyti jungt."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Tu gali atsijungti arba i naujo nustatyti jungt."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Tinklo konfigravimas"
-
-#: ../../network/netconnect.pm_.c:139
-#, fuzzy
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Kadangi js diegiate per tinkl js tinklo nustatymai yra padaryti.\n"
-"Spragtelkite ant Gerai kad perkonfiguruoti Network/Internet pasijungim "
-"arbaataukti, kad praleisti punkt.\n"
-
-#: ../../network/netconnect.pm_.c:165
-#, fuzzy
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Internet Pasijungimas\n"
-"\n"
-"Mes ruoiams konfiguruoti js internet/tinklin pasijungim.\n"
-"Jeigu nenorite naudoti automatinio aptikimo nuimkite i atym.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Konfiguravimui pasirinkite prifail"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Naudokite automatin aptikim"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Iekoma ranga..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Nustatyti normali jungt per modem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "aptiktas prievade %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN jungtis"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "aptiktas %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "LAN jungtis"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "aptiktas interfeise %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabelin jungtis"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Kabelin jungtis"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN jungtis"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "aptiktos ethernet kortos(a)"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Pasirink kur rank nortum naudoti"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Interneto jungties dalinimas"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Ar tu nori prisijungti tik jungus?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Tinklo konfigravimas"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Ar tu nori i naujo paleisti tinkl"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Sveikiname, js tinklo ir Internet konfiguracija baigta.\n"
-"\n"
-"Dabar konfiguracij pritaikysime sistemai.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Po to rekomenduojame jums perleisti X aplink,\n"
-"kad ivengti problem su kompiuterio vardu."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"PERSPJIMAS: Gis renginys jau anksiau buvo sutvarkytas prisijungimui prie\n"
-"interneto. \n"
-"Paprasiausiai spausk Gerai, jei nori palikti j tok.\n"
-"Jei pakeisi k nors emiau esaniuose laukuose, tai sigalios vietoj senj "
-"nuostat."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Praom rayti io kompiuterio IP konfigracij.\n"
-"Kiekvienas laukas turi bti raytas kaip IP adresas\n"
-"deimtainiais skaiiais su takais (pvz. 192.168.2.36)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigruojamas tinklo renginys %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (tvarkykl %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adresas"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatinis IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresas turt bti 1.2.3.4 formato"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Praom vesti savo hosto vard, jei j inai.\n"
-"tai turt bti pilnai apraytas hosto vardas, panaus\n"
-" \"mano.filialas.istaiga.lt\".\n"
-"Taip pat gali vesti liuzo (gateway) IP adres, jeigu tok turi"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS serveris"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "liuzo (gateway) renginys"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxy konfigracija"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy turt bti http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy turt bti ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Interneto konfigravimas"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Ar nori pabandyti prisijungti prie interneto dabar?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Ibandoma jungtis..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sistema dabar prijungta prie interneto."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Neatrodo, kad sistema dabar prijungta prie interneto.\n"
-"Bandyk i naujo konfigruoti jungt."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Jungties konfigravimas"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Praom upildyti arba patikrinti laukel"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Plokts IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Plokts mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Plokts IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Plokts IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Plokts IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Tavo asmeninis tel. numeris"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Tiekjo pavadinimas (pvz. tiekejas.lt)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Tiekjo telefono numeris"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Tiekjo DNS 1 (pasirinktinai)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Tiekjo DNS 2 (pasirinktinai)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Pasirink klaviatr"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Skambinimo reimas"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Jungties tipas: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Jungties tipas: "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Pasisveikinimas (vartotojo vardas)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Slaptaodis"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "primontuoti nepavyko: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Iplstiniai skirsniai ioje platformoje nepalaikomi"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Skirsni lentelje yra tuios vietos, bet ji negali bti panaudota.\n"
-"Vienintelis sprendimas yra perkelti pirminius skirsnius taip, kad tuia "
-"vieta bt alia iplstini skirsni"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Nepavyko atstatyti i bylos %s: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Bloga atsargin byla"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Klaida raant byl %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Kakas blogo nutiko js kaupikliui. \n"
-"Bandymas pabandyti jo vientisum nepavyko. \n"
-"Tai sako, kad raymas j bus visikas mlas. "
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "turi turti"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "svarbus"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "labai gerai"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "nuostabu"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "galbt"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Nutols CUPS serveris"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Nutols lpd serveris"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Tinklo spausdintuvas (TCP/lizdas)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Spausdinimo serveris"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Spausdintuvo renginio URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Klaida raant byl %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modulis %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS serverio IP"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (prastas)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Pasirink spausdintuvo jungt"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kaip yra prijungtas spausdintuvas?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Su nutolusiu CUPS serveriu, tau ioje vietoje nereikia nustatinti\n"
-"joki spausdintuv; jie bus automatikai atpastami.\n"
-"Jeigu abejoji, pasirink \"Nutols CUPS serveris\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "LAN Konfiguravimas"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Nutols CUPS serveris"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresas turt bti 1.2.3.4 formato"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "Prievado numeris turi bti skaiius"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS serverio IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Prievadas"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "diegimo Tipo Konfiguracija"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Iekoma ranga..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Patikrinti prievadus"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Spausdintuvo nra"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Naudokite automatin aptikim"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "aptiktas %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Spausdintuvo renginio URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr ""
-"Praom pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
-"modemas."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Spausdintuvo renginio URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Nustatymai"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "diegiamas paketas %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "diegiamas paketas %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Nutolusio lpd spausdintuvo nuostatos"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Nordamas naudotis nutolusia lpd spausdinimo eile, tu turi\n"
-"nurodyti to serverio hosto vard ir pavadinim eils, kurioje\n"
-"bus talpinami darbai."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Nutolusio hosto vardas"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Nutolusio hosto vardas"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Nutolusio hosto vardas"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) spausdintuvo nuostatos"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Nordamas spausdinti SMB spausdintuv, tu turi\n"
-"nurodyti SMB hosto vard, (Atkreipk dmes, kad jis gali skirtis nuo\n"
-"jo TCP/IP hosto vardo!) ir galbt spausdinimo serverio IP adres,\n"
-"spausdintuvo share'o vard, vartotojo vard, slaptaod ir darbo grups vard"
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB serverio hostas"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB serverio IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Share'o vardas"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Darbo grup"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare spausdintuvo nuostatos"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Nordamas spausdinti NetWare spausdintuv, tu turi\n"
-"nurodyti spausdinimo serverio vard, (Atkreipk dmes, kad jis gali\n"
-"skirtis nuo jo TCP/IP hosto vardo!), spausdintuvo eils vard "
-"spausdintuvui,\n"
-"prie kurio nori prieiti, bei reikalingus vartotojo vard ir slaptaod."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Spausdinimo serveris"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Spausdinimo eils pavadinimas"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Lizdinio spausdintuvo nuostatos"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Kad galtum spausdinti lizdin spausdintuv, turi pateikti\n"
-"spausdintuvo hosto vard ir, galbt, prievado numer."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Spausdintuvo hosto vardas"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Spausdintuvo hosto vardas"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Spausdintuvo renginio URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Spausdintuvo vardas"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Apraymas"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Vieta"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Ar taip teisinga?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Spausdintuvo jungtis"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Kokio tipo yra tavo spausdintuvas?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Modemo Nustatymai"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Interneto konfigravimas"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Ar tu nori ibandyti spausdinim?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Patikrinti prievadus"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Taip, spausdinti abu bandomuosius puslapius"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Spausdintuvas"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Standartin"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Spausdinamas bandomasis puslapis..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Spausdinamas bandomasis puslapis..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Spausdinamas bandomasis puslapis..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Spausdinamas bandomasis puslapis..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Bandomasis puslapis buvo nusistas spausdinimo demonui.\n"
-"Kol bus pradta spausdinti, gali tekti palaukti.\n"
-"Spausdinimo bsena:\n"
-"%s\n"
-"\n"
-"Ar jis veikia teisingai?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Bandomasis puslapis buvo nusistas spausdinimo demonui.\n"
-"Kol bus pradta spausdinti, gali tekti palaukti.\n"
-"Ar jis veikia teisingai?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Spausdintuvo nra"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Pel"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Ijungiamas tinklas"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Ijungiamas tinklas"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Spausdintuvo nuostatos"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Interneto konfigravimas"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Spausdintuvo nra"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Nustatyti spausdintuv"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Ibandoma jungtis..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Nustatyti tinkl"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitorius nenurodytas"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Konfigruojamas tinklas"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Kuri spausdinimo sistem nori naudoti?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Auktas"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranojikas"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Kuri spausdinimo sistem nori naudoti?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Pasirink spausdintuvo jungt"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kuri spausdinimo sistem nori naudoti?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Nustatyti spausdintuv"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "diegiamas paketas %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Spausdintuvo nuostatos"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Nustatyti spausdintuv"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Ar nori nustatyti spausdintuv?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"ia yra ios spausdinimo eils.\n"
-"Tu gali ia pridti daugiau arba pakeisti esamas."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"ia yra ios spausdinimo eils.\n"
-"Tu gali ia pridti daugiau arba pakeisti esamas."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Nustatyti tinkl"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Normali"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Ar tu nori ibandyti nustatymus?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Modemo Nustatymai"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Ar tu nori ibandyti nustatymus?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Interneto jungties dalinimas"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Spausdintuvo jungtis"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Spausdinamas bandomasis puslapis..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Ar tu nori ibandyti nustatymus?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Nutols spausdintuvas"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Vietinis spausdintuvas"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Ar tu nori i naujo paleisti tinkl"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Skaitoma CUPS tvarkykli duomen baz"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Proxy konfigracija"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Prievadas"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Proxy turt bti http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "Prievado numeris turi bti skaiius"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Proxy turt bti ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Automatinis pasisveikinimas"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Slaptaodis"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Jokio slaptaodio"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Slaptaodiai nesutampa"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Negaliu pridti skirsnio prie _formatuoto_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Negaliu rayti bylos %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid nepavyko"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid nepavyko (gal bt trksta raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nra pakankamai srii %d lygio RAID\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron yra periodin komand tvarkykl."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd naudojamas akumuliatoriaus bsenai stebti ir urayti per\n"
-"syslog. Jis taip pat gali bti naudojamas kompiuterio ijungti,\n"
-"kai trksta energijos akumuliatoriuje."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Paleidia komandas laiku, nurodytu su at komanda, bei paleidia\n"
-"susikaupusias komandas tuomet, kai sistema maai apkrauta."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron yra standartin UNIX programa, paleidianti vartotojo nurodytas "
-"programas\n"
-"periodikai, nustatytu laiku. vixie cron prideda nemaai galimybi prie "
-"paprasto\n"
-"UNIX cron'o, skaitant didesn saugum ir galingesnes parinktis."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM prideda pels palaikym tekstinse Linux programose, pvz.\n"
-"Midnight Commander. Ji suteikia galimyb konsolje kopijuoti ir dti su\n"
-"pele, bei ikviesti kontekstin meniu."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache yra World Wide Web serveris. Jis naudojamas pateikti HTML\n"
-"byloms ir CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Interneto superserverio demonas (bendrai vadinamas inetd) paleidia\n"
-"vairias interneto paslaugas, kai reikia. Jis atsakingas u daugelio\n"
-"paslaug paleidim, skaitant telnet, ftp, rsh ir rlogin. Inetd ijungimas\n"
-"kartu ijungia visas paslaugas, u kurias jis yra atsakingas."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"is paketas ukrauna pasirinkt klaviatros idstym, kuris\n"
-"nurodytas /etc/sysconfig/keyboard byloje. Jis gali bti pasirinktas su\n"
-"kbdconfig priemone. Daugumoje kompiuteri jis turi bti jungtas."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd yra spausdinimo demonas, btinas, kad lpr veikt tvarkingai.\n"
-"Tai yra tiesiog serveris, paskirstantis spausdinimo darbus spausdintuvui"
-"(ams)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) yra Domen vard serveris (DNS), naudojamas\n"
-"isiaikinti IP adresus pagal hosto vardus."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Primontuoja ir numontuoja visas Network File System (NFS), SMB\n"
-"(Lan Manager/Windows), ir NCP (NetWare) montavimo takus."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"jungia/Ijungia visas tinklo jungtis, nustatytas paleisti\n"
-"krovos metu."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS yra populiarus protokolas dalintis byloms TCP/IP tinkluose.\n"
-"i tarnyba teikia NFS serverio funkcionalum, kuris tvarkomas\n"
-"/etc/exports byloje."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS yra populiarus protokolas dalintis byloms TCP/IP tinkluose.\n"
-"i tarnyba teikia NFS byl urakinimo funkcionalum."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA skirtas palaikyti tokiems neiojam kompiuteri renginiams,\n"
-"kaip modemai ir tinklo plokts. Jis nebus paleidiamas, jei nra "
-"sutvarkytas,\n"
-"tad saugu palikti j net kompiuteriuose, kuriems jo nereikia."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper tvarko RPC jungtis, kurios naudojamos protokoluose,\n"
-"tokiuose kaip NFS bei NIS. portmap serveris turi bti paleistas "
-"kompiuteriuose,\n"
-"kurie veikia kaip serveriai protokol, naudojani PS jungtis."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix yra pato siuntimo agentas (MTA), tai yra programa,\n"
-"siunianti pat i vieno kompiuterio kit."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Isaugo ir atkuria sistemos entropijos tvenkin auktesns kokybs\n"
-"atsitiktini skaii generavimui."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"routed demonas leidia automatikai atnaujinti IP marrutizavimo lenteles,\n"
-"naudojant RIP protokol. RIP plaiai naudojamas mauose tinkluose, taiau\n"
-"sudtinguose tinkluose gali prireikti sudtingesni protokol."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokolas leidia tinklo vartotojams imatuoti\n"
-"vykdymo metrikas bet kuriam kompiuteriui i tinklo."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokolas leidia tinklo vartotojams suinoti, kas yra\n"
-"prisijungs prie kit atsakinjani kompiuteri."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokolas leidia nutolusiems vartotojams gauti sra\n"
-"vartotoj, prisijungusi prie kompiuterio, kuriame veikia rwho demonas\n"
-"(panaiai kaip finger)."
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "Startuojant paleisti X_Windows"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog yra priemon, kuri daugelis demon naudoja urayti\n"
-"log raams vairias sistemos log bylas. Visada pravartu leisti syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Paleidia ir sustabdo X rift server pakrovimo metu ir ijungiant."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Pasirink kokias tarnybas jungus paleisti automatikai"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Spausdintuvas"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internetas"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Sistemos reimas"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Nutolusio lpd spausdintuvo nuostatos"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Serveris, Duomen bazi"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "renginys"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Dmesio"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Pridurti"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Bsena:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektorius"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Liks pasaulis"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Prijimas prie Interneto"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedija - grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "Krimo, Tinklapi"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Prisijungti prie interneto"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Tinklo interfeisas"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB serverio hostas"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "aidimai"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "iniukas"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "privalomas"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "diegiamas paketas %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"A negaliu perskaityti tavo skirsni lentels, ji man pernelyg sugadinta :(\n"
-"Pabandysiu ivalyti blogus skirsnius"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Klaida"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Konfigracija po diegimo"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "diegimo Tipo Konfiguracija"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Sveikiname!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "diegti"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Pridti vartotoj"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Suymima loopback byla %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Paket grupi pasirinkimas"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Paalinti eil"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Imesti Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Vartotojo vardas"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Praom ibandyti pel"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Praom bandyti vl"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Praom bandyti vl"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Jokio slaptaodio"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN jungtis"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Pasirink spausdintuvo jungt"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Praom pasirinkti klaviatros idstym."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Praom spragtelti ant skirsnio"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Praom ibandyti pel"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Tinklo interfeisas"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Vartotojo vardas"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Praom pasirinkti kalb, kuri naudosi."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Ar naudoti kieto disko optimizavim?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Ar naudoti kieto disko optimizavim?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Palauk"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Su ratuku"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Su ratuku"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Modulio parinktys:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Tinklo konfigravimas"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Nustatyti byl sistemas"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Pasirinktys"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr ""
-"Praom pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
-"modemas."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Tinklo konfigravimas"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Praom pasirinkti savo pels r."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Atstatyti i diskelio"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Praom pasirinkti savo pels r."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Kitas"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "diegti sistem"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Atstatyti i bylos"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Atstatyti i bylos"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Prisitaikyti"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/Pagalba"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Ankstesnis"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Bsena:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Atstatyti i bylos"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Tekstas"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Pasirinkti paketus"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Praom pasirinkti kalb, kuri naudosi."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Praom pasirinkti kalb, kuri naudosi."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Praom pasirinkti kalb, kuri naudosi."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Bloga atsargin byla"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Isaugoti byl"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Praom ibandyti pel"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Tinklo konfigravimas"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Tinklo konfigravimas"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN Konfiguravimas"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN Konfiguravimas"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Nustatyti byl sistemas"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s diegimas nepavyko. vyko tokia klaida:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s nerastas"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Atlikta"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Suymti diskel"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Ruoiamas diegimas"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "grieta"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "grieta"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Suymti skirsnius"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Imetami RPM'ai"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN Konfiguravimas"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Prijungimo vieta"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Pasirink skirsnius, kuriuos nori suymti"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Biuras"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Nutraukti"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Spausdintuvas"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "diegti sistem"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Pasirink byl"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Nutols spausdintuvas"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Tavo sistemoje nerasta jokia tinklo plokt!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "diegti"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Tavo sistemoje nerasta jokia tinklo plokt!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Ieiti i diegimo"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Interneto jungties dalinimas"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Interneto jungties dalinimas iuo metu jungtas"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Interneto jungties dalinimas jau buvo sutvarkytas.\n"
-"Jis iuo metu jungtas.\n"
-"\n"
-"Tai k nortum daryti?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "ijungti"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "nieko"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "i naujo nustatyti"
-
-#: ../../standalone/drakgw_.c:146
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Iekoma ranga..."
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Interneto jungties dalinimas iuo metu ijungtas"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Interneto jungties dalinimas iuo metu ijungtas"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Interneto jungties dalinimas jau buvo sutvarkytas.\n"
-"Jis iuo metu ijungtas.\n"
-"\n"
-"Tai k nortum daryti?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "jungti"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Interneto jungties dalinimas iuo metu jungtas"
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Tavo kompiuteris gali bti sutvarkytas taip, kad dalintsi interneto "
-"jungtimi.\n"
-"\n"
-"Pastaba: tau reikia atskiros tinklo plokts, nustatytos vietiniam tinklui "
-"(LAN).\n"
-"\n"
-"Ar nortum sutvarkyti interneto jungties dalinim?"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "Interfeisas"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Tavo sistemoje nerasta jokia tinklo plokt!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Tavo sistemoje nerasta jokia tinklo plokt. praom paleisti rangos "
-"nustatymo rank."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Tinklo interfeisas"
-
-#: ../../standalone/drakgw_.c:244
-#, fuzzy, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Tavo sistemoje yra tik viena sutvarkyta tinklo plokt:\n"
-"\n"
-"%s\n"
-"\n"
-"Ar nortum sutvarkyti savo vietin tinkl iai ploktei?"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Praom pasirinkti, kuri tinklo plokt bus prijungta prie vietinio tinklo."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitorius nenurodytas"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "diegimo Tipo Konfiguracija"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Modemo Nustatymai"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS serverio IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Rastas galimas LAN adreso konfliktas esamose %s nuostatose!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Aptikta ugniasiens konfigracija!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"spjimas! Aptikta ugniasiens konfigracija! Tau gali tekti kai k "
-"itaisyti rankomis po diegimo."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigruojama..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Konfigruojami skriptai, diegiamos programos, paleidiami serveriai..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Yra problem diegiant paket %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Viskas buvo sukonfigruota.\n"
-"Tu gali dabar dalintis interneto jungtimi su kitais kompiuteriais vietiniame "
-"tinkle, naudojant automatin tinklo konfigracij (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-#, fuzzy
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"Interneto jungties dalinimas jau buvo sutvarkytas.\n"
-"Jis iuo metu ijungtas.\n"
-"\n"
-"Tai k nortum daryti?"
-
-#: ../../standalone/drakgw_.c:690
-#, fuzzy
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"Interneto jungties dalinimas jau buvo sutvarkytas.\n"
-"Jis iuo metu jungtas.\n"
-"\n"
-"Tai k nortum daryti?"
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Interneto jungties dalinimas iuo metu jungtas"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Interneto jungtis ir nustatymas"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Interneto jungties dalinimas"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Tinklo konfigravimas (%d adapteris)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profailas: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Itrinti profail..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profailas itrynimui:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Naujas profailas..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Kompiuterio vardas:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Prijimas prie Interneto"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipas: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "liuzas (Gateway):"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfeisas:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Bsena:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Nustatyti Prijim prie Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN konfiguravimas"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Tvarkykl"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfeisas"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Protocol"
-msgstr "Protokolas"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Bsena:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Nustatyti Vietin Tinkl..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Meistras..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Nustatym tikrinimas"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Sujungimas..."
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nepajungtas"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Sujungimas..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-#, fuzzy
-msgid "Disconnect..."
-msgstr "Sujungimas..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN Konfiguravimas"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapteris %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "krovos Protokolas"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Startavo krovos metu"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klientas"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Aktyvus"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktyvus"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Interneto jungties konfiguravimas"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Interneto Jungties Konfiguravimas"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Jungties tipas: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametrai"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "liuzas (Gateway)"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet Korta"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klientas"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Nustatomas saugumo lygis"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Prisijungti prie interneto"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Pasirink kur rank nortum naudoti"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanadiei (Kvebeko)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Island"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "nuoseklioji"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "vartosena: keyboarddrake [--expert] [klaviatra]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Praom pasirinkti klaviatros idstym."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Ar tu nori, kad BackSpace rayt Delete konsolje?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Pakeisk CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Praom kiti Installation CD-ROM kaupikl ir paspausti Gerai, kai "
-"baigta.\n"
-"Jei tu jo neturi, paspausk mygtuk nutraukti, kad ivengtum atnaujinimo."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "nepavyko paleisti gyvo atnaujinimo!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-#, fuzzy
-msgid "logdrake"
-msgstr "draknet"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Byla/_Nauja"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Byla/Atidaryti"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Byla/Urayti"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Byla/Urayti Kaip"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Byla/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/Pasirinktys"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Pasirinkys/Bandymas"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Pagalba"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Pagalba/_Apie..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Vartotojo vardas"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Patikrinti prievadus"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "Kompiuteris: "
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr "Kompiuteris: "
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "LAN konfiguravimas"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "elinis"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "domu"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "suymimas"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Nustatymai"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Urayti Kaip..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Praom pasirinkti savo pels r."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_usb nerasta\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Ar emuliuoti trei klavi?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Pasirink vaizdo plokt"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "krovos renginys"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "Aptikta ugniasiens konfigracija!"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "Aptikta ugniasiens konfigracija!"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Pasirink savo kalb"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Parink diegimo klas"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Kieto disko nustatymas"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Pels nustatymas"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Pasirink klaviatr"
-
-#: ../../steps.pm_.c:19
-#, fuzzy
-msgid "Security"
-msgstr "curly"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Nustatyti byl sistemas"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Suymti skirsnius"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Pasirinkti paketus"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "diegti sistem"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Pridti vartotoj"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Nustatyti tinkl"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Nustatyti servisus"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "diegti krovos tvarkykl"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Sukurti krovos diskel"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Nustatyti X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "diegti sistem"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Ieiti i diegimo"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Adapteris %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Klaida atidarant %s raymui: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Tinklo Konfigravimo Meistras"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Praome palaukti. Ruoiamas diegimas"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Serveris, Tinklapi/FTP"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Tinklo Kompiuteris, X klientas"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Biuras"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome darbo stotis"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "rankiai tavo Palm Pilot arba Visor"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "KDE darbo stotis"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Serveris, Firewall/Routeris"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Biuro programos: tekst redaktoriai (kword, abiword), skaiiuokls (kspread, "
-"gnumeric), pdf periros programos ir pan."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Su garsu susij rankiai: mp3 ir midi grotuvai, mikeriai ir pan."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knygos ir HOWTO apie Linux ir Free Software"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE darbo stotis"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "IceWM, Window Maker, Enlightenment, Fvwm ir pan."
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedija - Vaizdas"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"ranki rinkinys patui, naujienoms, iniatinkliui, byl siuntimui ir "
-"pokalbiams"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Serveris, Duomen bazi"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Ar tu nori ibandyti nustatymus?"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedija - Garsas"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Priemons"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentacija"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsols rankiai"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Interneto stotis"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedija stotis"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "LAN Konfiguravimas"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Daugiau grafini darbalauki (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"The K Desktop Environment, pagrindin grafin aplinka su dideliu rinkiniu "
-"pritaikyt program"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "rankiai kurti ir kepti CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Biuro darbo stotis"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr "serveris"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm ir Pan."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafikos programos, tokios kaip The GIMP"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C bei C++ krimo bibliotekos, programos ir include bylos"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Serveris, Tinklo Kompiuterio serveris"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Serveris, Pato/Grupinio darbo/Naujien"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "aidim stotis"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Vaizdo grotuvai ir redaktoriai"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedija - grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-"Programos pasilinksminimui: lentos, strateginiai, kort aidimai ir pan."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Rinkinys ranki skaityti ir sisti pat bei naujienas (pine, mutt, tin) ir "
-"naryti iniatinkl (WWW)"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archyvavimas, emuliatoriai, stebjimas"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Asmeniniai finansai"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafin aplinka su vartotojui draugik program ir darbalaukio ranki "
-"rinkiniu"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Prijimas prie Interneto"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Garso ir vaizdo grojimo/redagavimo programos"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Kiti grafiniai darbalaukiai"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Redaktoriai, shell'ai, byl rankiai, terminalai"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programos, skirtos tvarkyti tavo finansus, pvz. gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Asmenins informacijos tvarkykl (PIM)"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedija - CD kepimas"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Mokslins darbo stotis"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Nutraukti"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Jokia"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Pasirink prast vartotoj:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Nutols spausdintuvas"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Dabar tu gali nurodyti parinktis moduliui %s."
-
-#~ msgid "Low"
-#~ msgstr "emas"
-
-#~ msgid "Medium"
-#~ msgstr "Vidutinis"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr "iame saugumo lygyje yra daugiau perspjim ir saugumo patikrinim."
-
-#~ msgid "mount failed"
-#~ msgstr "primontuoti nepavyko"
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Multimedija"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Eksperto"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux tvarko laik pagal GMT (Greenwich Mean Time),\n"
-#~ "ir paveria j vietin laik pagal tavo pasirinkt laiko juost."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Prisijungti prie interneto"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Atsijungti nuo interneto"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Nustatyti tinklo jungt (LAN arba interneto)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr " kur disk tu nori j perkelti?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Pasirink paketus, kuriuos tu nori diegti."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Info"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnome darbo stotis"
-
-#, fuzzy
-#~ msgid "user"
-#~ msgstr "Vartotojas: "
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Praom pasirinkti savo pels r."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Ieiti"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Iimam laikmen automatinis montavimas"
-
-#~ msgid "Active"
-#~ msgstr "Aktyvus"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Ne"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "\"%s\" modelio spausdintuvas buvo aptiktas prie "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Vietinio spausdintuvo jungtis"
-
-#~ msgid "Printer Device"
-#~ msgstr "Spausdintuvo renginys"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Nutols CUPS serveris"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Nutols CUPS serveris"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Sistemos reimas"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Kitas"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Praom pasirinkti klaviatros idstym."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Praom spragtelti ant skirsnio"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tipas: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Bloga atsargin byla"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Nustatyti X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Spausdintuvo renginys"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Nutraukti"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Gerai"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Pel"
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "toot"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "Ibandoma jungtis..."
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "Ibandoma jungtis..."
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "Sistema dabar prijungta prie interneto."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Pasirink dyd, kiek nori visko diegti"
-
-#~ msgid "Total size: "
-#~ msgstr "Bendras dydis: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Praom palaukti, "
-
-#~ msgid "Total time "
-#~ msgstr "Bendra trukm "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Naudoti esamus X11 nustatymus?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Prie kurio renginio yra prijungtas tavo spausdintuvas\n"
-#~ "(atmink, kad /dev/lp0 yra LPT1 ekvivalentas)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "spju, i tinklo plokt jau buvo sutvarkyta.\n"
-#~ "Ar nortum nustatyti j i naujo?"
-
-#~ msgid "New"
-#~ msgstr "Naujas"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Imesti"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Praom spragtelti ant skirsnio"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Dviprasmikumas (%s), bk tikslesnis\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (pagal nutyljim %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr ""
-#~ "Tavo pasirinkimas? (pagal nutyljim %s, vesk `none' jei nieko nenori) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "negaliu atidaryti /etc/sysconfig/autologin skaitymui: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Ar tu nori i naujo paleisti tinkl"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Ar tu sutinki?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Ruoiamasi i naujo paleisti tinklo rengin:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Ruoiamasi i naujo jungti tinklo rengin %s. Ar tu sutinki?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Nebent tu tiksliai inai kit variant, prastas pasirinkimas bna \"/dev/"
-#~ "hda\"\n"
-#~ "(tai yra pirminis pagrindinis IDE kaupiklis) arba \"/dev/sda\" (pirmas "
-#~ "SCSI diskas)."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Jungties tipas: "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Pasirink prast vartotoj:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Praom ibandyti pel"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Pasirink norim kalb diegimui ir sistemos vartojimui"
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Tu turi sutikti su aukiau esanios licenzijos slygomis, kad tstum "
-#~ "diegim.\n"
-#~ "\n"
-#~ "\n"
-#~ "Praom spausti Sutinku, jei sutinki su jos slygomis.\n"
-#~ "\n"
-#~ "\n"
-#~ "Praom spausti Atmetu, jei nesutinki su jos slygomis.\n"
-#~ "diegimas bus nutrauktas, nekeiiant esamos konfigracijos."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Pasirink norim klaviatros idstym i srao aukiau"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Jei nori, kad kitos kalbos (be tos, kuri nurodei diegimo pradioje)\n"
-#~ "bt prieinamos diegus sistem, pasirink jas i aukiau esanio\n"
-#~ "srao. Jei nori vis, tiesiog spausk Visos."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Pasirink:\n"
-#~ "\n"
-#~ " - Prisitaikyta: Jeigu esi pakankamai pastamas su GNU/Linux, galsi "
-#~ "pasirinkti pagrindin sistemos paskirt. irk emiau dl smulkmen.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Eksperto: Jeigu tau puikiai sekasi su GNU/Linux, ir nori smarkiai "
-#~ "prisitaikyti \n"
-#~ " diegim. Kaip ir Prisitaikytoje klasje, tu galsi pasirinkti "
-#~ "pagrindin \n"
-#~ " sistemos paskirt. Bet, labai praau, NESIRINK ITO, NEBENT TIKRAI "
-#~ "INAI, K DARAI!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Tu turi apibrti, kam maina bus naudojama. Pasirinkimai yra:\n"
-#~ "\n"
-#~ "* Darbo stotis: tai geriausias pasirinkimas, jei ruoiesi main naudoti "
-#~ "daugiausiai kasdieniams darbams,\n"
-#~ " staigoje ar namie.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Krimo: jei ruoiesi i main naudoti daugiausiai programins rangos "
-#~ "krimui, tai geras pasirinkimas. Tu\n"
-#~ " tada tursi diegt piln rinkin program, skirt kompiliuoti, derinti "
-#~ "ir formatuoti ieities tekstus, bei kurti\n"
-#~ " program paketus.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Serveris: jei ruoiesi naudoti i main naudoti kaip server, tai "
-#~ "geras pasirinkimas. Tiek byl server\n"
-#~ " (NFS arba SMB), tiek spausdinimo server (Unix ar Microsoft Windows "
-#~ "stiliaus), autentikacijos (NIS),\n"
-#~ " duomen bazs server ir pan. Jei taip, nesitikk, kad bus diegti "
-#~ "visokie graumai (KDE, GNOME. etc.)"
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Tu dabar gali pasirinkti grup paket, kuriuos nori diegti\n"
-#~ "ar atnaujinti.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX tada patikrins, ar yra pakankamai vietos diegti juos visus. Jei "
-#~ "ne,\n"
-#~ "persps tave apie tai. Jei vis tiek norsi tsti, pasirinkt grupi "
-#~ "diegimas\n"
-#~ "bus pratstas, taiau kai kurie maiau naudingi paketai bus imesti. "
-#~ "Srao\n"
-#~ "pabaigoje tu gali pasirinkti variant \"Atskir paket pasirinkimas\", "
-#~ "tuo atveju\n"
-#~ "tu galsi naryti po daugiau nei 1000 paket ir pasirinkti juos po "
-#~ "vien..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Dabar tu gali pasirinkti po vien paketus, kuriuos\n"
-#~ "nori diegti\n"
-#~ "\n"
-#~ "\n"
-#~ "Tu gali iskleisti ir suskleisti med, spragteldamas mygtukus "
-#~ "kairiajame\n"
-#~ "apatiniame paket lango kampe.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei labiau nortum matyti paketus surikiuotus pagal abcl, spragtelk "
-#~ "ant\n"
-#~ "ikonos \"Perjungti tarp rikiavimo pagal grupes ar abcl\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei nenori, kad tave spt apie priklausomybes, spragtelk ant\n"
-#~ "\"Tyliai patenkinti priklausomybes\". Jei taip padarysi, nepamirk, kad "
-#~ "atymjus\n"
-#~ "vien paket, gali bti atymti keletas kit, kurie nuo jo priklauso."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Jei turi visus CD i aukiau esanio srao, spausk Gerai.\n"
-#~ "Jei neturi n vieno i i CD, spausk Nutraukti.\n"
-#~ "Jei trksta tik kai kuri CD, atymk juos ir tada spausk Gerai."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Jei tu nori prijungti savo kompiuter prie interneto arba\n"
-#~ "vietinio tinklo, pasirink teising variant. Praom jungti rengin "
-#~ "prie\n"
-#~ "pasirenkant teising variant -- tai leis DrakX automatikai j "
-#~ "atpainti.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei tu neturi galimybs prisijungti nei prie interneto, nei prie vietinio "
-#~ "tinklo,\n"
-#~ "rinkis \"Ijungti tinkl\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei nori sutvarkyti tinkl vliau, baigus diegim, arba jei jau baigei\n"
-#~ "konfigruoti savo tinklo jungtis, rinkis \"Atlikta\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Nebuvo aptiktas joks modemas. Praom pasirinkti nuoseklj prievad,\n"
-#~ "prie kurio jis yra prijungtas.\n"
-#~ "\n"
-#~ "inok, kad pirmasis nuoseklusis prievadas (COM1 MS Windows'uose)\n"
-#~ "vadinamas ttyS0 Linux'e."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Tu dabar gali vesti prisiskambinimo nuostatas. Jei tu\n"
-#~ "neinai arba nesi tikras, k vesti, teising informacij gali gauti i "
-#~ "savo\n"
-#~ "Interneto paslaug tiekjo (IPT). Jei tu nevesi DNS (vard serverio)\n"
-#~ "informacijos ia, ji bus gauta i Interneto paslaug tiekjo jungimosi "
-#~ "metu."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Jei tavo modemas yra iorinis, praom jungti j dabar, kad DrakX galt "
-#~ "atpainti j automatikai."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Praau, junk savo modem ir pasirink teising."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Jei tu nesi tikras, ar aukiau pateikta informacija yra teisinga,\n"
-#~ "arba tiksliai neinai, k vesti, teising informacij gali gauti i "
-#~ "savo\n"
-#~ "Interneto paslaug tiekjo (IPT). Jei tu nevesi DNS (vard serverio)\n"
-#~ "informacijos ia, ji bus gauta i Interneto paslaug tiekjo jungimosi "
-#~ "metu."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Tu dabar gali vesti savo hosto vard, jei to reikia. Jei tu\n"
-#~ "neinai arba nesi tikras, k vesti, teising informacij gali gauti i "
-#~ "savo\n"
-#~ "Interneto paslaug tiekjo (IPT)."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Tu dabar gali sutvarkyti savo tinklo rengin:\n"
-#~ "\n"
-#~ " * IP adresas: jeigu jo neinai, arba nesi tikras k vesti, pasiklausk "
-#~ "savo tinklo administratoriaus.\n"
-#~ " Tu turtum nevesti IP adreso, jei pasirenki \"Automatinis IP\" "
-#~ "emiau.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" daniausiai yra neblogas pasirinkimas. "
-#~ "Jeigu neinai, arba nesi tikras\n"
-#~ " k vesti, pasiklausk savo tinklo administratoriaus.\n"
-#~ "\n"
-#~ " * Automatinis IP: Jeigu tavo tinkle naudojamas BOOTP ar DHCP "
-#~ "protokolas, pasirink variant.\n"
-#~ " Jeigu pasirinksi j, nereiks nieko rayti prie \"IP adreso\". "
-#~ "Jeigu tu neinai, arba nesi tikras, ar reikia\n"
-#~ " pasirinkti variant, pasiklausk tinklo administratoriaus."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Tu dabar gali vesti savo hosto vard. Jeigu jo neinai,\n"
-#~ "arba nesi tikras k vesti, pasiklausk savo tinklo administratoriaus."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Tu dabar gali vesti savo hosto vard, jei to reikia. Jei tu neinai\n"
-#~ "arba nesi tikras, k vesti, palik tuia."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Dabar tu gali vesti prisiskambinimo nuostatas. Jeigu tu gerai neinai,\n"
-#~ "k rayti, teising informacij gali gauti i savo ISP."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Jeigu tu naudosi proxy, praom dabar juos nustatyti. Jeigu tu dar "
-#~ "neinai,\n"
-#~ "ar turtum naudoti proxy, pasiklausk tinklo administratoriaus arba ISP."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Dabar tu gali diegti kriptografijos paket, jeigu tavo interneto juntis "
-#~ "buvo\n"
-#~ "gerai sutvarkyta. Pradiai pasirink atvaizd (mirror), i kurio parsisti "
-#~ "paketus,\n"
-#~ "o po to paymk, kuriuos paketus diegti.\n"
-#~ "\n"
-#~ "Atmink, kad tu turi pasirinkti atvaizd ir kriptografijos paketus, "
-#~ "atitinkanius\n"
-#~ "statym reikalavimus."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr ""
-#~ "Tu dabar gali pasirinkti laiko juost, priklausomai nuo to, kur gyveni."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Tu gali sukonfigruoti vietin spausdintuv (prijungt prie tavo "
-#~ "kompiuterio) arba\n"
-#~ "nutolus spausdintuv (prieinam per Unix, Netware arba Microsoft Windows "
-#~ "tinkl)"
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "jei tu nori spausdinimo galimybs, praom dabar pasirinkti vien "
-#~ "spausdinimo\n"
-#~ "sistem i CUPS ir LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS yra nauja, galinga ir lanksti spausdinimo sistema Unix sistemoms "
-#~ "(CUPS\n"
-#~ "reikia \"Common Unix Printing System\"). Tai yra spausdinimo sistema,\n"
-#~ "Mandrake Linux parenkama pagal nutyljim.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR yra sena spausdinimo sistema, naudota ankstesnse Mandrake Linux\n"
-#~ "versijose.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei tu neturi spausdintuvo, pasirink \"Jokia\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux gali susitvarkyti su dauguma spausdintuv tip. Kiekvienas i\n"
-#~ "i tip reikalauja skirtingo nustatymo.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei tavo spausdintuvas yra fizikai prijungtas prie tavo kompiuterio,\n"
-#~ "pasirink \"Vietinis spausdintuvas\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei nori prieiti prie spausdintuvo, kuris yra nutolusioje Unix "
-#~ "sistemoje,\n"
-#~ "pasirink \"Nutols spausdintuvas\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei nori prieiti prie spausdintuvo, kuris yra nutolusiame Microsoft "
-#~ "Windows\n"
-#~ "kompiuteryje (arba Unix kompiuteryje, naudojaniame SMB protokol), "
-#~ "pasirink\n"
-#~ "\"SMB/Windows 95/98/NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Praau, junk savo spausdintuv prie leisdamas DrakX j atpainti.\n"
-#~ "\n"
-#~ "Tu dabar turi vesti iek tiek informacijos.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Spausdintuvo vardas: spausdinimo kaupykla (spooler) naudoja \"lp\" "
-#~ "kaip prast spausdintuvo vard. Taigi,\n"
-#~ " tu turi turti spausdintuv, pavadint \"lp\". Jei turi tik vien "
-#~ "spausdintuv, gali jam parinkti kelet vard. Tu \n"
-#~ " tiesiog turi atskirti juos staiu brkniu (\"|\"). Taigi, jei "
-#~ "patikt prasmingesnis vardas, tu turi j rayti pirm,\n"
-#~ " pvz. \"Mano spausdintuvas|lp\". Spausdintuvas, kurio varde yra \"lp"
-#~ "\", bus parenkamas pagal nutyljim.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Apraymas: jis nebtinas, bet gali bti naudingas, jei prie "
-#~ "kompiuterio yra prijungti keli spausdintuvai arba\n"
-#~ " leidiama kitiems kompiuteriams prieiti prie io spausdintuvo.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Vieta: jei nori rayti iek tiek informacijos apie tai, kur tas "
-#~ "spausdintuvas yra, rayk j ia (gali rayt\n"
-#~ " k tik nori, pavyzdiui \"ant boso stalo\").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Tu dabar turi vesti iek tiek informacijos.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Spausdintuvo vardas: spausdinimo kaupykla (spooler) naudoja \"lp\" "
-#~ "kaip prast spausdintuvo vard.\n"
-#~ " Taigi, tu turi turti spausdintuv, pavadint \"lp\". Jei turi tik "
-#~ "vien spausdintuv, gali jam parinkti kelet\n"
-#~ " vard. Tu tiesiog turi atskirti juos staiu brkniu (\"|\"). Taigi, "
-#~ "jei patikt prasmingesnis vardas, tu turi j\n"
-#~ " rayti pirm, pvz. \"Mano spausdintuvas|lp\". Spausdintuvas, kurio "
-#~ "varde yra \"lp\", bus parenkamas\n"
-#~ " pagal nutyljim.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Kaupimo (spool) katalogas: tai katalogas, kur raomi spausdinimo "
-#~ "darbai. Palik prast parinkt,\n"
-#~ " jeigu neinai k naudoti.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Spausdintuvo jungtis: jei tavo spausdintuvas yra fizikai prijungtas "
-#~ "prie tavo kompiuterio, rinkis\n"
-#~ " \"Vietinis spausdintuvas\". Jie nori prieiti prie spausdintuvo, "
-#~ "prijungto prie nutolusio Unix kompiuterio,\n"
-#~ " pasirink \"Nutols lpd spausdintuvas\".\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ " Jei nori prieiti prie spausdintuvo, kuris yra nutolusiame Microsoft "
-#~ "Windows kompiuteryje (arba\n"
-#~ " Unix kompiuteryje, naudojaniame SMB protokol), pasirink \"SMB/"
-#~ "Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Jie nori prieiti prie spausdintuvo, esanio Netware tinkle, pasirink "
-#~ "\"Netware\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Tavo spausdintuvas nebuvo atpaintas. Praom vesti pavadinim "
-#~ "renginio,\n"
-#~ "prie kurio jis yra prijungtas.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tavo iniai, dauguma spausdintuv bna prijungti prie pirmos "
-#~ "lygiagreiosios jungties.\n"
-#~ "Tai vadinama \"/dev/lp0\" GNU/Linux sistemose, ir \"LPT1\" Microsoft "
-#~ "Windows."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Tu dabar turi pasirinkti savo spausdintuv i srao aukiau."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Praom pasirinkti teisingas nuostatas, priklausomai nuo spausdintuvo.\n"
-#~ "Pasiirk dokumentacij, jeigu neinai, k ia vesti.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tu galsi ibandyti nustatymus sekaniame ingsnyje, ir sugrs vl juos "
-#~ "pakeisti,\n"
-#~ "jeigu neveikia taip, kaip tu nortum."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Dabar tu gali vesti savo Mandrake Linux sistemos root slaptaod.\n"
-#~ "Slaptaodis turi bti vestas du kartus patikrinimui, kad abu raai "
-#~ "sutampa.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root yra sistemos administratorius ir vienintelis vartotojas, kuriam "
-#~ "leidiama\n"
-#~ "konfigruoti sistem. Taigi, slaptaod pasirink atsargiai. Neteistas "
-#~ "root\n"
-#~ "vartojimas gali bti ypatingai pavojingas iai sistemai, duomenims joje "
-#~ "ir kitoms,\n"
-#~ " su ja susijusioms sistemoms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Slaptaodis turi bti raidi ir skaii miinys, maiausiai 8 simboli\n"
-#~ "ilgio. Jis turt niekada nebti uraytas ant popieriaus.\n"
-#~ "\n"
-#~ "\n"
-#~ "Nepasidaryk slaptaodio pernelyg ilgo ir sudtingo: tu turtum j "
-#~ "prisiminti\n"
-#~ "be ypating pastang."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Dabar tu gali sukurti vien arba daugiau \"paprast\" vartotoj.\n"
-#~ "Kiekvienam mogui, kuriam tu nori leisti naudotis iuo kompiuteriu,\n"
-#~ "tu gali sukurti vien ar daugiau sskait (account). Atmink, kad\n"
-#~ "kiekvienas vartotojas turs savus nustatymus (grafins aplinkos,\n"
-#~ "program nuostatas, ir t.t. ), bei savo \"nam katalog\", kuriame\n"
-#~ "tie nustatymai bus laikomi.\n"
-#~ "\n"
-#~ "\n"
-#~ "Pirmiausia, sukurk vartotoj sau paiam! Net jeigu tu bsi vienintelis "
-#~ "io\n"
-#~ "kompiuterio vartotojas, tu NEGALI prisijungti kaip root vartotojas "
-#~ "sistemos\n"
-#~ "kasdieniam naudojimui: taip ikilt didel saugumo grsm. Kad padarytum\n"
-#~ "sistem nebemanom naudoti, utenka padaryti por klaid.\n"
-#~ "\n"
-#~ "\n"
-#~ "Todl, tu turtum prisijungti prie sistemos, naudodamasis vartotojo "
-#~ "sskaita,\n"
-#~ "kuri bsi ia sukrs, o pasisveikinti kaip root tik administravimo ar\n"
-#~ "prieiros darbams."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Sukurti krovos diskel labai rekomenduojama. Jei tau nepavykt\n"
-#~ "krauti kompiuterio, tai vienintelis bdas igelbti sistem jos\n"
-#~ "nediegiant i naujo."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "Pagrindins LILO bei GRUB nuostatos yra ios:\n"
-#~ " - krovos renginys: Nurodo rengin (pvz. disko skirsn), kuriame\n"
-#~ "yra krovos sektorius. Pasirink \"/dev/hda\", nebent inai tiksliai "
-#~ "kitaip.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Pauz prie keliant prast atvaizd (image): Nurodo deimtj\n"
-#~ "sekunds dali kiek, kiek reikia palaukti, prie paleidiant pirm "
-#~ "atvaizd.\n"
-#~ "Tai naudinga sistemoms, kurios kraunasi ikart po klaviatros jungimo.\n"
-#~ "krovos tvarkykl nelaukia, jeigu \"pauz\" yra nenurodyta arba lygi "
-#~ "nuliui.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Vaizdo reimas: Tai nurodo VGA reim, pasirenkam paleidiant.\n"
-#~ "Yra galimos ios reikms:\n"
-#~ "\n"
-#~ " * normal: pasirinkti standartin 80x25 tekstin reim.\n"
-#~ "\n"
-#~ " * <skaiius>: naudoti atitinkam tekstin reim."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO yra krovos tvarkykl SPARC'ams: ji gali krauti\n"
-#~ "tiek GNU/Linux, tiek bet koki kit operacij sistem, esani\n"
-#~ "kompiuteryje. Paprastai tos kitos operacij sistemos yra teisingai\n"
-#~ "atpastamos ir diegiamos. Jeigu ne, tu gali pridti raus pats iame\n"
-#~ "lange. Bk atidus ir pasirink teisingus parametrus.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tu taip pat gali udrausti prijim prie t kit operacij sistem\n"
-#~ "bet kam, jei itrinsi atitinkamus raus. Bet tuo atveju, tau prireiks\n"
-#~ "krovos diskelio, kad jas krautum!"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "Pagrindins SILO nuostatos yra ios:\n"
-#~ " - krovos tvarkykls diegimas: Parodo, kur tu nori padti "
-#~ "informacij,\n"
-#~ "reikaling krauti GNU/Linux. Pasirink \"Pirmasis kaupiklio sektorius "
-#~ "(MBR)\",\n"
-#~ "nebent inai tiksliai kitaip.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Pauz prie keliant prast atvaizd (image): Nurodo deimtj\n"
-#~ "sekunds dali kiek, kiek reikia palaukti, prie paleidiant pirm "
-#~ "atvaizd.\n"
-#~ "Tai naudinga sistemoms, kurios kraunasi ikart po klaviatros jungimo.\n"
-#~ "krovos tvarkykl nelaukia, jeigu \"pauz\" yra nenurodyta arba lygi "
-#~ "nuliui."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Atjo laikas sukonfigruoti X Window sistem, kuri yra GNU/Linux GUI\n"
-#~ "(Grafins vartotojo ssajos) pagrindas. Kad tai padarytum, tau\n"
-#~ "reikia sukonfigruoti vaizdo plokt bei monitori. Dauguma ingsni\n"
-#~ "yra automatizuoti, ir tavo darbas gal bt bus tik patikrinti, kas buvo\n"
-#~ "atlikta, ir pritarti nuostatoms :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Kai konfigravimas bus baigtas, bus paleisti X'ai (nebent papraysi\n"
-#~ "DrakX, kad to nedaryt) tam, kad galtum patikrinti ir pamatytum,\n"
-#~ "ar nuostatos tau tinka. Jeigu ne, tu gali sugrti ir pakeisti jas,\n"
-#~ "tiek kart, kiek reiks."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Jeigu kas nors su X konfigracija yra netvarkoje, naudok ias parinktis\n"
-#~ "teisingai nustatyti X Window sistemai."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Jeigu tu nori pasisveikinti grafiniam reime, pasirink \"Taip\".\n"
-#~ "Kitu atveju rinkis \"Ne\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Tavo sistem ruoiamasi perkrauti.\n"
-#~ "\n"
-#~ "Po perkrovimo tavo naujoji Mandrake Linux sistema bus krauta\n"
-#~ "automatikai. Jeigu nori pakrauti kit operacij sistem, praom\n"
-#~ "perskaityti papildomas instrukcijas."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "ek (Programuotojo)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovak (Programuotojo)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Kuriamo profailo vardas:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "rayti /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Suymti visus skirsnius"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Suymjus visus skirsnius,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "visi duomenys, esantys iuose skirsniuose, bus prarasti"
-
-#~ msgid "Reload"
-#~ msgstr "Vl kelti"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "Ar tu nori sukurti automatinio diegimo diskel Linux dauginimui?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL nustatymas"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Su nutolusiu CUPS serveriu, tau ioje vietoje nereikia nustatinti\n"
-#~ "joki spausdintuv; jie bus automatikai atpastami,\n"
-#~ "nebent tu turi server, kuris yra kitame tinkle; tuomet turi rayti\n"
-#~ "CUPS serverio IP adres ir galbt prievado numer."
-
-#~ msgid "Remote queue"
-#~ msgstr "Nutolusi eil"
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Nutolusi eil"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Domeno vardas"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Spausdintuvo nra"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "Tinklo konfigravimas"
-
-#~ msgid "Profile "
-#~ msgstr "Profailas "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Jungties tipas: "
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr "Prisijungti prie interneto"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Atsijungti nuo interneto"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Atsijungti nuo interneto"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Atsijungti nuo interneto"
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "Jungties pavadinimas"
-
-#, fuzzy
-#~ msgid "average"
-#~ msgstr "ikraipymai"
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "prastas"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Nuostat bylos turinio nepavyko suprasti."
-
-#~ msgid "Adapter"
-#~ msgstr "Adapteris"
-
-#~ msgid "Disable network"
-#~ msgstr "Udrausti tinkl"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Udrausti tinkl"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Tu dabar gali ibandyti savo pel. Naudok klavius ir ratuk,\n"
-#~ "kad patikrintum ar nuostatos geros. Jei ne, spausk Nutraukti\n"
-#~ "ir pasirink kit tvarkykl."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (arba ADSL) jungtis"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Pel"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr ""
-#~ "Tu gali tiesiog rayti URI, kad prieitum prie spausdintuvo su CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Taip, spausdinti ASCII bandomj puslap"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Taip, spausdinti PostScript bandomj puslap"
-
-#~ msgid "Paper Size"
-#~ msgstr "Lapo dydis"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Ar istumti lap po darbo?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint tvarkykls nuostatos"
-
-#~ msgid "Color depth options"
-#~ msgstr "Spalv gylio nuostatos"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Spausdinti tekst kaip PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Taisyti stair-stepping tekst?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Puslapi skaiius vienam ivesties puslapiui"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Kairysis/Deinysis kratai takais (1/72 colio)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Virutinis/Apatinis kratas takais (1/72 colio)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Papildomos GhostScript nuostatos"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Papildomos teksto nuostatos"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Atbulin puslapi seka"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Pasirink nutolusio spausdintuvo jungt"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Kiekviena spausdinimo eil turi turti pavadinim (pavyzdiui, lp).\n"
-#~ "Gali bti nurodyti kiti parametrai, tokie kaip spausdintuvo apraymas\n"
-#~ "ar jo vieta. Koks io spausdintuvo vardas ir kaip jis yra prijungtas?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Kiekviena spausdinimo eil ( kuri nukreipiami spaudiniai) turi turti\n"
-#~ "pavadinim (daniausiai lp) ir kaupimo katalog, susiet su ja. Koks "
-#~ "pavadinimas\n"
-#~ "bei katalogas turt bti naudojami iai eilei, ir kaip yra prijungtas "
-#~ "spausdintuvas?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Eils pavadinimas"
-
-#~ msgid "Spool directory"
-#~ msgstr "Kaupimo katalogas"
-
-#~ msgid "Disable"
-#~ msgstr "Ijungti"
-
-#~ msgid "Enable"
-#~ msgstr "jungti"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Nordamas padaryti sistem saugesne, pasirink \"Naudoti elin byl\" "
-#~ "ir\n"
-#~ "\"Naudoti MD5 slaptaodius\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Jeigu tavo tinklas naudoja NIS, pasirink \"Naudoti NIS\". Jeigu\n"
-#~ "neinai, paklausk tinklo administratoriaus."
-
-#~ msgid "yellow pages"
-#~ msgstr "geltonieji puslapiai"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "LAN konfiguravimas"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "Tiekjo DNS 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "Tiekjo DNS 2"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Kaip tu nori prisijungti prie interneto?"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Pasirink byl"
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Ibandoma jungtis..."
-
-#~ msgid "Configure..."
-#~ msgstr "Konfigruojama..."
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Nustatymai: Pridti suradimo viet"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "is paleidimo skriptas bando kelti tavo USB pels modulius."
-
-#~ msgid "Boot style configuration"
-#~ msgstr "krovos stiliaus konfigracija"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Dabar, kai prisijungimas prie interneto yra sukonfigruotas,\n"
-#~ "tavo kompiuteris gali bti sutvarkytas dalintis ia interneto jungtimi.\n"
-#~ "Pastaba: reikia turti atskir tinklo plokt, per kuri bt prijungtas\n"
-#~ "vietinis tinklas (LAN).\n"
-#~ "\n"
-#~ "Ar nortum sutvarkyti interneto jungties dalinimsi?\n"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Tyliai patenkinti priklausomybes"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Nustatyti LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Sukurti krovos diskel"
-
-#~ msgid "Choice"
-#~ msgstr "Pasirinkimas"
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr "horizontali graiai atrodanti aurora"
-
-#~ msgid "vertical traditional aurora"
-#~ msgstr "vertikali tradicin aurora"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitorius"
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Dabar tu gali pasirinkti vairias savo sistemos nuostatas.\n"
-#~ "\n"
-#~ "* Naudoti diskinio kaupiklio optimizacijas: i nuostata gali padidinti "
-#~ "kietojo disko spart, bet\n"
-#~ "skirta naudoti tik\n"
-#~ " patyrusiems vartotojams. kai kurie lustai su klaidomis gali sugadinti "
-#~ "tavo duomenis, taigi bk atsargus.\n"
-#~ " Branduolys turi sra blog rengini, taiau jei nori ivengti "
-#~ "nemaloni siurpriz, palik i nuostat ijungt.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Pasirinkti saugumo lyg: tu gali pasirinkti sistemos saugumo lyg.\n"
-#~ " Plaiau apie tai skaityk pateiktuose apraymuose. Paprasiausiai, jei "
-#~ "neinai k pasirinkti, palik\n"
-#~ " prast variant.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Tikslus RAM atminties kiekis: deja, nra standartinio bdo, kaip "
-#~ "uklausti BIOS, kiek kompiuteryje yra RAM atminties.\n"
-#~ " Dl ios prieasties, Linux'ui gali nepavykti atpainti tikslaus RAM "
-#~ "kiekio. Tokiu atveju tau reikia\n"
-#~ " nurodyti teising jos kiek. Atmink, kad 2 ar 4 MB skirtumas tarp "
-#~ "atpaintos ir esamos atminties yra normalus.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Iimam laikmen automatinis montavimas: jeigu tu nenori montuoti "
-#~ "iimam laikmen (CD, diskeli, Zip ir pan.)\n"
-#~ " rankiniu bdu, raydamas \"mount\" ir \"umount\" paymk i parinkt.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Ivalyti \"/tmp\", kiekvien kart krovus: jei nori itrinti visas "
-#~ "bylas ir katalogus, esanius \"/tmp\", krovos metu,\n"
-#~ " paymk i parinkt.\n"
-#~ "\n"
-#~ "\n"
-#~ "* krovos metu jungti Num Lock: jei nori, kad NumLock bt jungtas "
-#~ "sikrovus sistemai, paymk i parinkt.\n"
-#~ " Atkreipk dmes tai, kad neturtum to jungti neiojamuose "
-#~ "kompiuteriuose, ir kad X'uose NumLock gali veikti arba neveikti."
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr "Atleiskite, bet pato konfiguracija dar nepadaryta. Bkite kantrs."
-
-#~ msgid ""
-#~ "Welcome to The Network Configuration Wizard.\n"
-#~ "Which components do you want to configure?\n"
-#~ msgstr ""
-#~ "Sveiki atvyk pas Tinklo Konfiguravimo Meistr.\n"
-#~ "Kokius komponentus norite konfiguruoti?\n"
-
-#~ msgid "Internet/Network access"
-#~ msgstr "Internet/Tinklo prijimas"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "vairs"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "vairs klausimai"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "Negalima naudoti supermount su auktu saugumo lygiu"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "dmesio: IAME SAUGUMO LYGYJE, ROOT'ui NELEIDIAMA PASISVEIKINTI "
-#~ "KONSOLJE!\n"
-#~ "jei nori tapti root, turi pasisveikinti kaip vartotojas, o tada naudoti "
-#~ "su.\n"
-#~ "Bendriau pamus, nemanyk savo kompiuterio naudoti kam nors kitam, nebent "
-#~ "serveriui.\n"
-#~ "Tu buvai sptas."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Bk atsargus, jei numlock bus jungtas, daugyb klavi gali veikti\n"
-#~ "kaip skaiiai vietoj normali raidi (pvz., paspaudus `p' bus `6')"
-
-#~ msgid "not connected"
-#~ msgstr "nepajungtas"
-
-#, fuzzy
-#~ msgid "Actions"
-#~ msgstr "Vieta"
-
-#~ msgid "Scientific applications"
-#~ msgstr "Mokslins programos"
-
-#~ msgid "File/Print/Samba"
-#~ msgstr "Serveris, Byl/Spausdinimo/Samba"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr "Serveris, DNS/DHCP "
-
-#~ msgid "First DNS Server"
-#~ msgstr "Pirmasis DNS serveris"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Antrasis DNS serveris"
-
-#~ msgid "using module"
-#~ msgstr "naudojamas modulis"
-
-#~ msgid "Development, Database"
-#~ msgstr "Krimas, Duomen bazs"
-
-#~ msgid "Development, Integrated Environment"
-#~ msgstr "Krimo, Integruotos Aplinkos"
-
-#~ msgid "Development, Standard tools"
-#~ msgstr "Krimo, Standartins priemons"
-
-#~ msgid ""
-#~ "\n"
-#~ "Warning:\n"
-#~ "Applying the changes while running may crash your X environnement."
-#~ msgstr ""
-#~ "\n"
-#~ "Perspjimas:\n"
-#~ "Pakeitim pritaikymas veikiant X gali baigtis avarija."
-
-#~ msgid ""
-#~ "\n"
-#~ "If you continue, I will shut down your %s environnement"
-#~ msgstr ""
-#~ "\n"
-#~ "Jeigu tsite a ijungsiu js %s aplink"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s jau naudojama"
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s: Tai ne pagrindinis skirsnis, praom pasirinkti kit"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(gali sugadinti duomenis)"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (serijin)"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "ATI pel"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Pridti paket suradimo viet"
-
-#~ msgid "After %s partition %s,"
-#~ msgstr "Kada %s skirsnis %s, "
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Alcatel modemas"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Visos naujai nustatytos sritys norint jas naudoti turi bti "
-#~ "suformatuotos\n"
-#~ "(formatavimas reiia falins sistemos sukrim). Dabar js gal bt "
-#~ "norite\n"
-#~ "inaujo suformatuoti jau formatuotas sritis, kad itrinti jose esanius\n"
-#~ "duomenis. Atminkite kad inaujo formatuoti jau formatuotas sitis nra\n"
-#~ "btina, nes jose gali bti reikalinga informacija."
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Apple ADB pel"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Apple ADB pel (2 klaviai)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Apple ADB pel (3+ klaviai)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Apple USB pel"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Apple USB pel (2 klaviai)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Apple USB pel (3+ klaviai)"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Ar tu tikri, kad esi ekspertas? \n"
-#~ "tau bus leidiama daryti galingus, bet ir pavojingus dalykus ia.\n"
-#~ "\n"
-#~ "Tavs bus klausiama, pvz: Naudoti elin byl slaptaodiams?,\n"
-#~ "ar esi pasiruo atsakyti tokius klausimus?"
-
-#~ msgid ""
-#~ "At this point, you need to choose what\n"
-#~ "partition(s) to use to install your new Mandrake Linux system. If "
-#~ "partitions\n"
-#~ "have been already defined (from a previous installation of GNU/Linux or "
-#~ "from\n"
-#~ "another partitioning tool), you can use existing partitions. In other "
-#~ "cases,\n"
-#~ "hard drive partitions must be defined.\n"
-#~ "\n"
-#~ "\n"
-#~ "To create partitions, you must first select a hard drive. You can select "
-#~ "the\n"
-#~ "disk for partitioning by clicking on \"hda\" for the first IDE drive, "
-#~ "\"hdb\" for\n"
-#~ "the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "To partition the selected hard drive, you can use these options:\n"
-#~ "\n"
-#~ " * Clear all: this option deletes all partitions available on the "
-#~ "selected hard drive.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Auto allocate:: this option allows you to automatically create Ext2 "
-#~ "and swap partitions in free space of your\n"
-#~ " hard drive.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Rescue partition table: if your partition table is damaged, you can "
-#~ "try to recover it using this option. Please\n"
-#~ " be careful and remember that it can fail.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Undo: you can use this option to cancel your changes.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Reload: you can use this option if you wish to undo all changes and "
-#~ "load your initial partitions table\n"
-#~ "\n"
-#~ "\n"
-#~ " * Wizard: If you wish to use a wizard to partition your hard drive, "
-#~ "you can use this option. It is recommended if\n"
-#~ " you do not have a good knowledge in partitioning.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Restore from floppy: if you have saved your partition table on a "
-#~ "floppy during a previous installation, you can\n"
-#~ " recover it using this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Save on floppy: if you wish to save your partition table on a floppy "
-#~ "to be able to recover it, you can use this\n"
-#~ " option. It is strongly recommended to use this option\n"
-#~ "\n"
-#~ "\n"
-#~ " * Done: when you have finished partitioning your hard drive, use this "
-#~ "option to save your changes.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, you can reach any option using the keyboard: navigate "
-#~ "trough the partitions using Tab and Up/Down arrows.\n"
-#~ "\n"
-#~ "\n"
-#~ "When a partition is selected, you can use:\n"
-#~ "\n"
-#~ " * Ctrl-c to create a new partition (when a empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ " * Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ " * Ctrl-m to set the mount point\n"
-#~ " \n"
-#~ "\n"
-#~ " \n"
-#~ "If you are installing on a PPC Machine, you will want to create a small "
-#~ "HFS 'bootstrap' partition of at least 1MB for use\n"
-#~ "by the yaboot bootloader. If you opt to make the partition a bit larger, "
-#~ "say 50MB, you may find it a useful place to store \n"
-#~ "a spare kernel and ramdisk image for emgergency boot situations."
-#~ msgstr ""
-#~ "Dabar tu turi pasirinkti, kuriuos skirsnius naudoti tavo naujai Mandrake "
-#~ "Linux \n"
-#~ "sistemai diegti. Jei skirsniai jau buvo apibrti (i praeito diegimo "
-#~ "arba kitu dalinimo rankiu),\n"
-#~ "tu gali naudoti esanius skirsnius. Kitu atveju, skirsniai turi bti "
-#~ "apibrti.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kad sukurtum skirsnius, tu pirmiausia turi pasirinkti kietj disk. "
-#~ "Disk dalinimui\n"
-#~ "gali pasirinkti, paspauds ant \"hda\" jei nori pirmo IDE kaupiklio, \"hdb"
-#~ "\" -- antro,\n"
-#~ "arba \"sda\", jei renkiesi pirmj SCSI kaupikl ir t.t.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kad sudalintum skirsniais pasirinkt kietj disk, gali naudotis vienu "
-#~ "i i variant:\n"
-#~ "\n"
-#~ " * Ivalyti visk: is variantas itrina visus skirsnius, esanius "
-#~ "pasirinktame kietajame diske.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Automatikai paskirti: is variantas leidia automatikai sukurti "
-#~ "Ext2 bei swap skirsnius laisvoje tavo\n"
-#~ " disko vietoje.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Igelbti skirsni lentel: jei disko skirsni lentel yra "
-#~ "sugadinta, tu gali bandyti atstatyti j su iuo variantu.\n"
-#~ " Bk atsargus ir prisimink, kad tai gali nepavykti.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Ataukti: tu gali naudoti variant, kad atauktum visus tavo "
-#~ "pakeitimus.\n"
-#~ "\n"
-#~ "\n"
-#~ " * I naujo: tu gali rinktis variant, kad atsisakytum vis savo "
-#~ "pakeitim ir keltum pradin skirsni lentel.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Meistras: jei tu nori, kad meistras tau padt sudalinti kietj "
-#~ "disk, rinkis variant. Tai rekomenduojama, jeigu\n"
-#~ " tu nelabai imanai apie skirsni dalinim.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Atkurti i diskelio: jei tu isaugojai savo skirsni lentel "
-#~ "diskel diegdamas praeit kart, tu gali atkurti j\n"
-#~ " naudodamasis iuo variantu.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Isaugoti diskel: jei tu nori isaugoti savo skirsni lentel "
-#~ "diskel, kad galtum paskui atkurti j, rinkis \n"
-#~ " variant. labai rekomenduojama, kad tu tai padarytum.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Atlikta: jei tu baigei dalinti savo kietj disk, rinkis "
-#~ "variant, kad isaugotum visus pakeitimus.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tavo iniai, tu gali pasiekti bet kur variant naudodamasis klaviatra: "
-#~ "vaikiok tarp skirsni su Tab bei\n"
-#~ "Auktyn/emyn rodyklmis.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kai skirsnis yra parinktas, gali naudoti:\n"
-#~ "\n"
-#~ "* Ctrl-c kad sukurtum nauj skirsn (jei parinktas tuias skirsnis)\n"
-#~ "\n"
-#~ "* Ctrl-d kad itrintum skirsn.\n"
-#~ "\n"
-#~ "* Ctrl-m kad nurodytum prijungim tak."
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Auto diegimo diskelis"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Automatin skiriamoji geba"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Automatin skiriamosios gebos paieka"
-
-#~ msgid "Available packages"
-#~ msgstr "Prieinami paketai"
-
-#~ msgid "Bad kickstart file %s (failed %s)"
-#~ msgstr "Bloga kickstart byla %s (nepavyko %s)"
-
-#~ msgid "Cable connecion"
-#~ msgstr "Kabelin jungtis"
-
-#~ msgid "Category"
-#~ msgstr "Kategorij"
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ "Pokalbi (IRC arba instant messaging) programos, kaip xchat, licq, gaim, "
-#~ "ir byl siuntimo programos"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Tikrinamos priklausomybs"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Pasirinkite \"diegti\" jeigu nebuvo diegta ankstesni GNU/Linux "
-#~ "versij\n"
-#~ "arba js norite turti j kelet.\n"
-#~ "\n"
-#~ "Pasirinkite \"Igelbti\" jeigu norite igelbti jau diegt Mandrake "
-#~ "Linux \n"
-#~ "\n"
-#~ "\n"
-#~ "Pasirinkite:\n"
-#~ "\n"
-#~ " - Rekomenduojama: Jeigu jums ansiau nra tek diegti GNU/Linux.\n"
-#~ "\n"
-#~ " - Vartotojika: Jeigu jau turjote reikal su GNU/Linux. Galsite "
-#~ "pasirinkti\n"
-#~ "pirmin kompiuterio funkcij\n"
-#~ "\n"
-#~ " - Eksperto: Jeigu js puikiai sekasi su GNU/Linux isprsti rimtas "
-#~ "uduotis.\n"
-#~ "Kaip ir konfiguracijoje \"Vartotojika\" js galsite pasirinkti koks "
-#~ "bus\n"
-#~ "ios sistemos panaudojimas.\n"
-#~ " Bet Praome, Praome NESIRINKITE TAI, APIE K JS NIEKO NEINOTE!\n"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "Pasirinkite \"diegti\" jeigu nebuvo diegta ankstesni Linux versij "
-#~ "arba\n"
-#~ "js norite turti j kelet.\n"
-#~ "\n"
-#~ "\n"
-#~ "Pasirinkite \"Atnaujinti\" jeigu norite atnaujinti ankstesnes Mandrake\n"
-#~ "Linux: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen) or 6.0 (Venus),\n"
-#~ "6.1 (Helios), Gold 2000 arba 7.0 (Air)."
-
-#~ msgid "Choose install or upgrade"
-#~ msgstr "diegti ar atnaujinti"
-
-#~ msgid "Choose other CD to install"
-#~ msgstr "Pasirinkite kit CD diegimui"
-
-#~ msgid "Collapse all"
-#~ msgstr "Iskleisti visus"
-
-#~ msgid "Communication facilities"
-#~ msgstr "Bendravimo priemons"
-
-#~ msgid "Configure local network"
-#~ msgstr "Nustatyti vietin tinkl"
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Nustatyti interneto jungt / Nustatyti vietin tinkl"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Nurodyti laiko juost"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Patvirtink slaptaod"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Kriptografija"
-
-#~ msgid "Customized"
-#~ msgstr "Prisitaikyta"
-
-#~ msgid "Czech"
-#~ msgstr "ek"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr "Duomen bazi klientai ir serveriai (mysql bei postgresql)"
-
-#~ msgid "Development C/C++"
-#~ msgstr "Krimas C/C++"
-
-#~ msgid "Directory"
-#~ msgstr "Katalogas"
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Udrausti interneto jungt"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr "Ar Js norite nustatyti savo modemo dialup prisijungim?"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Ar Js norite nustatyti savo sistemos vietin tinkl?"
-
-#~ msgid "Do you want to use LILO?"
-#~ msgstr "Ar norite naudoti LILO?"
-
-#~ msgid "Downloading cryptographic packages"
-#~ msgstr "Parsiuniami ifruoti paketai"
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "Pirmiausia DrakX pabandys paiekoti PCI ir SCSI rengini. Jeigu jis "
-#~ "suras\n"
-#~ "ir inos kokias tvarkykles jam (jiems) naudoti jis automatikai jas "
-#~ "ds.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeigu js SCSI renginys yra ISA plokt arba DrakX neinos kaip j "
-#~ "valdyti\n"
-#~ "arba js ivis jo neturite jums bus praneta. Jeigu js neturite, "
-#~ "atsakykite\n"
-#~ "\"Ne\". Jeigu turite vienq arba daugiau atsakykite \"Taip\" ir tvarkykli "
-#~ "sraas\n"
-#~ "bus jums parodytas\n"
-#~ "\n"
-#~ "\n"
-#~ "Kai js pasirinksite tvarkykl, DrakX paprays nurodyti jos nustatymus.\n"
-#~ "Pirmiausia leiskite rangai paiai nusistatyti. Danai tai puikiai "
-#~ "suveikia\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeigu jums nepavyks, nepamirkite, kad informacijos apie js rang "
-#~ "gali\n"
-#~ "suteikti dokumentacija arba Windows (jeigu js turite i sistem).\n"
-#~ "Tai tuos nustatymus js turite perduoti tvarkyklei."
-
-#~ msgid "ECI modem"
-#~ msgstr "ECI modemas"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Startuojant jungti Num Lock"
-
-#~ msgid ""
-#~ "Enter a floppy to create an HTP enabled boot\n"
-#~ "(all data on floppy will be lost)"
-#~ msgstr ""
-#~ "dkite diskel kaupikl, kad sukurti HTP diskel\n"
-#~ "(Visi duomenys esantys dikelyje bus prarasti)"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "Viskas sukonfiguruota.\n"
-
-#~ msgid "Expand all"
-#~ msgstr "Iskleisti visus"
-
-#~ msgid "Find Package"
-#~ msgstr "Rasti paket"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Rasti byl su atitinkamu paketu"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Iekoma lap"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "Lap iekojimas iek tiek utruks"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "FTP ir HTTP metodams tu turi nurodyti viet, kur yra hdlist\n"
-#~ "Ji turi bti nurodyta santykinai aukiau esaniam URL"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Ar pamirti pakeitimus?"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Paprasta 3 klavi pel (serijin)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Paprasta pel (serijin)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (serijin)"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Nurodyk vard (pvz: `extra', `commercial')"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Going to install %d MB. You can choose to install more programs"
-#~ msgstr "Ruoiamasi diegti %d MB. Js galite pasirinkti daugiau program"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Ruoiamasi imesti ra %s"
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr "Grafin ssaja"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "SILO turi sekanius raus.\n"
-#~ "Js galite pakeisti esamus arba pridti nauj."
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "A galiu pabandyti surasti prieinam skiriamj geb (pvz.: 800x600).\n"
-#~ "Bet kompiuteris gali \"pakibti\"\n"
-#~ "Ar Js norite pabandyti?"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "A radau ISDN plokt:\n"
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Jeigu DrakX nepavyko surasti js pels arba js pats norite j\n"
-#~ "nurodyti; jums bus parodytas sraas\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeigu js sutinkate su DrakX nustatymais tiesiog paspauskite OK.\n"
-#~ "Kitokiu atveju pasirinkite pel kuri jums labiausiai tinka.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeigu pas jus yra pel su serijine jungtimi jums taip pat reiks "
-#~ "nurodyti\n"
-#~ "prie kokios jungties ji yra prijungta."
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr ""
-#~ "Jei tavo ADSL modemas yra Alcatel, pasirink Alcatel, kitu atveju -- ECI."
-
-#~ msgid "In which country are you located ?"
-#~ msgstr "Kurioje valstybje tu dabar esi?"
-
-#~ msgid "Install/Rescue"
-#~ msgstr "diegti/Igelbti"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "SILO diegimas nepavyko. vyko sekanti klaida:"
-
-#~ msgid "Installed packages"
-#~ msgstr "diegti paketai"
-
-#~ msgid "Internet Tools"
-#~ msgstr "Interneto rankiai"
-
-#~ msgid "It is necessary to restart installation booting on the floppy"
-#~ msgstr "diegim reikia perstartuoti i diskelio"
-
-#~ msgid "It is necessary to restart installation with the new parameters"
-#~ msgstr "diegim reikia perstartuoti su naujais parametrais"
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "Labai rekomenduojama ia pasirinkti \"Taip\". Jeigu js vliau \n"
-#~ "dieginsite Microsoft Windows ji naujai urays startavimo sektori.\n"
-#~ "Tada nepadar startavimo diskelio kaip mes patarje nebegalsite\n"
-#~ "startuoti GNU/Linux."
-
-#~ msgid "KDE"
-#~ msgstr "KDE"
-
-#~ msgid "KDE, QT, Gnome, GTK+"
-#~ msgstr "KDE, QT, Gnome, GTK+"
-
-#~ msgid ""
-#~ "LILO (the LInux LOader) can boot Linux and other operating systems.\n"
-#~ "Normally they are correctly detected during installation. If you don't\n"
-#~ "see yours detected, you can add one or more now.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't want that everybody could access at one of them, you can "
-#~ "remove\n"
-#~ "it now (a boot disk will be needed to boot it)."
-#~ msgstr ""
-#~ "LILO (LInux LOader) gali startuoti ir kitas Operacines sistemas.\n"
-#~ "Normaliai jos yra tinkamai nustatomos per diegiant. Jeigu js sistema\n"
-#~ "neaptikta js dabar galite pridti vien arba kelet.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeigu js nenorite kuri nors naudoti galite iimti (tada startavimo\n"
-#~ "diskelis gai ukrauti t sistem)."
-
-#~ msgid "Linear (needed for some SCSI drives)"
-#~ msgstr "Tiesus (reikalingas keletui SCSI kaupikli)"
-
-#~ msgid "Local LAN"
-#~ msgstr "Lokalus LAN"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "Vietinis tinklas jau buvo sukonfigruotas.\n"
-#~ "Ar tu nori:"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Logitech pel"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (serijin)"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Microsoft pel"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft 2.1A arba vlesns Rev (serijin)"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Suderinama su Microsoft (serijin)"
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Pajudinkite ratuk!"
-
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "Tinklo adapteris 1 (eth0):"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "Cdrom neprieinamas (nieko nra /mnt/cdrom)"
-
-#~ msgid "No match"
-#~ msgstr "Nieko nerasta"
-
-#~ msgid "No more match"
-#~ msgstr "Daugiau nieko nerasta"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "Nerasta galim variant\n"
-#~ "Pabandykite kit video plokt arba monitori"
-
-#~ msgid "Other countries"
-#~ msgstr "Kitos valstybs"
-
-#~ msgid "Package"
-#~ msgstr "Paketas"
-
-#~ msgid "Password:"
-#~ msgstr "Slaptaodis:"
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "Praome pasirinkti skirsn, kur Js naudosite kaip pagrindin."
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Praom patvirtinti sekani informacij"
-
-#~ msgid "Python, Perl, libraries, tools"
-#~ msgstr "Python, Perl, bibliotekos, rankiai"
-
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "Konfigruojama..."
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Rescue"
-#~ msgstr "Igelbti"
-
-#~ msgid "SILO main options"
-#~ msgstr "Bendri SILO nustatymai"
-
-#~ msgid "Sciences"
-#~ msgstr "Mokslai"
-
-#~ msgid "Sciencific Workstation"
-#~ msgstr "Mokslins darbo stotis"
-
-#~ msgid "Search"
-#~ msgstr "Paieka"
-
-#~ msgid "Searching root partition."
-#~ msgstr "Iekomas pagrindinis skirsnis."
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "Pasirink dyd, kiek nori diegti"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ "Pasirinkite:\n"
-#~ "\n"
-#~ " - Rekomenduojama: Jeigu jums ansiau nra tek diegti Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Vartotojika: Jeigu jau turjote reikal su Linux. Galsite "
-#~ "pasirinkti\n"
-#~ "\"Normali\" bendros reikms sistemos diegimui, \"Krimo\" jeigu "
-#~ "naudojate\n"
-#~ "savo kompiuter kurti programoms ir \"Serverin\" jeigu norite turti "
-#~ "bendros paskirties (pvz. pato, spausdintuvo...) server.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Eksperto: Jeigu js puikiai sekasi su GNU/Linux isprsti rimtas "
-#~ "uduotis.\n"
-#~ "Kaip ir konfiguracijoje \"Vartotojika\" js galsite pasirinkti koks "
-#~ "bus\n"
-#~ "ios sistemos panaudojimas."
-
-#~ msgid "Setup SCSI"
-#~ msgstr "Nustatyti SCSI"
-
-#~ msgid "Show less"
-#~ msgstr "Rodyti maiau"
-
-#~ msgid "Show more"
-#~ msgstr "Rodyti daugiau"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Rodyti tik lapus"
-
-#~ msgid "Shutting down"
-#~ msgstr "Bandoma ijungti"
-
-#~ msgid "Size: %s MB"
-#~ msgstr "Dydis: %s MB"
-
-#~ msgid "Slovakian"
-#~ msgstr "Slovak"
-
-#~ msgid "Sort by"
-#~ msgstr "Riuoti pagal"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Sekanius paketus ruoiamasi imesti"
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Dabar yra diegiami paketai, kuriuos js pasirinkote. Tai turt\n"
-#~ "kelet minui utrukti, taiau jeigu js pasirinkote atnaujinti\n"
-#~ "tai turt utrukti kiek ilgiau."
-
-#~ msgid "This label is already in use"
-#~ msgstr "i ym jau naudojama"
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "i sekcija yra skirta vietinio tinklo (LAN) nustatymui.\n"
-#~ "\n"
-#~ "Jeigu js pasakyrite \"Taip\" DrakX pabandys pats surasti tinklo kort.\n"
-#~ "PCI renginys turt bti surastas ir prijungtas automatikai. Taiau\n"
-#~ "jeigu js turite ISA rengin automatinis aptikimas nesuveiks ir js\n"
-#~ "tursite nurodyti tvarkykl i srao, kuris tada pasirodys.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dl SCSI rengini, leiskite tvarkyklei pirmiau paiai pabandyti "
-#~ "rengin,\n"
-#~ "nes kitokio atveju jums teks nurodyti nustatymus i Windows Control "
-#~ "Panel\n"
-#~ "konfiguracijos\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeigu js diegiate Mandrake Linux kompiuter, kuris jau yra tinkle\n"
-#~ "tinklo administratorius jums turi nurodyti informacij apie IP adres,\n"
-#~ "tinklo subkauk ir tinklo kauk. diegiant privaiam tinkle namuose, jums "
-#~ "tai\n"
-#~ "reiks pasirinkti paiam."
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "A pabandysiu vairias galimas skiriamasias gebas.\n"
-#~ "Js ekranas mirgs...\n"
-#~ "Jeigu norite, galite j ijungti, Js igirsite pypteljim, kai bus "
-#~ "baigta"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Perjungti tarp diegt ir prieinam"
-
-#~ msgid "Tree"
-#~ msgstr "Medis"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "Ar bandyti surasti %s renginius"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "Ar bandyti surasti PCI renginius"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "Ar pabandyti surasti PCMCIA kortas?"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Ar bandyti surasti modem?"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL katalogo, kuriame yra RPM'ai"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "USB pel (su 3 arba daugiau klavi)"
-
-#~ msgid "Update location"
-#~ msgstr "Atnaujinti suradimo viet"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Atnaujinama RPM baz"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Naudoti MD5 slaptaodius"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Naudoti DiskDrake"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Naudoti elin byl"
-
-#~ msgid "User name:"
-#~ msgstr "Vartotojo vardas:"
-
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Sveiki, besinaudojantys LILO, operaciniu sistemu ikrovos tvarkykle!\n"
-#~ "\n"
-#~ "Noredami suzinoti pasirinkimu sarasa, spauskite <TAB>.\n"
-#~ "\n"
-#~ "Noredami ijungti viena is ju, irasykite jo pavadinima ir spauskite "
-#~ "<ENTER>\n"
-#~ "arba laukite %d sekundziu ijungimo pagal nutylejima.\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Sveiki, besinaudojantys SILO, operaciniu sistemu ikrovos tvarkykle!\n"
-#~ "\n"
-#~ "Noredami suzinoti pasirinkimu sarasa, spauskite <TAB>.\n"
-#~ "\n"
-#~ "Noredami ijungti viena is ju, irasykite jo pavadinima ir spauskite "
-#~ "<ENTER>\n"
-#~ "arba laukite %d sekundziu ijungimo pagal nutylejima.\n"
-#~ "\n"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Ko iekai?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Kokia Js pels ris?"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Koks Js klaviatros idstymas"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "Kam bus naudojama tavo sistema?"
-
-#~ msgid "What usage do you want?"
-#~ msgstr "Koks Js vartojimas?"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Koki krovos tvarkykl(-es) tu nortum naudoti?"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Kurios bylos iekai?"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Kurio paketo iekai"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Kokio tipo skirsn norite turti?"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "Prie kurios nuosekliosios jungties prijungta tavo pel?"
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "Jums neutenka vietos Lnx4win"
-
-#~ msgid ""
-#~ "You may now select the packages you wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "First you can select group of package to install or upgrade. After that\n"
-#~ "you can select more packages according to the total size you wish to\n"
-#~ "select.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are in expert mode, you can select packages individually.\n"
-#~ "Please note that some packages require the installation of others.\n"
-#~ "These are referred to as package dependencies. The packages you select,\n"
-#~ "and the packages they require will be automatically selected for\n"
-#~ "install. It is impossible to install a package without installing all\n"
-#~ "of its dependencies."
-#~ msgstr ""
-#~ "Dabar js galite pasirinkti kokius norite diegti paketus.\n"
-#~ "\n"
-#~ "\n"
-#~ "Pirmiausia js galite pasirinkti, koki paket grup js norite diegti\n"
-#~ "arba atnaujinti. Po to js galite pasirinkti paketus, kurius js norite\n"
-#~ "diegti priklausomai nuo vietos kiek tam skiriate.\n"
-#~ "\n"
-#~ "\n"
-#~ "Informacija apie konkreius paketus galite pamatyti lauke, pavadintame\n"
-#~ " \"Info\" kuris yra deinje paket srao pusje."
-
-#~ msgid "automagic"
-#~ msgstr "Automagic"
-
-#~ msgid "beginner"
-#~ msgstr "pradedantysis"
-
-#~ msgid "brunette"
-#~ msgstr "brunet"
-
-#~ msgid "changing type of"
-#~ msgstr "keiiamas "
-
-#~ msgid "default"
-#~ msgstr "Pagrindinis"
-
-#~ msgid "developer"
-#~ msgstr "programuotojas"
-
-#~ msgid "don't use pppoe"
-#~ msgstr "nenaudoti pppoe"
-
-#~ msgid "girl"
-#~ msgstr "mergina"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (svarbu)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (nuostabu)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (labai gerai)"
-
-#~ msgid "linear"
-#~ msgstr "Tiesus"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "nfs prijungimas nepavyko"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake dabar yra atminties taupymo reime.\n"
-#~ "A paleisiu rpmdrake i naujo, kad galtum iekoti byl"
-
-#~ msgid "tie"
-#~ msgstr "tie"
-
-#~ msgid "useless"
-#~ msgstr "nenaudinga"
-
-#~ msgid "vertical traditionnal aurora"
-#~ msgstr "vertikali tradicin aurora"
-
-#~ msgid "woman-blond"
-#~ msgstr "blondin"
diff --git a/perl-install/share/po/lv.po b/perl-install/share/po/lv.po
deleted file mode 100644
index 206302fd7..000000000
--- a/perl-install/share/po/lv.po
+++ /dev/null
@@ -1,12830 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2000 Free Software Foundation, Inc.
-# Copyright (c) 2000 MandrakeSoft
-# Vitauts Stochka <vit@dpu.lv>, 2000.
-# Juris Kudi <cooker@inbox.lv>, 2001.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-08-22 00:12+0200\n"
-"Last-Translator: Juris Kudi <cooker@inbox.lv>\n"
-"Language-Team: Latvian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-13\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfigurt visus ekrnus neatkargi"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Lietot Xinerama piebvi"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigurt tikai karti \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "N-ekrnu konfigurcija"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Jsu sistma atbalsta n-ekrnu konfigurciju.\n"
-"Ko nu darsim?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafisk karte"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Izvlieties grafisko karti"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Izvlieties X serveri"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X serveris"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Izvlieties X serveri"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X serveris"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Kuru XFree konfigurciju izvlaties?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Jsu karte spj nodroint 3D akselerciju, bet tikai ar XFree %s.\n"
-"Jsu karti uztur XFree %s, kam var bt labks 2D atbalsts."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Jsu karte spj nodroint 3D akselerciju ar XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s ar aparatras 3D akselerciju"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Jsu karte spj nodroint 3D akselerciju ar XFree %s.\n"
-"EMIET VR, KA TAS IR EKSPERIMENTLS ATBALSTS, KAS VAR UZKRT DATORU."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s ar EKSPERIMENTLU aparatras 3D akselerciju"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Jsu karte spj nodroint 3D akselerciju, bet tikai ar XFree %s,\n"
-"EMIET VR, KA TAS IR EKSPERIMENTLS ATBALSTS, KAS VAR UZKRT DATORU.\n"
-"Jsu karti uztur XFree %s, kam var bt labks 2D atbalsts."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfigurcija"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Izvlieties grafisks kartes atmias apjomu"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Nordiet servera opcijas"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Nordiet monitoru"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitors"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Divi svargkie parametri ir vertikl przmanas frekvence, kas nosaka\n"
-"visa ekrna przmanas bieumu, un horizontls sinhronizcijas\n"
-"frekvence, kas nosaka skananas lniju pardanas bieumu.\n"
-"\n"
-"Ir OTI SVARGI, lai js nenordtu monitora tipu, kura sinhronizcijas\n"
-"frekvence prsniedz jsu monitora iespjas: js varat sabojt savu "
-"monitoru.\n"
-" Ja neesat prliecints, izvlieties konservatvko variantu."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontl frekvence"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikl frekvence"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitors nav konfigurts"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafisk karte vl nav konfigurta"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Izirtspjas vl nav izvltas"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Vai vlaties izmint o konfigurciju?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Brdinjums: s grafisks kartes izminana var uzkrt datoru"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Konfigurcijas izminana"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"miniet izmaint daus parametrus"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Atklta kda:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Atliek %d sekundes"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Vai viss ir pareizi?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Atklta kda, miniet izmaint daus parametrus"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Izirtspja"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Nordiet izirtspju un krsu dziumu"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafisk karte: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 serveris: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Vairk"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Labi"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Eksperta rems"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Pardt visu"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Izirtspjas"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastatras izkrtojums: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Peles tips: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Peles ierce: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitors: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitora horiz. frekv.: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitora vert. frekv.: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafisk karte: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Grafisk karte: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafisk atmia: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Krsu dziums: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Izirtspja: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 serveris: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 draiveris: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Gatavoju X-Window konfigurciju"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Ko js vlaties dart?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Monitora maia"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Grafisks kartes maia"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Servera opciju maia"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Izirtspjas maia"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Pardt informciju"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Mint vlreiz"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Iziet"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Saglabt izmaias?\n"
-"Pareizj konfigurcija ir:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X pc startanas"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Datoru var konfigurt, lai pc sistmas ieldes automtiski starttu X.\n"
-"Vai vlaties, lai pc prstartanas tiktu palaists X?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Lai aktiviztu izmaias, ldzu aizveriet un atveriet %s sesiju"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Ldzu aizveriet sesiju un nospiediet Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 krsas (8 biti)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tkstoi krsu (15 biti)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tkstoi krsu (16 biti)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljoni krsu (24 biti)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miljardi krsu (32 biti)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB vai vairk"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Parasts VGA, 640x480 pie 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 pie 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 savietojams, 1024x768 pie 87 Hz ar joslm (nav 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 pie 87 Hz ar joslm, 800x600 pie 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Uzlabots Super VGA, 800x600 pie 60 Hz, 640x480 pie 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Ne-joslots SVGA, 1024x768 pie 60 Hz, 800x600 pie 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Augstas frekvences SVGA, 1024x768 pie 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frekvenu, kas uztur 1280x1024 pie 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frekcenu, kas uztur 1280x1024 pie 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frekvenu, kas uztur 1280x1024 pie 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitors, kas uztur 1600x1200 pie 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitors, kas uztur 1600x1200 pie 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Sknjams partcijas pirmais sektors"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Diska pirmais sektors (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO instalana"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kur js vlaties instalt skntju?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalana"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Skntja galvens opcijas"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Kuru OS ieldtju lietot"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Skntja instalana"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Sknjam ierce"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nedarbojas ar veciem BIOSiem)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakts"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakts"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video rems"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Pauze pirms noklusts sistmas ieldes"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Parole"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Parole (atkrtoti)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Ierobeot komandrindas opcijas"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "ierobeot"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Iztrt /tmp katras sknanas laik"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Ja nepiecieams, precizjiet RAM apjomu (atrasti %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Ataut multi profilus"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Nordiet atmias apjomu Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Opcijai ``Ierobeot komandrindas opcijas'' nav jgas bez paroles"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Ldzu miniet vlreiz"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Paroles nesakrt"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Noklust OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"eit ir dadi sknanas ieraksti.\n"
-"Js varat pievienot jaunus vai izmaint esoos."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Pievienot"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Izdarts"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Maint"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Kda veida ierakstu gribat pievienot"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Cita OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Cita OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Cita OS (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Attls"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Sakne"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Papildint"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Last-rakstt"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabula"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nedros"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Nosaukums"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Noklusts"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-izmrs"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "BezVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Izdzst ierakstu"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Tuks nosaukums nav atauts"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Jums ir nepiecieama swap partcija"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "is nosaukums jau ir izmantots"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Atrasti %s %s interfeisi"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Vai ir vl kds?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Vai dator ir kds %s interfeiss?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "N"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "J"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Apskatt dzelu informciju"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalju draiveri %s kartei %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modulis %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Kuru %s draiveri pamint?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Daos gadjumos %s draiverim ir jnorda papildus informcija, lai tas\n"
-"darbotos pareizi, tomr parasti t nav vajadzga. Vai vlaties nordt\n"
-"papildus parametrus, vai ar ausit draiverim aptaujt datoru un savkt\n"
-"nepiecieamo informciju? Retos gadjumos aptaujana var uzkrt datoru,\n"
-"tau tas nerads nekdus bojjumus."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Aptaujt"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Nordt opcijas"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Tagad js varat nordt modua %s opcijas.\n"
-"Opciju formts ir ``nosaukums=vrtba nosaukums2=vrtba2 ...''.\n"
-"Piemram, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modua opcijas:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Modua %s ielde bija neveiksmga.\n"
-"Vai vlaties pamint ar citiem parametriem?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(jau pievienots %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " parole ir prk vienkra"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Ldzu ievadiet lietotja vrdu"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Lietotja vrd var bt tikai mazie angu burti, cipari, `-' un `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "ds lietotja vrds jau ir pievienots"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Pievienot lietotju"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Ievadiet lietotju\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Apstiprint lietotju"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Vrds un uzvrds"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Lietotja vrds"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "aula"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autoreistrans"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Sistmu var konfigurt t, lai pc startanas automtiski tiktu\n"
-"atvrta viena noteikta lietotja sesija. \n"
-"Ja nevlaties izmantot o iespju, nospiediet atcelanas pogu."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Nordiet noklusto lietotju:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Nordiet izmantojamo logu menederi:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Ldzu izvlieties izmantojamo valodu."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Js varat izvlties citas valodas, kas bs pieejamas pc instalanas"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Viss"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Lietotju pievienoana"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Pielgota"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS startana"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"o pakotni ir nepiecieams uzlabot\n"
-"Vai tiem vlaties atteikties no ts?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Atcelt"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Sveiciens hakeriem"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Vj"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standarta"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Augsts"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Augsts"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoisks"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"o lmeni ir jizmanto uzmangi. Tas padara jsu sistmu vieglk\n"
-"izmantojamu, tau oti nedrou: to nedrkst izmantot datoram, kas ir\n"
-"pieslgts citiem datoriem vai Internetam. Netiek prastas paroles."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Tagad tiek izmantota parole, tau izmantot datoru tkl vl aizvien\n"
-"nav ieteicams."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"is ir parasts drobas lmenis, kas ir ieteicams datoram, kas tiks\n"
-"izmantots k klients Interneta pieslgumam. Tagad tiek prbaudta droba. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Ar o drobas lmeni sistmu var skt izmantot k serveri.\n"
-"Droba tagad ir pietiekoi augsta, lai izmantotu sistmu k serveri, kas\n"
-"apkalpo pieslgumus no daudziem klientiem. "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ms izmantojam 4. lmea iespjas, tau tagad sistma ir pilnb\n"
-"aizslgta. Droba tagad ir maksimlaj lmen."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Izvlieties drobas lmeni?"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Uzstdu drobas lmeni"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Nordiet servera opcijas"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Juus sveic %s, opereetaajsisteemu paarsleedzeejs!\n"
-"\n"
-"Sarakstaa izveelieties vajadziigo sisteemu vai gaidiet %d sekundes, liidz "
-"tiks ielaadeeta nokluseetaa sisteema.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Juus sveic GRUB, opereetaajsisteemu izveeles programma!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Izmantojiet taustinus %c un %c, lai izveeleetos vajadziigo ierakstu."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Nospiediet ievadu, lai saakneetu izveeleeto OS, 'e', lai redigeetu"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandas pirms saakneesanas, vai 'c', lai izsauktu komandrindu."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Izdaliitais ieraksts tiks saakneets peec %d sekundeem."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nepietiek vietas partcij /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Darbavirsma"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Starta izvlne"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kur js vlaties instalt skntju?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "paldzba pagaidm nav realizta.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Sknanas stila konfigurana"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fails"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fails/_Beigt"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Kategorizjos Monitors"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitors"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradicionlais Monitors"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicionlais Gtk+ Monitors"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Palaist Aurora sknanas laik"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub rems"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot rems"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Js palaik lietojat OS ieldtju %s.\n"
-"Spiediet Konfigurt, lai palaistu uzstdanas meistaru."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurt"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistmas rems"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Palaist X-Window sistmu sknanas laik"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "N, negribu lietot autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "J, gribu lietot autologin im lietotjam un darba virsmai"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Labi"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "lasanai nevar atvrt /etc/inittab: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d mintes"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minte"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekundes"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Vairk partciju nevar pievienot"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Js varat izvlties citas valodas, kas bs pieejamas pc instalanas"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Francijas"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Beijas"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "Vcijas"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grieijas"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norvijas"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Zviedrijas"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Itlijas"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "serila"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Vispirms izveidojiet datu rezerves kopiju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lasiet uzmangi!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ja gatavojaties izmantot aboot, neaizmirstiet atstt brvu vietu diska\n"
-"skum (pietiek ar 2048 sektoriem)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Kda"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Meistars"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Izvlieties darbbu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Jums ir viena liela FAT partcija\n"
-"(parasti to izmanto MicroSoft Dos/Windows).\n"
-"Iesaku vispirms izmaint s partcijas izmru\n"
-"(uzklikiniet uz ts, tad uz \"Maint izmru\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Ldzu uzklikiniet uz partcijas"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaas"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "montana neizdevs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Tuks"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Cits"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Failu sistmu tipi:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Izveidot"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tips"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "T viet izmantojiet ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Izdzst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Vispirms izmantojiet ``Nomontt''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Pc partcijas %s tipa nomaias visi aj partcij esoie dati tiks "
-"pazaudti"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Izvlieties partciju"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Izvlieties citu partciju"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Iziet"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Prslgt eksperta rem"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Prslgt normlaj rem"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Atsaukt"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Tad turpint?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Iziet nesaglabjot"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Iziet neierakstot partciju tabulau?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Vai vlaties izmint o konfigurciju?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Izvietot automtiski"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Visu dzst"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Ciet diska informcija"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Visas primrs partcijas izmantotas"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Vairk partciju nevar pievienot"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Ja gribat vairk partcijas, izdzsiet kdu partciju, lai vartu izveidot "
-"paplainto partciju"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Ierakstt partciju tabulu"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Salabot partciju tabulu"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Salabot partciju tabulu"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Salabot partciju tabulu"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Izemams datu nesjs"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Izvlieties failu"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Partciju tabulas rezerves kopijai ir atirgs izmrs\n"
-"Tomr turpint, ja?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Uzmanbu"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Ielieciet disketi\n"
-"Visi uz disketes esoie dati tiks dzsti"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Minu saglbt partciju tabulu"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detalizta informcija"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Montanas punkts"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcijas"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Maint izmru"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Prvietot"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatt"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montta"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Pievienot pie RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Pievienot LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Nomontt"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Izslgt no RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Izemt no LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Maint RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Izmantot priek loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Izveidot jaunu partciju"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Skuma sektors: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Izmrs MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Failu sistmas tips: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Montanas punkts: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Priekroka: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatju loopback failu %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Nomaint partcijas tipu"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kuru failu sistmu vlaties?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kur js vlaties montt loopback failu %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kur js vlaties montt %s ierci?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Nevaru noemt montanas punktu, jo partcija tiek izmantota priek "
-"loopback.\n"
-"Vispirms noemiet loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Izskaitoju FAT failsistmas robeas"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Mainu izmru"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "s partcijas izmru nevar izmaint"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Visiem s partcijas datiem jizveido rezerves kopijas"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Pc partcijas %s izmra maias visi aj partcij esoie dati tiks "
-"pazaudti"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Nordiet jauno izmru"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Jauns izmrs MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Uz kuru disku vlaties to prvietot?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektors"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Uz kuru sektoru vlaties to prvietot?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Prvietoju"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Prvietoju partciju..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Nordiet eksistjou RAID, kam pievienot"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "jauns"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Nordiet jau esou LVM kam pievienot"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM vrds?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "o Partciju nevar izmantot priek loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback faila vrds: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Vrds un uzvrds"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Fails jau tiek izmantots citam loopback, nordiet citu failu"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Fails jau eksist. Vai to izmantot?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Montanas iespjas:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Viss kas"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "ierce"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "lmenis"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "gabala izmrs"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Esiet uzmangi: opercija ir bstama."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Kds ir sadaljuma tips?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Dieml es neauu izveidot /boot tik tlu uz diska (uz cilindra > 1024).\n"
-"Vai nu js izmantojat LILO, un tas nestrds, vai ar js neizmantojat LILO, "
-"un /boot jums nav vajadzgs"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"partcija, ko js izvljties pievienot k sakni (/), fiziski atrodas aiz\n"
-" ciet diska 1024. cilindra, un jums nav /boot partcijas.\n"
-"Ja js plnojat izmantot LILO, neaizmirstiet pievienot /boot partciju"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Js izvljies programmatras uzturtu RAID partciju k saknes partciju "
-"(/).\n"
-"Neviens skntjs nespj to izmantot bez /boot partcijas.\n"
-"Tpc neaizmirstiet izveidot /boot partciju."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Iekrtas %s partciju tabula tiks ierakstta uz diska!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Lai izmaias sttos spk, jums ir jprstart dators"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Pc partcijas %s formatanas visi aj partcij esoie dati tiks pazaudti"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatju"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatju loopback failu %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatju partciju %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid neizdevs"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Nepietiek brvas vietas, lai izvietotu jaunas partcijas"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Nepietiek brvas vietas, lai izvietotu jaunas partcijas"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Izirtspja: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Ierce: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS iekrtas burts: %s (tikai minjums)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tips: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Vrds: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Skums: sektors %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Izmrs: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektori"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "No cilindra %d ldz cilindram %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatta\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Neformatta\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montta\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Loopback fails(i): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Noklusti sknjam partcija\n"
-" (lai skntu MS-DOS, nevis lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Lmenis %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Gabala izmrs %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID diski %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback faila nosaukums: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Izmrs: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "eometrija: %s cilindri, %s galvas, %s sektori\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diski %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "partciju tabulas tips: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "uz inas %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcijas: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Failu sistmas tips: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr " parole ir prk vienkra (jbt vismaz %d simbolus garai)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Paroles nesakrt"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Maint tipu"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Ldzu uzklikiniet uz partcijas"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS serveris"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatana %s neizdevs"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Nezinu, k formatt %s, izmantojot tipu %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "kda nomontjot %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "vienkrs"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "serveris"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Nevarat izmantot JFS partcijm, kas mazkas par 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Nevarat izmantot ReiserFS prtcijm, kas mazkas par 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Montanas punktiem jskas ar /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Jau eksist partcija ar montanas punktu %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "im katalogam ir jpaliek saknes failsistm"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"im montanas punktam ir nepiecieama rela failu sistma (ext2, reiserfs)\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"im montanas punktam ir nepiecieama rela failu sistma (ext2, reiserfs)\n"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Nepietiek brvas vietas, lai izvietotu automtiski"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Kda, atverot %s ierakstanai: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Atklta kda - nav atrasta neviena ierce, kas dertu jaunu failsistmu "
-"veidoanai. Ldzu prbaudiet dzelus, lai noskaidrotu problmas iemeslu"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Jums nav nevienas partcijas!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Augstk ir uzskaittas eksistjos Linux partcijas, kas ir atrastas uz "
-"jsu\n"
-"ciet diska. Js varat atstt meistara izdarto izvli, jo t ir laba\n"
-"parastm vajadzbm. Ja js izmaint o izvli, jums ir jdefin vismaz\n"
-"saknes partcij(\"/\"). Neizvlieties prk mazu partciju, citdi js "
-"nevarsit\n"
-"instalt visas vajadzgs programmas. Ja vlaties datus glabt atsevi\n"
-"partcij, jums ir jnorda ar \"/home\" (to var izdart tikai tad, ja jums "
-"ir\n"
-"vairkas Linux partcijas).\n"
-"\n"
-"\n"
-"Jsu zinanai, katra partcija ir uzskaitta d veid: \"Nosaukums\", "
-"\"Izmrs\".\n"
-"\n"
-"\n"
-"\"Nosaukums\" ir kodts di: \"ciet diska tips\", \"ciet diska numurs\",\n"
-"\"partcijas numurs\" (piemram, \"hda1\").\n"
-"\n"
-"\n"
-"\"Ciet diska tips\" ir \"hd\", ja jsu cietais disks ir IDE disks, \"sd\",\n"
-"ja tas ir SCSI cietais disks.\n"
-"\n"
-"\n"
-"\"Ciet diska numurs\" vienmr ir burts pc \"hd\" vai \"sd\". IDE diskiem:\n"
-"\n"
-" * \"a\" nozm \"primr IDE kontroliera galvenais disks\",\n"
-"\n"
-" * \"b\" nozm \"primr IDE konytroliera pakrtotais disks\",\n"
-"\n"
-" * \"c\" nozm \"sekundr IDE kontroliera galvenais disks\",\n"
-"\n"
-" * \"d\" nozm \"sekundr IDE kontroliera pakrtotais disks\".\n"
-"\n"
-"\n"
-"SCSI diskiem \"a\" nozm \"primrais cietais disks\", \"b\" nozm\n"
-" \"sekundrais cietais disks\", utt..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Tagad varat nordt servisus, kurus js vlaties startt sistmas\n"
-"palaianas laik.\n"
-"\n"
-"\n"
-"Kad pele prvietojas pr saraksta elementu, pards\n"
-"neliels paldzbas balons, kas paskaidro servisa lomu.\n"
-"\n"
-"\n"
-"Esiet pai uzmangs aj sol, ja vlaties sistmu izmantot ka serveri:\n"
-"iespjams, ka nevlaties startt nevienu nevajadzgu servisu. Atcerieties.\n"
-"ka dai servisi var bt bstami, ja darbojas server.\n"
-"Parasti izvlieties tikai tos servisus, kas jums tiem nepiecieami."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Palaik jums ir jizvlas, kur uz ciet diska instalt Mandrake Linux\n"
-"opertjsistmu. Ja disks ir tuks vai cita opertjsistma aizem visu\n"
-"vietu uz diska, jums bs jveic diska sadalana. sum, ciet diska\n"
-"sadalana nozm to sadalt loisks das, lai izveidotu vietu\n"
-"Mandrake Linux sistmas instalanai.\n"
-"\n"
-"\n"
-"Sakar ar to, ka diska sadalanas process parasti ir neatgriezenisks,\n"
-"nepieredzjuam lietotjam tas var bt nepatkams un stresa pilns.\n"
-"is meistars vienkro procesu. Pirms uzskat dalanu, izlasiet\n"
-"rokasgrmatu un visu labi prdomjiet.\n"
-"\n"
-"\n"
-"Jums ir nepiecieamas vismaz divas partcijas. Viena vajadzga paai "
-"sistmai,\n"
-"otra - virtulajai atmiai (Swap).\n"
-"\n"
-"\n"
-"Ja partcijas jau izveidotas (agrkas instalanas laik vai ar citu diska\n"
-"sadalanas rku), jums tikai jnorda ts partcijas, kurs vlaties\n"
-"instalt Linux sistmu.\n"
-"\n"
-"\n"
-"Ja partcijas vl nav izveidotas, jums ts ir jizveido. Lai to izdartu,\n"
-"izmantojiet augstk pieejamo meistaru. Atkarb no jsu ciet diska \n"
-"konfigurcijas ir iespjami vairki risinjumi:\n"
-"\n"
-"* Izmantot esou partciju: meistars uz ciet diska ir atkljis vienu vai "
-"vairkas Linux partcijas. Ja vlaties\n"
-" ts saglabt, izvlieties o opciju. \n"
-"\n"
-"\n"
-"* Izdzst visu disku: ja vlaties izdzst visus uz diska esoos datus un "
-"partcijas un aizstt ts ar jaunu\n"
-" Mandrake Linux sistmu, varat izvlties o opciju. Esiet uzmangi, "
-"izvloties o risinjumu, jo pc\n"
-" apstiprinanas js vairs nevarsit atteikties no s izvles.\n"
-"\n"
-"\n"
-"* Izmanto brvo vietu Windows partcij: ja uz ciet diska ir instalts "
-"Microsoft Windows, kas aizem visu\n"
-" vietu, jums ir jatbrvo vieta Linux datiem. Lai to izdartu, js varat "
-"nodzst Microsoft Windows partciju un\n"
-" datus (skatt risinjumus \"Izdzst visu disku\" vai \"Eksperta rems\") "
-"vai izmaint Microsoft\n"
-" Windows partcijas izmru. partcijas izmru var izmaint bez datu "
-"zaudanas. is risinjums ir ieteicams, ja\n"
-" js sav dator vlaties izmantot gan Mandrake Linux, gan Microsoft "
-"Windows.\n"
-"\n"
-"\n"
-" Pirms izvlaties o risinjumu, emiet vr, ka Microsoft Windows "
-"partcijas izmrs bs mazks, nek tas ir\n"
-" palaik. Tas nozm, ka jums Microsoft Windows sistm bs mazk vietas "
-"datiem vai programmu instalanai.\n"
-"\n"
-"\n"
-"* Eksperta rems: ja js vlaties patstvgi veidot diska partcijas, varat "
-"izvlties o variantu. Esiet\n"
-" uzmangi, izveloties o risinjumu. Tas ir ar plam iespjm, bet oti "
-"bstams. Js varat pazaudt\n"
-" visus datus, tpc izvlieties tikai tad, ja zinat, ko dart."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Visas jaunizveidots partcijas ir jformat, pirms ts var izmantot\n"
-"(formatana nozm failsistmas izveidoanu).\n"
-"\n"
-"\n"
-"Tagad js ar varat izvlties prformatt daas jau esoas partcijas, lai\n"
-"izdzstu tajs esoo informciju. Ja js vlaties to dart, nordiet\n"
-"partcijas, kuras vlaties formatt.\n"
-"\n"
-"\n"
-"emiet vr, ka nav nepiecieams prformatt visas jau eksistjoas "
-"partcijas.\n"
-"Jums ir jformat partcijas, kurs atrodas opertjsistma (piemram, \"/"
-"\",\n"
-"\"/usr\" vai \"/var\"), bet nav jformat partcijas, kurs atrodas dati, "
-"ko\n"
-"js vlaties saglabt (parasti /home).\n"
-"\n"
-"\n"
-"Esiet uzmangi, izvloties partcijas, jo pc formatanas visi dati bs\n"
-"izncinti un js vairs nevarsit tos atjaunot.\n"
-"\n"
-"\n"
-"Noklikiniet \"Labi\", kad esat gatavi formatt partcijas.\n"
-"\n"
-"\n"
-"Noklikiniet \"Atcelt\", ja js gribat izvlties citas partcijas, kur\n"
-"instalt jauno Mandrake Linux opertjsistmu."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Jsu jaun Mandrake Linux opertjsistma palaik tiek\n"
-"instalta. darbba aizems daas mintes (tas ir atkargs no apjoma,\n"
-"ko js izvljties instalt, un no jsu datota truma.)\n"
-"\n"
-"\n"
-"Ldzu esiet pacietgs."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Palaik jums ir jizvlas, kur(s) diska partcij(s) instalt Mandrake "
-"Linux\n"
-"opertjsistmu. Ja partcijas jau ir izveidotas (agrkas GNU/Linux "
-"instalanas\n"
-"laik vai ar citu diska sadalanas rku), js varat izmantot esos "
-"dadaas.\n"
-"Citos gadjumos ir jveido jaunas diska partcijas.\n"
-"\n"
-"\n"
-"Lai veidotu partcijas, jums vispirms ir jizvlas cietais disks. Js varat\n"
-"nordt sadalmo disku, noklikinot uz \"hda\" pirmajam IDE diskam,\n"
-"\"hdb\" - otrajam diskam, \"sda\" - pirmajam SCSI diskam, utt.\n"
-"\n"
-"\n"
-"Lai sadaltu izvlto cieto disku, varat izmantot sekojoas opcijas:\n"
-"\n"
-" * Izdzst visu: opcija izdz visas partcijas, kas atrodas uz "
-"izvlt ciet diska.\n"
-"\n"
-"\n"
-" * Izvietot automtiski: opcija auj jums automtiski izveidot Ext2 un "
-"swap partcijas jsu ciet diska\n"
-" brvaj viet.\n"
-"\n"
-"\n"
-" * Salabot partciju tabulu: ja partciju tabula ir bojta, js varat "
-"mint to autjaunot, izmantojot o opciju.\n"
-" Esiet uzmangi un atcerieties, ka tas var neizdoties.\n"
-"\n"
-"\n"
-" * Atsaukt: js varat izmantot o opciju, lai atceltu izmaias.\n"
-"\n"
-"\n"
-" * Prldt: js varat izmantot o opciju, ja vlaties atsaukt visas "
-"izmaias un ieldt skotnjot partciju tabulu.\n"
-"\n"
-"\n"
-" * Meistart: Ja ciet diska sadalanai vlaties izmantot meistaru, varat "
-"lietot o opciju. T ir ieteicama,\n"
-" ja jums nav labu zinanu par diska sadalanu.\n"
-"\n"
-"\n"
-" * Atjaunot no disketes: ja iepriekjs instalanas laik saglabjt "
-"partciju tabulu disket, js varat\n"
-" to atjaunot, izmantojot o opciju.\n"
-"\n"
-"\n"
-" * Saglabt disket: ja vlaties partciju tabulu saglabt disket, lai "
-"vartu to atjaunot, izmantojiet o\n"
-" opciju. Ir oti ieteicams izmantot o opciju.\n"
-"\n"
-"\n"
-" * Izdarts: kad esat pabeigui ciet diska dalanu, izmantojiet o "
-"opciju, lai saglabtu izmaias.\n"
-"\n"
-"\n"
-"Jsu zinanai, jebkuru opciju var izsaukt ar tastatru: prvietojieties "
-"starp partcijm, izmantojot Tab un Auup/Lejup bultias.\n"
-"\n"
-"\n"
-"Kad ir izvlta partcija, js varat izmantot:\n"
-"\n"
-" * Ctrl-c, lai izveidotu jaunu partciju (kad ir izvlta tuka "
-"partcija)\n"
-"\n"
-" * Ctrl-d, lai izdzstu partciju\n"
-"\n"
-" * Ctrl-m, lai uzstdtu montanas punktu"
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Uz jsu ciet diska ir atrasta vairk nek viena Microsoft Windows "
-"partcija.\n"
-"Ldzu izvlieties to partciju, kuras izmru js vlaties izmaint, lai\n"
-"instaltu jauno Mandrake Linux opertjsistmu.\n"
-"\n"
-"\n"
-"Jsu zinanai, katra partcija ir uzskaitta d veid: \"Linux nosaukums"
-"\",\n"
-"\"Windows nosaukums\" \"Izmrs\".\n"
-"\n"
-"\"Linux nosaukums\" ir kodts di: \"ciet diska tips\", \"ciet diska\n"
-"numurs\", \"partcijas numurs\" (piemram, \"hda1\").\n"
-"\n"
-"\n"
-"\"Ciet diska tips\" ir \"hd\", ja jsu cietais disks ir IDE disks, \"sd\",\n"
-"ja tas ir SCSI cietais disks.\n"
-"\n"
-"\n"
-"\"Ciet diska numurs\" vienmr ir burts pc \"hd\" vai \"sd\". IDE diskiem:\n"
-"\n"
-" * \"a\" nozm \"primr IDE kontroliera galvenais disks\",\n"
-"\n"
-" * \"b\" nozm \"primr IDE konytroliera pakrtotais disks\",\n"
-"\n"
-" * \"c\" nozm \"sekundr IDE kontroliera galvenais disks\",\n"
-"\n"
-" * \"d\" nozm \"sekundr IDE kontroliera pakrtotais disks\".\n"
-"\n"
-"\n"
-"SCSI diskiem \"a\" nozm \"primrais cietais disks\", \"b\" nozm\n"
-" \"sekundrais cietais disks\", utt...\n"
-"\n"
-"\"Windows nosaukums\" ir jsu ciet diska burts Windows vid (pirmais disks\n"
-"vai partcija saucas \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Ldzu esat pacietgs. darbba var ilgt vairkas mintes."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Ldzu izvlieties \"Instalt\", ja nav instalta vecka Linux-Mandrak "
-"versija\n"
-"vai js vlaties izmantot vairkas opertjsistmas.\n"
-"\n"
-"\n"
-"Ldzu izvlieties \"Atjaunint\", ja js vlaties atjaunint jau instaltu\n"
-"Mandrake Linux versiju.\n"
-"\n"
-"\n"
-"Atkarb no jsu GNU/Linux zinanm, varat izvlties vienu no "
-"sekojoajiem\n"
-"Mandrake Linux instalanas vai atjauninanas lmeiem:\n"
-"\n"
-"* Ieteicama: ja neesat ne reizi instaljis GNU/Linux opertjsistmu, "
-"izvlieties o lmeni. Instalana bs\n"
-" oti vienkra, un jums tiks uzdoti tikai dai jautjumi.\n"
-"\n"
-"\n"
-"* Pielgota: ja pietiekami labi przinat GNU/Linux, varat nordt sistmas "
-"pamatpielietojumu (darbastacija, serveris,\n"
-" izstrdei). Jums bs jatbild uz vairk jautjumiem nek \"Ieteicamas\" "
-"instalanas klases gadjum, tpc\n"
-" jums jzina, k darbojas GNU/Linux, ja gribat izvlties o klasi.\n"
-"\n"
-"\n"
-"* Eksperta: ja js labi zinat GNU/Linux, varat izvlties o instalanas "
-"klasi. Tpat k \"Pielgotas\" klases\n"
-" gadjum, js varsit nordt sistmas pamatpielietojumu (darbastacija, "
-"serveris, izstrdei). Esiet oti\n"
-" uzmangi, pirms izvlaties o klasi. Js varsit veikt oti preczi "
-"pielgotu instalanu.\n"
-" Uz daiem jautjumiem bs grti atbildt, ja jsu GNU/Linux zinanas nav "
-"pietiekoi labas. Tpc neizvlieties\n"
-" o instalanas klasi, ja neesat prliecints."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Ldzu izvlieties pareizu portu. Piemram, MS Windows\n"
-"ports COM1 GNU/Linux vid saucas ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) un Grub ir skntji: tie spj sknt GNU/Linux\n"
-"vai jebkuru citu opertjsistmu, kas ir uzstdta jsu dator.\n"
-"Parasti citas opertjsistmas tiek korekti noteiktas un instaltas.\n"
-"Ja t nenotiek, js aj ekrn varat patstvgi pievienot ierakstu. Esiet\n"
-"uzmangs, izvloties pareizus parametrus.\n"
-"\n"
-"\n"
-"Js varbt ar vlaties neaut nevienam piekt prjm opertjsistmm,\n"
-"un aj gadjum js varat izdzst attiecgos ierakstus. Bet aj\n"
-"gadjum jums bs nepiecieama sknanas diskete, lai ts skntu!"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Jums ir jnorda, kur js vlaties novietot\n"
-"GNU/Linux sknanai nepiecieamo informciju.\n"
-"\n"
-"\n"
-"Ja vien js neesat absolti prliecints par savu rcbu,\n"
-"izvlieties \"Diska pirmais sektors (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX mins sameklt PCI SCSI adapteri(us).\n"
-"Ja DrakX atrads kdu SCSI adapteri un zins, kuru draiveri izmantot,\n"
-"tas tiks instalts automtiski.\n"
-"\n"
-"Ja jums nav SCSI adapteru, ir ISA SCSI adapteris vai PCI SCSI adapteris,\n"
-"ko DrakX neatpazst, jums tiks pajautts, vai jsu sistm ir SCSI\n"
-"adapteris. Ja nav SCSI adapteru, js varat vienkri izvlties 'N'.\n"
-"Ja js izvlaties 'J', jums tiks pardts draiveru saraksts, kur\n"
-"varat izvlties vajadzgo adapteri.\n"
-"\n"
-"\n"
-"Ja jums nepiecieams patstvgi nordt adapteri, DrakX pajauts, vai\n"
-"vlaties nordt adaptera opcijas. Jums btu jauj DrakX aptaujt\n"
-"dzelus un noskaidrot opcijas. Parasti tas izdodas bez problmm.\n"
-"\n"
-"Ja neizdodas, jums patstvgi jnorda draivera opcijas.\n"
-"Izlasiet Instalanas rokasgrmatu (3. nodau, apaknodau \"Informcijas "
-"savkana par jsu dzeliem\"), lai uzzintu, k iegt o\n"
-"informciju no dzelu dokumentcijas, raotja tkla lapas\n"
-"(ja jums ir pieejams Internets) vai Windows (ja tas ir uzstdts jsu "
-"dator)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Nordiet cieto disku, ko vlaties izdzst, lai izveidotu jaunu\n"
-"Mandrake Linux partciju. Esiet uzmangi, jo visi disk esoie dati\n"
-"pazuds un nebs atjaunojami."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Nospiediet \"Labi\", ja vlaties izdzst visus datus un\n"
-"partcijas, kas atrodas uz ciet diska. Esiet uzmangi, pc \"Labi\" "
-"nospieanas js nevarsit atjaunot nekdus datus vai partcijas, kas "
-"atrads\n"
-"uz diska, taj skait ar Windows datus.\n"
-"\n"
-"\n"
-"Nospiediet \"Atcelt\", lai atceltu o operciju bez jebkdu uz diska "
-"esou datu vai partciju pazaudanas."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Ielieciet FAT formattu disketi iekrt %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Lai izmantotu o saglabto pakotu izvli, palaidiet instalciju ar ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Kda, nolasot failu %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Dau jsu datora dzelu darbbai nepiecieami ``firmas'' draiveri.\n"
-"Papildus informciju varat atrast eit: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Jums ir nepiecieama saknes partcija.\n"
-"im nolkam izveidojiet partciju (vai uzklikiniet uz jau esoas).\n"
-"Tad izvlieties darbbu ``Montanas punkts'' un nordiet, ka tas ir `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Jums ir nepiecieama swap partcija"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Jums nav swap partcijas\n"
-"\n"
-"Vai tomr turpint?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Jums ir nepiecieama swap partcija"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Izmantot brvo vietu"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nepietiek brvas vietas, lai izvietotu jaunas partcijas"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Izmantot jau esou partciju"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nav nevienas partcijas, ko vartu izmantot"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Izmantot Windows partciju priek loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Kuru partciju vlaties izmantot priek Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Izvlieties izmrus"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Saknes partcijas izmrs (MB): "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap partcijas izmrs (MB): "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Izmantot Windows partcijas brvo vietu"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kuras partcijas izmru vlaties izmaint?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Izskaitoju Windows failu sistmas robeas"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"FAT izmra maintjs nespj izmaint jsu partciju,\n"
-"atklta sekojoa kda: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Windows partcija ir prk fragmentta, vispirms palaidiet ``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"BRDINJUMS!\n"
-"\n"
-"Tagad DrakX izmains Windows partcijas izmru. Esiet uzmangs: darbba\n"
-"ir bstama. Ja js to vl neesat izdarjis, jums vispirms ir jprtrauc\n"
-"instalana, no Windows jpalai scandisk (ieteicams palaist ar defrag),\n"
-"tad atkrtoti jsk instalana. Vajadztu izveidot ar datu rezerves\n"
-"kopiju. Kad esat prliecints, nospiediet Labi."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Kdu apjomu vlaties atstt priek windows uz"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partcija %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT izmra maia neizdevs: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nav FAT partciju, lai izmainto to izmru vai izmantotu k loopback (vai "
-"nepietiek brvas vietas)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Izdzst visu disku"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Noemt Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Jums ir vairk nek viens cietais disks, uz kura js instaljat linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "VISAS diska %s partcijas un tajs esoie dati tiks pazaudti"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Pielgots disku sadaljums"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Izmantot fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Tagad js varat sadalt diska iekrtu %s.\n"
-"Kad esat pabeigui, neaizmirstiet saglabt, izmantojot `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Jsu Windows partcij nav pietiekoi daudz brvas vietas"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Nevaru atrast vietu instalanai"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX partciju veidoanas meistars atrada sekojous risinjumus:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Diska sadalana neizdevs: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Iedarbinu tklu"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Atsldzu tklu"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Atklta kda, bet es nezinu, k ar to pareizi apieties.\n"
-"Turpiniet, ja vlaties riskt."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dublts montanas punkts %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Daas svargas pakotnes neizdevs pareizi instalt.\n"
-"Ir bojta jsu kompaktdisku iekrta vai instalcijas disks.\n"
-"Parbaudiet disku uz instalta datora, izmantojot komandu \"rpm -qpl Mandrake/"
-"RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Js sveic %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nav nevienas diskeu iekrtas"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Uzsku soli `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Jsu sistmai trkst resursu. Mandrake Linux instalanas laik var\n"
-"rasties problmas. Ja t notiek, varat pamint teksta instalanu.\n"
-"Lai to izdartu, nospiediet`F1', ka notiek ielde no CDROM, tad ievadiet\n"
-"`text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Instalanas klase"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Ldzu izvlieties vienu no sekojom instalanas klasm:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Kopjais jsu izvlto grupu izmrs ir aptuveni %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ja js vlaties instalt mazk nek o izmru,\n"
-"procentuli izvlieties instaljamo pakotu daudzumu.\n"
-"\n"
-"Zems procentu lmenis instals tikai vissvargks pakotnes;\n"
-"100% lmen tiks instaltas visas izvlts pakotnes."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Jums uz diska ir vieta tikai %d%% no m pakotnm.\n"
-"\n"
-"Ja vlaties instalt mazk, procentuli izvlieties instaljamo pakotu\n"
-"daudzumu. Zems procentu lmenis instals tikai vissvargks pakotnes;\n"
-"%d%% lmenis instals tik daudz pakotu, cik ir iespjams."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Nkamaj sol js varsit izvlties daudz preczk."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Instaljamo pakotu procentulais daudzums"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Pakotu grupu izvle"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Atseviu pakotu izvle"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Kopjais izmrs: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Slikta pakotne"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nosaukums: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versija: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Apjoms: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Svargums: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Js nevarat izvlties o pakotni, jo nepietiek vietas ts instalanai"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Tiks instaltas sekojoas pakotnes"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Tiks noemtas sekojoas pakotnes"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Js varat izvlties/atteikties no s pakotnes"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr " ir obligta pakotne, no ts nevar atteikties"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Js nevarat atteikties no s pakotnes. T jau ir instalta"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"o pakotni ir nepiecieams uzlabot\n"
-"Vai tiem vlaties atteikties no ts?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Js nevarat atteikties no s pakotnes. To ir nepiecieams uzlabot"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalt"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Saglabt disket"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Saglabt pakotu izvli"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Instalanas beigas"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalju"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Aprinu"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Atlikuais laiks"
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Ldzu gaidiet, gatavoju instalciju"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakotnes"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalju pakotni %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Pieemt"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Noraidt"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Nomainiet Cd-Rom!\n"
-"\n"
-"Ldzu ielieciet iekrt Cd-Rom \"%s\", kad tas ir izdarts, nospiediet Labi\n"
-"Ja jums nav diska, nospiediet Atcelt, lai neinstaltu no Cd-Rom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Tomr turpint?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Pakotu krtoanas laik atklta kda:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Pakotu instalanas laik atklta kda:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Brdinjums\n"
-"\n"
-"Ldzu rpgi izlasiet zemk esoos nosacjumus. Ja js nepiekrtat kdai\n"
-"to daai, js nedrkstat instalt no CD. Nospiediet 'Noraidt', lai\n"
-"turpintu instalanu, neizmantojot o datu nesju.\n"
-"\n"
-"\n"
-"Dai aj CD datu nesj esoie komponenti nav pakauti GPL licencei vai\n"
-"ldzgiem lgumiem. Katra da komponenta izmantoanu nosaka atsevias\n"
-"licences noteikumi un nosacjumi. Ldzu rpgi to izlasiet un ievrojiet\n"
-"ts nosacjumus, pirms izmantot vai izplatt uzskaittos komponentus.\n"
-"s licences prsvar aizliegs jums prstt, dublt (izemot rezerves\n"
-"kopanas nolkus), izplatt tlk, reversi uzbvt, de-asamblt,\n"
-"de-kompilt vai modifict o kompomentu. Jebkur s vienoans prkpums\n"
-"jums automtiski atems tiesbas, ko pierusi attiecg licence. Izemot\n"
-"gadjumus, kad konkrtas lcences nosacjumi jums dod das tiesbas, js\n"
-"parasti nedrkstat instalt du programmu uz vairk nek vienas sistmas\n"
-"vai pielgot to izmantoanai tkl. Ja aubties, ldzu sazinieties ar\n"
-"komponenta izplattju vai redaktoru.\n"
-"du komponentu, taj skait ar iekauts dokumentcijas, nodoana\n"
-"treajm personm vai kopana parasti ir aizliegta.\n"
-"\n"
-"\n"
-"Visas nkamaj CD datu nesj iekauto komponentu tiesbas pieder to\n"
-"attiecgajiem autoriem, un ts aizsarg intelektul pauma un\n"
-"autortiesbu likumi, kas attiecas uz programnodroinjumu.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Atklta kda"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Vai vlaties prstartt tklu"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licences lgums"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatra"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "eit ir pilns pieejamo tastatru saraksts"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Kuru instalanas klasi vlaties?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalt/Atjaunint"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " ir instalana vai atjauninana?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Ieteicama"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Eksperta"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Atjaunint"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Saglabt pakotu izvli"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Ldzu izvlieties jsu peles tipu."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Peles ports"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Ldzu izvlieties, kuram serilajam portam ir pieslgta pele."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurju PCMCIA kartes..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfigurju IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nav pieejamu partciju"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Prmeklju partcijas, lai atrastu montanas punktus"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Izvlieties montanas punktus"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Neizdevs nolast diska partciju tabulu, jo t bija prk stipri bojta :(\n"
-"Sistma var mint atslgts slikts partcijas (VISI DATI pazuds!).\n"
-"Otrs risinjums ir aizliegt DrakX izmaint partciju tabulu.\n"
-"(kda ir %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake neizdevs pareizi nolast partciju tabulu.\n"
-"Turpiniet, ja vlaties riskt!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Izvlieties partcijas, ko vlaties formatt"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Saknes partcija"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Kura ir jsu sistmas saknes partcija (/)?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Lai partciju tabulas izmaias sttos spk, jums jprstart dators"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Izvlieties partcijas, ko vlaties formatt"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Prbaudt sliktos blokus?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatju partcijas"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Veidoju un formatju failu %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Instalanas pabeiganai nepietiek swap, palieliniet swap"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Meklju pieejams pakotnes"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Meklju uzlabojams pakotnes"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Jsu sistm vairs nav brvas vietas instalanai vai uzlaboanai (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Pilna (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimla (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Ieteicama (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Atjanot no disketes"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Atjanot no disketes"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Pakotu grupu izvle"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Ielieciet disketi iekrt %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Saglabt disket"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ja jums ir visi aj sarakst nordtie CD, nospiediet Labi.\n"
-"Ja jums nav neviena no nordtajiem CD, nospiediet Atcelt.\n"
-"Ja trkst tikai dau CD, sarakst atsldziet tos un nospiediet Labi."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom ar nosaukumu \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Sagatavoju instalanu"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalju pakotni %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Pcinstalanas konfigurana"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Ielieciet disketi iekrt %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Ielieciet tuku disketi iekrt %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Tagad jums ir iespja ieldt ifranai nepiecieams programmas.\n"
-"\n"
-"BRDINJUMS:\n"
-"\n"
-"Sakar ar to, ka uz o programmu izmantoanu attiecas dadas visprjas\n"
-"prasbas un dada likumdoana, o programmu samjam un/vai gala\n"
-"lietotjam ir jprliecins, ka via likumdoana auj viam ieldt,\n"
-"glabt un/vai izmantot s programmas.\n"
-"\n"
-"Bez tam samjam un/vai gala lietotjam ir jbt pai uzmangam, lai\n"
-"neprkptu o likumdoanu. Ja samjs un/vai gala lietotjs neievros\n"
-"atbilstoos likumus, pret viu tiks pielietotas nopietnas sankcijas.\n"
-"\n"
-"Mandrakesoft vai t raotji un/vai piegdtji nekd gadjum nebs\n"
-"atbildgi par tieiem, netieiem vai nejauiem bojjumiem (ieskaitot, bet\n"
-"neaprobeojoties ar ienkumu zaudanu, komercdarbbas apturanu,\n"
-"komercilu datu zaudanu un citiem finansiliem zaudjumiem, un iespjamu\n"
-"atbildbu un atldzinjumu, kas btu jmaks saska ar tiesas spriedumu),\n"
-"kas vartu rasties sakar ar programmu lietoanu, glabanu vai vienkru\n"
-"ieldanu, kurm samjs un/vai gala lietotjs bs spjgs piekt\n"
-"pc s vienoans apstiprinanas.\n"
-"\n"
-"\n"
-"Ja jums ir jebkdi jautjumi sakar ar o vienoanos, ldzu sazinieties ar\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Piesldzos spoguserverim, lai saemtu pieejamo pakotu sarakstu"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Izvlieties spoguserveri, no kura emt pakotnes"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Piesldzos spoguserverim, lai saemtu pieejamo pakotu sarakstu"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Kda ir jsu laika josla?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Vai datora pulkstenis rda GMT laiku?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS serveris"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Attls CUPS serveris"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nav printera"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Vai ir vl kds?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Kopsavilkums"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Pele"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Laika josla"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printeris"
-
-#: ../../install_steps_interactive.pm_.c:1049
-#, fuzzy
-msgid "ISDN card"
-msgstr "Iekja ISDN karte"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-#, fuzzy
-msgid "Sound card"
-msgstr "Standarta"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Izmantot NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Lokls printeris"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "root paroles izvle"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez paroles"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr " parole ir prk vienkra (jbt vismaz %d simbolus garai)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentifikcija"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autentifikcija"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "serveris"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Autentifikcijas NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domns"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS serveris"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Pielgot sknanas diskete piedv veidu, k sknt jsu Linux sistmu\n"
-"neatkargi no parast skntja. Tas ir nodergi, ja js nevlaties sav\n"
-"sistm uzstdt SILO, vai kda cita opertjsistma izdz SILO,\n"
-"vai ar SILO nedarbojas ar jsu dzelu konfigurciju. Pielgoto\n"
-"sknanas disketi var izmantot ar kop ar Mandrake glbanas attlu,\n"
-"atvieglojot atjaunoanu pc smagiem sistmas bojjumiem.\n"
-"\n"
-"Ja vlaties izveidot jsu sistmai pielgotu sknanas disketi,\n"
-"ielieciet sisketi pirmaj iekrt un nospiediet \"Labi\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Pirm diskeu iekrta"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Otr diskeu iekrta"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Izlaist"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Pielgot sknanas diskete piedv veidu, k sknt jsu Linux sistmu\n"
-"neatkargi no parast skntja. Tas ir nodergi, ja js nevlaties sav\n"
-"sistm uzstdt LILO (vai grub), vai kda cita opertjsistma izdz\n"
-"LILO, vai ar LILO nedarbojas ar jsu dzelu konfigurciju. Pielgoto\n"
-"sknanas disketi var izmantot ar kop ar Mandrake glabanas attlu,\n"
-"atvieglojot atjaunoanu pc smagiem sistmas bojjumiem. Vai vlaties\n"
-"izveidot jsu sistmai pielgotu sknanas disketi?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Dieml nav pieejama neviena diskeu iekrta"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Nordiet diskeu iekrtu, ko izmanto distetes veidoanai"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Ielieciet disketi iekrt %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Gatavoju sknanas disketi"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Sagatavoju skntju"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Vai vlaties izmantot aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Kda, instaljot aboot, \n"
-"vai instalt piespiedu krt pat tad, ja tiks izncinta pirm partcija?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Skntja instalana"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Skntja instalana neizdevs. Atklta da kda:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Ielieciet tuku disketi iekrt %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Sagatavoju auto instalanas disketi"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Dai soi nav izpildti.\n"
-"\n"
-"Vai tiem vlaties iziet tlt?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Apsveicam, instalana ir pabeigta.\n"
-"Izemiet sknanas datu nesju un nospiediet ievadu, lai prstarttu "
-"datoru.\n"
-"\n"
-"\n"
-"Lai saemtu informciju par labojumiem, kas ir pieejami im Mandrake Linux\n"
-"izdevumam, skatiet Errata failu, kas atrodams\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informcija par jsu sistmas konfiguranu ir pieejama Oficils\n"
-"Mandrake Linux rokasgrmatas pcinstalanas noda."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Sagatavot auto instalanas disketi"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automtisks"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Atkrtot"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Saglabt pakotu izvli"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux instalana %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> priet | <Space> izvlties | <F12> uz nkamo ekrnu"
-
-#: ../../interactive.pm_.c:87
-#, fuzzy
-msgid "kdesu missing"
-msgstr "atmest"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Izvlieties darbbu"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Izvrsta"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Ldzu uzgaidiet"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Izvrst koku"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Sakaut koku"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Sakrtots vien sarakst vai pa grupm"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Slikta izvle, paminiet vlreiz\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Jsu izvle? (noklusti %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Jsu izvle? (noklusti %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opcijas: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Vai vlaties izmantot aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Jsu izvle? (noklusti %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "ehijas (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Vcijas"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvoraka"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spnijas"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Somijas"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francijas"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norvijas"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polijas"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Krievijas"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Zviedrijas"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Apvienots Karalistes"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "ASV tastatra"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Irnas"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armnijas (vec)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armnijas (rakstmmana)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armnijas (fontisk)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidnas (latu)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Beijas"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armnijas (fontisk)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgrijas"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazlijas (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Baltkrievijas"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "veices (vcu izvietojums)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "veices (franu izvietojums)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "ehijas (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Vcijas (bez mmajiem taustiiem)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dnijas"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvoraka (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvoraka (Norvijas)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvoraka (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Igaunijas"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzijas (\"krievu\" izvietojums)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzijas (\"latu\" izvietojums)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grieijas"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungrijas"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Horvtijas"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izralas"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Izralas (fontisk)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Irnas"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandes"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Itlijas"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japnas 106 taistii"
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Apvienots Karalistes"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latamerikas"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lietuvas AZERTY (vec)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lietuvas AZERTY (jaun)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lietuvas \"numuru rinda\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lietuvas \"fontisk\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Atraans vieta"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Maedonijas"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Dnijas"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polijas (qwerty izvietojums)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polijas (qwertz izvietojums)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugles"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kandas (Kvebeka)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Krievijas (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Krievijas (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Krievijas (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovnijas"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovkijas (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovkijas (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbaidnas (kirilica)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabula"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Tai tastatra"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Tai tastatra"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turcijas (tradicionlais \"F\" modelis)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turcijas (modernais \"Q\" modelis)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrainas"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "ASV tastatra (starptautisk)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vjetnamas \"numuru rinda\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Dienvidslvijas (latu/kirilicas)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Cikliski montanas punkti %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - pele"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Parasta PS2 Wheel pele"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-#, fuzzy
-msgid "1 button"
-msgstr "2 pogas"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Parasta 2 pogu pele"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Visprja"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Ritenis"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serila"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Parasta 3 pogu pele"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (serila, vecs C7 tips)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 pogas"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 pogas"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "neviens"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Nav peles"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Ldzu notestjiet peli"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Lai aktiviztu peli,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "PAKUSTINIET RITENI!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-#, fuzzy
-msgid "Finish"
-msgstr "Somijas"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Tlk ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Atpaka"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Vai tas ir pareizi?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Pieslgties Internetam"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Parastkais veids, k pieslgties ar adsl, ir pppoe.\n"
-"Dai pieslgumi izmanto pptp, pavisam nedaudzi dhcp.\n"
-"Ja js nezinat, izvlieties 'izmantot pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "izmantot dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "izmantot pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "izmantot pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Kuru dhcp klientu vlaties izmantot?\n"
-"Noklusti ir dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Jsu sistm nav atrasts neviens ethernet tkla adapteris.\n"
-"Nevaru uzstdt o pieslguma veidu."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Izvlieties tkla interfeisu"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Ldzu nordiet, kuru tkla adapteri vlaties izmantot Interneta pieslgumam."
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "tkla karte nav atrasta"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigurju tklu"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Ldzu ievadiet jsu resursa vrdu, ja to zinat.\n"
-"Dau DHCP serveru darbbai ir nepiecieams resursa vrds.\n"
-"Resursa vrdam ir jbt pilnam kvalifictam resursa vrdam,\n"
-"piemram, ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Resursa vrds:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Tkla konfiguranas meistars"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "rjs ISDN modms"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Iekja ISDN karte"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Kds ir jsu ISDN pieslguma veids?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Tika atklta ugunsmra konfigurcija!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Tika atklta ugunsmra konfigurcija!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN konfigurcija"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Izvlieties pakalpojumu sniedzju.\n"
-" Ja tas nav aj sarakst, izvlietis Nav sarakst"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protokols"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Eiropa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Citur pasaul"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Citur pasaul \n"
-" nav D-Channel (izdaltas lnijas)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Kdu protokolu vlaties izmantot?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Kds ir jsu kartes tips?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Nezinu"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Ja jums ir ISA karte, vrtbm nkamaj ekrn jbt pareizm.\n"
-"\n"
-"Ja jums ir PCMCIA karte, jums ir jzina kartes irq un io.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Prtraukt"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Turpint"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Kura ir jsu ISDN karte ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Ir atklta ISDN PCI karte, bet nav zinms kartes tips. Ldzu izvlieties "
-"kdu no nkamaj ekrn uzskaittajm PCI kartm."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nav atrasta neviena ISDN PCI karte. Ldzu izvlieties kdu no saraksta."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Ldzu nordiet, kuram serilajam portam ir pieslgts modms."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Iezvanpieejas opcijas"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Savienojuma nosaukums"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefona numurs"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Lietotja ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Ar skriptu"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Izmantojot terminli"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domna nosaukums"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Pirmais DNS serveris"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Otrais DNS serveris"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Varat atslgties vai prkonfigurt pieslgumu."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Varat prkonfigurt pieslgumu."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Palaik js esat piesldzies Internetam."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Varat pieslgties Internetam vai prkonfigurts pieslgumu."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Palaik js neesat piesldzies Internetam."
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Nav pieslgts"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "ISDN pieslgums"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Tkla konfigurana"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Interneta pieslgums un konfigurcija"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Varat atslgties vai prkonfigurt pieslgumu."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Varat atslgties vai prkonfigurt pieslgumu."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Tkla konfigurcija"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Izvlieties konfigurjamo profilu"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Noskaidroju ierces..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Parasts modma pieslgums"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "atklts uz porta %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN pieslgums"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "atklts %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "LAN pieslgums"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "atklts uz interfeisa %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabea pieslgums"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Kabea pieslgums"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN pieslgums"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet karte(s) atrasta"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Izvlieties izmantojamo rku"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Interneta pieslguma koplietoana"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Vai vlaties startt pieslgumu palaianas laik?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Tkla konfigurcija"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Vai vlaties prstartt tklu"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"BRDINJUMS: ierce jau agrk ir konfigurta, lai pieslgtos Internetam.\n"
-"Vienkri apstipriniet, ka vlaties saglabt o konfigurciju.\n"
-"Tlko lauku izmainana prraksts o konfigurciju."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Ldzu ievadiet datora IP konfigurciju.\n"
-"Visi dati jievada k IP adreses ar punktiem atdaltu decimlu\n"
-"skaitu veid (piemram, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurju tkla iekrtu %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (draiveris %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adrese"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Tkla maska"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automtisks IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adreses formtam jbt 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Ldzu ievadiet resursa vrdu.\n"
-"Resursa vrdam ir jbt pilnam kvalifictam resursa vrdam,\n"
-"piemram, ``mybox.mylab.myco.com''.\n"
-"Js varat ievadt ar vrtejas IP adresi, ja tda ir"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS serveris"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Vrtejas ierce"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxy serveru konfigurcija"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy btu jbt http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy btu jbt ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Interneta konfigurcija"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Vai vlaties mint pieslgties internetam tlt?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Izminu pieslgumu..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sistma palaik ir pieslgta Internetam."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"iet, ja jsu sistmu nav pieslgta Internetam.\n"
-"Miniet prkonfigurt pieslgumu."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Savienojuma konfigurana"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Ldzu aizpieldiet vai izvlietis lauku"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kartes IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kartes mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kartes IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kartes IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kartes IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Jsu privtais telefona numurs"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Pakalpojumu sniedzja nosaukums (piem., provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Pakalpojumu sniedzja telefona numurs"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Provaidera dns 1 (nav obligti)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Provaidera dns 2 (nav obligti)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Tastatras izvle"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Zvananas rems"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Savienojuma tips: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Savienojuma tips: "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Konta nosaukums (lietotja vrds)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Konta parole"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montana neizdevs: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "ai platformai paplaint partcija nav pieejama"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Jsu diska partciju tabul ir caurums, bet es to nevaru izmantot.\n"
-"Viengais risinjums ir prvietot primras partcijas t, lai caurums "
-"atrastos blakus paplaintajm partcijm"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Atjaunoana no faila %s neizdevs: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Kda, ierakstot fail %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "nepiecieama"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "svarga"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "oti derga"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "derga"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "varbt"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokls printeris"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Attls printeris"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Attls CUPS serveris"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Attls lpd serveris"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Tkla printeris (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Printera serveris"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Printera ierces URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Lokls printeris"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Attls printeris"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Kda, ierakstot fail %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modulis %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS servera IP"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Noklusts)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Izvlieties printera pieslgumu"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "K is printeris ir pieslgts?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Izmantojot attlu CUPS serveri, eit jums nav nepiecieams\n"
-"konfigurt printeri; printeri tiks atrasti automtiski.\n"
-"Ja js aubaties, izvlieties \"Attls CUPS serveris\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Attls CUPS serveris"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adreses formtam jbt 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "Porta numuram ir jbt skaitlim"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS servera IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Ports"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Sknanas stila konfigurana"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Noskaidroju ierces..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Prbaudt portus"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Nav printera"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Lokls printeris"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "atklts %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Printera ierces URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Lokls printeris"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Ldzu nordiet, kuram serilajam portam ir pieslgts modms."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Printera ierces URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Konfigurcija"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instalju pakotni %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instalju pakotni %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Attla lpd printera opcijas"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Lai izmantotu attlu lpd drukas rindu, jums jnorda\n"
-"printera servera resursa vrds un ts servera rindas\n"
-"nosaukums, kurai jadres drukas uzdevumi."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Attl resursa vrds"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Attl resursa vrds"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Attl resursa vrds"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) printera opcijas"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Lai druktu ar SMB printeri, jums jnorda SMB resursa vrds\n"
-"(Piezme! Tas var atirties no datora TCP/IP vrda!)\n"
-"un, iespjams, servera IP adrese, k ar js interesjo printera\n"
-"koplietojuma vrds un atbilstos lietotja vrds, parole un\n"
-"darba grupas informcija."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB servera resurss"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB servera IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Koplietojuma vrds"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Darba grupa"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare printera opcijas"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Lai druktu ar NetWare printeri, jums jnorda NetWare\n"
-"printera servera vrds (Piezme! tas var atirties no servera\n"
-"TCP/IP resursa vrda!), k ar jsu izvlt printera rindas\n"
-"nosaukums un jebkur atbilstos lietotja vrds un parole."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Printera serveris"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Printera rindas nosaukums"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Socket printera opcijas"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Lai druktu ar socket printeri, jums ir jnorda printera\n"
-"resursa vrds tkl un papildus ar porta numurs."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Printera resursa vrds"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Printera resursa vrds"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Printera ierces URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Printera nosaukums"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Apraksts"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Atraans vieta"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Vai tas ir pareizi?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Printera pieslgums"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Kds ir jsu printera tips?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Interneta konfigurcija"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Interneta konfigurcija"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Vai vlaties izmint printeri?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Prbaudt portus"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "J, izdrukt abas izminjuma lapas"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Printeris"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Standarta"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Izminjuma lapa(s) ir nostta(s) printera demonam.\n"
-"It may take some time before the printer starts.\n"
-"Var paiet zinms laiks, pirms printeris sk drukt.\n"
-"Izdrukas stvoklis:\n"
-"%s\n"
-"\n"
-"Vai tas darbojas pareizi?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Izminjuma lapa(s) ir nostta(s) printera demonam.\n"
-"Var paiet zinms laiks, pirms printeris sk drukt.\n"
-"Vai tas darbojas pareizi?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Nav printera"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Pele"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Atsldzu tklu"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Atsldzu tklu"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Printera opcijas"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Interneta konfigurcija"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Nav printera"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Konfigurcija"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Izminu pieslgumu..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Tkla konfigurana"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitors nav konfigurts"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Konfigurju tklu"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Kuru drukanas sistmu vlaties izmantot?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Augsts"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoisks"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Kuru drukanas sistmu vlaties izmantot?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Izvlieties printera pieslgumu"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kuru drukanas sistmu vlaties izmantot?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurt printeri"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instalju pakotni %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Printera opcijas"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfigurt printeri"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Vai vlaties konfigurt printeri?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Printeris"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Eksist sekojoas drukas rindas.\n"
-"Js varat pievienot jaunass vai izmaint esos."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Eksist sekojoas drukas rindas.\n"
-"Js varat pievienot jaunass vai izmaint esos."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Tkla konfigurana"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Vai vlaties izmint o konfigurciju?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Interneta konfigurcija"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Vai vlaties izmint o konfigurciju?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Interneta pieslguma koplietoana"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Printera pieslgums"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Tiek drukta(s) izminjuma lapa(s)..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Vai vlaties izmint o konfigurciju?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Attls printeris"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Lokls printeris"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Vai vlaties prstartt tklu"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Nolasu CUPS draiveru datubzi..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Proxy serveru konfigurcija"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Ports"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Proxy btu jbt http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "Porta numuram ir jbt skaitlim"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Proxy btu jbt ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Autoreistrans"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Parole"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Bez paroles"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Paroles nesakrt"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nevar pievienot partciju _formattam_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Neizdodas ierakstt failu %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid neizdevs"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid neizdevs (varbt nav uzstdti raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nepietiek diska partciju RAID lmenim %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron ir periodisku komandu plnotjs."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd paredzts baterijas stvoka novroanai un grmatoanai ar syslog.\n"
-"To var izmantot ar datora izslganai, kad baterija ir izldta."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Palai komandas, kas ir ieplnotas noteikt laik, izmantojot at komandu,\n"
-"k ar palai komadu paketes, kad vidj sistmas noslodze ir pietiekoi\n"
-"zema."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron ir parasta UNIX programma, kas palai lietotju nordts programmas\n"
-"periodiski ieplnotos laikos. vixie cron piedv virkni papildus\n"
-"iespju saldzinot ar UNIX cron, taj skait ar labku drobu un daudz\n"
-"izvrtstkas konfiguranas iespjas."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM nodroina peles atbalstu dadm teksta rema Linux programmm,\n"
-"piemram, Midnight Commander. Tas ar auj no konsoles ar peli veikt\n"
-"izgriezt-un-iespraust opercijas, k ar piedv izlecoo izvlu\n"
-"atbalstu konsolei."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache ir Vispasaules tmeka (WWW) serveris. Tas tiek izmantots HTML\n"
-"failu un CGI izplatanai."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Interneta superservera demons (parasti saukts par inetd) pc vajadzbas\n"
-"start dadus interneta servisus. Tas it atbildgs par daudzu servisu\n"
-"startanu, taj skait telnet, ftp, rsh un rlogin. inetd atslgana\n"
-"atsldz ar visus servisus, par kuriem tas atbild."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-" pakotne ield izvlto tastatras karti, kas nordta fail\n"
-"/etc/sysconfig/keyboard. To var izvlties, izmantojot programmu kbdconfig.\n"
-"Vairum gadjumu o pakotni ir jatstj izvltu."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd ir drukas demons, kas ir nepiecieams lpr pareizai darbbai. Tas ir\n"
-"serveris, kas nosta drukas uzdevumus printeri(e)m."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) ir domnu vrdu serveris (DNS), kas tiek izmantots resursu\n"
-"vrdiem atbilstoo IP adreu noskaidroanai."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Mounts un unmounts ir Tkla Failu sistmas (NFS), SMB (Lan\n"
-"Manager/Windows) un NCP (NetWare) montanas punkti."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktiviz/Deaktiviz visus tkla interfeisus, kas ir konfigurti\n"
-"startanai sistmas sknanas laik."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS ir populrs protokols failu koplietoanai TCP/IP tklos.\n"
-"is serviss nodroina NFS servera funkcionalitti, un to var konfigurt\n"
-"ar faila /etc/exports paldzbu."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS ir populrs protokols failu koplietoanai TCP/IP tklos.\n"
-"is serviss nodroina NFS failu aizslganas funkcionalitti."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA atbalsts parasti ir paredzts, piemram, tkla karu un modmu\n"
-"uzturanai prnsjamos datoros. Tas netiks startts, ja nav konfigurts,\n"
-"tpc ir droi to instalt datoros, kam tas nav nepiecieams."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper apkalpo RPC pieslgumus, ko izmanto citi protokoli,\n"
-"piemram, NFS un NIS. portmap serveri ir jizmanto datoros, kas\n"
-"darbojas k RPC protokolus izmantojou protokolu serveri."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix ir Pasta Transporta Aents, un t ir programma, kas prvieto\n"
-"pastu no viena datora uz citu."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Saglab un atjauno sistmas entropijas krtuvi, lai enertu\n"
-"kvalitatvkus gadjumskaitus."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"routed demons auj automtiski atjaunint IP marrutizatora tabulu,\n"
-"izmantojot RIP protokolu. Kaut gan RIP tiek plai izmantots nelielos\n"
-"tklos, saretkiem tkliem ir nepiecieami saretki marrutizanas\n"
-"protokoli."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokols auj tkla lietotjiem saemt veiktspjas\n"
-"informciju par jebkuru tkla datoru."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Protokols rusers tkla lietotjiem auj noskaidrot, kuru lietotju\n"
-"sesijas ir atvrtas citos atbildoajos datoros."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Protokols rwho attliem lietotjiem auj saemt visu atvrto lietotju\n"
-"sesiju sarakstu no datora, kur darbojas rwho demons (ldzgi finger)."
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "Palaist X-Window sistmu startanas laik"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog ir mehnisms, ko daudzi demoni izmanto ziojumu grmatoanai\n"
-"daudzos sistmas urnlu failos. Ir gudra doma vienmr darbint syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Start un aptura X Fontu Serveri sknanas un aizvranas laik."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Izvlties, kurus servisus vajag automtiski startt ieldes laik"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Printeris"
-
-#
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internets"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Sistmas rems"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Attla lpd printera opcijas"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Serveris, Datubzes"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "ierce"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Uzmanbu"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Papildint"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Stvoklis:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektors"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Citur pasaul"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Interneta pieeja"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimdiji - Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "Izstrde, Tmeklis"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Pieslgties Internetam"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Tkla interfeiss"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB servera resurss"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Sples"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Eksperta"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalju pakotni %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Man neizdodas nolast partciju tabulu, priek manis t ir prk bojta :(\n"
-"Es minu turpint, atsldzot slikts partcijas"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Kda"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Pcinstalanas konfigurana"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Sknanas stila konfigurana"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Apsveicam!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalt"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Lietotju pievienoana"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatju loopback failu %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Pakotu grupu izvle"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Noemt rindu"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Noemt Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Lietotja vrds"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Ldzu notestjiet peli"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Ldzu miniet vlreiz"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Ldzu miniet vlreiz"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Bez paroles"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN pieslgums"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Izvlieties printera pieslgumu"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Ldzu uzklikiniet uz partcijas"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Ldzu notestjiet peli"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Tkla interfeiss"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Lietotja vrds"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Ldzu izvlieties izmantojamo valodu."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Ciet diska noteikana"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Lietotja vrds"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Ritenis"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Ritenis"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Modua opcijas:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Tkla konfigurcija"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Failu sistmu uzstdana"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opcijas"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Ldzu nordiet, kuram serilajam portam ir pieslgts modms."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Tkla konfigurcija"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Ldzu izvlieties jsu peles tipu."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Atjanot no disketes"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Ldzu izvlieties jsu peles tipu."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Cits"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Sistmas instalana"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Atjaunot no faila"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Atjaunot no faila"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Pielgota"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_Paldzba"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Atpaka"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Stvoklis:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Atjaunot no faila"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Tlk ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Instaljamo pakotu izvle"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Ldzu izvlieties izmantojamo valodu."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Ldzu izvlieties izmantojamo valodu."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Ldzu izvlieties izmantojamo valodu."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Slikts rezerves kopijas fails"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Saglabt fail"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Ldzu notestjiet peli"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Tkla konfigurcija"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Tkla konfigurcija"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Failu sistmu uzstdana"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s uzstdana neizdevs. Uzrads da kda:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "tkla karte nav atrasta"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Izdarts"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Disketes formatana"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Sagatavoju instalanu"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "ierobeot"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "ierobeot"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Diska formatana"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN konfigurcija"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Montanas punkts"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Izvlieties partcijas, ko vlaties formatt"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Birojs"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Prtraukt"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Printeris"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Sistmas instalana"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Izvlieties failu"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Attls printeris"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Jsu sistm nav tkla adaptera!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalt"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Jsu sistm nav tkla adaptera!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Instalanas beigas"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Interneta pieslguma koplietoana"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Interneta pieslguma koplietoana palaik ir ieslgta"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Interneta pieslguma koplietoana jau ir uzstdta.\n"
-"Palaik t ir ieslgta.\n"
-"\n"
-"Ko js vlaties dart?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "atslgt"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "atmest"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "prkonfigurt"
-
-#: ../../standalone/drakgw_.c:146
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Noskaidroju ierces..."
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Interneta pieslguma koplietoana palaik ir atslgta"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Interneta pieslguma koplietoana palaik ir atslgta"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Interneta pieslguma koplietoana jau ir uzstdta.\n"
-"Palaik t ir atslgta.\n"
-"\n"
-"Ko js vlaties dart?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "ieslgt"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Interneta pieslguma koplietoana palaik ir ieslgta"
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Datoru var konfigurt t, lai kopgi izmantotu Interneta pieslgumu.\n"
-"\n"
-"Piezme: jums ir nepiecieams atsevis tkla adapteris, lai uzstdtu "
-"loklo datortklu (LAN).\n"
-"\n"
-"Vai vlaties uzstdt Interneta pieslguma koplietoanu?"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "Interfeiss"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Jsu sistm nav tkla adaptera!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Jsu sistm nav atrasts neviens ethernet tkla adapteris. Ldzu izmantojiet "
-"dzelu konfiguranas rku."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Tkla interfeiss"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Jsu sistm ir tikai viens konfigurts tkla adapteris:\n"
-"\n"
-"%s\n"
-"\n"
-"Vai vlaties uzstdt jsu loklo datortklu ar o adapteri?"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Ldzu izvlieties, kur tkla adapteris bs pieslgts jsu loklajam "
-"datortklam."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitors nav konfigurts"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Sknanas stila konfigurana"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Interneta konfigurcija"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS servera IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Potencils LAN adreu konflikts atklts aj %s! konfigurcij!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Tika atklta ugunsmra konfigurcija!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Brdinjums! Ir atklta eksistjoa ugunsmra konfigurcija. Pc "
-"instalanas jums varbt vajadzs patstvgi pielabot konfigurciju."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurju..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Tiek konfigurti skripti, instaltas programmas, startti serveri..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problmas, instaljot pakotni %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Viss ir konfigurts.\n"
-"Tagad js varat dalties Interneta pieslgum ar citiem jsu loklajam\n"
-"datortklam pieslgtiem datoriem, izmantojot automtisku tkla "
-"konfiguranu\n"
-"(DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-#, fuzzy
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"Interneta pieslguma koplietoana jau ir uzstdta.\n"
-"Palaik t ir atslgta.\n"
-"\n"
-"Ko js vlaties dart?"
-
-#: ../../standalone/drakgw_.c:690
-#, fuzzy
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"Interneta pieslguma koplietoana jau ir uzstdta.\n"
-"Palaik t ir ieslgta.\n"
-"\n"
-"Ko js vlaties dart?"
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Interneta pieslguma koplietoana palaik ir ieslgta"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Interneta pieslgums un konfigurcija"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Interneta pieslguma koplietoana"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Tkla konfigurcija (%d adapteri)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profils: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Dzst profilu..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Dzamais profils:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Jauns profils..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Resursa vrds: "
-
-#
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Interneta pieeja"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tips:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Vrteja:"
-
-#
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "interfeiss:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Stvoklis:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigurt Interneta pieeju..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Draiveris"
-
-#
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfeiss"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Protocol"
-msgstr "Protokols"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Stvoklis:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfigurt loklo datortklu..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Meistars..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Konfigurcijas izminana"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Nav pieslgts"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nav pieslgts"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapteris %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klients"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Aktva"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktva"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Interneta pieslguma konfigurcija"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Interneta pieslguma konfigurcija"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Savienojuma tips: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametri"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Vrteja"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet karte"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klients"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Uzstdu drobas lmeni"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Pieslgties Internetam"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Izvlieties izmantojamo rku"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kandas (Kvebeka)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Eiropa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islandes"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Eiropa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "serila"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "pielietojums: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Vai vlaties, lai BackSpace konsol darbotos k Delete?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Nomainiet Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Ldzu ielieciet instalcijas Cd-Rom un nospiediet Labi, kad tas izdarts.\n"
-"Ja jums nav diska, nospiediet Atcelt, lai neuzsktu uzlaboanu no tkla."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Neizdodas uzskt uzlaboanu no tkla !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Rdt tikai par odienu"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fails/_Jauns"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fails/_Atvrt"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fails/_Saglabt"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fails/Saglabt _k"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fails/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcijas"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcijas/Tests"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Paldzba"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Paldzba/_Par..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Lietotja vrds"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "ziojumi"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "meklt"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Rks urnlu prlkoanai"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Uzstdjumi"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "sakrt"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "bet nesakrt"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Izvlitesis failu"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalendrs"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Faila saturs"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "ldzu gaidiet, analizju failu: %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Iziet"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "ierce"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatju"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Konfigurcija"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Saglabt k..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Ldzu izvlieties jsu peles tipu."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nav atrasta serila_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Vai emult treo pogu?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Izvlieties grafisko karti"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Sknjam ierce"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "Tika atklta ugunsmra konfigurcija!"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "Tika atklta ugunsmra konfigurcija!"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Valodas izvle"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Instalanas klases izvle"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Ciet diska noteikana"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Peles konfigurana"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Tastatras izvle"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Failu sistmu uzstdana"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Diska formatana"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Instaljamo pakotu izvle"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Sistmas instalana"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Lietotju pievienoana"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Tkla konfigurana"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Servisu konfigurana"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Skntja instalana"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Sistmdisketes radana"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X konfigurana"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Sistmas instalana"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Instalanas beigas"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Adapteris %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kda, atverot %s ierakstanai: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Tkla konfiguranas meistars"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Ldzu gaidiet, gatavoju instalciju"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Serveris, Tmeklis/FTP"
-
-#
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Tkla dators, X klients"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Birojs"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome darbastacija"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Rki darbam ar Palm Pilot vai Visor"
-
-#
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "KDE darbastacija"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Serveris, Ugunsmris/Marrutizators"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Biroja programmas: teksta procesori (kword, abiword), izkljlapas (lspread, "
-"gnumeric), pdf skattji, u.c."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio rki: mp3 un midi atskaotji, mikeri u.c."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Grmatas un Howto faili par Linux un Brvo programmatru"
-
-#
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE darbastacija"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm u.c."
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdiji - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Rki pastam, jaunumiem, tmeklim, failu saemanai un atam"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Serveris, Datubzes"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Vai vlaties izmint o konfigurciju?"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdiji - Skaa"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilti"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentcija"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsoles rki"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Interneta dators"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimdiju dators"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "LAN konfigurcija"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Citas grafiskas darbavirsmas (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, galven grafisk vide kopa ar papildus rku kolekciju"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Rki CD disku radanai un ierakstanai"
-
-#
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Biroja dators"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr "serveris"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm u.c."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafisks programmas, piemram, The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C un C++ izstrdes bibliotkas, programmas un include faili"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Serveris, Tkla datora serveris"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Serveris, Pasts/Grupu rki/Jaunumi"
-
-#
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spu dators"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video atskaotji un redaktori"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdiji - Grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Izklaides programmas: arkde, galdisples, stratija u.c."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Rku komplekts, lai lastu un sttu pastu vai jaunumus (pine, mutt, tin..) "
-"un prlkotu Tmekli"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arhivana, emulatori, novroana"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Persongs finanses"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafisk vide ar lietotajiem draudzgu programmu komplektu un darbavirsmas "
-"rkiem"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Interneta pieeja"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Skaas un video atskaoanas/redianas programmas"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Citas grafisks darbavirsmas"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Redaktori, aulas, failu rki, termini"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmas jsu finanu prvaldanai, piemram, gnucach"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Persongs informcijas menedments"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdiji - CD ierakstana"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Zintnisk darbastacija"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Prtraukt"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Nevienu"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Nordiet noklusto lietotju:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Attls printeris"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Tagad js varat nordt parametrus modulim %s."
-
-#~ msgid "Low"
-#~ msgstr "Zems"
-
-#~ msgid "Medium"
-#~ msgstr "Vidjs"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Dai uzlabojumi im drobas lmenis, un galvenais ir tas, ka tagad ir\n"
-#~ "vairk drobas brdinjumu un prbauu."
-
-#~ msgid "mount failed"
-#~ msgstr "montana neizdevs"
-
-#~ msgid "Boot mode"
-#~ msgstr "Sknanas rems"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Eksperta"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux laiku rina pc GMT jeb \"Grnias Meridina Laika\" un "
-#~ "prvr\n"
-#~ "to par vietjo laiku atbilstoi jsu izvltajai laika joslai."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Pieslgties Internetam"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Atslgties no Interneta"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Konfigurt tkla pieslgumu (LAN vai Interneta)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Uz kuru disku vlaties to prvietot?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Ldzu izvlieties pakotnes, ko vlaties instalt"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Info"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Gnome darbastacija"
-
-#~ msgid "authentification"
-#~ msgstr "autentifikcija"
-
-#~ msgid "user"
-#~ msgstr "lietotjs"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "Skanju piejamos nfs kopgos resursus"
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr "Skanju piejamos nfs kopgos resursus uz servera %s"
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "Skanju piejamos samba kopgos resursus"
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr "Skanju piejamos samba kopgos resursus uz servera %s"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Ldzu izvlieties jsu peles tipu."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Iziet"
-
-#~ msgid "Removable media"
-#~ msgstr "Izemams datu nesjs"
-
-#~ msgid "Active"
-#~ msgstr "Aktva"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "N"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Printeris, modelis \"%s\", atrasts pie "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Lokl printera ierce"
-
-#~ msgid "Printer Device"
-#~ msgstr "Printera ierce"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Attls CUPS serveris"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Attls CUPS serveris"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Sistmas rems"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Cits"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Ldzu izvlieties jsu tastatras izkrtojumu."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Ldzu uzklikiniet uz partcijas"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tips: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Slikts rezerves kopijas fails"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "X konfigurana"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Printera ierce"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Atcelt"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Labi"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Pele"
-
-#
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "toot"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "Izminu pieslgumu..."
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "Izminu pieslgumu..."
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "Sistma palaik ir pieslgta Internetam."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Nordiet apjomu, ko vlaties instalt"
-
-#~ msgid "Total size: "
-#~ msgstr "Kopjais izmrs: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Ldzu uzgaidiet, "
-
-#~ msgid "Total time "
-#~ msgstr "Kopjais laiks"
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Vai izmantot jau esoo X11 konfigurciju?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Kurai iercei ir pieslgts printeris\n"
-#~ "(atcerieties, ka /dev/lp0 atbilst LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Brdinjums, tkla adapteris jau ir konfigurts.\n"
-#~ "Vai vlaties to konfigurt atkrtoti?"
-
-#~ msgid "New"
-#~ msgstr "Jauns"
-
-#~ msgid "Remote"
-#~ msgstr "Attla"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Ldzu uzklikiniet uz partcijas"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Nenoteiktba (%s), esiet preczks\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (noklusti %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Jsu izvle? (noklusti %s ievadiet `none', ja nav) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "lasanai nevar atvrt /etc/sysconfig/autologin: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Vai vlaties prstartt tklu"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Vai js piekrtat?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Gatavojos prstartt tkla ierci:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Gatavojos prstartt tkla ierci %s. Vai piekrtat?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Ja vien js neesat prliecints par citu izvli, parasti ir jizvlas\n"
-#~ "\"/dev/hda\" (primrais galvenais IDE disks) vai \"/dev/sda\" (pirmais\n"
-#~ "SCSI disks)."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Savienojuma tips: "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Nordiet noklusto lietotju:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Ldzu notestjiet peli"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Ldzu nordiet vlamo instalanas un sistmas izmantoanas valodu."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Lai turpintu instalanu, jums ir jpieem s licences nosacjumi.\n"
-#~ "\n"
-#~ "\n"
-#~ "Nospiediet \"Pieemt\", ja piekrtat nosacjumiem.\n"
-#~ "\n"
-#~ "\n"
-#~ "Nospiediet \"Noraidt\", ja nepiekrtat nosacjumiem. Instalana tiks "
-#~ "prtraukta bez pareizjs\n"
-#~ "konfigurcijas izmaim."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Sarakst nordiet jsu tastatrai atbilstou izkrtojumu"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Ja vlaties, lai citas valodas (izemot to, ko nordjt instalanas\n"
-#~ "skum) btu pieejamas pc instalanas, ldzu nordiet ts augstk\n"
-#~ "esoaj sarakst. Ja vlaties izmantot visas, nospiediet \"Viss\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Izvlieties:\n"
-#~ "\n"
-#~ " - Pielgota: Ja pietiekami labi przinat GNU/Linux, jums tiks dota\n"
-#~ " iespja nordt sistmu pielietojumu. Skka informcija bs\n"
-#~ " pieejam vlk.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Eksperta: Noders, ja js labi przinat GNU/Linux un vlaties veikt\n"
-#~ " preczi pielgotu instalciju. Tpat k pielgotas instalcijas\n"
-#~ " gadjum, jums tiks dota iespja nordt sistmas pielietojumu.\n"
-#~ " Tomr ldzu, NEIZVLIETIES O, JA JS NEESAT PRLIECINTS PAR\n"
-#~ " SAVU RCBU!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Tagad jums ir jnorda manas pielietojums. Varat izvlties:\n"
-#~ "\n"
-#~ "* Darbastacija: ir idela izvle, ja plnojat sistmu galvenokrt "
-#~ "izmantot ikdienas vajadzbm biroj vai mjs.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Izstrdei: ja plnojat sistmu izmantot galvenokrt programmatras "
-#~ "izstrdei, ir laba izvle. aj\n"
-#~ " gadjum tiks instalts pilns programmu komplekts, lai js vartu "
-#~ "kompilt, atkdot un formatt skumkodu vai\n"
-#~ " veidot programmatras pakotnes.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Serveris: ja plnojat sistmu izmantot k serveri, ir laba izvle. "
-#~ "Tas var bt failu serveris (NFS vai\n"
-#~ " SMB), drukas serveris (Unix stila vai Microsoft Windows stila), "
-#~ "autentificanas serveris (NIS),\n"
-#~ " datubzu serveris utt. aj gadjum neceriet, ka tiks instalti kdi "
-#~ "izskaistinjumi (KDE, GNOME, un tml.)."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Tagad varat izvlties instaljamo vai uzlabojamo pakotu grupu.\n"
-#~ "\n"
-#~ "\n"
-#~ "Pc tam DrakX prbauds, vai pietiek vietas to visu instalanai.\n"
-#~ "Ja nav vietas, js brdins par to. Ja vlaties turpint, neskatoties\n"
-#~ "uz to, izvlto grupu instalana turpinsies, tau tiks izlaistas\n"
-#~ "daas mazk nodergas pakotnes. Saraksta apak varat izvlties\n"
-#~ "opciju \"Atseviu pakotu izvle\"; aj gadjum jums vajadzs\n"
-#~ "caurskatt vairk nek 1000 pakotu sarakstu..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Tagad js varat atsevii izvlties visas pakotnes, ko gribat "
-#~ "insrtalt.\n"
-#~ "\n"
-#~ "\n"
-#~ "Js varat izvstr vai sakaut koku, noklikinot uz opcijm pakotu loga\n"
-#~ "kreisaj str.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja js vlaties redzt visas sakotnes sakrtotas alfabta secb,\n"
-#~ "noklikiniet uz ikonas \"Sakrtots vien sarakst vai pa grupm\"\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja js nevlaties, lai js brdina par atkarbm, noklikiniet uz\n"
-#~ "\"Automtiskas atkarbas\". Ja js t izdart, emiet vr, ka "
-#~ "atteikans\n"
-#~ "no vienas pakotnes var izsaukt atteikanos no vairkm citm pakotnm,\n"
-#~ "kas ir no ts atkargas."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Ja jums ir visi aj sarakst nordtie CD, nospiediet Labi.\n"
-#~ "Ja jums nav neviena no nordtajiem CD, nospiediet Atcelt.\n"
-#~ "Ja trkst tikai dau CD, sarakst atsldziet tos un nospiediet Labi."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Ja vlaties savu datoru pieslgt Internetam vai loklam datortklam,\n"
-#~ "ldzu izvlieties pareizu opciju. Ldzu vispirms iesldziet attiecgu\n"
-#~ "ierci, pirms izvlaties opciju, lai DrakX noteiktu to automtiski.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja jums nav nekda pieslguma Internetam vai loklam datortklam,\n"
-#~ "izvlieties \"Atslgt tklu\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja js vlaties konfigurt tklu vlk pc instalanas, vai ar esat\n"
-#~ "jau pabeigui konfigurt jsu tkla pieslgumu, izvlieties \"Izdarts\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Modms nav atrasts. Ldzu nordiet, kuram serilajam portam tas "
-#~ "pieslgts.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jsu zinanai, pirmais serilais ports (ko Microsoft Windows sauc par\n"
-#~ "\"COM1\") Linux vid tiek saukts par \"ttyS0\"."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Tagad js varat ievadt iezvanpieejas opcijas. Ja js nezinat vai neesat\n"
-#~ "prliecints, ko ievadt, pareizu informciju var saemt no jsu "
-#~ "Interneta\n"
-#~ "pakalpojumu sniedzja. Ja js eit neievadt DNS (vrdu servera) "
-#~ "informciju,\n"
-#~ " informcija tiks iegta no jsu Interneta pakalpojumu sniedzja\n"
-#~ "pieslgans laik."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Ja jums ir rjs modms, ldzu iesldziet to un aujiet DrakX to noteikt "
-#~ "automtiski."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Ldzu iesldziet jsu modmu un nordiet pareizo modeli."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Ja js neesat prliecints, vai augstk eso informcija ir pareiza, "
-#~ "vai\n"
-#~ "ar js nezinat vai neesat prliecints, ko ievadt, pareizu informciju\n"
-#~ "var saemt no jsu Interneta pakalpojumu sniedzja. Ja js eit "
-#~ "neievadt\n"
-#~ "DNS (vrdu servera) informciju, informcija tiks iegta no jsu\n"
-#~ "Interneta pakalpojumu sniedzja pieslgans laik."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Tagad varat ievadt jsu datora vrdu, ja tas nepiecieamas.\n"
-#~ "Ja js to nezinat vai neesat prliecints, ko ievadt, pareizu "
-#~ "informciju\n"
-#~ "var saemt no jsu Interneta pakalpojumu sniedzja."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Tagad varat konfigurt tkla ierci.\n"
-#~ "\n"
-#~ " * IP adrese: ja to nezinat vai neesat prliecints, pajautjiet tkla "
-#~ "administratoram.\n"
-#~ " Jums nav jievada IP adrese, ja zemk izvlaties \"Automtisks IP"
-#~ "\".\n"
-#~ "\n"
-#~ " - Tklamaska: \"255.255.255.0\" parasti ir laba izvle. Ja nezinat vai "
-#~ "neesat prliecints, pajautjiet\n"
-#~ "tkla administratoram.\n"
-#~ "\n"
-#~ " - Automtisks IP: ja jsu datortkls izmanto BOOTP vai DHCP protokolu, "
-#~ "izvlieties o opciju. Kad t izvlta,nnav jnorda \"IP addrese\". Ja "
-#~ "nezinat vai neesat prliecints, pajautjiet tkla administratoram."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Tagad varat ievadt jsu datora vrdu, ja tas nepiecieamas.\n"
-#~ "Ja js to nezinat vai neesat prliecints, pajautjiet tkla "
-#~ "administratoram."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Tagad varat ievadt jsu datora vrdu, ja tas nepiecieams.\n"
-#~ "Ja nezinat vai neesat prliecints, atstjiet tuku."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Tagad js varat ievadt iezvanans opcijas. Ja js nezinat, ko "
-#~ "ievadt,\n"
-#~ "vajadzgo informciju var saemt no jsu ISP."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Ja js izmantosit proxy serverus, ldzu konfigurjiet tos. Ja js\n"
-#~ "nezinat, vai izmantosit proxy, pajautjiet tkla administratoram vai\n"
-#~ "savam ISP."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Ja jsu Interneta pieslgums ir konfigurts pareizi, js varat instalt\n"
-#~ "kriptogrfijas pakotnes. Vispirms nordiet spoguserveri, no kura\n"
-#~ "ieldt pakotnes, tad izvlieties instaljams pakotnes.\n"
-#~ "\n"
-#~ "\n"
-#~ "Atcerieties, ka spoguserveris un kriptogrfijas pakotnes ir jizvlas\n"
-#~ "atbilstoi jsu valsts likumdoanai."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "Tagad varat nordt laika joslu, kur js dzvojat."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Js varat konfigurt loklu printeri (kas pieslgts jsu datoram) vai\n"
-#~ "attlu printeri (pieejami Unix, Netware vai Microsoft Windows tkl)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Ja js vlaties izmantot printeri, izvlieties vienu no drukas sistmm "
-#~ "- \n"
-#~ "CUPS vai LRP.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS ir jauna, jaudga un elastga drukas sistma Unix sistmm (CUPS\n"
-#~ "nozm \"Common Unix Printing System\"). ir noklust Mandrake Linux\n"
-#~ "drukas sistma.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR ir vec drukas sistma, kas tika izmantota iepriekjs Mandrake "
-#~ "Linux\n"
-#~ "versijs.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja jums nav printera, izvlieties \"Neviens\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux var strdt ar dadiem printeru tipiem. Katram no iem tipiem\n"
-#~ "ir nepiecieama atirgi uzstdjumi.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja jsu printeris ir fiziski pieslgts jsu datoram, izvlieties "
-#~ "\"Lokls\n"
-#~ "printeris\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Ja js vlaties piekt printerim, kas ir pieslgts attlam Microsoft\n"
-#~ "Windows datoram (vai Unix datoram, kas izmanto SMB protokolu), "
-#~ "izvlieties\n"
-#~ "\"SMB/Windows 95/98/NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Ldzu iesldziet jsu printeri, pirms turpint un aut DrakX to noteikt.\n"
-#~ "\n"
-#~ "eit jums ir jievada noteikta informcija.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printera nosaukums: drukas spoltjs izmanto \"lp\" k noklusto "
-#~ "printera nosaukumu, tpc jums ir jbt\n"
-#~ " printerim, kas saucas \"lp\". Ja jums ir tikai viens printeris, js "
-#~ "varat tam pieirt vairkus nosaukumus.\n"
-#~ " Nosaukumi ir jatdala ar vertiklas svtras simbolu (\"|\"). "
-#~ "Tdjdi, ja js gribat izmantot saprotamku\n"
-#~ " nosaukumu, js to varat nordt pirmo, piemram, \"Mans printeris|lp"
-#~ "\". Printeris, kura nosaukum ir \"lp\",\n"
-#~ " bs noklustais printeris.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Apraksts: nav obligts, bet var nodert, ja jsu datoram ir "
-#~ "pieslgti vairki printeri, vai ar js gribat\n"
-#~ " ataut citiem datoriem pieslgties jsu printerim.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Atraans vieta: ja gribat, varat sniegt informciju par jsu "
-#~ "printera\n"
-#~ " atraans vietu (eit js varat rakstt visu, ko vlaties, "
-#~ "piemram,\n"
-#~ " \"otraj stv\").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "eit jums ir jievada noteikta informcija.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Rindas nosaukums: drukas spoltjs izmanto \"lp\" k noklust "
-#~ "printera nosaukumu, tpc jums ir jbt\n"
-#~ " printerim, kas saucas \"lp\". Ja jums ir tikai viens printeris, js "
-#~ "varat tam pieirt vairkus nosaukumus.\n"
-#~ " Nosaukumi ir jatdala ar vertiklas svtras simbolu (\"|\"). "
-#~ "Tdjdi, ja js gribat izmantot saprotamku\n"
-#~ " nosaukumu, js to varat nordt pirmo, piemram, \"Mans printeris|lp"
-#~ "\". Printeris, kura nosaukum ir \"lp\",\n"
-#~ " bs noklustais printeris.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Spolanas katalogs: tiei aj katalog tiek glabti drukas "
-#~ "uzdevumi. Ja nezinat, ko ievadt,\n"
-#~ " atstjiet noklusto vrtbu\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printera pieslgums: Ja jsu printeris fiziski ir pieslgts jsu "
-#~ "datoram, izvlieties \"Lokls printeris\".\n"
-#~ " Ja js vlaties piekt printerim, kas pieslgts attlam Unix "
-#~ "datoram, izvlieties \"Attls lpd printeris\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Ja js vlaties izmantot printeri, kas pieslgts attlam Microsoft "
-#~ "Windows datoram (vai Unix datoram, kas\n"
-#~ " izmanto SMB protokolu), izvlieties \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Ja js vlaties izmantot printeri, kas atrodas NetWare tkl, "
-#~ "izvlieties \"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Jsu printeris nav atrasts. Ldzu ievadiet ierces nosaukumu, kurai tas "
-#~ "ir\n"
-#~ "pieslgts.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jsu zinanai, vairums printeru ir pieslgti pirmajam parallajam "
-#~ "portam.\n"
-#~ "o portu GNU/Linux vid sauc par \"/dev/lp0\" bet Microsoft Windows vid\n"
-#~ "par \"LPT1\"."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Tagad jums ir jizvls printeri no augstk eso saraksta."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Ldzu izvlieties jsu printerim atbilstoas opcijas.\n"
-#~ "Izlasiet dokumentciju, ja nezinat, ko izvlties.\n"
-#~ "\n"
-#~ "\n"
-#~ "Nkamaj sol js varsit prbaudt izvlto konfigurciju un izmaint "
-#~ "to,\n"
-#~ "ja printeris nedarbosies pareizi."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Tagad varat ievadt jsu Mandrake Linux sistmas root paroli.\n"
-#~ "Parole ir jievada divas reizes, lai prliecintos, ka abas kopijas\n"
-#~ "sakrt un js neesat kdjies.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root ir sistmas administrators un viengais lietotjs, kam ir atauts\n"
-#~ "izmaint sistmas konfigurciju. iemesla d rpgi izvlieties o\n"
-#~ "paroli! Neautorizta root konta izmantoana var bt oti bstama\n"
-#~ "sistmas integrittei, ts datiem un citm tai pieslgtajm sistmm.\n"
-#~ "\n"
-#~ "\n"
-#~ "Parolei ir jbt vismaz 8 simbolus garai burtu un ciparu kombincijai.\n"
-#~ "To nekad nevajadztu pierakstt uz papra.\n"
-#~ "\n"
-#~ "\n"
-#~ "Neizvlieties prk garu vai saretu paroli: jums to ir\n"
-#~ "jspj atcerties bez prk lielas pieples."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Tagad js varat pievienot vienu vai vairkus \"parastu\" lietotju\n"
-#~ "kontus k pretstatu \"privilita\" lietotja kontam root. Varat "
-#~ "izveidot\n"
-#~ "vienu vai vairkus kontus katrai personai, kam bs atauts izmantot\n"
-#~ "jsu datoru. Atcerieties, ka katram lietotja kontam ir sava\n"
-#~ "konfigurcija (grafisk vide, programmu konfigurcija un tml.) un savs\n"
-#~ "\"mjas katalogs\", kur konfigurcija tiek glabta.\n"
-#~ "\n"
-#~ "\n"
-#~ "Vispirms izveidojiet kontu pats sev! Pat ja js bsit viengais\n"
-#~ "datora lietotjs, js NEDRKSTAT ikdien lietot root kontu: tas ir oti\n"
-#~ "liels drobas risks. oti biei tikai dai nepareizi nodrukti burti\n"
-#~ "var padart jsu sistmu nelietojamu.\n"
-#~ "\n"
-#~ "\n"
-#~ " iemesla d jums jiereistrjas sistm, izmantojot lietotja kontu,\n"
-#~ "ko js tlt izveidosit, un jiereistrjas k root tikai "
-#~ "administranas\n"
-#~ "un uzturanas uzdevumu veikanai."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Ir oti ieteicams izveidot sknanas disketi. Ja jums neizdosies "
-#~ "startt\n"
-#~ "savu datoru, t bs viengais veids, k to izglbt bez prinstalanas."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "LILO un grub galvens opcijas ir:\n"
-#~ " - Sknanas ierce: Norda ierces nosaukumu (t.i., ciet diska\n"
-#~ "partciju), uz kuras atrodas sknanas sektors. Ja vien neesat\n"
-#~ "prliecints par ko citu, izvlieties \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Pauze pirms noklust attla sknanas: Norda laiku sekundes\n"
-#~ "desmitdas, ko skntjs gaida pirms pirm attla ieldes.\n"
-#~ "Tas ir ieteicams sistmm, kas sknjas tiei no ciet diska tlt pc\n"
-#~ "tastatras aktivizanas. Sknana skas bez pauzes, ja \"pauze\" nav\n"
-#~ "nordta vai ir nulle.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video rems: Tas norda VGA teksta remu, kas tiek izvlts\n"
-#~ "sknanas laik. Ir pieejamas sekojoas vrtbas: \n"
-#~ " * normls: izvlas normlu 80x25 teksta remu.\n"
-#~ " * <skaitlis>: izmanto atbilstou teksta remu."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO ir skntjs SPARC sistmm: tas spj sknt GNU/Linux\n"
-#~ "vai jebkuru citu opertjsistmu, kas ir uzstdta jsu dator.\n"
-#~ "Parasti citas opertjsistmas tiek korekti noteiktas un instaltas.\n"
-#~ "Ja t nenotiek, js aj ekrn varat ar roku pievienot ierakstu. Esiet\n"
-#~ "uzmangs, izvloties pareizus parametrus.\n"
-#~ "\n"
-#~ "\n"
-#~ "Js varbt ar vlaties neaut nevienam piekt prjm "
-#~ "opertjsistmm,\n"
-#~ "un aj gadjum js varat izdzst attiecgos ierakstus. Bet aj\n"
-#~ "gadjum jums bs nepiecieama sknanas diskete, lai ts skntu!"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "SILO galvens opcijas ir:\n"
-#~ " - Skntja instalana: Norda, kur js vlaties novietot "
-#~ "informciju,\n"
-#~ "kas nepiecieama GNU/Linux sknanai. Ja vien neesat prliecints\n"
-#~ "par ko citu, izvlieties \"Diska pirmais sektors (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Pauze pirms noklust attla sknanas: Norda laiku sekundes\n"
-#~ "desmitdas, ko skntjs gaida pirms pirm attla ieldes.\n"
-#~ "Tas ir ieteicams sistmm, kas sknjas tiei no ciet diska tlt pc\n"
-#~ "tastatras aktivizanas. Sknana skas bez pauzes, ja \"pauze\" nav\n"
-#~ "nordta vai ir nulle."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Ir piencis laiks konfigurt X Window System, kas ir GNU/Linux GUI\n"
-#~ "(grafisk lietotja interfeisa) pamats. Lai to izdartu, jums ir\n"
-#~ "jkonfigur video karte un monitors. Tomr vairums no iem soiem ir\n"
-#~ "automatizti, tpc jsu uzdevums var bt tikai prbaudt izdarto\n"
-#~ "izvli un apstiprint parametrus :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Kad konfigurana ir pabeigta, tiks startts X (ja vien js\n"
-#~ "neldzat DrakX to nedart), lai js prbaudtu un apskattu, vai\n"
-#~ "parametri js apmierina. Ja tie neder, js varat atgriezties un tos\n"
-#~ "nomaint tik reizes, cik bs nepiecieams."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Ja ar X konfigurciju kaut kas nav krtb, izmantojiet s opcijas,\n"
-#~ "lai pareizi konfigurtu X Window System."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Ja dodat priekroku darba uzskanai grafisk rem, izvlietis \"J\",\n"
-#~ "citdi izvlieties \"N\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Jsu sistma tiks prstartta.\n"
-#~ "\n"
-#~ "Pc prstartanas jsu jaun Mandrake Linux sistma tiks ieldta\n"
-#~ "automtiski. Ja vlaties sknt kdu citu jau uzstdtu opertjsistmu,\n"
-#~ "ldzu izlasiet papildus nordjumus."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "ehijas (programmtju)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovkijas (programmtju)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Veidojam profila nosaukums:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Ierakstt /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formatt visu"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Pc visu partciju formatanas"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "visi js partcijs esoie dati tiks pazaudti"
-
-#~ msgid "Reload"
-#~ msgstr "Prldt"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "Vai vlaties izveidot auto instalanas disketi linux replikcijai?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ADSL konfigurcija"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Izmantojot attlu CUPS serveri, eit jums nav nepiecieams\n"
-#~ "konfigurt nevienu printeri. Printeri tiks atrasti automtiski,\n"
-#~ "ja vien serveris nav pieslgts citam tklam; td gadjum jums\n"
-#~ "ir jnorda CUPS servera IP adrese un, iespjams, porta numurs."
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "Attl rinda"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr "Domna nosaukums"
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "Nav printera"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "Tkla konfigurcija"
-
-#~ msgid "Profile "
-#~ msgstr "Profils "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Savienojuma tips: "
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr "Pieslgties Internetam"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Atslgties no Interneta"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Atslgties no Interneta"
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Atslgties no Interneta"
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "Savienojuma nosaukums"
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Noklusts"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Konfigurcijas faila saturu neizdodas saprast."
-
-#~ msgid "Adapter"
-#~ msgstr "Adapteris"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Atslgt"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "Ieslgt"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Tagad varat izmint peli. Izmantojiet pogas un riteni, lai\n"
-#~ "prliecintos, ka konfigurcija ir pareiza. Ja nav, varat nospiest\n"
-#~ "\"Atcelt\" un izvlties citu draiveri."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL (vai ADSL) pieslgums"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Pele"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Js varat tiei nordt URI, lai piektu printerim ar CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "J, izdrukt ASCII izminjuma lapu"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "J, izdrukt PostScript izminjuma lapu"
-
-#~ msgid "Paper Size"
-#~ msgstr "Papra izmrs"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Vai izmest lapu pc izdrukas?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Uniprint draivera opcijas"
-
-#~ msgid "Color depth options"
-#~ msgstr "Krsu dziuma opcijas"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Drukt tekstu k PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Vai labot teksta kpveida izdruku?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Lappuu skaits vien izdrukas lap"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Lab/Kreis mala punktos (1/72 collas das)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Augj/Apakj mala punktos (1/72 collas das)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Papildus GhostScript opcijas"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Papildus teksta opcijas"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Agrna lappuu secba"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Izvlieties attla printera pieslgumu"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Katram printerim ir nepiecieams nosaukums (piemram, lp).\n"
-#~ "Var nordt ar citus parametrus, piemram, printera aprakstu vai t\n"
-#~ "atraans vietu. Kdu nosaukumu pieirt im printerim, un kd veid\n"
-#~ "printeris ir pieslgts?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Katrai drukas rindai (uz kuru tiek adresti drukas uzdevumi) ir "
-#~ "nepiecieams\n"
-#~ "nosaukums (biei lp) un tai piesaistts spolanas katalogs. Kdu "
-#~ "nosaukumu\n"
-#~ "un katalogu izmantot ai rindai un k ir pieslgts printeris?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Rindas nosaukums"
-
-#~ msgid "Spool directory"
-#~ msgstr "Spolanas katalogs"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Lai palielintu sistmas drobu, izvlieties \"Izmantot shadow failu\"\n"
-#~ "un \"Izmantot MD5 paroles\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Ja jsu tkl lieto NIS, izvlieties \"Izmantot NIS\". Ja js to nezinat\n"
-#~ "pajautjiet savam tkla administratoram."
-
-#~ msgid "yellow pages"
-#~ msgstr "dzeltens lapas"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "LAN konfigurcija"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "Pakalpojumu sniedzja dns 1"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "Pakalpojumu sniedzja dns 2"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "K js vlaties pieslgties Internetam?"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Izvlieties failu"
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Izminu pieslgumu..."
-
-#, fuzzy
-#~ msgid "Configure..."
-#~ msgstr "Konfigurju..."
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "is startanas skripts mina ieldt moduus jsu usb pelei."
-
-#~ msgid "Boot style configuration"
-#~ msgstr "Sknanas stila konfigurana"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Tagad, kad ir konfigurts jsu Interneta pieslgums,\n"
-#~ "datoru var konfigurt t, lai kopgi izmantotu Interneta pieslgumu.\n"
-#~ "Piezme: jums ir nepiecieams atsevis tkla adapteris, lai uzstdti "
-#~ "loklo datortklu (LAN).\n"
-#~ "\n"
-#~ "Vai vlaties uzstdt Interneta pieslguma koplietoanu?\n"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Automtiskas atkarbas"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "LILO/GRUB konfigurana"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Sknanas disketes radana"
-
-#~ msgid "Choice"
-#~ msgstr "Izvle"
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr "horizontla jauka izskata aurora"
-
-#~ msgid "vertical traditional aurora"
-#~ msgstr "vertikla tradicionla aurora"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitors"
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Tagad varat izvlties dadas sistmas opcijas.\n"
-#~ "\n"
-#~ "* Izmantot ciet diska optimizcijas: opcija var uzlabot ciet diska "
-#~ "veiktspju, tau t ir paredzta tikai pieredzjuiem lietotjiem:\n"
-#~ " daas kdainas mikroshmas var izncint jsu datus, tpc js esat "
-#~ "brdints. Atcerieties, ka kodol ir iebvts disku un mikroshmu\n"
-#~ " melnais saraksts, tomr, ja vlaties iztikt bez nepatkamiem\n"
-#~ " prsteigumiem, neizvlieties o opciju.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Izvlieties drobas lmeni: js varat izvlties sistmas drobas\n"
-#~ " lmeni. Pilngu informciju mekljiet rokasgrmat. Parasti, ja\n"
-#~ " nezinat, atstjiet noklusto vrtbu.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Preczs RAM apjoms, ja nepiecieams: dieml msdienu datoru\n"
-#~ " pasaul nav vienotas metodes, k pajautt BIOSam par jsu dator\n"
-#~ " uzstdts atmias apjomu. Rezultt Linux ne vienmr pareizi\n"
-#~ " nosaka jsu datora RAM apjomu. Ja t notiek, js eit varat\n"
-#~ " nordt pareizu RAM apjomu. emiet vr, ka 2 vai 4 MB atirba\n"
-#~ " ir normla.\n"
-#~ "\n"
-#~ "* Nomainmu datu nesju automontana: ja nevlaties katru reizi montt\n"
-#~ " nomainmus datu nesjus (CD-ROM, disketi, Zip u.c.), drukjot \"mount"
-#~ "\" un \"umount\", izvlieties o opciju.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Iztrt \"/tmp\" katras sknanas laik: ja js vlaties sistmas "
-#~ "sknanas laik izdzst visus failus un\n"
-#~ " katalogus, kas atrodas \"/tmp\", izvlieties o opciju.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Ieslgt NumLock palaianas laik: ja vlaties, lai pc sknanas "
-#~ "btu ieslgts NumLock, izvlieties o\n"
-#~ " opciju. emiet vr, ka to nevajadztu izvlties klpjdatoriem, un "
-#~ "ka NumLock var strdt vai nestrdt X vid."
-
-#~ msgid "Sorry, the mail configuration is not yet implemented. Be patient."
-#~ msgstr ""
-#~ "Atvainojiet, pasta konfigurana vl nav realizta. Esiet pacietgi."
-
-#
-#~ msgid "Internet/Network access"
-#~ msgstr "Internets/Pieeja tklam"
-
-#, fuzzy
-#~ msgid "Miscellaneous"
-#~ msgstr "Dadi jautjumi"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Dadi jautjumi"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "Nevar izmantot supermount augst drobas lmen"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "emiet vr: PIE DROBAS LMEA ROOT SESIJAS ATVRANA NO KONSOLES\n"
-#~ "NAV ATAUTA! Ja vlaties bt root, jums vispirms ir jatver parasta\n"
-#~ "lietotja sesija un tad jizmanto \"su\". Visprgi runjot, neceriet\n"
-#~ "izmantot savu datoru kam citam k vien servera uzdevumiem.\n"
-#~ "Js esat brdints."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Esiet uzmangs, numlock ieslgana liek daudziem taustiiem parasto\n"
-#~ "burtu viet rdt ciparus (piemram, `p' nospieana dod `6')"
-
-#~ msgid "not connected"
-#~ msgstr "nav pieslgts"
-
-#, fuzzy
-#~ msgid "Actions"
-#~ msgstr "Atraans vieta"
-
-#~ msgid "Scientific applications"
-#~ msgstr "Zintnisks programmas"
-
-#~ msgid "File/Print/Samba"
-#~ msgstr "Serveris, Failu/Drukas/Samba"
-
-#~ msgid "DNS/DHCP "
-#~ msgstr "Serveris, DNS/DHCP"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Pirmais DNS serveris"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Otrais DNS serveris"
-
-#~ msgid "using module"
-#~ msgstr "izmantojot moduli"
-
-#
-#~ msgid "Development, Database"
-#~ msgstr "Izstrde, Datubze"
-
-#~ msgid "Development, Integrated Environment"
-#~ msgstr "Izstrde, Integrt vide"
-
-#
-#~ msgid "Development, Standard tools"
-#~ msgstr "Izstrde, Standartrki"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Kuru(s) skntju(s) vlaties izmantot?"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
diff --git a/perl-install/share/po/mt.po b/perl-install/share/po/mt.po
deleted file mode 100644
index cdf4678f3..000000000
--- a/perl-install/share/po/mt.po
+++ /dev/null
@@ -1,12071 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# Ramon Casha <ramon.casha@linux.org.mt>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-10 18:12CET\n"
-"Last-Translator: Ramon Casha <ramon.casha@linux.org.mt>\n"
-"Language-Team: Maltese <mt@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Ikkonfigura l-heads kollha independentement"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Uża estensjoni Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Ikkonfigura l-kard \"%s\" (%s) biss"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Konfigurazzjoni multi-head"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Is-sistema tiegħek tissaporti konfigurazzjoni \"multi-head\".\n"
-"Xi trid tagħmel?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Kard grafika"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Agħżel kard grafika"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Agħżel server X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Agħżel driver"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "Driver X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Liema konfigurazzjoni ta' XFree trid li jkollok?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Il-kard tiegħek tista' tagħmel użu minn aċċelerazzjoni 3D, imma b' XFree %s "
-"biss.\n"
-"Il-kard tiegħek hija magħrufa minn XFree %s, li jista' jkollu sapport aħjar "
-"2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Il-kard tiegħek tista' tagħmel użu minn aċċelerazzjoni 3D b' XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s b'aċċelerazzjoni 3D"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Il-kard tiegħek tista' tagħmel użu minn aċċelerazzjoni 3D b' XFree %s.\n"
-"DIN HIJA FAĊILITÀ SPERIMENTALI U TISTA' TWAĦĦAL IL-KOMPJUTER."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s b'aċċelerazzjoni 3D ESPERIMENTALI"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Il-kard tiegħek tista' tagħmel użu minn aċċelerazzjoni 3D b' XFree %s.\n"
-"DIN HIJA FAĊILITÀ SPERIMENTALI U TISTA' TWAĦĦAL IL-KOMPJUTER.\n"
-"Il-card tiegħek hija magħrufa minn XFree %s, li jista' jkollu sapport aħjar "
-"2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (driver tal-iskrin għall-installazzjoni)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Konfigurazzjoni XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Agħżel id-daqs tal-memorja tal-kard tal-grafika"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Ikkonfigura għażliet tas-server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Agħżel skrin"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Skrin"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Iż-żewġ parametri kritiċi huma frekwenza vertikali (vertical refresh rate), "
-"li\n"
-"hija r-rata li biha l-iskrin sħiħ jiġi aġġornat, u iżjed importanti il-"
-"frekwenza\n"
-"orizzontali (horizontal refresh rate), li hija r-rata li biha jiġu aġġornati "
-"l-linji.\n"
-"\n"
-"Huwa importanti ħafna li ma tistpeċifikax skrin b'rata iżjed mgħaġġla milli\n"
-"kapaċi juri l-iskrin tiegħek, għax tista' tagħmillu l-ħsara.\n"
-"Jekk għandek xi dubju, agħżel valur żgħir."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Frekwenza orizzontali"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Frekwenza vertikali"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Skrin mhux issettjat"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Kard grafika għad m'hix issettjata"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Reżoluzzjoni għadha ma ngħażlitx"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Trid tittestja din il-konfigurazzjoni?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Twissija: it-test ta' din il-kard grafika jista' jwaħħal il-kompjuter"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test tal-konfigurazzjoni"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"ipprova ibdel xi parametri"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Instabet problema:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Ħiereġ f' %d sekondi"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Dan is-seting huwa tajjeb?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Instabet problema. Ipprova ibdel xi parametri"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Reżoluzzjoni"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Agħżel reżoluzzjoni u finezza ta' kuluri"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Kard grafika: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Iżjed"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modalità esperti"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Uri kollox"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Reżoluzzjonijiet"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tqassim tat-tastiera: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tip ta' maws: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Apparat maws: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Skrin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Frek.Orizzontali Skrin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Frek. Vertikali Skrin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Kard grafika: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikazzjoni tal-kard grafika: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memorja grafika: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Numru ta' kuluri: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Reżoluzzjoni: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Server XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Driver XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Qed nipprepara l-konfigurazzjoni X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "X'tixtieq tagħmel?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Nibdel l-iskrin"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Nibdel il-kard grafika"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Nibdel l-għażliet tas-server"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Nibdel ir-reżoluzzjoni"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Nara l-informazzjoni"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Nerġa' nittestja"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Noħroġ"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Trid iżżomm il-bidliet?\n"
-"Il-konfigurazzjoni kurrenti hija:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X fil-bidu"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Nista' nissettja l-kompjuter biex awtomatikament jidħol f' X malli jitla'.\n"
-"Trid ittella' X Windows meta tixgħel?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Jekk jogħġbok oħroġ u erġa' idħol fuq %s biex tara l-bidliet."
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Jekk jogħġbok oħroġ mid-desktop u agħfas Ctrl-Alt-Backspace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 kuluri (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 elf kulur (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 elf kulur (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljun kulur (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 biljun kulur (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB jew iżjed"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA standard, 640x480 b' 60Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 b' 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514/kompatibbli, 1024x768 b' 87 Hz interlaced (ma jieħux 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 b' 87 Hz interlaced, 800x600 b' 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA estiż, 800x600 b' 60 Hz, 640x480 b' 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA mhux interlaced, 1024x768 b' 60 Hz, 800x600 b' 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA frekwenza għolja, 1024x768 b' 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frekwenza li jiflaħ 1280x1024 b' 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frekwenza li jiflaħ 1280x1024 b' 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frekwenza li jiflaħ 1280x1024 b' 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Skrin li jiflaħ 1600x1200 b' 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Skrin li jiflaħ 1600x1200 b' 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "L-ewwel settur tal-partizzjoni \"boot\""
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "L-ewwel settur tal-ħard disk (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Installazzjoni SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Fejn tixtieq tinstalla l-\"bootloader\"?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Installazzjoni LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO b'menu testwali"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO b'menu grafiku"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Tella' minn DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Għażliet prinċipali tal-bootloader"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Liema bootloader tuża"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installazzjoni tal-bootloader"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Diska/apparat \"boot\""
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ma jaħdimx ma' kompjuters antiki)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Żgħir"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compact"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Konfigurazzjoni video"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Stennija qabel ittella' l-għażla impliċita"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Password"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Password (erġa')"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Irrestrinġi l-għażliet tal-linja tal-kmand"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "restrict"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Clean /tmp kull meta tixgħel"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Daqs eżatt ta' memorja jekk meħtieġ (sibt %d RAM)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Ippermetti profili differenti"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Agħti d-daqs tar-RAM f'MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"L-għażla \"irrestrinġi l-għażliet tal-linja tal-kmand\" m'għandha ebda "
-"effett minngħajr password"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Erġa' pprova"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Il-passwords ma jaqblux"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Messaġġ tal-bidu"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Stennija Open Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Skadenza tal-ħin għall-kernel boot"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Ippermetti boot mis-CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Ippermetti Boot OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "OS Impliċitu?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Hawn huma l-elementi differenti>\n"
-"Tista' żżid iżjed jew tibdel dawk li hemm."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Żid"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Lest"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Biddel"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Liema tip ta' sistema operattiva trid iżżid?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "OS ieħor (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "OS ieħor (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "OS ieħor (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Image"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Żid fl-aħħar"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Ikteb-aqra"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabella"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Mhux sikur"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Isem"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Impliċitu"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Daqs ta' initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "EbdaVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Neħħi element"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Isem vojt mhux aċċettat"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Trid tispeċifika \"image\" tal-kernel"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Trid tispeċifika partizzjoni \"root\""
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Dan l-isem diġà qed jintuża"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Sibt %s interfaċċji %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Għandek iżjed?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Il-kompjuter għandu interfaċċji %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Le"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Iva"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Ara info. dwar ħardwer"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Qed ninstalla driver għal %s kard %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modulu %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Liema driver %s tridni nipprova?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"F'ċerti każi id-driver %s ikollu bżonn iżjed informazzjoni biex jaħdem\n"
-"sew, għalkemm is-soltu jaħdem sew mingħajrha. Trid tispeċifika xi\n"
-"informazzjoni lid-driver, jew tħallih ifittex l-apparat waħdu? Kulltant, "
-"it-\n"
-"tfittix iġiegħel lill-kompjuter jeħel, imma dan m'għandux jagħmel ħsara."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Fittex"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Speċifika informazzjoni"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Tista' tipprovdi l-għażliet lill-modulu %s.\n"
-"L-għażliet għandhom il-format \"isem=valur isem=valur ...\".\n"
-"Per eżempju, \"io=0x300 irq=7\"."
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Għażliet tal-modulu:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Il-modulu %s ma rnexxielux jitla'.\n"
-"Trid terġa' tipprova b'parametri oħra?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "aċċess għall-programmi X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "aċċess għall-għodda rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "ippermetti \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "aċċess għall-fajls amministrattivi"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s diġà miżjud)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Dan il-password sempliċi wisq"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Jekk jogħġbok agħti isem ta' user"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"L-isem tal-user jista' jkun fih biss ittri żgħar, numri, \"-\" u \"_\"."
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Dan l-isem ta' user diġà jeżisti"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Żid user"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Daħħal dettalji ta' user\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aċċetta user"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Isem veru"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Isem tal-user"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Stampa"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Awto-login"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Nista' nissettja l-kompjuter biex awtomatikament jagħmel login fuq user "
-"wieħed.\n"
-"Trid tissettja din il-faċilità?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Agħżel il-user impliċitu:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Agħżel liema \"window manager\" trid tħaddem:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Agħżel liema lingwa trid tuża."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Tista' tagħżel lingwi oħra li jkun u disponibbli wara li tinstalla"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Kollha"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Ippermetti l-users kollha"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personalizzat"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Ebda offerti (sharing)"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Irid jiġi nstallat il-pakkett %s. Tridni ninstallah?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Tista' toffri direttorji bl-NFS jew Samba. Liema trid?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Pakkett meħtieġ %s huwa nieqes"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Ikkanċella"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Ħaddem userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Id-direttorju offruti (file sharing) għall-users juża l-\n"
-"grupp \"fileshare\". Tista' tuża userdrake biex iżżid\n"
-"users ma' dan il-grupp."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bieb miftuħ beraħ!"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Ftit li xejn"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Tajjeb"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Tajjeb ħafna"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoiku"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Oqgħod attent jekk tuża dan il-livell. Il-kompjuter tiegħek jista' ikun iżed "
-"faċli tużah, imma jkun vulnerabbli ħafna. Qatt m'għandu jintuża fuq "
-"kompjuter imqabbad ma' oħrajn permezz ta' network jew ma' l-internet. Ma "
-"hemm ebda password."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Il-passwords issa huma mixgħula, imma l-użu fuq l-internet jew network xorta "
-"m'hux rakkomandat."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Dan huwa s-seting rakkomandat jekk se tuża dan il-kompjuter fuq l-internet "
-"bħala klijent."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Diġà hemm xi restrizzjonijiet, u iżjed testijiet awtomatiċi jitħaddmu kuljum "
-"bil-lejl."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"B'dan il-livell ta' sigurtà jsir possibbli li tuża dan il-kompjuter bħala "
-"server.\n"
-"Is-sigurtà hija għolja biżżejjed biex jintuża bħala server li jaċċetta "
-"konnessjonijiet\n"
-"minn ħafna kompjuters oħra. Jekk int se tuża l-kompjuter bħala klijent biss, "
-"jew biex taċċessa l-internet, jaqbillek livell iżjed baxx."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ibbażat fuq il-livell ta' qabel, imma issa s-sistema hija magħluqa għal "
-"kollox.\n"
-"Is-setinga tas-sigurtà qegħdin fil-massimu."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Agħżel livell ta' sigurtà"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Livell ta' sigurtà"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Uża libsafe għas-servers"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Din hija librerija li tipproteġi kontra attakki \"buffer overflow\" u "
-"\"fomat string\"."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Merhba ghal %s - ghazla ta' sistema operattiva\n"
-"\n"
-"Aghzel sistema operattiva mil-lista ta' fuq, jew\n"
-"stenna %d sekondi ghall-ghazla implicita\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Merhba ghal GRUB - ghazla ta' sistema operattiva"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Uza l-buttuni %c u %c biex taghzel liema element huwa mmarkat."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Aghfas Enter biex tibda' s-sistema operattiva mmarkata, 'e' biex tbiddel"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "il-kmand qabel tibda', jew 'c' ghal linja ta' kmand."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "L-ghazla mmarkata se tinbeda' awtomatikament f' %d sekondi"
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "M'hemmx biżżejjed spazju fuq /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Ma tistax tinstalla l-bootloader fil-partizzjoni %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "għad m'hemmx għajnuna implementata.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfigurazzjoni ta' l-istil ta' boot"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fajl"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fajl/O_ħroġ"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor NewStyle bil-kategoriji"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor tradizzjonali"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor tradizzjonali Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Ħaddem Aurora mal-boot"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Modalità lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Modalità yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Bħalissa qed tuża %s bħala BootManager.\n"
-"Klikkja \"ikkonfigura\"\" biex tħaddem il-konfiguratur."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Ikkonfigura"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Modalità sistema"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Ħaddem X-Windows malli titla'"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Le, ma rridx awto-login"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Iva, rrid awto-login b'dan il-user u desktop"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Ma nistax niftaħ /etc/inittab għall-qari: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuti"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "minuta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekondi"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Ma nistax nieħu ritratti tal-iskrin qabel toħloq il-partizzjonijiet"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Ir-ritratti jkunu disponibbli wara l-installazzjoni f' %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Franza"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Kosta Rika"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belġju"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Repubblika Kżeka"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Ġermanja"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Greċja"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norveġja"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Svezja"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Netherlands"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italja"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Awstrija"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Stati Uniti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Ħu \"backup\" tal-informazzjoni qabel tkompli"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Aqra sew!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Jekk bi ħsiebek tuża aboot, kun ċert li tħalli spazju fil-bidu tad-diska "
-"(2048 setturi biżżejjed)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Problema"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Saħħar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Agħżel azzjoni"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Għandek partizzjoni waħda kbira FAT\n"
-"(ġeneralment użata minn Microsoft DOS/Windows).\n"
-"Nissuġġerixxi li l-ewwel iċċekken dik il-partizzjoni\n"
-"(klikkja fuqha, u agħfas \"ibdel daqs\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Jekk jogħġbok klikkja fuq partizzjoni"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Dettalji"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Vojt"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Oħrajn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipi ta' filesystem"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Oħloq"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tip"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Uża \"%s\" minnflok"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Ħassar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "L-ewwel agħfas \"żmonta\""
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Jekk tibdel it-tip ta' partizzjoni %s, l-informazzjoni kollha li hemm fuqha "
-"tintilef"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Agħżel partizzjoni"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Agħżel partizzjoni oħra"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Oħroġ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Idħol f'modalità għal esperti"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Lura f'modalità normali"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Annulla"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Trid tkompli xorta?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Oħroġ minngħajr ma tikteb"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Trid toħroġ minngħajr ma tikteb it-tabella tal-partizzjonijiet?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Trid tikteb il-modifiki għal /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Awto-allokazzjoni"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Neħħi kollox"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informazzjoni dwar il-ħard disk"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Il-partizzjonijiet primarji kollha mimlijin"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ma nistax inżid iżjed partizzjonijiet"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Biex iżżid iżjed partizzjonijiet, trid tħassar waħda milli hemm biex tkun "
-"tista' toħloq partizzjoni estiża"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Ikteb it-tabella ta' partizzjonijet"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Erġa tella' tabella ta' partizzjonijiet"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Salva tabella ta' partizzjonijiet"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Erġa' aqra t-tabella ta' partizzjonijiet"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Awto-muntar ta' diski li jinħarġu"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Agħżel fajl"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Il-tabella tal-partizzjonijiet għall-backup m'għandiex l-istess daqs.\n"
-"Tkompli xorta?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Twissija"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Daħħal floppy fid-drive\n"
-"Kull ma hemm fuq il-floppy se jitħassar"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Qed nipprova nsalva t-tabella ta' partizzjonijiet"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Informazzjoni dettaljata"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Post għall-immontar"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Għażliet"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Ibdel daqs"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Mexxi"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formattja"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Immonta"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Żid ma' RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Żid ma' LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Żmonta"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Neħħi mir-RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Neħħi mill-LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Biddel RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Uża bħala loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Oħloq partizzjoni ġdida"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Settur tal-bidu: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Daqs f' MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tip ta' filesystem: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punt ta' mmuntar: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferenzi: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Trid tneħħi l-fajl ta' loopback?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Ibdel tip ta' partizzjoni"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Liema filesystem trid?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Qed nibdel minn ext2 għal ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Fejn trid timmonta l-fajl ta' loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Fejn trid timmonta d-diska %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ma nistax inneħħi l-punt ta' mmuntar għax din il-partizzjoni qed tintuża "
-"għal loopback.\n"
-"L-ewwel neħħiha minn loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Qed nikkalkula l-limiti tal-filesystem FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Qed nibdel id-daqs"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Din il-partizzjoni ma tistax tinbidel id-daqs tagħha"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr ""
-"L-informazzjoni kollha fuq din il-partizzjoni għandha tiġi kkupjata fuq "
-"backup"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Wara li tibdel id-daqs tal-partizzjoni %s, l-informazzjoni kollha fuqha "
-"tintilef"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Agħżel id-daqs il-ġdid"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Daqs ġdid f'MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Fuq liema diska trid tmexxiha?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Settur"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Fuq liema settur trid tmexxiha?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Qed titmexxa"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Qed jitmexxa l-partizzjoni..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Agħżel RAID eżistenti biex iżżid miegħu"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "ġdid"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Agħżel LVM eżistenti biex iżżid miegħu"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Isem tal-LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Din il-partizzjoni ma tistax tintuża għal loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Isem ta' fajl għal loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Agħti isem ta' fajl"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Fajl diġà qed jintuża minn loopback ieħor, agħżel ieħor"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Fajl diġà jeżisti. Tuża lilu?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Għażliet għall-immuntar"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Varji"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "apparat"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "livell"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "daqs ta' \"chunk\""
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Oqgħod attent: dan il-proċess huwa perikoluż."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "X'tip ta' partizzjoni?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Jiddispjaċini, ma nistax noħloq /boot daqshekk 'il quddiem fid-diska (fuq "
-"ċilindru > 1024).\n"
-"Jekk tuża l-LILO din ma taħdimx, jekk ma tużax il-LILO ma jkollokx bżonn "
-"partizzjoni /boot."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Il-partizzjoni li għażilt bħala root (/) fiżikament qegħda fuq ċilindru wara "
-"l-1024 \n"
-"fuq id-diska, u m'għandekx partizzjoni /boot. Jekk se tuża l-bootmanager "
-"LILO, \n"
-"kun ċert li toħloq partizzjoni /boot, li tkun qabel ċilindru 1024."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Int għażilt partizzjoni software-RAID bħala root (/).\n"
-"Ebda bootloader m'hu kapaċi jħaddem dan mingħajr partizzjoni /boot.\n"
-"Għalhekk aċċerta li jkollok partizzjoni /boot mhux fuq ir-RAID."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "It-tabella tal-partizzjonijiet tad-diska %s se tinkiteb fuq id-diska."
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Trid tirributja sabiex il-bidliet ikollhom effett."
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Wara li tifformattja l-partizzjoni %s, l-informazzjoni kollha fuqha tintilef."
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Qed nifformattja"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Qed nifformattja fajl ta' loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Qed nifformattja partizzjoni %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Aħbi fajls"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Mexxi fajls għal partizzjoni ġdida"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Id-direttorju %s diġà fih xi fajls\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Qed jitmexxew il-fajls għal partizzjoni ġdida"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Qed nikkopja %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Qed inneħħi %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partizzjoni %s issa magħrufa bħala %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Apparat: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Ittra tad-diska fid-DOS: %s (probabbli)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tip: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Isem: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Bidu: settur %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Daqs: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s setturi"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Ċilindri %d sa %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formattjat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Mhux formattjat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Immuntat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Fajl/s ta' loopback:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partizzjoni li tibda' impliċitament\n"
-" (għad-DOS/Windows, mhux għal-lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Livell %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Daqs ta' \"chunk\" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Diski RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Isem ta' fajl loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Aktarx, din il-partizzjoni\n"
-"hija partizzjoni ta' Driver,\n"
-"jaqbillek tħalliha kif inhi.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Din il-partizzjoni speċjali\n"
-"\"bootstrap\" qegħda biex\n"
-"tagħżel os meta tixgħel.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Daqs: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Ġeometrija: %s ċilindri, %s heads, %s setturi\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Diski LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tip ta' tabella tal-partizzjonijiet: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "fuq bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Għażliet: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Ċavetta taċ-ċifrazzjoni tal-filesystem (password)"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Agħżel ċavetta għaċ-ċifrazzjoni tal-filesystem"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Din iċ-ċavetta taċ-ċifrazzjoni huwa sempliċi wisq (irid ikun twil tal-inqas %"
-"d ittri)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Il-muftieħ taċ-ċifrar ma jaqbilx"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Ċavetta taċ-ċifrazzjoni"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Ċavetta taċ-ċifrazzjoni (darb' oħra)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Ibdel tip"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Jekk jogħġbok klikkja fuq mezz"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Fittex servers"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formattjar ta' %s falla"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ma nafx kif nifformattja %s b'tip %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck falla b'kodiċi %d jew sinjal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "problema fl-iżmuntar ta' %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "sempliċi"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "b' /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Ma tistax tuża JFS għal partizzjonijiet iżgħar minn 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Ma tistax tuża ReiserFS għal partizzjonijiet iżgħar minn 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Punti ta' mmuntar iridu jibdew b' /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Diġà hemm partizzjoni b'punt ta' mmuntar %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Ma tistax tuża volum loġiku LVM għall-punt ta' mmuntar %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Dan id-direttorju irid jibqa' fil-filesystem root."
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Għandek bżonn filesystem vera (ext2, reiserfs) għal dan il-punt ta' mmuntar\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Ma tistax tuża filesystem iċċifrat għall-punt ta' mmuntar %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "M'hemmx biżżejjed spazju għal awto-allokazzjoni"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "M'hemm xejn x'nagħmel"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Problema waqt il-ftuħ ta' %s għall-kitba: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Instabet problema - ebda apparat validu ma nstab fejn jinħolqu filesystems "
-"ġodda. Iċċekkja l-kompjuter għall-kawża ta' din il-problema."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "M'għandek ebda partizzjoni!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux hija sistema operattiva \"multi-user\", u dan ifisser li l-users \n"
-"kollha jista' jkollhom il-preferenzi tagħhom, fajls personali eċċ. Tista'\n"
-"taqra l-\"User Guide\" għal iżjed tagħrif. Imma, kontra tal-user \"root\",\n"
-"li huwa l-amministratur, il-users li żżid hawn ma jkunu jistgħu jibdlu xejn\n"
-"ħlief il-fajls u konfigurazzjoni personali tagħhom. Inti trid toħloq ta' \n"
-"l-inqas user regolari wieħed għalik. Dan huwa l-user li bih għandek tagħmel\n"
-"ix-xogħol ta' kuljum. Filwaqt li jista' jkun iżed faċli tuża l-user \"root"
-"\" \n"
-"ta' kuljum, dan huwa perikoluż ħafna. L-iċken żball jista' jwaqqaf is-"
-"sistema\n"
-"milli taħdem. Jekk tagħmel anke żball serju b'user regolari, tista' titlef "
-"xi \n"
-"informazzjoni imma mhux is-sistema sħiħa.\n"
-"\n"
-"L-ewwel trid iddaħħal l-isem veru tiegħek. Dan mhux bilfors, ovvjament, u\n"
-"fil-fatt tista' ddaħħal li trid. DrakX imbgħad jieħu l-ewwel kelma u "
-"ipoġġiha\n"
-"fl-\"isem tal-user\". Dan huwa l-isem li jintuża biex tidħol fis-sistema. \n"
-"Tista' tibdel dan l-isem, imbgħad daħħal password. Filwaqt li l-password "
-"ta'\n"
-"user regolari mhux kruċjali daqs tar-root, dejjem jaqbillek tagħżel "
-"password\n"
-"tajjeb - ftakar li hemm il-fajls tiegħek fin-nofs.\n"
-"\n"
-"Jekk tagħfas \"Aċċetta user\", tista' żżid users oħra kemm hemm bżonn. "
-"Tista' żżid users għal ħutek, it-tfal jew ġenituri, jew lill-ħbieb, per "
-"eżempju. \n"
-"Meta tlesti milli żżid il-users kollha li trid, agħfas \"Lest@.\n"
-"\n"
-"Jekk tagħfas il-buttuna \"Avvanzat\", tkun tista' tbiddel ix-\"shell\" \n"
-"impliċita tal-user, li normalment tkun \"bash\"."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Hawn fuq issib il-partizzjonijiet ta' Linux li nstabu fuq id-diska. Tista' \n"
-"żżomm l-għażliet li għamel is-saħħar, huma tajbin għal ħafna każi.\n"
-"Jekk tagħmel tibdiliet, trid ta' l-inqas tiddefinixxi partizzjoni root (\"/"
-"\")\n"
-"Tagħżilx daqs żgħir wisq inkella ma tkunx tista' tinstalla l-programmi\n"
-"kollha li jkollok bżonn. Jekk tixtieq iżżomm l-informazzjoni fuq "
-"partizzjoni\n"
-"separata, trid toħloq ukoll partizzjoni għal \"/home\" (għal dan irid "
-"ikollok\n"
-"iżjed minn partizzjoni waħda Linux).\n"
-"\n"
-"Kull partizzjoni hija mniżżla b'dan il-mod: \"Isem\", \"Daqs\".\n"
-"\n"
-"L-isem huwa mqassam hekk: \"tip ta' diska\", \"numru ta' diska\", \"numru\n"
-"tal-partizzjoni\", per eżempju, \"hda1\". \n"
-"\n"
-"It-tip ta' diska huwa \"hd\" jekk id-diska hija tip IDE, u \"sd\" jekk "
-"hija \n"
-"tip SCSI.\n"
-"\n"
-"In-numru tad-diska huwa l-ittra ta' wara \"hd\" jew \"sd\". Għal diski IDE,\n"
-"\"a\" hija d-diska \"master\" fuq il-kontrollatur IDE primarju,\n"
-"\"b\" hija d-diska skjav fuq il-kontrollatur IDE primarju,\n"
-"\"c\" hija d-diska \"master\" fuq il-kontrollatur IDE sekondarju,\n"
-"\"d\" hija d-diska skjav fuq il-kontrollatur IDE sekondarju\n"
-"\n"
-"Fuq diski SCSI, \"a\" hija d-diska bl-iżjed ID baxx, \"b\" hija t-tieni, eċċ."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"L-installazzjoni ta' Mandrake Linux hija maqsuma fuq diversi CD-ROMs. DrakX\n"
-"jaf jekk pakkett partikulari hux qiegħed fuq CD-ROM oħra u jiftaħ is-CD u \n"
-"jindikalek biex iddaħħal li jmiss skond il-ħtieġa."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Issa wasal il-mument fejn tagħżel liema programmi tixtieq tinstalla fuq\n"
-"is-sistema tiegħek. Hemm eluf ta' pakketti disponibbli għal Mandrake Linux,\n"
-"u m'għandekx għalfejn tkun tafhom kollha.\n"
-"\n"
-"Jekk se tagħmel installazzjoni standard mis-CD-ROM, l-ewwel tiġi mistoqsi\n"
-"liema CDs għandek (modalità esperta biss). Iċċekkja t-tikketti tas-CDs u \n"
-"immarka l-kaxex li jikkorrispondu għas-CDs li għandek. Klikkja \"Ok\" meta\n"
-"tkun lest biex tkompli.\n"
-"\n"
-"Il-pakketti huma mqassma fi gruppi li jikkorrespondu għat-tip ta' użu tal-\n"
-"kompjuter. Il-gruppi stess huma mqassma f'erba' sezzjonijiet:\n"
-"\n"
-" * \"Workstation\": jekk fi ħsiebek tuża l-kompjuter bħala workstation, \n"
-"agħżel wieħed jew iżjed mill-gruppi li tixtieq.\n"
-"\n"
-"\n"
-" * \"Żviluppar\": jekk tixtieq tuża l-kompjuter biex tipprogramma, agħżel\n"
-"il-gruppi li trid.\n"
-" * \"Server\": jekk il-kompjuter huwa intenzjonat bħala server. tista' "
-"tagħżel\n"
-"l-iżjed servizzi komuni li tixtieq tinstalla fuq il-magna.\n"
-"\n"
-" * \"Ambjent Grafiku\": finalment, dan huwa fejn tagħżel l-ambjent grafiku "
-"li\n"
-"tippreferi. Ta' l-inqas trid tagħżel wieħed minn dawn jekk trid li jkollok \n"
-"ambjent grafiku.\n"
-"\n"
-"Jekk tmexxi l-maws fuq wieħed mill-ismijiet tara deskrizzjoni qasira dwar "
-"dak\n"
-"il-grupp. Jekk tneħħi l-gruppi kollha meta qed tagħmel installazzjoni "
-"regolari\n"
-"(mhux aġġornament), titla' window fejn tista' tagħżel tip ta' "
-"installazzjoni \n"
-"minima:\n"
-"\n"
-"\" * \"Bl-XWindows\" tinstalla s-sistema bażika flimkien ma' l-minimu ta'\n"
-"pakketti għal sistema grafika;\n"
-"\n"
-" * \"B'dokumentazzjoni bażika\" tinstalla s-sistema bażika flimkiem ma' xi\n"
-"programmi sempliċi u d-dokumentazzjoni tagħhom. Dan huwa tajjeb għal "
-"server.\n"
-"\n"
-" * \"Installazzjoni vera minima\" tinstalla strettament l-inqas pakketti \n"
-"possibbli sabiex ikollok Linux b'linja ta' kmand. Din l-installazzjoni "
-"tieħu\n"
-"biss madwar 65MB.\n"
-"\n"
-"Tista' tittikkja \"Għażla ta' pakketti individwali\", li huwa utli jekk int\n"
-"familjari mal-pakketti offruti jew jekk tixtieq kontroll assolut fuq liema \n"
-"pakketti jiġu nstallati.\n"
-"\n"
-"Jekk bdejt l-installazzjoni fil-modalità \"Aġġorna\", tista' tneħħi l-"
-"pakketti\n"
-"kollha sabiex ma jiġu installati ebda pakketti fuq li hemm. Dan huwa utli\n"
-"biex issewwi jew taġġorna sistema eżistenti."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Finalment, skond jekk għażiltx li tagħżel il-pakketti individwalment, tiġi\n"
-"offruta lista tal-pakketti kollha klassifikati fi gruppi. Waqt li qed "
-"tifli \n"
-"din il-lista, tista' tagħżel gruppi sħaħ jew pakketti individwali.\n"
-"\n"
-"Meta tagħżel pakkett fil-lista, tidher deskrizzjoni maġenbha fuq il-lemin.\n"
-"X'ħin tlesti mill-għażla, klikkja l-buttuna \"Installa\" sabiex tibda' l-\n"
-"proċess ta' installazzjoni. Skond is-saħħa tal-kompjuter u n-numru ta'\n"
-"pakketti li għażilt, jista' jieħu ftit tal-ħin sakemm jiġu installati l-\n"
-"pakketti kollha. Il-ħin totali jiġi stmat u jintwera fuq l-iskrin biex "
-"jgħinek\n"
-"tiddeċiedi għandekx ħin tagħmel kikkra kafè.\n"
-"\n"
-"!! Jekk pakkett ta' server jiġi installat intenzjonalment jew għax jifforma\n"
-"parti minn grupp, int tintalab tikkonferma jekk verament tridx lill dawn\n"
-"is-servizzi jiġu installati. Fil-Mandrake Linux, is-servizzi li tinstalla "
-"jiġu\n"
-"mtella' awtomatikament meta tixgħel. Għalkemm dawn kienu sikuri u ma fihom\n"
-"ebda problemi meta din il-verżjoni ta' Linux inħarġet, jista' jkun li "
-"jinstabu\n"
-"problemi simili wara li ġiet finalizzata din il-verżjoni. Jekk ma tafx \n"
-"x'suppost jagħmel servizz partikulari jew għaliex qed jiġi nstallat, agħżel\n"
-"\"Le\". Jekk tagħfas \"Iva\" dawn is-servizzi jiġu nstallati u jiġu "
-"mtella' \n"
-"awtomatikament fil-bidu.\n"
-"\n"
-"L-għażla \"Dipendenzi awtomatiċi\" sempliċiment titfi l-window li twissik\n"
-"kull meta l-installazzjoni tkun se żżid xi pakketti oħra meħtieġa. Dan "
-"jiġri\n"
-"għax il-programm ikun induna li jinħtieġ pakkett ieħor biex il-programmi li\n"
-"tkun għażilt jaħdmu sew.\n"
-"\n"
-"L-istampa ta' \"floppy disk\" żgħira fil-qiegħ tippermettilek li ttella' l-\n"
-"lista ta' pakketti li ġew magħżula waqt installazzjoni preċedenti. Jekk \n"
-"tikklikkja din l-ikona int tintalab iddaħħal floppy li tkun ħloqt waqt \n"
-"installazzjoni oħra. Ara t-tieni ħjiel fl-aħħar stadju biex tara kif toħloq\n"
-"diska simili."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Issa jmiss li tissettja l-konnessjoni mal-internet/network. Jekk trid "
-"tqabbad\n"
-"il-kompjuter mal-internet jew ma' network lokali, klikkja \"OK\" biex "
-"tħaddem\n"
-"programm li jsib u jikkonfigura l-apparat meħtieġ. Jekk dan il-programm ma \n"
-"jsibx l-apparat meħtieġ, neħħi l-marka minn \"awto-għarfien\" qabel terġa'\n"
-"tipprova. Tista' wkoll tagħżel li ma nikkonfigurax in-network, jew li "
-"tissettjah\n"
-"iżjed tard; f'dan il-każ sempliċiment agħfas il-buttuna \"Ikkanċella\".\n"
-"\n"
-"It-tipi ta' konnessjoni disponibbli huma: modem tradizzjonali, modem ISDN,\n"
-"konnessjoni ADSL, modem cable, kif ukoll konnessjoni sempliċi LAN "
-"(Ethernet).\n"
-"\n"
-"Hawnhekk mhux se nidħlu fid-dettall ta' kull tip ta' konfigurazzjoni. \n"
-"Sempliċiment aċċerta li għandek il-parametri kollha minngħand l-ISP jew\n"
-"amministratur tas-sistema tiegħek.\n"
-"\n"
-"Tista' tikkonsulta l-kapitlu fil-manwal dwar il-konnessjonijiet tal-"
-"internet\n"
-"għal iżjed tagħrif, jew inkella installa l-kumplament tas-sistema imbgħad\n"
-"uża l-programm imsemmi f'dan il-manwal biex tissettja l-konnessjoni.\n"
-"\n"
-"Jekk tixtieq tikkonfigura n-network iżjed tard, jew jekk lest mill-\n"
-"konfigurazzjoni, klikkja \"Ikkanċella\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Hawnhekk tista' tagħżel liema servizzi tixtieq ittella' mal-bidu,\n"
-"\n"
-"Dawn huma s-servizzi kollha disponibbli mal-konfigurazzjoni kurrenti.\n"
-"Iċċekkjahom sew u neħħi dawk li m'għandekx bżonn kull darba li titla'\n"
-"s-sistema.\n"
-"\n"
-"!! F'dan l-istadju, oqgħod attent jekk tixtieq tuża l-kompjuter bħala "
-"server:\n"
-"aktarx ma jkollokx bżonn ittella' servizzi li m'intix se tuża. Ftakar li xi\n"
-"servizzi jistgħu ikunu perikolużi fuq server. Bħala regola ġenerali, ħalli\n"
-"biss dawk is-servizzi li verament għandek bżpnn.\n"
-"!!"
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux jimmaniġġja l-ħin bħala GMT (Greenwich Mean Time) u jaqiblu "
-"għall-\n"
-"ħin lokali skond iż-żona orarja li tagħżel. Huwa possibbli però li titfi "
-"din\n"
-"il-faċilità billi titfi l-għażla \"Arloġġ tas-sistema huwa GMT\" biex il-"
-"ħin\n"
-"tal-kompjuter jiġi l-istess bħall-ħin tas-sistema. Dan huwa utli jekk il-\n"
-"kompjuter tintuża għal sistemi operattivi bħall-Windows.\n"
-"\n"
-"L-għażla \"Sinkronizzazzjoni tal-ħin awtomatika\" tħallik awtomatikament \n"
-"tirregola l-ħin billi taqbad ma' server speċjali fuq l-internet. Fil-lista\n"
-"li tiġi preżentata, agħżel server viċin tiegħek. Ovvjament irid ikollok\n"
-"konnessjoni mal-internet issettjata biex tuża din il-faċilità. Jekk tuża\n"
-"din l-għażla jiġi nstallat programm apposta fuq il-kompjuter li "
-"jippermettilu\n"
-"li jintuża bħala server tal-ħin għal kompjuters oħra fuq in-network lokali."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (Sistema X Windows) huwa l-qalb tal-interfaċċja grafika GNU/Linux, u fuqu\n"
-"jaħdmu l-ambjenti jew desktops grafiċi kollha (KDE, Gnome, AfterStep,\n"
-"WindowMaker eċċ) li huma nklużi ma' Mandrake Linux. F'dan il-pass, DrakX\n"
-"jipprova jissettja l-X awtomatikament.\n"
-"\n"
-"Huwa rari li dan il-proċess ifalli, sakemm m'għandekx apparat antik ħafna\n"
-"(jew ġdid ħafna). Jekk jirnexxi, huwa awtomatikament jibda' lill X bl-aħjar\n"
-"reżoluzzjoni possibbli skond id-daqs tal-iskrin, u tintwera window biex\n"
-"tikkonferma jekk tistax taraha sew.\n"
-"\n"
-"Jekk qed tuża installazzjoni \"Espert\", int tidħol fis-saħħar ta' \n"
-"konfigurazzjoni X. Ara s-sezzjoni korrispondenti fil-manwal għal iżjed\n"
-"tagħrif.\n"
-"\n"
-"Jekk tista' tara l-messaġġ tajjeb f'dan it-test u tagħżel \"Iva\", DrakX "
-"jimxi\n"
-"għall-pass li jmiss. Jekk ma tarax il-messaġġ, dan sempliċiment ifisser li \n"
-"l-konfigurazzjoni hija ħażina, u t-test joħroġ waħdu wara 10 sekondi u\n"
-"jirrestawra l-iskrin."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"L-ewwel darba li tipprova l-konfigurazzjoni X, tista' ma tkunx sodisfatt\n"
-"bid-dehra (skrin żgħir wisq, mitfugħ wisq lejn ix-xellug/lemin...). "
-"Għalhekk,\n"
-"anke jekk X jaħdem sew, DrakX jistaqsik jekk il-konfigurazzjoni togħġbokx.\n"
-"Huwa jistaqsik jekk tixtieq tibdel xi ħaġa billi jurik lista ta' "
-"modalitajiet\n"
-"differenti li seta' jsib, u jitolbok tagħżel waħda.\n"
-"\n"
-"Bħala possibbiltà ta' aħħar, jekk ma rnexxielekx tħaddem X, agħżel \"Ibdel\n"
-"il-kard grafika\", agħżel \"Kard mhux imniżżla\" u meta tiġi mistoqsi liema\n"
-"server trid, agħżel \"FBDev\". Din hija għażla ġenerika ħafna li għandha \n"
-"taħdem mal-kards grafiċi moderni kollha. Agħżel \"Erġa' pprova\" biex tkun \n"
-"żgur."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Finalment, tiġi mistoqsi jekk tridx l-interfaċċja grafika mill-bidu.\n"
-"Innota li din il-mistoqsija tiġi preżentata anke jekk ma ttestjajtx il-\n"
-"konfigurazzjoni. Ovvjament, jaqbillek tagħżel \"Le\" jekk il-kompjuter se\n"
-"jintuża biss bħala server, jew jekk ma rnexxielekx tissettja l-X sew."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Is-CD tal-Mandrake Linux għandu modalità biex tirkupra sistema. Tista' \n"
-"taċċessaha billi tibda' l-kompjuter minn fuq l-ewwel CD, tagħfas \"F1\" "
-"x'ħin\n"
-"titla', u mbgħad tittajpja \"rescue\" fil-prompt. Imma, f'każ li l-"
-"kompjuter\n"
-"ma jistax jitħaddem mis-CDROM, int jista' jkollok bżonn dan il-pass ta' \n"
-"l-inqas f'żewġ sitwazzjonijiet:\n"
-"\n"
-" * Meta tinstalla l-bootloader, DrakX jikteb is-settur \"boot\" (MBR) tad-\n"
-"diska prinċipali (sakemm m'intix qed tuża bootloader ieħor) sabiex tkun "
-"tista'\n"
-"tagħżel lil-Linux jew Windows x'ħin tixgħel (jekk għandek il-Windows \n"
-"installat). Jekk xi darba jkollok terġa' tinstalla l-Windows, dan iħassar "
-"din\n"
-"l-informazzjoni, u ma tkunx tista' ttella' l-GNU/Linux.\n"
-"\n"
-" * Jekk tinħoloq xi problema li ma tħallix lill-GNU/Linux jitla' mid-diska.\n"
-"din il-floppy disk tista' tkun l-uniku mezz biex ittella' l-GNU/Linux. Fid-\n"
-"diska hemm numru raġonevoli ta' programmi biex jgħinuk terġa' tirrestawra\n"
-"sistema li kraxxjat minħabba li jmur id-dawl, żbalji li jsiru, jew "
-"raġunijiet\n"
-"oħra.\n"
-"\n"
-"Meta tikklikkja dan il-pass, int tiġi mitlub iddaħħal diska fid-drive. Il-\n"
-"floppy li ddaħħal trid tkun vojta, jew ikun fiha informazzjoni li tista' \n"
-"tħassar. M'għandekx bżonn tifformattjaha minn qabel għax DrakX se "
-"jħassarha \n"
-"kollha."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"F'dan il-punt int trid tagħżel fejn, fuq il-ħard disk, trid tinstalla s-\n"
-"sistema operattiva Mandrake Linux. Jekk il-ħard disk huwa vojt, jew jekk\n"
-"hemm sistema operattiva qed tokkupaha kollha, l-ewwel trid toħloq \n"
-"partizzjonijiet. Bażikament, il-partizzjonijiet tal-ħard disk jaqsmu d-"
-"diska\n"
-"f'partijiet biex ikun hemm sezzjonijiet fejn tiġi nstallata s-sistema ġdida\n"
-"Mandrake Linux.\n"
-"\n"
-"Peress li l-effett ta' partizzjonament tal-ħard disk m'humiex riversibbli,\n"
-"dan il-proċess jista' jidher intimidanti jekk m'għandekx esperjenza. \n"
-"Fortunatament, hemm \"saħħar\" li jissimplifika l-proċess kollu. Qabel "
-"tibda',\n"
-"ikkonsulta l-manwal u ħu l-ħin tiegħek.\n"
-"\n"
-"Jekk qed tħaddem l-installazzjoni fil-\"Modalità esperta\", int tidħol f'\n"
-"DiskDrake, programm tal-Mandrake għall-partizzjonament tal-ħard disk, li\n"
-"jħallik tirfina l-allokazzjoni tad-diska. Mill-interfaċċja tal-"
-"installazzjoni.,\n"
-"tista' tuża s-saħħar kif deskritt hawn billi tagħfas il-buttuna \"Saħħar\".\n"
-"\n"
-"Jekk diġà huma definiti xi partizzjonijiet, jew minn installazzjoni "
-"preċedenti\n"
-"jew minn xi programm ieħor, tista' tagħżel dawn biex tinstalla fuqhom.\n"
-"\n"
-"Jekk m'hemm ebda partizzjonijiet definiti, trid toħloqhom permezz tas-"
-"saħħar.\n"
-"Skond il-konfigurazzjoni tal-ħard disk, diversi għażliet huma disponibbli:\n"
-"\n"
-" * \"Uża spazju vojt\": Din l-għażla toħloq partizzjonijiet awtomatikament.\n"
-"M'għandek bżonn tagħmel xejn iżjed..\n"
-"\n"
-" * \"Uża partizzjoni eżistenti\": Is-saħħar sab partizzjoni waħda jew iżjed\n"
-"tal-Linux fuq il-ħard disk. Jekk trid tuża lilhom, agħżel din.\n"
-"\n"
-" * \"Uża spazju vojt fuq partizzjoni Windows\": Jekk għandek Microsoft "
-"Windows\n"
-"installat fuq il-ħard disk u qed jokkupa l-ispazju kollu, trid toħloq ftit \n"
-"spasju għal-Linux. Biex tagħmel dan, trid jew tħassar il-partizzjoni "
-"Windows\n"
-"u kull m'hemm fiha (ara \"Ħassar id-diska sħiħa\" jew \"Modalità esperta"
-"\"), \n"
-"jew iċċekken il-partizzjoni Windows. Tista' ċċekken il-partizzjoni Windows \n"
-"mingħajr ma titlef informazzjoni. Din is-soluzzjoni hija rakkomandata biex "
-"tuża \n"
-"l-Windows u l-Linux flimkien fuq l-istess kompjuter.\n"
-"\n"
-" Qabel tagħżel din l-għażla, kun af li wara din il-proċedura, il-"
-"partizzjoni\n"
-"tal-Windows tkun iżgħar milli hi bħalissa. Ikollok inqas spazju taħt il-\n"
-"Microsoft Windows fejn iżżomm informazzjoni jew tinstalla programmi ġodda.\n"
-"\n"
-" * \"Ħassar id-diska sħiħa\": Jekk tixtieq tħassar l-informazzjoni kollha u\n"
-"l-partizzjonijiet kollha li għandek fuq il-ħard disk u tpoġġi l-Mandrake "
-"Linux\n"
-"minnflokhom, tista' tagħżel din. Oqgħod attent minn din l-għażla għax ma "
-"tkunx\n"
-"tista' tibdel fehemtek wara li tikkonferma.\n"
-"\n"
-" !! Jekk tagħżel din l-għażla, kull m'hemm fuq id-diska jintilef !!\n"
-"\n"
-" * \"Modalità esperta\": Agħżel dan jekk trid tippartizzjona l-ħard disk \n"
-"manwalment. Oqgħod attent - hija għażla li tagħti kontroll imma hija "
-"perikoluża.\n"
-"Tista' faċilment titlef l-informazzjoni kollha b'dan il-mod. Għalhekk, tużax "
-"din\n"
-"l-għażla jekk ma tafx x'qed tagħmel."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Dak kollox! L-installazzjoni issa hija lesta u s-sistema GNU/Linux issa\n"
-"lesta biex tintuża. Agħfas \"OK\" biex tirristartja l-kompjuter. Tista'\n"
-"tagħżel GNU/Linux jew Windows, skond x'tippreferi (jekk għandek it-tnejn\n"
-"installati) malli jerġa' jixgħel il-kompjuter.\n"
-"\n"
-"Il-buttuna \"Avvanzat\" (f'modalità esperta biss) turik żewġ buttuni oħra:\n"
-"\n"
-" * \"oħloq floppy awto-installa\": toħloqlok floppy li tippermettilek \n"
-"tirrepeti l-istess installazzjoni fuq kompjuter ieħor identiku, mingħajr\n"
-"l-intervent tiegħek.\n"
-"\n"
-" Innota li meta tagħfas din il-buttuna jintwerew żewġ għażliet oħra:\n"
-"\n"
-" * \"Replay\". Din hija installazzjoni semi-awtomatika, għax il-pass ta'\n"
-"partizzjonament (u dak biss) jibqa' manwali.\n"
-"\n"
-" * \"Awtomatiku\". Installazzjoni totalment awtomatika - il-ħard disk\n"
-"titħassar u tinkiteb mill-ġdid, u kull informazzjoni fuqha tintilef.\n"
-"\n"
-" Din il-faċilità hija utli meta qed tinstalla numru kbir ta' kompjuters\n"
-"identiċi. Ara s-sezzjoni \"Auto install\" fuq il-web site tagħna.\n"
-"\n"
-" * \"Ikteb l-għażla ta' pakketti\"(*): jikteb l-għażla ta' pekketti li\n"
-"nstallajt. Meta qed tagħmel installazzjoni oħra, daħħal il-floppy fid-drive\n"
-"u meta tibda l-installazzjoni, agħfas [F1] u ħaddem l-installazzjoni "
-"permezz\n"
-"tal-kmand >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) Għandek bżonn floppy formattjata FAT (DOS). Biex toħloq waħda mil-"
-"Linux,\n"
-"ittajpja \"mformat a:\"."
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Partizzjonijiet li ġew definiti ġodda jridu jiġu formattjati biex\n"
-"jintużaw (formattjati jfisser li tinħoloq \"filesystem\")\n"
-"\n"
-"F'dan il-punt tista' tagħżel li terġa' tifformattja partizzjonijiet\n"
-"eżistenti biex tħassar li kien hemm fuqhom. Jekk tixtieq tagħmel hekk,\n"
-"agħżel dawk il-partizzjonijiet ukoll.\n"
-"\n"
-"Innota li mhux meħtieġ li terġa' tifformattja l-partizzjonijiet kollha\n"
-"eżistenti. Trid però tifformattja dawk il-partizzjonijiet li jkollhom is-\n"
-"sistema operattiva fuqhom (eż, \"/\", \"/usr\" jew \"/opt\"), imma "
-"m'għandekx\n"
-"bżonn tifformattja dawk li fihom l-informazzjoni tiegħek (tipikament \"/home"
-"\").\n"
-"\n"
-"Oqgħod attent meta tagħżel il-partizzjonijiet. Wara li jiġu formattjati,\n"
-"l-informazzjoni kollha li kien hemm fuqhom tintilef u m'hemmx mod biex "
-"iġġibhom\n"
-"lura.\n"
-"\n"
-"Agħfas \"OK\" meta tkun lest biex tifformattja l-partizzjonijiet.\n"
-"\n"
-"Agħfas \"Ikkanċella\" jekk trid tagħżel partizzjoni oħra għas-sistema ġdida\n"
-"Mandrake Linux.\n"
-"\n"
-"Agħfas \"Avvanzat\" biex tagħżel partizzjonijiet biex jiġu ċċekkjati għal "
-"blokki\n"
-"ħżiena fuq id-diska."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Is-sistema operattiva Mandrake Linux issa qed tiġi installata.\n"
-"Skond in-numru ta' pakketti li għażilt, u s-saħħa tal-kompjuter, dan il-\n"
-"proċess jista' jdum bejn ftit minuti u ħin konsiderevoli.\n"
-"\n"
-"Jekk jogħġbok stenna sakemm ilesti."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Fid-data meta tinstalla l-Mandrake Linux, aktarx ikunu ġew aġġornati xi\n"
-"pakketti minn meta ġiet pubblikata. Xi żbalji jistgħu ikunu ġew irranġati,\n"
-"u problemi ta' sigurtà ġew riżolti. Sabiex tibbenifika minn dawn l-\n"
-"aġġornamenti, jaqbillek tniżżilhom minn fuq l-internet. Agħżel \"Iva\" jekk\n"
-"għandek konnessjoni mal-internet issettjata, jew \"Le\" jekk tippreferi li\n"
-"tinstalla l-aġġornamenti iżjed tard.\n"
-"\n"
-"Jekk tagħżel iva, tintwera lista ta' postijiet minn fejn l-aġġornamenti \n"
-"jistgħu jitniżżlu (\"mirja\"). Agħżel l-iżjed wieħed viċin tiegħek. Imbgħad\n"
-"tintwera lista ta' pakketti. Dur dawn il-pakketti, agħżel liema trid u \n"
-"agħfas \"Installa\" biex tniżżilhom u tinstallahom jew \"Ikkanċella\" biex "
-"twaqqaf."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Qabel tkompli int mitlub taqra sew it-termini ta' din il-liċenzja. Hija\n"
-"kopri d-distribuzzjoni sħiħa ta' Mandrake Linux. Jekk ma taqbilx ma' t-"
-"termini\n"
-"kollha tagħha, klikkja l-buttuna \"Ma naċċettax\", u l-installazzjoni "
-"tieqaf \n"
-"minnufih. Biex tkompli bl-installazzjoni, agħfas il-buttuna \"Naċċetta\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"F'dan il-punt, trid tagħżel livell ta' sigurtà għal dan il-kompjuter.\n"
-"Bħala regola ġenerali, iżjed m'hu espost il-kompjuter, u iżjed m'hi "
-"kruċjali\n"
-"l-informazzjoni ta' fuqu, iżjed irid ikun għoli l-livell ta' sigurtà. Innota "
-"li\n"
-"livell ta' sigurtà iżjed għoli jfisser iżjed diffikultà fl-użu. Irreferi \n"
-"għall-kapitlu MSEC fil-Manwal ta' Referenza għat-tifsira ta' dawn il-"
-"livelli.\n"
-"\n"
-"Jekk ma tafx liema tagħżel, żomm l-għażla impliċita."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"F'dan il-punt trid tagħżel liema partizzjoni/jiet se jintużaw għall-\n"
-"installazzoni tas-sistema Mandrake Linux. Jekk diġà ġew definiti xi\n"
-"partizzjonijiet, minn installazzjoni preċedenti ta' GNU/Linux jew minn\n"
-"għodda ta' partizzjonament oħra, tista' tuża l-partizzjonijiet eżistenti.\n"
-"Altrimenti, l-partizzjonijiet tal-ħard disk iridu jiġu definiti.\n"
-"\n"
-"Biex toħloq il-partizzjonijiet, l-ewwel trid tagħżel ħard disk.\n"
-"Tista' tagħżel diska għall-partizzjonament billi tagħżel \"hda\" għal l-\n"
-"ewwel diska IDE, \"hdb\" għat-tieni, eċċ, jew \"sda\" għal l-ewwel\n"
-"diska SCSI, eċċ.\n"
-"\n"
-"Biex tippartizzjona l-ħard disk magħżula għandek dawn l-għażliet:\n"
-"\n"
-" * \"Ħassar kollox\": din l-għażla tħassar il-partizzjonijiet kollha\n"
-"mill-ħard disk magħżula.\n"
-"\n"
-" * \"Awto allokazzjoni\": din l-għażla awtomatikament toħloqlok "
-"partizzjonijiet\n"
-"Ext2 u swap fl-ispazju vojt tad-diska.\n"
-"\n"
-" * \"Iżjed\" jagħtik aċċess għal iżjed faċilitajiet:\n"
-"\n"
-" * \"Ikteb tabella tal-partizzjonijiet\": jikteb it-tabella \n"
-"tal-partizzjonijiet fuq floppy. Utli biex tirkupra t-tabella iżjed tard "
-"jekk\n"
-"hemm bżonn. Dan il-pass huwa rakkomandat.\n"
-"\n"
-" * \"Irrestawra t-tabella tal-partizzjonijet\": tħallik tirrestawra t-\n"
-"tabella tal-partizzjonijiet minn floppy disk fejn ġew miktuba.\n"
-"\n"
-" * \"Salva tabella tal-partizzjonijiet\": jekk it-tabella tal-"
-"partizzjonijiet\n"
-"ġiet korrotta b'xi mod, din l-għażla tħallik tipprova terġa' tirkupraha. \n"
-"Oqgħod attent b'din l-għażla u ftakar li tista' tfalli.\n"
-"\n"
-" * \"Erġa' aqra' t-tabella\": jinsa l-bidliet kollha u jerġa' jaqra t-"
-"tabella\n"
-"mill-ħard disk.\n"
-"\n"
-" * \"awto-muntar ta' media tinħareġ\": jekk tneħħi din l-għażla l-users\n"
-"ikollhom jimmuntaw u jiżmuntaw manwalment diski li jinħarġu bħal floppy u "
-"CDROM.\n"
-"\n"
-" * \"Saħħar\": uża dan il-metodu jekk ma tafx sew kif tagħmel il-\n"
-"partizzjonijiet int.\n"
-"\n"
-" * \"Annulla\": uża din l-għażla biex tikkanċella l-għażliet li għamilt.\n"
-"\n"
-" * \"Aqleb modalità normali/esperta\": jagħtik iżjed azzjonijiet fuq il-\n"
-"partizzjonijiet (tip, għażliet, format) u jagħti iżjed dettalji.\n"
-"\n"
-" * \"Lest\": meta tlesti mill-partizzjonament, dan jikteb il-bidliet li\n"
-"għamilt lid-diska.\n"
-"\n"
-"Nota: tista' tilħaq kull għażla mit-tastiera. Dur il-partizzjonijiet bit-"
-"TAB\n"
-"u l-vleġeġ 'il fuq u 'l isfel.\n"
-"\n"
-"Meta tkun fuq il-partizzjoni li trid, tista tuża:\n"
-"\n"
-" * Ctrl-C biex toħloq partizzjoni (meta l-partizzjoni vojta tkun magħżula)\n"
-"\n"
-" * Ctrl-D biex tħassar partizzjoni\n"
-"\n"
-" * Ctrl-M biex tissettja l-punt ta' mmuntar.\n"
-"\n"
-"Biex tikseb iżjed informazzjoni dwar il-filesystems differenti disponibbli,\n"
-"jekk jogħġbok aqra l-kapitlu ext2fs fil-Manwal ta' Referenza.\n"
-"\n"
-"Jekk qed tinstalla fuq kompjuter PPC, tkun trid toħloq partizzjoni żgħira\n"
-"HFS \"bootstrap\", ta' l-inqas 1MB, li tintuża mill-bootloader yaboot. Jekk\n"
-"tiddeċiedi li tagħmlu ftit ikbar, ngħidu aħna 50MB, tista' ssibu post utli\n"
-"fejn tqiegħed kernel u ramdisk \"spare\" għal emerġenzi."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Instabu iżjed minn partizzjoni waħda tal-Windows fuq il-ħard disk. Jekk \n"
-"jogħġbok agħżel liema minnhom trid iċċekken biex tinstalla s-sistema \n"
-"operattiva Linux.\n"
-"\n"
-"Kull partizzjoni hija mmarkata hekk: \"Isem tal-Linux\", \"Isem fil-Windows"
-"\",\n"
-"\"Daqs\".\n"
-"\n"
-"L-isem tal-Linux huwa mqassam hekk: \"tip ta' diska\", \"numru ta' diska"
-"\", \n"
-"\"numru tal-partizzjoni\", per eżempju, \"hda1\". \n"
-"\n"
-"It-tip ta' diska huwa \"hd\" jekk id-diska hija tip IDE, u \"sd\" jekk "
-"hija \n"
-"tip SCSI.\n"
-"\n"
-"In-numru tad-diska huwa l-ittra ta' wara \"hd\" jew \"sd\". Għal diski IDE:\n"
-"\n"
-" * \"a\" hija d-diska \"master\" fuq il-kontrollatur IDE primarju,\n"
-"\n"
-" * \"b\" hija d-diska skjav fuq il-kontrollatur IDE primarju,\n"
-"\n"
-" * \"c\" hija d-diska \"master\" fuq il-kontrollatur IDE sekondarju,\n"
-"\n"
-" * \"d\" hija d-diska skjav fuq il-kontrollatur IDE sekondarju\n"
-"\n"
-"Fuq diski SCSI, \"a\" hija d-diska bl-iżjed ID baxx, \"b\" hija t-tieni, "
-"eċċ.\n"
-"\n"
-"\"Isem tal-Windows\" huwa l-ittra li jkollha din il-ħard disk taħt il-"
-"Windows\n"
-"(l-ewwel diska jew partizzjoni hija \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Jekk jogħġbok stenna ftit. Dan il-proċess jista' jieħu diversi minuti."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX issa għandu bżonn ikun jaf jekk tridx tagħmel installazzjoni standard "
-"(\"Rakkomandata\") jew waħda li tagħtik iżjed kontroll fuq x'jiġri \n"
-"(\"Espert\"). Għandek ukoll l-għażla jekk tridx installazzjoni ġdida\n"
-"jew aġġornament ta' sistema eżistenti Mandrake Linux:\n"
-"\n"
-" * \"Installa\": Kompletament iħassar is-sistema l-antika. Fil-fatt, skond\n"
-"kif inhi mqassma s-sistema eżistenti, tista' żżomm xi partizzjonijiet\n"
-"mill-antiki kif inhuma.\n"
-"\n"
-" * \"Aġġorna\" Din il-klassi ta' installazzjoni tippermettilek taġġorna\n"
-"l-pakketti li għandek installati fuq il-Mandrake Linux. Hija żżomm il-\n"
-"partizzjonijiet preżenti tal-ħard disk kif ukoll il-konfigurazzjoni tal-\n"
-"users. Il-passi l-oħrajn tal-konfigurazzjoni jibqgħu aċċessibbli bħal \n"
-"installazzjoni normali.\n"
-"\n"
-" * \"Aġġorna pakketti biss\" Din il-klassi ġdida tippermetti li taġġorna\n"
-"l-pakketti ta' sistema eżistenti filwaqt li żżomm il-konfigurazzjoni "
-"eżistenti\n"
-"mhux mimsusa. Tkun tista' wkoll iżżid pakketti ġodda mal-installazzjoni.\n"
-"\n"
-"L-aġġornamenti għandhom jaħdmu fuq sistemi Mandrake Linux minn v8.1 'il\n"
-"quddiem.\n"
-"\n"
-"Skond kemm inti familjari mal-Mandrake Linux, agħżel waħda minn dawn:\n"
-"\n"
-" * Rakkomandat: agħżel din jekk qatt ma nstallajt sistema Mandrake Linux \n"
-"qabel. L-installazzjoni tkun iżjed sempliċi u tiġi mistoqsi biss ftit \n"
-"mistoqsijiet.\n"
-"\n"
-" * Espert: jekk għandek esperjenza sew ta' GNU/Linux tista' tagħżel din\n"
-"il-klassi ta' installazzjoni. L-installazzjoni esperta tħallik tagħmel \n"
-"installazzjoni personalizzata ħafna. Xi wħud mill-mistoqsijiet jistgħu "
-"ikunu\n"
-"diffiċli tirrispondihom jekk ma tafx sew lill-GNU/Linux, għalhekk tagħżilx\n"
-"din il-klassi jekk ma tafx x'qed tagħmel."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalment, DrakX jagħżillek it-tastiera tajba (skond il-lingwa li\n"
-"għażilt) u anqas tara dan il-pass. Però, jista' jkollok tastiera\n"
-"li ma taqbilx eżatt mal-lingwa: per eżempju, jekk int titkellem bil-\n"
-"Malti imma tgħix fi Franza, tista' tkun trid tastiera Franċiża, jew\n"
-"jista' jkollok tastiera Maltija ibbażata fuq tastiera US. F'dawn il-\n"
-"każi, trid tmur lura f'dan il-pass u tagħżel it-tastiera tajba mil-\n"
-"lista.\n"
-"\n"
-"Klikkja fuq il-buttuna \"Oħrajn\" biex tara l-lista kompleta ta' \n"
-"tastiera li hemm fis-sistema."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Jekk jogħġbok agħżel il-lingwa preferuta għall-installazzjoni u l-użu tas-\n"
-"sistema.\n"
-"Agħfas il-buttuna \"Avvanzat\" biex tagħżel lingwi oħra li tixtieq fuq is-\n"
-"sistema. Jekk tagħżel lingwi oħra, il-fajls speċifiċi għal dik il-lingwa "
-"jiġu\n"
-"nstallati fuq is-sistema. Per eżempju, tista' tagħżel il-Malti bħala lingwa\n"
-"ewlenija fil-lista, u fis-sezzjoni avvanzata tagħżel Taljan u Russu billi \n"
-"tikklikkja l-istilla ta' maġenbhom.\n"
-"\n"
-"Innota li tista' tagħżel kemm trid lingwi. Ladarba tkun għażilt il-lingwi\n"
-"li trid agħfas \"OK\" biex tkompli."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Impliċitament, DrakX jassumi li għandek maws b'żewġ buttuni u jissettjah\n"
-"għall-emulazzjoni tat-tielet buttuna. DrakX kapaċi jinduna waħdu jekk il-\n"
-"maws huwiex PS/2, serjali jew USB.\n"
-"\n"
-"Jekk tixtieq tispeċifika tip ta' maws differenti, agħżel it-tip tajjeb mil-\n"
-"lista provduta.\n"
-"\n"
-"Jekk tagħżel tip ta' maws differenti mill-oriġinali, tiġi provduta faċilità\n"
-"biex tittestja s-setings. Uża l-buttuni kollha u r-rota biex tivverifika li "
-"s-\n"
-"setings jaħdmu sew. Jekk il-maws ma jaħdimx sew agħfas \"spazju\" jew\n"
-"[Enter] biex tikkanċella u terġa tagħżel ieħor."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Jekk jogħġbok agħżel il-port it-tajjeb. Per eżempju, il-port \"COM1\" fil-\n"
-"Windows huwa ekwivalenti għal \"ttyS0\" fil-GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Dan huwa punt ta' deċiżjoni kruċjali għas-sigurtà tas-sistema GNU/Linux\n"
-"tiegħek: trid tagħżel password għal \"root\". \"root\" huwa l-user li\n"
-"jintuża bħala amministratur tas-sistema, u huwa l-uniku user awtorizzat\n"
-"li jaġġorna s-sistema, iżid users, jibdel il-konfigurazzjoni. eċċ. Fi kliem\n"
-"ieħor, \"root\" kapaċi jagħmel kollox! Għalhekk huwa importanti li tagħżel\n"
-"password li diffiċli biex taqtagħha -DrakX iwissik jekk tagħżel waħda faċli\n"
-"wisq. Kif tista' tinduna, huwa anke possibbli li ma ddaħħal xejn bħala "
-"password,\n"
-"imma dan huwa perikoluż ĦAFNA u aħna ma nirrakkomandawh qatt. Peress li "
-"\"root\"\n"
-"jista' jegħleb kull limitazzjoni, saħansitra jħassar l-informazzjoni u \n"
-"partizzjonijiet kollha, huwa mportanti li jkun diffiċli kemm jista' jkun li\n"
-"nies oħra jidħlu bħala \"root\".\n"
-"\n"
-"Il-password l-aħjar li jkun taħlita ta' ittri u numri, u ta' l-inqas twil "
-"8 \n"
-"karattri. M'għandek qatt tikteb il-password ta' \"root\" - dan jagħmilha\n"
-"faċli wisq tikkomprometti s-sistema.\n"
-"\n"
-"Fl-istess ħin tagħmilx il-password twil jew komplikat wisq għax int trid\n"
-"tkun kapaċi tiftakarha.\n"
-"\n"
-"Il-password mhux se jintwera fuq l-iskrin waqt li tittajpjah. Għalhekk trid\n"
-"tittajpjah darbtejn biex jonqos iċ-ċans li tagħmel żball waqt li tittajpja.\n"
-"Jekk tagħmel l-istess żball darbtejn, trid tittajpja l-password b'dan il-"
-"mod\n"
-"sakemm tibdlu.\n"
-"\n"
-"Fil-modalità esperta għandek l-għażla li taqbad ma' server ta' "
-"awtentikazzjoni,\n"
-"bħal NIS jew LDAP.\n"
-"\n"
-"Jekk in-network tiegħek juħa protokoll LDAP (jew NIS) għall-"
-"awtentikazzjoni,\n"
-"agħżel \"LDAP\" jew \"NIS\" bħala awtentikazzjoni. Jekk ma tafx, staqsi "
-"lill-\n"
-"amministratur tan-network.\n"
-"\n"
-"Jekk il-kompjuter tiegħek mhux imqabbad ma' network amministrat, agħżel\n"
-"\"Fajls lokali\" għall-awtentikazzjoni."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO u grub huma \"boot loaders\" għall-GNU/Linux. Dan l-istadju normalment\n"
-"huwa totalment awtomatizzat. Fil-fatt, DrakX janalizza s-settur \"boot\" "
-"tad-\n"
-"diska u jaġixxi skond x'isib hemm:\n"
-"\n"
-" * Jekk isib settur boot tal-Windows, dan jiġi mibdul mal-ġdid;\n"
-"\n"
-"F'każ ta' dubju, DrakX jurik window b'diversi għażliet.\n"
-"\n"
-" * \"Boot loader x'tuża\": għandek tliet għażliet:\n"
-"\n"
-" * \"GRUB\": jekk tippreferi grub (menu testwali).\n"
-"\n"
-" * \"LILO b'menu grafiku\": jekk tippreferi LILO b'modalità grafika.\n"
-"\n"
-" * \"LILO b'menu testwali\": jekk tippreferi LILO b'modalità testwali.\n"
-"\n"
-" * \"Apparat boot\": ġeneralment ma tbiddilx il-valur impliċitu (\"/dev/hda"
-"\"),\n"
-"imma jekk tippreferi, il-bootloader jista' jiġi nstallat fuq it-tieni diska\n"
-"(\"/dev/hdb\") jew saħanistra floppy (\"/dev/fd0\").\n"
-"\n"
-" * \"Pawża qabel ittella' impliċitu\": meta tixgħel il-kompjuter, dan "
-"jistenna\n"
-"daqshekk biex il-user ikun jista' jagħmel għażliet oħra.\n"
-"\n"
-"!! Importanti tkun taf li jekk ma tinstallax \"bootloader\" (jekk tagħfas \n"
-"\"Ikkanċella\"), irid ikollok metodu ieħor biex ittella' s-sistema "
-"Mandrake \n"
-"Linux. Kun af sew x'qed tagħmel qabel tibdel waħda minn dawn l-għażliet. !!\n"
-"\n"
-"Jekk tagħfas il-buttuna \"Avvanzat\" f'din il-window tara diversi għażliet\n"
-"avvanzati għal users esperti.\n"
-"\n"
-"Wara li tkun ikkonfigurajt il-parametri ġenerali tal-bootloader, tiġi\n"
-"preżentat b'lista ta' għażliet tal-boot li jkunu disponibbli meta tixgħel.\n"
-"\n"
-"Jekk għandek sistema operattiva oħra installata fuq il-kompjuter, din tkun\n"
-"miżjuda mal-menu tal-boot. Hawn, tista' tirfina l-għażliet eżistenti. "
-"Agħżel\n"
-"wieħed mill-elementi u agħfas \"Biddel\" biex tbiddilhom u \"Neħħi\" biex "
-"tneħħi l-element. \"Żid\" joħloq element ġdid, u \"Lest\" imur fil-pass\n"
-"li jmiss ta' l-installazzjoni."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) u grub huma \"boot loaders\": huma jagħtuk il-faċilità\n"
-"li tħaddem lill-GNU/Linux jew sistema operattiva oħra preżenti fuq il-"
-"kompjuter.\n"
-"Normalment, dawn is-sistemi operattivi oħrajn jiġu magħrufa u konfigurati\n"
-"awtomatikament. Jekk dan m'hux il-każ, tista' żżid għażla mal-menu "
-"manwalment\n"
-"f'dan l-iskrin. Aċċerta li tagħżel il-parametri tajbin.\n"
-"\n"
-"Għandek mnejn ma tkunx trid tagħti aċċess għal dawn is-sistemi operattivi "
-"lill\n"
-"ħadd. F'dak il-każ tista' tħassar dawn l-elementi. Imma mbgħad tkun trid "
-"floppy\n"
-"apposta biex tidħol f'dawn is-sistemi operattivi!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Hawn trid tindika fejn tixtieq tpoġġi l-informazzjoni meħtieġa biex tibda\n"
-"s-sistema.\n"
-"\n"
-"Jekk ma tafx x'inti tagħmel, agħżel \"L-ewwel settur tad-diska (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Hawn tista' tagħżel sistema ta' printjar għall-kompjuter tiegħek. Sistemi\n"
-"operattivi oħra joffrulek waħda, Mandrake Linux jagħtik tlieta.\n"
-"\n"
-" * \"pdq\" - li jfisser \"printja minngħajr kju\", huwa l-aħjar għażla\n"
-"jekk għandek konnessjoni diretta mal-printer, trid il-faċilità li twaqqaf\n"
-"printjar malajr, u m'għandekx printers bin-network. Dan il-metodu jaċċetta\n"
-"biss networking sempliċi, u mhux effiċjenti fuq network. Tista' tagħżel \n"
-"\"pdq\" jekk din hija l-ewwel esperjenza tiegħek fuq Linux. Tista' tibdel\n"
-"din l-għażla wara billi tħaddem PrinterDrake miċ-Ċentru tal-Kontroll \n"
-"Mandrake u tagħfas il-buttuna \"Espert\".\n"
-"\n"
-" * \"CUPS\"\"Sistema ta' Printjar Komuni tal-Linux\" huwa eċċellenti\n"
-"kemm biex tipprintja fuq printer lokali kif ukoll fuq printer in-naħa l-"
-"oħra\n"
-"tad-dinja. Huwa sempliċi u jista' jaħdem kemm bħala server kif ukoll bħala\n"
-"klijent għal sistemi antiki \"lpd\", għalhekk huwa kompatibbli ma' sistemi\n"
-"antiki. Kapaċi jagħmel ħafna affarijiet, imma l-konfigurazzjoni bażika hija\n"
-"sempliċi kważi daqs \"pdq\". Biex jemula server \"lpd\", trid tħaddem is-\n"
-"servizz \"cups-lpd\". CUPS għandu interfaċċji grafiċi biex tipprintja jew\n"
-"tissettja l-għażliet tal-printer.\n"
-"\n"
-" * \"lprNG\" - \"line printer daemon New Generation\". Din is-sistema "
-"tagħmel\n"
-"bejn wieħed u ieħor l-istess affarijiet li jagħmlu l-oħrajn, imma kapaċi "
-"ukoll\n"
-"juża printers fuq network Novell, għax jaċċetta l-protokoll IPX, u kapaċi\n"
-"jipprintja lill kmandijiet tax-shell. Jekk għandek network Novell jew\n"
-"għandek bżonn tipprintja permezz ta' kmand mingħajr ma tuża pajp, uża "
-"lprNG.\n"
-"Altrimenti, CUPS huwa aħjar għax huwa iżjed sempliċi u jaħdem aħjar fuq \n"
-"network."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX issa se jfittex apparat IDE fuq il-kompjuter tiegħek. Huwa wkoll\n"
-"ifittex kard waħda jew iżjed SCSI PCI fuq is-sistema. Jekk tinstab kard\n"
-"SCSI, DrakX awtomatikament jinstalla d-driver għaliha.\n"
-"\n"
-"Press li dan il-proċess mhux dejjem isib ċerti apparat. DrakX jitolbok\n"
-"tikkonferma jekk hemmx kard SCSI PCI fuq il-kompjuter. Agħfas \"Iva\" jekk\n"
-"taf li għandek kard simili fuq il-kompjuter. Int tingħata lista ta' kards \n"
-"SCSI mnejn tagħżel tiegħek. Agħżel \"Le\" jekk m'għandekx kards SCSI. Jekk \n"
-"m'intix ċert tista' tiċċekkja l-lista ta' ħardwer misjub fis-sistema billi\n"
-"tagħfas \"Ara info. ħardwer\" u mbgħad \"OK\". Eżamina l-lista ta' apparat u "
-"mbgħad agħfas \"OK\" biex tiġi lura fil-konfigurazzjoni ta' SCSI.\n"
-"\n"
-"Jekk trid tissettja l-adattur manwalment, DrakX jistaqsik jekk tridx \n"
-"tispeċifika għażliet għalih. Jaqbillek tħalli lill DrakX jeżamina l-ħardwer\n"
-"biex isir jaf liema għażliet għandu bżonn l-apparat biex jaħdem. Dan \n"
-"normalment jaħdem sew.\n"
-"\n"
-"Jekk DrakX mhux kapaċi jagħraf l-għażliet li jridu jiġu mgħoddija, trid\n"
-"tispeċifikahom manwalment lid-driver. Jekk jogħġbok iċċekkja l-\"User Guide"
-"\", (kapitlu 3, \"Collecting Information on Your Hardware\") għal ħjilijiet "
-"dwar\n"
-"kif issir taf il-parametri meħtieġa mid-dokumentazzjoni ta' l-apparat, "
-"mill-\n"
-"website tad-ditta tiegħu, jew minn Microsoft Windows (jekk tuża dan l-"
-"apparat\n"
-"fuq il-Windows ukoll)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Hawn issib diversi parametri li jikkonċernaw il-kompjuter tiegħek. Skond\n"
-"l-apparat li għandek imqabbad tista' tara divers minn dawn:\n"
-"\n"
-" * \"Maws\": iċċekkja l-konfigurazzjoni preżenti tal-maws u klikkja\n"
-"l-buttuna biex tibdlu jekk meħtieġ.\n"
-"\n"
-" * \"Tastiera\": iċċekkja jekk dan jaqbilx mat-tip ta' tastiera tiegħek;\n"
-"agħfas il-buttuna biex tibdlu.\n"
-"\n"
-" * \"Żona tal-ħin\": DrakX, impliċitament, jipprova jaqta' skond il-lingwa\n"
-"li għażilt. Hawnhekk ukoll, bħal fil-każ tat-tastiera, tista' ma tkunx fil-\n"
-"pajjiż ewlieni tal-lingwa, għalhekk tista' tibdel iż-żona billi tagħfas din\n"
-"il-buttuna.\n"
-"\n"
-" * \"Printer\": jekk tagħfas il-buttuna tal-printer tista' tħaddem saħħar\n"
-"biex tissettja l-printer.\n"
-"\n"
-" * \"Kard awdjo\": jekk instabet kard tal-awdjo fuq il-kompjuter tiegħek,\n"
-"tintwera hawn. M'hemm xejn xi tbiddel waqt l-installazzjoni.\n"
-" * \"Kard TV\": jekk instabet kard tat-TV fuq il-kompjuter tiegħek,\n"
-"tintwera hawn. M'hemm xejn xi tbiddel waqt l-installazzjoni.\n"
-"\n"
-" * \"Kard ISDN\": jekk instabet kard ISDN fuq il-kompjuter tiegħek,\n"
-"tintwera hawn. Tista' tagħfas il-buttuna biex tbiddel il-parametri "
-"assoċjati\n"
-"magħha."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Agħżel liema ħard disk trid tħassar biex tinstalla l-partizzjonijiet tal-\n"
-"Mandrake Linux fuqha. Oqgħod attent, l-informazzjoni kollha fuq din id-\n"
-"diska jintilef u ma jkunx jista' jinġab lura!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Klikkja fuq \"OK\" jekk trid tħassar l-informazzjoni u partizzjonijiet \n"
-"kollha li hemm fuq dan il-ħard disk. Oqgħod attent, wara li tagħfas \"OK\"\n"
-"ma tkunx tista' terġa' tikseb l-informazzjoni u partizzjonijiet li hemm\n"
-"fuq dan il-ħard disk, inkluż fajls tal-Windows.\n"
-"\n"
-"Klikkja \"Ikkanċella\" biex twaqqaf dan il-proċess minngħajr ma tħassar\n"
-"l-informazzjoni u partizzjonijiet fuq dan il-ħard disk."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Trid ukoll tifformattja %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Int għażilt dan is-server/s: %s\n"
-"\n"
-"\n"
-"Dawn is-servers huma attivati impliċitament. M'għandhom ebda problemi ta'\n"
-"sigurtà magħrufa, imma jistgħu jinstabu ġodda minn żmien għal żmien. "
-"Għalhekk,\n"
-"importanti li żżommhom aġġornati.\n"
-"\n"
-"\n"
-"Żgur li trid tinstalla dawn is-servers?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Ma nsitax nuża \"broadcast\" minngħajr dominju NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Daħħal floppy formattjata FAT fid-drive %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Din il-floppy m'hix formattjata FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Bex tuża din l-għażla ta' pakketti, ħaddem l-installazzjoni b' \"linux "
-"defcfg=floppy\""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Problema fil-qari tal-fajl %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Xi apparat fil-kompjuter tiegħek jeħtieġ drivers speċjali biex jaħdem.\n"
-"Tista' ssib iżjed informazzjoni dwarhom fuq: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Għandek bżonn partizzjoni \"root\".\n"
-"Għal dan l-ewwel oħloq partizzjoni (jew agħżel waħda eżistenti)\n"
-"Imbgħad agħżel \"Punt ta' mmuntar\" u ssettjah għal \"/\""
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Għandek bżonn partizzjoni \"swap\""
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"M'għandekx partizzjoni \"swap\".\n"
-"\n"
-"Trid tkompli xorta?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Għandek bżonn partizzjoni FAT immuntata fuq /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Uża l-ispazju vojt"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "M'hemmx biżżejjed spazju vojt biex jinħolqu l-partizzjonijiet il-ġodda"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Uża partizzjoni eżistenti"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "M'hemmx partizzjonijiet eżistenti x'nuża"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Uża l-partizzjoni tal-Windows għal loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Liema partizzjoni trid tuża għal Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Agħżel id-daqsijiet"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Daqs tal-partizzjoni root f' MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Daqs tal-partizzjoni Swap f' MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Uża l-ispazju vojt fil-partizzjoni tal-Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Liema partizzjoni trid tibdlilha d-daqs?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Qed nikkalkula l-limiti tal-filesystem tal-Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Il-programm biex tibdel id-daqs ta' partizzjoni FAT m'hux\n"
-"kapaċi tbiddel din il-partizzjoni - instabet din il-problema:\n"
-"%s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Il-partizzjoni tal-Windows hija mgerfxa wisq. Jekk jogħġbok ħaddem \"defrag"
-"\"."
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"TWISSIJA!\n"
-"\n"
-"DrakX issa se jbiddel id-daqs tal-partizzjoni Windows. Oqgħod\n"
-"attent: dan il-proċess huwa perikoluż. Jekk għadek m'għamiltx dan,\n"
-"jaqbillek l-ewwel toħroġ mill-proċess tal-installazzjoni, tħaddem\n"
-"\"scandisk\" mill-Windows (u idejalment anke \"defrag\"), u \n"
-"mbgħad terġa' tibda l-installazzjoni. Int rakkomandat ukoll li \n"
-"tieħu \"backup\" tal-informazzjoni importanti.\n"
-"Meta tkun ċert, agħfas Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "X'daqs trid iżżomm għall-windows fuq"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partizzjoni %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Bdil tad-daqs FAT falla: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"M'hemmx partizzjoijiet FAT biex tibdel id-daqs jew biex tużahom bħala\n"
-"\"loopback\" (jew m'hemmx biżżejjed spazju)."
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Ħassar kull m'hemm fid-diska"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Neħħi l-Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Għandek iżjed minn ħard disk waħda. Fuq liema trid tinstalla l-Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Il-partizzjonijiet kollha fuq id-diska %s u l-informazzjoni ta' ġo fihom se "
-"jintilfu"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Partizzjonament personalizzat"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Uża fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Tista' tippartizzjona %s.\n"
-"X'ħin tlesti, tinsiex tikteb il-bidliet billi tittajpja \"w\"."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "M'għandekx biżżejjed spazju fuq il-partizzjoni Windows."
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ma nistax insib spazju fejn ninstalla."
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Is-saħħar ta' partizzjonament DrakX sab dawn is-soluzzjonijiet:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partizzjonament falla: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Qed intella' n-network"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Qed inniżżel in-network"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Inqalgħet problema, imma ma nafx kif nieħu ħsieba sew.\n"
-"Tista' tkompli b'risku tiegħek"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Punt ta' mmuntar doppju %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Xi pakketti importanti ma ġewx installati sew.\n"
-"Jew id-drive tas-CDROM, jew is-CD nnifisha huma difettużi.\n"
-"Tista' tiċċekkja s-CD fuq kompjuter diġà nstallat permezz tal-kmand \"rpm -"
-"qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Merħba għal %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "M'hemmx drive floppy"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Dieħel fil-pass \"%s\"\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Is-sistema hija nieqsa mir-riżorsi. Jista' jkollok problema biex tinstalla \n"
-"l-Mandrake Linux. Jekk jiġri dan, ipprova installazzjoni testwali. Għal "
-"dan,\n"
-"agħfas F1 meta titla' s-CD, imbgħad ittajpja \"text\"."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Klassi ta' installazzjoni"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Jekk jogħġbok agħżel waħda minn dawn il-klassijiet ta' installazzjoni:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Id-daqs totali tal-gruppi li għażilt huwa madwar %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Jekk tixtieq tinstalla inqas minn dawn id-daqs, agħżel il-perċentaġġ\n"
-"ta' pakketti li trid tinstalla.\n"
-"\n"
-"Perċentaġġ baxx jinstalla biss l-iżjed programmi importanti;\n"
-"perċentaġġ ta 100%% jinstalla l-pakketti kollha magħżula."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Fuq id-diska għandek spazju għal %d%% biss minn dawn il-pakketti.\n"
-"\n"
-"Jekk tixtieq tinstalla inqas minn hekk, agħżel il-perċentaġġ tal-\n"
-"pakketti li trid tinstalla. Perċentaġġ baxx jinstalla biss l-iżjed \n"
-"programmi importanti; perċentaġġ ta %d%% jinstalla kemm jista' jkun."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Tkun tista' tagħżilhom b'mod iżjed speċifiku fil-pass li jmiss."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Perċentaġġ ta' pakketti x'tinstalla"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Għażla ta' gruppi ta' pakketti"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Agħżel pakketti individwalment"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Daqs totali: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pakkett ħażin"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Isem: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verżjoni: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Daqs: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importanza: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Ma tistax tagħżel dan il-pakkett għax ma fadalx biżżejjed spazju għalih"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Dawn huma l-pakketti li se jiġu nstallati"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Dawn huma l-pakketti li se jiġu mneħħija"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Ma tistax tagħżel dan il-pakkett"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Dan il-pakkett huwa kruċjali, ma jistax jitneħħa"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Ma tistax tneħħi l-għażla minn dan il-pakkett, diġà nstallat."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Dan il-pakkett għandu bżonn jiġi aġġornat.\n"
-"Żgur li trid tneħħi l-għażla?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Ma tistax tneħħi l-għażla minn dan il-pakkett. Irid jiġi aġġornat."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Uri l-pakketti magħżula awtomatikament"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installa"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Aqra/ikteb fuq floppy"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Qed naġġorna l-għażla ta' pakketti"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Installazzjoni minima"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Agħżel il-pakketti li trid tinstalla"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Qed ninstalla"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Qed nistima"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Ħin li fadal "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Stenna ftit, qed nipprepara l-installazzjoni"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakketti"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Qed jinstalla il-pakkett %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Naċċetta"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Ma naċċettax"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Ibdel id-diska CD!\n"
-"\n"
-"Jekk jogħġbok daħħal id-diska mmarkata \"%s\" fid-drive u agħfas Ok meta "
-"tlesti.\n"
-"Jekk m'għandekx din id-diska, agħfas \"Ikkanċella\" biex taqbeż il-pakketti "
-"li qegħdin fuqha."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Trid tkompli xorta?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Kien hemm problema fl-ordni tal-pakketti:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Kien hemm problema fl-installazzjoni tal-pakketti:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Inqalgħet problema"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Żgur trid toħroġ mill-installazzjoni?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Qbil mal-liċenzja"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastiera"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Jekk jogħġbok agħżel tqassim tat-tastiera."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Hawn issib lista sħiħa tat-tastieri disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Liema klassi ta' installazzjoni trid?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installa/Aġġorna"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Din hija installazzjoni ġdida jew aġġornament?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Rakkomandat"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Espert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Aġġornament"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Aġġorna l-pakketti biss"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Jekk jogħġbok agħżel it-tip tal-maws."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port tal-maws"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Jekk jogħġbok agħżel il-port serjali li miegħu hemm imqabbad il-maws."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulazzjoni tal-buttuni"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulazzjoni ta' buttuna #2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulazzjoni ta' buttuna #3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Qed nissettja kard PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Qed nikkonfigura IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "m'hemmx partizzjonijiet disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Qed niskannja partizzjonijiet biex insib punti ta' mmuntar"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Agħżel punti ta' mmuntar"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ma nistax naqra t-tabella tal-partizzjonijiet, hija korrotta wisq :(\n"
-"Nista nkompli billi nħassar partizzjonijiet ħżiena (L-INFORMAZZJONI \n"
-"KOLLHA tintilef). L-alternattiva hi li ma tħallix lill DrakX ibiddel\n"
-"it-tabella tal-partizzjonijiet (il-problema hi %s)\n"
-"\n"
-"Trid titlef il-partizzjonijiet kollha?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ma rnexxielux jaqra t-tabella tal-partizzjonijiet.\n"
-"Jekk tkompli jkun riskju tiegħel!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"M'hemmx spazju għal bootstrap ta' 1MB. L-installazzjoni se tkompli, imma "
-"biex tħaddem is-sistema trid toħloq partizzjoni bootstrap f' Diskdrake."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ebda partizzjoni root ma nstabet biex issir aġġornament"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partizzjoni root"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Liem hi l-partizzjoni root tas-sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Trid tirristartja sabiex il-bidliet fit-tabella tal-partizzjonijiet ikollhom "
-"effett."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Agħżel liema partizzjonijiet trid tifformattja"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Trid tiċċekkja għal blokki ħżiena?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Qed nifformattja l-partizzjonijiet"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Qed noħloq u nifformattja fajl %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"M'hemmx biżżejjed swap biex issir l-installazzjoni, jekk jogħġbok żid ftit "
-"swap"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Qed insib pakketti disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Qed insib pakketti x'naġġorna"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Is-sistema m'għandiex biżżejjed spazju għall-installazzjoni jew aġġornament "
-"(%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Komplet (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimu (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Rakkomandat (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Jekk jogħġbok agħżel \"ikteb\" jew \"aqra\" l-għażla tal-pakketti fuq\n"
-"floppy. Il-format huwa l-istess bħal floppies ġenerati bl-auto_install."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Aqra' mill-floppy"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Qed tinqara' l-floppy"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Għażla ta' pakketti"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Daħħal floppy li fiha għażla ta' pakketti"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Ikteb fuq floppy"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Id-daqs tal-għażla huwa ikbar mill-ispazju disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Tip ta' installazzjoni"
-
-#: ../../install_steps_interactive.pm_.c:672
-#, fuzzy
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Għadek m'għażiltx grupp ta' pakketti\n"
-"Jekk jogħġbok agħżel installazzjoni minima li trid."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Bl-XWindows"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "B' dokumentazzjoni bażika (rakkomandat)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Installazzjoni verament minima (mingħajr urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Jekk għandek is-CDs kollha fil-lista ta' taħt agħfas \"Ok\".\n"
-"Jekk m'għandek ebda waħda agħfas \"Ikkanċella\".\n"
-"Jekk m'għandekx uħud minnhom, neħħi li m'għandekx u agħfas \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM immarkat \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Qed nipprepara l-installazzjoni"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Qed jiġi nstallat il-pakkett %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Konfigurazzjoni ta' wara l-installazzjoni"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Jekk jogħġbok daħħal \"boot floppy\" fid-drive %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Jekk jogħġbok daħħal \"update modules floppy\" fid-drive %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Issa għandek il-possibbiltà li tniżżel softwer immirat għaċ-ċifrazzjoni.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Issa tista' tniżżel pakketti aġġornati li ġew pubblikati wara li\n"
-"din id-distribuzzjoni inħarġet.\n"
-"\n"
-"Tista' tikseb tiswijiet ta' sigurtà jew bugs, imma jrid ikollok\n"
-"konnessjoni mal-internet biex tipproċedi.\n"
-"\n"
-"Trid tinstalla dawn l-aġġornamenti?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Qed nikkuntattja l-website ta' Mandrake Linux biex nikseb lista tal-mirja "
-"disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Agħżel mera minn fejn trid iġġib il-pakketti"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Qed nikkuntattja l-mera biex nikseb lista tal-pakketti disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Liem hi ż-żona orarja tiegħek?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Arloġġ tal-kompjuter issettjat GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Sinkronizzazzjoni tal-ħin awtomatiku (permezz ta' NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Server NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Server CUPS remot"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Ebda printer"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Għandek iżjed?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Sommarju"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Maws"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Żona tal-ħin"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printer"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Kard ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Kard awdjo"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Kard TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Fajls lokali"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Issettja l-password ta' \"root\""
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Ebda password"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Dan il-password sempliċi wisq (irid ikun twil tal-inqas %d ittri)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Awtentikazzjoni"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Awtentikazzjoni LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "DN bażi LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Server LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Awtentikazzjoni NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Dominju NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Server NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Bootdisk personalizzata tipprovdi mezz kif ittella' s-sistema Linux\n"
-"minngħajr ma' tinstalla l-bootloader normali. Dan huwa utli jekk ma "
-"tixtieqz\n"
-"tinstalla SILO fuq is-sistema tiegħek, jew jekk xi programm ineħħilek\n"
-"is-SILO, jew jekk SILO ma jaħdimx mal-ħardwer tiegħek. Bootdisk "
-"personalizzata\n"
-"tista' wkoll tintuża mal-\"image\" tat-tiswija (rescue) ta' Mandrake, biex "
-"ikun\n"
-"iżjed faċli tirkupra minn problemi serji.\n"
-"\n"
-"Jekk tixtieq toħloq bootdisk għas-sistema tiegħek, daħħal floppy fl-ewwel \n"
-"drive u agħfas OK."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Floppy drive ewlieni"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "It-tieni floppy drive"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Aqbeż"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, fuzzy, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Bootdisk personalizzata tipprovdi mezz kif ittella' s-sistema Linux\n"
-"minngħajr ma' tinstalla l-bootloader normali. Dan huwa utli jekk ma "
-"tixtieqz\n"
-"tinstalla LILO (jew grub) fuq is-sistema tiegħek, jew jekk xi programm \n"
-"ineħħilek il-LILO, jew jekk LILO ma jaħdimx mal-ħardwer tiegħek. Bootdisk \n"
-"personalizzata tista' wkoll tintuża mal-\"image\" tat-tiswija (rescue) ta' \n"
-"Mandrake, biex ikun iżjed faċli tirkupra minn problemi serji.\n"
-"Tixtieq toħloq bootdisk għas-sistema tiegħek?"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Jiddispjaċini, ebda floppy drive disponibbli"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Agħżel liema floppy drive tixtieq tuża biex toħloq il-bootdisk"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Daħħal floppy ġdida f' %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Qed tinħoloq diska \"boot\""
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Qed nipprepara l-bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Jidher li għandek magna \"OldWorld\" jew mhux \n"
-"magħrufa. Il-bootloader \"yaboot\" m'hux se jaħdem fuqha. \n"
-"L-installazzoni se tkompli, imma trid tuża BootX biex \n"
-"ittella' l-Linux."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Trid tuża \"aboot\"?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Problema fl-installazzjoni ta' aboot.\n"
-"trid tipprova timponi l-installazzoni anke jekk tħassar l-ewwel partizzjoni?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Qed ninstalla l-bootloader"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "L-installazzjoni tal-bootloader falla. Dan kien il-messaġġ:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Għandek mnejn trid tbiddel is-setings tal-Open Firmware u tbiddel l-\n"
-"apparat tal-boot biex jiffunzjona l-bootloader. Jekk ma tixtieqx tara\n"
-"l-prompt tal-bootloader meta tirristartja, żomm Command-Option-O-F \n"
-"waqt ir-reboot u daħħal:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Imbgħad ittajpja: shut-down\n"
-"Meta jerġa' jitla' għandek tara l-prompt tal-bootloader."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Daħħal floppy vojta' fi drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Qed jinħoloq floppy awto-installazzjoni"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Xi passi ma ġewx finalizzati.\n"
-"\n"
-"Trid toħroġ issa?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Prosit! L-installazzjoni issa lesta.\n"
-"Neħħi l-floppy/CD u agħfas Enter biex tirristartja.\n"
-"\n"
-"\n"
-"Għal informazzjoni dwar aġġornamenti li saru għal din il-verżjoni ta' "
-"Mandrake \n"
-"Linux, iċċekkja s-sezzjoni \"Errata\" li hemm fuq:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informazzjoni dwar kif tissettja s-sistema tinstab fil-kapitlu \"Post-install"
-"\" \n"
-"fl-Official Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Oħloq floppy awto-installa"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"L-awto-installazzjoni tista' tkun totalment awtomatizzata\n"
-"jekk trid. F'dak il-każ tieħu l-ħard disk kollu!!\n"
-"(dan huwa ntenzjonat għal installazzjoni fuq kompjuter ġdid)\n"
-"\n"
-"Forsi tippreferi tuża \"replay\" tal-installazzjoni.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Awtomatizzata"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Replay"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Ikteb l-għażla ta' pakketti"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Installazzjoni Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> bejn l-elementi | <Space> jimmarka | <F12> skrin li jmiss "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu nieqes"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper nieqes"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Agħżel fajl"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avvanzat"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Bażiku"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Stenna ftit"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Espandi friegħi"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Agħlaq friegħi"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Aqleb bejn lista sempliċi jew kategorizzata"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Għażla ħażina, erġa' pprova\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "L-għażla tiegħek? (impliċita: %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Elementi li trid timla':\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "L-għażla tiegħek? (0/1, impliċitu: %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Buttuna \"%s\": %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Trid tikklikkja din il-buttuna?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "L-għażla tiegħek? (impliċita: \"%s\"%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Hemm ħafna affarijiet minn xiex tagħżel (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Nota, l-isem inbidel:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Erġa' sottometti"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Ċekk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Ġermaniż"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spanjol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finlandiż"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Franċiż"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norveġiż"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Pollakk"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russu"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Svediż"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Tastiera UK"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Tastiera US"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albaniż"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armen (antik)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armen (tajprajter)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armen (fonetiku)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Ażeri (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belġjan"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgaru (fonetiku)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaru (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brażiljan (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bjelorussu"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Svizzeru (tqassim Ġermaniż)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Svizzeru (tqassim Franċiż)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Ċekk (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Ġermaniż (bla deadkeys)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Daniż"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norveġiż)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Svediż)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonjan"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Ġorġjan (tqassim \"Russu\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Ġorġjan (tqassim \"Latin\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grieg"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungeriż"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroat"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Iżraeli"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Iżraeli (fonetiku)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranjan"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandiż"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Taljan"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Ġappuniż 106 buttuna"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korean"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latin Amerikan"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litwan AZERTY (antik)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litwan AZERTY (ġdid)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litwan QWERTY \"number row\""
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litwan QWERTY fonetiku"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Latvjan"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Maċedonjan"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Olandiż"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Pollakk (qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Pollakk (qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugiż"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadiż (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumen (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumen (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russu (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Sloven"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakk (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serb (ċirilliku)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Taġik"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tork (mudell tradizzjonali \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tork (mudell modern \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukranjan"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Tastiera US (internazzjonali)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vjetnamiż qwerty \"numeric row\""
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslav (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Buttuna Alt leminija"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Iż-żewġ buttuni \"shift\" flimkien"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Ctrl u Shift flimkien"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "Buttuna CapsLock"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl u Alt flimkien"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt u Shift flimkien"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "Buttuna \"Menu\""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Buttuna \"Windows\" tax-xellug"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Buttuna \"Windows\" tal-lemin"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Muntaġġ ċirkolari %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "L-ewwel neħħi l-volumi loġiċi minn ġo fih\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Sapport għal PCMCIA m'għadux jeżisti fil-kernels 2.2. Jekk jogħġbok uża "
-"kernel 2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Maws - Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Maws bir-rota ġeneriku PS2"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "buttuna waħda"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Ġeneriku 2 buttuni"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Ġeneriku"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Rota"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serjal"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Ġeneriku 3 buttuni"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Maws Logitech (serjali, tip C7 antik)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 buttoni"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 buttoni"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ebda"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Ebda maws"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Jekk jogħġbok ittestja l-maws"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Biex tħaddem il-maws"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MEXXI R-ROTA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-*-*-bold-r-normal--17-*-100-100-p-*-iso8859-3,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Spiċċa"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Li jmiss ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Ta' qabel"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Dan tajjeb?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Aqbad ma' l-internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"F'Malta, il-metodu li jintuża biex taqbad mal-ADSL huwa\n"
-"pptp, f'pajjiżi oħra l-iżjed metodu komuni huwa pppoe, \n"
-"filwaqt li wħud jużaw dhcp."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "uża dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "uża pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "uża pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Liema klijent dhcp trid tuża?\n"
-"Normali: dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Ebda kard tan-network ethernet ma nstabet fuq il-kompjuter.\n"
-"Ma nistax nissettja dan it-tip ta' kollegament minngħajrha."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Agħżel l-interfaċċja tan-network"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Jekk jogħġbok agħżel liema kard tan-network trid tuża biex taqbad ma' l-"
-"internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "ebda kard tal-internet ma stabet"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigurazzjoni tan-network"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Jekk jogħġbok daħħal l-isem tal-kompjuter tiegħek jekk \n"
-"tafu. Xi servers DHCP jeħtieġu l-isem biex jaħdmu. L-isem\n"
-"tal-kompjuter tiegħek irid ikun wieħed sħiħ, bħal\n"
-"\"anna.finanzi.ditta.com\""
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Isem tal-kompjuter"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Saħħar tal-Konfigurazzjoni tan-Network"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem ISDN estern"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Kard ISDN interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "X'tip ta' konnessjoni ISDN għandek?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"X'tip ta' konfigurazzjoni ISDN trid?\n"
-"\n"
-"* Il-kofigurazzjoni antika tuża isdn4net. Fiha għodda\n"
-"b'saħħithom imma tista' tkun diffiċli biex tissettjam\n"
-"u m'hix standard.\n"
-"\n"
-"* Il-konfigurazzjoni l-ġdida hija iżjed faċli tifimha,\n"
-"iżjed standard, imma fiha inqas għodda.\n"
-"\n"
-"Aħna nirrakkomandaw il-konfigurazzjoni ġdida.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Konfigurazzjoni ġdida (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Konfigurazzjoni antika (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Konfigurazzjoni ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Agħżel provider.\n"
-" Jekk m'hux fil-lista, agħżel \"mhux imniżżel\""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protokoll Ewropew"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protokoll Ewropew (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokoll għall-kumplament tad-dinja"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokoll għall-kumplament tad-dinja\n"
-" ebda kanal D (leased line)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Liema protokoll trid tuża?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "X'tip ta' kard għandek?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ma nafx"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Jekk il-kard hija ISA, il-valuri fuq l-iskrin li jmiss għandhom ikunu "
-"tajbin.\n"
-"\n"
-"Jekk hija kard PCMCIA, trid tkun taf l-IRQ u IO tal-kard.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Waqqaf"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Kompli"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Liema hija l-kard ISDN tiegħek?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Sibt kard ISDN PCI, imma ma nafx x'tip hi. Jekk jogħġbok agħżel kard PCI fuq "
-"l-iskrin li jmiss."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Ebda kard ISDN PCI ma stabet. Agħżel waħda fl-iskrin li jmiss."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Jekk jogħġbok agħżel ma' liema port serjali huwa mqabbad il-maws."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Għażliet \"dialup\""
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Isem tal-konnessjoni"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Numru tat-telefon"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Login"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Ibbażat fuq scripts"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Ibbażat fuq terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Isem tad-dominju"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "L-ewwel server DNS (opzjonali)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "It-tieni server DNS (opzjonali)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Tista taqta' minn ma' l-internet jew tirrikonfigura l-konnessjoni."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Tista tirrikonfigura l-konnessjoni."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Bħalissa int imqabbad ma' l-internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Tista taqbad mal-internet jew tirrikonfigura l-konnessjoni."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Bħalissa m'intix imqabbad ma' l-internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Aqbad"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Aqta'"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Ikkonfigura l-konnessjoni"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Konfigurazzjoni u konnessjoni tal-internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Issa se nikkonfiguraw il-konnessjoni %s"
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Issa se nissettjaw il-konnessjoni %s.\n"
-"\n"
-"\n"
-"Agħfas OK biex tkompli."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Konfigurazzjoni tan-network"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Peress li qed tagħmel installazzjoni minn fuq in-network, in-\n"
-"network diġà konfigurata.\n"
-"Agħfas Ok biex iżżomm din il-konfigurazzjoni, jew ikkanċella biex\n"
-"tbiddel il-konfigurazzjoni tal-internet u network.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Merħba għas-Saħħar tal-Konfigurazzjoni tan-Network\n"
-"\n"
-"Hawnhekk se nikkonfiguraw il-konnessjoni tal-internet/network.\n"
-"Jekk ma tixtieqx tuża l-għarfien awtomatiku (autodetect), neħħi l-marka.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Agħżel profil li trid tissettja"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Uża għarfien awtomatiku (auto-detect)"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Qed infittex l-apparat..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Konnessjoni b'modem normali"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "misjub fuq port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Konnessjoni ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s misjub"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Konnessjoni ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "misjub fuq interfaċċja %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Konnessjoni Cable"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "konnessjoni cable misjuba"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Konnessjoni LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "kard/s ethernet misjuba"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Agħżel liema konnessjoni trid tissettja"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Int ikkonfigurajet diversi modi biex taqbad ma' l-internet.\n"
-"Liema minnhom trid tuża?\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Konnessjoni ma' l-internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Trid taqbad b'din il-konnessjoni malli tixgħel?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Konfigurazzjoni network"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "In-network irid jiġi ristartjat."
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Kien hemm problema waqt li n-network kien qed jiġi ristartjat: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Prosit! Il-konfigurazzjoni tan-network u l-internet lesti.\n"
-"Din il-konfigurazzjoni issa se tiġi applikata għas-sistema.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Wara li jkun lest, aħna nirrikkmandaw li tirristartja s-sistema X biex "
-"tevita problemi ta' bdil fl-isem tal-kompjuter."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Instabu xi problemi waqt il-konfigurazzjoni.\n"
-"Ittestja l-konnessjoni permezz ta' net_monitor jew mcc. Jekk il-konnessjoni "
-"ma taħdimx, tista' terġa' tħaddem il-konfigurazzjoni."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"TWISSIJA: Dan l-apparat diġà kien konfigurat qabel biex jaqbad ma' l-"
-"internet.\n"
-"Sempliċiment aċċetta li żżomm dan l-apparat konfigurat.\n"
-"Jekk tbiddel il-valuri ta' taħt dawn jieħdu post il-konfigurazzjoni preżenti."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Jekk jogħġbok daħħal il-konfigurazzjoni IP għal dan il-kompjuter.\n"
-"Kull element huwa indirizz IP fil-format deċimali bit-tikek (eż, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Qed nikkonfigura apparat tan-network %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Indirizz IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP Awtomatiku"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "L-indirizz IP irid ikun fil-format \"1.2.3.4\""
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Jekk jogħġbok daħħal l-isem tal-kompjuter.\n"
-"Dan irid ikun isem sħiħ, bħal \"joe.linux.org.mt\".\n"
-"Tista' wkoll iddaħħal l-indirizz IP tal-gateway, jekk għandek wieħed."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Server DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (eż. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Apparat gateway"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfigurazzjoni tal-proxies"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Żomm kont tal-ID tal-kard tan-network (utli fuq laptops)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy mistenni jibda' http://"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy mistenni jibda' ftp://"
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Konfigurazzjoni ta' l-internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Trid tipprova taqbad ma' l-internet issa?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Qed nittestja l-kollegament..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Is-sistema issa mqabbda ma' l-internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Għal raġunijiet ta' sikurezza, issa se naqta'"
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Is-sistema donnha ma setgħetx taqbad ma' l-internet.\n"
-"Ipprova erġa' kkonfiguraha."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konfigurazzjoni tal-konnessjoni"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Jekk jogħġbok imla' jew iċċekkja l-elementi t'hawn taħt"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ tal-kard"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Mem. tal-kard (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO tal-kard"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 tal-kard"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 tal-kard"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Numru tat-telefon tiegħek"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Isem tal-provider (eż. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefon tal-provider"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 tal-provider (opzjonali)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 tal-provider (opzjonali)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Agħżel il-pajjiż"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Tip ta' daljar"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Veloċità tal-konnessjoni"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Ħin biex tiskadi l-konnessjoni (sek)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Login tal-kont (user name)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Password tal-kont"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "immuntar falla: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partizzjoni estiża m'hix sapportita fuq din il-pjattaforma"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Għandek toqba fit-tabella tal-partizzjonijiet imma ma nistax nużaha.\n"
-"L-unika soluzzjoni hija li tmexxi l-partizzjoni primarja sabiex din it-toqba "
-"tkun maġenb il-partizzjoni estiża"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restawr minn fajl %s falliet: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Fajl ta' backup ħażin"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Problema waqt kitba fil-fajl %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Qed jiġri xi ħaġa ħażina fuq il-ħard disk.\n"
-"It-test biex niċċekkja l-integrità tal-informazzjoni falla.\n"
-"Dan ifisser li kull ma tikteb fuq id-diska jista' jispiċċa mimli mbarazz."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "neċessarju"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "importanti"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "tajjeb ħafna"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "tajjeb"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "forsi"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Sistema ta' Printjar Komuni tal-Unix"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Ġenerazzjoni Ġdida"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Printja minngħajr kju"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Printer lokali"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Printer remot"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Printer fuq server CUPS remot"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Printer fuq server lpd remot"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Printer tan-network (TCP/socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Printer fuq SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Printer fuq server NetWare"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Daħħal URI tal-printer"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Għaddi x-xogħol lill kmand"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Mudell mhux magħruf"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Printers lokali"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Printers remoti"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " fuq port parallell \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", printer USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", apparat multi-funzjoni fuq port parallell \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", apparat multi-funzjoni fuq USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", apparat multi-funzjoni fuq HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", apparat multi-funzjoni"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", qed jipprintja fuq %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "fuq server LPD \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", server TCP/IP \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "fuq server Windows \"%s\", share \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "fuq server Novell \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", bil-kmand %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Printer dirett (bla driver)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(fuq %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(fuq dan il-kompjuter)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Fuq server CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Impliċitu)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Agħżel konnessjoni tal-printer"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kif inhu mqabbad il-printer?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Il-printers li hemm fuq servers CUPS m'għandhomx bżonn jiġu ssettjati minn "
-"hawn; dawn il-printers jiġu magħrufa awtomatikament."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Konfigurazzjoni"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Server CUPS remot"
-
-#: ../../printerdrake.pm_.c:71
-#, fuzzy
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Għal servers CUPS remoti, m'għandekx bżonn tagħżel printer minn hawn; is-"
-"servers CUPS jinfurmaw lill-kompjuter tiegħek awtomatikament dwar il-"
-"printers li għandhom. Il-printers kollha li jaf bihom il-kompjuter tiegħek "
-"huma mniżżla taħt \"Printer impliċitu\". Agħżel liema printer minn dawn "
-"tridu jkun dak impliċitu u agħfas il-buttuna \"applika/erġa' aqra printers"
-"\". L-istess buttuna tintuża biex tara printers ġodda li saru disponibbli "
-"(tista' tieħu sa' 30 sekonda biex il-kompjuter jinduna bi printers ġodda "
-"CUPS). Meta s-server CUPS qiegħed fuq network separat, trid tagħti l-"
-"indirizz IP tas-server CUPS, u possibbilment in-numru tal-port sabiex tikseb "
-"l-informazzjoni dwar il-printers minn dan is-server, altrimenti ħalli dawn l-"
-"elementi vojta."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalment, CUPS jiġi konfigurat awtomatikament skond l-ambjent tan-network, "
-"sabiex tkun tista' taċċessa l-printers fuq network lokali. Jekk dan ma "
-"jaħdimx sew, neħħi l-marka minn \"Konfigurazzjoni awtomatika CUPS\" u rranġa "
-"l-fajl /etc/cups/cupsd.conf manwalment. Tinsiex tirristartja 'll-CUPS wara "
-"(kmand: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "L-indirizz IP jidher xi ħaġa hekk: 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "In-numru tal-port irid ikun sħiħ!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "Indirizz IP tas-server CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Konfigurazzjoni CUPS awtomatika"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Qed infittex apparat..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Ittestja ports"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Żid printer ġdid"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Merħba għas-saħħar tal-konfigurazzoni tal-printer\n"
-"\n"
-"Dan is-saħħar iħallik tinstalla printers lokali jew remoti biex jintużaw "
-"minn dan il-kompjuter kif ukoll kompjuters oħra fuq in-network.\n"
-"\n"
-"Huwa jitolbok l-informazzjoni kollha meħtieġa biex tissettja l-printer u "
-"jagħtik aċċess għad-drivers tal-printers kollha disponibbli, l-għażliet tad-"
-"driver, u t-tipi ta' konnessjoni."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Printer lokali"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Merħba għas-Saħħar tal-Printers\n"
-"\n"
-"Dan is-saħħar jgħinek tinstalla l-printer/s imqabbda mal-kompjuter.\n"
-"\n"
-"Jekk jogħġbok ara li l-printer huwa mqabbad mal-kompjuter u huwa mixgħul.\n"
-"Agħfas \"Li jmiss\" meta tkun lest, jew \"Ikkanċella\" jekk ma tridx "
-"tissettja l-printer/s issa.\n"
-"\n"
-"Innota li xi kompjuters jistgħu jikkraxxjaw waqt l-għarfien awtomatiku tal-"
-"printer. Tista' titfi l-għarfien awtomatiku biex tinstalla manwalment. Uża "
-"\"Modalità esperti\" meta trid tissettja printer fuq kompjuter remot, jekk "
-"printerdrake ma jsibux awtomatikament."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Għarfien awtomatiku tal-printers"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Prosit! Il-printer tiegħek issa nstallat u konfigurat!\n"
-"\n"
-"Tista' tipprintja billi tuża l-kmand \"Print\" minn ġo l-programmi li tuża "
-"(ġeneralment taħt il-menu \"Fajl\" jew \"File\").\n"
-"\n"
-"Jekk tixtieq iżżid, tneħħi jew tibdel l-isem ta' printer, jew jekk tixtieq "
-"tbiddel is-setings impliċiti (daqs tal-karta, kwalità eċċ), agħżel \"Printer"
-"\" mis-sezzjoni \"Ħardwer\" taċ-Ċentru tal-Kontroll Mandrake."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Għarfien awtomatiku tal-printers"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"PrinterDrake huwa kapaċi jagħraf printers imqabbda lokalment mal-port "
-"parallell jew USB, imma nnota li fuq xi sistema l-għarfien awtomatiku KAPAĊI "
-"JWAĦĦAL IS-SISTEMA U JIRRIŻULTA F'FILESYSTEM KORROTT. Għalhekk tagħmel dan "
-"b'riskju tiegħek.\n"
-"\n"
-"Trid li tkompli bl-għarfien awtomatiku tal-printers?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Għarfien awtomatiku"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Issettja printer manwalment"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Instab %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Printer fuq port parallell \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Printer USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Ma nstab ebda printer lokali. Biex tinstalla printer manwalment daħħal l-"
-"isem tal-port jew fajl fl-input. (Portijiet parallelli: /dev/lp0=LPT1, /dev/"
-"lp1=LPT2 eċċ; printers USB: /dev/usb/lp0, /dev/usb/lp1 eċċ)"
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Trid iddaħħal isem ta' port jew fajl!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Ebda printer lokali ma nstab!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Printers tan-network jistgħu jiġu ssettjati biss wara l-installazzjoni. "
-"Agħżel \"Ħardwer\" u mbgħad \"Printer\" miċ-Ċentru tal-Kontroll Mandrake."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Biex tinstalla printer min-network, klikkja \"Ikkanċella\", aqleb għall-"
-"modalità esperti, u erġa' agħżel \"Żid printer ġdid\"."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Dan huwa l-printer li nstab awtomatikament. Jekk dan m'hux il-printer li "
-"ridt tissettja, daħħal isem ta' port/fajl fil-linja tal-input."
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Din hija lista tal-printers kollha li nstabu awtomatikament. Jekk jogħġbok "
-"agħżel il-printer li trid tissettja, jew daħħal isem ta' port/fajl fil-linja "
-"tal-input."
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Dan huwa l-printer li nstab awtomatikament. Il-konfigurazzjoni tal-printer "
-"issir awtomatikament. Jekk il-printer ma ngħarafx sew, jew jekk tippreferi "
-"konfigurazzjoni personalizzata, ixgħel \"Konfigurazzjoni manwali\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Din hija lista tal-printers kollha li nstabu awtomatikament. Jekk jogħġbok "
-"agħżel il-printer li trid tissettja. Il-konfigurazzjoni tal-printer issir "
-"awtomatikament. Jekk il-printer ma ngħarafx sew, jew jekk tippreferi "
-"konfigurazzjoni personalizzata, ixgħel \"Konfigurazzjoni manwali\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Jekk jogħġbok agħżel il-port fejn huwa mqabbad il-printer, jew agħżel isem "
-"ta' port/fajl fil-linja ta' kmand."
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Jekk jogħġbok agħżel il-port ma' fejn hu mqabbad il-printer."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (portijiet parallelli: /dev/lp0, /dev/lp1 huma ekwivalenti għal LPT1, LPT2 "
-"eċċ. L-ewwel printer USB = /dev/usb/lp0, it-tieni printer USB = /dev/usb/lp1 "
-"eċċ )"
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Trid tagħżel/iddaħħal printer/apparat!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Konfigurazzjoni manwali"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Il-printer tiegħek huwa apparat multi-funzjonali tal-HP (OfficeJet, PSC, "
-"PhotoSmart, LaserJet 1100/1200/1220/3200/3300 bi skaner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Qed ninstalla l-pakkett HPOJ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Qed niċċekkja u nikkonfigura l-apparat HPOJ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Qed ninstalla pakkett SANE..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Skannjar fuq apparat multi-funzjoni HP"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Qed nagħmel il-port tal-printer disponibbli għal CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Qed jinqara d-database ta' printers"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Għażliet għal printer lpd remot"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Biex tipprintja fuq printer remot lpd, trid tagħti l-isem tal-kompjuter kif "
-"ukoll l-isem tal-printer fuq dak is-server."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Isem tal-kompjuter remot"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Isem tal-printer remot"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Isem tal-kompjuter remot nieqes!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Isem tal-printer remot nieqes!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Għażliet għal printer SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Biex tipprintja fuq printer SMB, trid tagħti l-isem SMB tal-kompjuter (li\n"
-"jista' jkun differenti mill-isem TCP/IP), u possibbilment l-indirizz IP "
-"tiegħu, kif ukoll l-isem tal-printer (share name) li trid taqbad miegħu, u "
-"possibbilment l-isem u password tal-user li trid taqbad bih, u informazzjoni "
-"dwar il-workgroup."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Isem tal-kompjuter SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP tas-server SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Isem tal-printer (share)"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Workgroup"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Trid tagħti l-isem jew l-indirizz IP tas-server"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Isem tal-printer (share name) nieqes!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Għażliet tal-printer NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Biex tipprintja fuq printer NetWare, trid tagħti l-isem Netware tal-"
-"kompjuter (li\n"
-"jista' jkun differenti mill-isem TCP/IP), kif ukoll l-isem tal-kju ta' "
-"printjar li tixtieq tuża, u isem u password tal-user jekk hemm bżonn."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Server tal-printer"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Isem tal-Kju tal-Ipprintjar"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Isem tas-server NCP nieqes!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Isem tal-kju NCP nieqes!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Għażliet Printer TCP/Socket"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Biex tipprintja fuq printer TCP jew socket, trid tissupplixxi l-isem tal-"
-"printer u possibbilment in-numru tal-port. Fuq servers HP JetDirect in-numru "
-"tal-port ġeneralment huwa 9100. Fuq printers oħra dan ivarja. Iċċekkja l-"
-"manwal tal-printer."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Isem tal-printer"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "isem tal-printer nieqes"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI tal-printer"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Tista' tispeċifika l-URI tal-printer direttament. Il-URI irid isegwi l-"
-"format tal-CUPS jew tal-Foomatic. Innota li mhux kull tip ta' URI huwa "
-"aċċettat mill-spoolers kollha."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Trid iddaħħal URI validu!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Kull printer jeħtieġ isem, (eż, \"printer\"). Id-deskrizzjoni u post "
-"m'għandhomx bżonn jimtlew. Huma kummenti għall-użu tiegħek."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Isem tal-printer"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Deskrizzjoni"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Post"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Qed nipprepara d-database tal-printers..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Isem tal-printer remot"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Dan tajjeb?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Agħżel user manwalment"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Għażla tal-mudell tal-printer"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Liema mudell ta' printer għandek?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Jekk jogħġbok iċċekkja li PrinterDrake sab il-mudell tal-printer tiegħek "
-"sew. Jekk il-mudell immarkat m'huwiex tajjeb jew qiegħed fuq \"printer dirett"
-"\" ara jekk issibx il-mudell int fil-lista."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Konfigurazzjoni OKI WinPrinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Konfigurazzjoni inkjet Lexmark"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Setings impliċiti tal-printer\n"
-"\n"
-"Aċċerta li d-daqs tal-paġna u t-tip ta' inka/printing (jekk hemm) kif ukoll "
-"il-konfigurazzjoni tal-ħardwer tal-printer (memorja, unità dupleks, kxaxen "
-"extra) huma settjati sew. Innota li jekk tagħżel kwalità/reżoluzzjoni għolja "
-"ħafna il-printing jista' jdum ħafna iżjed u/jew juża iżjed inka."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Għażla %s trid tkun numru sħiħ!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Għażla %s trid tkun numru!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Għażla %s barra mil-limiti!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Tixtieq tissettja dan il-printer (\"%s\")\n"
-"bħala l-printer impliċitu?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Paġni biex tittestja"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Jekk jogħġbok agħżel il-paġni li trid tipprintja biex tittestja.\n"
-"Nota: Il-paġna fotografika tista' tieħu ħafna ħin biex tlesti, u fuq laser "
-"printers bi ftit memorja tista' anqas tipprintja. F'ħafna każi huwa "
-"biżżejjed li tipprintja l-paġna standard."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Ebda paġni ta' testjar"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Printja"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Paġna standard"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Paġna alternattiva (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Paġna alternattiva (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Paġna fotografika"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Tipprintjax paġna għal test"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Qed nipprintja paġna/i ta' test..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Il-paġna/i intbagħatu fuq il-printer.\n"
-"Jista jgħaddi xi ftit ħin qabel jibda' l-printjar.\n"
-"Status tal-printjar:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Il-paġna/i intbagħatu fuq il-printer.\n"
-"Jista jgħaddi xi ftit ħin qabel jibda' l-printjar.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Ħadem sewwa?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Printer dirett"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Biex tipprintja fajl mil-linja ta' kmand (terminal), tista' tuża l-kmand \"%"
-"s <fajl>\" jew programm grafiku: \"xpp <fajl>\" jew \"kprinter <fajl>\". Il-"
-"programmi grafiċi jħalluk tagħżel il-printer jew tbiddel is-setings "
-"faċilment.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Dan il-kmand jista' wkoll jintuża fl-element \"Printing command\" tal-window "
-"tal-ipprintjar ta' ħafna programmi, imma iddaħħalx l-isem tal-fajl hemm għax "
-"dak jissupplixxih il-programm.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Il-kmand \"%s\" iħallik ukoll tbiddel is-setings għal xogħol ta' printjar "
-"partikulari. Sempliċiment żid is-setings li trid fuq il-linja ta' kmand, eż "
-"\"%s <file>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Biex tikseb lista ta' għażliet disponibbli għal dan il-printer, aqra l-lista "
-"li tidher taħt, jew agħfas il-buttuna \"Lista ta' għażliet tal-printer\". %"
-"s.\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Dawn huma l-għażliet disponibbli għal dan il-printer:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Biex tipprintja fajl mil-linja ta' kmand (terminal) uża l-kmand \"%s <fajl>"
-"\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Dan il-kmand jista' wkoll jintuża fl-element \"Printing command\" tal-window "
-"tal-ipprintjar ta' ħafna programmi, imma iddaħħalx l-isem tal-fajl hemm għax "
-"dak jissupplixxih il-programm.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Biex tikseb lista ta' għażliet disponibbli għal dan il-printer agħfas il-"
-"buttuna \"Lista ta' għażliet tal-printer\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Biex tipprintja fajl mil-linja ta' kmand (terminal) uża l-kmand \"%s <fajl>"
-"\" jew \"%s <fajl>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Tista' wkull tuża l-interfaċċja grafika \"xpdq\" biex tissettja l-għażliet u "
-"biex tieħu ħsieb xogħlijiet ta' printjar.\n"
-"Jekk qed tuża l-KDE bħala ambjent tad-desktop, għandek issib ikona fuq id-"
-"desktop li tħallik twaqqaf il-printjar kollu, per eżempju jekk jeħlulek il-"
-"karti.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Il-kmandijiet \"%s\" u \"%s\" iħalluk ukoll tbiddel is-setings għal xogħol "
-"ta' printjar partikulari. Sempliċiment żid is-setings li trid fuq il-linja "
-"ta' kmand, eż \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Agħlaq"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Printjar/skannjar fuq \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Printjar fuq printer \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Lista ta' għażliet tal-printer"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Qed jinqara informazzjoni dwar printer..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Trasferixxi konfigurazzjoni tal-printer"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Tista' tikkopja l-konfigurazzjoni tal-printer minn spooler %s għal %s, l-"
-"ispooler attwali. L-informazzjoni kollha tal-konfigurazzjoni (isem tal-"
-"printer, deskrizzjoni, post, tip ta' konnessjoni u setings impliċiti) jiġu "
-"trasferiti, imma xogħlijiet eżistenti ta' printjar ma jiġux trasferiti.\n"
-"Mhux il-kjus kollha jistgħu jiġu trasferiti minħabba dawn ir-raġunijiet:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS ma jaċċettax printers fuq servers Novell jew servers li jibgħatu d-data "
-"lill kmand \"free format\".\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ jaċċetta biss printers lokali, printers remoti LPD, u printers Socket/"
-"TCP.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD u LPRng ma jaċċettawx printers IPP.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Apparti minn dan, kjus li ma nħalqux b'dan il-programm jew \"foomatic-"
-"configure\" ma jistgħux jiġu trasferiti."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Ukoll, printer ikkonfigurati bil-fajls PPD provduti mill-manufatturi jew bi "
-"drivers CUPS nativi ma jistgħux jiġu trasferiti."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Immarka l-printers li trid tittrasferixxi u klikkja \"Trasferixxi\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Tittrasferixxix printers"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Trasferixxi"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Printer jismu \"%s\" diġà jeżisti taħt %s.\n"
-"Klikkja \"trasferixxi\" biex tħassar li hemm.\n"
-"Tista' wkoll tagħtih isem ġdid jew taqbżu."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "L-isem tal-printer jista' jkun fih biss ittri, numri, u underscore"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"il-printer \"%s\" diġà jeżisti. \n"
-"Trid tħassar il-konfigurazzjoni tiegħu?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Isem tal-printer ġdid"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Qed nittrasferixxi %s..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Int ittrasferixxejt il-printer li kien impliċitu qabel (\"%s\"). Trid li "
-"jerġa' jkun il-printer impliċitu taħt is-sistema l-ġdida %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Qed nerġa' naqra' l-printers..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Konfigurazzjoni ta' printer remot"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Qed nibda' n-network..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Ikkonfigura n-network issa"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Funzjonalità tan-network m'hix konfigurata"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Qed tipprova tissettja printer remot. Dan għandu bżonn aċċess għan-network, "
-"imma s'issa ma ġietx issettjata n-network. Jekk tkompli minngħajr network, "
-"għandu mnejn ma tkunx tuża l-printer li qed tissettja issa. Kif trid "
-"tipproċedi?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Kompli kkonfigura mingħajr network"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Il-konfigurazzjoni tan-network li saret waqt l-installazzjoni ma tistax "
-"tittella' issa. Jekk jogħġbok iċċekkja jekk in-network isirx aċċessibbli "
-"wara li tirristartja s-sistema, imbgħad ikkoreġi l-konfigurazzjoni miċ-"
-"Ċentru tal-Kontroll Mandrake, taħt is-sezzjoni \"Network u Internet\"/"
-"\"Konnessjoni\", u wara ssettja l-printer, mill-istess Ċentru tal-Kontroll, "
-"sezzjoni \"Ħardwer\"/\"Printer\"."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"L-aċċess għan-network ma kienx qed jaħdem u ma setax jittella'. Jekk "
-"jogħġbok iċċekkja l-konfigurazzjoni tal-ħardwer, imbgħad erġa' pprova "
-"kkonfigura l-printer remot."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Qed nirristartja s-sistema ta' printjar..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "għoli"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranojd"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Qed ninstalla sistema ta' printjar taħt livell ta' sigurtà %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Se tinstalla s-sistema ta' printjar %s fuq sistema li għandha l-livell ta' "
-"sigurtà %s.\n"
-"\n"
-"Din is-sistema ta' printjar tħaddem daemon (proċess fl-isfond) li jistenna' "
-"xogħlijiet ta' printjar u jieħu ħsiebhom. Dan id-daemon huwa wkoll "
-"aċċessibbli minn kompjuters oħra fuq in-network għalhekk huwa possibbli għal "
-"attikki fuqu. Għalhekk, id-daemons li jittellgħu f'dan il-livell huma ftit u "
-"magħżula sew.\n"
-"\n"
-"Żgur li trid tikkonfigura l-ipprintjar fuq dan il-kompjuter?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Qed nistartja s-sistema ta' printjar waqt ix-xegħil"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Is-sistema ta' printjar (%s) mhux se jittella' awtomatikament meta tixgħel "
-"il-kompjuter.\n"
-"\n"
-"Huwa possibbli t-tlugħ awtomatiku ġie mitfi meta bdilt il-livell ta' sigurtà "
-"ogħla, peress li s-sistema ta' printjar huwa punt fejn possibbilment isiru "
-"attakki.\n"
-"\n"
-"Trid li terġa' tixgħel it-tlugħ awtomatiku tas-sistema ta' printjar?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Qed niċċekkja s-softwer li hemm installat..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Qed inneħħi LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Qed inneħħi LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Agħżel \"spooler\" tal-printer"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Liema sistema ta' printjar (spooler) tixtieq tuża?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Qed nikkonfigura l-printer \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Qed ninstalla Foomatic..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Għażliet tal-printer"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Qed jiġi preparat PrinterDrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Qed nikkonfigura l-printer \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Tixtieq tissettja l-printing?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Sistema ta' pprintjar: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Dawn huma l-printers ikkonfigurati. Klikkja-djoppju fuq printer biex "
-"tbiddillu l-konfigurazzjoni, biex tissettjah bħala printer impliċitu, jew "
-"tara informazzjoni dwaru."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Dawn huma l-printers ikkonfigurati. Klikkja-djoppju fuq printer biex "
-"tbiddillu l-konfigurazzjoni, biex tissettjah bħala printer impliċitu, jew "
-"tara informazzjoni dwaru."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Erġa' aqra l-lista ta' printers (biex issib printers remoti CUPS)"
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Ikkonfigura sistema tal-ipprintjar"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modalità normali"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Trid tikkonfigura dan il-printer?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Biddel il-konfigurazzjoni tal-printer"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Printer %s\n"
-"Xi trid tagħmel b'dan il-printer?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Agħmel dan!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tip ta' konnessjoni tal-printer"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Isem, deskrizzjoni u fejn qiegħed il-printer"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Ditta, mudell u driver tal-printer"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Ditta u mudell tal-printer"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Nissettja dan bħala l-printer impliċitu"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Nipprintja paġni biex nittestja"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Inkun naf kif nuża dan il-printer"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Neħħi printer"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Qed inneħħi l-printer antik \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Printer impliċitu"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Il-printer \"%s\" issa ssettjat bħala printer impliċitu"
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Żgur li trid tneħħi l-printer \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Qed jitneħħa printer \"%s\"..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Konfigurazzjoni tal-proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Merħba għall-għodda tal-konfigurazzjoni tal-proxy.\n"
-"\n"
-"Hawn, tista' tissettja l-proxies ftp u http, bil-\n"
-"login u password jew minngħajrhom.\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Jekk jogħġbok imla' l-informazzjoni dwar il-proxy http.\n"
-"Ħallihom vojta jekk ma tridx proxy http."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url irid jibda' b' \"http:\""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Il-parti tal-port trid tkun numerika"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Jekk jogħġbok imla' l-informazzjoni dwar il-proxy ftp.\n"
-"Ħallihom vojta jekk ma tridx proxy ftp."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url irid jibda' b' \"ftp:\""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Jekk jogħġbok daħħal il-login u password tal-proxy, jekk hemm.\n"
-"Ħallihom vojta jekk ma tridx login/passwd"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "password"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "erġa ttajpja password"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Il-passwords ma jaqblux. Erġa' pprova!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ma nistax inżid partizzjoni fuq RAID _formattjat_ md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ma nistax nikteb fajl %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid falla"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid falla (forsi raidtools m'hux installat?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "M'hemmx biżżejjed partizzjonijiet għal RAID livell %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Ħaddem is-sistema tal-awdjo ALSA (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron iħaddem kmandijiet perjodikament."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd jintuża biex tiċċekkja l-istatus tal-batterija ta' laptop u żżomm\n"
-"rikordju fis-syslog. Jista jintuża wkoll biex jintefa' awtomatikament\n"
-"beta l-batterija titbaxxa wisq."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Iħaddem kmandijiet li jiġu appuntati mill-kmand \"at\" fil-ħin speċifikat\n"
-"meta tħaddem \"at\", u jħaddem programmi meta t-tagħbija tas-sistema tkun\n"
-"baxxa biżżejjed."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron huwa programm standard tal-UNIX li jħaddem programmi speċifikati \n"
-"mill-user f'ħinijiet speċifiċi. Vixie cron iżid numru ta' fattizzi lill-\n"
-"cron bażiku tal-UNIX, inkluż sigurtà aħjar u konfigurazzjoni iżjed "
-"b'saħħitha."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM jippermetti l-użu tal-maws fi programmi non-grafiċi bħall-Midnight\n"
-"Commander. Jippermetti wkoll ikkopjar ta' test u menus popup fil-konsol."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake iħaddem inkjesta tal-ħardwer, u jista' jsib u \n"
-"jikkonfigura apparat ġdid li twaħħal."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "Apache huwa server tal-web. Huwa jista' joffri fajls HTML u CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Id-daemon tal-internet \"superserver\" (magħruf bħala inetd) itella'\n"
-"varjetà ta' servizzi oħra tal-internet skond il-ħtieġa. Huwa responsabbli\n"
-"li jtella' diversi servizzi, inkluż telnet, ftp, rsh u rlogin. Jekk tneħħi\n"
-"lill-inetd tkun neħħejt is-servizzi kollha tiegħu."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Ħaddem filtering ta' pakketti għall-kernel verżjoni 2.2 tal-Linux,\n"
-"biex tissettja firewall biex tipproteġi l-kompjuter minn attakki \n"
-"min-network"
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Dan il-pakkett itella' t-tqassim tat-tastiera kif konfigurat f'\n"
-"/etc/sysconfig/keyboard. Dan jista' jiġi ssettjat bil-programm kbdconfig.\n"
-"Dan għandu jibqa' ssettjat għal ħafna magni."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Riġenerazzjoni awtomatika tal-headers tal-kernel ġewwa\n"
-"/boot għal /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Għarfien u konfigurazzjoni ta' apparat ġdid meta tixgħel."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Il-programm Linuxconf ġieli jagħmel diversi xogħlijiet waqt li qed\n"
-"jitla' l-kompjuter biex imantni l-konfigurazzjoni."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd huwa daemon tal-ipprintjar li huwa meħtieġ biex jaħdem sew l-lpr.\n"
-"Huwa bażikament server li jqassam xogħol ta' pprintjar lill-printer/s."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, li jintuża biex tibni servers kbar u \n"
-"effiċjenti ħafna."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) huwa \"Domain Name Server\" (DNS) li jirrisolvi l-indirizz IP "
-"minn isem ta' kompjuter."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Jimmonta u jiżmonta l-filesystems kollha NFS (Unix/Linux), \n"
-"SMB (LANmanager/Windows) jew NCP (Netware)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Itella' jew iwaqqaf l-interfaċċji kollha tan-network li qegħdin \n"
-"konfigurati biex jitilgħu meta tixgħel."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS huwa protokoll popolari għal qsim ta' fajls fuq networks TCP/IP. \n"
-"Dan is-servizz jipprovdi funzjonalità ta' server NFS, li jiġi konfigurat \n"
-"mill-fajl /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS huwa protokoll popolari għal qsim ta' fajls fuq networks \n"
-"TCP/IP. Dan il-modulu jipprovdi faċilità li ssakkar fajls bl-NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Awtomatikament ixgħel in-\"numlock\" taħt il-konsol u XFree \n"
-"meta tixgħel"
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Jippermetti l-użu tal-Oki4w \"win-printer\" jew kompatibbli"
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Il-PCMCIA normalment jintuża għal kards tan-network jew modems fuq \n"
-"kompjuters laptop. Dan ma jittellax jekk ma jkunx konfigurat għalhekk \n"
-"m'hux problema jekk tħallih fuq kompjuters li m'għandhomx bżonnu."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Il-portmapper jimmaniġġja konnessjonijiet RPC, li jintużaw minn \n"
-"protokolli bħal NFS u NIS. Is-server portmap irid ikun qed jaħdem fuq\n"
-"kompjuters li jaġixxu bħala servers għal protokolli li jużaw il-\n"
-"mekkaniżmu RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix huwa aġent tat-trasport tal-imejl, ċioè programm li jgħaddi imejls "
-"minn kompjuter għall-ieħor."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Jikteb u jirrestawra blokka ta' entropija għall-ġenerazzjoni ta' \n"
-"numri bil-polza iżjed randomi."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Jassenja apparat \"raw\" lill apparat \"block\" (bħal partizzjoni tal-ħard "
-"disk), għal programmi bħall-Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Id-daemon routed jippermetti lit-tabella tar-\"routing\" li tiġi\n"
-"aġġornata awtomatikament bil-protokoll RIP. Filwaqt li l-protokoll RIP\n"
-"huwa komuni fuq networks żgħar, huma meħtieġa protokolli ta' routing\n"
-"iżjed sofistikati fuq networks kumplikati."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Il-protokoll rstat jippermetti users fuq network li jiksbu\n"
-"informazzjoni dwar l-effiċjenza ta' kull magna fuq dan in-network."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Il-protokoll rusers jippermetti lill users fuq network li jidentifikaw\n"
-"min qiegħed illoggjat fuq magni oħra."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Il-protokoll rwho jippermetti lill user remot li jikseb lista \n"
-"tal-users kollha li qegħdin konnessi mal-kompjuter (simili għal finger)"
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Ħaddem is-sistema awdjo fuq il-kompjuter"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog huwa faċilità li permezz tagħha d-daemons jistgħu iżommu\n"
-"log ta' messaġġi. Dejjem huwa rakkomandat li tħaddem 'is-syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Tella' d-drivers għall-apparat usb"
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Itella' l-\"X Font Server\" (dan huwa meħtieġ biex jaħdem l-XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Agħżel liema servizzi għandhom jittellgħu awtomatikament meta tixgħel"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Printjar"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Qsim ta' fajls"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistema"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Amministrazzjoni remota"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Server Database"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Servizzi: %d imtella' għal %d reġistrati"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servizzi"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "imtella'"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "imwaqqaf"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servizzi u daemons"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"M'hemmx iżjed informazzjoni\n"
-"dwar dan l-apparat, jiddispjaċini."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Malli tixgħel"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Ibda"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Ieqaf"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Grazzi talli għażilt Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Merħba għad-dinja Sors Miftuħ"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Is-suċċess ta' MandrakeSoft huwa bbażat fuq il-prinċipju ta' Softwer Ħieles. "
-"Is-sistema operattiva ġdida tiegħek hija frott il-ħidma u koperazzjoni min-"
-"naħa tal-kommunità dinjija tal-Linux."
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Ingħaqad mad-dinja ta' Softwer Ħieles"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Sir af lill-kommunità Sors Miftuħ u sir membru. Tgħallem, għallem u għin "
-"lill-oħrajn billi tingħaqad fid-diversi fora li ssib fuq il-paġni tal-web "
-"għall-kommunità tagħna."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet u Messaġġi"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 jipprovdi l-aqwa softwer biex taċċessa kollux li "
-"joffrilek l-internet. Brawżja l-web u ara animazzjonijiet bil-Mozilla u "
-"Konqueror, ibgħat imejl u organizza l-informazzjoni personali tiegħek bl-"
-"Evolution u KMail, u ħafna iżjed!"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia u Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 iħallik tħaddem il-kompjuter multimedia tiegħek sal-"
-"limiti! Uża l-aħħar programmi biex tisma' mużika u awdjo, editja u organizza "
-"ritratti u stampi, ara TV u videos, u ħafna iżjed"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Żviluppar"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 huwa l-aqwa pjattaforma għall-iżviluppar. Skopri l-qawwa "
-"tal-kompilatur GNU gcc kif ukoll l-aqwa ambjenti ta' żviluppar Sors Miftuħ."
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Ċentru tal-Kontroll Mandrake"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Iċ-Ċentru tal-Kontroll Mandrake Linux huwa post wieħed minn fejn tista' "
-"tippersonalizza u tikkonfigura s-sistema Mandrake tiegħek"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "User interfaces"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 jipprovdilek 11-il ambjent tad-destkop grafiku mnejn "
-"tagħżel, inkluż GNOME 1.4, KDE 2.2.2, WindowMaker 0.8 u oħrajn"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Programmi għal Server"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Ibdel il-kompjuter tiegħel f'server b'saħħtu bi ftit azzjonijiet tal-maws: "
-"Servers tal-web, imejl, firewall, router, fajls u printjar, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Logħob"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 joffri l-aħjar logħbiet b'sors miftuħ - arcade, azzjoni, "
-"karti, sports, strateġija..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Tixtieq titgħallem il-Linux b'mod sempliċi, malajr u b'xejn? MandrakeSoft "
-"jipprovdu stħarriġ fuq il-Linux, kif ukoll mezz biex tittestja l-progress "
-"tiegħek fuq MandrakeCampus - iċ-ċentru ta' taħriġ elettroniku tagħna"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Għajnuna ta' kwalità mill-Komunità Linux, u minngħand MandrakeSoft, huwa "
-"pass 'il bogħod. U jekk int diġà veteran tal-Linux, tista' ssir \"Espert\" u "
-"taqsam it-tagħlim tiegħek fil-website ta' sapport tagħna."
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Għall-proġetti kollha tal-IT tiegħek, il-konsulenti tagħna lesti janalizzaw "
-"il-ħtiġijiet tiegħek u joffrulek soluzzjoni personalizzata. Ibbenefika mill-"
-"esperjenza vasta ta' MandrakeSoft bħala produttur tal-Linux biex tipprovdi "
-"soluzzjoni sħiħa alternattiva għad-ditta tiegħek"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Varjetà sħiħa ta' soluzzjonijiet bil-Linux, kif ukoll offerti speċjali fuq "
-"il-prodotti huma disponibbli online fuq il-ħanut elettroniku tagħna."
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-#, fuzzy
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Għal iżjed tagħrif dwar is-servizzi professjonali ta' MandrakeSoft kif ukoll "
-"offerti kummerċjali, jekk jogħġbok ċemplilna fuq in-numru \"toll-free\" li "
-"tara hawn:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Qed ninstalla pakketti..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ma nistax naqra t-tabella tal-partizzjoni - hija mħarbta wisq :(\n"
-"Ħa nipprova nkompli nneħħi partizzjonijet ħżiena"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Problema!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ma nistax insib il-fajl \"image\" meħtieġ \"%s\""
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Konfiguratur Awto-Installazzjoni"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Int issa se tikkonfigura floppy Awto-installazzjoni. Din il-faċilità tista' "
-"tkun perikoluża u trid tintuża bil-galbu.\n"
-"\n"
-"B'din il-faċilità tista' tirrepeti l-installazzjoni li għamilt fuq dan il-"
-"kompjuter, filwaqt li tiġi mistoqsi dwar ċerti passi biex tbiddillhom il-"
-"valur.\n"
-"\n"
-"Għal sigurtà massima, il-partizzjoni u formattjar tal-ħard disk qatt ma "
-"jsiru awtomatikament, tagħżel x'tagħżel waqt l-installazzjoni tal-"
-"kompjuter.\n"
-"\n"
-"Trid tkompli?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Passi tal-Konfigurazzjoni Awtomatika"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Jekk jogħġbok agħżel għal kull pass, jekk tridhiex tkun bħal din l-"
-"installazzjoni, jew tkunx manwali"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Merħba.\n"
-"\n"
-"Il-parametri għall-awto-installazzjoni jinstabu fil-parti tax-xellug."
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Prosit!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Il-floppy ġie ġenerat kif mitlub.\n"
-"Issa tista' tirrepeti l-installazzjoni."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Awto-installazzjoni"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Żid element"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Neħħi l-aħħar element"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Rapport DrakBackup\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Rapport tad-daemon DrakBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Dettalji tar-Rapport DrakBackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "progress totali"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Ħu backup ta' fajls tas-sistema..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Fajls ta' backup fil-ħard disk..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Ħu backup ta' fajls tal-users..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Progress tal-backup lill-ħard disk..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Ħu backup ta' fajls oħrajn..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"lista ta' fajls mibgħuta bl-FTP : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Problema fil-konnessjoni FTP. Ma kienx possibbli nibgħat il-fajls bl-"
-"FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Problema biex jintbagħat imejl. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Għażla ta' fajls"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Agħżel fajls jew direttorju u klikkja \"Żid\""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Jekk jogħġbok immarka l-għażliet kollha li għandek bżonn.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Dawn l-għażliet jieħdu backup u jirrestawraw il-fajls kollha tad-direttorju /"
-"etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Ħu backup tal-fajls tas-sistema (direttorju /etc)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Uża backups inkrementali (tħassarx l-antiki)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Tinkludix fajls kritiċi (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"B'din l-għażla tkun tista' tirrestawra kwalinkwa verżjoni\n"
-"tad-direttorju /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Jekk jogħġbok agħżel il-users kollha li trid tinkludi f'dan il-backup."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Tinkludix il-cache tal-browser"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Uża backups inkrementali (tħassarx l-antiki)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Neħħi l-magħżula"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Users"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Uża konnessjoni FTP għall-backup"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Jekk jogħġbok daħħal l-isem jew IP tal-kompjuter."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Jekk jogħġbok daħħal id-direttorju fejn\n"
-" trid tpoġġi l-backup fuq il-kompjuter."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Jekk jogħġbok daħħal il-login"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Jekk jogħġbok daħħal il-password"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Ftakar dan il-password"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "Konnessjoni FTP"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Konnessjoni żgura"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Uża CD/DVDROM għall-backup"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Jekk jogħġbok agħżel id-daqs tas-CD"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Jekk jogħġbok immarka hawn jekk qed tuża medja CDRW"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Jekk jogħġbok immarka hawn jekk trid tħassar is-CDRW qabel"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Jekk jogħġbok immarka hawn jekk trid tinkludi\n"
-" boot tal-installazzoni fuq is-CD."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Jekk jogħġbok daħħal l-isem tal-apparat CD Writer\n"
-" eż: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Uża tape għall-backup"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Jekk jogħġbok daħħal l-isem tal-apparat għall-backup"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Jekk jogħġbok daħħal id-daqs massimu\n"
-" permess għal DrakBackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Jekk jogħġbok daħħal id-direttorju fejn tikteb:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Uża kwota għall-fajls tal-backup."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Network"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Ħard disk / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "kull siegħa"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "kuljum"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "kull ġimgħa"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "kull xahar"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Uża daemon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Jekk jogħġbok agħżel l-intervall\n"
-"ta' ħin għal kull backup"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Jekk jogħġbok agħżel\n"
-"il-medja għall-backup."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Uża ħard disk bid-daemon"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Uża FTP bid-daemon"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Aċċerta li d-daemon \"cron\" huwa nkluż fis-servizzi."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Ibgħat rapport bl-imejl wara kull backup lill:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Xiex"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Fejn"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Meta"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Iżjed għażliet"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Konfigurazzjoni DrakBackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Jekk jogħġbok agħżel fejn trid tieħu backup"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "fuq ħard disk"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "fuq in-network"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Jekk jogħġbok agħżel ta' xiex trid tieħu backup"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Ħu backup tas-sistema"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Ħu backup tal-users"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Agħżel user manwalment"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Sorsi tal-backup: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Fajls tas-sistema:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Fajls tal-user:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Fajls oħrajn:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Ikteb fuq ħard disk fid-direttorju : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Ikteb bl-FTP fuq kompjuter : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t isem ta' user: %s\n"
-"\t\t fuq direttorju: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Għażliet:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tTinkludix fajls tas-sistema\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackups jużaw tar u bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackups jużaw tar u gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Daemon (%s) include :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Ħard disk.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Network bl-FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Network bl-SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ebda konfigurazzjoni, agħżel Saħħar jew Avvanzat\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lista ta' informazzjoni x'tirrestawra:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lista ta' informazzjoni korrotta:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Jekk jogħġbok neħħiha d-darba li jmiss."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Fajls tal-backup ġew korrotti"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " L-informazzjoni kollha magħżula ġiet..........."
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " restawrata għal fuq %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Konfigurazzjoni ta' restawr....."
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK biex tirrestawra fajls oħra."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Lista ta' users x'tirrestawra (l-iżjed data riċenti ta' kull user biss "
-"importanti)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Ħu backup ta' fajls tas-sistema qabel:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "jekk jogħġbok agħżel data biex tirrestawra"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Uża ħard disk għal backup"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Irrestawra mill-ħard disk"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Jekk jogħġbok daħħal id-direttorju fejn qegħdin il-backups"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Agħżel media ieħor biex tirrestawra minnu"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Media oħrajn"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Irrestawra sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Irrestawra users"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Irrestawra ieħor"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "Agħżel direttorju biex tirrestawra (minnflok / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Agħmel backup ġdid qabel tirrestawra (għal backups inkrementali biss)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Neħħi d-direttorji tal-users qabel tirrestawra."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Irrestawra l-backups kollha"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Restawr personalizzat"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Għajnuna"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Ta' qabel"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Ikteb"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Ibni backup"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Irrestawra"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Li jmiss"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Jekk jogħġbok ibni backup qabel tirrestawraha...\n"
-" jew ivverifika li d-direttorju huwa tajjeb."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Problema waqt sendmail\n"
-" ir-rapport ma ntbagħatx.\n"
-" Jekk jogħġbok ikkonfigura s-sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lista ta' pakketti x'tinstalla"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Problema biex jintbagħat fajl bl-FTP.\n"
-" Jekk jogħġbok ikkoreġi l-konfigurazzjoni FTP."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Jekk jogħġbok agħżel informazzjoni x'tirrestawra"
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Jekk jogħġbok agħżel media għall-backup..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Jekk jogħġbok agħżel informazzjoni x'tikkopja"
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Ebda fajl ta' konfigurazzjoni ma nstab.\n"
-"Agħżel Saħħar jew Avvanzat."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Qed jiġi żviluppat... stenna ftit."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Ħu backup tal-fajls tas-sistema"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Ħu backup tal-fajls tal-users"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Ħu backup ta' fajls oħrajn"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Progress totali"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "qed jintbagħatu fajls bl-FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Qed nibgħat fajls..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Lista ta' informazzjoni x'tinkludi fuq is-CDROM"
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Jekk jogħġbok daħħal il-veloċità tas-CD Writer"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Jekk jogħġbok daħħal l-isem tal-apparat tas-CD Writer (eż, 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr ""
-"Jekk jogħġbok ittikkja jekk trid tinkludi \"boot\" tal-installazzjoni fuq is-"
-"CD."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Ħu backup issa minn fajl ta' konfigurazzjoni"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Ara Konfigurazzjoni Backup."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Konfigurazzjoni b'Saħħar"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Konfigurazzjoni Avvanzata"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Ħu Backup Issa"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"deskrizzjoni ta' l-għażliet:\n"
-"\n"
-" F'dan il-pass Drakbackup iħallik tbiddel:\n"
-"\n"
-" - It-tip ta' kompressar:\n"
-" \n"
-" Jekk tagħżel kompressar bzip2, tikkompressa l-\n"
-" informazzjoni tiġi kompressata aħjar minn gzip (madwar \n"
-" 2-10 %). Din l-għażla mhijiex magħżula impliċitament \n"
-" għax tieħu iżjed ħin (madwar 1000% iżjed).\n"
-"\n"
-" - Modalità aġġornament:\n"
-"\n"
-" Din l-għażla taġġornalek backup, imma m'hijiex utli \n"
-" ħafna għax trid terġa' tiftaħ il-backup kollu biex \n"
-" taġġornah.\n"
-"\n"
-" - Modalità \".backupignore\":\n"
-"\n"
-" Simili għas-CVS, Drakbackup jaqbeż dawk ir-riferenzi \n"
-" kollha li hemm fil-fajls .backupignore f'kull direttorju.\n"
-" eż:\n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Xi problemi waqt sendmail huma kkawżati minn konfigurazzjoni\n"
-" ħażina ta' postfix. Biex issolviha trid tissettja myhostname \n"
-" jew mydomain fil-fajl /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"deskrizzjoni ta' l-għażliet:\n"
-"\n"
-" - Ħu backup tal-fajls tas-sistema:\n"
-"\n"
-"\tDin l-għażla tħallik tieħu kopja tad-direttorju /etc,\n"
-"\tli fih il-fajls kollha tal-konfigurazzjoni tas-sistema.\n"
-"\tJekk jogħġbok oqgħod attent waqt il-pass ta' restawr li\n"
-"\tma tħassarx:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Ħu backup tal-fajls tal-users:\n"
-"\n"
-"\tDin l-għażla tħallik tagħżel il-users kollha li trid tieħu\n"
-"\tbackup tagħhom. Biex tnaqqas l-ispazju li jintuża, mhux \n"
-"\trakkomandat li tinkludi l-cache tal-web browser.\n"
-"\n"
-" - Ħu backup ta' fajls oħra:\n"
-"\tDin l-għażla tħallik iżżid informazzjoni oħra x'tikkopja.\n"
-"\tB'dan il-backup m'hux possibbli tagħżel \"backup inkrementali\"\n"
-"\tgħalissa.\n"
-"\n"
-" - Backup inkrementali:\n"
-"\n"
-"\tIl-backup inkrementali huwa l-iżjed metodu b'saħħtu \n"
-"\tgħall-backups. Din l-għażla tħallik tieħu backup tal-\n"
-"\tinformazzjoni kollha l-ewwel darba, u wara tieħu kopja\n"
-"\tbiss ta' dak li nbidel.\n"
-"\tWara, tkun tista', waqt il-pass ta' restawr, li\n"
-"\ttirrestawra biss dak li nbidel minn ċertu data.\n"
-"\tJekk qatt ma għażilt din l-għażla qabel, il-backups\n"
-"\tantiki kollha jiġu mħassra qabel kull backup.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"deskrizzjoni tar-restawr:\n"
-"\n"
-"L-iżjed data riċenti biss tintuża, għax bil-backups inkrementali\n"
-"huwa neċessarju li tirrestawra l-backups antiki wieħed wieħed.\n"
-"\n"
-"Għalhekk jekk ma tridx tirrestawra user jekk jogħġbok neħħi l-marka miċ-"
-"checkbox tiegħu.\n"
-"\n"
-"Altrimenti, tista' tagħżel biss wieħed minn dawn:\n"
-"\n"
-" - Backups inkrementali\n"
-"\n"
-"\tIl-backup inkrementali huwa l-iżjed metodu b'saħħtu \n"
-"\tgħall-backups. Din l-għażla tħallik tieħu backup tal-\n"
-"\tinformazzjoni kollha l-ewwel darba, u wara tieħu kopja\n"
-"\tbiss ta' dak li nbidel.\n"
-"\tGħalhekk huwa possibbli waqt il-pass ta' restawr, li\n"
-"\ttirrestawra biss dak li nbidel minn ċertu data.\n"
-"\tJekk qatt ma għażilt din l-għażla qabel, il-backups\n"
-"\tantiki kollha jiġu mħassra qabel kull backup. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft ta' DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Dan il-programm huwa softwer ħieles; tista' tiddistribwih u/jew tibdlu\n"
-" skond it-termini tal-Liċenzja Ġenerali Pubblika (GPL) GNU, kif "
-"ippubblikata\n"
-" mill-Free Software Foundation; jew verjoni 2 tal-liċenzja, jew (skond il-\n"
-" ġudizzju tiegħek) waħda iżjed riċenti.\n"
-"\n"
-" Dan il-programm huwa distribwit bl-isperanza li jkun utli, imma\n"
-" MINNGĦAJR EBDA GARANZIJA; minngħajr saħansitra l-garanzija impliċita \n"
-" ta' MERKANTABILITÀ jew LI HU ADEGWAT GĦAL UZU PARTIKULARI. Ara\n"
-" l-Liċenzja Ġenerali Pubblika GNU (GNU General Public License) għal iżjed\n"
-" dettalji.\n"
-"\n"
-" Għandek tirċievi kopja tal-Liċenzja Ġenerali Pubblika GNU flimkien ma' dan\n"
-" il-programm. Jekk le, ikteb lill-Free Software Foundation, Inc., \n"
-" 59, Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Deskrizzjoni:\n"
-"\n"
-" Drakbackup jintuża biex jieħu kopja \"backup\" tas-sistema.\n"
-" Waqt il-konfigurazzjoni tista' tagħżel \n"
-"\t- Fajls tas-sistema, \n"
-"\t- Fajls tal-users, \n"
-"\t- Fajls oħrajn\n"
-"\tjew Sistema kollha ... u Oħrajn (bħal partizzjonijiet tal-Windows)\n"
-"\n"
-" Drakbackup iħallik tpoġġi din il-backup fuq:\n"
-"\t- Ħard disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (bl-autoboot, rescue u awto-installazzjoni).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup iħallik tirrestawra s-sistema għal ġo direttorju\n"
-" li jagħżel il-user.\n"
-"\n"
-" Impliċitament, il-backups jitpoġġew fid-direttorju\n"
-" /var/lib/drakbackup\n"
-"\n"
-" fajl ta' konfigurazzjoni:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Pass ta' restawrazzjoni:\n"
-"\n"
-" Waqt il-pass ta' restawrazzjoni, Drakbackup iħassar id-\n"
-" direttorju oriġinali u jivverifika li l-fajls tal-backup\n"
-" ma ġewx korrotti. Huwa rakkomandat li tieħu backup ieħor\n"
-" qabel tibda' tirrestawra.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"deskrizzjoni tal-għażliet:\n"
-"\n"
-"Jekk jogħġbok oqgħod attent meta tuża backup bl-ftp, għax\n"
-"dawk il-backups li huma mibnija biss jintbagħatu fuq is-server.\n"
-"Għalhekk għalissa, trid tibni l-backup fuq il-ħard disk qabel\n"
-"jintbagħat lis-server.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problemi ta' restawr ta' backup:\n"
-"\n"
-"Waqt il-pass ta' restawr, Drakbackup jivverifika l-fajls \n"
-"kollha tal-backup qabel jirrestawrahom. Qabel \n"
-"ir-restawr,.Drakbackup ineħħi d-direttorju oriġinali, u \n"
-"tista' titlef l-informazzjoni kollha. Huwa mportanti li\n"
-"toqgħod attent u ma tbiddilx il-fajls tal-backup manwalment.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Deskrizzjoni:\n"
-"\n"
-" Drakbackup jintuża biex jieħu kopja \"backup\" tas-sistema.\n"
-" Waqt il-konfigurazzjoni tista' tagħżel \n"
-"\t- Fajls tas-sistema, \n"
-"\t- Fajls tal-users, \n"
-"\t- Fajls oħrajn\n"
-"\tjew Sistema kollha ... u Oħrajn (bħal partizzjonijiet tal-Windows)\n"
-"\n"
-" Drakbackup iħallik tpoġġi din il-backup fuq:\n"
-"\t- Ħard disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (bl-autoboot, rescue u awto-installazzjoni).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup iħallik tirrestawra s-sistema għal ġo direttorju\n"
-" li jagħżel il-user.\n"
-"\n"
-" Impliċitament, il-backups jitpoġġew fid-direttorju\n"
-" /var/lib/drakbackup\n"
-"\n"
-" fajl ta' konfigurazzjoni:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Pass ta' restawrazzjoni:\n"
-"\n"
-" Waqt il-pass ta' restawrazzjoni, Drakbackup iħassar id-\n"
-" direttorju oriġinali u jivverifika li l-fajls tal-backup\n"
-" ma ġewx korrotti. Huwa rakkomandat li tieħu backup ieħor\n"
-" qabel tibda' tirrestawra.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "L-installazzjoni ta' %s falliet. Dan kien il-messaġġ:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Fittex fonts installati"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Neħħi l-marka minn fonts installati"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "fittex fonts kollha"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "ma stabux fonts"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "lest"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "ma stajtx insib fonts fuq il-partizzjonijiet immuntati"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Erġa' agħżel fonts tajbin"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "ma stajtx insib fonts.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Fittex fonts fil-lista ta' nstallati"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Ikkupjar ta' fonts"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installazzjoni ta' fonts TrueType"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "stenna sakemm għaddej ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Installazzjoni TrueType lest"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konverżjoni ta' fonts"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "qed nibni type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Riferenzi għall-Ghostscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "Konverżjoni ta' fonts ttf"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "Konverżjoni ta' fonts pfm"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Issopprimi fajls temporanji"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Irristartja XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Issopprimi fajls ta' fonts"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "ristartja l-xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Qabel tinstalla fonts, kun ċert li għandek id-dritt tużahom u tinstallahom "
-"fuq is-sistema.\n"
-"\n"
-"-Tista' tinstalla fonts bis-sistema normali. F'każi rari, fonts ħżiena "
-"jistgħu iwaħħlulek is-server X."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Importazzjoni ta' fonts"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Ġib fonts mill-Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Neħħi fonts"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Għażliet avvanzati"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Lista ta' fonts"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Agħżel il-programmi li se jużaw il-fonts :"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Printers ġeneriċi"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Agħżel il-fajl tal-font jew direttorju u agħfas \"Żid\""
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Installa lista"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "Klikkja hawn jekk inti ċert"
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "Klikkja hawn jekk m'intix ċert."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Xejn magħżul"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Kollox magħżul"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Neħħi lista"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Testijiet preliminari"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Ikkopja fonts għas-sistema"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Installa u kkonverti fonts"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Wara l-installazzjoni"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Neħħi fonts mis-sistema"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Wara t-tneħħija"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Qsim tal-konnessjoni tal-internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Il-qsim tal-konnessjoni tal-internet huwa mixgħul"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Il-konfigurazzjoni tal-qsim tal-konnessjoni tal-internet diġà sar.\n"
-"Bħalissa huwa mixgħul.\n"
-"\n"
-"X'tixtieq tagħmel?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "itfi"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "ikkanċella"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "ri-konfigura"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Qed inniżżel is-servers..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Il-qsim tal-konnessjoni tal-internet issa mitfi"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Il-qsim tal-konnessjoni tal-internet huwa mitfi"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Il-konfigurazzjoni tal-qsim tal-konnessjoni tal-internet diġà sar.\n"
-"Bħalissa huwa mitfi.\n"
-"\n"
-"X'tixtieq tagħmel?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "ħaddem"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Qed intella' s-servers..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Qsim tal-konnessjoni tal-internet issa mixgħul."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Se tikkonfigura l-kompjuter biex jaqsam il-konnessjoni tal-internet.\n"
-"B'din il-faċilità, kompjuters oħra fuq in-network tiegħek ikunu jistgħu "
-"jużaw il-konnessjoni mal-internet ta' dan il-kompjuter.\n"
-"\n"
-"Nota: irid ikollok adattur tal-internet dedikat biex tissettja n-network "
-"lokali (LAN)"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfaċċja %s (tuża modulu %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfaċċja %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Ebda adattur tan-network fuq is-sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ebda adattur tan-network ethernet ma nstab fuq is-sistema tiegħek. Jekk "
-"jogħġbok ħaddem l-għodda tal-konfigurazzjoni tal-ħardwer."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interfaċċja tan-network"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Hemm biss adattur wieħed fuq is-sistema tiegħek:\n"
-"\n"
-"%s\n"
-"\n"
-"Se nissettja n-network lokali fuq dak l-adattur."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Jekk jogħġbok agħżel liema adattur tan-network se jkun imqabbad man-network "
-"lokali (LAN)."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Interfaċċja tan-network diġà konfigurata"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Twissija, l-adattur tan-network (%s) diġà konfigurat.\n"
-"\n"
-"Trid ri-konfigurazzjoni awtomatika?\n"
-"\n"
-"Tista' tagħmilha manwalment imma trid tkun taf x'qed tagħmel."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Ri-konfigurazzjoni awtomatika"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Uri l-konfigurazzjoni kurrenti tal-interfaċċja"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Konfigurazzjoni kurrenti ta' \"%s\":\n"
-"\n"
-"Network: %s\n"
-"Indirizz IP: %s\n"
-"Attribuzzjoni IP: %s\n"
-"Driver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Nista; nżomm il-konfigurazzjoni kurrenti u nassumi li diġà ssettjajt server "
-"DHCP; f'dak il-każ ikkonferma li qrajt l-indirizz tan-network klassi C sew; "
-"Ma nerġax nikkonfiguraha u ma mmissx il-konfigurazzjoni tas-server DHCP.\n"
-"\n"
-"Inkella, nista' nerġa nikkonfigura l-interfaċċja u nissettjalek server "
-"DCHP.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Network lokali klassi C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "IP ta' dan is-server DHCP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Erġa' kkonfigura l-interfaċċja u s-server DHCP"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "In-network lokali ma jispiċċax b' \".0\", ħiereġ 'il barra."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Possibbilment hemm konflitt fl-indirizz LAN fil-konfigurazzjoni ta' %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Instabet konfigurazzjoni ta' firewall!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Twissija: Instabet konfigurazzjoni eżistenti ta' firewall. Għandek mnejn "
-"tkun trid tirranġaha manwalment wara l-installazzjoni."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Qed nikkonfigura..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Qed nikkonfigura scripts, ninstalla softwer u ntella' servers..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemi fl-installazzjoni tal-pakkett %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Kollox ġie konfigurat.\n"
-"Issa tista taqsam konnessjonijiet ma' kompjuters oħra fuq in-network lokali, "
-"permezz tal-faċilità ta' konfigurazzjoni awtomatika (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Dan il-konfigurazzjoni diġà sar, imma bħalissa mitfi."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Dan il-konfigurazzjoni diġà sar, u bħalissa attivat."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Ebda qsim tal-konnessjoni għadu ma ġie konfigurat."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Konfigurazzjoni tal-qsim tal-konnessjoni mal-internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Merħba għall-Faċilità ta' Qsim tal-Konnessoni tal-Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Ikklikkja \"Ikkonfigura\" biex tħaddem is-saħħar tal-konfigurazzjoni."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Konfigurazzjoni network (%d adattur/i)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Ħassar profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil xi tħassar:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Profil ġdid..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr "Isem tal-profil ġdid (il-profil il-ġdid ikun kopja ta' dak kurrenti) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Isem tal-kompjuter: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Aċċess għall-internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tip:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfaċċja:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Stat:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Stenna ftit"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Ikkonfigura l-aċċess għall-internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Konfigurazzjoni LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfaċċja"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Stat"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Ikkonfigura network lokali (LAN)..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Klikkja hawn biex tħaddem is-saħħar ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Saħħar..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Applika"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Stenna ftit... qed napplika l-konfigurazzjoni"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Imqabbad"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Mhux imqabbad"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Aqbad..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Aqta'..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Twissija: instabet konnessjoni oħra tal-Internet, forsi qed tuża n-network "
-"tiegħek"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"M'għandek ebda interfaċċja konfigurata.\n"
-"L-ewwel ikkonfigurahom billi tikklikkja \"ikkonfigura\""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Konfigurazzjoni LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adattur %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protokoll Boot"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Tella' fil-bidu"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Klijent DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "ixgħel issa"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "itfi issa"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Din l-interfaċċja għadha ma ġietx konfigurata.\n"
-"Ħaddem is-saħħar tal-konfigurazzjoni mill-window ewlenija"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Għad m'għandekx konnessjoni mal-internet.\n"
-"Oħloq waħda billi tikklikkja \"Ikkonfigura\""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfigurazzjoni tal-konnessjoni internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfigurazzjoni tal-konnessjoni internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tip ta' konnessjoni: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametri"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Kard Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Klijent DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Livell ta' Sigurtà"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Ċentru tal-Kontroll"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Agħżel l-għodda li trid tuża"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "Stati Uniti (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "Stati Uniti (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "Stati Uniti (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Ċina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Ġappun (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Ġappun (cable)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Ewropa tal-Lvant"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irlanda"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Ewropa tal-Punent"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Awstralja"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "New Zealand"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Afrika t'Isfel"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Arġentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Jekk jogħġbok,\n"
-"daħħal it=\"TV norm\" u l-pajjiż"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV norm :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Reġjun :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Tfittix għal stazzjonijiet tat-TV għaddej"
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Qed infittex stazzjonijiet tat-TV"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "użu: keyboarddrake [--expert] [tastiera]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Jekk jogħġbok, agħżel it-tqassim tat-tastiera."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Trid li l-Backspace tirritorna Delete fuq il-konsol?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Ibdel is-CD"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Jekk jogħġbok daħħal is-CD tal-installazzjoni fid-drive u agħfas Ok meta\n"
-"tlesti. Jekk m'għandekx is-CD agħfas \"Ikkanċella\" biex tevita l-"
-"aġġornament."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ma stajtx nibda' l-aġġornament \"live\"!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "Il-bidliet saru, imma biex ikunu effettivi trid tilloggja 'l barra"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Uri għall-ġurnata magħżula biss"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/File/_Ġdid"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/File/_Iftaħ"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/File/I_kteb"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/File/Ikteb b'isem _ġdid"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fajl/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/Għa_żliet"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Għażliet/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Għajnuna"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Għajnuna/_Dwar..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "User"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Messaġġi"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Spjegazzjoni tal-għodda Mandrake"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "fittex"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Għodda biex tifli l-logs"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Setings"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "li jaqblu"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "li ma jaqblux"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Agħżel fajl"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalendarju"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Kontenut tal-fajl"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Twissija Imejl/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "stenna ftit... qed jinqara l-fajl: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Konfigurazzjoni Imejl/twissijiet SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Merħba għall-għodda tal-konfigurazzjoni imejl/SMS.\n"
-"\n"
-"Hawn, tista' tissettja s-sistema tal-allerti.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "seting tas-servizz"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Tirċievi twissija jekk wieħed minn dawn is-servizzi ma jibqax jaħdem"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "seting tat-tagħbija"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Tirċievi twissija jekk it-tagħbija taqbeż dan il-valur"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "konfigurazzjoni tal-allerti"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Ikkonfigura l-mod kif is-sistema tibgħatlek twissijiet"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Ikteb b'isem ġdid..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Jekk jogħġbok agħżel it-tip ta' maws."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "Ebda serial_usb ma nstab\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emula t-tielet buttuna?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s instab fuq %s, trid tikkonfigurah?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Agħżel skaner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Dan l-iskaner %s mhux sapportit"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Diska/apparat \"boot\""
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Dan l-iskaner %s irid jiġi konfigurat minn printerdrake.\n"
-"Tista' tħaddem lill printerdrake miċ-Ċentru tal-Kontroll Mandrake fis-"
-"sezzjoni Ħardwer."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Konfigurazzjoni tal-Firewall"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Konfigurazzjoni tal-firewall"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Diġà għandek firewall issettjat.\n"
-"Klikkja fuq \"ikkonfigura\" biex tbiddel jew tneħħi l-firewall."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Klikkja fuq \"ikkonfigura\" biex tissettja firewall standard."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Agħżel il-lingwa"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Agħżel klassi ta' installazzjoni"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Għarfien tal-ħard disk"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Ikkonfigura l-maws"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Agħżel tastiera"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sigurtà"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Issettja filesystems"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Ifformattja partizzjonijiet"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Agħżel pakketti biex tinstalla"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installa s-sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Żid user"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Ikkonfigura network"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Ikkonfigura servizzi"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installa bootloader"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Oħloq \"boot disk\""
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Ikkonfigura X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Installa aġġornamenti tas-sigurtà"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Oħroġ mill-installazzjoni"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Konfiguratur tinyfirewall\n"
-"\n"
-"Dan jikkonfigura firewall personali għal din is-sistema Mandrake Linux.\n"
-"Għal kompjuter firewall dedikat, jekk jogħġbok ara d-distribuzzjoni\n"
-"speċjalizzata MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Issa se nistaqsuk mistoqsijiet dwar liema servizzi tixtieq tħalli\n"
-"lill ħaddieħor jaċċessa mill-internet. Jekk jogħġbok aħseb sew dwar \n"
-"dawn il-mistoqsijiet, għax is-sigurtà tal-kompjuter huwa mportanti.\n"
-"\n"
-"Jekk m'intix qed tuża wieħed minn dawn is-servizzi, agħżel \"Le\".\n"
-"Tista' tbiddel il-konfigurazzjoni meta trid billi terġa' tħaddem dan\n"
-"il-programm."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Int qed tħaddem \"web server\" fuq dan il-kompjuter li tridu jkun\n"
-"aċċessibbli għall-Internet? Jekk qed tħaddem web server li jiġi\n"
-"aċċessat biss mill-istess kompjuter tista' tagħżel \"Le\" hawn.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Int qed tħaddem name server (DNS) fuq din il-magna? Jekk ma ssettjajtx\n"
-"wieħed biex joffri informazzjoni dwar IP u żoni lill-internet kollu,\n"
-"agħżel \"Le\".\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Tixtieq tħalli konnessjonijiet ssh (Secure Shell) deħlin? Dan\n"
-"jieħu post it-telnet li tista' tuża biex taċċessa l-kompjuter\n"
-"remotament. Jekk kont qed tuża telnet, definittivament aqleb għall-\n"
-"ssh. Telnet mhuwiex iċċifrat, għalhekk ħaddieħor jista' jisraq il-\n"
-"password. Ssh huwa ċċifrat u ma jippermettix min jissemma'."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Trid tħalli konnessjonijiet tat-telnet deħlin?\n"
-"Dan il-metodu huwa perikoluż ħafna, għax il-password tista' tinqara\n"
-"minn ħaddieħor. Aħna nirrakkomandaw li tirrispondi \"Le\" u tuża l-\n"
-"ssh minnflok it-telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Qed tħaddem server FTP li tridu jkun aċċessibbli mill-internet? Jekk\n"
-"iva, aħna nirrakkomandaw li dan jintuża biss għal trasferiment anonimu.\n"
-"Il-passwords li jintużaw bl-FTP jistgħu jinsterqu minn terzi persuni,\n"
-"peress li l-FTP ma jiċċifrax il-passwords meta jibgħathom.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Qed tħaddem server tal-imejl hawn? Jekk qed tibgħat il-messaġġi\n"
-"bil-pine, mutt jew klijent ieħor testwali (mhux grafiku), aktarx\n"
-"iva. Altrimenti jaqbillek tagħżel \"le\".\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Qed tħaddem server POP jew IMAP? Dan jintuża biex tipprovdi\n"
-"imejl lill nies oħra mill-kompjuter tiegħek.\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Jidher li qed tuża kernel 2.2. Jekk in-numru IP tan-network\n"
-"huwa ssettjat awtomatikament minn kompjuter ieħor id-dar jew\n"
-"fl-uffiċċju (assenjat dinamikament), irridu nieħdu ħsiebu. Dan\n"
-"huwa l-każ?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Il-kompjuter tiegħek jissinkronizza l-ħin ma' kompjuter ieħor?\n"
-"Normalment, dan jintuża minn organizzazzjonijiet kbar ibbażati\n"
-"fuq il-Unix/Linux, biex jissinkronizzaw il-kompjuters. Jekk m'\n"
-"intix fuq sistema kbira u qatt ma smajt b'dan, aktarx li m'initx."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurazzjoni lesta. Nistgħu niktbu dawn il-bidliet fuq id-diska?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ma jistax jinfetaħ %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ma jistax jinfetaħ %s għall-kitba: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Konfigurazzjoni tal-Firewall"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Stenna ftit, qed nipprepara l-installazzjoni"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Kompjuter fuq network (klijent)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Servers NFS, SMB, Proxy, ssh"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Uffiċċju"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Għodda għall-Palm Pilot jew Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Workstation"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domain Name u Network Information Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programmi tal-uffiċċju: wordprocessors (kword, abiword), spreadsheet "
-"(kspread, gnumeric) eċċ"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Għodda relatati mal-awdjo: biex iddoqq mp3 u midi, miksers, eċċ"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Kotba u \"HOWTO\" dwar il-Linux u Softwer Ħieles"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, eċċ"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Sett ta' programmi għal imejl, newsgroups, web, trasferiment ta' fajls u chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Database"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Server tad-database PostgreSQL jew MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Għodda biex tiffaċilita l-konfigurazzjoni tal-kompjuter"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - awdjo"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Għodda"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentazzjoni"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Għodda tal-konsol"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Server tal-imejl Postfix, news server Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedia"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfigurazzjoni"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Desktops grafiċi oħrajn (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, l-interfaċċja grafika bażi, b'għażla ta' għodda "
-"jakkumpanjawha"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Ambjent Grafiku"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Għodda biex toħloq u taħraq CDs"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kompjuter tal-Uffiċċju"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, eċċ"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programmi grafiċi bħal GIMP"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Libreriji, programmi u fajls għal żviluppar C u C++"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Kompjuter Server tan-Network"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Imejl/Groupware/Newsgroups"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Logħob"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Programmi għad-daqq u editjar ta' video"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programmi ta' divertiment: logħob tal-arcades, karti, strateġija eċċ"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Sett għodda biex taqra u tibgħat imejl u \"news\", u biex tibbrawżja l-web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arkivjar, emulaturi u monitors"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanzi Personali"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "Ambjent grafiku b' għażla ta' programmi u għodda faċli"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klijenti għal protokolli differenti, eż. SSH"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Gateway tal-internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programmi għad-daqq u editjar ta' awdjo u video"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Desktops Grafiċi Oħrajn"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Edituri, shells, għodda tal-fajls, terminals"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmi biex timmaniġġja l-finanzi personali"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Maniġġjar ta' Informazzjoni Personali"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - Ħruq ta' CDs"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Xjentifiku"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Tista' tipprovdi l-għażliet lill-modulu %s."
-
-#~ msgid "mount failed"
-#~ msgstr "immuntar falla"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Ma nistax naċċessa l-moduli tal-kernel li jikkorrispondu mal-kernel "
-#~ "tiegħek (fajl %s nieqes)"
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-*-*-medium-r-normal-*-12-*-*-*-p-*-iso8859-3,*-r-*"
-
-#~ msgid "None"
-#~ msgstr "Ebda"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Agħżel printer impliċitu!"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Applika/erġa' aqra' printers"
-
-#~ msgid "About"
-#~ msgstr "Dwar"
-
-#~ msgid " Help "
-#~ msgstr " Għajnuna "
diff --git a/perl-install/share/po/nl.po b/perl-install/share/po/nl.po
deleted file mode 100644
index 9270f3cfd..000000000
--- a/perl-install/share/po/nl.po
+++ /dev/null
@@ -1,12264 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999-2000 Mandrakesoft
-# Jo <rainbow@linuxfan.com>, 1999
-# Tom Laermans <sidewinder@linuxfreak.com>, 2000
-# Niels Gras <niels.gras@wanadoo.nl>, 2000
-# Reinout van Schouwen <reinout@cs.vu.nl>, 2001, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-01 01:34+0100\n"
-"Last-Translator: Reinout van Schouwen <reinout@cs.vu.nl>\n"
-"Language-Team: Dutch <vertaling@nl.linux.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configureer alle koppen afzonderlijk"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Gebruik Xinerama-uitbreiding"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configureer alleen kaart \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Multi-koppen configuratie"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Uw systeem ondersteunt een configuratie met meerdere koppen.\n"
-"Want wenst u te doen?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafische kaart"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Selecteer een grafische kaart"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Selecteer een X-server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X-Server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Kiest u een X-stuurprogramma"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X-stuurprogramma"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Welke configuratie van XFree wilt u hebben?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Uw kaart kan 3D acceleratie ondersteuning krijgen, maar alleen met XFree %"
-"s.\n"
-"Uw kaart wordt ondersteund door XFree %s, welke betere ondersteuning zou \n"
-"kunnen hebben in 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Uw kaart kan 3D acceleratie ondersteuning krijgen met XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s met 3D hardware acceleratie"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Uw kaart kan 3D acceleratie ondersteuning krijgen met XFree %s.\n"
-"LET OP: DIT IS EEN EXPERIMENTELE ONDERSTEUNING, WELKE UW COMPUTER KAN "
-"LATEN \n"
-"VASTLOPEN."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s met EXPERIMENTELE 3D hardware acceleratie"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Uw kaart kan 3D hardware acceleratie ondersteuning hebben, maar alleen met \n"
-"XFree %s, LET OP: DIT IS EEN EXPERIMENTELE ONDERSTEUNING, WELKE UW "
-"COMPUTER \n"
-"KAN LATEN VASTLOPEN.\n"
-"Uw kaart wordt ondersteund door XFree %s, welke betere ondersteuning zou \n"
-"kunnen hebben in 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installatie beeldscherm-stuurprogramma"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree configuratie"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Selecteer de geheugengrootte van uw grafische kaart"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Selecteer de opties voor de X-server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Selecteer een monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"De twee cruciale parameters zijn de verticale verversingsratio, d.w.z.\n"
-"de snelheid waarmee het volledige scherm wordt ververst en nog "
-"belangrijker \n"
-"de horizontale sync ratio, dit is de snelheid waaraan de scanlijnen worden\n"
-"geschreven\n"
-"\n"
-"Het is UITERMATE BELANGRIJK dat u geen monitor type opgeeft die een sync "
-"bereik\n"
-"heeft die de mogelijkheden van uw monitor overschrijdt: u kan uw monitor\n"
-"beschadigen.\n"
-"Bij twijfel maakt u best een voorzichtige keuze."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontale verversingsratio"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Verticale verversingsratio"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor niet geconfigureerd"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafische kaart nog niet geconfigureerd"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Resoluties nog niet gekozen"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Wenst u de configuraties te testen?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Waarschuwing: door deze grafische kaart te testen, kan uw computer vastlopen"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Configuratie Testen"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"probeer enkele parameters aan te passen"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Er is een fout opgetreden:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Verdwijnt binnen %d seconden"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Is dit de juiste instelling?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Er is een fout opgetreden, probeer een aantal parameters aan te passen"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resolutie"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Kies resolutie en kleurdiepte"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafische kaart: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86-server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Meer"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Expert modus"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Toon alles"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resoluties"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Toetsenbord instelling: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Muistype: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Muis: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor Horizontale Sync: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor verticale verversing: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafische kaart: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identificatie grafische kaart: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Videogeheugen: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Kleurdiepte: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resolutie: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86-server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 stuurprogramma: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Bezig met het voorbereiden van de X-Window configuratie"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Wat wenst u te doen?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Verander Monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Verander grafische kaart"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Verander Server-opties"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Resolutie wijzigen"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Informatie tonen"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Opnieuw testen"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Beindig"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Veranderingen bewaren?\n"
-"De huidige configuratie is:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X bij opstarten"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Ik kan uw computer instellen om automatisch X te starten bij opstarten.\n"
-"Wenst u X te starten bij het opstarten?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Gelieve opnieuw in te loggen op %s om de wijzigingen te activeren"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Gelieve uit te loggen en daarna Ctrl-Alt-Backspace te gebruiken"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 kleuren (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32.000 kleuren (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65.000 kleuren (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljoen kleuren (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miljard kleuren (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB of meer"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standaard VGA, 640x480 aan 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 aan 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Compatibel, 1024x768 aan 87 Hz interlaced (geen 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 aan 87 Hz interlaced, 800x600 aan 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 aan 60 Hz, 640x480 aan 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 aan 60 Hz, 800x600 aan 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA, 1024x768 aan 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency in staat om 1280x1024 aan 60 Hz weer te geven"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency in staat om 1280x1024 aan 74 Hz weer te geven"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency in staat om 1280x1024 aan 76 Hz weer te geven"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Multi-frequency in staat om 1600x1200 aan 70 Hz weer te geven"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Multi-frequency in staat om 1600x1200 aan 76 Hz weer te geven"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Eerste sector van boot-partitie"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Eerste sector van station (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO Installatie"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Waar wenst u de bootloader te installeren?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub-installatie"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO met tekst-menu"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO met grafisch menu"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Opstarten vanuit DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Bootloader algemene opties"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Welke bootloader te gebruiken"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Bootloader installatie"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Boot-apparaat"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (werkt niet met oude BIOS'en)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compact"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compact"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video-modus"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Pauze voor het opstarten van standaard-beeld"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Wachtwoord"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Wachtwoord (nogmaals)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Commandoregel-opties beperken"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "beperken"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Elke keer bij opstarten /tmp legen"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Juiste RAM-grootte (indien nodig) (%d MB gevonden)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Meerdere profielen inschakelen"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Geef de RAM-grootte in MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"De optie ``Commandoregel-opties beperken'' heeft geen nut zonder wachtwoord"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Gelieve opnieuw te proberen"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "De wachtwoorden kloppen niet met elkaar"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Initialisatie-bericht"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Delay"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Kernel opstart-wachttijd"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Opstarten van CD mogelijk maken?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Opstarten van OF mogelijk maken?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Standaard besturingssysteem?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Hier zijn de ingangen voor LILO.\n"
-"U kunt er enkele toevoegen of de bestaande wijzigen."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Toevoegen"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Klaar"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Aanpassen"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Welk type ingang wenst u toe te voegen?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Ander OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Ander OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Ander OS (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Beeld"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Achteraan toevoegen"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Lezen/schrijven"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Onveilig"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Naam"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Standaard"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-grootte"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Geen Video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Ingang verwijderen"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Lege naam is niet toegelaten"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "U dient een kernel-beeldbestand aan te geven"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "U dient een root-partitie aan te geven"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Deze naam wordt al gebruikt"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s interfaces gevonden"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Heeft u er nog n?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Heeft u een %s interface?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nee"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Bekijk hardware-info"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Bezig met installeren van stuurprogramma voor %s kaart %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(module %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Welk %s stuurprogramma moet ik proberen?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"In sommige gevallen heeft het stuurprogramma van %s extra informatie nodig\n"
-"om juist te werken, alhoewel het meestal ook zonder goed werkt. Wil u\n"
-"extra opties invoeren of laat u liever het stuurprogramma zijn informatie\n"
-"zelf zoeken? Soms zal de automatische detectie de computer laten hangen,\n"
-"maar het zou geen schade mogen veroorzaken."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatisch Detecteren"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Geef opties"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"U kunt nu zijn opties doorgeven aan module %s.\n"
-"Merk op dat een adres moet worden ingegeven met de prefix 0x zoals '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"U mag nu de opties voor module %s ingeven.\n"
-"Opties staan in het formaat ``naam=waarde naam2=waarde2 ...''.\n"
-"Bijvoorbeeld, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Module-opties:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Het laden van module %s is niet gelukt.\n"
-"Wenst u opnieuw te proberen met andere parameters?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "toegang tot X-programma's"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "toegang tot rpm-gereedschappen"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "\"su\" toestaan"
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "toegang tot administratieve bestanden"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s reeds toegevoegd)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Dit wachtwoord is te eenvoudig"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Gelieve een gebruikersnaam in te geven"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"De gebruikersnaam mag slechts kleine letters, cijfers, `-' en`_' bevatten"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Deze gebruikersnaam werd reeds toegevoegd"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Gebruiker toevoegen"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Geef een gebruiker in\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Gebruiker aanvaarden"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Echte naam"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Gebruikersnaam"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Pictogram"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatisch inloggen"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Ik kan uw computer instellen om automatisch bij een bepaalde gebruiker in te "
-"loggen.\n"
-"Wilt u van deze mogelijkheid gebruik maken?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Kies de standaard gebruiker:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Selecteer de 'window manager' die u wilt gebruiken:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Gelieve een taal te kiezen."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "U kunt andere talen kiezen die beschikbaar zullen zijn na installatie"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Alles"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Alle gebruikers toestaan"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Aangepast"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Niet delen"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Pakket %s dient genstalleerd te worden. Wilt u het installeren?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-"U kunt bestandssystemen exporteren met behulp van NFS of Samba. Welke "
-"daarvan wilt u gebruiken?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Verplicht pakket %s is afwezig"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Annuleren"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Userdrake opstarten"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"De 'per gebruiker delen'-functie gebruikt de groep\n"
-"\"fileshare\". U kunt met userdrake een gebruiker\n"
-"aan deze groep toevoegen."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Welkom, krakers!"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Zeer laag"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standaard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Hoog"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Hoger"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranode"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Dit niveau moet met voorzichtigheid gebruikt worden. Het maakt uw systeem\n"
-"makkelijker te gebruiken maar erg gevoelig: het moet niet gebruikt worden "
-"als\n"
-"machine die met andere computers of het internet verbonden is. Er worden\n"
-"geen wachtwoorden gebruikt."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Wachtwoorden zijn nu ingeschakeld, maar het gebruik als genetwerkte computer "
-"is nog steeds niet aanbevolen."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Dit is de standaardbeveiliging, aangeraden voor een computer die als client "
-"met het Internet verbonden zal worden."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Er zijn al enkele restricties en meer automatische checks worden iedere "
-"nacht gedraaid."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Met dit veiligheidsniveau wordt het mogelijk dit systeem als server te "
-"gebruiken.\n"
-"De beveiliging is nu goed genoeg om de computer als server te gebruiken die\n"
-"verbindingen van vele clients accepteert. Merk op: als uw computer alleen "
-"een\n"
-"client op het Internet is, dan kunt u beter een lager niveau kiezen."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Gebaseerd op het vorige niveau, maar nu is het systeem volledig afgesloten.\n"
-"Beveiligingsfuncties staan op hun maximumwaarde."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Kies een veiligheids-niveau"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Veiligheids-niveau"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Gebruik libsafe voor servers"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Een bibliotheek welke bescherming biedt tegen \"buffer-overflow\"- en "
-"\"format string\"-aanvallen."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Welkom bij %s - Kies uw besturingssysteem!\n"
-"\n"
-"Kies een ingang uit de bovenstaande lijst\n"
-"of wacht %d seconden voor de standaard-opstartkeuze.\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welkom bij GRUB - Kies uw besturingssysteem!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Gebruik de %c en %c-toetsen om te aangeduide ingang te selecteren."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Druk Enter om het geselecteerde besturingssysteem te booten, druk 'e'"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr " om de ingang eerst te bewerken, of 'c' voor een command-line."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr ""
-"De aangeduide ingang zal automatisch gestart worden binnen %d seconden."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "niet genoeg ruimte in /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "U kunt de opstart-lader niet installeren op een %s-partitie\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "Helaas geen hulp beschikbaar.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configuratie van opstart-stijl"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Bestand:"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Bestand/_Beindig"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Nieuwe stijl (in categorien)"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Nieuwe stijl"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Traditionele stijl"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Traditionele stijl (Gtk+)"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Aurora gebruiken bij opstarten"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/Grub modus"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot modus"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"U gebruikt op dit moment %s als Opstart-manager.\n"
-"Klik op Configureer om de instel-'wizard' te starten."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configureren"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Systeemvorm"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Open het X-Window systeem bij opstarten"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nee, ik wil niet automatisch inloggen"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja, ik wil automatisch inloggen met deze (gebruiker, werkomgeving)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "kan /etc/inittab niet openen: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuten"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d seconden"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Kan geen schermafdruk maken voor het partitioneren"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Schermafdrukken zullen beschikbaar zijn na installatie in %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frankrijk"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgi"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Tsjechische Republiek"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Duitsland"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Griekenland"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Noorwegen"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Zweden"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Nederland"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Itali"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Oostenrijk"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Verenigde Staten"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Gelieve eerst een veiligheidskopie van uw gegevens te maken"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Lees aandachtig!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Als u aboot wenst te gebruiken, wees dan voorzichtig en laat vrije ruimte "
-"(2048 sectoren is genoeg)\n"
-"aan het begin van de schijf"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Fout"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Wizard"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Kies een actie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"U heeft n grote FAT-partitie\n"
-"(meestal gebruikt door Microsoft DOS/Windows).\n"
-"Ik stel voor dat u eerst de grootte van die partitie aanpast\n"
-"(klik erop, en klik daarna op \"Grootte Aanpassen\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Gelieve op een nieuwe partitie te klikken"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Details"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Virtueel geheugen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Leeg"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Ander type"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Bestandssysteem types:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Creer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Type"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Gebruik ``%s'' in de plaats"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Verwijderen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Gebruik eerst ``Ontkoppelen''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Na het veranderen van het type van partitie %s, zullen alle gegevens op deze "
-"partitie verloren gaan"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Kies een partitie"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Kies een andere partitie"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Afsluiten"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Schakel naar expert-modus"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Schakel naar normale modus"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Ongedaan maken"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Toch doorgaan?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Beindig zonder opslaan"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Beindigen zonder de partitietabel weg te schrijven?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Wilt u de /etc/fstab aanpassingen bewaren"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automatisch toewijzen"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Alles wissen"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informatie over harde schijf"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Alle primaire partities zijn al toegewezen"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ik kan geen partitie meer toevoegen"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Om meer partities te kunnen maken, zal u er een moeten verwijderen. Dan kan\n"
-"er een uitgebreide (extended) partitie worden bijgemaakt"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Partitietabel schrijven"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Partitietabel terughalen"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Partitietabel redden"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Partitietabel opnieuw laden"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automatische koppeling van verwisselbare media"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Selecteer bestand"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"De backup partitietabel heeft niet dezelfde grootte\n"
-"Toch verdergaan?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Waarschuwing"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Plaats een floppy in het station.\n"
-"Alle gegevens op deze floppy zullen verloren gaan"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Proberen om partitietabel te redden"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Gedetailleerde informatie"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Koppelpunt"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opties"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Grootte aanpassen"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Verplaatsen"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatteren"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Koppelen"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Toevoegen aan RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Toevoegen aan LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Ontkoppelen"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Verwijderen uit RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Verwijderen uit LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "RAID aanpassen"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Voor Loopback gebruiken"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Nieuwe partitie creren"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Start-sector: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Grootte in MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Bestandssysteem-type: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Koppelpunt: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Voorkeur: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Het loopback-bestand verwijderen?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Verander partitietype"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Welk bestandssysteem wenst u?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Bezig met omschakelen van ext2 naar ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Waar wenst u dit loopback-apparaat %s aan te koppelen?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Waaraan wenst u dit apparaat %s te koppelen?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Kan een koppelpunt niet verzetten omdat deze partitie gebruikt wordt als\n"
-"loopback. Verwijder de loopback eerst."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Bezig met berekenen van FAT bestandssysteemgrenzen"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Bezig met de grootte aan te passen"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Deze partitie is niet in grootte aanpasbaar"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr ""
-"Er zou een reservekopie moeten gemaakt worden van alle gegevens op deze "
-"partitie."
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Na het veranderen van de grootte van partitie %s, zullen alle gegevens op "
-"deze partitie verloren gaan"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Kies de nieuwe grootte"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nieuwe grootte in MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Naar welke schijf wenst u het te verplaatsen?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Naar welke sector wenst u het te verplaatsen?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Aan het verplaatsen"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Partitie aan het verplaatsen..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Kies een bestaande RAID om aan toe te voegen"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nieuw"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Kies een bestaande LVM om aan toe te voegen"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Naam van LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Deze partitie kan niet gebruikt worden voor loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback-bestandsnaam: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Voer een bestandsnaam in"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Loopback-bestand is al in gebruik, gelieve een ander te kiezen"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Het bestand bestaat al. Wenst u het te gebruiken?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Koppel-opties:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Diversen"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "apparaat"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "niveau"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "chunk-grootte"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Voorzichtig: deze operatie is gevaarlijk."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Welk type partitionering?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Sorry, het is zinloos om /boot zo ver achteraan de schijf te plaatsen (op "
-"een\n"
-"cylinder > 1024).\n"
-"Ofwel gebruikt u LILO en zal het niet werken, of u gebruikt LILO niet en u "
-"heeft\n"
-"/boot niet nodig."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"De partitie die u selecteerde als rootpartitie (/) bevindt zich fysiek "
-"voorbij\n"
-"de 1024e cylinder van de harde schijf en u heeft geen /boot partitie.\n"
-"Indien u de LILO boot manager wenst te gebruiken, zorg er dan voor dat u "
-"een\n"
-"/boot partitie toevoegt aan het begin van de schijf"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"U heeft een software RAID partitie als root (/) geselecteerd.\n"
-"Geen bootloader kan dit aan zonder een /boot partitie, dus wees er zeker\n"
-"van ook een /boot-partitie toe te voegen."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Partitietabel van schijf %s wordt weggeschreven!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "U zal moeten herstarten voordat de aanpassing van kracht wordt"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Na het formatteren van partitie %s, zullen alle gegevens op deze partitie "
-"verloren zijn"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Bezig met formatteren"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Bezig met formatteren van loopback-bestand %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Bezig met formatteren van partitie %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Bestanden verbergen"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Bestanden naar de nieuwe partitie verplaatsen"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Map %s bevat reeds gegevens\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Bezig met verplaatsen van bestanden naar de nieuwe partitie"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Bezig met kopiren van %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Bezig met verwijderen van %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partitie %s heet vanaf nu %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Apparaat: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS schijfletter: %s (dit is slechts een gok)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Type: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Naam: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Grootte: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectoren"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cylinder %d tot %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Geformatteerd\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Niet geformatteerd\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Gekoppeld\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Loopback-bestand(en): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Standaard te starten partitie\n"
-" (om MS-DOS te booten, niet voor lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Niveau %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Chunk-grootte %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-schijven %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback bestandsnaam: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"De kans is aanwezig dat deze\n"
-"partitie een Driver partitie is, u\n"
-"kunt hem waarschijnlijk beter met\n"
-"rust laten.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Deze speciale Bootstrap\n"
-"partitie is voor het\n"
-"duaal-opstarten van uw systeem.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Grootte: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Indeling: %s cylinders, %s koppen, %s sectoren\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-schijven %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitietabel-type: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "op bus %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opties: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Sleutel voor bestandssysteemencryption"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Kies uw sleutel voor bestandssysteemencryption"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Deze encryption-sleutel is te makkelijk (moet tenminste %d tekens lang zijn)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "De encryption-sleutels kloppen niet met elkaar"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Encryptionsleutel"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Encryptionsleutel (nogmaals)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Verander partitietype"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Gelieve op een media-soort te klikken"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Servers zoeken"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatteren van %s mislukt"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ik weet niet hoe %s in type %s te formatteren"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "het koppelen van partitie %s in map %s is mislukt"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck is mislukt met afsluitcode %d of signaal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fout bij ontkoppelen %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "eenvoudig"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "met /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "U kan JFS niet gebruiken op een partitie kleiner dan 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "U kan ReiserFS niet gebruiken op een partitie kleiner dan 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Koppelpunten moeten beginnen met een /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Er is al een partitie met als koppelpunt %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "U kunt geen LVM logisch deel voor koppelpunt %s gebruiken"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Deze map zou binnen het root bestandssysteem moeten blijven"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"U benodigt een geavanceerd bestandssysteem (ext2, reiserfs) voor dit "
-"koppelpunt\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "U kunt geen versleuteld bestandssysteem voor koppelpunt %s gebruiken"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Niet voldoende vrije ruimte voor automatische toewijzing"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Niets meer te doen"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fout bij het openen van %s voor schrijfbewerking: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Er is een fout opgetreden - er werden geen geldige apparaten gevonden "
-"waarop\n"
-"nieuwe bestandssystemen konden worden gecreerd. Gelieve uw hardware na te\n"
-"kijken voor de oorzaak van dit probleem."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "U heeft helemaal geen partities!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux is een multi-gebruikerssysteem, dit betekent dat iedere "
-"gebruiker \n"
-"haar eigen voorkeuren, bestanden enzovoort kan hebben. U kunt de \n"
-"''Gebruikershandleiding'' lezen om hierover meer te weten te komen. Maar \n"
-"in tegenstelling tot \"root\", de \"administrator\", zullen de gebruikers "
-"die\n"
-" u hier toevoegt geen recht hebben om iets te veranderen behalve hun eigen \n"
-"bestanden en hun eigen configuratie. U zult tenminste n gebruiker voor \n"
-"uzelf aan moeten maken. Deze account is degene waar u voor dagelijks "
-"gebruik \n"
-"op zult inloggen. Alhoewel het erg praktisch is om iedere dag als \"root\" \n"
-"in te loggen, kan het ook erg gevaarlijk zijn! De kleinste vergissing kan \n"
-"ervoor zorgen dat uw hele systeem niet meer werkt. Wanneer u een \n"
-"grote vergissing maakt als een reguliere gebruiker, zou u sommige gegevens \n"
-"kunnen verliezen, maar niet het hele systeem.\n"
-"\n"
-"Eerst voert u uw echte naam in. Dit is uiteraard niet verplicht - u kunt \n"
-"alles invoeren wat u wilt. DrakX neemt dan het eerste woord dat u in het "
-"veld \n"
-"hebt ingevuld en brengt het over naar het veld \"Gebruikersnaam\". Dit is "
-"de \n"
-"naam die deze afzonderlijke gebruiker krijgt om in te loggen op het "
-"systeem. \n"
-"U kunt het veranderen. Dan zal u hier een wachtwoord moeten invoeren. Het \n"
-"wachtwoord van een (reguliere) gebruiker zonder privileges is niet zo \n"
-"cruciaal als dat van de \"root\"-gebruiker vanuit veiligheidsperspectief, \n"
-"maar dat is geen reden om het te verwaarlozen- tenslotte staan uw "
-"bestanden \n"
-"op het spel.\n"
-"\n"
-"Wanneer u klikt op \"Gebruiker aaanvaarden\", dan kunt u daarna zoveel \n"
-"gebruikers toevoegen als u wilt. Voeg een gebruiker toe voor elk van uw \n"
-"vrienden, uw vader of uw zus bijvoorbeeld. Als u klaar bent met het \n"
-"toevoegen van alle gebruikers die u wenst, selecteer dan \"Klaar\".\n"
-"\n"
-"Klikken op de \"Geavanceerd\"-knop stelt u in staat om de standaard \"shell"
-"\"\n"
-"voor een gebruiker te veranderen (standaard is dit bash)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Hierboven zijn de bestaande Linux partities afgebeeld die op uw harde\n"
-"schijf gevonden zijn. U kunt de keuzes die gemaakt zijn door de wizard\n"
-"behouden, ze zijn goed voor de meeste doorsnee installaties.\n"
-"Indien u veranderingen maakt, moet u in ieder geval een root partitie\n"
-"(\"/\") definiren. Kies een partitie niet te klein, anders zult u niet in\n"
-"staat zijn genoeg software te installeren. Indien u uw gegevens op een\n"
-"aparte partitie wilt bewaren, dient u tevens een \"/home\" partitie te\n"
-"creren (alleen mogelijk wanneer er meer dan n Linux partitie\n"
-"beschikbaar is).\n"
-"\n"
-"Elke partitie is als volgt afgebeeld: \"Naam\", \"Capaciteit\"\n"
-"\n"
-"\"Naam\" is als volgt opgebouwd: \"type harde schijf\", \"harde schijf-nummer"
-"\",\n"
-"\"partitienumer\" (bijvoorbeeld \"hda1\").\n"
-"\n"
-"\"Type harde schijf\" is \"hd\" als uw harde schijf van het IDE-type is en"
-"\"sd\" wanneer deze van het SCSI type is.\n"
-"\n"
-"\"Harde schijf-nummer\" is altijd een letter na \"hd\" of \"sd\". Voor IDE\n"
-"harde schijven:\n"
-"\n"
-" * \"a\" betekent \"master harde schijf op de primaire IDE controller\",\n"
-"\n"
-" * \"b\" betekent \"slave harde schijf op de primaire IDE controller\",\n"
-"\n"
-" * \"c\" betekent \"master harde schijf op de secundaire IDE controller\",\n"
-"\n"
-" * \"d\" betekent \"slave harde schijf op de secundaire IDE controller\".\n"
-"\n"
-"In het geval van SCSI harde schijven betekent een \"a\" \"laagste SCSI ID"
-"\",\n"
-"een \"b\" \"het op n na laagste SCSI ID\", etc."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"De Mandrake Linux installatie is verdeeld over meerdere CDROMs. DrakX \n"
-"weet of een geselecteerd pakket te vinden is op een andere CDROM en zal\n"
-"de huidige CD uitwerpen en u vragen om een andere in te leggen wanneer\n"
-"dat nodig is."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Het is nu tijd om te bepalen welke programma's u op uw systeem\n"
-"wenst te installeren. Er zijn duizenden pakketten beschikbaar voor Mandrake\n"
-"Linux, en er wordt niet van u verwacht dat u ze allemaal uit uw hoofd kent.\n"
-"\n"
-"Indien u een standaard-installatie vanaf CD-ROM uitvoert, zal u eerst\n"
-"gevraagd worden de CD's die u bij de hand heeft te specificeren (alleen\n"
-"in Expert-modus). Ga de CD-etiketten na en selecteer de vakjes die\n"
-"corresponderen met de CD's die u heeft voor de installatie. Klik op \"OK\"\n"
-"zodra u gereed bent om verder te gaan.\n"
-"\n"
-"Pakketten zijn samengebracht in groepen die corresponderen met een\n"
-"bepaald gebruik van uw computer. De groepen zelf zijn ingedeeld in vier\n"
-"categorien:\n"
-"\n"
-"* \"Werkstation\": indien u van plan bent uw computer als werkstation te\n"
-"gaan gebruiken, selecteer dan n of meer van de corresponderende\n"
-"groepen. \n"
-"\n"
-"* \"Ontwikkeling\": als de computer gebruikt gaat worden voor programmeren,\n"
-"kiest u de gewenste groep(en).\n"
-"\n"
-"* \"Server\": als de computer bestemd is voor server-doeleinden, dan\n"
-"kunt u aangeven welke van de meest algemene diensten u op uw\n"
-"computer genstalleerd wilt zien.\n"
-"\n"
-"* \"Grafische Omgeving\": tot slot is dit waar u uw voorkeur voor een "
-"grafische\n"
-"omgeving kunt aangeven. Tenminste n moet geselecteerd zijn als u een\n"
-"grafisch werkstation wilt hebben!\n"
-"\n"
-"Bij het bewegen van de muispijl boven een groepnaam zal er een korte "
-"verklarende\n"
-"tekst over die groep getoond worden. Als u alle groepen deselecteert tijdens "
-"het\n"
-"uitvoeren van een reguliere installatie (in tegenstelling tot een "
-"opwaardering), dan\n"
-"zal een dialoogvenster verschijnen dat verscheidene opties voor een "
-"minimale\n"
-"installatie voorstelt:\n"
-" * \"Met X\" Installeer zo min mogelijk pakketten met behoud van een "
-"grafische\n"
-"werkomgeving;\n"
-" \n"
-" * \"Met basis-documentatie\" installeert het basissysteem plus algemene\n"
-"hulpprogramma's en hun documentatie. Deze installatie is geschikt om een "
-"server\n"
-"mee in te richten.\n"
-"\n"
-" * \"Werkelijk minimale installatie\" zal het absolute minimum installeren "
-"dat nodig\n"
-"is om een werkend Linux-systeem te verkrijgen, slechts met een "
-"commandoregel.\n"
-"Deze installatie is ongeveer 65MB groot.\n"
-"\n"
-"U kunt het \"Individuele pakketselectie\"-vakje selecteren, welke nuttig is "
-"als\n"
-"u bekend bent met de aangeboden pakketten of indien u totale controle wenst\n"
-"over wat er genstalleerd zal worden.\n"
-"\n"
-"In het geval dat u de installatie in \"Opwaarderen\"-modus heeft gestart, "
-"kunt u\n"
-"alle groepen deselecteren om te voorkomen dat er nieuwe pakketten "
-"genstalleerd\n"
-"worden. Dit is nuttig bij het repareren of het vernieuwen van een bestaand "
-"systeem."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Tenslotte, afhankelijk van uw keus om al dan niet individuele pakketten\n"
-"te selecteren, wordt u een boom getoond bevattende alle pakketten\n"
-"geclassificeerd in groepen en subgroepen. Terwijl u door de boom bladert,\n"
-"kunt u gehele groepen, subgroepen of individuele pakketten selecteren.\n"
-"\n"
-"Wanneer u een pakket in de boom selecteert, verschijnt een beschrijving\n"
-"aan de rechterkant. Zodra uw selectie klaar is, klikt u de \"Installeren\"-\n"
-"knop welke het installatieproces in gang zal zetten. Afhankelijk van de\n"
-"snelheid van uw apparatuur en het aantal pakketten dat genstalleerd\n"
-"moet worden, kan het enige tijd duren om het proces te voltooien. Een\n"
-"geschatte tijd tot voltooiing wordt weergegeven op het scherm om u te\n"
-"helpen inschatten of er nog tijd is om te genieten van een kopje koffie.\n"
-"\n"
-"!! Als een server-pakket geselecteerd is, ofwel bedoeld ofwel omdat\n"
-"het onderdeel is van een gehele groep, zal u gevraagd worden om\n"
-"te bevestigen dat u deze servers echt wilt installeren. Onder Mandrake\n"
-"Linux worden alle genstalleerde servers standaard ingeschakeld\n"
-"tijdens het opstarten. Zelfs wanneer zij veilig zijn en geen bekende\n"
-"beveiligingsgebreken hadden op het moment dat de distributie "
-"werdnuitgebracht, kan het gebeuren dat beveiligingsfouten ontdekt worden\n"
-"nadat deze versie van Mandrake Linux afgemaakt werd. Indien u niet\n"
-"weet wat een bepaalde dienst geacht wordt te doen of waarom het\n"
-"genstalleerd wordt, klikt u dan \"Nee\". Klikken op \"Ja\" zorgt ervoor\n"
-"dat de getoonde diensten genstalleerd worden en dat ze automatisch\n"
-"ingeschakeld zullen worden. !!\n"
-"\n"
-"De \"Automatische afhankelijkheden\"-optie schakelt eenvoudigweg het\n"
-"waarschuwingsvenster uit dat verschijnt wanneer het installatieprogramma\n"
-"automatisch een pakket selecteert. Dit gebeurt omdat het vastgesteld heeft\n"
-"dat het een afhankelijkheid moet vervullen met een ander pakket om de\n"
-"installatie succesvol te kunnen voltooien.\n"
-"\n"
-"Het minuscule diskette-pictogram onderaan de lijst stelt u in staat de\n"
-"pakketten-lijst te laden die tijdens een eerdere installatie gekozen was.\n"
-"Als u klikt op dit pictogram zal u gevraagd worden een diskette in het\n"
-"diskettestation te plaatsen welke gecreerd was aan het eind van een\n"
-"andere installatie. Zie de tweede tip van de laatste stap over hoe u een\n"
-"dergelijke diskette aanmaakt."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Het is nu mogelijk om uw internet- of netwerkverbinding in te stellen.\n"
-"Indien u wenst uw computer aan het Internet of aan een lokaal netwerk te\n"
-"verbinden, klik dan op \"OK\". De automatische bespeuring van netwerk-\n"
-"apparaten en modem zal worden opgestart. Als deze bespeuring mislukt,\n"
-"deselecteer dan het \"Automatische bespeuring gebruiken\"-vakje de\n"
-"volgende keer. U kunt ook besluiten het netwerk niet te configureren of\n"
-"het later pas te doen; in dat geval klikt u op de \"Annuleren\"-knop.\n"
-"Beschikbare verbindingstypen zijn:\n"
-"conventionele modem, ISDN-adapter, ADSL-verbinding, kabelmodem en\n"
-"tenslotte een eenvoudige LAN-verbinding (Ethernet).\n"
-"\n"
-"Wij zullen hier niet tot in detail ingaan op elke configuratie. Zorgt u er\n"
-"gewoon voor dat u alle instellingen van uw Internetprovider of\n"
-"systeembeheerder bij de hand heeft.\n"
-"\n"
-"U kunt het hoofdstuk over Internetverbindingen in het handboek\n"
-"raadplegen voor details over de configuratie, of gewoon wachten\n"
-"totdat uw systeem genstalleerd is en dan het beschreven programma\n"
-"gebruiken om uw verbinding te configureren.\n"
-"\n"
-"Indien u wenst het netwerk later na de installatie te configureren of\n"
-"indien u klaar bent met het configureren van uw verbinding, klikt u\n"
-"op \"Annuleren\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"U kunt nu kiezen welke diensten u wil gestart hebben bij het opstarten.\n"
-"\n"
-"In dit overzicht staan alle diensten die beschikbaar zijn in de huidige\n"
-"installatie. Kijk ze aandachtig na en de-selecteer degenen die niet altijd\n"
-"nodig zijn bij het opstarten.\n"
-"\n"
-"U kunt een korte uitleg krijgen over een dienst door een specifieke dienst\n"
-"te selecteren. Wanneer u niet zeker bent of een dienst nuttig is of niet,\n"
-"dan is het veiliger om de standaard-instelling over te nemen.\n"
-"\n"
-"Wees vooral voorzichtig in deze stap als u uw machine als een server wil\n"
-"gebruiken: u zal waarschijnlijk de diensten die u niet nodig heeft niet "
-"willen\n"
-"starten. Onthoud alstublieft dat een aantal diensten gevaarlijk kunnen zijn\n"
-"wanneer ze geactiveerd zijn op een server. In het algemeen geldt: kies\n"
-"alleen de services die u echt nodig heeft."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux houdt de tijd bij in GMT (Greenwich Mean Time) en vertaalt\n"
-"het naar lokale tijd volgens de tijdzone die u geselecteerd heeft. Het is\n"
-"echter mogelijk om dit te deactiveren door \"Hardware klok ingesteld op\n"
-"GMT\" te deselecteren zodat de hardware-klok dezelfde is als de systeem-\n"
-"klok. Dit is nuttig wanneer er op de computer nog een ander besturings-\n"
-"systeem staat zoals Windows.\n"
-"\n"
-"De \"Automatische tijdssynchronisatie\"-optie zal de klok automatisch\n"
-"bijstellen door verbinding te maken met een tijdsserver op internet. In\n"
-"de getoonde lijst kunt u een server kiezen bij u in de buurt. Uiteraard\n"
-"moet u een werkende internetverbinding hebben voordat deze functie\n"
-"werkt. Dit zorgt er tevens voor dat er een tijdsserver op uw computer\n"
-"wordt genstalleerd die mogelijkerwijs gebruikt kan worden door\n"
-"andere computers op uw lokale netwerk."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (voor X Window System) is het hart van de GNU/Linux grafische interface\n"
-"waarvan alle grafische omgevingen (KDE, GNOME, AfterStep, WindowMaker...)\n"
-"afhankelijk zijn die met Mandrake Linux zijn meegeleverd. In deze stap zal "
-"DrakX\n"
-"trachten X automatisch te configureren.\n"
-"\n"
-"Het is uiterst ongebruikelijk dat dit mislukt, tenzij de hardware erg oud "
-"(of\n"
-"erg nieuw) is. Als het slaagt, zal X automatisch gestart worden in het "
-"beste\n"
-"oplossend vermogen mogelijk, afhankelijk van de grootte van uw monitor.\n"
-"Een venster zal verschijnen en u vragen of u het kunt zien.\n"
-"\n"
-"Indien u een \"Expert\"-installatie uitvoert, komt u in de X configuratie "
-"wizard.\n"
-"Zie het corresponderende stuk in de handleiding voor meer informatie over\n"
-"deze wizard.\n"
-"\n"
-"Als u het bericht tijdens de test kunt zien en \"Ja\" antwoordt, zal DrakX\n"
-"doorgaan naar de volgende stap. Zoniet, dan betekent dat gewoon dat de\n"
-"configuratie onjuist was. De test zal in dat geval automatisch eindigen na\n"
-"10 seconden en het scherm herstellen."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"De eerste keer dat u de X configuratie probeert, zult u misschien niet\n"
-"erg tevreden zijn met het beeld (scherm te klein, naar links of naar rechts\n"
-"verschoven...). Daarom zal DrakX u vragen of de configuratie u bevalt,\n"
-"zelfs als X correct opstart. Het zal u tevens voorstellen om de "
-"configuratie\n"
-"te wijzigen door een lijst van geldige modi te tonen die het gevonden "
-"heeft,\n"
-"en u vragen er n te selecteren.\n"
-"\n"
-"Als een uiterste uitwijkmogelijkheid, als het u niet lukt X aan de praat te\n"
-"krijgen, kiest u \"Grafische kaart wijzigen\", selecteer \"Niet vermelde "
-"kaart\",en wanneer u gevraagd wordt welke server u wenst, kiest u \"FBDev\". "
-"Dit\n"
-"is een veilige optie die met iedere moderne grafische kaart werkt. Kiest u\n"
-"vervolgens \"Opnieuw testen\" om u ervan te vergewissen dat het werkt."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Tenslotte zal u gevraagd wordne of u de grafische interface wilt zien\n"
-"bij het opstarten. Merk op dat deze vraag ook gesteld wordt zelfs als\n"
-"u niet ervoor gekozen hebt om de configuratie te testen. Vanzelfsprekend\n"
-"wilt u \"Nee\" antwoorden als uw machine als server moet dienen, of\n"
-"indien u er niet in slaagde het beeld te configureren."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"De Mandrake Linux CD-ROM heeft een ingebouwde reddings-modus. U kunt\n"
-"er bij komen door op te starten van de CD-ROM, de \"F1\"-toets in te "
-"drukken\n"
-"tijdens het opstarten en \"rescue\" in te typen bij de aanwijzing. Maar in "
-"het\n"
-"geval dat uw computer niet kan opstarten van de CD-ROM, moet u terugkomen\n"
-"naar deze stap voor hulp in tenminste twee situaties:\n"
-"\n"
-" * wanneer de opstart-lader genstalleerd wordt, zal DrakX de boot sector "
-"(MBR)\n"
-"van uw eerste harde schijf overschrijven (tenzij u een andere "
-"opstartbeheerder\n"
-"gebruikt) zodat u op kunt starten met ofwel Windows ofwel GNU/Linux (ervan\n"
-"uitgaand dat u Windows op uw systeem heeft). Indien u Windows opnieuw\n"
-"moet installeren, zal het Microsoft installatieproces de boot sector "
-"herschrijven,\n"
-"en u zult dan niet meer in staat zijn GNU/Linux op te starten!\n"
-"\n"
-" * indien een probleem zich voordoet waardoor u GNU/Linux niet van de harde\n"
-"schijf kunt opstarten, zal deze diskette de enige manier zijn om GNU/Linux\n"
-"op te starten. Hij bevat een behoorlijk aantal systeemgereedschappen om\n"
-"uw systeem in oude staat te herstellen wanneer het gecrashed is door een\n"
-"stroomonderbreking, een ongelukkige typfout, een vergissing in een\n"
-"wachtwoord, of wat voor reden dan ook.\n"
-"\n"
-"Wanneer u op deze stap klikt, wordt u gevraagd een diskette te plaatsen in\n"
-"het diskettestation. De diskette moet leeg zijn of geen gegevens bevatten "
-"die\n"
-"u nog nodig heeft. Het is niet nodig om hem te formatteren omdat DrakX de\n"
-"gehele diskette zal herschrijven."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Op dit punt moet u kiezen waar op uw harde schijf u uw Mandrake Linux\n"
-"besturingssysteem wilt installeren. Als uw harde schijf leeg is of als een\n"
-"ander besturingssysteem alle beschikbare ruimte inneemt, dan zult u\n"
-"de harde schijf moeten partitioneren. Partitioneren houdt in dat u uw harde\n"
-"schijf in logische stukken onderverdeelt om ruimte te creren voor uw "
-"nieuwe\n"
-"Mandrake Linux besturingssysteem.\n"
-"\n"
-"Omdat de effecten van het partitioneringsproces over het algemeen niet\n"
-"terug te draaien zijn, kan partitioneren intimiderend en spannend zijn voor\n"
-"een onervaren gebruiker. Gelukkig is er een wizard die dit proces\n"
-"vereenvoudigt. Raadpleeg de handleiding voordat u begint en neem de\n"
-"tijd.\n"
-"\n"
-"Indien u de installatie in expert-modus draait, komt u terecht in "
-"DiskDrake,\n"
-"het partitioneringsprogramma van Mandrake Linux, dat u in staat stelt\n"
-"om uw partities precies af te stellen. Zie het hoofdstuk over DiskDrake\n"
-"in de handleiding. Voor de installatie-interace kunt u de wizards gebruiken\n"
-"die hier beschreven zijn door op de \"Wizard\"-knop van het dialoogvenster\n"
-"te klikken.\n"
-"\n"
-"Indien er reeds partities gedefinieerd zijn, hetzij van een vorige "
-"installatie\n"
-"hetzij door een ander partitioneringsprogramma, dan kunt u deze\n"
-"eenvoudigweg selecteren om uw Linux-systeem op te installeren.\n"
-"\n"
-"Indien er geen partities gedefinieerd zijn, zult u ze moeten aanmaken met\n"
-"de wizard. Afhankelijk van de configuratie van uw harde schijf, zijn er\n"
-"verscheidene opties beschikbaar:\n"
-"\n"
-" * \"Gebruik vrije ruimte\": deze optie zal leiden tot het automatisch\n"
-"partitioneren van uw lege schijf/schijven. Er worden u verder geen vragen\n"
-"gesteld.\n"
-"\n"
-" * \"Gebruik bestaande partitie\": de wizard heeft n of meer bestaande\n"
-"Linux-partities op uw harde schijf gevonden. Indien u deze wilt gebruiken,\n"
-"kiest u deze optie.\n"
-"\n"
-" * \"Gebruik vrije ruime op de Windows-partitie\": indien Microsoft Windows\n"
-"op uw harde schijf is genstalleerd en alle beschikbare ruimte in beslag "
-"neemt,\n"
-"dient u vrije ruimte te creren voor Linux-gegevens. Om dat te doen, kunt u "
-"uw\n"
-"Microsoft Windows-partitie en -gegevens wissen (zie \"Wis gehele schijf\"\n"
-"of \"Expert-modus\"-oplossingen) om uw Microsoft Windows-partitie te\n"
-"verkleinen. Het aanpassen van de grootte kan bewerkstelligd worden zonder\n"
-"verlies van enige gegevens. Deze oplossing is aanbevolen indien u zowel\n"
-"Mandrake Linux en Microsoft Windows op dezelfde computer wilt gebruiken.\n"
-"\n"
-" Laat het goed tot u doordringen, voordat u deze optie kiest, dat uw\n"
-"Microsoft Windows partitie na afloop van deze procedure minder groot\n"
-"zal zijn dan hij nu is. U zult minder vrije ruimte hebben onder\n"
-"Microsoft Windows om uw gegevens op te slaan of om nieuwe software te\n"
-"installeren.\n"
-"\n"
-" * \"Gehele schijf wissen\": indien u alle gegevens en alle partities op uw\n"
-"harde schijf wilt verwijderen en vervangen door uw nieuwe Mandrake Linux-\n"
-"systeem, kiest u deze optie. Weest u voorzichtig met deze oplossing omdat u\n"
-"na bevestiging deze keuze niet meer ongedaan kunt maken.\n"
-"\n"
-" !! Als u deze optie kiest, zullen alle gegevens op uw schijf verloren "
-"gaan. !!\n"
-"\n"
-" * \"Verwijder Windows\": dit wist simpelweg alles op de schijf en begint "
-"van\n"
-"voren af aan met partitioneren. Alle gegevens op uw schijf zullen verloren\n"
-"gaan.\n"
-"\n"
-" !! Als u deze optie kiest, zullen alle gegevens op uw schijf verloren "
-"gaan. !!\n"
-"\n"
-" * \"Expert-modus\": kies deze optie indien u handmatig uw harde schijf "
-"wenst\n"
-"te partitioneren. Weest u voorzichtig - het is een krachtige maar riskante "
-"keuze.\n"
-"U kunt erg gemakkelijk al uw gegevens kwijtraken. Kiest u derhalve niet "
-"hiervoor\n"
-"tenzij u weet wat u doet."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Alstublieft. De installatieprocedure is voltooid en uw GNU/Linux-systeem\n"
-"is klaar voor gebruik. Klik gewoon op \"OK\" om uw computer opnieuw te\n"
-"starten. Indien u een meervoudig opstartsysteem gebruikt, kunt u GNU/Linux\n"
-"of Windows opstarten, welke u prefereert, zodra de computer de\n"
-"zelftestprocedure heeft doorlopen.\n"
-"\n"
-"De \"Geavanceerd\"-knop (alleen in Expert-modus) toont twee knoppen meer\n"
-"voor:\n"
-"\n"
-" * \"auto-installatiediskette aanmaken\": om een installatiediskette te\n"
-"creren weke de gehele installatie automatisch zal uitvoeren zonder hulp\n"
-"van een beheerder, gelijkend op de installatie die u zonet heeft\n"
-"geconfigureerd.\n"
-"\n"
-"Merk op dat er twee verschillende opties zijn na het klikken van deze knop:\n"
-"\n"
-" * \"Afspelen\". Dit is een gedeeltelijk geautomatiseerde installatie, "
-"omdat\n"
-"de partitioneringsstap (alleen deze) interactief blijft.\n"
-"\n"
-" * \"Geautomatiseerd\". Volledig geautomatiseerde installatie: de harde\n"
-"schijf wordt volledig overschreven en alle gegevens erop raken verloren.\n"
-"\n"
-" Deze mogelijkheid is erg handig wanneer u een grote hoeveelheid\n"
-"soortgelijke computers installeert. Zie ook de Auto-installatie afdeling op\n"
-"onze website.\n"
-"\n"
-" * \"Pakketselectie opslaan\"(*) : slaat de pakketselectie op zoals u hem\n"
-"eerder heeft gemaakt. Vervolgens, wanneer u een andere installatie\n"
-"uitvoert, plaatst u de diskette in het diskettestation en draait u het\n"
-"installatieprogramma waarna u naar het helpscherm gaat door op de\n"
-"[F1]-toets te drukken, en door ''linux defcfg=\"floppy\" '' in te geven.\n"
-"\n"
-"(*) U heeft een FAT-geformatteerde dskette nodig (om er n onder\n"
-"GNU/Linux te creren, typt u \"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Iedere nieuw gedefinieerde partitie moet geformatteerd worden voor\n"
-"gebruik (formatteren betekent het creren van een bestandssysteem).\n"
-"\n"
-"Op dit moment wilt u wellicht enkele reeds bestaande partities\n"
-"herformatteren om alle gegevens erop te wissen. Indien u dat wenst\n"
-"te doen, selecteert u dan ook deze partities.\n"
-"\n"
-"Merk op dat het niet nodig is om alle reeds bestaande partities te\n"
-"herformatteren. U dient de partities waar het besturingssysteem op\n"
-"staat te herformatteren (zoals \"/\", \"/usr\" of \"/var\") maar u hoeft\n"
-"geen partities te herformatteren die gegevens bevatten die u wenst\n"
-"te bewaren (gewoonlijk \"/home\").\n"
-"\n"
-"Weest u alstublieft voorzichtig met het selecteren van partities. Na het\n"
-"formatteren zullen alle gegevens op de geselecteerde partities definitief\n"
-"verwijderd zijn.\n"
-"\n"
-"Klik op \"OK\" wanneer u klaar bent om de partities te formatteren.\n"
-"\n"
-"Klik op \"Annuleren\" indien u een andere partitie voor uw nieuwe\n"
-"Mandrake Linux besturingssysteem wilt kiezen.\n"
-"\n"
-"Klik op \"Geavanceerd\" indien u partities wenst te selcteren die op\n"
-"onleesbare blokken gecontroleerd zullen worden."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Uw nieuwe Mandrake Linux besturingssysteem wordt nu genstalleerd.\n"
-"Afhankelijk van het aantal pakketten dat u zult installeren en de snelheid\n"
-"van uw computer, kan deze operatie enkele minuten tot een behoorlijk lange\n"
-"tijd in beslag nemen.\n"
-"\n"
-"Even geduld alstublieft."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Op het moment dat u Mandrake Linux installeert, is het waarschijnlijk\n"
-"dat sommige pakketten vernieuwd zijn sinds het moment dat het werd\n"
-"uitgebracht. Sommige onvolkomenheden kunnen gerepareerd zijn en\n"
-"beveiligingsproblemen opgelost. Om u te kunnen laten profiteren van\n"
-"deze vernieuwingen kunt u ze nu downloaden van het internet.\n"
-"Kies \"Ja\" indien u een werkende internetverbinding heeft, of \"Nee\"\n"
-"als u liever later vernieuwde pakketten installeert.\n"
-"\n"
-"Wanneeru op \"Ja\" klikt verschijnt er een lijst van plaatsen waar\n"
-"vernieuwingen van kunnen worden opgehaald. Kies degene waar\n"
-"u zich het dichtst bij in de buurt bevindt. Daarna verschijnt een\n"
-"pakketselectieboom: ga de selectie na en druk op \"Installeren\"\n"
-"om de geselecteerde pakketten op te halen en te installeren. Druk\n"
-"op \"Annuleren\" om af te breken."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Voordat u verdergaat dient u eerst de voorwaarden in de licentie\n"
-"aandachtig te lezen. Zij beslaan de gehele Mandrake Linux distributie,\n"
-"en indien u niet akkoord gaat met alle voorwaarden erin klikt u op de\n"
-"\"Weigeren\"-knop hetgeen de installatie onmiddelijk zal afbreken. Om\n"
-"verder te gaan met de installatie, klikt u op de \"Accepteren\"-knop."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Op dit punt is het tijd om het beveiligingsniveau te kiezen voor deze\n"
-"computer. Als een vuistregel is aan te houden dat hoe meer blootgesteld\n"
-"de computer is, en hoe meer cruciale gegevens erop opgeslagen zijn,\n"
-"hoe hoger het beveiligingsniveau moet zijn. Echter, een hoger\n"
-"beveiligingsniveau gaat meestal ten koste van gebruiksgemak. U zij\n"
-"verwezen naar het MSEC-hoofdstuk van de \"Reference Manual\" voor\n"
-"meer informatie over de betekenis van deze niveaus.\n"
-"\n"
-"In het geval dat u niet weet wat te kiezen, behoudt u de standaard optie."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Op dit punt moet u kiezen welke partitie(s) gebruikt zullen worden voor\n"
-"de installatie van uw Mandrake Linux systeem. Indien er reeds partities\n"
-"gedefinieerd zijn, van een vorige GNU/Linux installatie of door een\n"
-"ander partitioneringsprogramma, kunt u bestaande partities gebruiken.\n"
-"In andere gevallen moeten er harde schijf-partities gedefinieerd worden.\n"
-"\n"
-"Om partities te creren, dient u eerst een harde schijf te kiezen. U kunt "
-"de\n"
-"te partitioneren schijf selecteren door op \"hda\" te klikken voor de "
-"eerste\n"
-"IDE-schijf, \"hdb\" voor de tweede, \"sda\" voor de eerste SCSI-schijf\n"
-"enzovoort.\n"
-"\n"
-"Om de geselecteerde harde schijf te partitioneren, kunt u deze opties\n"
-"gebruiken:\n"
-"\n"
-" * \"Alles wissen\": deze optie verwijdert alle partities op de "
-"geselecteerde\n"
-"harde schijf.\n"
-"\n"
-" * \"Automatisch toewijzen\": deze optie creert automatisch Ext2- en swap-\n"
-"partities in de vrije ruimte op uw harde schijf.\n"
-"\n"
-" * \"Meer\": geeft toegang tot extra opties:\n"
-"\n"
-" * \"Partitietabel opslaan\": slaat de partitietabel op op een diskette. "
-"Nuttig om\n"
-"later zonodig de partitietabel te herstellen. Het is sterk aanbevolen deze "
-"stap uit\n"
-"te voeren.\n"
-" * \"Partitietabl herstellen\": deze optie stelt u in staat om een eerder "
-"opgeslagen\n"
-"partitietabel van diskette te herstellen.\n"
-"\n"
-" * \"Partitietabel redden\": indien uw partitietabel is beschadigd, kunt "
-"u deze\n"
-"trachten te herstellen met deze optie. Weest u voorzichtig en onthoud dat "
-"dit\n"
-"kan mislukken.\n"
-"\n"
-" * \"Partitietabel herladen\": gooit alle veranderingen weg en laadt de\n"
-"partitietabel waarmee u begon\n"
-"\n"
-" * \"Auto-koppeling verwisselbare media\": het deselecteren van deze "
-"optie\n"
-"dwingt gebruikers om handmatig verwisselbare media zoals diskettes en\n"
-"CD-ROMs te koppelen en te ontkoppelen.\n"
-"\n"
-" * \"Wizard\": gebruik deze optie indien u een wizard wenst te gebruiken om\n"
-"uw harde schijf mee te partitioneren. Dit is aanbevolen als u geen brede "
-"kennis\n"
-"heeft over partitioneren.\n"
-"\n"
-" * \"Ongedaan maken\": gebruik deze optie om uw wijzigingen te annuleren.\n"
-"\n"
-" * \"Schakel naar normale / expert modus\": laat extra handelingen toe op\n"
-"partities (Type, opties, formatteren) en geeft meer informatie.\n"
-"\n"
-" * \"Klaar\": wanneer u klaar bent met het partitioneren van uw harde "
-"schijf, zal dit\n"
-"de wijzigingen wegschrijven naar schijf.\n"
-"\n"
-"Merk op: u kunt iedere optie met behulp van het toetsenbord bereiken. "
-"Navigeer door\n"
-"de partities met behulp van [Tab] en [Omhoog/Omlaag] pijlen.\n"
-"\n"
-"Wanneer een partitie is geselecteerd, kunt u deze toetscombinaties "
-"gebruiken:\n"
-"\n"
-" * Ctrl+c om een nieuwe partitie te creren (als een lege ruimte is "
-"geselecteerd);\n"
-"\n"
-" * Ctrl+d om een partitie te verwijderen;\n"
-"\n"
-" * Ctrl+m om het koppelpunt in te stellen.\n"
-"\n"
-"Voor meer informatie over de verschillende types bestandssystemen die er "
-"zijn,\n"
-"leest u het hoofdstuk 'ext2fs' van de ``Referentie Handleiding''.\n"
-"\n"
-"In het geval dat u op een PPC computer aan het installeren bent, zult u een "
-"kleine\n"
-"HFS \"bootstrap\"-partitie van tenminste 1MB willen creren welke gebruikt "
-"zal\n"
-"worden door de yaboot opstartlader. Indien u liever de partitie wat groter "
-"maakt,\n"
-"zeg 50MB, dan vindt u het misschien een nuttige plek om een reserve kernel-\n"
-"en ramdisk beeldbestand in op te slaan voor opstart-noodgevallen."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Er is meer dan n Microsoft Windows partitie op uw harde schijf bespeurd.\n"
-"Kiest u degene die u wilt verkleinen om uw nieuwe Mandrake Linux\n"
-"besturingssysteem te kunnen installeren.\n"
-"\n"
-"Elke partitie wordt getoond als volgt: \"Linux naam\", \"Windows naam\"\n"
-"\"Capaciteit\".\n"
-"\n"
-"\"Linux naam\" is gestructureerd: \"harde schijf-type\", \"harde schijf-teken"
-"\",\n"
-"\"partitienummer\" (bijvoorbeeld \"hda1\").\n"
-"\n"
-"\"Harde schijf-type\" is \"hd\" indien uw harde schijf een IDE-schijf is en\n"
-"\"sd\" indien het een SCSI-schijf is.\n"
-"\n"
-"\"Harde schijf-teken\" is altijd een letter na \"hd\" of \"sd\". Bij IDE-\n"
-"harde schijven:\n"
-"\n"
-" * \"a\" betekent \"master apparaat op de primaire IDE controller\",\n"
-"\n"
-" * \"b\" betekent \"slave apparaat op de primaire IDE controller\",\n"
-"\n"
-" * \"c\" betekent \"master apparaat op de secundaire IDE controller\",\n"
-"\n"
-" * \"d\" betekent \"slave apparaat op de secundaire IDE controller\".\n"
-"\n"
-"Bij SCSI harde schijven betekent een \"a\" \"laagste SCSI ID\", een\"b\" "
-"\"op n na laagste SCSI ID\", enzovoort.\n"
-"\n"
-"\"Windows naam\" is de letter van uw harde schijf onder Windows (de\n"
-"eerste schijf of partitie wordt \"C:\" genoemd)."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Even geduld a.u.b. Deze operatie kan enkele minuten duren."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX moet nu weten of u een standaard (\"Aanbevolen\") installatie wilt\n"
-"uitvoeren, of meer controle wilt kunnen uitoefenen (\"Expert\"). U heeft "
-"verder\n"
-"de keus tussen het uitvoeren van een nieuwe installatie en het opwaarderen\n"
-"van een reeds aanwezig Mandrake Linux systeem:\n"
-" * \"Installeren\" Wist het vorige systeem volledig. Echter, afhankelijk van "
-"hoe\n"
-"uw computer momenteel is ingesteld, is het mogelijk om oude (Linux- of "
-"andere)\n"
-"partities onveranderd te behouden.\n"
-"\n"
-" * \"Opwaarderen\" De installatieklasse laat u eenvoudigweg de pakketten\n"
-"vernieuwen die nu op uw Mandrake Linux-systeem genstalleerd zijn. Het\n"
-"behoudt de huidige partities van uw harde schijven zowel als de\n"
-"gebruikersconfiguraties. Alle andere configuratiestappen van een gewone\n"
-"installatie zullen beschikbaar blijven.\n"
-"\n"
-" * \"Alleen pakketten opwaarderen\" Deze gloednieuwe installatieklasse\n"
-"laat u een bestaand Mandrake Linux-systeem opwaarderen met behoud\n"
-"van de gehele systeemconfiguratie. Het is mogelijk om nieuwe pakketten\n"
-"toe te voegen aan de huidige installatie.\n"
-"\n"
-"Opwaarderen zou goed moeten gaan voor Mandrake Linux-systemen\n"
-"vanaf versie 8.1.\n"
-"\n"
-"Kies, afhankelijk van uw kennis van GNU/Linux, n van de volgende\n"
-"mogelijkheden:\n"
-"\n"
-" * Aanbevolen: kies dit als u nog nooit een GNU/Linux besturingssysteem "
-"hebt\n"
-"genstalleerd. De installatie zal erg gemakkelijk verlopen en er zullen u\n"
-"slechts enkele vragen gesteld worden.\n"
-"\n"
-" * Expert: als u een goede kennis bezit van GNU/Linux kunt u deze\n"
-"installatieklasse kiezen. De expert-installatie staat u toe een in hoge "
-"mate\n"
-"aangepaste installatie uit te voeren. Het beantwoorden van sommige vragen\n"
-"kan moeilijk zijn als u geen goede kennis van GNU/Linux bezit, dus kies dit\n"
-"niet tenzij u weet wat u doet."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normaal gesproken selecteert DrakX het juiste toetsenbord voor u\n"
-"(afhankelijk van de taal die u heeft gekozen) en zult u deze stap niet eens\n"
-"te zien krijgen. Het is echter mogelijk dat u een toetsenbord bezit dat "
-"niet\n"
-"exact correspondeert met uw taal: bijvoorbeeld, als u een Engels sprekende\n"
-"Zwitser bent wilt u nog steeds dat uw toetsenbordinstelling op Zwitsers "
-"staat.\n"
-"Of indien u Engels spreekt maar zich in Quebec bevindt, verkeert u "
-"misschien\n"
-"in dezelfde situatie. In beide gevallen zult u terug moeten gaan naar deze\n"
-"installatiestap en het juiste toetsenbord uit de lijst kiezen.\n"
-"\n"
-"Klik op de \"Meer\"-knop om de complete lijst van ondersteunde\n"
-"toetsenbordindelingen te zien."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Kiest u de gewenste taal voor installatie en gebruik op uw computer.\n"
-"\n"
-"Door te klikken op de \"Geavanceerd\"-knop kunt u andere talen selecteren\n"
-"die op uw werkstation genstalleerd moeten worden. Het selecteren van\n"
-"andere talen zal de taalspecifieke bestanden voor systeemdocumentatie\n"
-"en applicaties installeren. Als u bijvoorbeeld gastheer bent voor Spaanse\n"
-"gebruikers op uw machine, selecteert u Nederlands als eerste taal in het\n"
-"boom-overzicht en in de Geavanceerd-afdeling klikt u op de grijze ster "
-"naast\n"
-"\"Spaans|Spanje\".\n"
-"\n"
-"Merk op dat meerdere talen genstalleerd kunnen worden. Zodra u enige\n"
-"extra taalgebieden heeft geselecteerd, klikt u op de \"OK\"-knop om verder\n"
-"te gaan."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Normaal gesproken neemt DrakX aan dat u een tweeknops-muis heeft en\n"
-"zal deze instellen voor het nadoen van een derde knop. DrakX zoekt zelf uit\n"
-"of dit een PS/2-, serile- of USB-muis is.\n"
-"\n"
-"Indien u een ander type muis wenst te specificeren, selecteer dan het "
-"juiste\n"
-"type uit de getoonde lijst.\n"
-"\n"
-"Indien u een andere muis kiest dan de standaardmuis, zult u een muis-\n"
-"testscherm te zien krijgen. Gebruik de knoppen en het wieltje om te\n"
-"controleren dat de instellingen goed zijn. Als de muis niet correct werkt,\n"
-"druk dan op de spatiebalk of Enter om te \"Annuleren\" en kies opnieuw."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Gelieve de juiste poort te kiezen. COM1 onder Windows wordt bijvoorbeeld\n"
-"\"ttyS0\" genoemd onder GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Dit is de meest cruciale beslissing voor de beveiliging van uw GNU/Linux\n"
-"systeem: u moet het \"root\"-wachtwoord invoeren. \"root\" is de systeem-\n"
-"beheerder en is de enige die geautoriseerd is om updates uit te voeren,\n"
-"gebruikers toe te voegen, de algehele systeemconfiguratie te wijzigen,\n"
-"enzovoort. Kortom, \"root\" kan alles doen! Daarom dient u een lastig\n"
-"te raden wachtwoord te kiezen - DrakX vertelt het u als het te makkelijk\n"
-"is. Zoals u kunt zien kunt u ervoor kiezen geen wachtwoord in te vullen,\n"
-"maar dit raden wij sterk af al was het maar om deze ene reden: denk\n"
-"niet dat alleen omdat u GNU/Linux opgestart heeft, uw andere\n"
-"besturingssystemen niet aangetast kunnen worden door vergissingen.\n"
-"Omdat \"root\" alle beperkingen kan overschrijden en onbedoeld alle\n"
-"gegevens op partities kan wissen door achteloos deze partities te\n"
-"benaderen, is het belangrijk dat het lastig is om \"root\" te worden.\n"
-"\n"
-"Het wachtwoord zou een mix van alfanumerieke karakters moeten zijn en\n"
-"tenminste 8 karakters lang. Schrijf nooit het \"root\"-wachtwoord op - dat\n"
-"maakt het te makkelijk om een systeem te compromitteren.\n"
-"\n"
-"Aan de andere kant, maak ook het wachtwoord niet te lang of gecompliceerd\n"
-"omdat u het moet kunnen onthouden zonder al te veel moeite. \n"
-"\n"
-"Het wachtwoord zal niet op het scherm getoond worden wanneer u het\n"
-"intypt. Vandaar dat u het wachtwoord tweemaal moet intypen om de kans\n"
-"te verminderen dat u een typfout maakt. Indien u toevallig dezelfde typfout\n"
-"twee keer maakt, dan zal dit \"incorrecte\" wachtwoord gebruikt moeten\n"
-"worden bij de eerste keer dat u verbinding maakt.\n"
-"\n"
-"In expert-modus wordt u gevraagd of u verbinding gaat maken met een\n"
-"authenticatie-server zoals NIS of LDAP.\n"
-"\n"
-"Indien uw netwerk het LDAP (of NIS) protocol gebruikt voor authenticatie,\n"
-"selecteer dan \"LDAP\" (of NIS). In het geval dat u dit niet weet, "
-"raadpleeg\n"
-"dan uw netwerkbeheerder.\n"
-"\n"
-"Indien uw computer niet verbonden is aan een beheerd netwerk, zult u\n"
-"willen kiezen voor \"Lokale bestanden\" als wijze van authenticatie."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO en GRUB zijn opstartladers voor GNU/Linux. Normaal gesproken\n"
-"is deze fase volledig geautomatiseerd. In feite analyseert DrakX de\n"
-"bootsector van de schijf en handelt al naar gelang hetgeen hier\n"
-"gevonden wordt:\n"
-"\n"
-" * als een Windows bootsector gevonden is, zal deze vervangen\n"
-"worden door een GRUB/LILO bootsector. Dientengevolgde zult u\n"
-"ofwel GNU/Linux kunnen opstarten ofwel een ander besturingssysteem;\n"
-"\n"
-" * als een GRUB- of LILO bootsector gevonden is zal deze vervangen\n"
-"worden door een nieuwe;\n"
-"\n"
-"In het geval dat er onzekerheid is, zal DrakX een dialoogvenster\n"
-"weergeven met diversie opties.\n"
-"\n"
-" * \"Te gebruiken opstartlader\": u heeft drie keuzes:\n"
-"\n"
-" * \"GRUB\": indien u GRUB prefereert (tekstmenu).\n"
-"\n"
-" * \"LILO met grafisch menu\" indien u LILO met grafische interface\n"
-"prefereert.\n"
-"\n"
-" * \"LILO met tekstmenu\": indien u LILO met tekstmenu-interface\n"
-"prefereert.\n"
-"\n"
-" * \"Opstartapparaat\": in de meeste gevallen zult u de standaardkeuze\n"
-"(\"/dev/hda\") niet veranderen, maar als u dat prefereert kan de\n"
-"opstartlader op de tweede harde schijf (\"/dev/hdb\") genstalleerd\n"
-"worden, of zelfs op een diskette (\"/dev/fd0\").\n"
-"\n"
-" * \"Periode voordat standaard beeldbestand opgestard wordt\":\n"
-"wanneer de computer opnieuw wordt opgestart, is dit de periode\n"
-"die de gebruiker heeft om een ander item te kiezen uit het opstartmenu\n"
-"voordat de standaardoptie gekozen wordt.\n"
-"\n"
-"!! Let op dat indien u geen opstartlader installeert (door hier \"Annuleren"
-"\"\n"
-"te kiezen) u ervoor moet zorgen dat u een manier heeft om uw Mandrake\n"
-"Linux-systeem op te starten! Zorg er tevens voor dat u weet wat u doet\n"
-"wanneer u n van de opties wijzigt. !!\n"
-"\n"
-"Onder de \"Geavanceerd\"-knop in dit dialoogvenster zitten veel\n"
-"geavanceerde opties, waar alleen een gevorderde gebruiker iets\n"
-"aan heeft.\n"
-"\n"
-"Nadat u de algemene opstartlader-parameters heeft geconfigureerd,\n"
-"wordt u de lijst van opstartopties getoond die beschikbaar zullen zijn\n"
-"bij het opstarten.\n"
-"\n"
-"Als er een ander besturingssysteem op uw computer genstalleerd is, zal\n"
-"het automatisch aan het opstartmenu worden toegevoegd. U kunt hier de\n"
-"bestaande opties fijn afregelen. Selecteer een item en klik op \"Wijzigen\"\n"
-"om hem te wijzigen of te verwijderen; \"Toevoegen\" creert een nieuw\n"
-"item en \"Klaar\" gaat door naar de volgende installatiestap."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (de LInux LOader) en GRUB zijn opstart-laders: ze kunnen Linux of\n"
-"eender welk ander besturingssysteem opstarten op uw computer.\n"
-"Normaal gesproken worden deze besturingssystemen correct bespeurd en\n"
-"genstalleerd. Als dit niet het geval is, kunt u handmatig een ingang "
-"toevoegen\n"
-"op dit scherm. Let goed op dat u de juiste opties kiest.\n"
-"\n"
-"U wilt verder misschien niet iedereen toegang geven tot die "
-"besturingssystemen.\n"
-"In dat geval kunt u de overeenkomstige ingangen verwijderen. Maar dan zult\n"
-"u echter wel een opstartdiskette nodig hebben om ze nog te kunnen opstarten!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Hier moet u ingeven waar u de informatie wenst te\n"
-"plaatsen die nodig is om GNU/Linux op te starten.\n"
-"\n"
-"\n"
-"Tenzij u precies weet wat u doet, kiest u \"Eerste sector van\n"
-"station (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Hier selecteren we een printsysteem voor uw computer. Andere\n"
-"besturingssystemen geven u er wellicht maar n, maar Mandrake\n"
-"heeft er drie.\n"
-"\n"
-" * \"pdq\" - hetgeen betekent \"print, don't queue\", is de keuze indien\n"
-"u een directe verbinding tussen uw computer en uw printer heeft en u\n"
-"in staat wilt zijn om printtaken snel te stoppen in het geval van\n"
-"papierstoringen en u niet beschikt over netwerkprinters. Het kan\n"
-"alleen omgaan met erg simpele netwerkprinttaken en is enigszins\n"
-"langzaam wanneer gebruikt in een netwerk. Kies \"pdq\" indien\n"
-"dit uw eerste kennismaking met GNU/Linux is. U kunt uw keuze\n"
-"achteraf nog wijzigen door PrinterDrake te draaien vanuit het\n"
-"Mandrake Controlecentrum op de expert-knop te klikken.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'' is uitstekend geschikt\n"
-"om naar uw lokale printer af te drukken maar ook naar de andere kant\n"
-"van de planeet. Het is eenvoudig en kan dienstdoen als een server of\n"
-"een client voor het antieke \"lpd\" printsysteem, zodat het compatibel\n"
-"is met voorgaande systemen. Het kent vele kunstjes, maar een\n"
-"basisinstallatie is bijna net zo eenvoudig als \"pdq\". Indien u dit nodig\n"
-"heeft om een \"lpd\"-server te emuleren, dient u de \"cups-lpd\"-daemon\n"
-"in te schakelen. CUPS heeft grafische schillen voor het afdrukken of\n"
-"het kiezen van printeropties.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. Dit systeem kan\n"
-"ongeveer hetzelfde als de anderen, maar het kan ook afdrukken naar\n"
-"printers gekoppeld aan een Novell Netwerk, omdat het het IPX-protocol\n"
-"ondersteunt. Verder kan het direct afdrukken naar shell-opdrachten.\n"
-"Indien u Novell nodig heeft of het afdrukken naar opdrachten zonder\n"
-"een afzonderlijk pijplijn-construct, gebruik dan lprNG. In andere gevallen\n"
-"verdient CUPS de voorkeur omdat het eenvoudiger is en beter werkt\n"
-"in netwerkverband."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX is nu bezig met het bespeuren van IDE-apparaten die in uw\n"
-"computer aanwezig zijn. Het zal tevens zoeken naar n of meer PCI\n"
-"SCSI-kaart(en) in uw systeem. Als een SCSI-kaart gevonden is, zal\n"
-"DrakX automatisch he geschikte stuurprogramma installeren.\n"
-"\n"
-"Omdat hardware-bespeuring niet altijd een stuk hardware bespeurt, zal\n"
-"DrakX u vragen om te bevestigen dat er een PCI SCSI-kaart aanwezig is.\n"
-"Klik op \"Ja\" indien u weet dat er een SCSI-kaart in uw machine is\n"
-"genstalleerd. U krijgt een lijst van SCSI-kaarten te zien waaruit u kunt\n"
-"kiezen. Klik op \"Nee\" indien u geen SCSI-hardware heeft. In het geval\n"
-"dat u niet zeker bent dan kunt u de lijst van bespeurde hardware in uw\n"
-"computer nagaan door \"Bekijk hardware-info\" te selecteren en op \"OK\"\n"
-"te klikken. Bekijk de lijst van hardware en klik vervolgens op de \"OK\"-\n"
-"knop om terug te gaan naar de SCSI-interface vraag.\n"
-"\n"
-"Indien u uw adapter handmatig moet aangeven zal DrakX vragen of u\n"
-"er opties voor wilt specificeren. U kunt het beste DrakX toestaan om\n"
-"de hardware te onderzoeken om na te gaan of er kaart-specifieke opties\n"
-"nodig zijn om de hardware te initialiseren. Dit werkt normaal gesproken\n"
-"goed.\n"
-"\n"
-"Als DrakX niet in staat is om te onderzoeken welke opties doorgegeven\n"
-"moeten worden, zult u handmatig het stuurprogramma van opties moeten\n"
-"voorzien. Gelieve de \"Gebruikershandleiding\" (hoofdstuk 3, paragraaf\n"
-"\"Het verzamelen van informatie over uw hardware\") na te lezen voor\n"
-"tips over hoe u de benodigde parameters uit de documentatie van uw\n"
-"hardware haalt, of van de webpagina van de fabrikant (als u \n"
-"internettoegang heeft), of uit Microsoft Windows (als u deze hardware\n"
-"met Windows heeft gebruikt op uw systeem)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Hier ziet u verscheidene paramaters die betrekking hebben op uw computer.\n"
-"Afhankelijk van welke hardware u heeft, kunt u al dan niet (zie hieronder):\n"
-"\n"
-" * \"Muis\": de huidige muisconfiguratie nagaan en zonodig op deze knop "
-"klikken\n"
-"om hem aan te passen.\n"
-"\n"
-" * \"Toetsenbord\": de huidige toetsenbordindeling nagaan en zonodig op "
-"deze\n"
-"knop klikken om hem aan te passen.\n"
-"\n"
-" * \"Tijdzone\": Normaal gesproken raadt DrakX uw tijdzone aan de hand van "
-"de\n"
-"taal die u gekozen heeft. Maar hier, net zoals bij de keuze voor een "
-"toetsenbord,\n"
-"hoeft u zich niet in het land te bevinden dat correspondeert met de gekozen "
-"taal.\n"
-"Daarom is het mogelijk dat u op de \"Tijdzone\"-knop moet klikken om de klok "
-"in\n"
-"te stellen aan de hand van de tijdzone waarin u zich bevindt.\n"
-"\n"
-" * \"Printer\": klikken op de \"Geen printer\"-knop zal de "
-"printerconfiguratie-wizard\n"
-"openen.\n"
-"\n"
-" * \"Geluidskaart\": indien een geluidskaart bespeurd is op uw systeem, "
-"wordt dat\n"
-"hier weergegeven. Het is niet mogelijk dit aan te passen gedurende de "
-"installatie.\n"
-"\n"
-" * \"TV-kaart\": indien een TV-kaart bespeurd is op uw systeem, wordt dat "
-"hier\n"
-"weergegeven. Het is niet mogelijk dit aan te passen gedurende de "
-"installatie.\n"
-"\n"
-"* \"ISDN-kaart\": indien een ISDN-kaart bespeurd is op uw systeem, wordt "
-"dat\n"
-"hier weergegeven. U kunt op de knop klikken om de parameters aan te passen\n"
-"die erbij horen."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Kies de harde schijf die u wilt wissen om uw nieuwe\n"
-"Mandrake Linux partitie op te installeren. Wees voorzichtig, alle data die\n"
-"op deze schijf staat zal verloren gaan, en niet terug te halen zijn!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Klik op \"OK\" wanneer u alle gegevens en partities die aanwezig zijn \n"
-"op deze harde schijf wilt wissen. Wees voorzichtig, want na het klikken \n"
-"op \"OK\" zult u niet in staat zijn om wat voor op schijf aanwezige "
-"gegevens \n"
-"of partities dan ook terug te halen, met inbegrip van alle Windows-"
-"gegevens.\n"
-"\n"
-"Klik op \"Annuleren\" om deze operatie te annuleren zonder daarbij \n"
-"gegevens of partities aanwezig op schijf te verliezen."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "U dient tevens %s te formatteren"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"U heeft de volgende server(s) geselecteerd: %s\n"
-"\n"
-"\n"
-"Deze servers worden standaard geactiveerd. Ze hebben geen bekende\n"
-"beveiligingsproblemen, maar het is mogelijk dat er nieuwe gevonden worden.\n"
-"Zorg er in dat geval voor ze zo spoedig mogelijk op te waarderen.\n"
-"\n"
-"\n"
-"Weet u zeker dat u deze servers wilt installeren?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan niet uitzenden zonder NIS-domein"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr ""
-"Plaats een met het FAT-bestandssysteem geformatteerde diskette in station %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Deze diskette is niet FAT-geformatteerd"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Om deze opgeslagen pakketselectie te gebruiken, start u de installatie \n"
-"met ''linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fout bij het lezen van bestand %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Sommige hardware op uw computer heeft ''fabrikantsgebonden'' drivers \n"
-"nodig om te kunnen functioneren. U kunt informatie hierover vinden op: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"U moet een root-partitie hebben.\n"
-"Hiervoor dient u een partitie aan te maken (of op een bestaande partitie "
-"teklikken). Daarna kiest u de actie ``Koppelpunt'' en stelt u dit i nop `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "U moet een swap-partitie hebben"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"U heeft geen swap-partitie!\n"
-"\n"
-"Toch verdergaan?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr ""
-"U moet een partitie met FAT-bestandssysteem gekoppeld hebben aan /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Gebruik vrije ruimte"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Niet genoeg vrije ruimte om nieuwe partities te maken"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Gebruik een bestaande partitie"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Er is geen bestaande partitie om te gebruiken"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Gebruik de Windows partitie voor loopback "
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Welke partitie wenst u te gebruiken voor Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Kies de grootte"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Root-partitie-grootte in MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap-partitie-grootte in MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Gebruik de vrije ruimte op de Windows partitie"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Van welke partitie wilt u de grootte veranderen?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Bezig met berekenen van Windows bestandssysteemgrenzen"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"De FAT grootte-aanpasser was niet instaat met uw partitie om te gaan, \n"
-"dit is fout gegaan: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Uw Windows partitie is te gefragmenteerd, start a.u.b. eerst ``defrag'' eerst"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"WAARSCHUWING!\n"
-"\n"
-"DrakX moet nu de grootte van uw Windows-partitie aanpassen. Wees "
-"voorzichtig:\n"
-"deze operatie is gevaarlijk. Als u dit niet reeds gedaan heeft, dient u "
-"eerst de\n"
-"installatie af te breken, scandisk (en eventueel defrag) onder Windows te "
-"draaien,\n"
-"en daarna de installatie opnieuw te starten. Maakt u ook een "
-"veiligheidskopie van uw data.\n"
-"Als u zeker bent, klik dan OK."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Welke grootte wilt u gebruiken om windows op?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "Partitie %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT grootte-aanpassing mislukt: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Er is geen FAT partitie om de grootte van aan te passen of om als \n"
-"loopback te gebruiken (of er is te weinig ruimte over)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Volledige harde schijf wissen"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Verwijder Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "U heeft meer dan n harde schijf, op welke wilt u Linux installeren?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"ALLE bestaande partities en de data die ze bevatten, zal worden gewist van "
-"schijf %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Aangepaste schijf-partitionering"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Gebruik fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"U kan nu uw schijf %s partitioneren.\n"
-"Vergeet niet op te slaan met `w' wanneer u klaar bent."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "U heeft niet genoeg vrije ruimte op uw Windows partitie"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ik kan geen partitie meer toevoegen"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "De DrakX partitie wizard heeft de volgende oplossingen gevonden:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partitionering mislukt: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Bezig met opstarten van het netwerk"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Bezig met stoppen van het netwerk"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Er is een fout opgetreden, maar ik weet niet hoe deze te behandelen.\n"
-"Als u verdergaat, is dit op eigen risico."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dubbel koppelpunt %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Sommige belangrijke pakketen werden niet juist\n"
-"genstalleerd. Of uw cdrom drive of uw cdrom is defect.\n"
-"Controleer de cdrom op een genstalleerde computer met\n"
-"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Welkom bij %s!"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Geen diskettestation beschikbaar"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Overgang naar stap `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Uw systeem heeft weinig bronnen beschikbaar. U zou problemen kunnen\n"
-"ondervinden bij het installeren van Mandrake Linux. Als dit gebeurt,\n"
-"kunt u een text installatie proberen. Om dit te doen, drukt u op `F1'\n"
-"terwijl de CDROM opstart, en dan voert u `text' in."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installatie-klasse"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Gelieve een van de volgende installatieklasses te kiezen:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "De totale grootte voor de geselecteerde groepen is ongeveer %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Als u minder dan deze grootte wenst te installeren,\n"
-"selectere dan het percentage pakketten dat u wenst te installeren.\n"
-"\n"
-"Een laag percentage zal enkel de belangrijkste pakketten installeren;\n"
-"een percentage van 100%% zal alle geselecteerde pakketten installeren."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"U heeft schijfruimte voor slechts %d%% van deze pakketten.\n"
-"\n"
-"Als u minder wenst te installeren,\n"
-"selecteer dan het percentage pakketten dat u wenst te installeren.\n"
-"Een laag percentage zal enkel de belangrijkste pakketten installeren;\n"
-"een percentage van %d%% zal alle geselecteerde pakketten installeren."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Het is mogelijk preciezer te kiezen in de volgende stap."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Percentage pakketten om te installeren"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Pakket-groep Selectie"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Individuele pakketselectie"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Totale grootte: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Slecht pakket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Naam: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versie: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Grootte: %d kB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Belangrijkheid: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "U kan dit pakket niet selecteren omdat er te weinig vrije ruimte is"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "De volgende pakketten zullen genstalleerd worden"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "De volgende pakketten zullen gedenstalleerd worden"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "U kan dit pakket niet (de)selecteren"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Dit is een verplicht pakket, het kan niet gedeselecteerd worden"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "U kan dit pakket niet deselecteren. Het is al geinstalleerd."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Dit pakket moet opgewaardeerd worden.\n"
-"Weet u zeker dat u het wenst te deselecteren?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "U kunt dit pakket niet deselecteren. Het moet opgewaardeerd worden."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Toon automatisch geselecteerde pakketten"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installeren"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Laden/Opslaan op diskette"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Bezig met vernieuwen van pakket-selectie"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimale installatie"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Kies de pakketten die u wenst te installeren"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Bezig met installeren"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Bezig met schatten"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tijd over "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Bezig met voorbereiden van installatie, even geduld alstublieft"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakketten"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Bezig met installeren van pakket %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Accepteren"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Weigeren"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Verwissel uw CD-ROM!\n"
-"\n"
-"\n"
-"Gelieve de CD-ROM met als naam \"%s\" in uw station te plaatsen en Ok te "
-"kiezen wanneer u klaar bent.\n"
-"Als u deze CD niet heeft, klik dan Annuleren om verdere installatie vanaf "
-"deze CD te vermijden."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Toch verdergaan?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Er was een fout bij het sorteren van de pakketten:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Er was een fout bij het installeren van de pakketten:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Waarschuwing\n"
-"\n"
-"Leest u aandachtig de voorwaarden hieronder. Als u het niet eens bent \n"
-"met eender welk onderdeel, is het u niet toegestaan om de volgende \n"
-"CD-media te installeren. Klik op 'Weigeren' om de installatie voort te \n"
-"zetten zonder deze media te gebruiken.\n"
-"\n"
-"\n"
-"Sommige componenten die op de volgende CD-media staan staan niet \n"
-"onder de GPL-licentie of dergelijke overeenkomsten. Ieder van deze \n"
-"componenten valt onder de regels en voorwaarden van zijn eigen \n"
-"specifieke licentie. Leest u dergelijke licenties alstublieft aandachtig \n"
-"en ga ermee akkoord voordat u de genoemde componenten gebruikt \n"
-"of opnieuw distribueert. \n"
-"Dergelijke licenties zullen in het algemeen het overnemen, dupliceren \n"
-"(behalve voor reservekopie-doeleinden), herdistribueren, reverse \n"
-"engineering, de-assemblage, de-compilatie of aanpassing van het \n"
-"component voorkomen. Het doorbreken van deze overeenkomst zal \n"
-"onmiddelijk uw rechten onder de specifieke licentie opheffen. Tenzij \n"
-"de specifieke licentie u zulke rechten toekent, kunt u in het algemeen \n"
-"de programma's niet op meer dan n machine installeren, of hen \n"
-"aanpassen voor gebruik over een netwerk. Als u twijfelt, neem dan \n"
-"alstublieft rechtstreeks contact op met de distributeur van het \n"
-"component. \n"
-"Het doorgeven aan een derde partij of het kopiren van dergelijke \n"
-"componenten is in het algemeen verboden.\n"
-"\n"
-"\n"
-"Alle rechten op de componenten van de volgende CD-media behoren \n"
-"aan hun respectievelijke auteurs en zijn beschermd door wetten met \n"
-"betrekking tot intellectueel eigendom en copyright van software- \n"
-"programma's. \n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Er is een fout opgetreden"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Weet u zeker dat u het installatieprogramma wilt verlaten?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licentie overeenkomst"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Toetsenbord"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Gelieve uw toetsenbord-layout te kiezen."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Dit is de volledige lijst van beschikbare toetsenborden"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Welke installatie-klasse wenst u?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installatie/Update"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Is dit een installatie of een opwaardering?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Aanbevolen"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Opwaarderen"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Alleen pakketten opwaarderen"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Gelieve het type van uw muis te kiezen."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Muispoort"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Met welke serile poort is uw muis verbonden?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Muisknoppen emuleren"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emuleren van knop 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emuleren van knop 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Bezig met configureren van PCMCIA-kaarten..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "IDE-Configuratie"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "Geen beschikbare partities"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Bezig met scannen van partities om mount punten te vinden"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Selecteer de koppelpunten"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ik kan uw partitietabel niet lezen, ze is te corrupt voor mij :-(\n"
-"Ik kan proberen door te gaan en de slechte partities verwijderen\n"
-"(ALLE DATA zal worden gewist!).\n"
-"De andere oplossing is om DrakX de de partitie tabel niet te laten "
-"aanpassen.\n"
-"(de fout is %s)\n"
-"\n"
-"Gaat u ermee akkoord alle partities te verliezen?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake kon de partitietabel niet correct inlezen.\n"
-"Als u verdergaat, is dit op eigen risico!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Er is geen vrije ruimte voor een \"bootstrap\" van 1MB! De installatie zal "
-"doorgaan, maar om uw systeem op te starten zult u de bootstrap partitie in "
-"DiskDrake moeten creren."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Geen \"root\"-partitie gevonden om op te waarderen"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root-partitie"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Wat is de root-partitie (/) van uw systeem?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"U dient te herstarten om de wijzigingen in de partitietabel te activeren."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Kies de partities die u wenst te formatteren"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Slechte blocks checken?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Bezig met formatteren van partities"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Bezig met aanmaken en formatteren van bestand %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Niet genoeg swap voor de installatie, voeg er wat toe"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Bezig met zoeken naar beschikbare pakketten"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Bezig met zoeken naar pakketten om op te waarderen"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Uw systeem heeft niet genoeg ruimte over voor installatie of opwaardering (%"
-"d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Volledig (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimaal (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Aanbevolen (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Gelieve te kiezen of u de pakketselectie wilt laden of opslaan op diskette.\n"
-"Het formaat is dezelfde als de met auto_install gegenereerde diskettes."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Laden van diskette"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Bezig met het laden van diskette"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Pakket-selectie"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Plaats een diskette met de pakket-selectie in diskettestation"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Schrijven naar floppy"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "De geselecteerde grootte is meer dan de beschikbare ruimte"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Type installatie"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"U heeft geen enkele pakketgroep geselecteerd\n"
-"Gelieve de minimale installatie die u wenst te kiezen."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Met X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Met basis-documentatie (aanbevolen!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Werkelijk minimale installatie (in het bijzonder geen urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Als u alle CDs in de lijst hierboven heeft, klik dan Ok.\n"
-"Als u geen enkele van die CDs heeft, klik dan Annuleren.\n"
-"Als maar enkele CDs zoek zijn, deselecteer ze dan, en klik Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-Rom genaamd \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Bezig met voorbereiden van installatie"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Bezig met installeren van pakket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Installatie na configuratie"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Plaats de gebruikte Opstartdiskette in station %s alstublieft"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Plaats de \"Modules Vernieuwen\"-diskette in station %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"U bent nu in staat software bedoeld voor encryptie te downloaden.\n"
-"\n"
-"WAARSCHUWING:\n"
-"\n"
-"Ten gevolge van verschillende algemene vereisten met betrekking tot deze\n"
-"software en opgelegd door verscheidene jurisdicties, dienen klanten en/of\n"
-"eindgebruikers van deze software zich ervan te vergewissen dat de wetten\n"
-"van hun jurisdictie hen toestaan deze software te downloaden,\n"
-"opslaan en/of te gebruiken.\n"
-"\n"
-"Daarnaast zal de klant en/of eindgebruiker in het bijzonder erop letten "
-"niet\n"
-"de wetten van zijn/hun jurisdictie te overtreden. Indien de klant en/of\n"
-"eindgebruiker de bepalingen van de van toepassing zijnde wetten niet\n"
-"respecteert, zullen hem aanzienlijke sancties worden opgelegd.\n"
-"\n"
-"In geen geval zal Mandrakesoft, noch haar fabrikanten en/of leveranciers\n"
-"aansprakelijk gehouden worden voor welke speciale, indirecte of incidentele\n"
-"schade dan ook (inclusief, maar niet beperkt tot gederfde winsten, "
-"onderbreking\n"
-"van zakendoen, verlies van commercile gegevens en andere financile\n"
-"verliezen, en eventuele aansprakelijkheden en vergoedingen die betaald\n"
-"moeten worden als gevolg van een beslissing van een gerechtshof)\n"
-"voortkomend uit gebruik, bezit, of alleen het downloaden van deze software,\n"
-"waartoe de klant en/of eindgebruiker eventueel toegang zou kunnen hebben\n"
-"na de voorliggende overeenkomst te hebben getekend.\n"
-"\n"
-"\n"
-"Voor inlichtingen met betrekking tot deze overeenkomst, neemt u contact op "
-"met\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"U bent nu in de gelegenheid om vernieuwde pakketten te downloaden\n"
-"die uitgebracht zijn nadat de distributie uitkwam.\n"
-"\n"
-"U kunt beveiligingsreparaties of reparaties van programmafouten verkrijgen,\n"
-"maar u heeft wel een geconfigureerde internetverbinding nodig om verderte "
-"gaan.\n"
-"\n"
-"Wenst u de vernieuwde pakketten te installeren?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Bezig met verbinden met de Mandrake Linux website om de lijst met "
-"beschikbare mirrors te verkrijgen"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Kies een `mirror' om de pakketten van af te halen"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"Bezig met de `mirror' te contacteren om de lijst met beschikbarepakketten te "
-"verkrijgen"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Wat is uw tijdzone?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardware-klok ingesteld op GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatische tijdssynchronisatie (met gebruik van NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP-server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Netwerk CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Geen printer"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Heeft u een ISA geluidskaart?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Draai \"sndconfig\" na de installatie om uw geluidskaart te configureren"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Geen geluidskaart bespeurd. Probeer \"harddrake\" na de installatie"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Overzicht"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Muis"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Tijdzone"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Printer"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Interne ISDN kaart"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Geluidskaart"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-kaart"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Bestanden op deze computer"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Root-wachtwoord instellen"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Geen wachtwoord"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Dit wachtwoord is te makkelijk (moet tenminste %d tekens lang zijn)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Authenticatie"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Authenticatie LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP-server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Authenticatie NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS-domein"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS-server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Een bootdiskette zorgt ervoor dat u nog in uw Linux-systeem kan zonder\n"
-"afhankelijk te zijn van de normale bootloader. Dit is handig als u LILO\n"
-"(of grub) niet wil installeren op uw systeem, of als een ander "
-"besturingssysteem\n"
-"LILO verwijdert, of LILO werkt niet met uw hardware-configuratie.\n"
-"Een bootdiskette kan ook gebruikt worden met het Mandrake-reddings-image,\n"
-"waardoor het veel makkelijker wordt om te herstellen van grote systeem-\n"
-"fouten. Wil u nu een bootdiskette aanmaken voor uw systeem?\n"
-"Stop dan een diskette in het station en druk op \"OK\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Eerste diskettestation"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Tweede diskettestation"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Overslaan"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Een bootdiskette zorgt ervoor dat u nog in uw Linux-systeem kan zonder\n"
-"afhankelijk te zijn van de normale bootloader. Dit is handig als u LILO\n"
-"(of grub) niet wil installeren op uw systeem, of als een ander "
-"besturingssysteem\n"
-"LILO verwijdert, of LILO werkt niet met uw hardware-configuratie.\n"
-"Een bootdiskette kan ook gebruikt worden met het Mandrake-reddings-image,\n"
-"waardoor het veel makkelijker wordt om te herstellen van grote systeem-\n"
-"fouten. Wil u nu een opstartdiskette aanmaken voor uw systeem?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(WAARSCHUWING! U gebruikt XFS voor uw root-partitie,\n"
-"het creren van een opstartdiskette op een 1.44MB-diskette\n"
-"zal hoogstwaarschijnlijk mislukken omdat XFS een zeer groot\n"
-"stuurprogramma benodigt)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Sorry, geen diskettestation beschikbaar"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Kies het diskettestation waarmee u de opstart-diskette wenst te maken"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Plaats een diskette in station %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Bezig met het aanmaken van de opstart-diskette"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Bezig met klaarmaken van opstartlader"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Het heeft er alle schijn van dat u een OldWorld-\n"
-" of Onbekende machine heeft. De yaboot opstartlader \n"
-" zal voor u niet werken.\n"
-"De installatie zal doorgaan, maar u zult BootX nodig \n"
-"hebben om uw machine op te starten"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Wenst u aboot te gebruiken?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Fout bij het installeren van aboot,\n"
-"toch proberen te installeren, zelfs als dat de eerste partitie vernietigt?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Bezig met opstart-lader installeren"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"De installatie van de bootloader is mislukt. De volgende fout werd gevonden:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Wellicht is het nodig om uw Open Firmware opstart-apparaat \n"
-" te veranderen om de opstartlader te activeren. Wanneer u geen \n"
-" opstartlader-prompt bij het opnieuw opstarten ziet, houdt dan \n"
-" Command-Option-O-F ingedrukt bij het opstarten en voer in: \n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Vervolgens voert u in: shut-down\n"
-"Bij de volgende keer opstarten zou u dan de opstartlader-prompt \n"
-"moeten zien."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Plaats een lege floppy in station %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Bezig met aanmaken van auto-installatiediskette"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Sommige stappen zijn nog niet voltooid.\n"
-"\n"
-"Weet u zeker dat u op dit moment wilt beindigen?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gefeliciteerd, de installatie is voltooid. \n"
-"Verwijder de opstartmedia en druk op Enter om opnieuw op te starten.\n"
-"\n"
-"\n"
-"Voor informatie over verbeteringen die voor deze versie van Mandrake Linux\n"
-"beschikbaar zijn, raadpleegt u de Errata, beschikbaar van:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/8.2errata.php3\n"
-"\n"
-"Informatie over het configureren van uw systeem is beschikbaar in het\n"
-"\"post install\"-hoofdstuk van de Official Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Maak auto-installatiediskette aan"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Desgewenst kan de auto-installatie volledig geautomatiseerd worden,\n"
-"in dat geval zal het de harde schijf overnemen!\n"
-"(Deze functie is bedoeld voor het installeren op een andere machine.)\n"
-"\n"
-"Wellicht geeft u de voorkeur aan het herhalen van de installatie.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Geautomatiseerd"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Herhalen"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Pakket-selectie opslaan"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installatie %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> tussen elementen | <Spatie> selecteert | <F12> volgend "
-"scherm "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu is afwezig!"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "ontbrekende console-hulp"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Kies een bestand"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Geavanceerd"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Basis"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Even geduld"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr ""
-"Boom\n"
-"Uitbreiden"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr ""
-"Boom\n"
-"Inklappen"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Schakelen tussen gewoon en per-groep-gesorteerd"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Slechte keuze, probeer nog eens\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Uw keuze? (standaard %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr "Items die u dient in te vullen:%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Uw keuze? (0/1, standaard '%s')"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Knop '%s':%s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Wilt u op deze knop klikken?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Uw keuze? (standaard '%s'%s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Er zijn vele keuzes mogelijk (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Gelieve het eerste nummer van het 10-bereik dat u wilt bewerken,\n"
-"te kiezen, of geef eenvoudigweg Enter om verder te gaan.\n"
-"Uw keuze?"
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Let op, een label is veranderd:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Opnieuw invoeren"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tsjechisch (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Duits"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spaans"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Fins"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Frans"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Noors"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Pools"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russisch"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Zweeds"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK toetsenbord"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US toetsenbord"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanees"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armeens (oud)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armeens (typmachine)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armeens (fonetisch)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbeidzjan (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgisch"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgaars (fonetisch)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaars (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Braziliaans (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarusiaans"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Zwitsers (Duitse layout)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Zwitsers (Franse layout)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tsjechisch (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Duits (geen dode toetsen)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Deens"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noorwegen)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Zweeds)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Ests"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgisch (\"Russische\" layout)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgisch (\"Latin\" layout)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grieks"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hongaars"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroatisch"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelisch"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelisch (Fonetisch)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraans"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "IJslands"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiaans"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japans 106 toetsen"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreaans toetsenbord"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latijns-Amerikaans"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lithuaans AZERTY (oud)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lithuaans AZERTY (nieuw)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lithuaans \"nummer-rij\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lithuaans \"fonetisch\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Lets"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedonisch"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Nederlands"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Pools (qwerty layout)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Pools (qwertz layout)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugees"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadees (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Roemeens (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Roemeens (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Roemeens (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Sloveens"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaaks (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaaks (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Servisch (cyrillisch)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamil"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thai-toetsenbord"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tadzjikisch toetsenbord"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turks (traditioneel \"F\"-model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turks (modern \"Q\"-model)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Oekraens"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US toetsenbord (internationaal)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamese \"nummer-rij\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Joegoslavisch (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Rechter Alt-knop"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Beide Shift-toetsen tegelijkertijd"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Control- en Shift-toetsen tegelijkertijd"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock-toets"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl- en Alt-toetsen tegelijkertijd"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt- en Shift-toetsen tegelijkertijd"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "\"Menu\"-toets"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Linker \"Windows\"-toets"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Rechter \"Windows\"-toets"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Circulaire mounts: %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Verwijder eerst de logische delen\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Ondersteuning voor PCMCIA bestaat niet meer voor 2.2 kernels. Gelieve een "
-"2.4 kernel te gebruiken."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - muis"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Algemene PS/2 wielmuis"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 knop"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Algemene 2-knopsmuis"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Algemeen"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Wiel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriel"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Algemene 3-knopsmuis"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech-muis (seriel, oud C7-type)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bus muis"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 knoppen"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 knoppen"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "geen"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Geen muis"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Test uw muis a.u.b."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Welk type muis heeft u?"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "BEWEEG UW WIELTJE"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Fins"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Volgende ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Vorige"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Is dit correct?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Verbinden met het Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"De meest gebruikte manier om te verbinden met adsl is met\n"
-"ppoe. Sommige verbindingen gebruiken pptp, enkele gebruiken\n"
-"dhcp. Als u het niet weet, kiest u 'gebruik pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "gebruik DHCP"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "gebruik pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "gebruik pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Welke dhcp client wenst u te gebruiken?\n"
-"Standaard is dit dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Er is geen ethernet netwerk adapter op uw systeem gevonden.\n"
-"Ik kan dit type connectie niet opzetten."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Kies de netwerk interface"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Kies a.u.b. met welke netwerkkaart u met het Internet wilt verbinden"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "Geen netwerkkaart gevonden"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Bezig met configureren van netwerk"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Gelieve uw hostnaam in te voeren als u deze kent.\n"
-"Sommige DHCP servers hebben de hostnaam nodig om te werken.\n"
-"Het moet een volledige hostnaam zijn, zoals ``mybox.mylab.myco.com''.\n"
-"U mag ook het IP-adres van de gateway invoeren als u er een heeft."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Host naam:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Netwerk-configuratie wizard"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Extern ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interne ISDN kaart"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Wat voor een ISDN connectie heeft u?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Welke ISDN-configuratie prefereert u?\n"
-"\n"
-"* De Oude configuratie gebruikt isdn4net. Het bevat\n"
-" krachtige gereedschappen, maar is lastig te configureren\n"
-" en niet-standaard.\n"
-"\n"
-"* De Nieuwe configuratie is gemakkelijker te begrijpen, meer\n"
-" standaard maar bevat minder gereedschappen.\n"
-"\n"
-"Wij bevelen de lichtere configuratie aan.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nieuwe configuratie (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Oude configuratie (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN Configuratie"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Selecteer uw provider.\n"
-" Als uw provider niet in de lijst staat, kiest u Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europe protocol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Europees protocol (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protocol voor de rest van de wereld"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protocol voor de rest van de wereld \n"
-" geen D-Channel (geleasde lijnen)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Welk protocol wenst u te gebruiken?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Welk type kaart heeft u?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ik weet het niet"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Als u een ISA kaart bezit, zouden de waardes op het volgende scherm moeten "
-"kloppen.\n"
-"\n"
-"Als u een PCMCIA kaart bezit, moet u het irq en io van uw kaart weten.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Annuleren"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Verder"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Welke is uw ISDN kaart?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Ik heb een ISDN PCI kaart gevonden, maar ik ken het merk niet. Selecteer a.u."
-"b. een PCI kaart op het volgende scherm."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Geen ISDN PCI kaart gevonden. Selecteer a.u.b. uw kaart op het volgende "
-"scherm."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Met welke serile poort is uw modem verbonden?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Inbel-opties"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Verbindingsnaam"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefoonnummer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Aanmeldingsnaam"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Gebaseerd op een script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Gebaseerd op een terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domeinnaam"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Eerste DNS-server (optioneel)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Tweede DNS-server (optioneel)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"U kunt nu de verbrinding verbreken of uw connectie herconfigureren."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"U kunt uw connectie herconfigureren"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "U bent op dit moment aangesloten op het Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"U kunt verbinding maken met het Internet of uw connectie herconfigureren"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "U bent op dit moment niet aangesloten op het Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Verbinden"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Verbinding verbreken"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Configureer de verbinding"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internet verbinding & configuratie"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "We gaan nu de %s -verbinding configureren."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"We gaan nu de %s -verbinding configureren.\n"
-"\n"
-"\n"
-"Klik op OK om door te gaan."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Netwerk-configuratie"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Omdat u een netwerk-installatie uitvoert, is uw netwerk reeds "
-"geconfigureerd.\n"
-"Klik op OK om uw configuratie te behouden, of op Annuleren om uw Internet & "
-"Netwerkverbinding opnieuw te configureren.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Welkom bij de Netwerk Configuratie Wizard\n"
-"\n"
-"We staan op het punt uw internet/netwerkverbinding te configureren.\n"
-"Als u de auto-detectie niet wilt gebruiken, deselecteer het aankruisvakje "
-"dan.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Kies het profiel om te configureren"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Gebruik auto-detectie"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Bezig met het detecteren van apparaten..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normale modemverbinding"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "gevonden op poort %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN-verbinding"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "%s ontdekt"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL-verbinding"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "gevonden op interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kabelverbinding"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "kabelverbinding gevonden"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN-verbinding"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet kaart(en) gevonden"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Selecteer de verbinding die u wenst te configureren"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"U heeft meerdere manieren om te verbinden met het Internet geconfigureerd.\n"
-"Kies degene die u wenst te gebruiken.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internetverbinding"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Wenst u bij aboot uw connectie te starten?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Netwerk configuratie"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Het netwerk dient herstart te worden"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Een probleem deed zich voor bij het herstarten van het netwerk:\n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gefeliciteerd, de netwerk- en internetconfiguratie is af.\n"
-"\n"
-"De configuratie zal nu worden toegepast op uw systeem.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"We raden u aan om nadat dit gebeurd is, uw X omgeving\n"
-"te herstarten om het hostnaam-veranderingprobleem\n"
-"te voorkomen."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Er zijn problemen opgetreden tijdens de configuratie.\n"
-"Test uw verbinding via net_monitor of mcc. Indien uw verbinding niet werkt, "
-"kunt u proberen de configuratie opnieuw op te starten."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"WAARSCHUWING: Dit apparaat is al geconfigureerd om verbinding te maken met "
-"Internet.\n"
-"Accepteer gewoon de instellingen om dit apparaat geconfigureerd te laten.\n"
-"Als u de onderstaande velden aanpast, wordt het apparaat opnieuw "
-"geconfigureerd"
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Gelieve de IP-configuratie voor deze machine in te geven.\n"
-"Elke ingang moet ingegeven worden als een IP adres in `dotted-decimal'-\n"
-"vorm (bijvoorbeeld 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Bezig met configureren van netwerk-apparaat %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr "(driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adres"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmasker"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(BootP/DHCP)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatisch IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Het IP-adres moet het formaat 1.2.3.4 hebben"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Gelieve uw hostnaam in te voeren.\n"
-"Het moet een volledige hostnaam zijn, zoals ``mybox.mylab.myco.com''.\n"
-"U mag ook het IP-adres van de gateway invoeren als u er een heeft."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (bijvoorbeeld %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway apparaat"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configuratie van proxie(s)"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP-proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP-proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Netwerkkaart id onthouden (nuttig voor laptops)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy moet http://... zijn"
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy moet ftp://... zijn"
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internet configuratie"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Wenst u nu te proberen een connectie te maken met Internet?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Bezig met testen van uw connectie..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "U bent op dit moment aangesloten op het Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Vanwege beveiligingsredenen zal het nu worden neergelegd."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Het lijkt erop dat dit systeem niet aangesloten is met\n"
-"het internet. Probeer uw connectie te herconfigureren."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Connectie configuratie"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Selecteer of vul onderstaand veld a.u.b. in"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ van de kaart"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Mem (DMA) van de kaart"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO van de kaart"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 van de kaart"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 van de kaart"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Uw persoonlijke telefoonnummer"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Naam van uw provider (bijv. provider.nl)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefoonnummer van uw provider"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 van uw provider (optioneel)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 van uw provider (optioneel)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Kies uw land"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Inbel mode"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Verbindingssnelheid"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Maximale wachttijd voor verbinding (in seconden)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Account Login (gebruikers-naam)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Wachtwoord"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "koppelen mislukt: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Extended partitie niet ondersteund op dit platform"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Er zit een gat in uw partitietabel, maar ik kan het niet gebruiken.\n"
-"De enige oplossing is om uw primaire partitie te verplaatsen zodat het gat "
-"naast de extended partitie komt te liggen"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Het herstellen van bestand %s is niet gelukt: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Slechte reservekopie"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Fout bij het schrijven naar bestand %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Er is iets verdachts aan de gang op uw schijf. \n"
-"Een test om de integriteit van de gegevens de testen is mislukt.Dat betekent "
-"dat wanneer er iets naar schijf wordt geschreven,\n"
-"het uiteindelijk onleesbare troep wordt."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "must-have"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "belangrijk"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "heel leuk"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "leuk"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "misschien"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokale printer"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Netwerk printer"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Printer aan CUPS server op afstand"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Printer aan lpd server op afstand"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Netwerkprinter (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Printer aan SMB/Windows 95/98/NT server"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Printer aan NetWare server"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Voer een apparaat-URI voor de printer in"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Job doorsluizen naar een commando"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Onbekend model"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokale printers"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Printers op afstand"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr "op parallelle poort \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB printer \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multi-functioneel apparaat op parallelle poort \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", multi-functioneel apparaat op USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ". multi-functioneel apparaat op HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", multi-functioneel apparaat"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", bezig met printen naar %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "op LPD server \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", poort %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "op Windows server \"%s\", share \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "op Novell server \"%s\", printer \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", met gebruik van opdracht %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Raw printer (geen stuurprogramma)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(aan %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(aan deze machine)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Op CUPS-server \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Standaard)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Selecteer Printer-verbinding"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hoe is de printer verbonden?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Printers aan een CUPS-server op afstand hoeft u hier niet te configureren; "
-"deze printers zullen automatisch bespeurd worden."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS configuratie"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "CUPS server specificeren"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Om toegang te krijgen tot CUPS-servers op afstand in uw lokale netwerk hoeft "
-"u hier niets te configureren; CUPS-servers informeren uw machine automatisch "
-"over hun printers. Alle printers die op dit moment bekend zijn bij uw "
-"computer zijn vermeld in het \"Printers op afstand\"-veld in het "
-"hoofdvenster van Printerdrake. Als uw CUPS-server zich niet bevindt in uw "
-"lokale netwerk, dan geeft u het IP-adres van de CUPS-server in en optioneel "
-"het poortnummer om de printerinformatie van de server op te vragen. In "
-"andere gevallen laat u deze velden leeg."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normaal gesproken wordt CUPS automatisch geconfigureerd aan de hand van uw "
-"netwerkomgeving, zodat u toegang heeft tot de printers op de CUPS-servers in "
-"uw lokale netwerk. In het geval dat dit niet goed werkt, zet dan "
-"\"Automatische CUPS configuratie\" uit en bewerk uw /etc/cups/cupsd.conf "
-"bestand handmatig. Vergeet u niet daarna CUPS te herstarten (opdracht: "
-"\"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Het IP-adres zou er uit moeten zien als 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Het poortnummer moet een geheel getal zijn!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-server IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Poort"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatische CUPS-configuratie"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Bezig met het zoeken van apparaten..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Poorten testen"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Printer toevoegen"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Welkom bij de Printer Instellingen Wizard\n"
-"\n"
-"Deze wizard laat u lokale- of afstand-printers installeren die vanaf deze of "
-"andere computers in het netwerk gebruikt gaan worden.\n"
-"\n"
-"Het zal u vragen naar alle benodigde informatie om de printer in te stellen "
-"en geeft u toegang tot alle beschikbare printer-stuurprogramma's, "
-"stuurprogramma-opties en printerverbindingtypes."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokale printer"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Welkom bij de Printer Instellingen Wizard\n"
-"\n"
-"Deze wizard helpt u bij het installren van uw printer(s) verbonden aan deze "
-"computer.\n"
-"\n"
-"Gelieve uw printer(s) in deze computer te pluggen en aan te zetten. Klik op "
-"\"Volgende\" wanneer u klaar bent, en op \"Annuleren\" wanneer u niet op dit "
-"moment uw printer(s) wilt instellen.\n"
-"\n"
-"Merk op dat sommige computers kunnen vastlopen gedurende de automatische "
-"bespeuring van de printer. Schakel \"Automatisch bespeuren van printer(s)\" "
-"uit om een printerinstallatie uit te voeren zonder automatische bespeuring. "
-"Gebruik de \"Expert-modus\" van Printerdrake indien u een printer-op-afstand "
-"wilt instellen die niet automatisch door Printerdrake getoond wordt."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Automatisch bespeuren van printers"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Gefeliciteerd, uw printer is nu genstalleerd en geconfigureerd!\n"
-"\n"
-"U kunt afdrukken met de \"Afdrukken\"-opdracht in uw toepassingen (normaal "
-"gesproken in het \"Bestand\"-menu).\n"
-"\n"
-"Indien u een printer wilt toevoegen, verwijderen of hernoemen, of indien u "
-"de standaard instellingen wilt wijzigen (papierinvoer-tray, "
-"afdrukkwaliteit, ...), selecteert u dan \"Printer\" in het \"Hardware\"-"
-"gedeelte van het Mandrake Controle Centrum."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatisch bespeuren van printers"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake is in staat om de parallelle- en USB-printers die aan uw "
-"computer verbonden zijn, automatisch te bespeuren. Let u echter op dat op "
-"sommige systemen de automatische bespeuring UW MACHINE KAN LATEN VASTLOPEN. "
-"DIT KAN LEIDEN TOT BESCHADIGING VAN BESTANDSSYSTEMEN! Dus doe dit OP EIGEN "
-"RISICO!\n"
-"\n"
-"Weet u zeker dat u uw printers automatisch wilt laten bespeuren?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Bespeur automatisch"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Handmatig printer instellen"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "%s bespeurd"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Printer op parallelle poort \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB printer \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Geen lokale printer gevonden! Om met de hand een printer te installeren, "
-"voert u een apparaat- of bestandsnaam in op de invoerregel. (Parallelle "
-"poorten: /dev/lp0, /dev/lp1, ..., equivalent aan LPT1:,LPT2:, ..., 1ste USB "
-"printer: /dev/usb/lp0, 2de USB printer: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "U dient een apparaat of bestandsnaam in te voeren!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Geen lokale printer gevonden!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Netwerkprinters kunnen alleen na de installatie worden ingesteld. Kies "
-"\"Hardware\" en daarna \"Printer\" in het Mandrake Controlecentrum."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Om netwerkprinters te installeren, klikt u op \"Annuleren\", schakel over "
-"naar \"Expert modus\" en klik opnieuw op \"Nieuwe printer toevoegen\"."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"De volgende printer is bespeurd. Is dit niet degene die u wilt configureren, "
-"geef dan een apparaatnaam/bestandsnaam op de invoerregel"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Dit is een lijst van alle automatisch bespeurde printers. Kiest u de printer "
-"om in te stellen of geef een apparaatnaam/bestandsnaam op de invoerregel"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"De volgende printer is automatisch bespeurd. De configuratie van de printer "
-"zal volledig automatisch gaan. Indien uw printer niet correct bespeurd wordt "
-"of indien u liever een aangepaste printerconfiguratie wilt, zet dan "
-"\"Handmatige configuratie\" aan."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Dit is een lijst van alle automatisch bespeurde printers. Kiest u de printer "
-"die u wenst in te stellen. De configuratie van de printer zal volledig "
-"automatisch gaan. Indien uw printer niet correct bespeurd wordt of indien u "
-"een aangepaste printerconfiguratie wenst, zet dan \"Handmatige configuratie"
-"\" aan."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Kiest u de poort waaraan uw printer is verbonden of geef een apparaatnaam/"
-"bestandsnaam op de invoerregel"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Kiest u de poort waaraan uw printer is verbonden."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Parallelle poorten: /dev/lp0, /dev/lp1, ..., equivalent aan LPT1:,"
-"LPT2:, ..., 1ste USB printer: /dev/usb/lp0, 2de USB printer: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "U dient een printer of apparaat te kiezen/in te voeren!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Handmatige configuratie"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Is uw printer een multi-functioneel apparaat van HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 met scanner)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Bezig met installeren van HPOJ pakket..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Bezig met nagaan en configureren van apparaat HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Bezig met installeren van SANE pakket..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Scannen op uw HP multi-functioneel apparaat"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Bezig met beschikbaar maken van printerpoort voor CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Bezig met lezen van printer-database..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "lpd op afstand - Printer-opties"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Om een lpd-printer op afstand te gebruiken, dient u de hostnaam van de "
-"printerserver en de printernaam op die server in te voeren."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Naam van host op afstand:"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Naam van printer op afstand"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "De naam van de host op afstand is afwezig!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "De naam van de printer op afstand is afwezig!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) Printer-opties"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Om naar een SMB-printer af te drukken, dient u de SMB hostnaam (deze kan "
-"verschillen van de TCP/IP hostnaam) in te geven en mogelijk het IP-adres van "
-"de printserver, alsook de naam van de gedeelde printer waar u toegang tot "
-"wenst en, indien nodig, informatie over gebruikersnaam, wachtwoord en "
-"werkgroep."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB-server host"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB-server IP"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Sharenaam"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Werkgroep"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Ofwel de servernaam ofwel het IP van de server moet ingevoerd worden!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Naam van Samba-share is afwezig!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare Printer-Opties"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Op naar een NetWare-printer af te drukken, dient u de NetWare Printer "
-"servernaam op te geven (deze kan verschillen van de TCP/IP hostnaam!) alsook "
-"de naam van de printerwachtrij waar u toegang tot wilt en, indien nodig, een "
-"gebruikersnaam en wachtwoord."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Printer Server"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Naam van de printerwachtrij"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "NCP-servernaam is afwezig!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "NCP-wachtrijnaam is afwezig!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Socket Printer opties"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Om naar een TCP- of socketprinter af te drukken, dient u de hostnaam van de "
-"printer en zonodig het poortnummer op te geven. Op HP JetDirect-servers is "
-"het poortnummer over het algemeen 9100, op andere servers kan het variren. "
-"U zij verwezen naar het handboek van uw hardware."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Printer hostnaam"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Printer hostnaam is afwezig!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Printerapparaat URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"U kunt de URI om de printer aan te spreken direct opgeven. De URI moet\n"
-"voldoen aan ofwel de CUPS-, ofwel de Foomatic specificaties. Let op dat\n"
-"niet alle URI-typen door alle \"spoolers\" ondersteund worden."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Een geldige URI moet worden ingevoerd!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Elke printer heeft een naam nodig (bijvoorbeeld \"printer\"). De "
-"Beschrijving- en Locatie-velden behoeven niet te worden ingevuld. Dit zijn "
-"opmerkingen voor de gebruikers."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Naam van de printer"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Beschrijving"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Locatie"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Bezig met voorbereiden van printer-database..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Uw printermodel"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake heeft de modelnaam die resulteerde uit de automatische "
-"bespeuring vergeleken met de modellen in de printer-database om de beste "
-"overeenkomst te vinden. Deze keuze kan onjuist zijn, in het bijzonder "
-"wanneer uw printer in het geheel niet in de database is opgenomen. Ga dus na "
-"of de keuze juist is en klik \"Het model is juist\" als dit het geval is en "
-"zoniet klikt u \"Handmatig model selecteren\" zodat u uw printermodel "
-"handmatig kunt kiezen op het volgende scherm.\n"
-"\n"
-"Voor uw printer heeft Printerdrake gevonden:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Het model is juist"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Handmatig model selecteren"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Selectie van printer-model"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Welk model printer heeft u?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Gaat u na of Printerdrake het automatisch bespeuren van uw model printer "
-"correct heeft uitgevoerd. Zoek het juiste model in de lijst indien de "
-"selectie staat op een onjuist model, of op \"Raw printer\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Indien uw printer niet getoond wordt, kies dan een compatibel model (zie uw "
-"printerhandleiding) of n die er op lijkt."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI winprinter-configuratie"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"U configureert nu een OKI laser winprinter. Deze printers\n"
-"gebruiken een erg speciaal communicatieprotocol en daarom werken ze alleen "
-"indien verbonden met de eerste parallelle poort. Als uw printer verbonden is "
-"aan een andere poort of aan een printserver, verbindt u dan de printer aan "
-"de eerste parallelle poort voordat u een testpagina afdrukt, anders zal de "
-"printer niet werken. De instelling van het verbindingstype wordt door het "
-"stuurprogramma genegeerd."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjet-configuratie"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"De inkjet-printerstuurprogramma's die door Lexmark worden verstrekt "
-"ondersteunen alleen lokale printers, en geen printers-op-afstand of "
-"printservers. Gelieve uw printer aan een lokale poort te verbinden of hem te "
-"configureren op de machine waaraan hij is verbonden."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Om met uw Lexmark inkjet en deze configuratie te kunnen afdrukken, heeft u "
-"de inkjet-printerstuurprogramma's nodig die door Lexmark (http://www.lexmark."
-"nl/) ter beschikking gesteld worden. Ga naar deze webpagina en klik op de "
-"\"Drivers\"-knop. Kies vervolgens \"Printer drivers\", uw model en daarna "
-"\"Linux\" als besturingssysteem. De stuurprogramma's komen in de vorm van "
-"RPM-pakketten of shell-scripts met interactieve grafische installatie. Het "
-"is niet nodig om deze configuratie met de grafische schillen te doen. "
-"Annuleer direct na de licentie-overeenkomst. Druk dan printkop-"
-"uitlijningpagina's af met \"lexmarkmaintain\" en pas de "
-"kopuitlijningsinstellingen aan met dit programma."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Printer standaard-instellingen\n"
-"\n"
-"Zorgt u ervoor dat de paginagrootte en de inktsoort/afdrukmodus (indien "
-"beschikbaar), alsmede de hardware-configuratie van laserprinters (geheugen, "
-"duplex-eenheid, extra trays) juist ingesteld zijn. Let op dat een zeer hoge "
-"printkwaliteit het afdrukken behoorlijk kan vertragen."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Optie %s moet een geheel getal zijn!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Optie %s moet een getal zijn!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Optie %s valt buiten het bereik!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Wenst u deze printer (\"%s\")\n"
-"als standaard printer in te stellen?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Test-pagina's"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Selecteert u de test-pagina's die u af wenst te drukken.\n"
-"Let op: het kan een nogal lange tijd in beslag nemen voordat de foto-test-"
-"pagina is afgedrukt en op laserprinters met onvoldoende geheugen wordt deze "
-"wellicht helemaal niet afgedrukt. In de meeste gevallen is het voldoende om "
-"de standaard test-pagina af te drukken."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Geen test-pagina's"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Afdrukken"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standaard testpagina"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternatieve test-pagina (Letter-formaat)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternatieve test-pagina (A4-formaat)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Foto-testpagina"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Druk geen enkele testpagina af"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Bezig met afdrukken van testpagina(s)..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testpagina('s) werd(en) naar de printer gestuurd.\n"
-"Het kan even duren voordat het eigenlijke afdrukken begint.\n"
-"Print-status:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testpagina's) werd(en) naar de printer gestuurd.\n"
-"Het kan even duren voordat het eigenlijke afdrukken begint.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Werkt het afdrukken naar behoren?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Kale ('raw') printer"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Om een bestand vanaf de commandoregel (terminalvenster) af te drukken, "
-"gebruikt u ofwel het commando \"%s <bestand>\", ofwel een grafisch "
-"printerhulpprogramma: \"xpp <bestand>\" of \"kprinter <bestand>\". Deze "
-"grafische hulpprogramma's stellen u in staat om de printer te kiezen en "
-"gemakkelijk de opties te wijzigen.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Deze commando's kunt u ook invullen in het \"Print-commando\"-veld van "
-"printdialogen van veel applicaties. Maar vul daar dan geen bestandsnaam in "
-"omdat het af te drukken bestand wordt geleverd door de applicatie.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"De \"%s\"-opdracht geeft ook de mogelijkheid tot het wijzigen van de opties "
-"voor een specifieke printtaak. Voeg de gewenste instellingen eenvoudigweg "
-"toe aan de commandoregel, bijvoorbeeld \"%s <bestand>\"."
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Om de beschikbare opties voor de huidige printer te weten te komen, kunt u "
-"ofwel de lijsthieronder lezen, ofwel klikken op de knop \"Lijst van print-"
-"opties\".%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Dit is een lijst van de beschikbare opties voor de huidige printer:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Om een bestand vanaf de commandoregel (terminalvenster) af te drukken, \n"
-"gebruikt u het commando \"%s <bestand>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Dit commando kunt u ook invullen in het \"Print-commando\"-veld van "
-"printdialogen van veel applicaties. Maar vul daar dan geen bestandsnaam in "
-"omdat het af te drukken bestand wordt geleverd door de applicatie. \n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Om een lijst te verkrijgen van alle beschikbare opties voor de huidige "
-"printer, klikt u op de knop \"Lijst van print-opties\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Om een bestand vanaf de commandoregel (terminalvenster) af te drukken, \n"
-"gebruikt u het commando \"%s <bestand>\" of \"%s <bestand>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Wanneer u KDE als bureau-omgeving gebruikt dan heeft u de beschikking over "
-"een \"paniek-knop\", een pictogram op het bureaublad, met daarop de tekst "
-"\"STOP Printer!\", welke onmiddelijk alle printtaken stopt wanneer u er op "
-"klikt. Dit is handig bijvoorbeeld in het geval van papierstoringen.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"De \"%s\"- en \"%s\"-opdrachten geven ook de mogelijkheid tot het wijzigen "
-"van de opties voor een specifieke printtaak. Voeg de gewenste instellingen "
-"eenvoudigweg toe aan de commandoregel, bijvoorbeeld \"%s <bestand>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Sluiten"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Bezig met afdrukken/scannen op \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Bezig met afdrukken op printer \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Lijst van print-opties"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Uw HP multifunctioneel apparaat is automatisch geconfigureerd om te kunnen "
-"scannen. U kunt nu scannen met \"scanimage\" (\"scanimage -d hp:%s\" om de "
-"scanner te specificeren als u er meer dan n heeft) vanaf de commandoregel "
-"of met behulp van de grafische interfaces \"xscanimage\" of \"xsane\". "
-"Indien u gebruik maakt van The GIMP, kunt u ook scannen door het juiste punt "
-"te kiezen in het \"Bestand\"/\"Importeren\"-menu. U kunt ook \"man scanimage"
-"\" en \"man sane-hp\" aanroepen vanaf de commandoregel om meer informatie te "
-"krijgen.\n"
-"\n"
-"Gebruik voor dit apparaat geen \"scannerdrake\"!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Uw HP multifunctioneel apparaat is automatisch geconfigureerd om te kunnen "
-"scannen. U kunt nu scannen vanaf de commandoregel met \"ptal-hp %s scan ..."
-"\". Scannen via een grafische interface of vanuit The GIMP is nog niet "
-"ondersteund voor uw apparaat. U vindt meer informatie in het bestand \"/usr/"
-"share/doc/hpoj-0.8/ptal-hp-scan.html\" op uw systeem. Als u een HP LaserJet "
-"1100 of 1200 heeft kunt u alleen scannen indien u de scanner-optie "
-"genstalleerd heeft.\n"
-"\n"
-"Gebruik voor dit apparaat geen \"scannerdrake\"!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Bezig met lezen van printer-informatie..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Printer-configuratie overzetten"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"U kunt de printerconfiguratie die u voor spooler %s uitgevoerd heeft, "
-"kopiren naar %s, uw huidige spooler. Alle configuratiegegevens "
-"(printernaam, beschrijving, locatie, verbindingssoort, en standaard opties) "
-"worden dan overgenomen, maar printtaken zullen niet worden overgezet.\n"
-"Niet alle wachtrijen kunnen worden overgezet, vanwege de volgende redenen:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS ondersteunt geen printers op Novell-servers of printers die gegevens in "
-"een vrije vorm-opdracht versturen.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ ondersteunt alleen printers aan deze computer, LPD printers op afstand, "
-"en Socket/TCP printers.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD en LPRng ondersteunen geen IPP printers.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Daarbij komt dat wachtrijen die niet met dit programma of met \"foomatic-"
-"configure\" zijn aangemaakt, niet kunnen worden overgezet."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Ook printers geconfigureerd met door hun fabrikant geleverde PPD-bestanden, "
-"of met eigen CUPS drivers, kunnen niet worden overgezet."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Markeer de printers die u wilt overzetten en klik \n"
-"\"Overzetten\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "De printers niet overzetten"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Overzetten"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Een printer met de naam \"%s\" bestaat al onder %s. \n"
-"Klik op \"Overzetten\" om deze te overschrijven.\n"
-"U kunt ook een nieuwe naam ingeven of deze printer overslaan."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Een printernaam mag alleen letters, getallen en een laag liggend streepje "
-"bevatten"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"De printer \"%s\" bestaat reeds, \n"
-"weet u zeker dat u de configuratie ervan wilt overschrijven?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nieuwe printernaam"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Bezig met overzetten van %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"U heeft uw vorige standaardprinter (\"%s\") overgezet. Moet dit ook de "
-"standaardprinter worden in het nieuwe printsysteem %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Bezig met verversen van printergegevens..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Printer-op-afstand configureren"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Bezig met inschakelen van het netwerk..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Configureer het netwerk nu"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Netwerk-functionaliteit niet geconfigureerd"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"U staat op het punt een printer-op-afstand te configureren. Hiervoor is een "
-"werkende netwerktoegang vereist, maar uw netwerk is nog niet geconfigureerd. "
-"Als u verder wilt gaan zonder netwerkconfiguratie, zult u niet in staat zijn "
-"om de printer te gebruiken die u nu configureert. Hoe wenst u verder te gaan?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Doorgaan zonder configureren van netwerk"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"De netwerk-configuratie die uitgevoerd is tijdens de installatie kan op dit "
-"moment niet worden ingeschakeld. Gaat u na of het netwerk toegankelijk is na "
-"het opnieuwopstarten van uw systeem. De configuratie is te corrigeren met "
-"het Mandrake Controle Centrum, onderdeel \"Netwerk & Internet\"/\"Verbinding"
-"\". Daarna kunt u de \n"
-"printer instellen, ook met het Mandrake Control Center, onderdeel \"Hardware"
-"\"/\"Printer\""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"De netwerktoegang was nog niet actief en kon ook niet worden ingeschakeld. "
-"Gelieve uw configuratie en uw hardware na te kijken. Probeert u daarna "
-"opnieuw uw printer-op-afstand te configureren."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Bezig met herstarten van het printsysteem..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "hoog"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranode"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-"Bezig met installeren van een printsysteem in het %s beveiligingsniveau"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"U staat op het punt om printsysteem %s te installeren op een systeem dat op "
-"beveiligingsniveau %s draait.\n"
-"\n"
-"Dit printsysteem draait een daemon (achtergrondproces) welke wacht op een "
-"taak en deze afhandelt. Deze daemon is ook toegankelijk voor computers op "
-"afstand over het netwerk en dus is het een mogelijk doelwit voor aanvallen. "
-"Daarom worden er normaal gesproken slechts enkele geselecteerde daemons "
-"gestart op dit beveiligingsniveau.\n"
-"\n"
-"Weet u zeker dat u het afdrukken wilt configureren op deze computer?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Het printsysteem zal bij het opstarten worden ingeschakeld"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Het printsysteem (%s) zal niet automatisch worden ingeschakeld wanneer de "
-"computer wordt opgestart.\n"
-"\n"
-"Mogelijkerwijs is het automatisch inschakelen uitgezet door het omschakelen "
-"naar een hoger beveiligingsniveau, omdat het printsysteem een mogelijk "
-"doelwit is voor aanvallen.\n"
-"\n"
-"Wilt u dat het automatisch inschakelen van het printsysteem weer wordt "
-"aangezet?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Bezig met nagaan welke software genstalleerd is..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Bezig met verwijderen van LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Bezig met verwijderen van LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Selecteer printer-spooler"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Welk printsysteem (\"spooler\") wilt u gebruiken?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Bezig met configureren van printer \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Bezig met installeren van Foomatic..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Printer-opties"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Bezig met het voorbereiden van PrinterDrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Bezig met configureren van toepassingen ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Wenst u een printer in te stellen?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Printsysteem:"
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"De volgende printers zijn geconfigureerd. Dubbelklik op een printer om zijn "
-"instellingen te wijzigen; om hem als standaardprinter in te stellen; om "
-"informatie erover te bekijken; of om een printer op een CUPS-server op "
-"afstand ter beschikking te stellen in Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"De volgende printers zijn geconfigureerd. Dubbelklik op n ervan om zijn "
-"instellingen te wijzigen; hem als standaardprinter in te stellen; of om "
-"informatie erover te bekijken."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Printerlijst verversen (om alle CUPS printers-op-afstand zichtbaar te maken)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Wijzig het printsysteem"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normale modus"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Wenst u een andere printer te configureren?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Printerconfiguratie aanpassen"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Printer %s\n"
-"Wat wilt u aanpassen aan deze printer?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Doe het!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Soort printerverbinding"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Printernaam, beschrijving, locatie"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Printerfabrikant, model, aansturingsprogramma"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Printerfabrikant, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Stel deze printer in als standaardprinter"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Deze printer aan Star Office/OpenOffice.org toevoegen"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Deze printer verwijderen uit Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Druk testpagina('s) af"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Weet hoe deze printer kan worden gebruikt"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Printer verwijderen"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Bezig met verwijderen van oude printer \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Standaard printer"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "De \"%s\"-printer is nu ingesteld als de standaardprinter."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Bezig met toevoegen van printer aan Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-"De printer \"%s\" is niet succesvol aan Star Office/OpenOffice.org "
-"toegevoegd."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-"Het toevoegen van de printer \"%s\" aan Star Office/OpenOffice.org is "
-"mislukt."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Bezig met verwijderen van printer uit Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-"De printer \"%s\" is succesvol uit Star Office/OpenOffice.org verwijderd."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-"Het verwijderen van de printer \"%s\" uit Star Office/OpenOffice.org is "
-"mislukt."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Weet u zeker dat u de printer \"%s\" wilt verwijderen?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Bezig met verwijderen van printer \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Configuratie van proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Welkom bij de proxy-configuratie.\n"
-"\n"
-"Hier kunt u uw http en ftp proxy's opgeven, al dan niet\n"
-"met loginnaam en wachtwoord\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Gelieve de http proxy-informatie in te vullen.\n"
-"Laat het leeg in het geval u geen http proxy wenst."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "poort"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Proxy moet beginnen met http:"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Het poort-gedeelte moet numeriek zijn"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Gelieve de ftp-proxy informatie\n"
-"in te vullen. Laat het leeg als u geen ftp proxy wenst"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URL moet beginnen met ftp:"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Voer alstublieft de proxy loginnaam en wachtwoord\n"
-"in, als deze er zijn. In andere gevallen laat u dit leeg."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "loginnaam"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "wachtwoord"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "Voer wachtwoord opnieuw in"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "De wachtwoorden kloppen niet met elkaar. Probeert u het opnieuw!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Kan geen partitie toevoegen aan een _geformatteerde_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Kan niet schrijven naar bestand %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid-fout!"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid-fout! (misschien ontbreken de raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Niet genoeg partities voor RAID-niveau %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Start het ALSA (Advanced Linux Sound Architecture) geluidssysteem"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, een periodieke commando-planner."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd is gebruikt voor het controleren van de batterijstatus en om dit te "
-"loggen via syslog.\n"
-"Het kan ook gebruikt worden om de machine uit te schakelen als het "
-"spanningsniveau van de batterij laag is."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Start commando's die door het at commando gepland zijn op het moment dat\n"
-"werd opgegeven als at werd gestart, en draait batch-commando's wanneer het "
-"load-average laag genoeg is."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron is een standaard UNIX-programma dat door de gebruiker gespecificeerde "
-"programma's start\n"
-"op periodiek geplande tijden. vixie cron voegt een aantal 'features' toe "
-"aande basis UNIX-cron,\n"
-"waaronder betere veiligheid en krachtigere configuratieopties."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM voegt muisondersteuning toe aan text-based Linux-toepassingen zoals de\n"
-"Midnight Commander. Het laat ook mouse-based console knippen-en-plakken "
-"toe,\n"
-"en biedt ook ondersteuning voor pop-up menu's op de console."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake draait als een hardware-sonde, en eventueel \n"
-"configureert het nieuwe of veranderde hardware."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache is een World Wide Web-server. Het wordt gebruikt om HTML-bestanden en "
-"CGI aan te bieden."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"De internet superserver daemon (meestal inetd genoemd) start een hele\n"
-"hoop andere internetdiensten wanneer nodig. Het is verantwoordelijk voor\n"
-"vele diensten, waaronder telnet, ftp, rsh en rlogin. Als u inetd "
-"uitschakelt,\n"
-"schakelt u alle diensten uit waar de daemon verantwoordelijk voor is."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Pakket-filtering inschakelen voor Linux kernel 2.2-serie, om \n"
-"een firewall op te zetten die uw machine beschermt tegen \n"
-"aanvallen vanuit het netwerk."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Dit pakket laadt de geselecteerde toetsenbord-layout als ingesteld in\n"
-"/etc/sysconfig/keyboard. Dit kan geselecteerd worden via de kbdconfig "
-"utility.\n"
-"U laat dit best aanstaan voor de meeste machines."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatisch opnieuw aanmaken van kernel header in \n"
-"/boot voor /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatisch vinden en configureren van hardware bij het opstarten"
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf zal op sommige momenten regelen dat diverse \n"
-"taken worden uitgevoerd bij het opstarten, om de systeem-\n"
-"configuratie te behouden."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd is de print-daemon, die nodig is om lpr goed te laten werken. Het is\n"
-"voornamelijk een server die print-jobs naar printers stuurt en regelt."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, gebruikt om een hoge-prestatie en hoge-\n"
-"beschikbaarheid server te bouwen."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) is een Domain Name Server (DNS) die wordt gebruikt om hostnamen "
-"naar IP-adressen om te zetten."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"(Ont)koppelt alle Network File System (NFS), SMB (Lan Manager/Windows)\n"
-"en NCP (NetWare) koppelpunten."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activeert/Deactiveert alle netwerk-interfaces die geconfigureerd zijn\n"
-"om bij het opstarten ingeschakeld te worden."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS is een populair protocol voor bestandsdeling over TCP/IP-netwerken.\n"
-"Deze dienst geeft u NFS-serverfunctionaliteit, die dan wordt geregeld via "
-"het\n"
-"bestand /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS is een populair protocol voor bestandsdeling over TCP/IP-netwerken.\n"
-"Deze dienst geeft u NFS-bestands'locking'-functionaliteit."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automatisch aanzetten van de numlock-toets onder \n"
-"commandovensters en XFree bij het opstarten."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Ondersteun de OKI 4w en compatibele winprinters"
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA-ondersteuning dient meestal om ethernet en modems in laptops te "
-"onder-\n"
-"steunen. Het zal niet gestart worden tenzij het geconfigureerd is, dus het "
-"is\n"
-"veilig om het genstalleerd te hebben op machines die het niet nodig hebben."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"De portmapper beheert RPC-verbindingen, die gebruikt worden door protocols\n"
-"zoals NFS en NIS. De portmap-server moet draaien op machines die fungeren\n"
-"als servers voor protocols die het RPC-mechanisme gebruiken."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix is een Mail Transport Agent, een programma dat post verplaatst van "
-"de ene machine naar de andere."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Bewaart en herstelt de systeem-entropy pool voor betere generatie\n"
-"van willekeurige cijfers."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Wijs rauwe apparaten toe aan blok-georinteerde apparaten \n"
-"(zoals partities op een harde schijf), voor het gebruik van \n"
-"applicaties zoals Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"De routed daemon laat automatische IP-router-tabel updates toe via het RIP-\n"
-"protocol. RIP is vooral gebruikt op kleine netwerken, complexere routing-\n"
-"protocols zijn nodig voor complexere netwerken."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Het rstat-protocol laat gebruikers op een netwerk de prestatie-cijfers\n"
-"voor elke machine op dat netwerk op te vragen."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Het rusers-protocol laat gebruikers op een netwerk toe om de kijken wie er\n"
-"ingelogd is op de andere machines op dat netwerk."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Het rwho-protocol laat gebruikers op afstand een lijst opvragen van alle\n"
-"gebruikers die op een machine ingelogd zijn die de rwho daemon draait.\n"
-"(vergelijkbaar met finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Schakel het geluidssysteem van uw machine in"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog is de manier die vele daemons gebruiken om boodschappen te loggen "
-"naar\n"
-"verscheidene systeem-logbestanden. Het is een goed idee syslog altijd te "
-"draaien."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Laad de stuurprogramma's voor uw USB-apparaten"
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Start de X Font Server (deze is noodzakelijk voor het draaien\n"
-"van XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Selecteer welke diensten automatisch gestart moeten worden bij het opstarten"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Afdrukken"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Bestanden delen"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Systeem"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Beheer op afstand"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Database-server"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Diensten: %d geactiveerd van %d geregistreerd"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Diensten"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "actief"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "gestopt"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Diensten en daemons"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Geen extra informatie over\n"
-"deze dienst beschikbaar, sorry."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Bij opstarten"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stoppen"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Bedankt dat u voor Mandrake Linux 8.2 gekozen hebt"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Welkom in de Open Source-wereld"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Het succes van MandrakeSoft is gebaseerd op het principe van Vrije Software. "
-"Uw nieuwe besturingssysteem is het resultaat van het gezamenlijke werk van "
-"de wereldwijde Linux-gemeenschap."
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "Doe mee met de wereld van Vrije Software"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Leer de Open Source-gemeenschap kennen en word er deelgenoot van. Leer, "
-"doceer en help anderen door u aan te sluiten bij de vele discussiefora die u "
-"vindt op onze \"Community\"-webpagina's"
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet en Berichten"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 biedt de software om toegang te krijgen tot alles wat het "
-"Internet te bieden heeft: Surf over het web en bekijk animaties met Mozilla "
-"en Konqueror, wissel e-mail uit & beheer uw persoonlijke informatie met "
-"Evolution en Kmail, en veel meer"
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia en Grafisch"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 laat u uw multimedia-computer tot aan zijn grenzen "
-"drijven! Gebruik de allernieuwste software om muziek- en audiobestanden af "
-"te spelen, uw plaatjes en foto's te bewerken en te beheren, TV en video's te "
-"kijken en veel meer"
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Ontwikkeling"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 is het ultieme ontwikkelplatform. Ontdek de kracht van de "
-"GNU gcc compiler naast de beste Open Source ontwikkelomgevingen"
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake Controlecentrum"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Het Mandrake Linux 8.2 Controlecentrum is een alles-in-n-plek om uw "
-"Mandrake-systeem volledig aan te passen en te configureren"
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Gebruiker-interfaces"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 biedt 11 verschillende grafische werkplek-omgevingen en "
-"window managers waaruit u kunt kiezen, waaronder GNOME 1.4, KDE 2.2.2, "
-"Window Maker 0.8 en de rest"
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Server software"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Transformeer uw computer naar een krachtige server met slechts enkele "
-"muisklikken: Web server, e-mail, firewall, router, file- en printserver, ..."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spelletjes"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 biedt het beste in Open Source games - arcade, actie, "
-"kaarten, sporten, strategie, ..."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Wilt u Linux leren op een eenvoudige, snelle en gratis manier? MandrakeSoft "
-"biedt gratis Linux-training, naast een manier om uw voortgang te testen, op "
-"MandrakeCampus -- ons online trainingscentrum"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Kwaliteits-ondersteuning vanuit de Linux-gemeenschap, en van MandrakeSoft, "
-"is om de hoek! En indien u al een Linux-veteraan bent, word een \"Expert\" "
-"en deel uw kennis op onze ondersteuningswebpagina"
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Voor al uw IT-projecten staan onze consultants klaar om te analyseren wat u "
-"nodig heeft en een aangepaste oplossing te bieden. Profiteer van "
-"MandrakeSoft's enorme ervaring als Linux-producent voor een waar IT-"
-"alternatief voor uw bedrijfsorganisatie"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Ons volledige scala aan Linux-oplossingen, naast speciale aanbiedingen voor "
-"onze produkten en 'goodies', is beschikbaar op onze e-store"
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Voor meer informatie over MandrakeSoft's Professional Services en "
-"commercile produkten, zie de volgende webpagina:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Bezig met installeren van pakketten..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ik kan uw partitietabel niet lezen, ze is te corrupt voor mij :-(\n"
-"Ik zal proberen door te gaan en de slechte partities te verwijderen"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Fout!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ik kan het benodigde beeld-bestand `%s' niet vinden."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Configuratieprograma voor auto-installatie"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"U staat op het punt om een auto-installatie diskette te configureren. \n"
-"Deze functie is enigszins risicovol en moet met voorzorg gebruikt worden.\n"
-"\n"
-"Met die functie zult u in staat zijn de installatie die u heeft uitgevoerd "
-"op deze computer te herhalen. Daarbij worden u bij enkele stappen vragen "
-"gesteld, om de bijbehorende waarden aan te passen.\n"
-"\n"
-"Voor een maximale graad van veiligheid, zal het partitioneren en formatteren "
-"nooit automatisch uitgevoerd worden, ongeacht wat u gekozen heeft gedurende "
-"de installatie van deze computer.\n"
-"\n"
-"Wenst u door te gaan?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Configuratie van automatische stappen"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Kiest u alstublieft voor elke stap of deze zich zal herhalen zoals bij uw "
-"installatie, of dat deze handmatig zal zijn"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Welkom.\n"
-"\n"
-"De parameters van de auto-installatie zijn aanwezig in de afdelingen aan de "
-"linkerkant"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gefeliciteerd!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"De diskette is met succes aangemaakt.\n"
-"U kunt nu uw installatie herhalen."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Auto-installatie"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Item toevoegen"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Het laatste item verwijderen"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Rapport \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Daemon Rapport\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Rapport Details\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "totale voortgang"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Reservekopie maken van systeembestanden..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Harde schijf reservekopie..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Reservekopie gebruikersbestanden..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Voortgang reservekopie harde schijf..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Reservekopie andere bestanden..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"bestandslijst via FTP verzonden: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Er is een probleem opgetreden met de FTP-verbinding. Het is niet "
-"mogelijk om uw reservekopie-bestanden per FTP te verzenden.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Er is een fout opgetreden tijdens het versturen van e-mail.\n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Bestandsselectie"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Selecteer de bestanden of mappen en klik op 'Toevoegen'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Gelieve alle opties te selecteren die u nodig heeft.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Deze opties kunnen een reservekopie maken van alle bestanden in uw /etc "
-"map.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Reservekopie maken van uw systeembestanden ( /etc map )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-"Gebruik incrementele reservekopie (de oude reservekopien niet vervangen)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Essentile bestanden niet opnemen (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr "Met deze optie kunt u iedere versie van uw /etc herstellen."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr ""
-"Gelieve alle gebruikers te selecteren die u in uw reservekopie wilt opnemen."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Browser-cache niet opnemen"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Gebruik incrementele reservekopien (vervang geen oude reservekopien)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Verwijder geselecteerden"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32) "
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Gebruikers"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Gebruik FTP-verbinding voor reservekopie"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Gelieve hostnaam of IP in te voeren."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Gelieve de map op deze host \n"
-" om de reservekopie in op te slaan\n"
-" in te voeren."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Voer uw login in"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Voer uw wachtwoord in"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Onthoud dit wachtwoord"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP-verbinding"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Beveiligde verbinding"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Gebruik CD/DVD-ROM voor reservekopie"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Kies uw CD-ruimte"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Ga na of u CDRW-media gebruikt"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Gelieve na te gaan of u uw CDRW wilt wissen voor u verdergaat"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Ga na of u de installatie-opstartprocedure\n"
-" wilt opnemen op uw CD."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Voer het apparaatnaam van uw CD Writer in\n"
-" Voorbeeld: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Gebruik tape voor backup"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Voer de apparaatnaam in om voor de reservekopie te gebruiken"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Voer de maximumruimte in die\n"
-" Drakbackup mag gebruiken"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Voer de map voor opslaan in:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Gebruik quota voor reservekopie-bestanden"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Netwerk"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Harde schijf / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "ieder uur"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "dagelijks"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "wekelijks"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "maandelijks"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Gebruik daemon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Gelieve het tijdsinterval \n"
-"tussen iedere backup te kiezen"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Kies de media\n"
-"voor de reservekopie."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Harde schijf met daemon gebruiken"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "FTP met daemon gebruiken"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Let u op dat de cron daemon aanstaat in uw 'diensten'."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Verstuur e-mailrapport na elke reservekopie naar:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Wat"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Waar"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Wanneer"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Meer opties"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup configuratie"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Bepaal waar u de reservekopie wilt maken"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "op harde schijf"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "over netwerk"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Kies waar u een reservekopie van wilt maken"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Reservekopie-systeem"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Reservekopie Gebruikers"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Handmatig gebruiker selecteren"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Reservekopie-bronnen: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systeembestanden:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Gebruikersbestanden:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Overige bestanden:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Pad voor opslaan op harde schijf: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Host voor opslaan via FTP: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t gebruikersnaam: %s\n"
-"\t\t op pad: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Opties:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tSysteembestanden niet opnemen\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tReservekopien gebruiken tar en bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tReservekopien gebruiken tar en gzip\n"
-
-# check if this is the right translation, unclear! -Reinout
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Daemon (%s) opnemen: \n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-harde schijf.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Netwerk over FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Netwerk over SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Geen configuratie, gelieve Wizard of Geavanceerd aan te klikken.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lijst van te herstellen gegevens:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lijst van gecorrumpeerde gegevens:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Gelieve het de volgende keer te deselecteren of te verwijderen"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Reservekopiebestanden zijn gecorrumpeerd"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Al uw geselecteerde gegevens zijn"
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Succesvol hersteld op %s"
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Configuratie herstellen"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK om de overige bestanden te herstellen"
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Te herstellen gebruikerslijst (alleen de meest recente datum per gebruiker "
-"is van belang)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Reservekopie maken van systeembestanden voor:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "Gelieve de datum te kiezen om te herstellen"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Gebruik harde schijf voor reservekopie"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Herstellen van harde schijf"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Voer de map in waar reservekopien opgeslagen worden"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Selecteer andere media om vanaf te herstellen"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Andere media"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Systeem herstellen"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Gebruikers herstellen"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Overige herstellen"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "selecteer te herstellen pad (in plaats van / )"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Voer nieuwe backup uit alvorens te herstellen (alleen voor incrementele "
-"reservekopien)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Verwijder gebruikersmappen alvorens te herstellen"
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Alle reservekopien herstellen"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Aangepast herstellen"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Help"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Vorige"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Opslaan"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Reservekopie maken"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Reservekopie herstellen"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Volgende"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Gelieve eerst een reservekopie te maken voordat u probeert te herstellen...\n"
-" of ga na dat uw pad voor opslaan correct is."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Er trad een fout op tijdens \"sendmail\"\n"
-" Uw melding is niet verstuurd.\n"
-" Gelieve sendmail te configureren."
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lijst van te installeren pakketten"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Er trad een fout op tijdens het versturen via FTP.\n"
-" Gelieve uw FTP-configuratie te corrigeren."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Selecteer de gegevens om te herstellen"
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Selecteer media voor de reservekopie"
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Selecteer de gegevens waarvan u een reservekopie wilt maken..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Kan geen configuratiebestand vinden \n"
-"klikt u op Wizard of Geavanceerd."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "In ontwikkeling ... nog even wachten."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Reservekopie maken van systeembestanden"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Reservekopie maken van gebruikersbestanden"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Reservekopie maken van overige bestanden"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Totale voortgang"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "bestanden worden per FTP verstuurd"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Bezig met versturen van bestanden..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Lijst van gegevens om op te nemen op CD-ROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Voer de snelheid van de CD-Writer in"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Gelieve uw CD Writer apparaatnaam in te voeren (Voorbeeld: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Ga na of u de installatie-opstartprocedure wilt opnemen op uw CD."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Nu reservekopie maken vanaf configuratiebestand"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Backup-configuratie bekijken"
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Configuratie met wizard"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Geavanceerde configuratie"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Nu reservekopie maken"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Sommige fouten die tijdens sendmail optreden worden\n"
-" veroorzaakt door een verkeerde configuratie van postfix.\n"
-" Om dit op te lossen dient u 'myhostname' of 'mydomain'\n"
-" in te stellen in /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Omschrijving:\n"
-"\n"
-" Drakbackup dient om een reservekopie te maken van uw systeem.\n"
-" Gedurende de configuratie kunt u selecteren:\n"
-"\t- Systeembestanden,\n"
-"\t- Gebruikersbestanden,\n"
-"\t- Overige bestanden.\n"
-"\tof uw gehele systeem ... en Overigen (zoals Windows-partities)\n"
-"\n"
-" Drakbackup laat u een reservekopie maken van uw systeem op:\n"
-"\t- Harde schijf.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (met automatisch opstarten, redding en auto-"
-"installatie).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup laat u uw systeem herstellen naar een\n"
-" door de gebruiker te bepalen map.\n"
-"\n"
-" Standaard zullen alle reservekopien opgeslagen worden in uw\n"
-" /var/lib/drakbackup map.\n"
-"\n"
-" Configuratiebestand:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Herstellen-stap:\n"
-" \n"
-" Tijdens de herstellen-stap, zal Drakbackup uw\n"
-" oorspronkelijke map verwijderen en nagaan dat geen\n"
-" van uw reservekopie-bestanden corrupt is. Het is\n"
-" aanbevelenswaardig om een laatste reservekopie te\n"
-" maken alvorens te herstellen.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"beschrijving van opties:\n"
-"\n"
-"Weest u voorzichtig met het gebruik van FTP-reservekopie,\n"
-"omdat alleen reeds gemaakte reservekopien naar de server\n"
-"worden verzonden. Dus op dit moment dient u de reservekopie\n"
-"op uw harde schijf te maken alvorens deze te verzenden naar\n"
-"de server.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problemen bij Reservekopie herstellen:\n"
-"\n"
-"Tijdens de herstellen-stap zal Drakbackup al uw\n"
-"reservekopiebestanden controleren alvorens ze\n"
-"te herstellen. \n"
-"Voordat het herstellen begint zal Drakbackup uw\n"
-"oorspronkelijke map verwijderen. Alle gegevens erin\n"
-"zullen verloren gaan. Het is belangrijk om voorzichtigheid\n"
-"te betrachten en de reservekopiebestanden niet\n"
-"handmatig te wijzigen.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Omschrijving:\n"
-"\n"
-" Drakbackup dient om een reservekopie te maken van uw systeem.\n"
-" Gedurende de configuratie kunt u selecteren:\n"
-"\t- Systeembestanden,\n"
-"\t- Gebruikersbestanden,\n"
-"\t- Overige bestanden.\n"
-"\tof uw gehele systeem ... en Overigen (zoals Windows-partities)\n"
-"\n"
-" Drakbackup laat u een reservekopie maken van uw systeem op:\n"
-"\t- Harde schijf.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (met automatisch opstarten, redding en auto-"
-"installatie).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup laat u uw systeem herstellen naar een\n"
-" door de gebruiker te bepalen map.\n"
-"\n"
-" Standaard zullen alle reservekopien opgeslagen worden in uw\n"
-" /var/lib/drakbackup map.\n"
-"\n"
-" Configuratiebestand:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Herstellen-stap:\n"
-" \n"
-" Tijdens de herstellen-stap, zal Drakbackup uw\n"
-" oorspronkelijke map verwijderen en nagaan dat geen\n"
-" van uw reservekopie-bestanden corrupt is. Het is\n"
-" aanbevelenswaardig om een laatste reservekopie te\n"
-" maken alvorens te herstellen.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "De installatie van %s is niet gelukt. De volgende fout werd gevonden:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Zoek in genstalleerde lettertypen"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Genstalleerde lettertypen deselecteren"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "alle lettertypen ontleden"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "geen lettertypen gevonden."
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "klaar"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "kan geen lettertypen vinden in uw aangekoppelde partities"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Correcte lettertypen opnieuw selecteren"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "kan geen enkel lettertpype vinden.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Zoek lettertypen in lijst 'genstalleerd'"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopiren van lettertypen"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installatie van True Type lettertypen"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "Even geduld terwijl 'ttmkfdir' wordt uitgevoerd..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "True Type installatie klaar"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Lettertypen-conversie"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "'type1inst' is bezig"
-
-# right translation? What is meant here?
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript verwijzingen"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "ttf-lettertype conversie"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "pfm-lettertype conversie"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Tijdelijke bestanden onderdrukken"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "XFS herstarten"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Lettertype-bestanden onderdrukken"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs herstarten"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Ga na dat u het recht heeft om lettertypen te installeren op uw systeem en "
-"ze te gebruiken, \n"
-"alvorens lettertypen te installeren.\n"
-"-U kunt de lettertypen op de gebruikelijke manier installeren. In zeldzame "
-"gevallen kunnen\n"
-"nep-lettertypen uw X Server laten hangen."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Import van lettertypen"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Neem Windows-lettertypen"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Lettertypen denstalleren"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Geavanceerde opties"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Lettertypenlijst"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Kies de applicaties waarin de lettertypen beschikbaar zullen zijn:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Generieke printers"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Selecteer het lettertypebestand of map en klik op 'Toevoegen'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Installatielijst"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "klik hier als u er zeker van bent."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "hier zoniet."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Alle gedeselecteerd"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Alles geselecteerd"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Lijst verwijderen"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Initialen-tests"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Lettertypen op uw systeem kopiren"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Lettertypen installeren & converteren"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Post-installatie"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Lettertypen op uw systeem verwijderen"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Post-denstallatie"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Internetverbinding delen"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Internetverbinding delen staat op dit moment aan"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"De setup van Internet Connectie Delen is al uitgevoerd.\n"
-"Het staat op dit moment aan.\n"
-"\n"
-"Wat wenst u te doen?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "uitschakelen"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "klaar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "herconfigureren"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Bezig met servers uitzetten..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Internetverbinding delen staat op dit moment uit."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internet Connectie Delen staat niet aan"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Het instellen van Internetverbinding delen is al uitgevoerd.\n"
-"Het staat op dit moment uit.\n"
-"\n"
-"Wat wenst u te doen?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "inschakelen"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Bezig met inschakelen van servers..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Internetverbinding delen staat op dit moment aan"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"U staat op het punt om uw computer te configureren om zijn Internet-\n"
-"verbinding te delen. Met deze functie zullen andere computers op uw\n"
-"netwerk in staat zijn de internetverbinding van deze computer tegebruiken.\n"
-"\n"
-"Opmerking: u heeft een specifiek hiervoor bestemde netwerk-adapter nodig\n"
-"om een Local Area Network (LAN) op te zetten."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (gebruikt module %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interface %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Geen netwerk adapter op uw systeem!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Er is geen ethernet netwerkadapter op uw systeem gevonden. Gelieve het "
-"hardware configuratieprogramma te draaien."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Netwerk Interface"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Er is maar n geconfigureerde netwerkadapter op uw systeem:\n"
-"\n"
-"%s \n"
-"\n"
-"Ik sta op het punt om uw Local Area Network te koppelen aan\n"
-"deze adapter."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Kies alstublieft welke netwerkadapter verbinding zal maken met uw Local Area "
-"Network."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Netwerk-interface reeds geconfigureerd"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Waarschuwing, de netwerk-adapter (%s) is reeds geconfigureerd.\n"
-"\n"
-"Wilt u een automatische herconfiguratie?\n"
-"\n"
-"U kunt het ook handmatig doen, maar u moet dan wel weten wat u doet."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatisch opnieuw configureren"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Toon huidige interface-configuratie"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Huidige configuratie van '%s':\n"
-"\n"
-"Netwerk: %s\n"
-"IP adres: %s\n"
-"IP attribution: %s\n"
-"Stuurprogramma: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Het is mogelijk uw huidige configuratie te behouden en aan te nemen dat u "
-"reeds een DHCP-server heeft ingesteld; controleert u in dat geval of het "
-"klasse-C netwerk dat u gebruikt voor uw lokale netwerk correct is ingelezen; "
-"het wordt niet geherconfigureerd en uw DHCP-serverconfiguratie wordt niet "
-"aangeraakt.\n"
-"\n"
-"In andere gevallen kan het installatieprogramma uw interface herconfigureren "
-"en een DHCP-server voor u instellen.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C-Class lokaal netwerk"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "(Deze) DHCP-server IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Interface en DHCP-server opnieuw configureren"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Het lokale netwerk eindigde niet op '.0', procedure gestaakt"
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Potentieel LAN-adresconflict gevonden in de huidige configuratie \n"
-"van %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Firewall configuratie gedetecteerd!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Waarschuwing! Een bestaande firewall configuratie is gevonden. U kunt "
-"misschien na de installatie een handmatige aanpassing nodig hebben."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Configureren..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Bezig met het configureren van scripts, installeren van software, starten "
-"vanservers..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemen met installeren van pakket %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Alles is geconfigureerd. \n"
-"U kunt nu uw internetverbinding delen met andere gebruikers op uw Local Area "
-"Network, met gebruikmaking van automatische netwerkconfiguratie (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"De setup van Internetverbinding delen is al uitgevoerd.\n"
-"Het staat op dit moment uit."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"De setup van Internetverbinding delen is al uitgevoerd.\n"
-"Het staat op dit moment aan."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Internetverbinding delen is tot op heden nooit geconfigureerd."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configuratie van Internetverbinding delen"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Welkom bij Internetverbinding delen! \n"
-"\n"
-"%s\n"
-"\n"
-"Klik op Configureer om de instellingen-wizard in te schakelen."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netwerk-configuratie (%d adapters)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profiel: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Wis profiel..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Te verwijderen profiel:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nieuw profiel..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Naam van het te creren profiel (het nieuwe profiel wordt als een kopie van "
-"het huidige aangemaakt) : "
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Hostnaam:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internet-toegang"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Soort:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Even geduld"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configureren van Internet-toegang..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN configuratie"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Stuurprogramma"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configureer Local Area Network..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Klik hier om de 'wizard' in te schakelen ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Wizard..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Toepassen"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Even geduld... bezig met toepassen van de configuratie"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Verbonden"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Niet verbonden"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Verbinding maken..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Verbinding neerleggen..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Waarschuwing: een andere internetverbinding is bespeurd, misschien gebruikt "
-"deze uw netwerk."
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"U heeft helemaal geen geconfigureerde interface.\n"
-"Configureer deze eerst door op 'Configureer' te klikken"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN Configuratie"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Opstart-protocol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Aangezet bij het opstarten"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP client"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "nu activeren"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "nu de-activeren"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Deze interface is nog niet geconfigureerd.\n"
-"Start de configuratie-wizard in het hoofdscherm."
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"U heeft helemaal geen internetverbinding.\n"
-"Creer er eerst n door op 'Configureer' te klikken"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Internetverbinding configureren"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Internetverbinding configureren"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Soort verbinding: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameters"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet-kaart"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP Client"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Selecteer een veiligheids-niveau"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Controle-Centrum"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Selecteer het programma dat u wenst te gebruiken"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Canada (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "VS (ether)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "VS (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "VS (kabel-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "China (ether)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japan (ether)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japan (kabel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Oost-Europa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Ierland"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "West-Europa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australi"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nieuw-Zeeland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Zuid-Afrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentini"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Gelieve uw\n"
-"TV-norm en land in te geven"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV norm :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Gebied :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Zoeken naar TV-kanalen is bezig..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Zoeken naar TV-kanalen"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "gebruik: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Wat is uw toetsenbord-layout?"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Wenst u dat de BackSpace toets Delete geeft in het terminalvenster?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Verander Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Stop a.u.b. de Installatie CD-ROM in uw drive en druk daarna op OK.\n"
-"Als u deze niet heeft, drukt u op Annuleren om \"live upgrade\" te vermijden."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Niet in staat \"live upgrade\" te starten!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-"De wijziging is gemaakt, maar u moet uitloggen voordat het effect heeft"
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Toon alleen voor de geselecteerde dag"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Bestand/_Nieuw"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Bestand/_Openen"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Bestand/O_pslaan"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Bestand/Ops_laan als..."
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Bestand/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opties"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opties/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Help"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Help/_Info..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Gebruiker"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Meldingen"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Uitleg van Mandrake Gereedschappen"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "zoeken"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Een hulpprogramma om uw logs bij te houden"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Instellingen"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "komt overeen met"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "maar komt niet overeen met"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Kies een bestand"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Inhoud van het bestand"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "waarschuwing via e-mail/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Even geduld, bezig met ontleden van bestand: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Configuratie van waarschuwing per e-mail/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Welkom bij het e-mail/SMS configuratieprogramma.\n"
-"\n"
-"Hier kunt u het waarschuwingssysteem instellen.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "instelling diensten"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"U zult een waarschuwing ontvangen indien n van de geselecteerde diensten "
-"niet meer draait"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "instelling processorbelasting"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-"U zult een waarschuwing ontvangen indien de processorbelasting hoger is dan "
-"deze waarde"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "configuratie van waarschuwing"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Configureer de manier waarop het systeem u waarschuwt"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Opslaan als..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Welk type muis heeft u?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "Geen serile USB gevonden\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Derde knop emuleren?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s gevonden op %s, deze configureren?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Selecteer een scanner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Deze %s-scanner is niet ondersteund"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Boot-apparaat"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Deze %s-scanner moet geconfigureerd worden met printerdrake.\n"
-"U kunt printerdrake opstarten vanuit het Mandrake Controlecentrum in de "
-"Hardware-afdeling."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Firewall configuratie"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Firewall configuratie"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"U heeft reeds een firewall ingesteld.\n"
-"Klik op Configureer om de firewall te wijzigen\n"
-"of te verwijderen."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Klik op Configureer om een standaard-firewall in te stellen."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Kies uw taal"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Installatieklasse selecteren"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Harde schijf-detectie"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Muis configureren"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Toetsenbord kiezen"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Veiligheid"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Bestandssystemen instellen"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Partities formatteren"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Te installeren pakketten kiezen"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Systeem installeren"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Gebruiker toevoegen"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Netwerk-configuratie"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Diensten configureren"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Opstart-lader installeren"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Boot-diskette aanmaken"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X Configureren"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Installeer systeemupdates"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Installatie afsluiten"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configuratie van tinyfirewall\n"
-"\n"
-"Dit programma configureert een persoonlijk instelling van de firewall\n"
-"voor deze Mandrake Linux machine. Voor een krachtige, specifieke\n"
-"firewall-oplossing, zie de gespecialiseerde MandrakeSecurity Firewall\n"
-"distributie."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"We zullen u nu enkele vragen stellen over de diensten waar u het \n"
-"Internet toestemming voor wilt geven om mee te verbinden.\n"
-"Denk alstublieft goed na over deze vragen, omdat de veiligheid \n"
-"van uw computer op het spel staat. \n"
-"\n"
-"Wanneer u op dit moment niet n van deze diensten draait,\n"
-"blokkeer deze dan met de firewall. U kunt deze configuratie \n"
-"altijd nog veranderen door dit programma opnieuw \n"
-"te starten!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Draait u een webserver op deze machine waar het hele Internet \n"
-"bij moet kunnen? Wanneer u een webserver draait die alleen door \n"
-"deze machine aangesproken moet kunnen worden, dan kunt u \n"
-"hier veilig 'nee' antwoorden. \n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Draait u een 'name server' op deze machine? Als u er geen hebt \n"
-"ingesteld om IP- en zone-informatie uit te delen naar het hele \n"
-"Internet, antwoordt u dan alstublieft 'nee'. \n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Wilt u binnenkomende Secure Shell (ssh)-verbindingen toestaan?\n"
-"Dit is een vervanging voor telnet welke u kunt gebruiken om in te \n"
-"loggen. Als u op dit moment telnet gebruikt, dan is het ten zeerste \n"
-"aan te raden om over te schakelen naar ssh. Telnet is niet versleuteld \n"
-"-- dus sommige aanvallers kunnen uw wachtwoord stelen als u het \n"
-"gebruikt. Ssh is versleuteld en staat dit soort afluisterpraktijken \n"
-"niet toe."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Wenst u binnenkomende telnet-verbindingen toe te staan?\n"
-"Dit is vreselijk onveilig, zoals we op het vorige scherm uiteen hebben\n"
-"gezet. We raden u sterk aan hier 'Nee' te antwoorden en ssh te \n"
-"gebruiken in plaats van telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Draait u een FTP server hier die vanaf het Internet toegankelijk moet\n"
-"zijn? Zoja, dan raden wij u sterk aan deze alleen voor 'Anonymous'\n"
-"bestandsoverdrachten te gebruiken. Ieder wachtwoord dat via FTP\n"
-"verstuurd wordt kan gestolen worden door aanvallers, omdat FTP\n"
-"eveneens geen versleuteling toepast bij het versturen van wachtwoorden.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Draait u een mail-server hier? Als u uw berichten met pine,\n"
-"mutt of een andere tekstgebaseerde mail-client verstuurt,\n"
-"dan is het antwoord waarschijnlijk 'ja'. In andere gevalen\n"
-"kunt u dit het beste blokkeren met de firewall.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Draait u een POP- of IMAP-server hier? Dit zou gebruikt\n"
-"worden om niet-webgebaseerde mail-accounts te hosten\n"
-"via deze machine.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Het heeft er alle schijn van dat u een 2.2-kernel draait. Als\n"
-"uw netwerk-IP automatisch wordt ingesteld door een computer\n"
-"in uw huis of kantoor (dynamische toewijzing), dan moeten\n"
-"we dit toelaten. Is dit het geval?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Wordt de tijd op uw computer gesynchroniseerd met een andere computer?\n"
-"Meestal wordt dit gebruikt door middelgrote Unix/Linux-organisaties\n"
-"om de tijd voor het loggen en dergelijke te synchroniseren. Als u geen\n"
-"deel uitmaakt van een groter kantoor en hier nog nooit van gehoord\n"
-"hebt, dan is dit waarschijnlijk niet het geval."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configuratie is gereed. Kunnen we deze wijzigingen naar schijf "
-"wegschrijven?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan %s niet openen: %s \n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Fout bij het openen van %s voor schrijfbewerking: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Nee, ik heb geen DHCP nodig"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Ja, ik heb DHCP nodig"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Nee, ik heb NTP niet nodig"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Ja, ik heb NTP nodig"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Niet opslaan"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Opslaan en beindigen"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Firewall configuratie-Wizard"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Nee (dit met de firewall van internet afsluiten)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Ja (dit met de firewall doorlaten)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr ""
-"Bezig met nagaan van genstalleerde pakketten, even geduld alstublieft..."
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Het installeren van de benodigde pakketten is mislukt: %s en Bastille.\n"
-" Probeer ze met de hand te installeren."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netwerk-computer (client)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, ssh server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kantoor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "GNOME Werkstation"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Gereedschappen voor uw Palm Pilot of uw Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Werkstation"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domeinnaam en Network Information Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kantoorprogramma's: tekstverwerkers (kword, abiword), rekenbladen (kspread, "
-"gnumeric), PDF-lezers, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio-gerelateerde programma's: mp3- of midi afspelen, mengpanelen etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Boeken en Howto's over Linux en Vrije Software"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE Werkstation"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Verzameling programma's voor post, nieuws, web, bestandsoverdracht en chatten"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Database"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL of MySQL database-server"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Programma's om de configuratie van uw computer te vergemakkelijken"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Geluid"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Hulpprogramma's"
-
-#
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentatie"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Commandoregel-gereedschappen"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix post-server, Inn nieuws-server"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet-station"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedia-station"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configuratie"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Meer grafische bureaubladen (GNOME, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"Het K Desktop Environment, de basis-grafische omgeving met een verzameling "
-"van bijbehorende programma's"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafische omgeving"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Programma's om CD's mee te creren en te branden"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kantoor Werkstation"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafische programma's zoals The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C and C++ ontwikkelingsbibliotheken, programma's en include-bestanden"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Netwerk-computer server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Post/Groupware/Nieuws"
-
-#
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Game-station"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video-afspeel- en bewerkingsprogramma's"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafisch"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Amusementsprogramma's: arcade, bordspellen, strategie etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Verzameling programma's om e-post en usenet nieuws mee te lezen en te "
-"schrijven, en om het Web mee door te bladeren"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivering, emulators, toezicht houden"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Persoonlijke Financin"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Een grafische omgeving met gebruikersvriendelijke verzameling applicaties en "
-"bureaublad-programma's"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clients voor verschillende protcollen waaronder ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Geluids- en video-afspeel- en bewerkingsprogramma's"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andere grafische bureaubladen"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editors, shells, bestandsbeheer, terminals"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programma's om uw financin mee te beheren, zoals gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Persoonlijk Gegevensbeheer"
-
-#
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD branden"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Wetenschappelijk werkstation"
-
-#~ msgid "About"
-#~ msgstr "Info"
-
-#~ msgid " Help "
-#~ msgstr " Help"
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Kan de kernel-modules behorend bij uw kernel niet benaderen (bestand %s \n"
-#~ "is afwezig)"
diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po
deleted file mode 100644
index 9a2e0106b..000000000
--- a/perl-install/share/po/no.po
+++ /dev/null
@@ -1,11745 +0,0 @@
-# KTranslator Generated File
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999 Mandrakesoft
-# Terje Bjerkelia <terje@bjerkelia.com>, 1999-2000
-# Andreas Bergstrm <abergstr@halden.net>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-06-13 15:54+0200\n"
-"PO-Revision-Date: 2002-03-10 11:04GMT\n"
-"Last-Translator: Terje Bjerkelia <terje@bjerkelia.com>\n"
-"Language-Team: Norsk\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Configure all heads independently"
-msgstr "Konfigurere all hoder uavhengig"
-
-#: ../../Xconfigurator.pm_.c:244
-msgid "Use Xinerama extension"
-msgstr "Bruk Xinerama utvidelse"
-
-#: ../../Xconfigurator.pm_.c:247
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigurer bare kort \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid "Multi-head configuration"
-msgstr "Multi-hode konfigurasjon"
-
-#: ../../Xconfigurator.pm_.c:251
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Systemet ditt sttter konfigurasjon for flere hoder.\n"
-"Hva nsker du gjre?"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Graphics card"
-msgstr "Grafikk-kort"
-
-#: ../../Xconfigurator.pm_.c:263
-msgid "Select a graphics card"
-msgstr "Velg et grafikk-kort"
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "Choose a X server"
-msgstr "Velg en X-tjener"
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "X server"
-msgstr "X-tjener"
-
-#: ../../Xconfigurator.pm_.c:294
-msgid "Choose a X driver"
-msgstr "Velg en X driver"
-
-#: ../../Xconfigurator.pm_.c:294
-msgid "X driver"
-msgstr "X driver"
-
-#: ../../Xconfigurator.pm_.c:361 ../../Xconfigurator.pm_.c:367
-#: ../../Xconfigurator.pm_.c:417 ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:364
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Hvilken konfigurasjon av XFree vil du ha?"
-
-#: ../../Xconfigurator.pm_.c:375
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Kortet ditt kan ha sttte for maskinvare 3D akselerasjon, men bare med XFree "
-"%s.\n"
-"Kortet ditt er stttet av XFree %s som kan ha bedre sttte i 2D."
-
-#: ../../Xconfigurator.pm_.c:377 ../../Xconfigurator.pm_.c:410
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Kortet ditt kan ha sttte for maskinvare 3D akselerasjon med XFree %s."
-
-#: ../../Xconfigurator.pm_.c:379 ../../Xconfigurator.pm_.c:412
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s med maskinvare 3D akselerasjon"
-
-#: ../../Xconfigurator.pm_.c:387 ../../Xconfigurator.pm_.c:401
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Kortet ditt kan ha sttte for maskinvare 3D akselerasjon med XFree %s,\n"
-"MERK AT DETTE ER EKSPERIMENTELL STTTE OG KAN 'FRYSE' MASKINEN DIN."
-
-#: ../../Xconfigurator.pm_.c:389 ../../Xconfigurator.pm_.c:403
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s med EKSPERIMENTELL maskinvare 3D akselerasjon"
-
-#: ../../Xconfigurator.pm_.c:398
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Kortet ditt kan ha sttte for maskinvare 3D akselerasjon, men bare med XFree "
-"%s,\n"
-"MERK AT DETTE ER EKSPERIMENTELL STTTE OG KAN 'FRYSE' MASKINEN DIN.\n"
-"Kortet ditt er stttet av XFree %s som kan ha bedre sttte i 2D."
-
-#: ../../Xconfigurator.pm_.c:418
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installasjons skjermdriver)"
-
-#: ../../Xconfigurator.pm_.c:422
-msgid "XFree configuration"
-msgstr "XFree konfigurasjon"
-
-#: ../../Xconfigurator.pm_.c:497
-msgid "Select the memory size of your graphics card"
-msgstr "Velg minnestrrelsen til grafikk-kortet ditt"
-
-#: ../../Xconfigurator.pm_.c:551
-msgid "Choose options for server"
-msgstr "Velg opsjoner for tjener"
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Choose a monitor"
-msgstr "Velg en monitor"
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:578
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"De to kritiske parametrene er den vertikale oppfrisknings-raten, som er "
-"raten\n"
-"som som oppfrisker hele skjermen, og mest viktig den horisontale \n"
-"sync-raten, som er raten som scanlinjer blir vist p.\n"
-"\n"
-"Det et VELDIG VIKTIG at du ikke spesifiserer en monitor-type med et sync- "
-"omrde\n"
-"som er utenfor det monitoren din er i stand til klare: Du kan skade "
-"skjermen din.\n"
-"Hvis du er usikker, velg en konservativ innstilling."
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Horizontal refresh rate"
-msgstr "Horisontal oppfrisknings-rate"
-
-#: ../../Xconfigurator.pm_.c:586
-msgid "Vertical refresh rate"
-msgstr "Vertikal oppfrisknings-rate"
-
-#: ../../Xconfigurator.pm_.c:623
-msgid "Monitor not configured"
-msgstr "Monitor er ikke konfigurert"
-
-#: ../../Xconfigurator.pm_.c:626
-msgid "Graphics card not configured yet"
-msgstr "Grafikk-kort er ikke konfigurert enn"
-
-#: ../../Xconfigurator.pm_.c:629
-msgid "Resolutions not chosen yet"
-msgstr "Opplsninger er ikke valgt enn"
-
-#: ../../Xconfigurator.pm_.c:647
-msgid "Do you want to test the configuration?"
-msgstr "Vil du teste konfigurasjonen?"
-
-#: ../../Xconfigurator.pm_.c:651
-msgid "Warning: testing this graphics card may freeze your computer"
-msgstr "Advarsel: testing av dette grafikk-kortet kan `fryse' maskinen din"
-
-#: ../../Xconfigurator.pm_.c:654
-msgid "Test of the configuration"
-msgstr "Test konfigurasjon"
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"prv endre noen parametere"
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid "An error occurred:"
-msgstr "En feil oppsto:"
-
-#: ../../Xconfigurator.pm_.c:734
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Slutter om %d sekunder"
-
-#: ../../Xconfigurator.pm_.c:745
-msgid "Is this the correct setting?"
-msgstr "Er dette den riktige innstillingen?"
-
-#: ../../Xconfigurator.pm_.c:754
-msgid "An error occurred, try to change some parameters"
-msgstr "En feil oppsto, prv endre noen parametere"
-
-#: ../../Xconfigurator.pm_.c:825
-msgid "Resolution"
-msgstr "Opplsning"
-
-#: ../../Xconfigurator.pm_.c:877
-msgid "Choose the resolution and the color depth"
-msgstr "Velg opplsning og fargedybde"
-
-#: ../../Xconfigurator.pm_.c:879
-#, c-format
-msgid "Graphics card: %s"
-msgstr "Grafikk-kort: %s"
-
-#: ../../Xconfigurator.pm_.c:880
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86-tjener: %s"
-
-#: ../../Xconfigurator.pm_.c:894 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mer"
-
-#: ../../Xconfigurator.pm_.c:894 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:701
-#: ../../my_gtk.pm_.c:1034 ../../my_gtk.pm_.c:1056
-#: ../../standalone/drakbackup_.c:2288 ../../standalone/drakbackup_.c:2359
-#: ../../standalone/drakbackup_.c:2375
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:896 ../../network/netconnect.pm_.c:173
-#: ../../printerdrake.pm_.c:2473 ../../standalone/drakfloppy_.c:146
-#: ../../standalone/draknet_.c:275 ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Ekspertmodus"
-
-#: ../../Xconfigurator.pm_.c:897
-msgid "Show all"
-msgstr "Vis alle"
-
-#: ../../Xconfigurator.pm_.c:942
-msgid "Resolutions"
-msgstr "Opplsninger"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastatur-oppsett: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Type mus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Enhet mus: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor HorizSync: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor VertRefresh: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1518
-#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Grafikk-kort: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Graphics card identification: %s\n"
-msgstr "Grafikk-kort identifisering: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Minne grafikk: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Fargedybde: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Opplsning: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1525
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86-tjener: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1526
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 driver: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1544
-msgid "Preparing X-Window configuration"
-msgstr "Forbereder X-Window konfigurasjon"
-
-#: ../../Xconfigurator.pm_.c:1564
-msgid "What do you want to do?"
-msgstr "Hva nsker du gjre?"
-
-#: ../../Xconfigurator.pm_.c:1569
-msgid "Change Monitor"
-msgstr "Endre monitor"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Graphics card"
-msgstr "Endre grafikk-kort"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Change Server options"
-msgstr "Endre opsjoner for tjener"
-
-#: ../../Xconfigurator.pm_.c:1574
-msgid "Change Resolution"
-msgstr "Endre opplsning"
-
-#: ../../Xconfigurator.pm_.c:1575
-msgid "Show information"
-msgstr "Vis informasjon"
-
-#: ../../Xconfigurator.pm_.c:1576
-msgid "Test again"
-msgstr "Test igjen"
-
-#: ../../Xconfigurator.pm_.c:1577 ../../printerdrake.pm_.c:2476
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Avslutt"
-
-#: ../../Xconfigurator.pm_.c:1585
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Behold endringene?\n"
-"Nvrende konfigurasjon er:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1606
-msgid "Graphical interface at startup"
-msgstr "X ved oppstart"
-
-#: ../../Xconfigurator.pm_.c:1607
-msgid ""
-"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
-msgstr ""
-"Jeg kan sette opp maskinen din til automatisk starte X ved oppstart.\n"
-"Vil du at X skal starte nr du starter maskinen p nytt?"
-
-#: ../../Xconfigurator.pm_.c:1613
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Vennligst logg inn i %s p nytt for aktivere endringene"
-
-#: ../../Xconfigurator.pm_.c:1628
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Vennligst logg ut og bruk s Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 farger (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tusen farger (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tusen farger (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 millioner farger (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milliarder farger (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB eller mer"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 ved 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA 800x600 ved 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompatibel, 1024x768 ved 87 Hz interlaced (ikke 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 ved 87 Hz interlaced, 800x600 ved 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Utvidet Super VGA, 800x600 ved 60 Hz, 640x480 ved 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Ikke-interlaced SVGA, 1024x768 ved 60 Hz, 800x600 ved 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Hyfrekvens SVGA, 1024x768 ved 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Flerfrekvens som kan klare 1280x1024 ved 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Flerfrekvens som kan klare 1280x1024 ved 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Flerfrekvens som kan klare 1280x1024 ved 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor som kan klare 1600x1200 ved 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor som kan klare 1600x1200 ved 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Frste sektor av oppstartspartisjon"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Frste sektor av disk (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO-installasjon"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Hvor nsker du installere oppstartslasteren?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub-installasjon"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO med tekstmeny"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO med grafisk meny"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Start fra DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Hovedopsjoner for oppstartslaster"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Oppstartslaster som skal brukes"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installasjon oppstartslaster"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Oppstartsenhet"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (virker ikke p gamle BIOS'er)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakt"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Skjermmodus"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Forsinkelse fr oppstart av standard bilde"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1087 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:710 ../../printerdrake.pm_.c:808
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Passord"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Password (again)"
-msgstr "Passord (igjen)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Begrense kommandolinje-opsjoner"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "begrense"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Tm /tmp ved hver oppstart"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Presiser RAM-strrelse hvis det trengs (funnet %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Sl p multiprofiler"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Oppgi ram-strrelsen i MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Opsjon ``Begrense kommandolinje-opsjoner'' kan ikke brukes uten et passord"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1143
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "Please try again"
-msgstr "Vennligst prv igjen"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "The passwords do not match"
-msgstr "Passordene stemmer ikke overens"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Initmelding"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "pne firmwareforsinkelse"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Kernel Boot Timeout"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Skal det vre mulig boote fra CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Skal det vre mulig boote fra OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Standard operativsystem?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Du har bestemt deg for installere oppstartslasteren p en partisjon.\n"
-"Dette innebrer at du allerede har en oppstartslaster p den disken du "
-"starter fra (eks: System Commander.)\n"
-"\n"
-"Hvilken disk starter du fra?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Her er de forskjellige oppfringene.\n"
-"Du kan legge til flere eller endre de eksisterende."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:741
-#: ../../standalone/drakbackup_.c:850 ../../standalone/drakfont_.c:790
-#: ../../standalone/drakfont_.c:827
-msgid "Add"
-msgstr "Legg til"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Ferdig"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modifiser"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Hvilken inngangstype vil du legge til"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:884
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Andre OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Andre OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Andre OS (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Bilde"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Tilfye"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Les-skriv"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabell"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Usikker"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etikett"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Standard"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrdstrrelse"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Ingen video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Fjern inngang"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Tom etikett er ikke tillatt"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Du m velge ett kjernebilde"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Du m ha en rotpartisjon"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Denne etiketten er allerede i bruk"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Fant %s %s grensesnitt"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Har du enda ett?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Har du noen %s grensesnitt?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "No"
-msgstr "Nei"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Se maskinvareinfo"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installerer driver for %s kort %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Hvilken %s driver skal jeg prve?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"I noen tilfeller trenger %s driveren ha ekstra informasjon for virke\n"
-"ordentlig, selv om den normalt virker fint foruten. nsker du spesifisere "
-"ekstra\n"
-"opsjoner for den eller tillate driveren sondere maskinen din for\n"
-"informasjonen den trenger? Av og til vil sondering stoppe maskinen, men "
-"burde\n"
-"ikke forrsake noen skader."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatisk sondering"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Spesifiser opsjoner"
-
-#: ../../any.pm_.c:725
-#, fuzzy, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Du kan n gi modul %s de opsjoner du fler for.\n"
-"Merk at addresser br gis med 0x prefikset som i '0x123'"
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Du kan n oppgi dens opsjoner for modul %s.\n"
-"Opsjonene er i format ``navn=verdi navn2=verdi2 ...''.\n"
-"F.eks., ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modulopsjoner:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Lasting av modul %s feilet.\n"
-"nsker du prve igjen med andre parametere?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "tilgang til X-programmer"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "tilgang til rpmverkty"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "tilgang til \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "tilgang til administrative filer"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(allerede lagt til %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Dette passordet er for enkelt"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Vennligst oppgi et brukernavn"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Brukernavnet kan kun inneholde sm bokstaver, tall, `-' og `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Denne brukeren er allerede lagt til"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Legg til bruker"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Entre en bruker\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Godta bruker"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Virkelig navn"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:709
-#: ../../printerdrake.pm_.c:807
-msgid "User name"
-msgstr "Brukernavn"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Skall"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autoinnlogging"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Jeg kan sette opp maskinen din til automatisk logge p en bruker ved "
-"oppstart.\n"
-"Vil du bruke denne tjenesten?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Velg standard bruker:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Velg vindushndtereren som skal kjres:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Vennligst velg sprk som skal brukes."
-
-#: ../../any.pm_.c:851
-msgid ""
-"Mandrake Linux can support multiple languages. Select\n"
-"the languages you would like to install. They will be available\n"
-"when your installation is complete and you restart your system."
-msgstr "Du kan velge andre sprk som vil vre tilgjengelige etter installasjon"
-
-#: ../../any.pm_.c:865 ../../install_steps_interactive.pm_.c:689
-#: ../../standalone/drakxtv_.c:78
-msgid "All"
-msgstr "Alle"
-
-#: ../../any.pm_.c:957
-msgid "Allow all users"
-msgstr "Tillat alle brukere"
-
-#: ../../any.pm_.c:957
-msgid "Custom"
-msgstr "Skreddersydd"
-
-#: ../../any.pm_.c:957
-msgid "No sharing"
-msgstr "Ingen deling"
-
-#: ../../any.pm_.c:967 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Pakken %s m installeres. Vil du installere den?"
-
-#: ../../any.pm_.c:970
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr "Du kan eksportere med NFS eller Samba. Hvilken av dem nsker du"
-
-#: ../../any.pm_.c:978 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Obligatorisk pakke %s mangler"
-
-#: ../../any.pm_.c:984
-msgid ""
-"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:998 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:564
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:702 ../../my_gtk.pm_.c:705 ../../my_gtk.pm_.c:1034
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1588
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2279 ../../standalone/drakbackup_.c:2300
-#: ../../standalone/drakbackup_.c:2321 ../../standalone/drakbackup_.c:2339
-#: ../../standalone/drakbackup_.c:2387 ../../standalone/drakbackup_.c:2407
-#: ../../standalone/drakbackup_.c:2426 ../../standalone/drakfloppy_.c:235
-#: ../../standalone/drakfloppy_.c:384 ../../standalone/drakfont_.c:768
-#: ../../standalone/drakgw_.c:598 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:527
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../../any.pm_.c:998
-msgid "Launch userdrake"
-msgstr "Start userdrake"
-
-#: ../../any.pm_.c:1000
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"per-user deling bruker gruppen \"fileshare\". \n"
-"Du kan bruke userdrake til legge til en bruker i denne gruppen."
-
-#: ../../any.pm_.c:1037
-msgid "Welcome To Crackers"
-msgstr "Velkommen til Crackers"
-
-#: ../../any.pm_.c:1038
-msgid "Poor"
-msgstr "Drlig"
-
-#: ../../any.pm_.c:1039 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1040
-msgid "High"
-msgstr "Hy"
-
-#: ../../any.pm_.c:1041
-msgid "Higher"
-msgstr "Hyere"
-
-#: ../../any.pm_.c:1042
-msgid "Paranoid"
-msgstr "Paranoid"
-
-#: ../../any.pm_.c:1045
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Dette nivet br brukes med forsiktighet. Det gjr systemet ditt lettere \n"
-"bruke, men mer utsatt: det m ikke brukes p en maskin koblet til andre\n"
-"eller til Internett. Det er ingen adgang med passord."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Passord er n aktivert, men bruk som nettverksmaskin er fortsatt ikke "
-"anbefalt."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Dette er standard sikkerhet anbefalt for en maskin som vil bli brukt til "
-"tilkobling mot Internett som klient."
-
-#: ../../any.pm_.c:1050
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Det er allerede noen restriksjoner, og flere automatiske kontroller kjres "
-"hver natt."
-
-#: ../../any.pm_.c:1051
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which can "
-"accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Med dette sikkerhetsnivet kan systemet brukes som tjener.\n"
-"Sikkerheten er n hy nok til bruke systemet som en tjener som godtar\n"
-"oppkoblinger fra mange klienter. Merk: Hvis maskinen din kun er en klient p "
-"Internett burde du velge et lavere niv."
-
-#: ../../any.pm_.c:1054
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-msgstr ""
-"Basert p forrige niv, men n er systemet fullstendig stengt.\n"
-"Sikkerhetsfunksjonene er n p maksimum."
-
-#: ../../any.pm_.c:1059
-msgid "Please choose the desired security level."
-msgstr "Velg sikkerhetsniv"
-
-#: ../../any.pm_.c:1062
-msgid "Security level"
-msgstr "Sikkerhetsniv"
-
-#: ../../any.pm_.c:1064
-msgid "Use libsafe for servers"
-msgstr "Bruk libsafe for tjenere"
-
-#: ../../any.pm_.c:1065
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Ett bibliotek som beskytter mot buffer overflow og strengformateringsangrep."
-
-#: ../../any.pm_.c:1067
-msgid "Security user (login or email)"
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:354
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Velkommen til %s, operativsystem-velgeren!\n"
-"\n"
-"Velg et operativsystem fra listen over eller\n"
-"vent %d sekunder for standard oppstart.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:910
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Velkommen til GRUB, operativsystem-velgeren!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:913
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Bruk %c og %c tastene for velge hvilken inngang som er markert."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:916
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Trykk enter for starte opp valgt OS, 'e' for redigere"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:919
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "kommandoer for oppstart, eller 'c' for en kommandolinje."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:922
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Den markerte inngangen vil bli startet automatisk om %d sekunder."
-
-#: ../../bootloader.pm_.c:926
-msgid "not enough room in /boot"
-msgstr "ikke nok plass i /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1026
-msgid "Desktop"
-msgstr "Skrivebord"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1028
-msgid "Start Menu"
-msgstr "Startmeny"
-
-#: ../../bootloader.pm_.c:1047
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Du kan ikke installere oppstartslasteren p en %s partisjon\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "ingen hjelp implementert enn.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Oppstartsstilkonfigurasjon"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Fil"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Fil/_Avslutt"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Categorizing Monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradisjonell monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradisjonell Gtk+ monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Start Aurora ved oppstart"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modus"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot modus"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Du bruker for yeblikket %s som oppstartshndterer.\n"
-"Klikk p Konfigurer for starte oppsett-hjelperen."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1457
-#: ../../standalone/drakbackup_.c:1468 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurer"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Systemmodus"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the graphical environment when your system starts"
-msgstr "Start W-Windowsystemet ved oppstart"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nei, jeg vil ikke ha autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja, jeg vil ha autologin med denne (bruker; skrivebord)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2431 ../../standalone/drakbackup_.c:3335
-#: ../../standalone/drakfloppy_.c:377 ../../standalone/drakfont_.c:537
-#: ../../standalone/drakfont_.c:658 ../../standalone/drakfont_.c:721
-#: ../../standalone/drakfont_.c:766 ../../standalone/draknet_.c:109
-#: ../../standalone/draknet_.c:141 ../../standalone/draknet_.c:297
-#: ../../standalone/draknet_.c:436 ../../standalone/draknet_.c:522
-#: ../../standalone/draknet_.c:565 ../../standalone/draknet_.c:666
-#: ../../standalone/logdrake_.c:520
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "kan ikke pne /etc/inittab for lesing: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutter"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minutt"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekunder"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Jeg kan ikke ta skjembilder fr partisjonering."
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Skjermbilder vil vre tilgjengelig etter installasjon i %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../network/tools.pm_.c:113
-msgid "France"
-msgstr "Frankrike"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27 ../../network/tools.pm_.c:116
-msgid "Belgium"
-msgstr "Belgia"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Tjekkia"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Germany"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Hellas"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norge"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Sverige"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34 ../../network/tools.pm_.c:114
-msgid "Netherlands"
-msgstr "Netherlands"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../network/tools.pm_.c:115
-#: ../../standalone/drakxtv_.c:74
-msgid "Italy"
-msgstr "Italia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "sterrike"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67 ../../network/tools.pm_.c:117
-msgid "United States"
-msgstr "USA"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Vennligst ta sikkerhetskopi av din data frst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:899
-#: ../../diskdrake/interactive.pm_.c:908 ../../diskdrake/interactive.pm_.c:962
-msgid "Read carefully!"
-msgstr "Les nye!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Hvis du skal bruke aboot, vre nye med la det vre ledig plass (2048 "
-"sektorer er nok)\n"
-"ved begynnelsen av disken"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Feil"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Wizard"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Velg handling"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Du har en stor FAT partisjon\n"
-"(vanligvis brukt av Microsoft Dos/Windows).\n"
-"Jeg forslr at du frst endrer strrelsen p denne partisjonen\n"
-"(klikk p den, klikk s p \"Endre strrelse\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Vennligst klikk p en partisjon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaljer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journal filsystem"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Veksel"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1058
-msgid "Empty"
-msgstr "Tom"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:933
-msgid "Other"
-msgstr "Andre"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Filsystemtyper:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Opprett"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Type"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Bruk ``%s'' istedet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Slett"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Bruk ``Demonter'' frst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Etter endring av type p partisjon %s, vil alle data p denne partisjonen g "
-"tapt"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Velg en partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Velg en annen partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Avslutt"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Skift til ekspertmodus"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Skift til normalmodus"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Angre"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Fortsette likevel?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Avslutt uten lagre"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Avslutt uten skrive partisjonstabellen?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "nsker du lagre modifiseringen av /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automatisk allokering"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Fjern alle"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Harddisk informasjon"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Alle primre partisjoner er i bruk"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Jeg kan ikke legge til flere partisjoner"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"For ha flere partisjoner vennligst slett en for kunne opprette en "
-"utvidet partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Lagre partisjonstabeller"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Redde partisjonstabell"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Ndpartisjonstabell"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Last partisjonstabell p nytt"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Fjernbart media automontering"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Velg fil"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Kopien av partisjonstabellen har ikke samme strrelse\n"
-"Fortsette for det?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Advarsel"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Sett inn en diskett i stasjonen\n"
-"Alle data p denne disketten vil g tapt"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Prver redde partisjonstabell"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detaljert informasjon"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:535
-#: ../../diskdrake/interactive.pm_.c:562 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Monteringspunkt"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Valg"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:629
-msgid "Resize"
-msgstr "Endre strrelse"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:682
-msgid "Move"
-msgstr "Flytt"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formater"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Monter"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Legg til RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Legg til LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Demonter"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Fjern fra RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Fjern fra LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modifiser RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Bruk for loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Opprette en ny partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Start sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:781
-msgid "Size in MB: "
-msgstr "Strrelse i MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:782
-msgid "Filesystem type: "
-msgstr "Filsystemtype: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1042
-#: ../../diskdrake/interactive.pm_.c:1116
-msgid "Mount point: "
-msgstr "Monteringspunkt: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Valg: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Fjern loopbackfilen?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Endre partisjonstype"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Hvilket filsystem nsker du?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Bytter fra ext2 til ext3"
-
-#: ../../diskdrake/interactive.pm_.c:533
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Hvor vil du montere loopback-filen %s?"
-
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/interactive.pm_.c:561
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Hvor vil du montere %s enheten?"
-
-#: ../../diskdrake/interactive.pm_.c:540
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Kan ikke fjerne monteringspunkt da denne partisjonen blir brukt til\n"
-"loopback. Fjern loopback frst"
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid "Computing FAT filesystem bounds"
-msgstr "Beregner fat filsystemgrense"
-
-#: ../../diskdrake/interactive.pm_.c:585 ../../diskdrake/interactive.pm_.c:644
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Endrer strrelse"
-
-#: ../../diskdrake/interactive.pm_.c:617
-msgid "This partition is not resizeable"
-msgstr "Denne partisjonen kan ikke strrelsen forandres p"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "All data on this partition should be backed-up"
-msgstr "Alle data p denne partisjonen burde sikkerhetskopieres"
-
-#: ../../diskdrake/interactive.pm_.c:624
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Etter endring av strrelse for partisjon %s, vil alle data p denne\n"
-"partisjonen vil g tapt"
-
-#: ../../diskdrake/interactive.pm_.c:629
-msgid "Choose the new size"
-msgstr "Velg den nye strrelsen"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "New size in MB: "
-msgstr "Ny strrelse i MB: "
-
-#: ../../diskdrake/interactive.pm_.c:683
-msgid "Which disk do you want to move it to?"
-msgstr "Hvilken disk vil du flytte til?"
-
-#: ../../diskdrake/interactive.pm_.c:684
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:685
-msgid "Which sector do you want to move it to?"
-msgstr "Hvilken sektor vil du flytte til?"
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving"
-msgstr "Flytter"
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving partition..."
-msgstr "Flytter partisjon..."
-
-#: ../../diskdrake/interactive.pm_.c:705
-msgid "Choose an existing RAID to add to"
-msgstr "Velg en eksisterende RAID for legge til"
-
-#: ../../diskdrake/interactive.pm_.c:706 ../../diskdrake/interactive.pm_.c:724
-msgid "new"
-msgstr "ny"
-
-#: ../../diskdrake/interactive.pm_.c:722
-msgid "Choose an existing LVM to add to"
-msgstr "Velg en eksisterende LVM for legge til"
-
-#: ../../diskdrake/interactive.pm_.c:727
-msgid "LVM name?"
-msgstr "LVM navn?"
-
-#: ../../diskdrake/interactive.pm_.c:767
-msgid "This partition can't be used for loopback"
-msgstr "Denne partisjonen kan ikke brukes for loopback"
-
-#: ../../diskdrake/interactive.pm_.c:779
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "Loopback file name: "
-msgstr "Loopback filnavn: "
-
-#: ../../diskdrake/interactive.pm_.c:785
-msgid "Give a file name"
-msgstr "Gi ett filnavn"
-
-#: ../../diskdrake/interactive.pm_.c:788
-msgid "File already used by another loopback, choose another one"
-msgstr "Filen blir allerede brukt av en annen loopback, velg en annen"
-
-#: ../../diskdrake/interactive.pm_.c:789
-msgid "File already exists. Use it?"
-msgstr "Filen eksisterer allerede. Bruke denne?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "Mount options"
-msgstr "Monteringsvalg:"
-
-#: ../../diskdrake/interactive.pm_.c:819
-msgid "Various"
-msgstr "Diverse"
-
-#: ../../diskdrake/interactive.pm_.c:882 ../../standalone/drakfloppy_.c:104
-msgid "device"
-msgstr "enhet"
-
-#: ../../diskdrake/interactive.pm_.c:883
-msgid "level"
-msgstr "niv"
-
-#: ../../diskdrake/interactive.pm_.c:884
-msgid "chunk size"
-msgstr "skivestrrelse"
-
-#: ../../diskdrake/interactive.pm_.c:899
-msgid "Be careful: this operation is dangerous."
-msgstr "Vr forsiktig: denne operasjonen er farlig."
-
-#: ../../diskdrake/interactive.pm_.c:914
-msgid "What type of partitioning?"
-msgstr "Hva slags type partisjonering?"
-
-#: ../../diskdrake/interactive.pm_.c:932
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Beklager, jeg vil ikke tillate oppretting av /boot s lange inne p disken "
-"(p en sylinder > 1024).\n"
-"Enten bruker du LILO og denne ikke virker, eller du bruker ikke LILO og du "
-"trenger ikke /boot"
-
-#: ../../diskdrake/interactive.pm_.c:936
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Partisjonen du valgte legge til som root (/) er lokalisert fysisk "
-"bortenfor\n"
-"den 1024'de sylinderen p hard-disken, og du har ingen /boot partisjon.\n"
-"Hvis du skal bruke oppstartshndtereren LILO, vr nye med legge til en\n"
-"/boot partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:942
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Du har valgt en programvare RAID partisjon som root (/).\n"
-"Ingen oppstartslaster kan hndtere dette uten en /boot partisjon.\n"
-"S vr nye med legge til en /boot partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:962
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Partisjonstabellen p disk %s blir n skrevet til disk!"
-
-#: ../../diskdrake/interactive.pm_.c:966
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Du m starte maskinen p nytt for at modifiseringene skal tre i kraft"
-
-#: ../../diskdrake/interactive.pm_.c:977
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Etter formatering av partisjon %s vil alle data p denne partisjonen\n"
-"g tapt"
-
-#: ../../diskdrake/interactive.pm_.c:979
-msgid "Formatting"
-msgstr "Formatering"
-
-#: ../../diskdrake/interactive.pm_.c:980
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formaterer loopback-fil %s"
-
-#: ../../diskdrake/interactive.pm_.c:981
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formaterer partisjon %s"
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid "Hide files"
-msgstr "Gjem filer"
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid "Move files to the new partition"
-msgstr "Flytt filer til en ny partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:993
-#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-"Katalogen %s inneholder allerede noe data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-msgid "Moving files to the new partition"
-msgstr "Flytt filer til en ny partisjon"
-
-#: ../../diskdrake/interactive.pm_.c:1008
-#, c-format
-msgid "Copying %s"
-msgstr "Kopierer %s"
-
-#: ../../diskdrake/interactive.pm_.c:1012
-#, c-format
-msgid "Removing %s"
-msgstr "Fjerner %s"
-
-#: ../../diskdrake/interactive.pm_.c:1022
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partisjon %s er n kjent som %s"
-
-#: ../../diskdrake/interactive.pm_.c:1043
-#: ../../diskdrake/interactive.pm_.c:1102
-msgid "Device: "
-msgstr "Enhet: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS diskbokstav: %s (bare en gjetning)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1056
-#: ../../diskdrake/interactive.pm_.c:1120
-msgid "Type: "
-msgstr "Type: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Name: "
-msgstr "Navn: "
-
-#: ../../diskdrake/interactive.pm_.c:1060
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "Size: %s"
-msgstr "Strrelse: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorer"
-
-#: ../../diskdrake/interactive.pm_.c:1065
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Sylinder %d til %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-msgid "Formatted\n"
-msgstr "Formatert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-msgid "Not formatted\n"
-msgstr "Ikke formatert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-msgid "Mounted\n"
-msgstr "Montert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1069
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1071
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback-fil(er): \n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1072
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partisjon startet opp som standard\n"
-" (for MS-DOS oppstart, ikke for lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1074
-#, c-format
-msgid "Level %s\n"
-msgstr "Niv %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1075
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Skivestrrelse %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-disker %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1078
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback filnavn: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1081
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Det er store sjanser for at\n"
-"denne partisjonen er en\n"
-"driverpartisjon, du br nok\n"
-"la den vre i fred.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1084
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Denne spesielle Bootstrap-\n"
-"partisjonen er for \n"
-"dual-boote ditt system.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#, c-format
-msgid "Size: %s\n"
-msgstr "Strrelse: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1104
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometri: %s sylindere, %s hoder, %s sektorer\n"
-
-#: ../../diskdrake/interactive.pm_.c:1105
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1106
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-disker %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1107
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Type partisjonstabell: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "p buss %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1122
-#, c-format
-msgid "Options: %s"
-msgstr "Valg: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Filesystem encryption key"
-msgstr "Filsystemkrypteringsnkkel"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Choose your filesystem encryption key"
-msgstr "Velg din filsystemkrypteringsnkkel"
-
-#: ../../diskdrake/interactive.pm_.c:1142
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Denne krypteringsnkkelen er for enkel (m vre minst %d tegn lang)"
-
-#: ../../diskdrake/interactive.pm_.c:1143
-msgid "The encryption keys do not match"
-msgstr "Krypteringsnkkelene stemmer ikke overens"
-
-#: ../../diskdrake/interactive.pm_.c:1146
-msgid "Encryption key"
-msgstr "Krypteringsnkkel"
-
-#: ../../diskdrake/interactive.pm_.c:1147
-msgid "Encryption key (again)"
-msgstr "Krypteringsnkkel (igjen)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Endre type"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr "Vennligst klikk p ett media"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Sk tjenere"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatering av %s mislykket"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Jeg vet ikke hvordan formatere %s i type %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "montere partisjon %s i katalog %s gikk ikke"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck avsluttet med feilkode %d eller signal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "feil ved demontering av %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "enkel"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "med /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Du kan ikke bruke JFS for partisjoner mindre enn 16 MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Du kan ikke bruke ReiserFS for partisjoner mindre enn 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Monteringspunkter m begynne med /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Det finnes allerede en partisjon med monteringspunkt %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Du kan ikke bruke LVM logisk volum som monteringspunkt %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Denne katalogen br forbli i root filsystemet"
-
-#: ../../fsedit.pm_.c:486
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Du trenger et virkelig filsystem (ext2, reiserfs) for dette "
-"monteringspunktet\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Du kan ikke bruke ett kryptert filsystem som monteringspunkt %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Ikke nok plass for auto-allokering"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Ikkenoe gjre"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Feil ved pning av %s for skriving: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"En feil har oppsttt - ingen gyldige enheter ble funnet for opprette nye "
-"filsystemer. Vennligst sjekk maskinvaren din for rsaken til dette problemet"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Du har ingen partisjoner!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux er ett multibrukersystem, og dette betyr at hver bruker kan ha "
-"sine\n"
-"instillinger, sine egne filer osv. Du kan lese brukerguiden for f vite "
-"mer.\n"
-"Men i motsetning til root, som er administratoren, s vil brukerene du "
-"legger til\n"
-"her ikke ha rett til forandre noe annet enn deres egne filer "
-"ogkonfigurasjon.\n"
-"Du m lage minst en bruker for deg selv.\n"
-"Denne kontoen br du bruke for all rutinebruk. Selv om det er praktisk "
-"logge\n"
-"inn som root hver dag, kan deg ogs vre veldig farlig! Den minste feil "
-"kunne\n"
-"bety at systemet ditt ikke lenger virker. Hvis du gjr en stor feil som en "
-"vanlig\n"
-"bruker vil du kunne miste noe informasjon, men ikke hele systemet.\n"
-"\n"
-"Frst m du skrive inn ditt virkelige navn. Dette er ikke ndvendig, da du "
-"kan\n"
-"skrive inn hva du vil. drakX vil ta det frste ordet du legger inn og "
-"foresl det som\n"
-"brukernavn. Dette er det brukernavnet den brukeren vil bruke for logge seg "
-"p\n"
-"systemet. Du kan forandre det. Du m legge inn ett passord her. En "
-"ikkepriviligert\n"
-"brukers passord er ikke s viktig som root sitt sett i fra "
-"systemsikkerhetens side,\n"
-"men det er ingen grunn til ignorere det av den grunn, det er dine filer som "
-"er i \n"
-"faresonen.\n"
-"\n"
-"Hvis du klikker p aksepter bruker kan du da legge til s mange brukere som "
-"du\n"
-"vil. Nr du har lagt til alle de brukerene du nsker, klikk p ferdig.\n"
-"\n"
-"Ved klikke p avansert kan du forandre hvilket shell brukeren har som "
-"standard.\n"
-"(Det vanlige er bash)"
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Ovenfor nevnes de eksisterende Linux partisjonene oppdaget p\n"
-"harddisken din. Du kan beholde valg som er gjort av hjelperen, de er gode "
-"for vanlig\n"
-"bruk. Du kan endre disse valgene, du m i hvertfall definere en root\n"
-"partisjon (\"/\"). Ikke velg for liten partisjon ellers vil du ikke kunne\n"
-"installere nok programvare. Hvis du nsker lagre dine data p en separat "
-"partisjon\n"
-"m du ogs velge en \"/home\" (bare mulig hvis du har mer enn en\n"
-"Linux partisjon tilgjengelig).\n"
-"\n"
-"\n"
-"For informasjon, hver partisjon er listet som flger: \"Navn\", \"Kapasitet"
-"\".\n"
-"\n"
-"\n"
-"\"Navn\" er kodet som flger: \"harddisk type\", \"harddisk nummer\",\n"
-"\"partisjon nummer\" (f.eks., \"hda1\").\n"
-"\n"
-"\n"
-"\"Harddisk type\" er \"hd\" hvis harddisken din er en IDE harddisk og \"sd"
-"\"\n"
-"hvis den er en SCSI harddisk.\n"
-"\n"
-"\n"
-"\"Hard drive nummer\" er alltid en bokstav etter \"hd\" eller \"sd\". Med "
-"IDE harddisker:\n"
-"\n"
-" * \"a\" betyr \"master harddisk p primr IDE kontroller\",\n"
-"\n"
-" * \"b\" betyr \"slave harddisk p primr IDE kontroller\",\n"
-"\n"
-" * \"c\" betyr \"master harddisk p sekundr IDE kontroller\",\n"
-"\n"
-" * \"d\" betyr \"slave harddisk p sekundr IDE kontroller\".\n"
-"\n"
-"\n"
-"Med SCSI harddisker, en \"a\" betyr \"primr harddisk\", en \"b\" betyr "
-"\"sekundr harddisk\", etc..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux installasjonen er spredd ut over flere CDROMer. DrakX \n"
-"vet om en pakke er p en annen CDROM og vil spytte ut den vvrende\n"
-"CD og be deg sette i en annen en ved behov."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Det er n p tide spesifisere hvilke programmer du nsker installere p\n"
-"systemet ditt. Det er tusenvis av pakker tilgjengelig for Mandrake Linux, og "
-"det er ikke meningen at du skal kunne navnet p samtlige.\n"
-"\n"
-"Hvis du utfrer en standard installasjon fra CDROM, vil du frst bli bedt "
-"om\n"
-" spesifisere de CDene du har for yeblikket (kun i ekspertmodus). Sjekk "
-"CDene\n"
-"og velg de bokser som tilsvarer de CDer som du har klare for installasjon.\n"
-"Klikk \"OK\" nr du er klar til fortsette.\n"
-"\n"
-"Pakkene er delt inn i grupper som korresponderer til typisk bruk av din "
-"maskin\n"
-"Gruppene er igjen delt inn i fire seksjoner:\n"
-"\n"
-" *\"Arbeidsstasjon\": hvis du planlagger bruke din maskin som "
-"arbeidsstasjon, velg\n"
-"en eller flere av de tilhrende grupper.\n"
-"\n"
-" * \"Utvikling\": hvis maskinen skal brukes til programmering, velg nskede "
-"grupper.\n"
-"\n"
-" * \"Server\": Hvis maskinen skal brukes som server, vil du kunne velge\n"
-"hvilke av de mest vanlige tjenester som du nsker installert p\n"
-"maskinen.\n"
-"\n"
-" * \"Grafisk milj\": til slutt, det er her du kan velge ditt nskede\n"
-"grafiske milj. Du m velge minst ett hvis du nsker ha en grafisk\n"
-"arbeidsstasjon!\n"
-"\n"
-"Ved flytte musepekeren over et gruppenavn vil en kort forklarende tekst\n"
-"dukke opp over den gruppen. Hvis du nsker ikke velge noen grupper under\n"
-"installasjon (og du ikke oppgraderer), s vil en dialog sprre deg om hva\n"
-"slags minimal installasjon du nsker:\n"
-"\n"
-"* \"Med X\" For en minste installasjon med X-tjener inkludert;\n"
-"\n"
-" * \"With basic documentation\" Installerer basesystemet pluss standard\n"
-"verkty og dokumentasjon for disse. Denne installasjonen passer til sette\n"
-"opp en server.\n"
-"\n"
-" * \"Truly minimal install\" vil installere minimum som er ndvendig for \n"
-"Linux systemet opp og g, kun kommandolinje. Denne installasjonen er p\n"
-"rundt 65Mb.\n"
-"\n"
-"Du kan merke av \"Individual package selection\" boksen, som er nyttig\n"
-"hvis du kjenner til pakkene som blir tilbydt eller hvis du nsker ha\n"
-"total kontroll over hva som vil bli installert.\n"
-"\n"
-"Hvis du startet installasjonen i \"Upgrade\" modus, kan du velge vekk alle\n"
-"grupper for unng installere noen nye pakker. Dette er nyttig for\n"
-"reparasjon eller oppdatering av et eksisterende system."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Til slutt, avhengig av ditt valg av om du vil velge enkeltpakker eller\n"
-"ikke, s vil du f se ett tre som inneholder alle pakkene sortert p "
-"grupper\n"
-"og undergrupper. Nr du surfer gjennom treet, kan du velge grupper, \n"
-"undergrupper eller individuelle pakker.\n"
-"\n"
-"Nr du velger en pakke i treet, vil en beskrivelse dukke opp til hyre. \n"
-"Nr du er ferdig med velge, klikk \"Installer\" knappen som da vil starte\n"
-"installasjonsprosessen. Avhengig av hastigheten p din maskin, og antall\n"
-"pakker som skal installeres, kan det ta en stund gjre ferdig "
-"installasjonen.\n"
-"Ett estimat p hvor lang tid det vil ta vises p skjermen for hjelpe deg "
-"\n"
-"avgjre om du har tid til en kopp kaffe.\n"
-"\n"
-"!! Hvis en tjenerpakke har blitt valgt, vil du bli bedt om bekrefte at du "
-"nsker\n"
-" installere denne. Under Mandrake Linux vil alle installerte tjenere bli \n"
-"startet ved oppstart. Selv om de er sikre og ikke har noen kjente "
-"sikkerhetshull\n"
-"nr denne distribusjonen ble sluppet, s kan det vre at sikkerhetshull "
-"ble \n"
-"oppdaget etter at denne versjonen av Mandrake Linux ble sluppet. Hvis du\n"
-"ikke vet hva en type tjene gjr, eller hvorfor den blir installert, klikk "
-"\"Nei\".\n"
-"\"Ja\" vil installere tjeneren(e) og de(n) vil bli started automatisk som "
-"standard.\n"
-"\n"
-"\"Automatiske avhengigheter\" valget bare fjerner advarselsdialogboksen som\n"
-"kommer nr installasjonsprogrammet automatisk velger en pakke. Dette skjer "
-"fordi\n"
-"den har funnet ut at den m tilfredsstille en avhengighet med en annen pakke "
-"for\n"
-" fullstendig gjennomfre installasjonen.\n"
-"\n"
-"Det lille diskettikonet p bunnen av listen lar deg laste pakkelisten som du "
-"valgte\n"
-"under en tidligere installasjon. Nr du klikker p dette ikonet vil du bli "
-"bedt om \n"
-"sette inn disketten som ble laget under avslutningen av en annen "
-"installasjon. Se\n"
-"det andre tipset for det siste skrittet for hvordan lage en slik diskett."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Fr du gr videre br du lese lisensen nye.\n"
-"Den dekker hele Mandrake Linux distribusjonen og hvis du ikke er enig\n"
-"med alt den sier, klikk p \"Jeg nekter\" knappensom yeblikkelig\n"
-"avslutter installasjonen. For fortsette installasjonen, klikk p\n"
-"\"Jeg aksepterer\" knappen."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"P dette punktet er det tid for velge sikkerhetsnivet som passer for\n"
-"maskinen. Som en tommelfingerregel, jo mere utsatt maskinen er, og jo mere\n"
-"viktig data som er lagret der, jo hyere br sikkerhetsnivet vre.\n"
-"Men, et hyere sikkerhetsniv gr gjerne p beskostning av "
-"brukvennligheten.\n"
-"Se i MSEC kapittelet i ``Reference Manual'' for f mer informasjon om\n"
-"disse nivene.\n"
-"\n"
-"Hvis du ikke vet hva du skal velge, behold standard valg."
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"P dette punktet m du velge hvilken\n"
-"partisjon(er) som skal brukes til installere ditt nye Mandrake Linux "
-"system. Hvis partisjoner\n"
-"allerede har blitt definert (fra en tidligere installasjon av GNU/Linux "
-"eller fra\n"
-"et annet partisjoneringsverkty), kan du bruke eksisterende partisjoner. I "
-"andre tilfeller\n"
-"m harddiskpartisjoner defineres.\n"
-"\n"
-"\n"
-"For opprette partisjoner m du frst velge en harddisk. Du kan velge disk\n"
-"for partisjonering ved klikke p \"hda\" for den frste IDE disken, \"hdb"
-"\" for\n"
-"den andre eller \"sda\" for den frste SCSI disken osv.\n"
-"\n"
-"\n"
-"For partisjonere den valgte harddisken kan du bruke disse valgene:\n"
-"\n"
-" * Fjern alle: dette valget sletter alle partisjoner tilgjengelig p den "
-"valgte harddisken.\n"
-"\n"
-"\n"
-" * Auto allokering:: dette valget lar deg automatisk opprette Ext2 og "
-"veksel partisjoner p den ledige plassen p\n"
-" harddisken din.\n"
-"\n"
-"\n"
-" * Redd partisjonstabell: hvis partisjonstabellen din er skadet kan du "
-"forske redde den ved bruke dette valget. Vr\n"
-" forsiktig og husk at det kan g galt.\n"
-"\n"
-"\n"
-" * Angre: du kan bruke dette valget til kanselere endringene dine.\n"
-"\n"
-"\n"
-" * Last igjen: du kan bruke dette valget hvis du angrer alle endringer og "
-"vil laste partisjonstabellen du begynte med\n"
-"\n"
-"\n"
-" * Veiviser: Hvis du nsker bruke en hjelper til partisjonere "
-"harddisken din kan du bruke dette valget. Anbefales hvis\n"
-" du ikke har god kunnskap om partisjonering.\n"
-"\n"
-"\n"
-" * Gjenopprett fra diskett: hvis du har lagret partisjonstabellen din p "
-"en diskett under en tidligere installasjon kan du\n"
-" gjenopprette denne ved bruke dette valget.\n"
-"\n"
-"\n"
-" * Lagre p diskett: hvis du nsker lagre partisjonstabellen din p en "
-"diskett for kunne gjenopprette denne kan du bruke dette\n"
-" valget. Det anbefales p det sterkeste bruke dette valget.\n"
-"\n"
-"\n"
-" * Ferdig: nr du er ferdig med partisjonere harddisken din bruk dette "
-"valget til lagre endringene dine.\n"
-"\n"
-"\n"
-"For informasjon kan du n valgene ved bruke tastaturet: naviger gjennom "
-"partisjonene ved bruke Tab og Up/Down pilene.\n"
-"\n"
-"\n"
-"Nr en partisjon er valgt kan du bruke:\n"
-"\n"
-" * Ctrl-c til opprette en ny partisjon (nr en tom partisjon er "
-"valgt)\n"
-"\n"
-" * Ctrl-d til slette en partisjon\n"
-"\n"
-" * Ctrl-m til sette monteringspunktet\n"
-".............\n"
-"\n"
-".............\n"
-"Hvis du installerer p en PPV maskin, s vil du nok lage en liten "
-"HFS'bootstrap-partisjon' p minst en megabyte for bruk\n"
-"av yaboot oppstartslasteren. Hvis du nsker lage partisjonen litt strre, "
-"laoss si 50 MB, s kan du kanskje lagre en ekstra kjene og ramdiskbilde for "
-"ndsituasjoner."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Mer enn en Microsoft Windows partisjon har blitt\n"
-"oppdaget p harddisken din. Vennligst velg den du nsker endre strrelsen "
-"p for \n"
-"installere ditt nye Mandrake Linux operativsystem.\n"
-"\n"
-"\n"
-"For informasjon, hver partisjon er listet som flger: \"Linux navn\", "
-"\"Windows\n"
-"navn\" \"Kapasitet\".\n"
-"\n"
-"\"Linux navn\" er kodet som flger: \"harddisk type\", \"harddisk nummer\",\n"
-"\"partisjon nummer\" (f.eks., \"hda1\").\n"
-"\n"
-"\n"
-"\"Harddisk type\" er \"hd\" hvis harddisken din er en IDE harddisk og \"sd"
-"\"\n"
-"hvis den er en SCSI harddisk.\n"
-"\n"
-"\n"
-"\"Hard drive nummer\" er alltid en bokstav etter \"hd\" eller \"sd\". Med "
-"IDE harddisker:\n"
-"\n"
-" * \"a\" betyr \"master harddisk p primr IDE kontroller\",\n"
-"\n"
-" * \"b\" betyr \"slave harddisk p primr IDE kontroller\",\n"
-"\n"
-" * \"c\" betyr \"master harddisk p sekundr IDE kontroller\",\n"
-"\n"
-" * \"d\" betyr \"slave harddisk p sekundr IDE kontroller\".\n"
-"\n"
-"Med SCSI harddisker, en \"a\" betyr \"primr harddisk\", en \"b\" betyr "
-"\"sekundr harddisk\", etc.\n"
-"\n"
-"\"Windows navn\" er bokstaven p harddisken din under Windows (den frste "
-"disken\n"
-"eller partisjonen er kalt \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Vr tlmodig. Denne operasjonen kan ta flere minutter."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vennligst velg den riktige porten. F.eks., \"COM1\" porten under\n"
-"Windows blir kalt \"ttyS0\" i GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) og Grub er oppstartslastere: de kan starte opp enten\n"
-"GNU/Linux eller et annet operativsystem som du har p datamaskinen din.\n"
-"Normalt blir de andre operativsystemene korrekt oppdaget og installert.\n"
-"Hvis dette ikke er tilfelle, kan du legge til disse for hnd i dette\n"
-"bildet. Vr nye med velge de korrekte parameterene.\n"
-"\n"
-"Hvis du ikke nsker gi tilgang til de andre operativsystemene til\n"
-"andre kan du fjerne linjene for disse. Men i s tilfelle trenger du\n"
-"en oppstartsdiskett for starte disse!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Du m indikere hvor du nsker \n"
-"plassere informasjonen som behves for oppstart av GNU/Linux.\n"
-"\n"
-"Med mindre du vet akkurat hva du gjr, velg \"Frste sektor av\n"
-"disken (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Du kan legge til flere valg for yaboot, enten for andre operativsystemer\n"
-"andre kjerner, eller for ett ndbootspeil.\n"
-"\n"
-"For andre OS bestr inngangen bare av et navn og rotpartisjonen\n"
-"\n"
-"For Linux er det et par mulige valg:\n"
-"\n"
-" * Label: Dette er navnet du vil skrive ved yaboot klartegnet for velge\n"
-"dette oppstartsvalget.\n"
-"\n"
-" * Image: Dette er navnet p kjernen for oppstart. Typisk vmlinux\n"
-"eller en variasjon av vmlinux med en utvidelse.\n"
-"\n"
-" * Root: \"root\" enheten eller \"/\" for Linux installasjonen din.\n"
-"\n"
-" * Append: P Apple maskinvare er kjerneopsjonen append ofte brukt til\n"
-" assistere i initialisering av video maskinvare, eller til sl p "
-"tastatur\n"
-"museknapp emulering for de ofte manglende andre og tredje museknappene p "
-"en\n"
-"Apple mus. Her er noen eksempler:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: Dette valget kan brukes enten til laste initiale moduler, fr\n"
-"oppstartsenheten er tilgengelig, eller til laste et ramdisk-bilde for en\n"
-"ndoppstart situasjon.\n"
-"\n"
-" * Initrd-size: Standard ramdisk strrelse er vanligvis 4,096 bytes. Hvis "
-"du\n"
-"trenger allokere en stor ramdisk, kan dette valget brukes.\n"
-"\n"
-" * Read-write: Normalt kommer \"root\" partisjonen opp som read-only for \n"
-"la et filsystem sjekke for systemet system blir \"live\".\n"
-"Her kan du overstyre dette valget.\n"
-"\n"
-" * NoVideo: Skulle Apple video maskinvaren vise seg vre veldig\n"
-"problematisk, kan du velge dette valget for starte i \"novideo\" modus, "
-"med\n"
-"egen framebuffer sttte.\n"
-"\n"
-" * Default: Velger denne inngangen som standard Linux valg, og kan velges\n"
-"ved trykke ENTER ved yaboot klartegnet. Denne inngangen vil ogs bli\n"
-"fremhevet med en \"*\", hvis du trykker [Tab] for se oppstarts-\n"
-"valgene."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot er en oppstartslaster for NewWorld MacIntosh maskinvare. Den kan\n"
-"starte enten GNU/Linux, MacOS eller MacOSX, hvis de er til stede p din\n"
-"datamaskin. Vanligvis vil disse andre operativsystemer bli korrekt oppdaget\n"
-"og installert. Hvis dette ikke skulle vre tilfelle kan du legge til "
-"endringer\n"
-"her. Vr forsiktig nr du velger de korrekte parametre.\n"
-"\n"
-"Yaboots hovedvalg er:\n"
-"\n"
-"\n"
-" * Init beskjed: En enkel melding som vises fr oppstartsprosessen starter.\n"
-"\n"
-" * Oppstartsenhet: Indikerer hvor du nsker plassere informasjonen som "
-"trengs\n"
-"for starte GNU/Linux. Du vil generelt ha satt opp en bootstrap-partisjon\n"
-"tidligere for ta vare p denne informasjonen.\n"
-"\n"
-" * pne firmwareforsinkelse: Ulikt LILO s er det to forsinkelser\n"
-"som er tilgjengelig med yaboot. Den frste forsinkelsen blir mlt i\n"
-"sekunder og du kan ved det punktet velge mellom CD, OF-boot, \n"
-"MacOS eller Linux.\n"
-"\n"
-" * Kjerneboot Timeout: Denne er lik LILO oppstartsforsinkelse.\n"
-"Etter ha valgt Linux, vil du ha 0,1 sekunder fr standard kjerne\n"
-"blir valgt.\n"
-"\n"
-" * Aktiver CD Boot?: Hvis du velger dette valget vil du kunne\n"
-"trykke \"C\" for CD ved det frste oppstartsvalget.\n"
-"\n"
-" * Aktiver OF Boot?: Hvis du velger dette valget vil du kunne\n"
-"trykke\n"
-"\"N\" for Open Firmware ved det frste oppstartsvalget.\n"
-"\n"
-" * Standard OS: Du kan velge hvilket OS som skal lastes nr\n"
-"Open Firmwareforsinkelsen er utlpt."
-
-#: ../../help.pm_.c:862
-#, fuzzy
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may - or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary.\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary.\n"
-"\n"
-" * \"Timezone\": DrakX gjetter tidssonen din ut i fra sprket du\n"
-"har valgt. Men her, ogs for valget av tastatur, er du kanskje ikke\n"
-"i det landet som valgt sprk skulle tilsi.\n"
-"Derfor m du kanskje klikke p \"Timezone\" knappen for konfigurere\n"
-"klokken til tidssonen der du er.\n"
-"\n"
-" * \"Printer\": Klikke p \"No Printer\" knappen vil pne skriver\n"
-"konfigureringshjelperen.\n"
-"\n"
-" * \"Sound card\": Hvis et lydkort blir oppdaget p systemet ditt, blir det\n"
-"vist her. Ingen modifisering mulig under installering.\n"
-"\n"
-" * \"TV card\": Hvis et TV-kort blir oppdaget p systemet ditt, blir det\n"
-"vist her. Ingen modifisering mulig under installering.\n"
-"\n"
-" * \"ISDN card\": Hvis et ISDN-kort blir oppdaget p systemet ditt, blir "
-"det\n"
-"vist her. Du kan klikke p knappen for endre parameterene assosiert\n"
-"til dette."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Velg den harddisken du nsker slette for installere din nye Mandrake\n"
-"Linux partisjon. Vr forsiktig, alle data p denne vil g tapt og vil ikke\n"
-"kunne gjenopprettes!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Klikk p \"OK\" hvis du nsker slette alle data og partisjoner p denne\n"
-"harddisken. Vr forsiktig, etter at du har klikket p \"OK\" vil du ikke\n"
-"kunne gjenopprette data og partisjoner p denne harddisken inkludert "
-"Windows\n"
-"data.\n"
-"\n"
-"Klikk p \"Avbryt\" for avbryte denne operasjonen uten miste data og\n"
-"partisjoner p denne harddisken."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Kan ikke f tilgang til kjernemoduler ihht. kjernen din (fil %s mangler), "
-"dette betyr vanligvis at oppstartsdisketten din ikke er i synk med "
-"installasjonsmediet (vennligst opprett en nyere diskett)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Du m ogs formatere %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"D har valgt flgende tjener(e): %s\n"
-"\n"
-"\n"
-"Disse tjenerene er aktivert som standard. De har ingen kjente sikkerhets-\n"
-"problemer, men noen nye kan bli funnet. I s tilfelle m du oppgradere\n"
-"s snart som mulig.\n"
-"\n"
-"\n"
-"nsker du virkelig installere disse tjenerene?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan ikke bruke broadcast med intet NIS domene"
-
-#: ../../install_any.pm_.c:794
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Sett inn en FAT-formatert diskett i stasjon %s"
-
-#: ../../install_any.pm_.c:798
-msgid "This floppy is not FAT formatted"
-msgstr "Denne disketten er ikke FAT-formatert"
-
-#: ../../install_any.pm_.c:810
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"For bruke dette valget av pakker, start installasjonen med'linux "
-"defcfg=floppy'"
-
-#: ../../install_any.pm_.c:832 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Feil ved lesing av fil %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Noe maskinvare i maskinen din trenger ``riktige'' drivere for virke.\n"
-"Du kan finne noe informasjon om disse her: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Du m ha en root-partisjon.\n"
-"Opprett en partisjon for dette (eller klikk p en eksisterende).\n"
-"Velg s ``Monteringspunkt'' og sett dette til `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Du m ha en vekslingspartisjon"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Du har ingen vekselpartisjon\n"
-"\n"
-"Fortsette likevel?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Du m ha en FAT-parisjonen montert under /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Bruk ledig plass"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Ikke nok plass til allokere en ny partisjon"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Bruk eksisterende partisjon"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Det finnes ingen eksisterende partisjon som kan brukes"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Bruk Windows partisjonen for loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Hvilken partisjon vil du bruke for Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Velg strrelsene"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Root-partisjonsstrrelse i MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Veksel-partisjonsstrrelse i MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Bruk den ledige plassen p Windows partisjonen"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Hvilken partisjonstype nsker du forandre strrelse p?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing Windows partition"
-msgstr "Beregner Windows filsystemgrense"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Strrelsesendreren for FAT greide ikke hndtere din partisjon, \n"
-"flgende feil oppsto: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"Windows-partisjonen din er for fragmentert, vennligst kjr ``defrag'' frst"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ADVARSEL!\n"
-"\n"
-"DrakX vil n endre strrelsen p Windows partisjonen din. Vr\n"
-"forsiktig: denne operasjonen er farlig. Hvis du ikke allerede har\n"
-"gjort det burde du frst kjre scandisk under Windows (og som en\n"
-"opsjon kjre defrag) p denne partisjonen og ta sikkerhetskopi av dine "
-"data.\n"
-"Nr du er sikker, trykk Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for Windows on"
-msgstr "Hvilken strrelse nsker du beholde vinduer p?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partisjon %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Krymping/forstrring av FAT feilet: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Det finnes ingen FAT partisjon forandre strrelsen p eller bruke som "
-"loopback (ikke nok plass igjen)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Slette hele disken"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Fjern Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Du har mer enn en harddisk, hvilken nsker du installere linux p?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "ALLE eksisterende partisjoner og deres data vil vre tapt p disk %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Egendefinert diskpartisjonering"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Bruk fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Du kan n partisjonere %s.\n"
-"Nr du er ferdig ikke glem lagre med `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Du har ikke nok ledig plass p Windows partisjonen din"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Jeg kan ikke finne noe rom for installering"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX partisjonsveiviseren fant flgende lsninger:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partisjonering feilet: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Henter opp nettverket"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Tar ned nettverket"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"En feil oppsto, men jeg vet ikke hvordan jeg skal hndtere dette p en\n"
-"pen mte.\n"
-"Fortsett p eget ansvar."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dupliser monteringspunkt %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Noen viktige pakker ble ikke installert ordentlig.\n"
-"Det er noe galt enten med CD-rom'en eller CD-platen.\n"
-"Sjekk cd-platen p en installert maskin med \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Velkommen til %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ingen diskettstasjon tilgjengelig"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Entrer trinn `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resources. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Systemet ditt har lite ressurser. Du kan muligens oppleve noen problemer\n"
-"ved installering av Mandrake Linux. Hvis dette skjer kan du prve tekst- "
-"installering\n"
-"i stedet. Trykk `F1' ved oppstart av CD-ROM, skriv s `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installeringsklasse"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Vennligst velg en av flgende installasjonsklasser:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Den totale strrelsen for gruppene du har valgt er omtrent %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Hvis du nsker installere mindre enn denne strrelsen,\n"
-"velg den prosentdelen av pakkene som du nsker installere.\n"
-"\n"
-"En lav prosentdel vil installere bare de mest viktige pakkene;\n"
-"en prosentdel p 100%% vil installere alle valgte pakker."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Du har plass p disken din for bare %d%% av disse pakkene.\n"
-"\n"
-"Hvis du nsker installere mindre enn dette,\n"
-"velg den prosentdelen av pakkene som du nsker installere.\n"
-"En lav prosentdel vil installere bare de mest viktige pakkene;\n"
-"en prosentdel p %d%% vil installere s mange pakker som mulig."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Du vil kunne velge disse mere spesifisert i neste trinn."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Prosentdel av pakker installere"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:675
-msgid "Package Group Selection"
-msgstr "Valg pakkegruppe"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:690
-msgid "Individual package selection"
-msgstr "Individuelt pakkevalg"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:615
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Total strrelse: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Drlig pakke"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Navn: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versjon: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Strrelse: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Viktighet: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Du kan ikke velge denne pakken da det ikke er igjen nok plass til "
-"installere denne"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Flgende pakker vil bli installert"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Flgende pakker vil bli fjernet"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Du kan ikke velge/fjerne denne pakken"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Dette er en bestemt pakke, den kan ikke fjernes"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Du kan ikke fjerne denne pakken, den er allerede installert"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Denne pakken m oppgraderes\n"
-"Er du sikker p at du ikke vil velge denne?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Du kan ikke fjerne denne pakken. Den m oppgraderes"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Vis automatisk valgte pakker"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installer"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Lagre p/hente fra diskett"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Oppdaterer pakkevalg"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimal installasjon"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:525
-msgid "Choose the packages you want to install"
-msgstr "Velg pakkene du nsker installere"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:757
-msgid "Installing"
-msgstr "Installerer"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Beregner"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tid som gjenstr "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation..."
-msgstr "Vennligst vent, forbereder installasjon"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakker"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installerer pakke %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Godta"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-msgid "Refuse"
-msgstr "Nekte"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:782
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Bytt CD!\n"
-"\n"
-"Vennligst sett inn CD'en merket \"%s\" i stasjonen og trykk Ok nr du er "
-"ferdig.\n"
-"Hvis du ikke har den trykk Avbryt for unng installasjon fra denne CD'en."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:794
-#: ../../install_steps_interactive.pm_.c:798
-msgid "Go on anyway?"
-msgstr "Fortsette uansett?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:794
-msgid "There was an error ordering packages:"
-msgstr "Det var en feil ved endring av pakkenes rekkeflge:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:798
-msgid "There was an error installing packages:"
-msgstr "Det var en feil ved installering av pakkene:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "En feil oppsto"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "nsker du virkelig forlate installasjonen?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "License agreement"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read this document carefully. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read this document carefully. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1017
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatur"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Vennligst velg tastatur-oppsettet ditt."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Her er den komplette lista over tilgjengelige tastatur"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Hvilken installasjonsklasse nsker du?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installer/Oppdater"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Er dette en installering eller en oppdatering?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Anbefalt"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ekspert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Oppgrader"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Oppgrader kun pakker"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Vennligst velg din musetype."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port mus"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Vennligst velg hvilken serieport musen din koblet til."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulering knapper"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulering 2 knapper"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulering 3 knapper"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurerer PCMCIA kort..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfigurerer IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "No partition available"
-msgstr "ingen tilgjengelige partisjoner"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Skanner partisjoner for finne monteringspunkter"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Velg monteringspunktene"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Jeg kan ikke lese partisjonstabellen din, den er for delagt for meg :(\n"
-"Jeg kan forske blanke ut drlige partisjoner (ALLE DATA vil g tapt!)\n"
-"Den andre lsningen er ikke la DrakX modifisere partisjonstabellen.\n"
-"(feilen er %s)\n"
-"\n"
-"Vil du miste alle partisjonene?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake klarte ikke lese partisjonstabellen korrekt.\n"
-"Fortsett p eget ansvar!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Det er ikke plass for 1 MB bootstrap! Installasjonen vil fortsette, but for "
-"boote systemet ditt, m du lage en bootstrap partisjon i DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ingen rotpartisjon funnet for oppgradering"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rotpartisjon"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Hva er rotpartisjonen (/) p ditt system?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Du m starte maskinen p nytt for at modifiseringene skal tre i kraft"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Velg partisjonene du nsker partisjonere"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Sjekke fo rdrlige clustere?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formaterer partisjoner"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Lager of formaterer fila %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr ""
-"Det er ikke nok SWAP til fullfre installasjonen, vennligst legg til litt "
-"mer"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages..."
-msgstr "Sker etter tilgjengelige pakker"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade..."
-msgstr "Finner pakker som skal oppgraderes"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
-msgstr ""
-"Ditt system har ikke nok plass igjen for installasjon eller oppgradering (%d "
-"> %d)"
-
-#: ../../install_steps_interactive.pm_.c:538
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Vennligst velg lagre eller hente pakkevalg p diskett.\n"
-"Formatet er det samme som for auto_install genererte disketter."
-
-#: ../../install_steps_interactive.pm_.c:541
-msgid "Load from floppy"
-msgstr "Hent fra diskett"
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Loading from floppy"
-msgstr "Henter fra disketten"
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Package selection"
-msgstr "Pakkevalg"
-
-#: ../../install_steps_interactive.pm_.c:548
-msgid "Insert a floppy containing package selection"
-msgstr "Sett inn en diskett med pakkevalget"
-
-#: ../../install_steps_interactive.pm_.c:560
-msgid "Save on floppy"
-msgstr "Lagre p diskett"
-
-#: ../../install_steps_interactive.pm_.c:628
-msgid "Selected size is larger than available space"
-msgstr "Valgt strrelse er strre enn tilgjengelig plass"
-
-#: ../../install_steps_interactive.pm_.c:641
-msgid "Type of install"
-msgstr "Type av installasjon"
-
-#: ../../install_steps_interactive.pm_.c:642
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Du har ikke valgt noen pakkegrupper.\n"
-"Vennligst velg den minimale installasjonen du nsker:"
-
-#: ../../install_steps_interactive.pm_.c:645
-msgid "With X"
-msgstr "Med X"
-
-#: ../../install_steps_interactive.pm_.c:647
-msgid "With basic documentation (recommended!)"
-msgstr "Med grunnleggende dokumentasjon (anbefalt!)"
-
-#: ../../install_steps_interactive.pm_.c:648
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Virkelig minimal installasjon (uten urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:732
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Hvis du har alle CDene i listen nedenfor, klikk Ok.\n"
-"Hvis du ikke har noen av disse CDene, klikk Avbryt.\n"
-"Hvis bare noen av CDene mangler, fjern disse, klikk s Ok."
-
-#: ../../install_steps_interactive.pm_.c:737
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROMen ved navnet \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:757
-msgid "Preparing installation"
-msgstr "Forbereder installasjon"
-
-#: ../../install_steps_interactive.pm_.c:766
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installerer pakke %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:812
-msgid "Post-install configuration"
-msgstr "Konfigurasjon postinstallering"
-
-#: ../../install_steps_interactive.pm_.c:818
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Sett inn en oppstartsdiskett i stasjon %s"
-
-#: ../../install_steps_interactive.pm_.c:824
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Sett inn oppdater moduler disketten i stasjon %s"
-
-#: ../../install_steps_interactive.pm_.c:844
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Du har n mulighet til laste ned programvare for kryptering.\n"
-"\n"
-"ADVARSEL:\n"
-"\n"
-"Pga. forskjellige krav som er tillagt denne programvaren og plagt av "
-"forskjellige\n"
-"myndigheter, br kunde og/eller sluttbruker av denne programvaren forsikre "
-"seg\n"
-"om at lovene i sin/deres jurisdiksjon tillater han/dem laste ned, ha i "
-"besittelse\n"
-"og/eller bruke denne programvaren.\n"
-"\n"
-"I tillegg skal kunde og/eller sluttbruker spesielt vre oppmerksom p ikke "
-"bryte\n"
-"lovene i sin/deres jurisdiksjon. Skulle kunde og/eller sluttbruker ikke\n"
-"respektere bestemmelsene av disse lovene, vil han/de pdra seg alvorlige\n"
-"sanksjoner.\n"
-"\n"
-"Under ingen omstendighet skal Mandrakesoft og eller ikke sine produsenter og/"
-"eller\n"
-"leverandrer bli holdt ansvarlige for srskilte, indirekte eller tilfeldige\n"
-"skader uansett hva som enn skulle (inkludert, men ikke begrenset til tap av "
-"fortjeneste,\n"
-"forretningsavbrudd, tap av kommersiell data og andre pengemessige tap, og "
-"endelige\n"
-"ansvarsforhold og erstatninger som skal betales iflge en rettslig\n"
-"avgjrelse) oppst ut av bruk, besittelse, eller ene og alene nedlastingen\n"
-"av denne programvaren, som kunde og/eller sluttbruker til slutt kan ha\n"
-"tilgang til etter ha sagt seg enig i og undertegnet fremviste avtale.\n"
-"\n"
-"For sprsml angende denne avtalen, vennligst kontakt \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:883
-#, fuzzy
-msgid ""
-"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
-"contain security or bug fixes.\n"
-"\n"
-"To download these packages, you will need to have a working Internet \n"
-"connection.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Du har n muligheten til laste ned pakker som har blitt sluppet\n"
-"etter at distribusjonen ble sluppet.\n"
-"\n"
-"Du kan f sikkerhetsoppdateringer og bugfikser, men du trenger en\n"
-"internettoppkobling for fortsette.\n"
-"\n"
-"nsker du installere oppdateringene?"
-
-#: ../../install_steps_interactive.pm_.c:898
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr ""
-"Kontakter Mandrake Linux web-sted for f en liste over tilgjengelige speil"
-
-#: ../../install_steps_interactive.pm_.c:903
-msgid "Choose a mirror from which to get the packages"
-msgstr "Velg et speil som pakkene kan hentes fra"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Kontakter speilet for f en liste over tilgjengelige pakker"
-
-#: ../../install_steps_interactive.pm_.c:939
-msgid "Which is your timezone?"
-msgstr "Hva er din tidsone?"
-
-#: ../../install_steps_interactive.pm_.c:944
-msgid "Hardware clock set to GMT"
-msgstr "Maskinvareklokken din satt til GMT"
-
-#: ../../install_steps_interactive.pm_.c:945
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatisk tidssynkronisering (ved hjelp av NTP)"
-
-#: ../../install_steps_interactive.pm_.c:952
-msgid "NTP Server"
-msgstr "NTP-tjener"
-
-#: ../../install_steps_interactive.pm_.c:986
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Remote CUPS server"
-msgstr "Fjern-CUPS tjener"
-
-#: ../../install_steps_interactive.pm_.c:987
-msgid "No printer"
-msgstr "Ingen skriver"
-
-#: ../../install_steps_interactive.pm_.c:1004
-msgid "Do you have an ISA sound card?"
-msgstr "Har du et ISA lydkort?"
-
-#: ../../install_steps_interactive.pm_.c:1006
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Kjr \"sndconfig\" etter installasjonen for konfigurere lydkortet ditt"
-
-#: ../../install_steps_interactive.pm_.c:1008
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Lydkort ikke oppdaget. Prv \"harddrake\" etter installasjonen"
-
-#: ../../install_steps_interactive.pm_.c:1013 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Oppsummering"
-
-#: ../../install_steps_interactive.pm_.c:1016
-msgid "Mouse"
-msgstr "Mus"
-
-#: ../../install_steps_interactive.pm_.c:1018
-msgid "Timezone"
-msgstr "Tidssone"
-
-#: ../../install_steps_interactive.pm_.c:1019 ../../printerdrake.pm_.c:2279
-#: ../../printerdrake.pm_.c:2357
-msgid "Printer"
-msgstr "Skriver"
-
-#: ../../install_steps_interactive.pm_.c:1021
-msgid "ISDN card"
-msgstr "ISDN-kort"
-
-#: ../../install_steps_interactive.pm_.c:1024
-#: ../../install_steps_interactive.pm_.c:1026
-msgid "Sound card"
-msgstr "Lydkort"
-
-#: ../../install_steps_interactive.pm_.c:1028
-msgid "TV card"
-msgstr "TV-kort"
-
-#: ../../install_steps_interactive.pm_.c:1066
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1094
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1103
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1068
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "Local files"
-msgstr "Lokale filer"
-
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1078 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Sett root-passord"
-
-#: ../../install_steps_interactive.pm_.c:1079
-msgid "No password"
-msgstr "Intet passord"
-
-#: ../../install_steps_interactive.pm_.c:1084
-#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr "Dette passordet er for enkelt (m vre minst %d tegn langt)"
-
-#: ../../install_steps_interactive.pm_.c:1090 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentifikasjon"
-
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "Authentication LDAP"
-msgstr "Autentisering LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1099
-msgid "LDAP Base dn"
-msgstr "LDAP grunnleggende dn"
-
-#: ../../install_steps_interactive.pm_.c:1100
-msgid "LDAP Server"
-msgstr "LDAP-tjener"
-
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication NIS"
-msgstr "Autentisering NIS"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "NIS Domain"
-msgstr "NIS-domene"
-
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "NIS Server"
-msgstr "NIS-tjener"
-
-#: ../../install_steps_interactive.pm_.c:1143
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"En egendefinert oppstartsdiskett er en mte starte Linux-systemet p uten\n"
-" vre avhengig av den vanlige oppstartslasteren. Dette er nyttig hvis du "
-"ikke nsker\n"
-" installere SILO p systemet ditt, eller et annet operativsystem fjerner "
-"SILO,\n"
-"eller at SILO ikke virker med din maskinvarekonfigurasjon. En egendefinert "
-"oppstartsdiskett\n"
-"kan ogs brukes sammen med Mandrake's redningsbilde, som gjr det mye "
-"lettere gjenopprette\n"
-"etter systemsvikt.\n"
-"Hvis du nsker du opprette en oppstartsdiskett for systemet ditt, sett inn "
-"en diskett\n"
-"i den frste stasjonen og trykk \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1159
-msgid "First floppy drive"
-msgstr "Frste diskettstasjon"
-
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "Second floppy drive"
-msgstr "Andre diskettstasjon"
-
-#: ../../install_steps_interactive.pm_.c:1161 ../../printerdrake.pm_.c:1851
-msgid "Skip"
-msgstr "Dropp"
-
-#: ../../install_steps_interactive.pm_.c:1166
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"En egendefinert oppstartsdiskett er en mte starte Linux-systemet p uten\n"
-" vre avhengig av den vanlige oppstartslasteren. Dette er nyttig hvis du "
-"ikke nsker\n"
-" installere LILO (eller grub) p systemet ditt, eller et annet "
-"operativsystem fjerner LILO,\n"
-"eller at LILO ikke virker med din maskinvarekonfigurasjon. En egendefinert "
-"oppstartsdiskett\n"
-"kan ogs brukes sammen med Mandrake's redningsbilde, som gjr det mye "
-"lettere gjenopprette\n"
-"etter systemsvikt. nsker du opprette en oppstartsdiskett for systemet "
-"ditt?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1172
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(ADVARSEL! Du bruker XFS p din rotpartisjon,\n"
-"det lage en oppstartsdiskett p en 1,44 Mb diskett vil\n"
-"antageligvis ikke g, dan XFS trenger en veldig stor driver)."
-
-#: ../../install_steps_interactive.pm_.c:1180
-msgid "Sorry, no floppy drive available"
-msgstr "Beklager, ingen diskettstasjon tilgjengelig"
-
-#: ../../install_steps_interactive.pm_.c:1184
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Velg diskettstasjonen du nsker bruke for lage oppstartsdisketten"
-
-#: ../../install_steps_interactive.pm_.c:1188
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Sett inn en diskett i %s"
-
-#: ../../install_steps_interactive.pm_.c:1191
-msgid "Creating bootdisk..."
-msgstr "Oppretter oppstartdiskett"
-
-#: ../../install_steps_interactive.pm_.c:1198
-msgid "Preparing bootloader..."
-msgstr "Klargjr oppstartslaster"
-
-#: ../../install_steps_interactive.pm_.c:1209
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Det virker som du har en OldWorld eller ukjent\n"
-"maskin, yaboot oppstartslasteren vil ikke virke for deg.\n"
-"Installasjonen vil fortsette, men du m\n"
-"bruke BootX for starte din maskin."
-
-#: ../../install_steps_interactive.pm_.c:1215
-msgid "Do you want to use aboot?"
-msgstr "nsker du bruke aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1218
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Feil ved installasjon av aboot, \n"
-"prve installere selv om det delegger den frste partisjonen?"
-
-#: ../../install_steps_interactive.pm_.c:1225
-msgid "Installing bootloader"
-msgstr "Installer oppstartslaster"
-
-#: ../../install_steps_interactive.pm_.c:1231
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Installasjon av oppstartslaster mislykket. Flgende feil oppsto:"
-
-#: ../../install_steps_interactive.pm_.c:1239
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Du m muligens endre din Open Firmware oppstartsenhet for \n"
-" sl p oppstartslasteren. Hvis du ikke ser oppstartslasteren ved\n"
-" omstart, hold nede Command-Option-O-F ved omstart og skriv:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Skriv s: shut-down\n"
-"Ved din neste oppstart burde du se oppstartslasteren."
-
-#: ../../install_steps_interactive.pm_.c:1283
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Sett inn en tom diskett i stasjon %s"
-
-#: ../../install_steps_interactive.pm_.c:1287
-msgid "Creating auto install floppy..."
-msgstr "Oppretter diskett for autoinstallasjon"
-
-#: ../../install_steps_interactive.pm_.c:1298
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Noen trinn er ikke fullfrt.\n"
-"\n"
-"nsker du virkelig avslutte n?"
-
-#: ../../install_steps_interactive.pm_.c:1309
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gratulerer, installasjonen er fullfrt.\n"
-"Fjern oppstartsmediet og trykk return for starte p nytt.\n"
-"\n"
-"\n"
-"For informasjon om endringer som er tilgjengelige for denne utgaven av "
-"Mandrake Linux,\n"
-"sjekk errataen tilgjengelig fra:\n"
-"\n"
-"\n"
-"http://www.mandrakelinux.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informasjon om konfigurering av systemet ditt finnes i post\n"
-"install-kapittelet i Official Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid "Generate auto install floppy"
-msgstr "Oppretter diskett for autoinstallasjon"
-
-#: ../../install_steps_interactive.pm_.c:1328
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Autoinstallasjonen kan vre fullstendig automatisk\n"
-"hvis du nsker det. Den vil da ta over harddisken!!\n"
-"(dette er for installere p en annen maskin)\n"
-"\n"
-"Du kanskje nske kjre installasjonen omigjen.\n"
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Automated"
-msgstr "Automatisert"
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Replay"
-msgstr "Gjr igjen"
-
-#: ../../install_steps_interactive.pm_.c:1336
-msgid "Save packages selection"
-msgstr "Lagre pakkevalg"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux installasjon %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> mellom elementer | <Space> velger | <F12> neste skjerm "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu mangler"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "Konsollhjelper mangler"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Velg en fil"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avansert"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Grunnleggende"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Vennligst vent"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Drlig valg, prv igjen\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ditt valg? (standard %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Innganger du m fylle:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ditt valg? (0/1, standard `%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Valg: `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button?"
-msgstr "nsker du klikke p denne knappen? "
-
-#: ../../interactive_stdio.pm_.c:103
-msgid " enter `void' for void entry"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ditt valg? (standard `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Det er mange ting velge fra (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Vennlig velg det frste nummeret av 10-range du nsker redigere,\n"
-"eller bare trykk Enter for fortsette.\n"
-"Ditt valg? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Merk, et merke endret:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Re-submit"
-
-#: ../../keyboard.pm_.c:197 ../../keyboard.pm_.c:228
-msgid "Czech (QWERTZ)"
-msgstr "Tsjekkisk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:198 ../../keyboard.pm_.c:230
-msgid "German"
-msgstr "Tysk"
-
-#: ../../keyboard.pm_.c:199
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:200 ../../keyboard.pm_.c:237
-msgid "Spanish"
-msgstr "Spansk"
-
-#: ../../keyboard.pm_.c:201 ../../keyboard.pm_.c:238
-msgid "Finnish"
-msgstr "Finsk"
-
-#: ../../keyboard.pm_.c:202 ../../keyboard.pm_.c:239
-msgid "French"
-msgstr "Fransk"
-
-#: ../../keyboard.pm_.c:203 ../../keyboard.pm_.c:264
-msgid "Norwegian"
-msgstr "Norsk"
-
-#: ../../keyboard.pm_.c:204
-msgid "Polish"
-msgstr "Polsk"
-
-#: ../../keyboard.pm_.c:205 ../../keyboard.pm_.c:272
-msgid "Russian"
-msgstr "Russisk"
-
-#: ../../keyboard.pm_.c:207 ../../keyboard.pm_.c:274
-msgid "Swedish"
-msgstr "Svensk"
-
-#: ../../keyboard.pm_.c:208 ../../keyboard.pm_.c:289
-msgid "UK keyboard"
-msgstr "UK-tastatur"
-
-#: ../../keyboard.pm_.c:209 ../../keyboard.pm_.c:290
-msgid "US keyboard"
-msgstr "US-tastatur"
-
-#: ../../keyboard.pm_.c:211
-msgid "Albanian"
-msgstr "Albansk"
-
-#: ../../keyboard.pm_.c:212
-msgid "Armenian (old)"
-msgstr "Armensk (gammel)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Armenian (typewriter)"
-msgstr "Armensk (skrivemaskin)"
-
-#: ../../keyboard.pm_.c:214
-msgid "Armenian (phonetic)"
-msgstr "Armensk (phontic)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjansk (latin)"
-
-#: ../../keyboard.pm_.c:221
-msgid "Belgian"
-msgstr "Belgisk"
-
-#: ../../keyboard.pm_.c:222
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgarsk (phonetic)"
-
-#: ../../keyboard.pm_.c:223
-msgid "Bulgarian (BDS)"
-msgstr "Bulgarsk (BDS)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiliansk (ABNT-2)"
-
-#: ../../keyboard.pm_.c:225
-msgid "Belarusian"
-msgstr "Belarusian"
-
-#: ../../keyboard.pm_.c:226
-msgid "Swiss (German layout)"
-msgstr "Sveisisk (tysk oppsett)"
-
-#: ../../keyboard.pm_.c:227
-msgid "Swiss (French layout)"
-msgstr "Sveisisk (fransk oppsett)"
-
-#: ../../keyboard.pm_.c:229
-msgid "Czech (QWERTY)"
-msgstr "Tsjekkisk (QWERTY)"
-
-#: ../../keyboard.pm_.c:231
-msgid "German (no dead keys)"
-msgstr "Tysk (ingen dde taster)"
-
-#: ../../keyboard.pm_.c:232
-msgid "Danish"
-msgstr "Dansk"
-
-#: ../../keyboard.pm_.c:233
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:234
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norsk)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Svensk)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Estonian"
-msgstr "Estlandsk"
-
-#: ../../keyboard.pm_.c:240
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgisk (\"Russisk\" oppsett)"
-
-#: ../../keyboard.pm_.c:241
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgisk (\"Latinsk\" oppsett)"
-
-#: ../../keyboard.pm_.c:242
-msgid "Greek"
-msgstr "Gresk"
-
-#: ../../keyboard.pm_.c:243
-msgid "Hungarian"
-msgstr "Ungarsk"
-
-#: ../../keyboard.pm_.c:244
-msgid "Croatian"
-msgstr "Kroatisk"
-
-#: ../../keyboard.pm_.c:245
-msgid "Israeli"
-msgstr "Israelsk"
-
-#: ../../keyboard.pm_.c:246
-msgid "Israeli (Phonetic)"
-msgstr "Israelsk (Phonetic)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Iranian"
-msgstr "Iransk"
-
-#: ../../keyboard.pm_.c:248
-msgid "Icelandic"
-msgstr "Islansk"
-
-#: ../../keyboard.pm_.c:249
-msgid "Italian"
-msgstr "Italiensk"
-
-#: ../../keyboard.pm_.c:251
-msgid "Japanese 106 keys"
-msgstr "Japansk 106 taster"
-
-#: ../../keyboard.pm_.c:254
-msgid "Korean keyboard"
-msgstr "Koreansk tastatur"
-
-#: ../../keyboard.pm_.c:255
-msgid "Latin American"
-msgstr "Latinamerikansk"
-
-#: ../../keyboard.pm_.c:256
-msgid "Lithuanian AZERTY (old)"
-msgstr "Liauisk AZERTY (gammel)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Lithuanian AZERTY (new)"
-msgstr "Liauisk AZERTY (ny)"
-
-#: ../../keyboard.pm_.c:259
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litauisk \"nummer-rekke\" QWERTY"
-
-#: ../../keyboard.pm_.c:260
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litauisk \"phontic\" QWERTY"
-
-#: ../../keyboard.pm_.c:261
-msgid "Latvian"
-msgstr "Lotvisk"
-
-#: ../../keyboard.pm_.c:262
-msgid "Macedonian"
-msgstr "Makedonsk"
-
-#: ../../keyboard.pm_.c:263
-msgid "Dutch"
-msgstr "Hollansk"
-
-#: ../../keyboard.pm_.c:265
-msgid "Polish (qwerty layout)"
-msgstr "Polsk (qwerty oppsett)"
-
-#: ../../keyboard.pm_.c:266
-msgid "Polish (qwertz layout)"
-msgstr "Polsk (qwertz oppsett)"
-
-#: ../../keyboard.pm_.c:267
-msgid "Portuguese"
-msgstr "Portugisisk"
-
-#: ../../keyboard.pm_.c:268
-msgid "Canadian (Quebec)"
-msgstr "Canadisk (Quebec)"
-
-#: ../../keyboard.pm_.c:270
-msgid "Romanian (qwertz)"
-msgstr "Romansk (qwertz)"
-
-#: ../../keyboard.pm_.c:271
-msgid "Romanian (qwerty)"
-msgstr "Romansk (qwerty)"
-
-#: ../../keyboard.pm_.c:273
-msgid "Russian (Yawerty)"
-msgstr "Russisk (Yawerty)"
-
-#: ../../keyboard.pm_.c:275
-msgid "Slovenian"
-msgstr "Slovensk"
-
-#: ../../keyboard.pm_.c:276
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakisk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:277
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakisk (QWERTY)"
-
-#: ../../keyboard.pm_.c:279
-msgid "Serbian (cyrillic)"
-msgstr "Serbisk (cyrillic)"
-
-#: ../../keyboard.pm_.c:281
-msgid "Tamil"
-msgstr "Tamilsk"
-
-#: ../../keyboard.pm_.c:282
-msgid "Thai keyboard"
-msgstr "Thai-tastatur"
-
-#: ../../keyboard.pm_.c:284
-msgid "Tajik keyboard"
-msgstr "Tajik-tastatur"
-
-#: ../../keyboard.pm_.c:285
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tyrkisk (tradisjonell \"F\" modell)"
-
-#: ../../keyboard.pm_.c:286
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tyrkisk (moderne \"Q\" modell)"
-
-#: ../../keyboard.pm_.c:288
-msgid "Ukrainian"
-msgstr "Ukrainsk"
-
-#: ../../keyboard.pm_.c:291
-msgid "US keyboard (international)"
-msgstr "US-tastatur (internasjonal)"
-
-#: ../../keyboard.pm_.c:292
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamesisk \"nummer-rekke\" QWERTY"
-
-#: ../../keyboard.pm_.c:293
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavisk (latin)"
-
-#: ../../keyboard.pm_.c:301
-msgid "Right Alt key"
-msgstr "Hyre Alt tast"
-
-#: ../../keyboard.pm_.c:302
-msgid "Both Shift keys simultaneously"
-msgstr "Begge Shift taster samtidig"
-
-#: ../../keyboard.pm_.c:303
-msgid "Control and Shift keys simultaneously"
-msgstr "Control og Shift taster samtidig"
-
-#: ../../keyboard.pm_.c:304
-msgid "CapsLock key"
-msgstr "CapsLock tast"
-
-#: ../../keyboard.pm_.c:305
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl og Alt taster samtidig"
-
-#: ../../keyboard.pm_.c:306
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt og Shift taster samtidig"
-
-#: ../../keyboard.pm_.c:307
-msgid "\"Menu\" key"
-msgstr "\" Menu\" tast"
-
-#: ../../keyboard.pm_.c:308
-msgid "Left \"Windows\" key"
-msgstr "Venstre \"Windows\" tast"
-
-#: ../../keyboard.pm_.c:309
-msgid "Right \"Windows\" key"
-msgstr "Hyre \"Windows\" tast"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Rund monterer %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Fjern de logiske partisjoner frst\n"
-
-#: ../../modules.pm_.c:832
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA sttte eksisterer ikke lengre for 2.2 kjerner. Vennligst bruk en 2.4 "
-"kernel."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - mus"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generisk PS2 hjulmus"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 knapp"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generisk 2-knappers mus"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generisk"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Hjul"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriell"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Generisk 3-knappers mus"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC-seriene (seriell)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM-seriene"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (seriell, gammel C7 type)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bussmus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 knapper"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 knapper"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ingen"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Ingen mus"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Vennligst test musen."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "For aktivere musen,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "BEVEG HJULET DITT!"
-
-#: ../../my_gtk.pm_.c:666
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:701
-msgid "Finish"
-msgstr "Avslutt"
-
-#: ../../my_gtk.pm_.c:701 ../../printerdrake.pm_.c:1590
-msgid "Next ->"
-msgstr "Neste ->"
-
-#: ../../my_gtk.pm_.c:702 ../../printerdrake.pm_.c:1588
-msgid "<- Previous"
-msgstr "<- Forrige"
-
-#: ../../my_gtk.pm_.c:1034
-msgid "Is this correct?"
-msgstr "Er dette riktig?"
-
-#: ../../my_gtk.pm_.c:1098 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../my_gtk.pm_.c:1119
-msgid "Expand Tree"
-msgstr "Utvid tre"
-
-#: ../../my_gtk.pm_.c:1120
-msgid "Collapse Tree"
-msgstr "Trekk sammen tre"
-
-#: ../../my_gtk.pm_.c:1121
-msgid "Toggle between flat and group sorted"
-msgstr "Skift mellom flat og gruppesortert"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Koble opp mot Internett"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Den mest vanlige mten koble opp med adsl er pppoe.\n"
-"Noen oppkoblinger bruker pptp, noen f bruker dhcp.\n"
-"Hvis du ikke vet, velg 'bruk pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "bruk dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "bruk pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "bruk pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Hvilken dhcp klient nsker du bruke?\n"
-"Standard er dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Ikke noe ethernet nettverksadapter har blitt oppdaget i systemet ditt.\n"
-"Jeg kan ikke sette opp denne tilkoblingstypen."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:248
-msgid "Choose the network interface"
-msgstr "Velg nettverksgrensesnitt"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Vennligst velg hvilket nettverksadapter du nsker bruke til koble opp\n"
-"mot Internett"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "ingen nettverkskort funnet"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:364
-msgid "Configuring network"
-msgstr "Konfigurerer nettverk"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Vennligst entre vertsnavnet ditt hvis du vet det.\n"
-"Noen DHCP tjenere trenger vertsnavnet for virke.\n"
-"Vertsnavnet ditt br vre et full-kvalifisert vertsnavn,\n"
-"som ``minboks.mittlab.mittfirma.no''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:369
-msgid "Host name"
-msgstr "Vertsnavn"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:179
-#: ../../network/netconnect.pm_.c:206 ../../network/netconnect.pm_.c:229
-#: ../../network/netconnect.pm_.c:237
-msgid "Network Configuration Wizard"
-msgstr "Nettverkskonfigurasjonveiviser"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Eksternt ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Internt ISDN-kort"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Hva slags type er ISDN-tilknytningen din?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Hvilken ISDN konfigurering foretrekker du?\n"
-"\n"
-"* Den gamle konfigurasjoen bruker isdn4net. Det har kraftfulle\n"
-" verkty, den det er vanskelig konfigurere for en nybegynner,\n"
-" og er ikke standardbasert.\n"
-"\n"
-"' Det nye konfigurasjonsverktyet er enklere forst,\n"
-" mer standardisert, men med frre verkty.\n"
-"\n"
-"Vi anbefaler den nye konfigurasjonen.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Ny konfigurasjon (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Gamle konfigurasjonen (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN-konfigurasjon"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
-msgstr ""
-"Velg din tilbyder.\n"
-" Hvis denne ikke er i listen, velg ikke i listen"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Europaprotokollen"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Europaprotokollen (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokoll for resten av verden"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
-msgstr ""
-"Resten av verden \n"
-" ingen D-kanal (leid linje)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use?"
-msgstr "Hvilken protokoll nsker du bruke?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Hva slags kort har du?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Jeg vet ikke"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
-msgstr ""
-"\n"
-"Hvis du har et ISA kort burde verdiene i neste bilde vre riktige.\n"
-"\n"
-"Hvis du har et PCMCIA kort m du vite irq og io for kortet.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Avbryt"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Fortsett"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card?"
-msgstr "Hvilket er ditt ISDN-kort?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
-msgstr ""
-"Jeg har oppdaget et ISDN PCI-kort, men jeg vet ikke hviklet type. Vennligst "
-"velg et PCI-kort i neste skjermbilde."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Ingen ISDN PCI-kort funnet. Vennligst velg et i neste skjermbilde."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Vennligst velg hvilken serieport modemet ditt koblet til."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opsjoner oppringt"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Navn tilknytning"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonnummer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Login ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Scriptbasert"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminalbasert"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domenenavn"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Frste DNS-tjener (valgfri)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Andre DNS-tjener (valgfri)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan koble ned eller rekonfigurere tilkoblingen din."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan rekonfigurere tilkoblingen din."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Du er for yeblikket koblet opp mot Internett"
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan koble opp mot Internett eller rekonfigurere tilkoblingen din."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Du er for yeblikket ikke koblet opp mot Internett."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Koble til"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Koble fra"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Konfigurer tilkoblingen"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internett tilkobling & konfigurasjon"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Vi skal n konfigurere din %s tilkobling."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Vi skal n konfigurere %s oppkoblingen.\n"
-"\n"
-"\n"
-"Trykk OK for begynne."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:256
-#: ../../network/netconnect.pm_.c:276 ../../network/tools.pm_.c:63
-msgid "Network Configuration"
-msgstr "Nettverkskonfigurasjon"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Fordi du holder p med en nettverksinstallasjon er ditt "
-"nettverksoppsettallerede konfigurert.\n"
-"Trykk OK for beholde din eksisterende konfigurasjon, eller avbryt for "
-"rekonfigurere din internett og nettverkskonfigurasjon.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard.\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Velkommen til nettverkskonfigurasjon hjelperen\n"
-"\n"
-"Vi skal n konfigurere din internett/nettverksoppkobling.\n"
-"Hvis du ikke nsker bruke automatisk oppdagelse, fjern krysset\n"
-"i boksen.\n"
-
-#: ../../network/netconnect.pm_.c:171
-msgid "Choose the profile to configure"
-msgstr "Velg profilen som skal konfigureres"
-
-#: ../../network/netconnect.pm_.c:172
-msgid "Use auto detection"
-msgstr "Bruk automatisk detektering"
-
-#: ../../network/netconnect.pm_.c:179 ../../printerdrake.pm_.c:145
-msgid "Detecting devices..."
-msgstr "Finner enheter..."
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "Normal modem connection"
-msgstr "Normal modemtilkobling"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, c-format
-msgid "detected on port %s"
-msgstr "oppdaget p port %s"
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-msgid "ISDN connection"
-msgstr "ISDN-tilkobling"
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-#, c-format
-msgid "detected %s"
-msgstr "oppdaget %s"
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-msgid "ADSL connection"
-msgstr "ADSL oppkobling"
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-#, c-format
-msgid "detected on interface %s"
-msgstr "oppdaget p grensesnitt %s"
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-msgid "Cable connection"
-msgstr "Kabeltilkobling"
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-msgid "cable connection detected"
-msgstr "Kabeltilkobling detektert"
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "LAN connection"
-msgstr "Lokalt nettverksoppkobling"
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "ethernet card(s) detected"
-msgstr "oppdaget ethernettkort"
-
-#: ../../network/netconnect.pm_.c:206
-msgid "Choose the connection you want to configure"
-msgstr "Velg oppkoblingen du nsker konfigurere"
-
-#: ../../network/netconnect.pm_.c:230
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Du har konfigureret flere mter koble deg mot internett p.\n"
-"Venligst velg den du nsker bruker.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:231
-msgid "Internet connection"
-msgstr "Internett tilkobling"
-
-#: ../../network/netconnect.pm_.c:237
-msgid "Do you want to start the connection at boot?"
-msgstr "nsker du starte tilkoblingen din ved oppstart?"
-
-#: ../../network/netconnect.pm_.c:251
-msgid "Network configuration"
-msgstr "Nettverkskonfigurasjon"
-
-#: ../../network/netconnect.pm_.c:252
-msgid "The network needs to be restarted"
-msgstr "Nettverket m startes p nytt"
-
-#: ../../network/netconnect.pm_.c:256
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Et problem oppsto ved omstart av nettverket: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gratulerer, internett og nettverkskonfigurasjonen er fullfrt.\n"
-"\n"
-"Konfigurasjonen vil n bli aktivert.\n"
-
-#: ../../network/netconnect.pm_.c:270
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Etter at det er ferding, anbefaler vi at du restarter X\n"
-"slik at du unngr problemer med at vertsnavnet forandres."
-
-#: ../../network/netconnect.pm_.c:271
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration."
-msgstr ""
-"Det oppsto problemer under konfigurasjon.\n"
-"Test tilkoblingen din via net_monitor eller mcc. Hvis tilkoblingen din ikke "
-"virker, nsker du kanskje kjre konfigureringen p nytt"
-
-#: ../../network/network.pm_.c:293
-msgid ""
-"WARNING: this device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ADVARSEL: Denne enheten har tidligere blitt konfigurert til koble opp mot "
-"Internett.\n"
-"Trykk OK for beholde enhetens konfigurasjon.\n"
-"Modifisering av feltene nedenfor vil overskrive denne konfigurasjonen."
-
-#: ../../network/network.pm_.c:298
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Vennligst entre IP-konfigurasjonen for denne maskinen.\n"
-"Hvert element br entres som en IP-adresse i punkt-desimal\n"
-"notasjon (f.eks, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:308 ../../network/network.pm_.c:309
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurerer nettverksenhet %s"
-
-#: ../../network/network.pm_.c:309
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:311 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-adresse"
-
-#: ../../network/network.pm_.c:312 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Nettmaske"
-
-#: ../../network/network.pm_.c:313
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:313
-msgid "Automatic IP"
-msgstr "Automatisk IP"
-
-#: ../../network/network.pm_.c:314
-#, fuzzy
-msgid "Start at boot"
-msgstr "Startet ved oppstart"
-
-#: ../../network/network.pm_.c:335 ../../printerdrake.pm_.c:714
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-adresse br vre i format 1.2.3.4"
-
-#: ../../network/network.pm_.c:365
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Vennligst entre vertsnavnet ditt.\n"
-"Vertsnavnet ditt br vre et full-kvalifisert vertsnavn,\n"
-"s som ``minboks.mittlab.mittfirma.no''.\n"
-"Du kan ogs entre IP-adressen til gateway'en hvis du har en"
-
-#: ../../network/network.pm_.c:370
-msgid "DNS server"
-msgstr "DNS-tjener"
-
-#: ../../network/network.pm_.c:371
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (f.eks. %s)"
-
-#: ../../network/network.pm_.c:373
-msgid "Gateway device"
-msgstr "Gateway-enhet"
-
-#: ../../network/network.pm_.c:385
-msgid "Proxies configuration"
-msgstr "Konfigurasjon proxy"
-
-#: ../../network/network.pm_.c:386
-msgid "HTTP proxy"
-msgstr "HTTP-proxy"
-
-#: ../../network/network.pm_.c:387
-msgid "FTP proxy"
-msgstr "FTP-proxy"
-
-#: ../../network/network.pm_.c:388
-msgid "Track network card id (useful for laptops)"
-msgstr "Spor id nettverkskort (nyttig for brbare)"
-
-#: ../../network/network.pm_.c:391
-msgid "Proxy should be http://..."
-msgstr "Proxy burde vre http://..."
-
-#: ../../network/network.pm_.c:392
-msgid "Proxy should be ftp://..."
-msgstr "Proxy burde vre ftp://..."
-
-#: ../../network/tools.pm_.c:41
-msgid "Internet configuration"
-msgstr "Internett-konfigurasjon"
-
-#: ../../network/tools.pm_.c:42
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Vil du prve koble opp mot Internett n?"
-
-#: ../../network/tools.pm_.c:46 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Tester tilkoblingen din..."
-
-#: ../../network/tools.pm_.c:56
-msgid "The system is now connected to Internet."
-msgstr "Systemet er n koblet opp mot Internett."
-
-#: ../../network/tools.pm_.c:57
-msgid "For security reason, it will be disconnected now."
-msgstr "Av sikkerhetsgrunner vil den bli frakoblet n."
-
-#: ../../network/tools.pm_.c:58
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Det ser ikke ut til at systemet er koblet til Internett.\n"
-"Prv rekonfigurere tilkoblingen din."
-
-#: ../../network/tools.pm_.c:82
-msgid "Connection Configuration"
-msgstr "Konfigurasjon tilknytning."
-
-#: ../../network/tools.pm_.c:83
-msgid "Please fill or check the field below"
-msgstr "Vennnligst fyll eller merk feltet under"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kort IRQ"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kort mem (DMA)"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kort IO"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kort IO_0"
-
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kort IO_1"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Ditt telefonnummer"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Navn tilbyder (f.eks. tilbyder.net)"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefonnummer tilbyder"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Tilbyder dns 1 (valgfri)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Tilbyder dns 2 (valgfri)"
-
-#: ../../network/tools.pm_.c:95
-msgid "Choose your country"
-msgstr "Velg land"
-
-#: ../../network/tools.pm_.c:96 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Oppringningsmodus"
-
-#: ../../network/tools.pm_.c:97 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Oppkoblingshastighet"
-
-#: ../../network/tools.pm_.c:98 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Oppkoblingens timout (i sekunder)"
-
-#: ../../network/tools.pm_.c:99 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Logg inn (brukernavn)"
-
-#: ../../network/tools.pm_.c:100 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Passord"
-
-#: ../../network/tools.pm_.c:118
-msgid "United Kingdom"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montering mislykket: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Utvidet partisjon ikke stttet p denne plattformen"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions."
-msgstr ""
-"Du har et hull i partisjonstabellen din, men jeg kan ikke bruke det.\n"
-"Den eneste lsningen er flytte primrpartisjonene dine for ha hullet ved "
-"siden av de utvidede partisjonene"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Gjenoppretting fra fil %s mislykket: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Feil ved skriving til fil %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Noe som ikke er bra skjer med disken din. \n"
-"En test for sjekke dataintegritet var mislykket. \n"
-"Dette betyr at skrive noe til disken vil av og til ende opp som ubrukelig"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "m ha"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "viktig"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "veldig bra"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bra"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "kanskje"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokal skriver"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Fjern-skriver"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Skriver p fjern-CUPS tjener"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:736
-msgid "Printer on remote lpd server"
-msgstr "Skriver p fjern-lpd tjener"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Nettverksskriver (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Skriver p SMB/Windows 95/98/NT server"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Skriver p en NetWare tjener"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:740
-msgid "Enter a printer device URI"
-msgstr "Skriverenhetens URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Pipe inn i kommando"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2733
-msgid "Unknown model"
-msgstr "Ukjent modell"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokale skrivere"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Fjern-skrivere"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " p parallelport \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB skriver \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multifunksjonsenhet p parallelport \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", multifunksjonsenhet p USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multifunksjonsenhet p HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", multifunksjonsenhet"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", skriver til %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "p LPD tjener \"%s\", skriver \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP vert \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "p Windows tjener \"%s\", del \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "p Novell tjener \"%s\", skriver \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", bruker kommando %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1138
-msgid "Raw printer (No driver)"
-msgstr "R skriver (ingen driver)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(p %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(p denne maskin)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "P CUPS tjener \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2394
-#: ../../printerdrake.pm_.c:2405 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2673 ../../printerdrake.pm_.c:2700
-#: ../../printerdrake.pm_.c:2870 ../../printerdrake.pm_.c:2872
-msgid " (Default)"
-msgstr " (Standard)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Velg skrivertilkobling"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hvordan er skriveren tilkoblet?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Skrivere p fjern CUPS tjenere trenger du ikke konfigurere her; disse "
-"skriverene vil bli oppdaget automatisk."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2457
-msgid "CUPS configuration"
-msgstr "CUPS konfigurasjon"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2458
-msgid "Specify CUPS server"
-msgstr "Spesifiser CUPS tjener"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"For f tilgang til fjern CUPS-tjenere i ditt lokale nettverk trenger du "
-"ikke konfigurere noen ting; CUPS-tjenerene informerer maskinen din "
-"automatisk om skriverene. Alle skriverene som fr yeblikket er kjent for "
-"maskinen din er listet i \"Remote printers\" seksjonen i hovedvinduet til "
-"Printerdrake. Nr CUPS-tjeneren din ikke er i ditt lokale nettverk, m du "
-"entre CUPS-tjenerens IP-adresse og evnt. portnummeret for f skriver- "
-"informasjon fra tjeneren, ellers la disse feltene vre tomme."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalt er CUPS konfigurert automatisk ihht. til nettverksmiljet ditt, s "
-"du kan ha tilgang til skrivere p CUPS-tjenerene i ditt lokale nettverk. "
-"Hvis dette ikke virker ordentlig, skru av \"Automatic CUPS configuration\" "
-"og rediger filen /etc/cups/cupsd.conf manuelt. Ikke glem starte CUPS p "
-"nytt etterp (kommando: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adresse br vre i format 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:864
-msgid "The port number should be an integer!"
-msgstr "Portnummer burde vre numerisk"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS tjener IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:857
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatisk CUPS konfigurasjon"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Test porter"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2440
-#: ../../printerdrake.pm_.c:2559
-msgid "Add a new printer"
-msgstr "Legg til en ny skriver"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Velkommen til Skriverveiviseren\n"
-"\n"
-"Denne veiviseren lar deg installere lokale eller fjernskrivere som kan bli "
-"brukt fra denne maskin, og ogs fra andre maskiner i nettverket.\n"
-"\n"
-"Den spr etter all ndvendig informasjon for sette opp skriveren og gir "
-"deg tilgang til alle tilgjengelige skriverdrivere, drivervalg og skriver "
-"tilkoblinger."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokal skriver"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Velkommen til skriverveiviseren\n"
-"\n"
-"Den veiviseren vil la deg installere din(e) skriver(e) som er tilkoblet "
-"denne maskin.\n"
-"\n"
-"Vennligt koble skriveren(e) til maskinen og skru dem p. Klikk p \"neste\" "
-"nr du er klar, og p \"avbryt\" hvis du ikke nsker sette opp skrivere "
-"n.\n"
-"\n"
-"Merk at noen datamaskiner kan krsje under skriver autooppdating, skru av "
-"\"autodetekter skrivere\" for installere skrivere uten autodetektering. "
-"Bruk \"ekspertmodus\" til printerdrake nr du nsker sette opp utskrift p "
-"en fjernskriver og printerdrake ikke lister den automatisk."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Finn skrivere automatisk"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Gratulerer, din skriver er n installert og konfigurert!\n"
-"\n"
-"Du kan skrive ut med \"Skriv ut\" kommandoen til ditt program (vanligvis i "
-"\"Fil\" menyen).\n"
-"\n"
-"Hvis du nsker legge til, fjerne, eller gi en skriver ett nytt navn, eller "
-"vis du nsker gjre om standard valg (papir, utskriftkvalitet, .....), "
-"velg \"Skriver\" i \"Hardware\" delen av Mandrake Control Center."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatisk detektering av skrivere"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Utfr automatisk detektering"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Sett opp skriver manuellt"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Oppdaget %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Skriver p parallelport \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB skriver \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Ingen lokal skriver funnet! For manuelt installere en skriver entre et "
-"enhets-navn/filnavn i input-linjen (Parallelporter: /dev/lp0, /dev/lp1, ..., "
-"lik LPT1:, LPT2:, ..., 1st USB skriver: /dev/usb/lp0, 2nd USB skriver: /dev/"
-"usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Du m legge til en enhet eller et filnavn!"
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Ingen lokal skriver funnet!\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Nettverksskrivere kan bare installeres etter installasjonen. Velg \"Hardware"
-"\" og s \"Printer\" i Mandrake Control Center."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Vennligst velg en port hvor skriveren din er tilkoblet eller entre en enhet "
-"navn/filnavn i input-linjen"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Vennligst velg porten hvor skriveren din er koblet til."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Parallelporter: /dev/lp0, /dev/lp1, ..., lik LPT1:, LPT2:, ..., 1st USB "
-"skriver: /dev/usb/lp0, 2nd USB skriver: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Du m velge/entre en skriver/enhet!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Manuell konfigurasjon"
-
-#: ../../printerdrake.pm_.c:467
-#, fuzzy
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-"1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart P100 or 1315 or an "
-"HP LaserJet 2200?"
-msgstr ""
-"Er skriveren din en multifunksjonsenhet fra HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 med skanner)?"
-
-#: ../../printerdrake.pm_.c:484
-msgid "Installing HPOJ package..."
-msgstr "Installerer HPOJ pakke..."
-
-#: ../../printerdrake.pm_.c:489
-msgid "Checking device and configuring HPOJ..."
-msgstr "Sjekker enhet og konfigurer HPOJ ..."
-
-#: ../../printerdrake.pm_.c:507
-msgid "Installing SANE package..."
-msgstr "Installerer SANE pakke..."
-
-#: ../../printerdrake.pm_.c:519
-msgid "Scanning on your HP multi-function device"
-msgstr "Skanner p din HP multifunksjonsenhet"
-
-#: ../../printerdrake.pm_.c:536
-msgid "Making printer port available for CUPS..."
-msgstr "Gjr skriverport tilgjengelig for CUPS ..."
-
-#: ../../printerdrake.pm_.c:546 ../../printerdrake.pm_.c:1020
-#: ../../printerdrake.pm_.c:1134
-msgid "Reading printer database..."
-msgstr "Leser skriverdatabase ..."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote lpd Printer Options"
-msgstr "Opsjoner for fjern-lpd skriver"
-
-#: ../../printerdrake.pm_.c:627
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"For bruke en fjern-lpd skriverk, m du oppgi vertsnavnet til skriver- "
-"tjeneren og skrivernavnet p denne tjeneren."
-
-#: ../../printerdrake.pm_.c:628
-msgid "Remote host name"
-msgstr "Fjern-vertsnavn"
-
-#: ../../printerdrake.pm_.c:629
-msgid "Remote printer name"
-msgstr "Fjern-skrivers navn"
-
-#: ../../printerdrake.pm_.c:632
-msgid "Remote host name missing!"
-msgstr "Det eksterne vertsnavnet mangler!"
-
-#: ../../printerdrake.pm_.c:636
-msgid "Remote printer name missing!"
-msgstr "Det eksterne vertsnavnet mangler!"
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opsjoner for SMB (Windows 9x/NT) skriver"
-
-#: ../../printerdrake.pm_.c:705
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"For skrive til en SMB-skriver, m du oppgi SMB-vertsnavnet (Merk! Dette "
-"kan vre forskjellig fra dens TCP/IP-vertsnavn!) og muligens IP-adressen til "
-"skrivertjeneren, s vel som det delte navnet til skriveren du nsker tilgang "
-"til og anvendelige brukernavn, passord og arbeidsgruppeinformasjon."
-
-#: ../../printerdrake.pm_.c:706
-msgid "SMB server host"
-msgstr "SMB-tjener vert"
-
-#: ../../printerdrake.pm_.c:707
-msgid "SMB server IP"
-msgstr "SMB-tjener IP"
-
-#: ../../printerdrake.pm_.c:708
-msgid "Share name"
-msgstr "Navn deling"
-
-#: ../../printerdrake.pm_.c:711
-msgid "Workgroup"
-msgstr "Arbeidsgruppe"
-
-#: ../../printerdrake.pm_.c:718
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Servernavnet eller serverens IP m oppgis!"
-
-#: ../../printerdrake.pm_.c:722
-msgid "Samba share name missing!"
-msgstr "Samba delenavn mangler!"
-
-#: ../../printerdrake.pm_.c:727
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:728
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:738
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:741
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-msgid "NetWare Printer Options"
-msgstr "NetWare skriveropsjoner"
-
-#: ../../printerdrake.pm_.c:804
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"For skrive til en NetWare-skriver, m du oppgi navnet til NetWare-"
-"skrivertjeneren (Mer! Dette kan vre forskjellig fra dens TCP/IP-vertsnavn!) "
-"s vel som navnet p skriverken til skriveren du nsker adgang til og "
-"anvendelige brukernavn og passord."
-
-#: ../../printerdrake.pm_.c:805
-msgid "Printer Server"
-msgstr "Skrivertjener"
-
-#: ../../printerdrake.pm_.c:806
-msgid "Print Queue Name"
-msgstr "Skriverk-navn"
-
-#: ../../printerdrake.pm_.c:811
-msgid "NCP server name missing!"
-msgstr "NCP servernavn mangler!"
-
-#: ../../printerdrake.pm_.c:815
-msgid "NCP queue name missing!"
-msgstr "NCP knavn mangler!"
-
-#: ../../printerdrake.pm_.c:854
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Socket skrivervalg"
-
-#: ../../printerdrake.pm_.c:855
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"For skrive til en TCP eller socket skriver, m du oppgi vertsnavnet til "
-"skriveren, og eventuelt portnummeret. P HP JetDirect tjenere er "
-"portnummeret vanligvis 9100, p andre tjenere kan dette variere. Sjekk "
-"manualen til maskinvaren din."
-
-#: ../../printerdrake.pm_.c:856
-msgid "Printer host name"
-msgstr "Skriverens vertsnavn"
-
-#: ../../printerdrake.pm_.c:860
-msgid "Printer host name missing!"
-msgstr "Skriverens vertsnavn mangler!"
-
-#: ../../printerdrake.pm_.c:889 ../../printerdrake.pm_.c:891
-msgid "Printer Device URI"
-msgstr "Skriverenhet URI"
-
-#: ../../printerdrake.pm_.c:890
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Du kan direkte oppgi URI til skriveren. URIen m vre i henhold til enten "
-"CUPS eller Foomatic standarden. Ikke alle typer URIer stttes av "
-"kbehandlerene."
-
-#: ../../printerdrake.pm_.c:905
-msgid "A valid URI must be entered!"
-msgstr "En korrekt URI m oppgis!"
-
-#: ../../printerdrake.pm_.c:1006
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Alle skrivere trenger ett navn (f.eks. \"skriver\"). Beskrivelsen og "
-"lokalisasjonsfeltene trenger ikke fylles inn. De er brukerkommentarer."
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Name of printer"
-msgstr "Navn p skriver"
-
-#: ../../printerdrake.pm_.c:1008
-msgid "Description"
-msgstr "Beskrivelse"
-
-#: ../../printerdrake.pm_.c:1009
-msgid "Location"
-msgstr "Lokasjon"
-
-#: ../../printerdrake.pm_.c:1023
-msgid "Preparing printer database..."
-msgstr "Forbereder skriverdatabase ..."
-
-#: ../../printerdrake.pm_.c:1114
-msgid "Your printer model"
-msgstr "Din skrivermodell"
-
-#: ../../printerdrake.pm_.c:1115
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake har sammenlignet modellnavnet fra autooppdaging av skriveremed "
-"modellene oppgitt i skriverdatabasen for finne beste match. match. Dette "
-"valget kan vre feil, spesielt hvis skriveren din ikke er oppgitt i det hele "
-"tatt i databasen. Sjekk om valget er riktig og klikk \"Modellen er riktig\" "
-"hvis den er det eller hvis ikke, klikk \"Velg modell manuellt\" s du kan "
-"velge skrivermodellen din manuellt i neste skjerm.\n"
-"\n"
-"Printerdrake har for skriveren din funnet:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1120 ../../printerdrake.pm_.c:1123
-msgid "The model is correct"
-msgstr "Modellen er riktig"
-
-#: ../../printerdrake.pm_.c:1121 ../../printerdrake.pm_.c:1122
-#: ../../printerdrake.pm_.c:1125
-msgid "Select model manually"
-msgstr "Velg modell manuellt"
-
-#: ../../printerdrake.pm_.c:1141
-msgid "Printer model selection"
-msgstr "Skrivervalg"
-
-#: ../../printerdrake.pm_.c:1142
-msgid "Which printer model do you have?"
-msgstr "Hva slags type skriver har du?"
-
-#: ../../printerdrake.pm_.c:1143
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Sjekk om Printerdrake gjorde autooppdagelsen av din skrivermodell riktig. "
-"Sk korrekt modell i listen nr pekeren str over en feil modell eller p "
-"\"R skriver\"."
-
-#: ../../printerdrake.pm_.c:1146
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Hvis din skriver ikke finnes i listen velg en kompatibel (se i "
-"skrivermanualen) eller en lignende."
-
-#: ../../printerdrake.pm_.c:1222
-msgid "OKI winprinter configuration"
-msgstr "OKI winprinter konfigurasjon"
-
-#: ../../printerdrake.pm_.c:1223
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Du konfigurerer en OKI laser winprinter. Disse skriverene bruker en veldig\n"
-"spesiell kommunikasjonsprotokoll og virker derfor bare nr de er koblet "
-"tilden frste parallelporten. Nr skriveren er koblet til en annen port "
-"eller til en skrivertjenerboks koble skriveren til den frste parallelporten "
-"fr du skriver en testside. Ellers vil ikke skriveren virke. Innstillinger "
-"for oppkoblingstype vil bli ignorert av driveren."
-
-#: ../../printerdrake.pm_.c:1266 ../../printerdrake.pm_.c:1293
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjet konfigurasjon"
-
-#: ../../printerdrake.pm_.c:1267
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Inkjet skriverdrivere fra Lexmark sttter bare lokale skrivere, ingen "
-"skrivere p fjernmaskiner eller skrivertjenerbokser. Koble skriveren til en "
-"lokal port eller konfigurer den p maskinen hvor det er koblet til."
-
-#: ../../printerdrake.pm_.c:1294
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"For kunne skrive med din Lexmark inkjet og denne konfigurasjonen, trenger "
-"du inkjet skriverdriverene fra Lexmark (http://www.lexmark.com/). G til US "
-"web-stedet og klikk p \"Drivers\" knappen. Velg s din modell og etterp "
-"\"Linux\" som operativsystem. Driveren kommer som RPM-pakker eller skall- "
-"skript med interaktiv grafisk installasjon. Du trenger ikke gjre denne "
-"konfigurasjonen fra det grafiske grensesnittet. Abryt direkte etter license "
-"agreement. Skriv s skriverhode alignment sider med \"lexmarkmaintain\" og "
-"juster hode alignment innstillinger med dette programmet."
-
-#: ../../printerdrake.pm_.c:1510
-#, fuzzy
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Standardskriverens instillinger\n"
-"Du br sjekke at sidestrrelsen og blekktypen\n"
-"er satt riktig. Merk deg at veldig god utskriftskvalitet\n"
-"kan gjre utskriften treg."
-
-#: ../../printerdrake.pm_.c:1519
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Valg %s m vre ett helt tall!"
-
-#: ../../printerdrake.pm_.c:1523
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Valg %s m vre ett tall!"
-
-#: ../../printerdrake.pm_.c:1528
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Valg %s er utenfor rekkevidden!"
-
-#: ../../printerdrake.pm_.c:1567
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"nsker du sette denne skriveren (\"%s\")\n"
-"som standard skriver?"
-
-#: ../../printerdrake.pm_.c:1584
-msgid "Test pages"
-msgstr "Testsider"
-
-#: ../../printerdrake.pm_.c:1585
-#, fuzzy
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Vennligst velg testsidene du nsker skrive ut.\n"
-"Merk deg, fototestsiden kan ta lang tid skrive ut,\n"
-"og p laserskrivere med for lite minne vil den ikke\n"
-"skrives ut i det hele tatt. Som regel vil det holde \n"
-"skrive ut standard testside."
-
-#: ../../printerdrake.pm_.c:1589
-msgid "No test pages"
-msgstr "Ingen testsider"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Print"
-msgstr "Skriv ut"
-
-#: ../../printerdrake.pm_.c:1592
-msgid "Standard test page"
-msgstr "Standard testside"
-
-#: ../../printerdrake.pm_.c:1595
-msgid "Alternative test page (Letter)"
-msgstr "Alternativ testside (letter)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Alternative test page (A4)"
-msgstr "Alternativ testside (A4)"
-
-#: ../../printerdrake.pm_.c:1600
-msgid "Photo test page"
-msgstr "Fototestside"
-
-#: ../../printerdrake.pm_.c:1604
-msgid "Do not print any test page"
-msgstr "Ikke skriv ut noen testside"
-
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1749
-msgid "Printing test page(s)..."
-msgstr "Skriver ut testside(r)..."
-
-#: ../../printerdrake.pm_.c:1637
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testsiden(e) har blitt sendt til skriver-daemonen.\n"
-"Det kan ta litt tid fr skriveren starter.\n"
-"Utskriftstatus:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1641
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testsiden(e) har blitt sendt til skriver-daemonen.\n"
-"Det kan ta litt tid fr skriveren starter.\n"
-
-#: ../../printerdrake.pm_.c:1648
-msgid "Did it work properly?"
-msgstr "Virker det som det skal?"
-
-#: ../../printerdrake.pm_.c:1669 ../../printerdrake.pm_.c:2735
-msgid "Raw printer"
-msgstr "R skriver"
-
-#: ../../printerdrake.pm_.c:1687
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1689
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1692 ../../printerdrake.pm_.c:1708
-#: ../../printerdrake.pm_.c:1718
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1695 ../../printerdrake.pm_.c:1734
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1698
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1705 ../../printerdrake.pm_.c:1715
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1710 ../../printerdrake.pm_.c:1720
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Fr f en liste over tilgjengelige valg for nvrende skriver klikk p "
-"\"Print option list\" knappen."
-
-#: ../../printerdrake.pm_.c:1723
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Fr skrive ut en fil fra kommandolinjen (terminalvindu) bruk kommandoen \"%"
-"s <file>\" eller \"%s <file>\".\n"
-
-#: ../../printerdrake.pm_.c:1727
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1731
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1740 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:1747 ../../printerdrake.pm_.c:1748
-#: ../../printerdrake.pm_.c:2719 ../../standalone/drakbackup_.c:743
-#: ../../standalone/drakbackup_.c:2448 ../../standalone/drakfont_.c:580
-#: ../../standalone/drakfont_.c:792
-msgid "Close"
-msgstr "Lukk"
-
-#: ../../printerdrake.pm_.c:1743 ../../printerdrake.pm_.c:1755
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Skriver ut/Skanner p \"%s\""
-
-#: ../../printerdrake.pm_.c:1744 ../../printerdrake.pm_.c:1756
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Skriver ut p skriver \"%s\""
-
-#: ../../printerdrake.pm_.c:1746
-msgid "Print option list"
-msgstr "Skriv ut liste over valg"
-
-#: ../../printerdrake.pm_.c:1768
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1775
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1797 ../../printerdrake.pm_.c:2224
-#: ../../printerdrake.pm_.c:2488
-msgid "Reading printer data..."
-msgstr "Leser skriverdata: ..."
-
-#: ../../printerdrake.pm_.c:1817 ../../printerdrake.pm_.c:1845
-#: ../../printerdrake.pm_.c:1880
-msgid "Transfer printer configuration"
-msgstr "Overfr skriverkonfigurasjon"
-
-#: ../../printerdrake.pm_.c:1818
-#, fuzzy, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Du kan kopiere skriverkonfigurasjonen du har satt opp for ktjeneren\n"
-"%s til %s, din nvrende ktjener. All konfigurasjonsdata (skrivernavn,\n"
-"beskrivelse, tilkoblingstype og standardinstillinger) blir overtatt, men \n"
-"ikke jobber.\n"
-"Ikke alle ker kan overfres grunnet:\n"
-
-#: ../../printerdrake.pm_.c:1821
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS sttter ikke skrivere p Novelltjenere eller skrivere som sender "
-"dataene inn i en fritt formet kommando.\n"
-
-#: ../../printerdrake.pm_.c:1823
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ sttter bare lokale skrivere, fjern-LPD skrivere, og Socket/TCP "
-"skrivere.\n"
-
-#: ../../printerdrake.pm_.c:1825
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD og LPRng sttter ikke IPP skrivere.\n"
-
-#: ../../printerdrake.pm_.c:1827
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"I tillegg, ker laget med dette programmet eller \"foomatic -configure\" kan "
-"ikke overflyttes."
-
-#: ../../printerdrake.pm_.c:1828
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Skrivere konfigurert med PPD filene som produsenten har laget eller med CUPS "
-"drivere ikke ikke overflyttes."
-
-#: ../../printerdrake.pm_.c:1829
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Velg skriverene som du vil overflytte og klikk\n"
-"\"Overfr\"."
-
-#: ../../printerdrake.pm_.c:1832
-msgid "Do not transfer printers"
-msgstr "Ikke overfr skrivere"
-
-#: ../../printerdrake.pm_.c:1833 ../../printerdrake.pm_.c:1850
-msgid "Transfer"
-msgstr "Overfr"
-
-#: ../../printerdrake.pm_.c:1846
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"En skriver med navnet \"%s\" eksisterer allerede p %s. \n"
-"Klikk \"Overfr\" for overskrive.\n"
-"Du kan ogs gi ett nytt skrivernavn, eller hoppe over denne skriveren."
-
-#: ../../printerdrake.pm_.c:1854
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Skrivernavn br inneholde kun bokstaver, tall og understrek"
-
-#: ../../printerdrake.pm_.c:1859
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Skriveren \"%s\" eksisterer allerede,\n"
-"nsker du overskrive dens konfigurasjon?"
-
-#: ../../printerdrake.pm_.c:1867
-msgid "New printer name"
-msgstr "Nytt skrivernavn"
-
-#: ../../printerdrake.pm_.c:1870
-#, c-format
-msgid "Transferring %s..."
-msgstr "Overfrer %s ..."
-
-#: ../../printerdrake.pm_.c:1881
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1890
-msgid "Refreshing printer data..."
-msgstr "Frisker opp skriverdata ..."
-
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1969
-#: ../../printerdrake.pm_.c:1981
-msgid "Configuration of a remote printer"
-msgstr "Konfigurasjon av en fjernskriver"
-
-#: ../../printerdrake.pm_.c:1899
-msgid "Starting network..."
-msgstr "Starter nettverk ..."
-
-#: ../../printerdrake.pm_.c:1933 ../../printerdrake.pm_.c:1937
-#: ../../printerdrake.pm_.c:1939
-msgid "Configure the network now"
-msgstr "Konfigurer nettverket n"
-
-#: ../../printerdrake.pm_.c:1934
-msgid "Network functionality not configured"
-msgstr "Nettverksfunksjonalitet ikke konfigurert"
-
-#: ../../printerdrake.pm_.c:1935
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1938
-msgid "Go on without configuring the network"
-msgstr "Fortsett uten konfigurere nettverket"
-
-#: ../../printerdrake.pm_.c:1971
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1972
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1982
-msgid "Restarting printing system..."
-msgstr "Starter skriversystemet p nytt ..."
-
-#: ../../printerdrake.pm_.c:2020
-msgid "high"
-msgstr "hy"
-
-#: ../../printerdrake.pm_.c:2020
-msgid "paranoid"
-msgstr "paranoid"
-
-#: ../../printerdrake.pm_.c:2021
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installerer et utskriftsystem p %s sikkerhetsnivet"
-
-#: ../../printerdrake.pm_.c:2022
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2054
-msgid "Starting the printing system at boot time"
-msgstr "Starter utskriftsystemet ved oppstart"
-
-#: ../../printerdrake.pm_.c:2055
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2078 ../../printerdrake.pm_.c:2116
-#: ../../printerdrake.pm_.c:2146 ../../printerdrake.pm_.c:2179
-#: ../../printerdrake.pm_.c:2284
-msgid "Checking installed software..."
-msgstr "Sjekker installert programvare..."
-
-#: ../../printerdrake.pm_.c:2120
-msgid "Removing LPRng..."
-msgstr "Fjerner LPRng..."
-
-#: ../../printerdrake.pm_.c:2150
-msgid "Removing LPD..."
-msgstr "Fjerner LPD..."
-
-#: ../../printerdrake.pm_.c:2208
-msgid "Select Printer Spooler"
-msgstr "Velg skrivertkbehandler"
-
-#: ../../printerdrake.pm_.c:2209
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Hvilket utskriftsystem (spooler) nsker du bruke?"
-
-#: ../../printerdrake.pm_.c:2242
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Konfigurerer skriver \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2255
-msgid "Installing Foomatic..."
-msgstr "Installerer Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2351
-#: ../../printerdrake.pm_.c:2736 ../../printerdrake.pm_.c:2806
-msgid "Printer options"
-msgstr "Opsjoner for skriver"
-
-#: ../../printerdrake.pm_.c:2321
-msgid "Preparing PrinterDrake..."
-msgstr "Klargjrer PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2893
-msgid "Configuring applications..."
-msgstr "Konfigurerer applikasjoner..."
-
-#: ../../printerdrake.pm_.c:2358
-msgid "Would you like to configure printing?"
-msgstr "nsker du konfigurere en skriver?"
-
-#: ../../printerdrake.pm_.c:2370
-msgid "Printing system: "
-msgstr "Utskriftssystem: "
-
-#: ../../printerdrake.pm_.c:2418
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2422
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Her er flgende skriverk.\n"
-"Du kan legge til flere eller endre de eksisterende."
-
-#: ../../printerdrake.pm_.c:2423
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Her er flgende skriverk.\n"
-"Du kan legge til flere eller endre de eksisterende."
-
-#: ../../printerdrake.pm_.c:2449
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Frisker opp skriverliste (for vise alle tilgjengelige CUPS skrivere)"
-
-#: ../../printerdrake.pm_.c:2467
-msgid "Change the printing system"
-msgstr "Endrer utskriftssystemet"
-
-#: ../../printerdrake.pm_.c:2472 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normalt modus"
-
-#: ../../printerdrake.pm_.c:2628 ../../printerdrake.pm_.c:2678
-#: ../../printerdrake.pm_.c:2887
-msgid "Do you want to configure another printer?"
-msgstr "nsker du konfigurere enda en skriver?"
-
-#: ../../printerdrake.pm_.c:2714
-msgid "Modify printer configuration"
-msgstr "Modifiser skriverkonfigurasjon"
-
-#: ../../printerdrake.pm_.c:2716
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Skriver %s\n"
-"Hva nsker du forandre p denne skriveren?"
-
-#: ../../printerdrake.pm_.c:2720
-msgid "Do it!"
-msgstr "Gjr det!"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2780
-msgid "Printer connection type"
-msgstr "Skrivertilkoblingstype"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2784
-msgid "Printer name, description, location"
-msgstr "Skrivernavn, beskrivelse, sted"
-
-#: ../../printerdrake.pm_.c:2728 ../../printerdrake.pm_.c:2799
-msgid "Printer manufacturer, model, driver"
-msgstr "Skriverprodusent, modell, driver"
-
-#: ../../printerdrake.pm_.c:2729 ../../printerdrake.pm_.c:2800
-msgid "Printer manufacturer, model"
-msgstr "Skriverprodusent, modell"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2810
-msgid "Set this printer as the default"
-msgstr "Sett denne skriveren som standard"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2815
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Legg denne skriveren til Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2741 ../../printerdrake.pm_.c:2824
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Fjern denne skriveren fra Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2833
-msgid "Print test pages"
-msgstr "Skriver ut testsider"
-
-#: ../../printerdrake.pm_.c:2743 ../../printerdrake.pm_.c:2835
-msgid "Know how to use this printer"
-msgstr "Vet hvordan man skal bruke denne skriveren"
-
-#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2837
-msgid "Remove printer"
-msgstr "Fjern skriver"
-
-#: ../../printerdrake.pm_.c:2789
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Fjerner gammel skriver \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2813
-msgid "Default printer"
-msgstr "Standardskriver"
-
-#: ../../printerdrake.pm_.c:2814
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Skriveren \"%s\" er n satt til standard skriver."
-
-#: ../../printerdrake.pm_.c:2818 ../../printerdrake.pm_.c:2821
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Legger skriver til Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Skriveren \"%s\" ble vellykket lagt til Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2822
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2827 ../../printerdrake.pm_.c:2830
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2831
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2839
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "nsker du virkelig fjerne skriveren \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2841
-#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Fjerner skriver \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxy-konfigurasjon"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Velkommen til proxy-konfigurasjonsverktyet.\n"
-"\n"
-"Her kan du sette opp dine http og ftp proxier\n"
-"med eller uten brukernavn og passord\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Vennligst fill ut med http proxy informasjon\n"
-"La feltet vre hvis du ikke nsker en http proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URLen br begynne med \"http:\""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Portnummer burde vre numerisk"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Vennligst fyll ut ftp-proxy informasjonen-nLa feltet vre hvis du ikke "
-"nsker en ftp-proxy"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URLen br begynne med \"ftp:\""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Vennligst skriv inn proxy brukernavn og passord, hvis det eksisterer.\n"
-"La det vre hvis du ikke nsker brukernavn/passord"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "brukernavn"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "passord"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "skriv inn passord p nytt"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Passordene stemmer ikke overens. Prv igjen!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Kan ikke legge til en partisjon til _formattert_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Kan ikke skrive fil %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid mislykket"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid mislykket (kanskje raidtool mangler?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ikke nok partisjoner for RAID niv %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Start ALSA (Advanced Linux Sound Architecture) lydsystem"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron en periodisk kommandoplanlegger."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd blir brukt til overvkning av batteristatus og logging av dette via "
-"syslog.\n"
-"Kan ogs brukes til sl av maskinen nr batteriet er drlig."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Kjrer kommandoer planlagt av at kommandoen ved tidspunkt spesifisert nr\n"
-"at ble kjrt, og kjrer batch kommandoer nr lastingsmengden er lav nok."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron er et standard UNIX-program som kjrer brukerspesifiserte programmer\n"
-"ved periodisk planlagte tider. vixie cron gir flere funksjoner til vanlig "
-"UNIX cron,\n"
-"inkludert bedre sikkerhet og mere kraftfulle konfigurasjonsopsjoner."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM gir musesttte til tekstbaserte Linux applikasjoner som\n"
-"Midnight Commander. Den lar ogs musebaserte konsoller foreta klipp-og-lim "
-"operasjoner,\n"
-"og inkluderer sttte for pop-up menyer i konsollen."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake kjrer et maskinvaresk, og kan konfigurere ny/endret\n"
-"maskinvare."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:414
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache er en World Wide Web tjener. Den blir brukt til tjene HTML-filer\n"
-"og CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internett supertjenerdaemonen (vanligvis kalt inetd) starter\n"
-"varierende Internett-tjenester ettersom det trengs. Den er ansvarlig for "
-"starte\n"
-"mange tjenester, inkludert telnet, ftp, rsh, og rlogin. Stopping av inetd "
-"stopper\n"
-"alle tjenestene den er ansvarlig for."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Start pakkefiltrering for Linux kjerne 2.2 serien for sette\n"
-"opp en brannmur for beskytte maskinen din fra nettverksangrep."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Denne pakken laster det valgte tastaturkartet som er satt i\n"
-"/etc/sysconfig/keyboard. Dette kan bli valgt ved bruk av kbdconfig "
-"verktyet.\n"
-"For de fleste maskiner br dette vre aktivert."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatisk regenerering av kjernehode i /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "automatisk oppdagelse og konfigurering av maskinvare ved oppstart."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf vil noen ganger arrangere utfrelse av forskjellige\n"
-"oppgaver ved oppstart for vedlikeholde systemkonfigurasjon."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd er skriverdaemonen som behves for at lpr skal virke ordentlig. Den er\n"
-"i hovedsak en tjener som fordeler utskriftsjobber til skriveren(e)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, brukt for bygge en tjener med hy ytelse og\n"
-"tilgjengelighet."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:415
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) er en Domain Name Server (DNS) som brukes til bestemme "
-"vertsnavn til IP-adresser."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monterer og demonterer alle Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), og NCP (NetWare) monteringspunkter."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktiverer/deaktiverer alle nettverksgrensesnitt konfigurert til starte\n"
-"ved oppstart."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS er en populr protokoll for fildeling over TCP/IP nettverk.\n"
-"Denne tjenesten tilbyr NFS-tjener funksjonalitet som er konfigurert via\n"
-"/etc/exports filen."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS er en populr protokoll for fildeling over TCP/IP nettverk.\n"
-"Denne tjenesten tilbyr NFS fillsing funksjonalitet."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Slr automatisk p numlock-tast i konsoll og XFree ved\n"
-"oppstart."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Sttter OKI 4w og kompatible winskrivere."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA sttte er vanligvis sttte for ting som ethernet og\n"
-"modem i brbare PC'er. Den vil ikke starte uten konfigurasjon s det er "
-"trygt\n"
-" ha denne installert p maskiner som ikke trenger det."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper hndterer RPC-tilknytninger, som brukes av protokoller\n"
-"som NFS og NIS. Portmap-tjeneren m kjres p maskiner som brukes som\n"
-"tjenere for protokoller som bruker RPC-mekanismen."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:417
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix er en posttransporteringsagent, som er et program som flytter post "
-"fra en maskin til en annen."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Lagrer og gjenoppretter system entropy pool for hyere kvalitet p\n"
-"tilfeldig nummergenerering."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Tilordne r enheter til blokkenheter (som harddisk-\n"
-"partisjoner) for bruk av applikasjoner som Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Den rutete daemonen tillater automatisk oppdatering av IP rutertabell via\n"
-"RIP-protokollen. Mens RIP er mye brukt p sm nettverk, trengs mere "
-"komplekse\n"
-"rutingprotokoller for komplekse nettverk."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokollen lar brukere p et nettverk finne ytelses-\n"
-"metrikser for alle maskinene p nettverket."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokollen lar brukere p et nettverk identifisere hvem som\n"
-"er logget inn p andre maskiner."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokollen lar fjernbrukere motta en liste over alle brukerne\n"
-"som er logget p en maskin som kjrer rwho-daemonen (lik finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Start lydsystemet p maskinen din"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog er en fasilitet som mange daemoner bruker til logge beskjeder\n"
-"til forskjellige systemloggfiler. Det er en god ide alltid kjre syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Last driverene for dine usb enheter."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Starter X-font tjeneren (dette er obligatorisk for at XFree skal kjre)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Velg hvilke tjenester som skal startes automatisk ved oppstart"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Skriver ut"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internett"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Fildeling"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:923
-msgid "System"
-msgstr "System"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Fjernadministrasjon"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Databasetjener"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Tjenester: %d aktivert for %d registrert"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Tjenester"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "kjrer"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "stoppet"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Tjenester og daemoner"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Ingen tilleggsinformasjon\n"
-"om denne tjenesten, begklager."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Ved oppstart"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stopp"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Takk for at du valgte Mandrake Linux 8.2"
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Velkommen til pen kilde verdenen"
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Protokoll for resten av verden"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internett og beskjeder"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia og grafikk"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Utvikling"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrake kontrollpanel"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Brukergrensesnitt"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Tjenerprogramvare"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spill"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Installerer pakke..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Jeg kan ikke lese partisjonstabellen din, den er for delagt for meg :(\n"
-"Jeg vil frske blanke ut drlige partisjoner"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Feil!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Jeg kan ikke finne filen '%s' som jeg trenger."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Autoinstallasjonskonfigurering"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Du holder p med konfigurere en automatisk installasjonsdiskett. Denne "
-"muligheten erlitt farlig, og m brukes forsiktig.\n"
-"\n"
-"Med denne muligeten vil du kunne kjre installasjonen du gjennomfrte p "
-"denne maskinenp nytt, med muligheten for selv kunne forandre p noen av "
-"instillingene.\n"
-"\n"
-"For maksimal sikkerhet vil partisjoneringen og formateringen aldri bli "
-"gjennomfrt automatisk, uansett hva du valgte under installasjonen.\n"
-"\n"
-"nsker du fortsette?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Konfigurasjon av automatiske skritt"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Vennligst velg for hvert steg om det skal vre som under installasjonen, "
-"eller manuelt"
-
-#: ../../standalone/drakautoinst_.c:83
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Oppretter diskett for autoinstallasjon"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratulerer!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketten har blitt generert.\n"
-"Du kan n gjennomfre installasjonen p nytt."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Autoinstallering"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Legg til en enhet"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Fjern siste enhet"
-
-#: ../../standalone/drakbackup_.c:438
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:439
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:443
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:465
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:544 ../../standalone/drakbackup_.c:591
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:592 ../../standalone/drakbackup_.c:656
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:604
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:605
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:655
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:663
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-msgid ""
-"\n"
-" FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:676
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "Feil ved lesing av fil %s"
-
-#: ../../standalone/drakbackup_.c:717 ../../standalone/drakbackup_.c:728
-#: ../../standalone/drakbackup_.c:739 ../../standalone/drakfont_.c:788
-#, fuzzy
-msgid "File Selection"
-msgstr "Pakkevalg"
-
-#: ../../standalone/drakbackup_.c:744
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:779
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:780
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:781
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:782
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:783
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:784
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:801
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Vennligst velg pakkene du nsker installere."
-
-#: ../../standalone/drakbackup_.c:828
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:829 ../../standalone/drakbackup_.c:853
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:851 ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Fjern inngang"
-
-#: ../../standalone/drakbackup_.c:889
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Fjern Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:928
-#, fuzzy
-msgid "Users"
-msgstr "Brukernavn"
-
-#: ../../standalone/drakbackup_.c:954
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:957
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Vennligst test musen."
-
-#: ../../standalone/drakbackup_.c:962
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Vennligst prv igjen"
-
-#: ../../standalone/drakbackup_.c:972
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Vennligst prv igjen"
-
-#: ../../standalone/drakbackup_.c:978
-#, fuzzy
-msgid "Remember this password"
-msgstr "skriv inn passord p nytt"
-
-#: ../../standalone/drakbackup_.c:1042 ../../standalone/drakbackup_.c:2038
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Lokalt nettverksoppkobling"
-
-#: ../../standalone/drakbackup_.c:1049 ../../standalone/drakbackup_.c:2046
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Velg skrivertilkobling"
-
-#: ../../standalone/drakbackup_.c:1075 ../../standalone/drakbackup_.c:2879
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1078 ../../standalone/drakbackup_.c:2883
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Vennligst velg tastatur-oppsettet ditt."
-
-#: ../../standalone/drakbackup_.c:1084 ../../standalone/drakbackup_.c:2895
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Vennligst klikk p en partisjon"
-
-#: ../../standalone/drakbackup_.c:1090 ../../standalone/drakbackup_.c:2901
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1096
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Vennligst velg pakkene du nsker installere."
-
-#: ../../standalone/drakbackup_.c:1102
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1143
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:1146
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1152 ../../standalone/drakbackup_.c:1193
-#: ../../standalone/drakbackup_.c:2003
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1185 ../../standalone/drakbackup_.c:1995
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Vennligst test musen."
-
-#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:2009
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:1257
-#, fuzzy
-msgid "Network"
-msgstr "Nettverksgrensesnitt"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1287 ../../standalone/drakbackup_.c:1291
-#: ../../standalone/drakbackup_.c:1295
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1288 ../../standalone/drakbackup_.c:1292
-#: ../../standalone/drakbackup_.c:1295
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1289 ../../standalone/drakbackup_.c:1293
-#: ../../standalone/drakbackup_.c:1295
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290 ../../standalone/drakbackup_.c:1294
-#: ../../standalone/drakbackup_.c:1295
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1302
-#, fuzzy
-msgid "Use daemon"
-msgstr "Brukernavn"
-
-#: ../../standalone/drakbackup_.c:1307
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Vennligst velg pakkene du nsker installere."
-
-#: ../../standalone/drakbackup_.c:1313
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Vennligst velg sprk som skal brukes."
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Oppdaging av harddisk"
-
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Brukernavn"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1359
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1401
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1406
-#, fuzzy
-msgid "Where"
-msgstr "Hjul"
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "When"
-msgstr "Hjul"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "More Options"
-msgstr "Modulopsjoner:"
-
-#: ../../standalone/drakbackup_.c:1435 ../../standalone/drakbackup_.c:2791
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Nettverkskonfigurasjon"
-
-#: ../../standalone/drakbackup_.c:1453
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Vennligst velg pakkene du nsker installere."
-
-#: ../../standalone/drakbackup_.c:1455
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1466
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1530
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Vennligst velg pakkene du nsker installere."
-
-#: ../../standalone/drakbackup_.c:1531
-#, fuzzy
-msgid "Backup system"
-msgstr "Oppsett filsystemer"
-
-#: ../../standalone/drakbackup_.c:1532
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1535
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1617
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1618
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1620
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1622
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1624
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1625
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1626
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Valg"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1629
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1631
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1633
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1743
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1745
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Vennligst velg hvilken serieport modemet ditt koblet til."
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1776
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1777
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1876
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Nettverkskonfigurasjon"
-
-#: ../../standalone/drakbackup_.c:1894
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1912
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1962
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Vennligst velg din musetype."
-
-#: ../../standalone/drakbackup_.c:1992
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:2073
-msgid "Restore from Hard Disk."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2075
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2133
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Vennligst velg din musetype."
-
-#: ../../standalone/drakbackup_.c:2135
-#, fuzzy
-msgid "Other Media"
-msgstr "Andre"
-
-#: ../../standalone/drakbackup_.c:2141
-#, fuzzy
-msgid "Restore system"
-msgstr "Installer systemet"
-
-#: ../../standalone/drakbackup_.c:2142
-msgid "Restore Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Restore Other"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2149
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2150
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2207
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2215
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Skreddersydd"
-
-#: ../../standalone/drakbackup_.c:2256 ../../standalone/drakbackup_.c:2281
-#: ../../standalone/drakbackup_.c:2302 ../../standalone/drakbackup_.c:2323
-#: ../../standalone/drakbackup_.c:2341 ../../standalone/drakbackup_.c:2373
-#: ../../standalone/drakbackup_.c:2389 ../../standalone/drakbackup_.c:2409
-#: ../../standalone/drakbackup_.c:2428 ../../standalone/drakbackup_.c:2450
-#: ../../standalone/drakfont_.c:578
-msgid "Help"
-msgstr "Hjelp"
-
-#: ../../standalone/drakbackup_.c:2259 ../../standalone/drakbackup_.c:2286
-#: ../../standalone/drakbackup_.c:2305 ../../standalone/drakbackup_.c:2326
-#: ../../standalone/drakbackup_.c:2344 ../../standalone/drakbackup_.c:2392
-#: ../../standalone/drakbackup_.c:2412 ../../standalone/drakbackup_.c:2431
-msgid "Previous"
-msgstr "Forrige"
-
-#: ../../standalone/drakbackup_.c:2261 ../../standalone/drakbackup_.c:2328
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Status"
-
-#: ../../standalone/drakbackup_.c:2307
-#, fuzzy
-msgid "Build Backup"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:2346 ../../standalone/drakbackup_.c:3023
-#, fuzzy
-msgid "Restore"
-msgstr "Skreddersydd"
-
-#: ../../standalone/drakbackup_.c:2394 ../../standalone/drakbackup_.c:2414
-#: ../../standalone/drakbackup_.c:2435
-msgid "Next"
-msgstr "Neste"
-
-#: ../../standalone/drakbackup_.c:2468
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2489
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2512
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Velg pakker for installering"
-
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Vennligst velg sprk som skal brukes."
-
-#: ../../standalone/drakbackup_.c:2584
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Vennligst velg sprk som skal brukes."
-
-#: ../../standalone/drakbackup_.c:2606
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Vennligst velg sprk som skal brukes."
-
-#: ../../standalone/drakbackup_.c:2628
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2649
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2729
-#, fuzzy
-msgid "Backup system files"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:2731
-#, fuzzy
-msgid "Backup user files"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:2733
-#, fuzzy
-msgid "Backup other files"
-msgstr "Drlig sikkerhetskopi-fil"
-
-#: ../../standalone/drakbackup_.c:2735 ../../standalone/drakbackup_.c:2766
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2757
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2761
-#, fuzzy
-msgid "Sending files..."
-msgstr "Finner enheter..."
-
-#: ../../standalone/drakbackup_.c:2831
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2889
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Vennligst test musen."
-
-#: ../../standalone/drakbackup_.c:2907
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2913
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Vennligst velg pakkene du nsker installere."
-
-#: ../../standalone/drakbackup_.c:2979
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Nettverkskonfigurasjon"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Nettverkskonfigurasjon"
-
-#: ../../standalone/drakbackup_.c:3010
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN-konfigurasjon"
-
-#: ../../standalone/drakbackup_.c:3014
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN-konfigurasjon"
-
-#: ../../standalone/drakbackup_.c:3018
-#, fuzzy
-msgid "Backup Now"
-msgstr "Oppsett filsystemer"
-
-#: ../../standalone/drakbackup_.c:3043
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3094
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3124
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3132
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3171
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3197 ../../standalone/drakbackup_.c:3272
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3199 ../../standalone/drakbackup_.c:3274
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3213
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3251
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3260
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3288
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Installasjon av %s mislykket. Flgende feil oppsto:"
-
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "bruk: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-
-#: ../../standalone/drakfloppy_.c:69
-msgid "Module name"
-msgstr "Modulnavn"
-
-#: ../../standalone/drakfloppy_.c:69
-msgid "Size"
-msgstr "Strrelse"
-
-#: ../../standalone/drakfloppy_.c:74 ../../standalone/drakfloppy_.c:373
-msgid "drakfloppy"
-msgstr "drakoppstartsdiskett"
-
-#: ../../standalone/drakfloppy_.c:91
-msgid "boot disk creation"
-msgstr "Lage oppstartsdiskett(er)"
-
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
-msgid "default"
-msgstr "standard"
-
-#: ../../standalone/drakfloppy_.c:115
-#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "Feil: DrakFloppy: %s"
-
-#: ../../standalone/drakfloppy_.c:126
-msgid "kernel version"
-msgstr "kernel versjon"
-
-#: ../../standalone/drakfloppy_.c:132
-msgid "General"
-msgstr "Generelt"
-
-#: ../../standalone/drakfloppy_.c:137
-msgid "Expert Area"
-msgstr "Ekspert omrde"
-
-#: ../../standalone/drakfloppy_.c:140
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd valgfrie argumenter"
-
-#: ../../standalone/drakfloppy_.c:141
-msgid "Add a module"
-msgstr "Legg til en modul"
-
-#: ../../standalone/drakfloppy_.c:161
-msgid "force"
-msgstr "tving"
-
-#: ../../standalone/drakfloppy_.c:162
-msgid "if needed"
-msgstr "hvis det behves"
-
-#: ../../standalone/drakfloppy_.c:163
-msgid "omit scsi modules"
-msgstr "utelat scsi moduler"
-
-#: ../../standalone/drakfloppy_.c:164
-msgid "omit raid modules"
-msgstr "utelat raid moduler"
-
-#: ../../standalone/drakfloppy_.c:200
-msgid "Remove a module"
-msgstr "Fjern en modul"
-
-#: ../../standalone/drakfloppy_.c:222
-msgid "Output"
-msgstr "Utdata"
-
-#: ../../standalone/drakfloppy_.c:234
-msgid "Build the disk"
-msgstr "Opprett disken"
-
-#: ../../standalone/drakfloppy_.c:422
-#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Vr sikker p at det er media i %s"
-
-#: ../../standalone/drakfloppy_.c:427
-#, fuzzy, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-"Det er ikke noe media i %s\n"
-"Vennligst sett inn ett."
-
-#: ../../standalone/drakfloppy_.c:429
-#, c-format
-msgid "Unable to fork: %s"
-msgstr "Kan ikke dele %s"
-
-#: ../../standalone/drakfloppy_.c:433
-#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-"Kan ikke stenge mkbootdisk skikkelig:\n"
-"%s \n"
-"%s"
-
-#: ../../standalone/drakfont_.c:230
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:232
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:254
-#, fuzzy
-msgid "no fonts found"
-msgstr "ingen nettverkskort funnet"
-
-#: ../../standalone/drakfont_.c:262 ../../standalone/drakfont_.c:304
-#: ../../standalone/drakfont_.c:353 ../../standalone/drakfont_.c:413
-#: ../../standalone/drakfont_.c:422 ../../standalone/drakfont_.c:448
-#: ../../standalone/drakfont_.c:460 ../../standalone/drakfont_.c:473
-#, fuzzy
-msgid "done"
-msgstr "Ferdig"
-
-#: ../../standalone/drakfont_.c:266
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:302
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:305
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:328
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:351
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formater diskett"
-
-#: ../../standalone/drakfont_.c:354
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Forbereder installasjon"
-
-#: ../../standalone/drakfont_.c:358
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:362
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:369 ../../standalone/drakfont_.c:385
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:373 ../../standalone/drakfont_.c:389
-#: ../../standalone/drakfont_.c:409
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:378 ../../standalone/drakfont_.c:393
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:400
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:404
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:417
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:458 ../../standalone/drakfont_.c:468
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:470
-#, fuzzy
-msgid "xfs restart"
-msgstr "begrense"
-
-#: ../../standalone/drakfont_.c:477 ../../standalone/drakfont_.c:761
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:551
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formater partisjoner"
-
-#: ../../standalone/drakfont_.c:566
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:571
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN-konfigurasjon"
-
-#: ../../standalone/drakfont_.c:573
-#, fuzzy
-msgid "Font List"
-msgstr "Monteringspunkt"
-
-#: ../../standalone/drakfont_.c:740
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Velg partisjonene du nsker partisjonere"
-
-#: ../../standalone/drakfont_.c:744
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:748
-#, fuzzy
-msgid "StarOffice"
-msgstr "Office"
-
-#: ../../standalone/drakfont_.c:752
-#, fuzzy
-msgid "Abiword"
-msgstr "Avbryt"
-
-#: ../../standalone/drakfont_.c:756
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Skriver"
-
-#: ../../standalone/drakfont_.c:793
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:829
-#, fuzzy
-msgid "Install List"
-msgstr "Installer systemet"
-
-#: ../../standalone/drakfont_.c:859
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:896
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-#, fuzzy
-msgid "Selected All"
-msgstr "Velg fil"
-
-#: ../../standalone/drakfont_.c:898
-#, fuzzy
-msgid "Remove List"
-msgstr "Fjern skriver"
-
-#: ../../standalone/drakfont_.c:915 ../../standalone/drakfont_.c:935
-#, fuzzy
-msgid "Initials tests"
-msgstr "Initmelding"
-
-#: ../../standalone/drakfont_.c:916
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Ikke noe nettverksadapter i systemet ditt!"
-
-#: ../../standalone/drakfont_.c:917
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:918
-#, fuzzy
-msgid "Post Install"
-msgstr "Installer"
-
-#: ../../standalone/drakfont_.c:936
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Ikke noe nettverksadapter i systemet ditt!"
-
-#: ../../standalone/drakfont_.c:937
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Avslutt installering"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:196
-msgid "Internet Connection Sharing"
-msgstr "Deling av Internett tilkobling"
-
-#: ../../standalone/drakgw_.c:122
-msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:134
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Deling av Internett tilkobling er sltt p"
-
-#: ../../standalone/drakgw_.c:135
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Oppsett av deling av Internett tilkobling har allerede blitt gjort.\n"
-"Dette er for yeblikket sltt p.\n"
-"\n"
-"Hva vil du gjre?"
-
-#: ../../standalone/drakgw_.c:139
-msgid "disable"
-msgstr "sl av"
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "dismiss"
-msgstr "avvis"
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "reconfigure"
-msgstr "Konfigurer p nytt"
-
-#: ../../standalone/drakgw_.c:142
-msgid "Disabling servers..."
-msgstr "Slr av tjenere..."
-
-#: ../../standalone/drakgw_.c:150
-msgid "Internet connection sharing is now disabled."
-msgstr "Deling av Internett tilkobling er sltt av"
-
-#: ../../standalone/drakgw_.c:159
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Deling av Internett tilkobling er sltt av"
-
-#: ../../standalone/drakgw_.c:160
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Oppsett av deling av Internett tilkobling har allerede blitt gjort.\n"
-"Dette er for yeblikket sltt av.\n"
-"\n"
-"Hva vil du gjre?"
-
-#: ../../standalone/drakgw_.c:164
-msgid "enable"
-msgstr "sl p"
-
-#: ../../standalone/drakgw_.c:171
-msgid "Enabling servers..."
-msgstr "Slr p tjenere..."
-
-#: ../../standalone/drakgw_.c:176
-msgid "Internet connection sharing is now enabled."
-msgstr "Deling av Internett tilkobling er n sltt p."
-
-#: ../../standalone/drakgw_.c:197
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Du er i ferd med konfigurere maskinen din til dele Internett-"
-"tilkobling.\n"
-"Andre maskiner i nettverket ditt vil da kunne bruke denne maskinens "
-"Internett tilkobling.\n"
-"\n"
-"Merk: du trenger et dedikert nettverksadapter for sette opp et lokalt "
-"nettverk (LAN)."
-
-#: ../../standalone/drakgw_.c:223
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Grensesnitt %s (bruker modul %s)"
-
-#: ../../standalone/drakgw_.c:224
-#, c-format
-msgid "Interface %s"
-msgstr "Grensesnitt %s"
-
-#: ../../standalone/drakgw_.c:232
-msgid "No network adapter on your system!"
-msgstr "Ikke noe nettverksadapter i systemet ditt!"
-
-#: ../../standalone/drakgw_.c:233
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ikke noe ethernet nettverksadapter har blitt oppdaget i systemet ditt. "
-"Vennligst kjr verktyet for maskinvarekonfigurasjon."
-
-#: ../../standalone/drakgw_.c:239
-msgid "Network interface"
-msgstr "Nettverksgrensesnitt"
-
-#: ../../standalone/drakgw_.c:240
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Det er bare ett konfigurert nettverksadapter i systemet ditt:\n"
-"\n"
-"%s\n"
-"\n"
-"Jeg er i ferd med sette opp ditt lokale nettverk (LAN) med dette adapteret."
-
-#: ../../standalone/drakgw_.c:249
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Vennligst velg hvilket nettverksadapter som skal kobles til ditt lokale "
-"nettverk (LAN)."
-
-#: ../../standalone/drakgw_.c:267
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor er ikke konfigurert"
-
-#: ../../standalone/drakgw_.c:268
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:273
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Konfigurasjon av automatiske skritt"
-
-#: ../../standalone/drakgw_.c:274
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Modifiser skriverkonfigurasjon"
-
-#: ../../standalone/drakgw_.c:276
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:288
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:293
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:294
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS tjener IP"
-
-#: ../../standalone/drakgw_.c:295
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:302
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:313
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Mulig LAN-adresse konflikt funnet i konfigurasjonen til %s!\n"
-
-#: ../../standalone/drakgw_.c:321
-msgid "Firewalling configuration detected!"
-msgstr "Brannmurkonfigurasjon oppdaget!"
-
-#: ../../standalone/drakgw_.c:322
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Advarsel! En eksisterende brannmurkonfigurasjon har blitt oppdaget. Du "
-"trenger muligens konfigurere noe manuelt etter installasjon."
-
-#: ../../standalone/drakgw_.c:329
-msgid "Configuring..."
-msgstr "Konfigurerer..."
-
-#: ../../standalone/drakgw_.c:330
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Konfigurerer script, installerer programvare, starter tjenere..."
-
-#: ../../standalone/drakgw_.c:366
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemer ved installering av pakke %s"
-
-#: ../../standalone/drakgw_.c:549
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Alt har blitt konfigurert.\n"
-"Du kan n dele Internett-tilkobling med andre maskiner p ditt lokale "
-"nettverk ved bruke automatisk nettverkskonfigurasjon (DHCP)."
-
-#: ../../standalone/drakgw_.c:566
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Oppsett har allerede blitt gjort, men er for yeblikket sltt av."
-
-#: ../../standalone/drakgw_.c:567
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Oppsett har allerede blitt gjort, og er for yeblikket sltt p."
-
-#: ../../standalone/drakgw_.c:568
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Deling av Internett tilkobling har aldri blitt konfigurert."
-
-#: ../../standalone/drakgw_.c:573
-msgid "Internet connection sharing configuration"
-msgstr "Internett deling av tilkobling konfigurasjon"
-
-#: ../../standalone/drakgw_.c:580
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Velkommen til verktyet for deling av Internett tilkobling!\n"
-"\n"
-"%s\n"
-"\n"
-"Klikk p Konfigurer for starte oppsett-hjelperen."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Nettverkskonfigurasjon (%d adaptere"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Slett profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil som skal slettes:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Ny profil...."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Vertsnavn: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internett-tilgang"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Type:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Grensesnitt:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigurer internetttilgang...."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN-konfigurasjon"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "rensesnitt"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfigurer lokalt nettverk"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Wizard..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Bruk"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Vennligst vent . . . Setter konfigurasjonen p plass"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Tilkoblet"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Ikke tilkoblet"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Koble til..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Koble fra..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Du har ingen konfigurerte grensesnitt.\n"
-"Konfigurer disse frst ved klikke p 'Konfigurer'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN-konfigurasjon"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Oppstartsprotokoll"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Startet ved oppstart"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP-klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktiver n"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktiver n"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Du har ingen internett-tilkobling.\n"
-"Opprett en frst ved klikke p 'Konfigurer'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Internett tilkobling konfigurasjon"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Internett tilkobling konfigurasjon"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Oppkoblingstype:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametere"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernettkort"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-klient"
-
-#: ../../standalone/draksec_.c:51
-msgid "Setting security level"
-msgstr "Setter sikkerhetsniv"
-
-#: ../../standalone/draksec_.c:57
-#, fuzzy
-msgid "Setting security user"
-msgstr "Setter sikkerhetsniv"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrollpanel"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Velg verktyet du nsker bruke"
-
-#: ../../standalone/drakxtv_.c:55
-msgid ""
-"XawTV isn't installed!\n"
-"\n"
-"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv\n"
-"module in \"/etc/modules\") nor installed xawtv, please send the\n"
-"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
-"with subject \"undetected TV card\".\n"
-"\n"
-"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Canadisk (Quebec)"
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "China (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Frankrike"
-
-#: ../../standalone/drakxtv_.c:74
-#, fuzzy
-msgid "Ireland"
-msgstr "Islansk"
-
-#: ../../standalone/drakxtv_.c:74
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:75
-#, fuzzy
-msgid "Australia"
-msgstr "sterrike"
-
-#: ../../standalone/drakxtv_.c:75
-#, fuzzy
-msgid "Newzealand"
-msgstr "Netherlands"
-
-#: ../../standalone/drakxtv_.c:76
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:77
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:113
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:115
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:116
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:120
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:128
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:131
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Det var en feil ved installering av pakkene:"
-
-#: ../../standalone/drakxtv_.c:132
-msgid "XawTV isn't installed!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:135
-msgid "Have a nice day!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:136
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:148
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:149
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "bruk: keyboarddrake [--expert] [tastatur]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Vennligst velg tastatur-oppsettet ditt."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "nsker du at BackSpace skal returnere Delete i konsoll?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Bytt CD"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Vennligst sett inn installasjons-CD'en i stasjonen og trykk Ok nr du er\n"
-"ferdig. Hvis du ikke har denne, trykk Avbryt for unng oppgradering."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Kan ikke starte oppgradering !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:516
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Vis kun for denne dag"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Fil/_Ny"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Fil/_pne"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Fil/_Lagre"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>L"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Fil/Lagre _Som"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Fil/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Valg"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Valg/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Hjelp"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Hjelp/_Om..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Brukernavn"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "meldinger"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "sk"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Ett verkty for sjekke loggene dine"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Instillinger"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "lik"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "men ikke lik"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Velg fil"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Innholdet i filen"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:392
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "vennligst vent, gjennomgr %s"
-
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Lilo/Grub konfigurasjon"
-
-#: ../../standalone/logdrake_.c:408
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Velkommen til proxy-konfigurasjonsverktyet.\n"
-"\n"
-"Her kan du sette opp dine http og ftp proxier\n"
-"med eller uten brukernavn og passord\n"
-
-#: ../../standalone/logdrake_.c:416
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache og Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:419
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:420
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:421
-#, fuzzy
-msgid "xinetd"
-msgstr "Avslutt"
-
-#: ../../standalone/logdrake_.c:424
-#, fuzzy
-msgid "service setting"
-msgstr "Tjener"
-
-#: ../../standalone/logdrake_.c:425
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:435
-#, fuzzy
-msgid "load setting"
-msgstr "Formatering"
-
-#: ../../standalone/logdrake_.c:436
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:449
-#, fuzzy
-msgid "alert configuration"
-msgstr "Internett-konfigurasjon"
-
-#: ../../standalone/logdrake_.c:450
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:493
-msgid "Save as.."
-msgstr "Lagre Som..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Vennligst velg din musetype."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "ingen serie_usb funnet\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulere tredje knapp?"
-
-#: ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Leser skriverdata: ..."
-
-#: ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Finner enheter ..."
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Velg et grafikk-kort"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Oppstartsenhet"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Brannmurkonfigurasjon"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Brannmurkonfigurasjon"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Brannmur\n"
-"\n"
-"Du har allerede satt opp en brannmur.\n"
-"Klikk p Konfigurer for endre eller fjerne brannmuren"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Brannmur\n"
-"\n"
-"Klikk p Konfigurer for sette opp en standard brannmur"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Velg sprk"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Velg installasjonsklasse"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Oppdaging av harddisk"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfigurer mus"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Velg tastatur"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sikkerhet"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Oppsett filsystemer"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formater partisjoner"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Velg pakker for installering"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installer systemet"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Legg til en bruker"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfigurer nettverk"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigurer tjenester"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installer oppstartslaster"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Opprett en oppstartdiskett"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurer X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Installer systemet"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Avslutt installering"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall konfigurering\n"
-"\n"
-"Dette konfigurerer en personlig brannmur for denne Mandrake Linux maskinen.\n"
-"For en kraftig dedikert brannmurlsning ta en kikk p den\n"
-"spesialiserte MandrakeSecurity Firewall distribusjonen."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Vi vil n stille deg sprsml om hvilke tjenester du vil tillate\n"
-"Internett koble til. Tenk nye over disse sprsmlene,\n"
-"da sikkerheten til maskinen din er viktig.\n"
-"\n"
-"Hvis du ikke bruker noen av disse tjenestene for yeblikket, skru\n"
-"av brannmur. Du kan endre denne konfigurasjonen nr du vil ved \n"
-"kjre denne applikasjonen p nytt!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Kjrer du en web-tjener p denne maskinen som hele hele Internett trenger\n"
-" se? Hvis du kjrer en web-tjener som kun trenger tilgang fra denne "
-"maskinen\n"
-"kan du trygt svare NEI her.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Kjrer du en navnetjener p denne maskinen? Hvis du ikke satte opp en\n"
-"for gi ut IP og soneinformasjon til hele Internett, vennligst svar nei.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"nsker du tillate innkommende Secure Shell (ssh) tilkoblinger? Dette\n"
-"er et alternativ til telnet som du kan bruke til innlogg. Hvis du bruker\n"
-"telnet n burde du definitivt bytte til ssh. telnet er ikke kryptert --\n"
-"s noen angripere kan stjele passordet ditt hvis du bruker det. ssh\n"
-"er kryptert og tillater ikke dette."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"nsker du tillate innkommende telnet tilkoblinger?\n"
-"Dette er forferdelig usikkert som vi forklarte i forrige skjermbilde. Vi\n"
-"anbefaler p det sterkeste svare Nei her og bruke ssh i stedet for\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Kjrer du en FTP-tjener her som du trenger ha tilgjengelig p\n"
-"Internett? I sfall anbefaler vi p det sterkeste at du kun bruker\n"
-"den til anonyme overfringer. Passord sendt med FTP kan stjeles av\n"
-"angripere, siden FTP heller ikke bruker kryptering for overfre passord.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Kjrer du en epost-tjener her? Hvis du sender beskjeder via \n"
-"pine, mutt eller andre tekstbaserte epost-klienter gjr du\n"
-"antageligvis det. Eller skal du sl av dette.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Kjrer du en POP- eller IMAP-tjener her? Denne vil bli\n"
-"brukt som vert for ikke-web-baserte epost-kontoer via \n"
-"denne maskinen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Det ser ut til at du kjrer en 2.2 kjerne. Hvis nettverks-IP'en\n"
-"din er automatisk satt av en maskin hjemme eller p kontoret \n"
-"(dynamisk tildelt), trenger vi tillate dette.. Er dette\n"
-"tilfelle?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Mottar maskinen din tid synkronisert til en annen maskin?\n"
-"For det meste er dette brukt av medium-store /Unix/Linux\n"
-"organisasjoner for synkronisere tid for ting som logging. Hvis\n"
-"du ikke er en del av et strre kontor og ikke har hrt om dette\n"
-"gjr du antageligvis ikke."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurasjon ferdig. Skal vi skrive endringene til disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan ikke pne %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kan ikke pne %s for skriving: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Brannmurkonfigurasjon"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Vennligst vent, forbereder installasjon"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Nettverksmaskin (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-tjener, SMB-tjener, Proxy-tjener, SSH-tjener"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome arbeidstasjon"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Verkty for din Palm Pilot eller din Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Arbeidstasjon"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Server, Brannmur/ruter"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Tjener for domenenavn og nettverksinformasjon"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kontorprogrammer: tekstbehandlere (kword, abiword), regneark (kspread, "
-"gnumeric), pdf fremvisere etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Lydrelaterte verkty: mp3 eller midi-spillere, miksere etc."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bker og howto's om Linux og fri programvare"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE arbeidstasjon"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Sett med verkty for e-post, nyheter, web, filoverfring og chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Database"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL eller MySQL database tjener"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Verkty for forenkle konfigurasjonen p maskinen din"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Lyd"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentasjon"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsollverkty"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix posttjener, Inn nyhetstjener"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internettstasjon"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediastasjon"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfigurasjon"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Mere grafiske skrivebord (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, basis grafikkmilj med en samling av passende verkty"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafisk milj"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache og Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Verkty for opprette og brenne CD'er"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kontor og arbeidsmaskin"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Tjener"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiske programmer s som Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C og C++ utviklingsbibliotek, programmer og include filer"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Nettverk datamaskintjener"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Server, Mail/Gruppevare/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spillstasjon"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videospillere og redigerere"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafikk"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Underholdningsprogrammer: arkade, bordspill, strategi etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Sett med verkty for lese og sende e-post og nyheter (pine, mutt, tin...) "
-"og for se p webben"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Personlig finans"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Et grafisk milj med et brukervennlig sett med applikasjoner og skrivebords- "
-"verkty"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienter for forskjellige protokoller inkludert ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internett-gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Lyd og bilde avspilling/redigeringsprogrammer"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andre grafiske skrivebord"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Redigerere, skall, filverkty, terminaler"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmer for hndtere dine finanser, s som gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Personling informasjonshndtering"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD-brenning"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Vitenskaplig arbeidsstasjon"
-
-#~ msgid "Complete (%dMB)"
-#~ msgstr "Full (%dMB)"
-
-#~ msgid "Minimum (%dMB)"
-#~ msgstr "Minimum (%dMB)"
-
-#~ msgid "Recommended (%dMB)"
-#~ msgstr "Anbefalt (%dMB)"
-
-#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, "
-#~ "PhotoSmart, LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-#~ msgstr ""
-#~ "Er skriveren din en multifunksjonsenhet fra HP (OfficeJet, PSC, "
-#~ "PhotoSmart, LaserJet 1100/1200/1220/3200/3300 med skanner)?"
-
-#~ msgid ""
-#~ "***********************************************************************\n"
-#~ "\n"
-#~ msgstr ""
-#~ "***********************************************************************\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "\n"
-#~ "***********************************************************************\n"
-#~ "\n"
-#~ msgstr ""
-#~ "\n"
-#~ "\n"
-#~ "***********************************************************************\n"
-#~ "\n"
-
-#~ msgid "Utilities"
-#~ msgstr "Verkty"
-
-#~ msgid "Archiving, emulators, monitoring"
-#~ msgstr "Arkivering, emulatorer, overvkning"
diff --git a/perl-install/share/po/pl.po b/perl-install/share/po/pl.po
deleted file mode 100644
index 420d569c8..000000000
--- a/perl-install/share/po/pl.po
+++ /dev/null
@@ -1,13539 +0,0 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 MandrakeSoft
-# Pawel Jablonski <pj@linux-mandrake.com>, 1999-2000.
-# Wojciech Karas <karas@uci.agh.edu.pl>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-08-10 10:57GMT+0200\n"
-"Last-Translator: Pawel Jablonski <pj@linux-mandrake.com>\n"
-"Language-Team: Polish <pl@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.8\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Konfiguruj wszystkie monitory niezalenie"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Uyj rozszerzenia Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfiguruj tylko kart \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Konfiguracja wielomonitorowa"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Twj system obsuguje wiele monitorw.\n"
-"Co chcesz zrobi?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Karta graficzna"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Wybierz kart graficzn"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Wybierz X serwer"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X serwer"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Wybierz X serwer"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X serwer"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Ktr konfiguracj XFree chcesz mie?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Dla Twojej karty akceleracja 3D jest obsugiwana tylko przez XFree %s.\n"
-"Twoja karta jest obsugiwana przez XFree %s, gdzie moe by wydajniejsza "
-"obsuga 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Dla Twojej karty akceleracja 3D jest obsugiwana tylko przez XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s z obsug sprztowej akceleracji 3D"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Dla Twojej karty akceleracja 3D jest obsugiwana przez XFree %s.\n"
-"JEST TO ROZWIZANIE EKSPERYMENTALNE, MOE ZAWIESI KOMPUTER."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s z EKSPERYMENTALN obsug sprztowej akceleracji 3D "
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Dla Twojej karty akceleracja 3D jest obsugiwana tylko przez XFree %s.\n"
-"JEST TO ROZWIZANIE EKSPERYMENTALNE, MOE ZAWIESI KOMPUTER.\n"
-"Twoja karta jest obsugiwana przez XFree %s, gdzie moe by wydajniejsza "
-"obsuga 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installation display driver)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Konfiguracja XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Okrel rozmiar pamici karty graficznej"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Wybierz opcje serwera"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Wybierz monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dwa krytyczne parametry to czstotliwo synchronizacji pionowej,\n"
-"ktra okrela, jak czsto odwieany jest cay ekran oraz najbardziej "
-"istotny\n"
-"- czstotliwo synchronizacji poziomej - rysowania linii.\n"
-"\n"
-"Jest BARDZO WANE aby nie poda typu monitora o wikszym zakresie\n"
-"czstotliwoci odchylania ni moliwoci twojego monitora,\n"
-"poniewa moe to spowodowa jego uszkodzenie.\n"
-"Jeli masz wtpliwoci, wybierz zachowawcze ustawienia."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Czstotliwo synchronizacji poziomej"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Czstotliwo synchronizacji pionowej"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Nie skonfigurowano monitora"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Nie skonfigurowano jeszcze karty graficznej"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Nie okrelono jeszcze rozdzielczoci"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Chcesz przetestowa t konfiguracj?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Ostrzeenie: testowanie tej karty moe zawiesi komputer"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test konfiguracji"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"sprbuj zmieni jakie parametry"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Wystpi bd:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Pozostalo %d sekund"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Czy te ustawienia sa prawidlowe?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Wystpi bd, sprbuj zmieni jakie parametry"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rozdzielczo"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Okrel rozdzielczo oraz gbi kolorw"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Karta graficzna: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Serwer XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Wicej"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Tryb eksperta"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Poka wszystkie"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rozdzielczoci"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Ukad klawiatury: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Typ myszy: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Port myszy: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Synchronizacja pozioma monitora: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Synchronizacja pionowa monitora: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Karta graficzna: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Karta graficzna: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Pami karty: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Ilo kolorw: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rozdzielczo: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Serwer XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Sterownik XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Przygotowywanie konfiguracji X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Co chcesz zrobi?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Zmieni monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Zmieni kart graficzn"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Zmieni opcje serwera"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Zmieni rozdzielczo"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Obejrze informacje"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Przetestowa ponownie"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Wyj"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Zachowa zmiany?\n"
-"Aktualna konfiguracja jest nastpujca:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X przy uruchomieniu "
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Mona skonfigurowa komputer, aby automatycznie po uruchomieniu startoway X-"
-"y.\n"
-"Czy chcesz, by X-y uruchamiay si po restarcie?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "By uaktywni zmiany zaloguj si ponownie do %s"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Wyloguj si i uyj kombinacji klawiszy Ctrl-Alt-BackSpace "
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 kolorw (8 bitw)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tysice kolorw (15 bitw)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tysicy kolorw (16 bitw)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milionw kolorw (24 bity)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardy kolorw (32 bity)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB lub wicej"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standardowa VGA, 640x480 przy 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 przy 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Zgodny z 8514, 1024x768 przy 87 Hz z przeplotem (bez 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 przy 87 Hz z przeplotem, 800x600 in 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Rozszerzona SVGA, 800x600 przy 60 Hz, 640x480 przy 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA bez przeplotu, 1024x768 przy 60 Hz, 800x600 przy 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Wysokoczstotliwociowy SVGA, 1024x768 przy 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Wieloczstotliwociowy do 1280x1024 przy 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Wieloczstotliwociowy do 1280x1024 przy 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Wieloczstotliwociowy do 1280x1024 przy 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor do 1600x1200 przy 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor do 1600x1200 przy 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Pierwszy sektor na partycji startowej"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Pierwszy sektor na dysku (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalacja SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Gdzie chcesz zainstalowa program rozruchowy?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalacja LILO/Grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO z menu tekstowym"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO z menu graficznym"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Start z DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Podstawowe opcje programu rozruchowego"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Uyty program rozruchowy"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalacja programu rozruchowego"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Urzdzenie startowe"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nie funkcjonuje ze starszymi BIOSami)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Odczytuj due bloki"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "due bloki"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Tryb video"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Opnienie przed uruchomieniem domylnego systemu"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Haso"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Haso (powtrnie)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Ograniczenie opcji linii komend"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "ograniczenie"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Wyczyci /tmp przy kadym starcie systemu"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Okrel rozmiar pamici, jeli trzeba (znaleziono %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Wczy profile sprztowe?"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Podaj rozmiar pamici w MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Opcja \"Ograniczenie opcji linii komend\" nie dziaa bez hasa"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Prosz sprbowa ponownie"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Hasa nie zgadzaj si"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Komunikat startowy"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Delay"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Opnienie uruchamiania"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Uaktywni uruchamianie z CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Enable OF Boot?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Domylny system?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Masz nastpujce pozycje.\n"
-"Moesz doda nastpne lub zmieni istniejce."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Zrobione"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modyfikuj"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Jakiego typu pozycj chcesz doda?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Inny system operacyjny (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Inny system operacyjny (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Inny system operacyjny (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Obraz"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Docz"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Startowy ramdysk"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Zapis-odczyt"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabela"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Niebezpieczne"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etykieta"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Domylne"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Rozmiar startowego ramdysku"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "brak video"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Usu pozycj"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Pusta etykieta jest niedozwolona"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Musisz mie partycj wymiany (swap)"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ta etykieta jest ju uywana"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Znaleziono %s %s interfejsw"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Masz inne?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Czy masz interfejs %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nie"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Tak"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Poka informacj o sprzcie"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalacja sterownika do karty %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modu %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Ktry sterownik %s wyprbowa?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"W pewnych przypadkach sterownik %s potrzebuje dodatkowych\n"
-"informacji do poprawnego dziaania, mimo e zazwyczaj dziaa\n"
-"bez nich. Czy chcesz poda dodatkowe parametry, czy te \n"
-"pozwolisz sterownikowi wykry je automatycznie?\n"
-"Czasami wykrywanie moe zawiesi komputer, nie powoduje to\n"
-"jednak adnych problemw (utraty danych)."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Autodetekcja"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Okrel parametry"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Moesz przekaza do moduu %s parametry.\n"
-"S one w formacie \"nazwa1=warto1 nazwa2=warto2 ...\n"
-"Np. \"io=0x300 irq=7\" "
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opcje moduu:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Nieudane zaadowanie moduu %s.\n"
-"Chcesz sprbowa z innymi parametrami?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(ju dodano %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Haso jest zbyt proste"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Prosz poda nazw uytkownika"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Nazwa uytkownika moe skada si tylko z maych liter, cyfr, `-'i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Ten uytkownik zosta ju dodany"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Dodaj uytkownika"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Podaj dane uytkownika\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Akceptuj uytkownika"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nazwisko"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Identyfikator:"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Powoka"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatyczne logowanie"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mona skonfigurowa komputer, by automatycznie logowa uytkownika\n"
-"w systemie. Jeli nie chcesz korzysta z tej moliwoci, wybierz Anuluj."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Wybierz domylnego uytkownika:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Wybierz uruchamiane rodowisko graficzne:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Wybierz jzyk uywania systemu"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Moesz wybra inne jzyki, ktre chcesz mie do dyspozycji po instalacji"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Wszystkie"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Uytkownicy"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Uytkownika"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "Uruchamianie CUPS"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Ten pakiet musi by uaktualniony.\n"
-"Jeste pewien, e chcesz go odznaczy?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Anuluj"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Witajcie, wamywacze"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Zy"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardowa"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Wysoki"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Wysoki"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidalny"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Ten poziom powinien by uywany ostronie. Co prawda system jest atwiejszy\n"
-"do uywania, ale jest te bardziej wraliwy i mniej bezpieczny, szczeglnie "
-"dla \n"
-"maszyn pracujcych w Internecie. Nie ma zabezpieczenia hasem!"
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Hasa s uaktywnione, ale cigle nie zalecamy uywania komputera\n"
-"w sieci."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"To jest standardowy poziom zabezpiecze dla komputera, ktry bdzie\n"
-"korzysta z sieci jako klient."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Ten poziom umoliwia uycie komputera jako serwera, ktry akceptuje\n"
-"poczenia z wieloma klientami przy zachowaniu wysokiego \n"
-"poziomu bezpieczestwa."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"To czwarty poziom zabezpiecze.\n"
-"System jest cakowicie zamknity, poziom zabezpiecze jest maksymalny."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Wybierz poziom bezpieczestwa"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Ustawienie poziomu bezpieczestwa"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Wybierz opcje serwera"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Witamy w programie wybierajacym system operacyjny- %s\n"
-"\n"
-"Wybierz system operacyjny z listy powyzej lub\n"
-"czekaj %d sekund na domyslny start.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Witamy w programie wybierajacym system - GRUB!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Uzyj %c i %c klawiszy , aby podswietlic pozycje."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Nacisnij Enter, aby zaladowac wybrany system operacyjny, `e' aby wyedytowac"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komendy przed zaladowaniem albo `c' , aby pracowac w linii polecen."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Podswietlony system zostanie uruchomiony po %d sekundach."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nie ma ju miejsca na /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Pulpit"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Menu startowe"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Gdzie chcesz zainstalowa program rozruchowy?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "brak pomocy.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfiguracja sposobu uruchamiania"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Plik"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Plik/Za_kocz"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>k"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Wygld nowoczesny z kategoriami"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Styl nowoczesny"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Wygld tradycyjny"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Wygld tradycyjny Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Uaktywnij graficzny start"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Tryb Lilo/Grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Tryb Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"%s jest programem uruchamiajcym system (bootloaderem)\n"
-"Wybierz Konfiguruj, by uruchomi kreatora.."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfiguruj"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Tryb pracy systemu"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Uruchom X-Window po uruchomieniu"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nie, nie chc automatycznego logowania"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Tak, chc dla tego uytkownika korzysta z automatycznego logowania"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "nie mona otworzy dla odczytu /etc/inittab: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minut"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekund"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Nie mona doda wicej partycji"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-"Moesz wybra inne jzyki, ktre chcesz mie do dyspozycji po instalacji"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francja"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "belgijski"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "niemiecki"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "grecki"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "norweski"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Patrz"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "woski"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "szeregowa"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Prosz zacz od archiwizacji danych"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Czytaj uwanie!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Jeeli masz zamiar uywa aboot pamitaj, by zostawi, \n"
-"wolne miejsce na pocztku dysku - wystarczy 2048 sektorw."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Bd"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Kreator"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Wybierz czynno"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Na dysku jest jedna wielka partycja FAT.\n"
-"(zazwyczaj uywana przez Microsoft Dos/Windows)\n"
-"Naley zacz od pomniejszenia tej partycji\n"
-"(kliknij na partycji, po czym kliknij na \"Zmie rozmiar\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Prosz klikn na partycji"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Szczegy"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "nieudane montowanie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Pusta"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Inna"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Typy systemu plikw:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Utwrz"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Typ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Uyj zamiast tego ``%s'' "
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Usu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Najpierw ``Odmontuj'' "
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Po zmianie typu partycji %s, wszystkie dane na niej zostan utracone"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Wybierz czynno"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Utwrz now partycj"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Przecz na tryb zaawansowany"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Przecz na tryb standardowy"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Cofnij"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Kontynuowa mimo to?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Wyjcie bez zapisywania"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Opuci program bez zapisywania tablicy partycji?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Chcesz przetestowa t konfiguracj?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Rozmie automatycznie"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Wyczy wszystko"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Wykrywanie dyskw"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Wszystkie partycje podstawowe s uywane"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Nie mona doda wicej partycji"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"By mie wicej partycji, naley usun jedn,\n"
-"by byo moliwe utworzenie partycji rozszerzonej."
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Zapisz tablic partycji"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Odzyskaj tablic partycji"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Odzyskaj tablic partycji"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Odzyskaj tablic partycji"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Automatyczne montowanie wyjmowanych dyskw"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Wybierz plik"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Zapasowa tablica partycji ma inny rozmiar\n"
-"Kontynuowa?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Ostrzeenie"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"W dyskietk do stacji.\n"
-"Wszystkie dane na niej zostan utracone"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Prba odzyskania tablicy partycji"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Obejrze informacje"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Punkt montowania"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcje"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Zmie rozmiar"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Przesu"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatuj"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montuj"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Dodaj do RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Dodaj do LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Odmontuj"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Usu z RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Usu z LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modyfikuj RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Uyj na plikopartycj"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Utwrz now partycj"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sektor startowy: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Rozmiar w MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Typ systemu plikw: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punkt montowania: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferencja:"
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatowanie plikopartycji %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Zmiana typu partycji"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Jakiego systemu plikw potrzebujesz?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Przeczenie z ext2 do ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Gdzie chcesz zamontowa plikopartycje %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gdzie chcesz zamontowa urzdzenie %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Nie mona odmontowa tej partycji, gdy jest uywana przez plikopartycj.\n"
-"Zacznij od usunicia plikopartycji."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Obliczanie granic systemu plikw FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Zmiana rozmiaru"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Tej partycji nie mona zmniejszy"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Wszystkie dane na tej partycji powinny zosta zarchiwizowane"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Po zmianie rozmiaru partycji %s, wszystkie dane na niej zostan utracone"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Okrel nowy rozmiar"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Rozmiar w MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Na ktry dysk chcesz przenie ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Na ktry sektor chcesz przenie ?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Przenoszenie"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Przenoszenie partycji..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Wybierz istniejcy RAID aby doda do niego"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nowy"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Wybierz istniejcy LVM aby doda do niego"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nazwa LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Na tej partycji nie mona zaoy plikopartycji"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Plikopartycja"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nazwa plikopartycji: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Nazwisko"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Plik jest ju uywany jako plikopartycja, wybierz inny"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Plik ju istnieje. Uy go?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Opcje moduu:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "urzdzenie"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "poziom"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "rozmiar kawaka"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Uwaaj: ta operacja jest niebezpieczna"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Okrel sposb partycjonowania."
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Niestety, nie mona utworzy /boot tak daleko na dysku (poza cylindrem "
-"1024)\n"
-"Albo uyjesz LILO, (nie bdzie dziaa), lub nie bdziesz uywa lilo\n"
-"i nie potrzebujesz /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Dodae partycj root (/) na dysku poza cylindrem 1024, nie ma te\n"
-"partycji /boot. Jeeli wic chcesz uywa programu rozruchowego lilo\n"
-"dodaj partycj /boot poniej cylindra 1024"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Wybrae jako partycj root (/) programowy RAID.\n"
-"aden program rozruchowy nie jest w stanie obsuy jej bez partycji /boot.\n"
-"Pamitaj wic o dodaniu partycji /boot."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tablica partycji napdu %s bdzie zapisana na dysk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Naley zrestartowa komputer przed uaktywnieniem zmian"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Po sformatowaniu wszystkie dane na partycji %s, zostan utracone"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatowanie"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatowanie plikopartycji %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatowanie partycji %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid pad"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Brak wolnego miejsca do stworzenia nowych partycji"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Brak wolnego miejsca do stworzenia nowych partycji"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Rozdzielczo: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Urzdzenie: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Dosowy dysk: (przypuszczalnie %s)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Rodzaj: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nazwa:"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Pocztek: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Rozmiar: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorw"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cylinder %d do cylindra %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Sformatowana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nie sformatowana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Zamontowano\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Plikopartycje:%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Domylna partycja startowa\n"
-" (dla startu MS-DOS, nie dla lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Poziom %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Rozmiar kawaka %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Dyski RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nazwa plikopartycji: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Rozmiar: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cylindrw, %s gowic, %s sektorw\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informacje: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Dyski LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Typ tabeli partycji: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na szynie %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcje: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Typ systemu plikw: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "To haso jest zbyt proste ( musi by co najmniej %d znakw)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Hasa nie zgadzaj si"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Zmiana typu partycji"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Prosz klikn na partycji"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Serwer DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatowania z %s nieudane"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Nie wiadomo jak sformatowa %s typu %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck zwrcio kod bdu %d lub sygna %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "bd odmontowania %s; %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "proste"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "serwer"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Nie mona uywa JFS na partycji mniejszej ni 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Nie mona uywa ReiserFS na partycji mniejszej ni 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Punkty montowania musz zaczyna si od /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Istnieje partycja z punktem montowania %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Nie mon uy LVM dla punktu montowania %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Ten katalog powinien by wewntrz systemu plikw / (root)"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Dla tego punktu montowania potrzebujesz porzdnego systemu plikw (ext2,"
-"reiserfs)\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Nie mon uy LVM dla punktu montowania %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Brak wolnego miejsca dla automatycznego rozmieszczenia"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Bd otwarcia %s do zapisu: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Wystpi bd - nie znaleziono urzdze, na ktrych mona utworzy nowe \n"
-"systemy plikw. Sprawd sprzt, by wykry przyczyn"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nie masz adnych partycji!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Powyej pokazano wykryte na Twoim dysku istniejce partycje linuksowe\n"
-"Moesz zastosowa wybr okrelony przez kreatora, s one odpowiednie\n"
-"w wikszoci przypadkw. Jesli chcesz zmieni , musisz okreli co najmniej\n"
-"partycj root (\"/\"). Nie wybieraj zbyt maej partycji - nie bdziesz mg "
-"wwczas\n"
-"zainstalowa zbyt duo oprogramowania. Jeli chcesz trzyma swoje dane na \n"
-"oddzielnej partycji, moesz take wybra \"/home\" (jest to moliwe tylko, "
-"jeli\n"
-"masz wicej ni jedn partycj linuksow\n"
-"\n"
-"\n"
-"Dla informacji, kada partycja jest okrelona przez \"Nazw\" i \"Rozmiar"
-"\".\n"
-"\n"
-"\n"
-"Nazwa jest okrelana nastpujco: \"typ dysku\",\"numer dysku\",\n"
-"\"numer partycji\". (na przykad \"hda1\").\n"
-"\n"
-"\n"
-"\"Typ dysku\" to \"hd\" w przypadku dyskw IDE, \"sd\" w przypadku SCSI\n"
-"\n"
-"\n"
-"\"Numer dysku\" to litera po \"hd\" lub \"sd\". W przypadku dysku IDE:\n"
-"\n"
-" * \"a\" oznacza pierwszy dysk na pierwszym kontrolerze IDE\n"
-"\n"
-" * \"b\" oznacza drugi dysk na pierwszym kontrolerze IDE\n"
-"\n"
-" * \"c\" oznacza pierwszy dysk na drugim kontrolerze IDE\n"
-"\n"
-" * \"d\" oznacza drugi dysk na drugim kontrolerze IDE\n"
-"\n"
-"\n"
-"W przyadku dyskw SCSI \"a\" oznacza pierwszy dysk twardy,\n"
-"\"b\" - drugi dysk twardy, itd."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Teraz moesz wybra usugi, jakie chcesz mie wczone przy starcie\n"
-"systemu.\n"
-"\n"
-"\n"
-"Jeeli najedziesz mysz na element listy, to pojawi si may oboczek\n"
-"z opisem tej usugi.\n"
-"\n"
-"\n"
-"Zachowaj szczegln ostrono przy wyborze, jeeli chcesz uywa\n"
-"swojej maszyny jako serwera - niektrych usug nie bdziesz chcia\n"
-"uruchamia. Pamitaj, e uruchomienie niektrych usug na serwerze\n"
-"moe by niebezpieczne.\n"
-"W oglnoci, uruchamiaj tylko te usugi, ktrych naprawd potrzebujesz."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"W tym etapie instalacji okrelasz, gdzie na dysku zostanie zainstalowany\n"
-"Mandrake Linux. Jeli dysk jest pusty lub istniejce systemy operacyjne\n"
-"zajmuj cae dostpne miejsce, naley podzieli dysk na partycje\n"
-"Partycjonowanie to po prostu logiczny podzia twardego dysku na oddzielne\n"
-"obszary w celu zainstalowania systemu Mandrake Linux\n"
-"\n"
-"\n"
-"Poniewa efekt partycjonowania jest nieodwracalny, czynno wydaje si\n"
-"straszna i jest stresujca dla niedowiadczonych uytkownikw.\n"
-"Kreator ten upraszcza ten proces, tak wic nie si czego obawia,\n"
-"tym niemniej warto powici nieco czasu na wczeniejsze\n"
-"zapoznanie si z dokumentacj\n"
-"\n"
-"\n"
-"Niezbdne s co najmniej 2 partycje: jedna dla systemu operacyjnego\n"
-"oraz druga na pami wirtualn (swap).\n"
-"\n"
-"\n"
-"Jeli partycje tes ju zostay utworzone (w czasie poprzedniej instalacji\n"
-"lub przy pomocy innego narzdzia), naley je wybra do zainstalowania\n"
-"systemu Linux\n"
-"\n"
-"\n"
-"Jeli partcje te nie istniej , naley je utworzy.\n"
-"By to zrobi, uyj powyszego kreatora. Moliwych jest kilka rozwiza\n"
-"zalenych od konfiguracji dysku twardego:\n"
-"\n"
-"* Uycie istniejcych partycji: gdy kreator wykryje jedn lub wicej "
-"istniejcych partycji linuksowych,\n"
-" wybierz to rozwizanie, jeli chcesz uy te partycje na now "
-"instalacj.\n"
-"\n"
-"\n"
-"* Skasowanie zawartoci caego dysku: Jeli chcesz skasowa ze swojego\n"
-"dysku wszystkie dane i wszystkie partycje\n"
-" i zastpi nowym systemem Mandrake Linux, wybierz to rozwizanie. Pamitaj,"
-"w tym przypadku nie\n"
-" nie ma moliwoci odwrotu po potwierdzeniu wyboru.\n"
-"\n"
-"\n"
-"* Uyj wolnego miejsca na partycji Windows: Jeli na dysku jest "
-"zainstalowany\n"
-"Microsoft Windows i zajmuje \n"
-" cae dostpne miejsce,moliwe jest utworzenie wolnego miejsca dla Linuksa. "
-"By to zrobi, mona skasowa \n"
-" partycj Windows wraz z danymi (patrz \"Wyma cay dysk\" lub \"Tryb "
-"eksperta\") lub zmieni\n"
-" rozmiar partycji Windows. Zmiana rozmiaru jest realizowana bez\n"
-"utraty adnych danych. \n"
-" To rozwizanie jest zalecane, jeli chcesz uywa zarwno Linuksa-"
-"Mandrake, jak i Windows\n"
-"\n"
-"\n"
-" Naley pamita, e w ten sposb partycja Windows bdzie mniejsza ni do "
-"tej pory. Oznacza to\n"
-" mniej wolnego miejsca na dane oraz instalacj nowych programw\n"
-"\n"
-"\n"
-"* Tryb eksperta: wybierz t opcj, jeli chcesz partycjonowa swj dysk "
-"rcznie.Pamitaj!\n"
-" Wybranie tej opcji daje Ci due moliwoci, lecz jest bardzo niebezpieczne."
-"Bardzo atwo mona utraci wszystkie dane\n"
-" Nie wybieraj wic tej opcji, jeli naprawd nie wiesz, co robisz!"
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Wszystkie nowo powstae partycje musz zosta sformatowane przed\n"
-"wykorzystaniem (formatowanie oznacza utworzenie systemu plikw).\n"
-"\n"
-"\n"
-"Mona teraz take powtrnie sformatowa istniejce ju partycje, by\n"
-"usun znajdujce si na nich dane. Jeli chcesz to zrobi, zaznacz\n"
-"partycje do sformatowania\n"
-"\n"
-"\n"
-"Pamitaj, e nie jest konieczne formatowanie wszystkich istniejcych ju\n"
-"partycji. Naley sformatowa partycje zawierajce system operacyjny:\n"
-"\"/\", \"/usr\" oraz \"/var\", nie jest natomiast konieczne formatowanie\n"
-"partycji zawierajcych dane, ktre chcesz zachowa (zazwyczaj /home).\n"
-"Uwanie wybieraj partycje do sformatowania, po sformatowaniu wszystkie\n"
-"dane zostan utracone bez moiwoci ich odzyskania.\n"
-"\n"
-"\n"
-"Wybierz \"OK\", jeli jeste ju gotowy do formatowania partycji.\n"
-"\n"
-"\n"
-"Wybierz \"Anuluj\", jeli chcesz wybra do zainstalowania\n"
-"Linuksa-Mandrake inne partycje."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Trwa instalacja systemu operacyjnego Mandrake Linux.\n"
-"Zabierze to troch czasu (w zalenoci od iloci wybranych pakietw\n"
-"oraz szybkoci komputera)\n"
-"\n"
-"\n"
-"Bd cierpliwy."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"W tym etapie instalacji wybierasz partycje, na ktrych bdzie instalowany\n"
-"Mandrake Linux, jeli istniej, np. pozostay po poprzedniej instalacji,\n"
-"lub te zostay zaoone innym narzdziem. W przeciwnym razie naley je\n"
-"utworzy. Operacja ta polega na logicznym podziale dysku twardego komputera\n"
-"na na oddzielne obszary\n"
-"\n"
-"\n"
-"Utworzenie partycji naley rozpocz od wybrania dysku. Robi si to przez\n"
-"kliknicie na zakadce \"hda\" dla pierwszego dysku IDE, \"hdb\" dla "
-"drugiego,\n"
-"lub \"sda1\" dla pierwszego dysku SCSI, itd.\n"
-"\n"
-"\n"
-"W celu podzielenia dysku na partycje mona uy nastpujcych opcji:\n"
-"\n"
-" * Wyczy wszystko: ta opcja kasuje wszystkie partycje na wybranym "
-"dysku.\n"
-"\n"
-"\n"
-" * Rozmie automatycznie: ta opcja automatycznie tworzy partycje ext2\n"
-" oraz swap na wolnym (niespartycjonowanym) miejscu dysku\n"
-"\n"
-"\n"
-" * Odzyskaj tablic partycji: jeli tablica partycji jest uszkodzona, "
-"mona\n"
-" sprbowa j odzyska przy pomocy tej opcji. Bd ostrony i pamitaj,\n"
-"e ta opcja moe zawie\n"
-"\n"
-"\n"
-" * Cofnij: uyj tej opcji by anulowa zmiany.\n"
-"\n"
-"\n"
-" * Przeaduj: uyj tej opcji, jeli chcesz cofn wszystkie zmiany i "
-"zaadowa\n"
-" pocztkow tablic partycji\n"
-"\n"
-"\n"
-" * Kreator: Moesz uy kreatora, ktry pomoe Ci podzieli dysk na "
-"partycje\n"
-" Zalecane, jeli niewiele wiesz o podziale na partycje.\n"
-"\n"
-"\n"
-" * Przywr z dyskietki: jeli podczas poprzedniej instalacji zapisae "
-"tabel\n"
-" partycji na dyskietce, moesz odzyska j korzystajc z tej opcji.\n"
-"\n"
-"\n"
-" * Zapisz na dyskietk: Moesz zapisa na dyskietk tablic partycji, by "
-"mie\n"
-" moliwo jej odzyskania w przypadku pomyki\n"
-" Uycie tej opcji jest bardzo zalecane\n"
-"\n"
-"\n"
-" * Zrobione: po zakoczeniu partycjonowania dysku uyj tej opcji do "
-"zapisania\n"
-" na dysku zmian.\n"
-"\n"
-"\n"
-" Moesz wybra odpowiedni opcj uywajc klawisza \n"
-"TAB i strzaek gra/d klawiatury. \n"
-"\n"
-"\n"
-"Po wybraniu partycji moesz nacisn:\n"
-"\n"
-" * Ctrl-c by utworzy now partycj ( jeeli zosta wybrany pusty "
-"obszar\n"
-"\n"
-" * Ctrl-d by usun partycj\n"
-"\n"
-" * Ctrl-m by okreli punkt montowania"
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Na dysku wykryto wicej ni jedn partycj Windows. Wybierz, ktr\n"
-"z nich chcesz zmniejszy w celu zainstalowania Mandrake Linux\n"
-"\n"
-"\n"
-"Dla informacji, kada partycja jest okrelona przez\n"
-" \"Nazw linuksow\", \"Nazw Windows\" i \"Rozmiar\".\n"
-"\n"
-"\n"
-"Nazwa linuksowa jest okrelana nastpujco: \"typ dysku\",\"numer dysku\",\n"
-"\"numer partycji\". (na przykad \"hda1\").\n"
-"\n"
-"\n"
-"\"Typ dysku\" to \"hd\" w przypadku dyskw IDE, \"sd\" w przypadku SCSI\n"
-"\n"
-"\n"
-"\"Numer dysku\" to litera po \"hd\" lub \"sd\". W przypadku dysku IDE:\n"
-"\n"
-" * \"a\" oznacza pierwszy dysk na pierwszym kontrolerze IDE\n"
-"\n"
-" * \"b\" oznacza drugi dysk na pierwszym kontrolerze IDE\n"
-"\n"
-" * \"c\" oznacza pierwszy dysk na drugim kontrolerze IDE\n"
-"\n"
-" * \"d\" oznacza drugi dysk na drugim kontrolerze IDE\n"
-"\n"
-"\n"
-"W przyadku dyskw SCSI \"a\" oznacza pierwszy dysk twardy,\n"
-"\"b\" - drugi dysk twardy, itd.\n"
-"\n"
-"\"Nazwa Windows\" to litera dysku pod Windows (pierwszy dysk \n"
-"lub partycja to \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Bd cierpliwy. Ta operacja moe potrwa kilkanacie minut."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Wybierz \"Instalacja\" jeli nie masz zainstalowanej starszej wersji\n"
-"Mandrake Linux, lub jeli chcesz uywa wielu dystrybucji lub wersji.\n"
-"\n"
-"\n"
-"Wybierz \"Aktualizacja\" jeli chcesz zaktualizowa ju zainstalowan wersj "
-"Mandrake Linux:\n"
-"\n"
-"\n"
-"W zalenoci od poziomu Twojej znajomoci GNU/Linuksa moesz wybra jeden z "
-"nastpujcych sposobw instalacji\n"
-" lub aktualizacji systemu operacyjnego Mandrake Linux.\n"
-"\n"
-"* Zalecany: Jeli nie instalowae GNU/Linuksa nigdy wczeniej, wybierz ten "
-"sposb instalacji,\n"
-" jest bardzo prosty, odpowiesz na kilka prostych pyta\n"
-"\n"
-"\n"
-"* Uytkownika: Jeli jeste obeznany z GNU/Linux, moesz okreli podstawowe "
-"zastosowanie komputera. (stacja robocza, serwer\n"
-" programowanie). Odpowiesz take na wicej pyta, ni przy sposobie "
-"instalacji \"Zalecany\".\n"
-" tak wic powiniene troch zna GNU/Linuksa, by wybra ten "
-"rodzajinstalacji\n"
-"\n"
-"\n"
-"* Ekspert: Jeli dobrze znasz GNU/Linuksa, wybierz ten sposb instalacji "
-"Podobnie jak w instalacji \"Uytkownika\", bdziesz mg okreli podstawowe "
-"zastosowanie komputera. Przemyl,\n"
-" czy na pewno chcesz wybra ten rodzaj instalacji. Bdziesz mg "
-"przeprowadzi bardzo zindywidualizowan instalacj, lecz\n"
-" odpowied na niektre pytania moe by bardzo trudna bez dobrej znajomoci "
-"GNU/Linuksa.\n"
-" Nie wybieraj wic tego rodzaju instalacji, jeli nie jeste pewien."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Wybierz waciwy port. Na przykad COM1 z MS Windows\n"
-"w GNU/Linux nazywa si ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO ( LInux LOader ) i Grub to programy rozruchowe: potrafi uruchomi\n"
-"GNU/Linux lub inny system operacyjny, zainstalowany na twoim komputerze.\n"
-"Zazwyczaj inne istniejce w komputerze systemy s prawidowo wykrywane\n"
-"i instalowane. Jeeli tak nie jest, powiniene \"rcznie\" wprowadzi\n"
-"odpowiednie dane. Uwanie wybieraj waciwe parametry.\n"
-"\n"
-"\n"
-"Moesz oczywicie rwnie uniemoliwi dostp do nich przy starcie przez \n"
-"usunicie ich z listy. W tej sytuacji musisz jednak posiada dyskietki\n"
-"startowe, by je uruchomi."
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Powiniene wskaza, gdzie chcesz\n"
-"umieci informacje wymagane do uruchomienia GNU/Linuxa\n"
-"\n"
-"\n"
-"Jeli nie wiesz dokadnie, co robisz, wybierz\n"
-" \"Pierwszy sektor na dysku (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"Instalator sprbuje wykry kontroler(y) SCSI na magistrali PCI.\n"
-"Jeli je odnajdzie i rozpozna, ktre sterowniki naley uy\n"
-"zaaduje je automatycznie.\n"
-"\n"
-"Jeli posiadasz kontroler SCSI ISA, lub PCI, ale instalator nie\n"
-"wykryje sterownika do niego, zostaniesz zapytany, czy w Twoim\n"
-"systemie istnieje kontroler SCSI. Jeli nie masz adnego, odpowiedz\n"
-"\"Nie\", jeli masz jeden lub wicej, odpowiedz \"Tak\". Ukae si\n"
-"wwczas lista sterownikw, z ktrej naley wybra waciwy.\n"
-"\n"
-"\n"
-"Po wybraniu sterownika, instalator spyta Ci, czy chcesz okreli\n"
-"opcje dla niego. Pozwl sterownikowi automatycznie wykry \n"
-"ustawienia, zazwyczaj dziaa to dobrze\n"
-"\n"
-"\n"
-"Jeli nie, podaj sterownikowi opcje znalezione w dokumentacji,\n"
-"na stronie producenta sprztu (jeli masz dostp do Internetu)\n"
-"lub takie, jak w Windows (jeli je posiadasz). Podrcznik instalacji\n"
-"pomoe Ci odnale potrzebne parametry."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"You can add additional entries for yaboot, either for other operating "
-"systems,\n"
-"alternate kernels, or for an emergency boot image.\n"
-"\n"
-"\n"
-"For other OS's - the entry consists only of a label and the root partition.\n"
-"\n"
-"\n"
-"For Linux, there are a few possible options: \n"
-"\n"
-"\n"
-" - Label: This is simply the name will type at the yaboot prompt to select "
-"this \n"
-"boot option.\n"
-"\n"
-"\n"
-" - Image: This would be the name of the kernel to boot. Typically vmlinux "
-"or\n"
-"a variation of vmlinux with an extension.\n"
-"\n"
-"\n"
-" - Root: The root device or '/' for your Linux installation.\n"
-"\n"
-"\n"
-" \n"
-" - Append: On Apple hardware, the kernel append option is used quite often "
-"to\n"
-"assist in initializing video hardware, or to enable keyboard mouse button "
-"emulation\n"
-"for the often lacking 2nd and 3rd mouse buttons on a stock Apple mouse. The "
-"following \n"
-"are some examples:\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: This option can be used either to load initial modules, before "
-"the boot \n"
-"device is available, or to load a ramdisk image for an emergency boot "
-"situation.\n"
-"\n"
-"\n"
-" - Initrd-size: The default ramdisk size is generally 4096 bytes. If you "
-"should need\n"
-"to allocate a large ramdisk, this option can be used.\n"
-"\n"
-"\n"
-" - Read-write: Normally the 'root' partition is initially brought up read-"
-"only, to allow\n"
-"a filesystem check before the system becomes 'live'. You can override this "
-"option here.\n"
-"\n"
-"\n"
-" - NoVideo: Should the Apple video hardware prove to be exceptionally "
-"problematic, you can\n"
-"select this option to boot in 'novideo' mode, with native framebuffer "
-"support.\n"
-"\n"
-"\n"
-" - Default: Selects this entry as being the default Linux selection, "
-"selectable by just\n"
-"pressing ENTER at the yaboot prompt. This entry will also be highlighted "
-"with a '*', if you\n"
-"press TAB to see the boot selections."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
-"to boot either GNU/Linux, MacOS, or MacOSX, if present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful as to choose the correct parameters.\n"
-"\n"
-"\n"
-"Yaboot main options are:\n"
-"\n"
-"\n"
-" - Init Message: A simple text message that is displayed before the boot\n"
-"prompt.\n"
-"\n"
-"\n"
-" - Boot Device: Indicate where you want to place the information required "
-"to \n"
-"boot to GNU/Linux. Generally, you will have setup a bootstrap partition "
-"earlier \n"
-"to hold this information.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: Unlike LILO, there are two delays available with \n"
-"yaboot. The first delay is measured in seconds and at this point you can \n"
-"choose between CD, OF boot, MacOS, or Linux.\n"
-"\n"
-"\n"
-" - Kernel Boot Timeout: This timeout is similar to the LILO boot delay. "
-"After \n"
-"selecting Linux, you will have this delay in 0.1 seconds before your "
-"default\n"
-"kernel description is selected.\n"
-"\n"
-"\n"
-" - Enable CD Boot?: Checking this option will allow you to choose 'C' for "
-"CD at\n"
-"the first boot prompt.\n"
-"\n"
-"\n"
-" - Enable OF Boot?: Checking this option will allow you to choose 'N' for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
-"\n"
-"\n"
-" - Default OS: You can select which OS will boot by default when the Open "
-"Firmware \n"
-"Delay expires."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Wybierz dysk, ktry chcesz wykasowa, by zaoy na nim\n"
-"partycje Mandrake Linux. Pamitaj, e wszystkie dane z tego\n"
-"dysku zoastan utracone bez moliwoci odzyskania."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Wybierz \"OK\", jeli chcesz usun dane na wszystkich partycjach\n"
-"istniejcych na dysku. Pamitaj, po wybraniu \"OK\", nie bdzie\n"
-"moliwe odzyskanie adnych danych z partycji (take Windows)\n"
-"\n"
-"\n"
-"Wybierz \"Anuluj\", by anulowa t operacj bez utraty danych."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Wybrano nastpujce serwery: %s\n"
-"\n"
-"\n"
-"Bd one domylnie uruchamiane. Nie zawieraj one adnych znanych bdw\n"
-"zwizanych z bezpieczestwem, lecz mog one zosta w przyszoci ujawnione.\n"
-"W takiej sytuacji naley dokona jak najszybszego uaktualnienia.\n"
-"\n"
-"\n"
-"Czy na pewno chcesz zainstalowa te serwery?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nie uywaj rozgaszania przy braku domeny NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "W sformatowan (FAT) dyskietk do stacji %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Ten dysk nie jest sformatowany."
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"By uy zapisanej list pakietw, naley uruchomi instalacj z opcj "
-"''linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Bd odczytu pliku %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Cz sprztu w Twoim komputerze wymaga \"firmowych\" sterownikw.\n"
-"Wicej informacji na ten temat uzyskasz z %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Musisz mie partycj root.\n"
-"W tym celu, utwrz partycj ( lub kliknij na istniejc),\n"
-"nastpnie Wybierz \"Punkt montowania\" `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Musisz mie partycj wymiany (swap)"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nie masz partycji swap\n"
-"\n"
-"Kontynuowa mimo to?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Musisz mie partycj FAT zamontowan w /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Wykorzystaj wolne miejsce"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Brak wolnego miejsca do stworzenia nowych partycji"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Uyj istniejcej partycji"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Brak istniejcych partycji do wykorzystania"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Wykorzystaj miejsce na partycji Windows na plikopartycj"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Ktr partycj chcesz uy dla Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Okrel rozmiary"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Rozmiar partycji root w MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Rozmiar partycji swap w MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Wykorzystaj wolne miejsce na partycji Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Ktr partycj chcesz zmniejszy?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Obliczanie granic systemu plikw Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Program zmniejszajcy partycj FAT nie potrafi obsuy\n"
-"Twojej partycji. Wystpi nastpujcy bd: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Twoja partycja Windows jest zbyt sfragmentowana, uruchom \"defrag\""
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"OSTRZEENIE!\n"
-"\n"
-"Instalator zmieni teraz rozmiar partycji Windows.\n"
-"Uwaaj, jest to niebezpieczne. Jeli wczeniej tego nie zrobie,\n"
-"naley przerwa instalacj, wrci do Windows, zeskanowa\n"
-"i zdefragmentowa dysk po czym powtrnie uruchomi instalacj. \n"
-"Warto rwnie zarchiwizowa dane na dysku.\n"
-"Jeli jeste pewny, wybierz OK."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Jaki ma by docelowy rozmiar partycji Windows?"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partycja %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Zmiana rozmiaru partycji FAT nie powioda si: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nie ma partycji FAT do zmiany rozmiaru lub uycia jako plikopartycjn(lub "
-"brak wolnego miejsca)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Wyma cay dysk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Usu Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Masz wicej ni 1 dysk twardy, na ktrym z nich chcesz zainstalowa linuxa?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"WSZYSTKIE istniejce partycje i dane na nich zostan usunite z dysku %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Zaawansowany podzia na partycje"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Uyj fdiska"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Moesz teraz tworzy partycje %s \n"
-"Gdy skoczysz, pamitaj o zapisaniu uywajc `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Masz za mao wolnego miejsca na partycji Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Brak miejsca na instalacj"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Kreator podziau na partycje proponuje nastpujce rozwizania:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partycjonowanie nie powiodo si: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Uruchamianie sieci"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Zatrzymywanie sieci"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Wystpi jaki bd. Nie mona poprawnie go obsuy\n"
-"Kontynuuj na wasn odpowiedzialno."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Powielony punkt montowania %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Pewne istotne pakiety nie zostay poprawnie zainstalowane.\n"
-"Prawdopodobnie uszkodzona jest pyta lub napd CDROM.\n"
-"Sprawd pyt w innym komputerze uywajc polecenia:\n"
-"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Witamy w %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Niedostpna stacja dyskietek"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Przechodz do kroku `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Twj system ma mao zasobw. Mog wystpi problemy z instalacj.\n"
-"Jeli tak si stanie, sprbuj instalacji w trybie tekstowym.\n"
-"By j uruchomi, nacinij F1 podczas startu z CD i wpisz \"text\"."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Klasa instalacji"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Wybierz jedn z nastpujcych klas instalacji:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Cakowity rozmiar dla wybranych grup to okoo %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Jeeli chcesz zainstalowa mniej,\n"
-"podaj procentowo rozmiar, ktry moesz przeznaczy na instalacj.\n"
-"May procent spowoduje instalacj tylko najwaniejszych pakietw,\n"
-"100%% spowoduje zainstalowanie wszystkich wybranych pakietw."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Masz miejsce na dysku tylko na %d%% pakietw.\n"
-"\n"
-"Jeli chcesz zainstalowa mniej, okrel procentowo, ile pakietw\n"
-" chcesz zainstalowa. May procent spowoduje instalacj tylko\n"
-"najwaniejszych pakietw,\n"
-"Wybr %d%% spowoduje zainstalowanie tylu pakietw ile si da."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "W nastpnym kroku mona bdzie wybra bardziej precyzyjnie"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procent pakietw do instalacji"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Wybr grup pakietw"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Samodzielny wybr pakietw"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Cakowity rozmiar: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pakiet uszkodzony"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nazwa: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Wersja: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Rozmiar: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Wano: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Nie moesz wybra tego pakietu. Nie ma ju miejsca, by go zainstalowa"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Zostan zainstalowane nastpujce pakiety"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Zostan usunite nastpujce pakiety"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Nie mona zmieni statusu tego pakietu."
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ten pakiet jest konieczny, nie mona go pomin"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Nie mona odznaczy tego pakietu. Zosta ju zainstalowany."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ten pakiet musi by uaktualniony.\n"
-"Jeste pewien, e chcesz go odznaczy?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Nie mona odznaczy tego pakietu. Musi zosta zamieniony na nowszy"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Poka automatycznie wybrane pakiety"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalacja"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Odczytaj/Zapisz na dyskietk"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Uaktualnianie listy wybranych pakietw"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimalna instalacja"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Wybierz pakiety do zainstalowania"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalowanie"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Szacowanie"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Pozostao czasu "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Prosz czeka, trwa przygotowywanie instalacji"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pakietw"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalowanie pakietu %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Akceptuj"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Odrzu"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Zmie pyt CD!\n"
-"\n"
-"W pyt zatytuowan \"%s\" do kieszeni czytnika i nacinij Ok.\n"
-"Jeli jej nie masz, nacinij Anuluj, by omin instalacj pakietw z niej"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Kontynuowa?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Wystpi bd porzdkowania pakietw:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Wystpi bd podczas instalowania pakietw:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Wystpi bd"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Chcesz zrestartowa sie?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Umowa licencyjna"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klawiatura"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Wybierz ukad klawiatury."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Oto lista dostpnych ukadw klawiatury"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Okrel klas instalacji"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalacja/Uaktualnienie"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Czy to instalacja, czy uaktualnienie?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Zalecana"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Dla eksperta"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Uaktualnienie"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Uaktualnianie listy wybranych pakietw"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Wybierz typ myszy."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port myszy"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Do ktrego portu szeregowego jest podczona mysz?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulacja przyciskw"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulacja 2 przycisku"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulacja 3 przycisku"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfiguracja kart PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfiguracja IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "brak dostpnych partycji"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Przeszukiwanie partycji w celu okrelenia punktw montowania"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Wybierz punkty montowania"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nie mona odczyta tablicy partycji, jest zbyt uszkodzona :(\n"
-"Mona kontynuowa USUWAJC WSZYSTKIE DANE\n"
-"Innym rozwizaniem jest zabronienie instalatorowi modyfikowania tabeli "
-"partycji\n"
-" (wystpi bd: %s)\n"
-"\n"
-"Czy zgadzasz si na utrat wszystkich partycji?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Instalator nie moe odczyta poprawnie tablicy partycji.\n"
-"Kontynuuj na wasn odpowiedzialno!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Brak wolnej przestrzeni na 1MB bootstrap. Instalacja bdzie kontynuowana,\n"
-"lecz naley utworzy partycj bootstrap."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr ""
-"Nie znaleziono partycji root, na ktrej mona przeprowadzi aktualizacj"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partycja root"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Ktra partycja jest w Twoim systemie partycj root (/)"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Naley zrestartowa komputer w celu uaktywnienia zmian w tablicy partycji"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Wybierz partycje do sformatowania"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Sprawdzi fizycznie partycje?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatowanie partycji"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Tworzenie i formatowanie plikopartycji %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Wielko partycji wymiany jest niewystarczajca, naley j zwikszy"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Wyszukiwanie dostpnych pakietw"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Wyszukiwanie pakietw do uaktualnienia"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "Zbyt mao miejsca na instalacj lub uaktualnienie (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Pena (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimalna (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Zalecana (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Prosz wybra odczytanie lub zapis listy wybranych pakietw\n"
-"na dyskietk. Format jest identyczny z dyskiem automatycznej\n"
-"instalacji."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Odczytaj z dyskietki"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Odczytywanie z dyskietki"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Wybr pakietw"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "W dyskietk zawierajc list wybranych pakietw"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Zapisz na dyskietk"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Wybrany rozmiar przekracza dostpne miejsce"
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Wybierz pakiety do zainstalowania"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Czekaj"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Jeeli masz wszystkie pyty CD z listy, kliknij Ok.\n"
-"Jeeli nie masz adnej z pyt z listy, kliknij Anuluj.\n"
-"Jeeli niektrych pyt z listy nie masz, odznacz je i kliknij Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM oznaczony \"%s\" "
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Przygotowywanie instalacji"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalowanie pakietu %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Konfiguracja poinstalacyjna"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "W dyskietk startow do stacji %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "W dyskietk z uaktalnionymi moduami do stacji %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Masz teraz moliwo pobrania z sieci oprogramowania, sucego do "
-"szyfrowania\n"
-"\n"
-"OSTRZEENIE:\n"
-"Z powodu rnych ogranicze prawnych majcych zastosowanie do \n"
-"tego oprogramowania, Klient lub (i) uytkownik powinien by pewien,\n"
-"e przepisy go dotyczce pozwalaj na kopiowanie, przechowywanie\n"
-"i uywanie tego oprogramowania.\n"
-"\n"
-"Dodatkowo klient lub (i) uytkownik, powinien by ostrzeony,\n"
-"aby nie zama praw obowizujcych w jego jurysdykcji.\n"
-"Jeeli klient lub (i) uytkownik nie przestrzegaby obowizujcych \n"
-"go przepisw, mog dotkn go powane sankcje.\n"
-"\n"
-"Ani Mandrakesoft ani jego producenci lub dostawcy nie s odpowiedzialni\n"
-"za jakiekolwiek celowe, przypadkowe lub porednie szkody\n"
-"powstae z uywania, posiadania lub tylko zainstalowania oprogramowania,\n"
-"do ktrego klient lub (i) uytkownik bdzie mia dostp po wyraeniu \n"
-"zgody na powysze zastrzeenia .\n"
-"Wszystkie zapytania, dotyczce niniejszego uzgodnienia prosz kierowa do:\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "czenie z mirrorem - pobieranie listy dostpnych pakietw"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Wybierz mirror, z ktrego chcesz pobra pakiety"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "czenie z mirrorem - pobieranie listy dostpnych pakietw"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Wybierz swoj stref czasow."
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Ustawienie zegar sprztowego na czas GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatyczna synchronizacja czasu (przy uyciu NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Serwer NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Zdalny serwer CUPS"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Brak drukarki"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Masz inne?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Rne"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mysz"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Strefa czasowa"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Drukarka"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Karta ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Karta dwikowa"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Karta TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Pliki lokalne"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Haso roota"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez hasa"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "To haso jest zbyt proste ( musi by co najmniej %d znakw)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentykacja"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Autentykacja LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "Serwer LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "Autentykacja NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domena NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Serwer NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Dysk startowy umoliwia uruchomienie systemu Linux niezalenie od "
-"normalnego\n"
-"programu rozruchowego. Jest uyteczny, jeli nie chcesz instalowa SILO,\n"
-"lub SILO w Twoim systemie nie dziaa oraz jeli inny system operacyjny\n"
-"usun SILO. Dysk uytkownika mona take uywa z obrazem ratunkowym,\n"
-"uatwiajc naprawienie systemu w przypadku awarii.\n"
-"Jeli chcesz utworzy dysk startowy dla swojego systemu, w dyskietk\n"
-"do stacji i wybierz \"OK\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Pierwsza stacja dyskietek"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Druga stacja dyskietek"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Pomi"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Dysk startowy umoliwia uruchomienie systemu Linux niezalenie od\n"
-"normalnego programu rozruchowego. Jest uyteczny, jeli nie chcesz\n"
-"instalowa LILO/Grub, lub programy te w Twoim systemie nie dziaaj\n"
-"oraz jeli inny system operacyjny usun LILO/grub.\n"
-"Dysku tego mona take uywa z obrazem ratunkowym,\n"
-"uatwiajc naprawienie systemu w przypadku awarii.\n"
-"Czy chcesz dla swojego systemu utworzy dysk startowy?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Niestety, stacja dyskietek jest niedostpna."
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Wybierz stacj dyskietek, ktrej uyjesz do stworzenia dysku startowego"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "W dyskietk do stacji %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Tworzenie dysku startowego"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Przygotowanie programu rozruchowego"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Czy chcesz uywa aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Bd podczas instalowania aboot. \n"
-"Wymusi instalacj, nawet gdyby grozio to zniszczeniem pierwszej partycji?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Program rozruchowy"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Instalacja programu rozruchowego nie powioda si. Wystpi nastpujcy bd:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "W pust dyskietk do stacji %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Tworzenie dyskietki automatycznej instalacji"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Pewne etapy instalacji nie zostay zakoczone\n"
-"\n"
-"Czy na pewno chcesz teraz zakoczy?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gratulacje, instalacja zostaa zakoczona.\n"
-"Usu pyt i (lub) dyskietk z napdw i nacinij enter, by zrestartowa.\n"
-"\n"
-"\n"
-"Informacje o poprawkach dotyczcych tej wersji Mandrake Linux\n"
-"znajdziesz na stronach\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informacje o konfiguracji systemu znajduj si\n"
-"w Oficjalnym Podrczniku Uytkownika Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Tworzenie dyskietki automatycznej instalacji"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Automatyczna instalacja moe by, jeli jest taka potrzeba\n"
-"przeprowadzona w sposb cakowicie samodzielny.\n"
-"Zajmie ona wwczas cay dysk,\n"
-"co ma znaczenie przy instalacj na innym komputerze.\n"
-"\n"
-"Mona zayczy sobie odtworzenia instalacji.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatyczna"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Odtwrz ponownie"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Zapisz list wybranych pakietw"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalacja Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> midzy element. | <Spacja> wybr | <F12> nastpny ekran "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "brakuje kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Wybierz czynno"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Zaawansowane"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Prosz czeka"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informacje"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Rozwi drzewo"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Zwi drzewo"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Przecz midzy paskim i grupowym sortowaniem"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Zy wybr, sprbuj ponownie\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Twj wybr? (domylnie %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Twj wybr? (domylnie %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opcje: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Czy chcesz uywa aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Twj wybr? (domylnie %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "czeski (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "niemiecki"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvoraka"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "hiszpaski"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "fiski"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "francuski"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "norweski"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "polski"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "rosyjski"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "szwedzki"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "angielski"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "amerykaski"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "albaski"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "armeski (stary)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "armeski - fonetyczny"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "armeski - fonetyczny"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "azerski (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "belgijski"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "armeski - fonetyczny"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "bugarski"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "brazylijski(ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "biaoruski"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "szwajcarski (ukad niemiecki)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "szwajcarski (ukad francuski)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "czeski (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "niemiecki ( bez martwych klawiszy)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "duski"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvoraka (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvoraka (norweski)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvoraka (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "estoski"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "gruziski (ukad rosyjski)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "gruziski (ukad aciski)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "grecki"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "wgierski"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "chorwacki"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "izraelski"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "izraelski (fonetyczny)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraski"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "islandzki"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "woski"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "japoski 106 klawiszy"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "koreaski"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "latyno-amerykaski"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "litewski AZERTY"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "litewski AZERTY"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "litweski QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "litewski QWERTY - fonetyczny"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Lokalizacja"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedoska"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "holenderski"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "polski (programisty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "polski (maszynistki)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "portugalski"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "kanadyjski (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "rumuski (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "rumuski (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "rosyjski (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "soweski"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "sowacki (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "sowacki (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "azerski (cyrilic)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabela"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "tajski"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "tajski"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "turecki"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "turecki (nowy)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ukraiski"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "amerykaski (midzynarodowy)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "wietnamski QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "jugosowiaski - (aciski/cyrylica)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Zaptlone montowanie %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Zacznij od usunicia logicznych dyskw (LV)\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Mysz Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Mysz standardowa PS/2 z kkiem"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1-przyciskowa"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Mysz standardowa 2-przyciskowa"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Standardowa"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "z kkiem"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "szeregowa"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Mysz standardowa 3-przyciskowa"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech seria CC"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "Seria MM"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet (szeregowy)"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Mysz Logitech (szeregowa, stary typ C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2-przyciskowa"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3-przyciskowa"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "brak"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Brak myszy"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Przetestuj mysz"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "By uaktywni mysz,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "RUSZ KӣKIEM!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Zakocz"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Dalej ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Poprzedni"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Dziaa prawidowo?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Poczenie z Internetem"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Njabardziej typowym sposobem poczenia przez ADSL jest ppoe.\n"
-"Isteniej jednak poczenia uywajce pptp oraz nieliczne - dhcp.\n"
-"Jeli nie wiesz, wybierz \"uyj pppoe\""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "uyj dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "uyj pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "uyj pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Jaki program klienta DHCP chcesz uy?\n"
-"Domylnym jest dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nie wykryto w systemie karty sieciowej.\n"
-"Nie mona skonfigurowa tego typu poczenia."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Wybierz interfejs sieciowy"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Prosz wybra kart sieciow ktr chcesz uy do poczenia z Internetem"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nie znaleziono karty sieciowej"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfiguracja sieci"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Prosz wpisa nazw komputera, jeli j znasz\n"
-"Niektre z serwerw DHCP wymagaj jej do dziaania.\n"
-"Nazwa ta powinna by w postaci penej,\n"
-"np. \"mojkomputer.mojadomena.pl\"."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nazwa komputera"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Kreator konfiguracji sieci"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Zewntrzny modem ISDN"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Wewntrzna karta ISDN"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Okrel rodzaj poczenia ISDN"
-
-#: ../../network/isdn.pm_.c:45
-#, fuzzy
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Jaki sposb konfiguracji ISDN preferujesz?\n"
-"\n"
-"* Stary sposb konfiguracji przy uyciu isdn4net. Wykorzystuje narzdzia\n"
-"o duych moliwociach, lecz jest niestandardowy i podstpny dla "
-"pocztkujcych\n"
-"\n"
-"* Nowy sposb konfiguracji jest atwiejszy do zrozumienia, bardziej "
-"standardowy,\n"
-"lecz daje mniej narzdzi.\n"
-"\n"
-"Zalecany jest nowy sposb konfiguracji.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nowa konfiguracjia (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Stara konfiguracji (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Konfiguracja ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Wybierz swojego dostawc Internetu.\n"
-"Jeli nie ma go na licie, wybierz \"Unlisted\""
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protok uruchamiania"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Reszta wiata"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Reszta wiata \n"
-" bez kanau D (linie dzierawione)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Jakiego protokou chcesz uy?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Jaki rodzaj karty posiadasz?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Nie wiem"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Jeli posiadasz kart ISA, wartoci na nastpnym ekranie\n"
-"powinny by odpowiednie\n"
-"Jeli posiadasz kart PCMCIA, powiniene zna IRQ i IO swojej karty.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Przerwij"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Kontynuuj"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Wybierz swoj kart ISDN"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Wykryto kart ISDN PCI nieznanego typu. Prosz wybra jedn z listy na "
-"kolejnym ekranie."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nie wykryt adnej karty ISDN PCI. Prosz wybra jedn z listy na kolejnym "
-"ekranie."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Wska port szeregowy, do ktrego podczony jest modem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opcje dzwonienia"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nazwa poczenia"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Numer telefonu"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Identyfikator"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Oparta o skrypt"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Poprzez terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domena"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Pierwszy serwer DNS (opcjonalnie)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Drugi serwer DNS (opcjonalnie)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Moesz rozczy si lub zrekonfigurowa poczenie."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Moesz zrekonfigurowa poczenie."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Jeste ju poczony z Internetem."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Moesz poczy si z Internetem lub zrekonfigurowa poczenie."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Nie jeste teraz poczony z Internetem."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Pocz"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Rozcz"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Konfiguracja sieci"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internet - poaczenie i konfiguracja"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Bdziemy teraz konfigrowa poczenie %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Bdziemy teraz konfigurowa poczenie %s.\n"
-"\n"
-"\n"
-"By rozpocz, nacinij Dalej."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Konfiguracja sieci"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Poniewa przeprowadzasz instalacj przez sie, jest ona ju skonfigurowana.\n"
-"Wybierz OK by zachowa konfiguracj, lub Anuluj by ponownie skonfigurowa "
-"sie/poczenie z Intenetem.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Witaj w Kreatorze Konfiguracji Sieci\n"
-"\n"
-"Suy on do konfiguracji poczenia z Intenetem lub inn sieci.\n"
-"Jeli nie chcesz korzysta z autodetekcji, odznacz to pole.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Wybierz profil do konfiguracji"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Uyj autodetekcji"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Wykrywanie urzdze..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Poczenie modemowe"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "wykryto na porcie %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Poczenie ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "wykryto %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "Poczenie ADSL"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "wykryto na interfejsie %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Poczenie przez kablwk"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "wykryto poczenie przez kablwk"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Sie lokalna"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "wykryto kart(y) ethernet"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Wybierz poczenie, ktre chcesz skonfigurowa"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Skonfigurowano rne sposoby poczenia z Internetem.\n"
-"Wybierz ten, z ktrego chcesz korzysta.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Poczenie z Internetem"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Czy chcesz czy si Internetem przy uruchamianiu komputera?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Konfiguracja sieci"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Wystpi problem podczas restartowania sieci: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gratulacje, konfiguracja sieci i Internetu zostaa zakoczona.\n"
-"\n"
-"Zostanie teraz zapisana w twoim systemie.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Po zakoczeniu zalecane jest zrestartowanie X w celu ominicia\n"
-"problemu wynikajcego ze zmian nazwy hosta."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"OSTRZEENIE: Urzdzenie to zostao poprzednio skonfigurowane do poczenia z "
-"Internetem.\n"
-"Nacinij po prostu OK by zachowa konfiguracj.\n"
-"Modyfikacja pl poniej spowoduje nadpisanie istniejcej konfiguracji."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Prosz poda konfiguracj IP dla komputera.\n"
-"Kada pozycja powinna by wpisana w zapisie dziesitnym\n"
-"oddzielonym kropkami (np. 192.168.1.1)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfiguracja urzdzenia sieciowego %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (sterownik %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Adres IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Maska"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatyczne IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Adres IP powinien by w formacie typu 192.168.1.1"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Prosz wpisa nazw komputera.\n"
-"Nazwa ta powinna by w postaci penej,\n"
-"np. \"mojkomputer.mojadomena.pl\".\n"
-"Jeli jest to potrzebne, naley wpisa te adres routera."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Serwer DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Interfejs (np. eth0)"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfiguracja porednika (proxy)"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Porednik HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Porednik FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Nazwa porednika powinna by typu: http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Nazwa porednika powinna by typu: ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internet - konfiguracja"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Czy chcesz teraz sprbowa poczy si Internetem?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testowanie poczenia..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Jeste teraz poczony z Internetem."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Ze wzgldu na bezpieczestowo poczenie zostanie teraz rozczone."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Poczenie z Internetem nie udao si.\n"
-"Sprbuj zmieni konfiguracj poczenia."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konfiguracja poczenia"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Wypenij lub zaznacz pole poniej"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ karty"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "DMA karty"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO karty"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 karty"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 karty"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Numer Twojego telefonu"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nazwa dostawcy usug (np. Dialog, Netia, TPSA)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Numer telefonu dostawcy usug"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "1 DNS dostawcy (opcjonalnie)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "2 DNS dostawcy (opcjonalnie)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Wybr klawiatury"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Sposb wybierania"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Szybko poczenia"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Czas poczenia:"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Konto (nazwa uytkownika)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Haso:"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "nieudane montowanie: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Na tej platformie nie istniej partycje rozszerzone"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"W tablicy partycji jest puste miejsce pomidzy partycjami, ktrego\n"
-"nie mona wykorzysta. Jedynym rozwizaniem jest przesunicie\n"
-"partycji podstawowych, by puste miejsce byo obok partycji rozszerzonych"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Przywracanie z pliku %s nie powiodo si: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Bd zapisu do pliku %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Z Twoim dyskiem dzieje si co niedobrego. \n"
-"Nie powid si test spjnoci danych. \n"
-"Oznacza to, e zapisanie czegokolwiek na dysku moe si le skoczy"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "musisz mie"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "wany"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "bardzo fajny"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "fajny"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "taki sobie"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Drukarka lokalna"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Drukarka sieciowa"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Zdalny serwer CUPS"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Sieciowy serwer lpd"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Drukarka sieciowa (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Serwer wydruku"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Port drukarki URI:"
-
-#: ../../printer.pm_.c:55
-#, fuzzy
-msgid "Pipe job into a command"
-msgstr "Potok do polecenia"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Drukarka lokalna"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Drukarka sieciowa"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Bd zapisu do pliku %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, fuzzy, c-format
-msgid ", using command %s"
-msgstr "Potok do polecenia"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modu %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP serwera CUPS"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Domylne)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Wybierz sposb podczenia drukarki"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Jak jest podczona drukarka?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Korzystajc z sieciowego serwera CUPS nie musisz tutaj\n"
-"konfigurowa adnych drukarek; zostan one automatycznie\n"
-"wykryte, chyba e znajduje si on w innej sieci, w tym przypadku\n"
-"naley poda adres serwera CUPS oraz opcjonalnie numer portu."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Konfiguracja sieci lokalnej"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Zdalny serwer CUPS"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Adres IP powinien by w formacie typu 192.168.1.1"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "Numer portu powinien by liczb"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP serwera CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Konfiguracja sposobu uruchamiania"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Wykrywanie urzdze..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Testowanie portw"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Dodaj drukark"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Drukarka lokalna"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Uyj autodetekcji"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "wykryto %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Port drukarki URI:"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Drukarka lokalna"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Wska port szeregowy, do ktrego podczony jest modem."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Port drukarki URI:"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Konfiguracja kolorw"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instalowanie pakietu %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instalowanie pakietu %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Odczytywanie bazy sterownikw CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Odczytywanie bazy sterownikw CUPS..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opcje drukarki sieciowej lpd"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"By uywa kolejki drukarki sieciowej lpd naley poda\n"
-"nazw serwera wydruku oraz nazw kolejki na\n"
-"serwerze, do ktrej kierowane bd zadania wydruku."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Nazwa serwera:"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Nazwa serwera: brak nazwy!"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Nazwa serwera: brak nazwy!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opcje drukarki SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"By drukowa na drukarce SMB, musisz okreli nazw serwera SMB\n"
-"(nie zawsze jest ona rwnoznaczna z nazw TCP/IP), o ile moliwe\n"
-"adres IP serwera wydruku,nazw uytkownika, grup, haso oraz\n"
-"oczywicie nazw drukarki."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Nazwa serwera SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP serwera SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nazwa drukarki"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grupa"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Naley podac nazw serwera lub jego adres IP!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Brakuje nazwy udziau Samby!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opcje drukarki NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"By drukowa na drukarce NetWare, naley poda nazw serwera\n"
-"wydruku NetWare (nie zawsze to samo co nazwa TCP/IP!),\n"
-"nazw kolejki drukarki, do ktrej chcesz uzyska dostp,\n"
-"oraz waciw nazw uytkownika i haso."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Serwer wydruku"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nazwa kolejki drukarki"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Brakuje nazwy serwera NCP!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Brakuje nazwy kolejki NCP!"
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opcje drukarki sieciowej"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"By drukowa na drukarce sieciowej, naley poda\n"
-"nazw sieciow drukarki oraz opcjonalnie numer portu."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Nazwa sieciowa drukarki"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Brakuje nazy drukarki sieciowej!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Port drukarki URI:"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "A valid URI must be entered!"
-
-#: ../../printerdrake.pm_.c:1004
-#, fuzzy
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Kada drukarka musi mie nazw (na przykad lp).\n"
-"Pola Opis i Lokalizacja nie musz byc wypeniane.\n"
-"S to komentarze dla uytkownikw."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nazwa drukarki"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Opis"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lokalizacja"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Odczytywanie bazy sterownikw CUPS..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Dziaa prawidowo?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Wybr modelu drukarki"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Jaki model drukarki posiadasz?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Internet - konfiguracja"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Internet - konfiguracja"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, fuzzy, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Port musi by dodatni liczb cakowit!"
-
-#: ../../printerdrake.pm_.c:1521
-#, fuzzy, c-format
-msgid "Option %s must be a number!"
-msgstr "Port musi by dodatni liczb cakowit!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Czy chcesz wydrukowa stron testow?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Testowanie portw"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Drukarka"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Standardowa"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Drukowanie stron/y testowych/ej"
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Drukowanie stron/y testowych/ej"
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Drukowanie stron/y testowych/ej"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Drukowanie stron/y testowych/ej"
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Strona testowa zostaa wysana do demona drukowania.\n"
-"Moe chwil potrwa, zanim pojawi si wydruk\n"
-"Status drukowania:\n"
-"%s\n"
-"\n"
-"Czy wydruk jest prawidowy?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Strona testowa zostaa wysana do demona drukowania.\n"
-"Moe chwil potrwa, zanim pojawi si wydruk\n"
-"Czy wydruk jest prawidowy?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Brak drukarki"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Zamknij"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Zatrzymywanie sieci"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Zatrzymywanie sieci"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Opcje drukarki"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Internet - konfiguracja"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Nazwa drukarki powinna zawiera tylko litery, cyfry i znak podkrelenia"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Brak drukarki"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Odczytywanie bazy sterownikw CUPS..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Konfiguracja Lilo/Grub"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Otwieranie poczenia..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Konfiguracja sieci"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Nie skonfigurowano monitora"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Konfiguracja sieci"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Jakiego systemu wydruku zamierzasz uywa?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Wysoki"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoidalny"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Jakiego systemu wydruku zamierzasz uywa?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Wybierz system wydruku"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Jakiego systemu wydruku zamierzasz uywa?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfiguracja drukarki"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instalowanie pakietu %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opcje drukarki"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfiguracja drukarki"
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Czy chcesz skonfigurowa drukowanie?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Drukarka"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Istniej nastpujce kolejki wydruku.\n"
-"Moesz doda nastpne lub zmieni istniejce."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Istniej nastpujce kolejki wydruku.\n"
-"Moesz doda nastpne lub zmieni istniejce."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Konfiguracja sieci"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Tryb zwyky"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Chcesz przetestowa t konfiguracj?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Internet - konfiguracja"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Chcesz przetestowa t konfiguracj?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Poczenie z Internetem"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Wybr modelu drukarki"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Drukowanie stron/y testowych/ej"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Chcesz przetestowa t konfiguracj?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Drukarka sieciowa"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Drukarka lokalna"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Chcesz zrestartowa sie?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Drukarka sieciowa"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Konfiguracja porednika (proxy)"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Narzdzie do konfiguracji porednika.\n"
-"\n"
-"Pozwala na skonfigurowanie porednikw http oraz ftp\n"
-"z (lub bez) nazw uytkownika oraz hasem\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Prosz wprowadzi dane porednika http ,\n"
-"lub pozostawi puste, jeli z niego nie korzystasz"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL powinien zaczyna si od: http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Numer portu powinien by liczb"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Prosz wprowadzi dane porednika ftp ,\n"
-"lub pozostawi puste, jeli z niego nie korzystasz"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URL powinien zaczyna si od: ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Prosz poda nazw uytkownika porednika\n"
-"oraz haso lub pozostawi pola puste"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "Nazwa uytkownika"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "haso"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "Powtrz haso"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Hasa nie zgadzaj si. Sprbuj ponownie!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nie mona doda partycji do sformatowanego RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nie mona zapisa pliku %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid pad"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid pad ( moe brak raidtools)?"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Za mao partycji dla RAID poziom %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Uruchamia podsystem dwiku ALSA (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron - program uruchamiajcy okresowo zadania."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"Apmd przekazuje przez syslog informacje o stanie akumulatorw.\n"
-"Umoliwia take zamknicie systemu, gdy s one zbyt wyadowane."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Uruchamia o okrelonym czasie programy zaplanowane do wykonania komend \"at"
-"\"\n"
-"oraz wykonuje zadania wsadowe, gdy obcienie systemu jest niewielkie."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Cron jest standardowym programem unixowym, ktry zarzdza wykonywaniem\n"
-"programw uytkownika w okrelonych przez niego porach."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM umoliwia posugiwanie si mysz w aplikacjach,\n"
-"pracujcych pod konsol Linuxa jak np. Midnigth Commander.\n"
-"Umoliwia operacje Wytnij-Wklej oraz wybr opcji poprzez wyskakujce menu."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake przeprowadza wykrywanie sprztu oraz opcjonalnie \n"
-"konfiguruje nowy lub zmieniony sprzt."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache to serwer WWW. Jest uywany do udostpniania plikw \n"
-"HTML i CGI w Internecie/Intranecie."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internetowy (super)demon, zwany inetd startuje wiele usug internetowych,\n"
-"takich jak telnet, ftp, rsh i rlogin.\n"
-" Wyczenie go uniemoliwia korzystanie z tych usug."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Uruchomienie filtrowania pakietw dla kernela Linuxa w wersji 2.2\n"
-"zabezpiecza komputer przed atakiem z sieci."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ten pakiet aduje wybrane mapowania klawiatury, zgodnie z zawartoci\n"
-"pliku /etc/sysconfig/keyboard. Mog one by przeczane przy pomocy\n"
-"narzdzia kbdconfig. Powinien by uruchomiony w wikszoci przypadkw."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatyczna regenracja nagwkw kernela w /boot\n"
-"dla /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatyczne wykrywanie i konfiguracja sprztu przy uruchomieniu"
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"LinuxConf umoliwia przeprowadzenie podczas uruchamiania\n"
-"rnych zada zwizanych z konserwacj systemu."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"Lpd to demon, konieczny do prawidowego dziaania lpr,a przez to caego \n"
-"systemu drukowania."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Wirtualny Serwer linuxowy uywane jest przy tworzeniu bardzo wydajnych\n"
-"serwerw o duej niezwodnoci."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"Named (BIND) to DNS -czyli serwer, umoliwiajcy tumaczenie\n"
-"nazw komputerw na ich adresy IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Montuje i odmontowuje wszystkie punkty zamontowania systemw plikw \n"
-"NFS ( sieciowe systemy plikw), SMB {LAN Manager/Windows} i NCP ( NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Wcza/wycza skonfigurowane interfejsy sieciowe\n"
-"podczas uruchamiania systemu."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS jest popularnym protokoem udostpniania plikw w sieci TCP/IP.\n"
-"Ta usuga uruchamia konfigurowany przez plik /etc/exports serwer NFS."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS jest popularnym protokoem udostpniania plikw w sieci TCP/IP.\n"
-"Ta usuga umoliwia dziaanie w NFS funkcji blokowania plikw."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automatycznie wacza klawiatur numeryczn przy uruchamianiu \n"
-"w trybie konsoli oraz graficznym."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-"Zapewnia obsug drukarek OKI dla Windows\n"
-"oraz kompatybilnych windrukarek."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA uywany jest zwykle do obsugi kart ethernetowych i modemw\n"
-"w laptopach. Nie jest uruchamiany, jeeli si go nie skonfiguruje\n"
-"a wic bezpiecznie moe by instalowany nawet na maszynach, ktre go nie \n"
-"potrzebuj."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper zarzdza poczeniami RPC, uywanymi przez protokoy takie, jak\n"
-"NFS i NIS. Jeeli Twoja maszyna jest serwerem dla protokow, ktre \n"
-"wykorzystuj RPC, naley go uruchomi na starcie."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix to agent pocztowy (MTA),\n"
-"przesyajcy poczt midzy maszynami."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr "Polepsza generacj liczb pseudolosowych."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Przypisuje \"surowe\" urzdzenia do urzdze blokowych\n"
-"(np dyskw) dla aplikacji typu Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Demon routed aktualizuje automatycznie tablic routingu IP wykorzystujc\n"
-"stosowany w maych sieciach protok RIP. W wikszych sieciach stosuje\n"
-"si bardziej zoone protokoy routingu."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Protok rstat umoliwia uytkownikowi sieci monitorowanie \n"
-"wydajnoci innych maszyn w sieci."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Protok rusers pozwala na sprawdzanie, kto jest zalogowany na innych,\n"
-"dostpnych maszynach w sieci."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Protok rwho dziaa jak who ( podaje list uytkownikw) dla innych maszyn "
-"w sieci.\n"
-"ktre maj wczony demon rwho (podobny do finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Uruchamia podsystem dwiku w komputerze"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog to narzdzie, pozwalajce rnym demonom na\n"
-"dokonywanie wpisw do rnych plikw \"dziennikowych\" ( log files).\n"
-"Jego uruchomienie jest zalecane."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "aduje sterowniki urzdze USB."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Uruchamia serwer czcionek (konieczny do dziaania XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Wybierz usugi automatycznie uruchamiane podczas startu"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Drukarka"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Tryb pracy systemu"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Opcje drukarki sieciowej lpd"
-
-# ../../share/compssUsers
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Bazy danych"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "urzdzenie"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "uruchomione"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "zatrzymane"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Usugi i demony"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Niestety brak dodatkowych informacji\n"
-"o tej usudze."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Przy uruchamianiu"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Status:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Reszta wiata"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Dostp do Internetu"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Programowanie"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Centrum Sterowania"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Interfejs sieciowy"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Nazwa serwera SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Gry"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Dla eksperta"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "niezbdny"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalowanie pakietu %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Nie mona odczyta tablicy partycji, jest zbyt uszkodzona :(\n"
-"Mona prbowa kontynuowa z pustymi partycjami"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Bd"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Konfiguracja poinstalacyjna"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Konfiguracja sposobu uruchamiania"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratulacje!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalacja"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Uytkownicy"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatowanie plikopartycji %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Wybr pakietw"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Usu kolejk"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Usu Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Identyfikator:"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Przetestuj mysz"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Prosz sprbowa ponownie"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Prosz sprbowa ponownie"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Powtrz haso"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Sie lokalna"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Wybierz sposb podczenia drukarki"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Wybierz ukad klawiatury."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Prosz klikn na partycji"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Przetestuj mysz"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Interfejs sieciowy"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Identyfikator:"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Wybierz jzyk uywania systemu"
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Uy optymalizacji dysku?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Uy optymalizacji dysku?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Czekaj"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "z kkiem"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "z kkiem"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Opcje moduu:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Konfiguracja sieci"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Systemy plikw"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opcje"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Wska port szeregowy, do ktrego podczony jest modem."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Konfiguracja sieci"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Wybierz typ myszy."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Przywr z dyskietki"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Wybierz typ myszy."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Inna"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalacja pakietw"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Przywr z pliku"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Przywr z pliku"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Uytkownika"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/Pomo_c"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Poprzedni"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Status:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Przywr z pliku"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Tekst"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Wybr pakietw"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Wybierz jzyk uywania systemu"
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Wybierz jzyk uywania systemu"
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Wybierz jzyk uywania systemu"
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Uszkodzony plik archiwum"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Zapisz do pliku"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Przetestuj mysz"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Wybierz pakiety do zainstalowania."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Konfiguracja sieci"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Konfiguracja sieci"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Konfiguracja sieci lokalnej"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Konfiguracja sieci lokalnej"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Systemy plikw"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalacja %s nie powioda si. Wystpi nastpujcy bd:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "nie znaleziono %s "
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Zrobione"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formatuj dyskietk"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Przygotowywanie instalacji"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "ograniczenie"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatowanie"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Oddnstalowanie pakietw"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Konfiguracja sieci lokalnej"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Punkt montowania"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Wybierz partycje do sformatowania"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Biuro"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Przerwij"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Drukarka"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instalacja pakietw"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Wybierz plik"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Drukarka sieciowa"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Komunikat startowy"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Nie wykryto w systemie karty sieciowej!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalacja"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Nie wykryto w systemie karty sieciowej!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Wyjcie z instalacji"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Wspdzielenie poczenia z Internetem"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Wspdzielenie poczenia z Internetem jest wczone"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Konfiguracja wspdzielenia poczenia z Internetem zostaa ju wykonana.\n"
-"Jest teraz uaktywniona.\n"
-"\n"
-"Co chcesz zrobi?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "wyczy"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "zwolni"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "rekonfigurowa"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Wyczenie serwerw..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Wspdzielenie poczenia z Internetem jest wyczone."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Wspdzielenie poczenia z Internetem jest wyczone"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Konfiguracja wspdzielenia poczenia z Internetem zostaa ju wykonana.\n"
-"Usuga ta jest teraz wyczona.\n"
-"\n"
-"Co chcesz zrobi?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "wczy"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Wczenie serwerw..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Wspdzielenie poczenia z Internetem jest teraz wczone"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Mona skonfigurowa komputer jako wspdzielcy poczenie z Internetem\n"
-"Ta usuga pozwala innym komputerom w sieci lokalnej na uywanie poczenia\n"
-"tego komputera z Internetem.\n"
-"\n"
-"Uwaga: wymagana jest dedykowana karta sieciowa wczajca komputer w sie "
-"lokaln (LAN)"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfejs %s (modu %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfejs %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nie wykryto w systemie karty sieciowej!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nie wykryto w systemie karty sieciowej. Prosz uruchomi program "
-"konfiguracji sprztu."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interfejs sieciowy"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"W Twoim systemie istnieje tylko jedna skonfigurowana karta sieciowa:\n"
-"\n"
-"%s\n"
-"\n"
-"Mona skonfigurowa sie lokaln (LAN) przy wykorzystaniu tej karty."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Wska, ktra karta sieciowa bdzie poczona\n"
-"z sieci lokaln (LAN)."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Nie skonfigurowano monitora"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Konfiguracja sposobu uruchamiania"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Internet - konfiguracja"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP serwera CUPS"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"W biecej konfiguracji wykryto moliwy konflikt adresw sieciowych: %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Wykryto konfiguracj firewalla!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Ostrzeenie! Zostaa wykryta istniejca konfiguracja firewalla. Moe by "
-"konieczne dokonanie kilku rcznych poprawek po instalacji. Kontynuowa?"
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfiguracja..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"Konfiguracja skryptw, instalowanie programw, uruchamianie serwerw..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemy z instalacj pakietu %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Wszytko zostao skonfigurowane.\n"
-"Moesz udostpnia poczenie z Internetem innym komputeremw sieci lokalnej, "
-"uywajc automatycznej konfiguracji sieci (DHCP)"
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"Konfiguracja wspdzielenia poczenia zostaa ju wykonana, lecz usuga ta "
-"jest teraz wyczona."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"Konfiguracja wspdzielenia poczenia z Internetem zostaa ju wykonana "
-"jest wczona"
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Wspdzielenie poczenia z Internetem nie byo jeszcze konfigurowane."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Konfiguracja wspdzielenia poczenia z Internetem"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Witaj w konfiguratorze wspdzielenia poczenia z Internetem!\n"
-"\n"
-"%s\n"
-"\n"
-"Wybierz Konfiguruj, by uruchomi kreatora.."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Konfiguracja sieci (%d karty)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Usu profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil do usunicia:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nowy profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Nazwa komputera:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Dostp do Internetu"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Rodzaj: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Router:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfejs:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfiguracja dostpu do Internetu..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Konfiguracja sieci lokalnej"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Sterownik"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfejs"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protok"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfiguracja sieci lokalnej..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Kreator..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Zastosuj"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Prosz czeka... adowanie konfiguracji"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Poczony"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nie poczony"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Pocz..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Rozcz..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Nie skonfigurowano jeszcze adnego interfejsu.\n"
-"Zacznij konfiguracj przez kliknicie na \"Konfiguruj\""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Konfiguracja sieci lokalnej"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Karta %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protok uruchamiania"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Uruchamiany przy starcie"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Klient DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Uaktywnij"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Uaktywnij"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nie skonfigurowano jeszcze adnego poczenia z Internetem.\n"
-"Rozpocznij konfiguracj przez kliknicie na \"Konfiguruj\""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfiguracja poczenia z Internetem"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfiguracja poczenia z Internetem"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Rodzaj poczenia:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametry"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Router"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Karta ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Klient DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Ustawienie poziomu bezpieczestwa"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centrum Sterowania"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Wybr uywanych narzdzi"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "kanadyjski (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "islandzki"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "szeregowa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uycie: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Wybierz ukad klawiatury."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Czy chcesz uywa BackSpace zamiast Delete dla konsoli?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Zmiana CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"W pyt Installation CD-Rom do kieszeni czytnika i nacinij Ok.\n"
-"Jeli jej nie masz, nacinij Anuluj, by omin uaktualnienie."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Nie mona uruchomi uaktualnienia!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Plik/_Nowy"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Plik/_Otwrz"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Plik/Zapi_sz"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Plik/Z_apisz jako"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Plik/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcje"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcje/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/Pomo_c"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Pomoc/O _programie"
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Identyfikator:"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Komunikat startowy"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Ustawienia"
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "Komputer:"
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr "Komputer:"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Konfiguracja Lilo/Grub"
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Narzdzie do konfiguracji porednika.\n"
-"\n"
-"Pozwala na skonfigurowanie porednikw http oraz ftp\n"
-"z (lub bez) nazw uytkownika oraz hasem\n"
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache oraz Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "shadow"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "interesujcy"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatowanie"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Konfiguracja kolorw"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Wybierz typ myszy."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nie znaleziono serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulowa rodkowy przycisk?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Wybierz kart graficzn"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Urzdzenie startowe"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Konfiguracja zapory sieciowej"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Konfiguracja zapory sieciowej"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Zapora sieciowe\n"
-"\n"
-"Jest ju skonfigurowana.\n"
-"Wybierz Konfiguruj, by zmieni lub usunc jego konfiguracj"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Zapora sieciowa\n"
-"\n"
-"Wybierz Konfiguruj, by ustawi standardow zapor sieciow"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Wybr jzyka"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Rodzaj instalacji"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Wykrywanie dyskw"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfiguracja myszy"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Wybr klawiatury"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Bezpieczestwo"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Systemy plikw"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatowanie"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Wybr pakietw"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalacja pakietw"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Uytkownicy"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfiguracja sieci"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfiguracja usug"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Program rozruchowy"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Dysk startowy"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfiguracja X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalacja pakietw"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Wyjcie z instalacji"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Konfiguracja zapory sieciowej\n"
-"\n"
-"Narzdzie to umoliwia konfguracj prostej zapory sieciowej.\n"
-"Jeli potrzebujesz silnego dedykowanego rozwizania,\n"
-"skorzystaj z dystrybucji Mandrake Security Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Zostanie zadane kilka pyta dotyczcych usug, ktre chcesz\n"
-"udostpnia w Internecie. Przemyl odpowiedzi na te pytania,\n"
-"poniewa bezpieczestwo komputera w sieci jest wane.\n"
-"\n"
-"Pamitaj, wycz usugi, z ktrych teraz nie korzystasz.\n"
-"Moesz w dowolnej chwili zmieni konfiguracj powtrnie\n"
-"uruchomiajc ten program!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Czy uruchamiono na tym komputerze serwer WWW, ktry ma by dostpny\n"
-"z Internetu?. Jeli uruchomiono serwer, ktry ma by dostpny tylko z tego\n"
-"komputera, moesz spokojnie odpowiedzie tutaj NIE.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Czy uruchomiono serwer nazw (DNS)?\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Czy chcesz umoliwi nawizywanie przychodzcych pocze ssh?\n"
-"Ssh to nastpca telneta uywany do logowania. Jeli uywasz jeszcze "
-"telneta,\n"
-"naley ostatecznie przej na ssh, poniewa telnet nie jest szyfrowany,\n"
-"co daje moliwo podsuchania hasa i wamania si do systemu."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Czy chcesz umoliwi nawizywanie przychodzcych pocze telnet?\n"
-"Jest to bardzo niebezpieczne, sugerujemy by odpowiedzie NIE\n"
-"i uywa zamiast telneta ssh.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Czy uruchomiono dostpny z Internetu serwer FTP?. Jeli tak, zalecamy\n"
-"uywanie go tylko do anonimowych transferw, poniewa FTP take nie\n"
-"szyfruje przesyanych hase.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Czy uruchomiono serwer pocztowy?. Jeli wysyasz poczt\n"
-"korzystajc z tekstowych programw typu pine czy mutt\n"
-"serwer pocztowy prawdopodobnie jest uruchomiony.\n"
-"Jeli nie, naley zablokowa t usug.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Czy uruchomiono serwer POP lub IMAP? Uywany jest on do zdalengo\n"
-"odbioru poczty z kont pocztowych zaoonych na tym komputerze\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Wyglda na to, e uruchomiony jest kernel serii 2.2. \n"
-"Jeli Twj adres IP jest przyznawany automatycznie,\n"
-"przez inny komputer w biurze lub domu naley na to\n"
-"pozwoli. Jak jest w tym przypadku?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Czy Twj komputer synchronizuje czas z innego komputera?\n"
-"Najczciej jest to wykorzystywane w duych i rednich\n"
-"organizacjach do synchronizacji czasu dla logowania.\n"
-"Jeli nie syszae o tym, prawdopodobnie nie potrzebujesz\n"
-"tej usugi."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Zakoczono konfiguracj. czy zapisa zamiany na dysk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Nie mona otworzy %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Bd otwarcia %s do zapisu: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Kreator konfiguracji zapory sieciowej"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Prosz czeka, trwa przygotowywanie instalacji"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "WWW,/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Komputer sieciowy (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Serwery NFS, SMB, SSH, oraz Proxy"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Biuro"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Stacja robocza z Gnome"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Narzdzia do Palm Pilota lub Visior"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Stacja robocza"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Zapora sieciowa/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Serwer systemu DNS"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programy biurowe: procesory tekstu (kword, abiword), arkusze kalkulacyjne "
-"(kspread, gnumeric), przegldarki pdf, itp."
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Dzwik: odtwarzacze mp3 i midi, miksery, itp."
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Podrczniki i HOWTO o Linuksie i wolnym oprogramowaniu"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Stacja robocza z KDE"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, itp"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Zestawy narzdzi dla poczty, WWW, transferu plikw i chat"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Bazy danych"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Serwery baz danych PostgreSQL lub MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Narzdzia uatwiajce konfiguracj komputera"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Dwik"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Narzdzia"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentacja"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Narzdzia dla konsoli"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Serwer pocztowy Postfix, serwer grup dyskusyjnych Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Korzystanie z Internetu"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Korzystanie z multimediw"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Konfiguracja sieci lokalnej"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Wicej pulpitw graficznych (Gnome, IceWM)"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"KDE - podstawowe rodowisko graficzne wraz z zestawem towarzyszcych narzdzi"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "rodowisko graficzne"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache oraz Pro-ftpd"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Narzdzia do tworzenia i nagrywania CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Komputer biurowy"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Serwer"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itp."
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programy graficzne, np. Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Biblioteki do programowania w C i C++ , programy i pliki nagwkowe"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Serwer sieciowy"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Pocza/Narzdzia pracy grupowej/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Komputer do gier"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Odtwarzacze i edytory video"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafika"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programy rozrywkowe: zrcznociowe, planszowe, strategiczne, itp."
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Zestaw narzdzi do czytania i wysyania poczty i grup dyskusyjnych (pin, "
-"mutt, tin) oraz przegldania sieci Web"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archiwizacja, emulatory, monitorowanie"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanse osobiste"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"rodowisko graficzne z przyjaznymi dla uytkownika zestawami aplikacji i "
-"narzdzi"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Programy klientw dla rnych protokow, w tym ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Bramka do Internetu"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programy do odtwarzania/edycji dwiku i video"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Inne pulpity graficzne"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "editory, powoki, narzdzia plikowe, terminale"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programy do zarzdzania finansami, np gnucash"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Zarzdzanie osobistymi informacjami"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - Nagrywanie pyt CD"
-
-# ../../share/compssUsers
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Stacja robocza dla naukowca"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Przerwij"
-
-#, fuzzy
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "aden"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Wybierz domylnego uytkownika:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Drukarka sieciowa"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Moesz teraz okreli parametry moduu %s."
-
-#~ msgid "Low"
-#~ msgstr "Niski"
-
-#~ msgid "Medium"
-#~ msgstr "redni"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Par ulepsze dla tego poziomu zabezpiecze: wicej komunikatw i testw."
-
-#~ msgid "mount failed"
-#~ msgstr "nieudane montowanie"
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Multimedia"
-
-#~ msgid "Boot mode"
-#~ msgstr "Tryb uruchamiania"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Dla eksperta"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux korzysta z czasu GMT \"Czas uniwersalny Greenwich\", tumaczc "
-#~ "go\n"
-#~ "na czas lokalny odpowiednio do wybranej strefy czasowej."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Pocz z Internetem"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Rozcz poczenie z Internetem"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Konfiguracja poczenia z sieci (LAN lub Internet)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Na ktry dysk chcesz przenie ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Wybierz pakiety do zainstalowania."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Informacje"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Stacja robocza z Gnome"
-
-#, fuzzy
-#~ msgid "user"
-#~ msgstr "Uytkownik:"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Wybierz typ myszy."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Zakocz"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Automatyczne montowanie wyjmowanych dyskw"
-
-#~ msgid "Active"
-#~ msgstr "Uaktywnij"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Nie"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Wykryto drukark model \"%s\" na"
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Port lokalnej drukarki"
-
-#~ msgid "Printer Device"
-#~ msgstr "Port drukarki:"
-
-#~ msgid "Device/file name missing!"
-#~ msgstr "Brak nazwy urzdzenia/pliku!"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Zdalny serwer CUPS"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Zdalny serwer CUPS"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Tryb pracy systemu"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Inna"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Wybierz ukad klawiatury."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Prosz klikn na partycji"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Rodzaj: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Uszkodzony plik archiwum"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Konfiguracja X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Port drukarki:"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Anuluj"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Ok"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Zamknij"
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "toot"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "Otwieranie poczenia..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "Zamykanie poczenia..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "Poczenie nie zostao zamknite.\n"
-#~ "Sprbuj zrobi to rcznie przez uruchomienie\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "jako root."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "System jest teraz rozczony."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Okrel rozmiar przeznaczony na instalacj"
-
-#~ msgid "Total size: "
-#~ msgstr "Cakowity rozmiar: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Prosz czeka, "
-
-#~ msgid "Total time "
-#~ msgstr "Cakowity czas "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Wykorzysta istniejc konfiguracj X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "Do jakiego portu jest podczona drukarka?\n"
-#~ "(pamitaj, e /dev/lp0 to odpowiednik LPT1:)\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ""
-#~ "Uwaga, karta sieciowa zostaa ju skonfigurowana. Zostanie "
-#~ "zrekonfigurowana."
-
-#~ msgid "New"
-#~ msgstr "Nowy"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Kolejka sieciowa"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Prosz klikn na partycji"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Niejednoznaczny (%s), sprecyzuj\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr "? (domylnie %s)"
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Twj wybr? (domylnie %s, wpisz \"none\" dla adnego) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "nie mona otworzy do odczytu /etc/sysconfig/autologin: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Chcesz zrestartowa sie?"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Zgadzasz si?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Naley zrestartowa interfejs:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Naley zrestartowa urzdzenie %s. Zgadzasz si?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Standardowy wybr to \"/dev/hda\", czyli pierwszy dysk twardy (primary\n"
-#~ " IDE) lub \"/dev/sda\" pierwszy dysk SCSI (first SCSI disk)."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Czas poczenia:"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Wybierz domylnego uytkownika:"
-
-#~ msgid "Spooler: "
-#~ msgstr "System wydruku: "
-
-#~ msgid "Test the mouse here."
-#~ msgstr "Sprawd tutaj mysz"
-
-#~ msgid "Press next to continue."
-#~ msgstr "By kontynuowa, nacinij Dalej."
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Wybierz waciwy jzyk instalacji i uywania systemu."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "By kontynuowa instalacj, musisz zaakceptowa warunki licencji.\n"
-#~ "\n"
-#~ "\n"
-#~ "Wybierz \"Zgadzam si\", jeli zgadzasz si z jej warunkami.\n"
-#~ "\n"
-#~ "\n"
-#~ "Wybierz \"Nie zgadzam si\", jeli si z nimi nie zgadzasz.\n"
-#~ "Instalacja zostanie zakoczona bez adnych zmian w konfiguracji."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Wybierz odpowiedni jzyk i ukad klawiatury z listy powyej"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "Jeli chcesz, by po instalacji byy dostpne take inne jzyki\n"
-#~ "(poza wybranym na pocztku instalacji), wybierz je z listy powyej\n"
-#~ "Jeli chcesz wybra wszystkie, wska \"Wszystkie\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Wybierz:\n"
-#~ "\n"
-#~ "\n"
-#~ " - Uytkownika: Jeli jeste obeznany z Linuxem, masz moliwo\n"
-#~ " okrelenia zastosowania zainstalowanego systemu. Szczegy poniej\n"
-#~ "\n"
-#~ "\n"
-#~ " - Ekspert: wietnie znasz GNU/Linux i chcesz zainstalowa go\n"
-#~ " w nietypowy, odpowiedni dla Ciebie sposb . Podobnie jak w przypadku\n"
-#~ " instalacji \"Uytkownika\" masz moliwo okrelenia zastosowania "
-#~ "systemu\n"
-#~ " Ale bardzo, bardzo prosimy, NIE WYBIERAJ TEJ OPCJI, JELI NIE WIESZ "
-#~ "CO ROBISZ!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Teraz naley okreli sposb wykorzystania komputera. \n"
-#~ "* Stacja robocza: To dokonay wybr, jeli uywasz komputera do "
-#~ "codziennej pracy w biurze lub\n"
-#~ " w domu.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Programowanie: wybierz t opcj, jeeli chcesz korzysta z komputera do "
-#~ "tworzenia oprogramowania.\n"
-#~ " Zostanie zainstalowane cae oprogramowanie umoliwiajce kompilacj , "
-#~ "debugowanie programw,\n"
-#~ " oraz tworzenie pakietw oprogramowania.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Serwer: jest to waciwy wybr, jeli komputer ma byc serwerem. Moe to "
-#~ "by serwer plikw (NFS lub\n"
-#~ " SMB ), serwer drukarek (uniksowy typu \"windowsowego\") serwer NIS, "
-#~ "serwer baz danych itp.\n"
-#~ " Nie oczekuj zainstalowaniea adnych wodotryskw typu KDE lub GNOME."
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Moesz teraz wybra grupy pakietw, ktre chcesz \n"
-#~ "zainstalowa lub aktualizowa\n"
-#~ "\n"
-#~ "\n"
-#~ "Instalator sprawdzi, czy masz na to do miejsca na dysku. Zostaniesz\n"
-#~ "ostrzeony, jeli jest go zbyt mao. Jeli postanowisz mimo to "
-#~ "kontynuowa,\n"
-#~ "cz mniej wanych pakietw nie zostanie zainstalowana.\n"
-#~ "Na dole listy znajdziesz opcj \"Samodzielny wybr pakietw\"; \n"
-#~ "Bdziesz musia jednak wybiera spord ponad1000 pakietw ..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ "Mona teraz indywidualnie wybiera pakiety do zainstalowania.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kliknicie w lewym rogu okna pakietw zwija lub rozwija list pakietw\n"
-#~ "\n"
-#~ "\n"
-#~ "Kliknicie na \"Przecz midzy paskim i grupowym sortowaniem\"\n"
-#~ "umoliwia zobaczenie pakietw posortowanych alfabetycznie\n"
-#~ "\n"
-#~ "\n"
-#~ "Jei nie chcesz by informowany o zalenociach miedzy pakietami,\n"
-#~ "kliknij na \"Automatyczne sprawdzanie zalenoci\". Po wczeniu tej "
-#~ "opcji\n"
-#~ "odznaczenie pakietu spowoduje automatyczne od innych pakietw,\n"
-#~ "ktre wymagaj go do dziaania."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Jeli masz wszystkie instalacyjne pyty CD z listy powyej, kliknij Ok.\n"
-#~ "Jeli nie masz adnej z tych pyt, kliknij Anuluj.\n"
-#~ "Jeli masz niektre z pyt, odznacz te, ktrych nie masz i kliknij Ok."
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you are installing on an Apple machine with a 1-button mouse, you "
-#~ "will\n"
-#~ "be given the opportunity to define some keyboard keys to emulate the 2nd\n"
-#~ "and 3rd mouse buttons. This will allow you to be able to access the "
-#~ "full\n"
-#~ "functionality of the mouse in both the Linux console and the X Window "
-#~ "GUI.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have an ADB mouse, please select USB, as the Linux kernel will "
-#~ "take\n"
-#~ "care of mapping your mouse hardware correctly."
-#~ msgstr ""
-#~ "Naley teraz przetestowa dziaanie myszy. Uyj przyciskw oraz kka\n"
-#~ "by sprawdzi, czy ustawienia s prawidowe. Jeli nie, nacinij \"Anuluj"
-#~ "\"\n"
-#~ "i wybierz inny sterownik.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli instalujesz na komputerze Apple z 1-przyciskow mysz, masz teraz\n"
-#~ "moliwo przypisania jaki klawiszy klawiatury w celu emulacji 2 i 3 "
-#~ "przycisku\n"
-#~ "myszy. Pozwoli to na zapewnienie penej funkcjonalnoci myszy podczas "
-#~ "pracy\n"
-#~ "na konsoli oraz w rodowisku graficznym. "
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ "Wybierz waciw opcj, by podczy komputer do Internetu\n"
-#~ "lub sieci lokalnej. Pamitaj o wczeniu urzdze zewntrznych\n"
-#~ "przed wybraniem opcji, by instalator mg je automatycznie wykry.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli nie uywasz sieci lokalnej ani Internetu, wybierz\n"
-#~ "\"Wyczenie sieci\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli chcesz skonfigurowa sie po instalacji, lub zakoczye\n"
-#~ "konfigurowanie sieci, wybierz \"Zrobione\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ "Nie wykryto modemu. Prosz okreli port szeregowy, do ktrego jest on "
-#~ "podczony.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dla informacji: pierwszy port szeregowy (COM1 w Windows)\n"
-#~ "w GNU/Linux nazywa si \"ttyS0\". "
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ "Naley teraz poda opcje poczenia modemowego. Jeli nie wiesz,\n"
-#~ "lub nie wiesz co wpisa, poprawne informacje otrzymasz od\n"
-#~ "Twojego dostawcy Internetu (ISP). Jeli nie wpiszesz adresw DNS, zostan "
-#~ "one pobrane od ISP\n"
-#~ "w trakcie poczenia."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ "Jeli posiadasz zewntrzny modem, wcz go, by instalator mg go "
-#~ "automatycznie wykry."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr "Wcz modem i wybierz wasciwy model."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ "Jeli nie jeste pewien, e powysze informacje s prawidowe, lub\n"
-#~ "lub nie wiesz co wpisa, poprawne informacje otrzymasz od\n"
-#~ "Twojego dostawcy Internetu (ISP). Jeli nie wpiszesz adresw DNS, zostan "
-#~ "one pobrane od ISP\n"
-#~ "w trakcie poczenia."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Moesz teraz, poda nazw hosta (jeli trzeba).\n"
-#~ "Jeli nie jeste pewien, co wpisa, naley uzyska informacje od\n"
-#~ "Twojego dostawcy Internetu (ISP)."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Naley teraz skonfigurowa kart sieciow\n"
-#~ "\n"
-#~ " * adres IP, jeeli go nie znasz, spytaj administratora sieci\n"
-#~ " Nie wpisuj adresu IP, jeli wybrae \"Automatyczne IP\".\n"
-#~ "\n"
-#~ " * mask sieci, \"255.255.255.0\" na og dziaa. \n"
-#~ " Jeeli nie jeste pewien, spytaj administratora sieci.\n"
-#~ "\n"
-#~ " * Automatyczne IP: Jeeli Twoja sie uywa protokou DHCP lub BOOTP,\n"
-#~ " wybierz t opcj. Jeeli nie jeste pewien, spytaj administratora "
-#~ "sieci.\n"
-#~ " W przypadku wybranie tej opcji nie naley wpisywa adresu IP"
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Moesz teraz, poda nazw hosta (jeli trzeba).\n"
-#~ "Jeli nie jeste pewien, co wpisa, naley uzyska informacje od "
-#~ "administratora sieci."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ "Moesz teraz, poda nazw hosta (jeli trzeba).\n"
-#~ "Jeli nie jeste pewien, co wpisa, pozostaw to pole puste."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Moesz teraz poda opcje poczenia modemowego. Jeeli ich nie znasz, \n"
-#~ "skontaktuj si z dostawc Internetu (ISP)."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Jeli bdziesz korzysta z serwerw poredniczcych, skonfiguruj je "
-#~ "teraz.\n"
-#~ "Jeeli nie jeste pewien, spytaj administratora sieci lub dostawcy "
-#~ "Internetu."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Moesz uy pakietw kryptograficznych, jeeli Twoje poczenie \n"
-#~ "z Internetem zostao odpowiednio skonfigurowane. Zacznij od wyboru "
-#~ "mirrora\n"
-#~ "(miejsca, skd bdziesz ciga pakiety) i wybierz pakiety do instalacji\n"
-#~ "\n"
-#~ "\n"
-#~ "Pamitaj, e wybr mirrora i pakietw musi by zgodny z polskim prawem."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr "Naley teraz okreli stref czasow miejsca, w ktrym mieszkasz."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ "Moesz skonfigurowa drukark lokaln (podczon bezporednio do\n"
-#~ "Twojego komputera), lub sieciow (dostpn poprzez sie Unix, Netware\n"
-#~ "lub Microsoft Windows)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ "Jeli chcesz mie moliwo drukowania, wybierz system wydruku\n"
-#~ "(dostpne s CUPS i LPR)\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS to nowy, silny i elastyczny system wydruku dla systemw Unixowych\n"
-#~ "(CUPS oznacza \"Common Unix Printing System\"). Jest to domylny system\n"
-#~ "wydruku w Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR to stary system wydruku uywany w poprzednich\n"
-#~ "wersjach Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli nie uywasz drukarki, wybierz \"Brak\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ "GNU/Linux obsuguje wiele rodzajw drukarek. Kada z nich wymaga\n"
-#~ "oddzielnej konfiguracji.\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli drukarka jest fizycznie podczona do Twojego komputera, wybierz\n"
-#~ "\"Drukarka lokalna\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli chcesz uzyska dostp do drukarki na innym komputerze z Unixem,\n"
-#~ "wybierz \"Drukarka sieciowa\".\n"
-#~ "\n"
-#~ "\n"
-#~ "Jeli chcesz uzyska dostp do drukarki zaoonej na innym komputerze\n"
-#~ "z Microsoft Windows (lub Unixie z Samb), wybierz \"SMB/Windows 95/98/NT"
-#~ "\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ "Naley teraz wczy drukark, by umoliwi instalatorowi jej wykrycie.\n"
-#~ "\n"
-#~ "Konieczne jest te podanie kilku informacji.\n"
-#~ "\n"
-#~ "\n"
-#~ "...*.Nazwa drukarki: system wydruku wykorzystuje \"lp\" jako domyln "
-#~ "drukark, powiniene posiada drukark\n"
-#~ " o takiej nazwie. Jedna drukarka moe mie wiele nazw, oddzielonych "
-#~ "znakiem '\"'\".\n"
-#~ " Jeli wic lubisz przyjazne nazwy, moesz z nich korzysta:np. "
-#~ "\"Moja drukarka|lp\".\n"
-#~ " Drukarka, ktrej jedn z nazw jest \"lp\" bdzie drukark domyln\n"
-#~ "\n"
-#~ "\n"
-#~ " * Opis drukarki jest opcjonalny, lecz uyteczny jeli posiadasz wicej "
-#~ "drukarek, lub te udostpniasz je innym\n"
-#~ "\n"
-#~ "\n"
-#~ " * Lokalizacja. Jeli chcesz poda informacje o pooeniu drukarki,\n"
-#~ " wpisz je tutaj (moesz wpisa cokolwiek, np. \"Drugie pitro\").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ "Naley wpisa tutaj kilka informacji.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Nazwa kolejki: system wydruku wykorzystuje \"lp\" jako domyln "
-#~ "drukark, powiniene posiada drukark\n"
-#~ " o takiej nazwie. Jedna drukarka moe mie wiele nazw, oddzielonych "
-#~ "znakiem '\"'\".\n"
-#~ " Jeli wic lubisz przyjazne nazwy, moesz z nich korzysta:np. "
-#~ "\"Moja drukarka|lp\".\n"
-#~ " Drukarka, ktrej jedn z nazw jest \"lp\" bdzie drukarka domyln\n"
-#~ "\n"
-#~ " \n"
-#~ " * Katalog bufora: jest to katalog, gdzie s zapisywane drukowane "
-#~ "zadania. Nie zmieniaj domylnego wpisu,\n"
-#~ " jeli nie wiesz, co wpisa\n"
-#~ "\n"
-#~ "\n"
-#~ " * Podczenie drukarki. Jeli drukarka jest fizycznie podczona do "
-#~ "Twojego komputera, wybierz\n"
-#~ " \"Drukarka lokalna\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Jeli chcesz uzyska dostp do drukarki na innym komputerze z "
-#~ "Unixem,\n"
-#~ " wybierz \"Drukarka sieciowa lpd\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Jeli chcesz uzyska dostp do drukarki zaoonej na innym "
-#~ "komputerze z Microsoft Windows\n"
-#~ " (lub Unixie z Samb), wybierz \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ " Jeli chcesz uzyska dostp do drukarki w sieci Netware, wybierz "
-#~ "\"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ "Nie wykryto drukarki. Podaj nazw portu, do ktrego jest podczona\n"
-#~ "\n"
-#~ "\n"
-#~ "Dla informacji: wikszo drukarek podcza si do pierwszego portu "
-#~ "rwnolegego\n"
-#~ "Nazywa si on w GNU/Linuksie \"/dev/lp0\", natomiast w Windows\"LPT1\""
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr "Wybierz drukark z listy powyej."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ "Wybierz waciwe dla swojej drukarki opcje.\n"
-#~ "Jeli nie wiesz, co zaznaczy, zapoznaj si z dokumentacj drukarki\n"
-#~ "\n"
-#~ "\n"
-#~ "W nastpnym kroku bdzie moliwe sprawdzenie wybranej konfiguracji oraz "
-#~ "jej modyfikacja, jeli wydruki nie bd zgodne z oczekiwaniami."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Teraz naley wpisa haso roota Twojego Mandrake Linux.\n"
-#~ "Haso naley wpisa dwa razy w celu weryfikacji poprawnoci\n"
-#~ "\n"
-#~ "\n"
-#~ "Root to administrator systemu, jedyny uytkownik majcy prawo\n"
-#~ "modyfikacji konfiguracji systemu.Zwr wic szczegln uwag na\n"
-#~ "jego haso! Nieautoryzowane uycie konta roota moe by skrajnie\n"
-#~ "niebezpieczne dla integralnoci systemu i danych oraz innych systemw,\n"
-#~ "podczonych do niego.\n"
-#~ "\n"
-#~ "\n"
-#~ "Haso powinno by mieszank znakw alfanumerycznych\n"
-#~ "o dugoci co najmniej 8 znakw. *Nigdy* nie powinno by\n"
-#~ "zapisywane.\n"
-#~ "\n"
-#~ "Nie wymylaj jednak hasa zbyt dugiego lub nazbyt\n"
-#~ "skomplikowanego: musisz go zapamita bez kopotu."
-
-#~ msgid ""
-#~ "If your network uses the LDAP (or NIS) protocol for authentication, "
-#~ "select\n"
-#~ "\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your "
-#~ "network\n"
-#~ "administrator.\n"
-#~ "\n"
-#~ "If your computer is not connected to any administrated network, you may "
-#~ "want to\n"
-#~ "choose \"Local files\" for authentication."
-#~ msgstr ""
-#~ "Jeli w sieci do autentykacji stosowany jest protok LDAP (lub NIS), "
-#~ "wybierz\n"
-#~ "\"LDAP\" (lub \"NIS\") jako sposb autentykacji. Jeli nie wiesz, spytaj\n"
-#~ "administratora sieci\n"
-#~ "\n"
-#~ "Jesli komputer nie jset podczony do administrowanej sieci, wskazanejest "
-#~ "wybranie \"Pliki lokalne\" jak sposobu autentykacji."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Powiniene utworzy jedno lub wicej kont \"zwykych\" uytkownikw\n"
-#~ "bdcych przeciwiestwem konta \"uprzywilejowanego\" uytkownika\n"
-#~ "- roota. Moesz utworzy jedno lub wicej kont dla kadej osoby, ktrej\n"
-#~ "chcesz umoliwi korzystanie z komputera. Pamitaj, e kade konto ma\n"
-#~ "indywidualne ustawienia (rodowisko graficzne, ustawienia programw,"
-#~ "itp.)\n"
-#~ "oraz wasny \"katalog domowy\", w ktrych te ustawienia s zapisywane.\n"
-#~ "\n"
-#~ "\n"
-#~ "Przede wszystkim, utwrz konto dla samego siebie!. Nawet jeli jeste\n"
-#~ "jedynym uytkownikiem komputera, NIE KORZYSTAJ z konta roota do\n"
-#~ "codziennej pracy: jest to bardzo ryzykowne. Czsto zdarza si \n"
-#~ "zniszczenie systemu przez zwyk literwk\n"
-#~ "\n"
-#~ "\n"
-#~ "Powiniene wic do normalnej pracy w systemie korzysta z konta\n"
-#~ "zwykego uytkownika, natomiast konto roota wykorzystywa tylko\n"
-#~ "do administracji oraz konfiguracji systemu."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ "Utworzenie dysku startowego jest bardzo zalecane. Jeli nie bdzie\n"
-#~ "mona uruchomi komputera, bdzie to jedyny prosty sposb\n"
-#~ "przywrcenia dziaania systemu bez reinstalacji."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ " Gwne opcje LILO i Grub to:\n"
-#~ " - urzdzenie startowe: urzdzenie, ktre zawiera sektor adujcy\n"
-#~ "zwykle jest to \"/dev/hda\". Wybierz tak, jeeli nie masz pewnoci.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Czas opnienia uruchamiania domylnego systemu:\n"
-#~ "okrela, ile czasu masz do rozpoczcia uruchamiania domylnego systemu.\n"
-#~ "Przydatne bywa w systemach, ktre s tak skonfigurowane, e\n"
-#~ "uruchamianie nastpuje z twardego dysku, natychmiast po uaktywnieniu\n"
-#~ "klawiatury. Program adujcy nie czeka, jeeli opnienie jest rwne "
-#~ "zero,\n"
-#~ "lub pominiesz t opcj,\n"
-#~ " \n"
-#~ "\n"
-#~ " - Tryb graficzny: okrela tryb tekstowy VGA, ktry powinien by "
-#~ "wybrany\n"
-#~ "podczas adowania. Opcje to:\n"
-#~ "\n"
-#~ " * normal: wybierz tryb 80x25.\n"
-#~ "\n"
-#~ " * <numer>: wybierz tryb o danym numerze. \n"
-#~ "\n"
-#~ " - Wyczy \"/tmp\" po kadym przeadowaniu: jeli chcesz skasowa\n"
-#~ " wszystkie pliki i katalogi znajdujce si w \"/tmp\" po przeadowaniu, "
-#~ "zaznacz t opcj. - Okrel rozmiar pamici, jeli trzeba; nie istnieje "
-#~ "niestety standardowa metoda\n"
-#~ "sprawdzania w BIOS-ie iloci pamici. W konsekwencji Linux moe "
-#~ "nieprawdowo\n"
-#~ "wykry wielko pamici RAM w twoim komputerze. Naley pamita, e "
-#~ "rnica\n"
-#~ "2 do 4 MB midzy rozmiarem pamici wykrytym, a rzeczywistym jest normalna."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO to program rozruchowy dla SPARC: pozwala on uruchomi\n"
-#~ "GNU/Linux lub inny system operacyjny, zainstalowany na twoim komputerze.\n"
-#~ "Normalnie inne systemy s wykrywane i instalowane. Jeeli tak nie jest,\n"
-#~ "powiniene \"rcznie\" wprowadzi odpowiednie dane. Bd ostrony\n"
-#~ "i wybierz waciwe parametry.\n"
-#~ "\n"
-#~ " \n"
-#~ "Moesz oczywicie rwnie uniemoliwi dostp do nich przy starcie "
-#~ "przez \n"
-#~ "usunicie ich z listy. W tej sytuacji musisz jednak posiada dyskietki "
-#~ "startowe\n"
-#~ "by je uruchomi."
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "Gwne opcje SILO to:\n"
-#~ " - urzdzenie startowe: urzdzenie, ktre zawiera sektor adujcy\n"
-#~ " Jeli nie wiesz dokadnie, co chcesz zrobi, wybierz \"Pierwszy "
-#~ "sektor dysku (MBR)\"\n"
-#~ "\n"
-#~ "\n"
-#~ " - Czas opnienia uruchamiania domylnego systemu:\n"
-#~ " okrela, ile czasu masz do rozpoczcia uruchamiania domylnego "
-#~ "systemu.\n"
-#~ " To przydaje si w systemach, ktre s tak skonfigurowane, e "
-#~ "uruchamianie nastpuje z twardego dysku, natychmiast po waczeniu "
-#~ "klawiatury. Program adujcy nie czeka, jeeli opnienie jest rwne "
-#~ "zero,\n"
-#~ " lub pominiesz t opcj."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Przyszed czas na konfiguracj systemu X Window, ktry jest rdzeniem\n"
-#~ "GUI (graficznego interfejsu uytkownika) GNU/Linuxa. W tym celu trzeba\n"
-#~ "skonfigurowa kart graficzn oraz monitor. Wikszo krokw jest\n"
-#~ "zautomatyzowana, tak wic Twoje zadanie polega na weryfikacji tego,\n"
-#~ "co zostao zrobione oraz akceptowaniu ustawie :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Kiedy konfiguracja zostanie zakoczona, X-y zostan uruchomione\n"
-#~ "(o ile tego chcesz), by mona byo sprawdzi, czy ustawienia s "
-#~ "odpowiednie\n"
-#~ "Jeli nie s waciwe, moesz si cofn i zmieni je, tak wiele\n"
-#~ "razy jak jest to potrzebne."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Jeeli z konfiguracj X-w jest co nie tak, uyj tych opcji,\n"
-#~ "w celu poprawnego skonfigurowania X Window System."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Jeeli chcesz uywa graficznego trybu przy logowaniu si w systemie \n"
-#~ "wybierz \"Tak\". W przeciwnym wypadku wybierz \"Nie\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ "Moesz okreli poziom bezpieczestwa systemu. Szczegowe informacje na "
-#~ "ten temat znajduj si w podrczniku.\n"
-#~ "Jeli nie wiesz co wybra, zachowaj domylne ustawienia.\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Teraz nastpi ponowne uruchomienie systemu.\n"
-#~ "\n"
-#~ "Twj nowy Mandrake Linux zostanie zaadowany automatycznie.\n"
-#~ "Jeeli chciaby zaadowa inny z posiadanych systemw operacyjnych,\n"
-#~ "przeczytaj dodatkowe instrukcje."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "czeski (programisty)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "sowacki (programisty)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "Nazwa tworzonego profilu:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Zapisz /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Sformatuj wszystko"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Po sformatowaniu wszystkich partycji,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "wszystkie dane znajdujce si na nich zostan utracone"
-
-#~ msgid "Reload"
-#~ msgstr "Przeaduj"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ "Czy utworzy dyskietk instalacji automatycznej w celu powielenia "
-#~ "instalacji?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "Konfiguracja ADSL"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ "Korzystajc z sieciowego serwera CUPS nie musisz tutaj\n"
-#~ "konfigurowa adnych drukarek; zostan one automatycznie\n"
-#~ "wykryte, chyba e znajduje si on w innej sieci, w tym przypadku\n"
-#~ "naley poda adres serwera CUPS oraz opcjonalnie numer portu."
-
-#~ msgid "Enter Printer Name and Comments"
-#~ msgstr "Podaj nazw drukarki i komentarz"
-
-#~ msgid "Remote queue name missing!"
-#~ msgstr " Kolejka sieciowa"
-
-#~ msgid ""
-#~ "Here you can specify any arbitrary command line into which the job should "
-#~ "be piped instead of being sent directly to a printer."
-#~ msgstr ""
-#~ "Tutaj mona poda dowolne polecenie, ktre zostanie wykonane w "
-#~ "potokuzamiast bezporedniego wysania wydruku do drukarki"
-
-#~ msgid "Command line"
-#~ msgstr "Polecenie"
-
-#~ msgid "A command line must be entered!"
-#~ msgstr "Naley wpisa polecenie!"
-
-#~ msgid "Network Monitoring"
-#~ msgstr "Monitorowanie sieci"
-
-#~ msgid "Profile "
-#~ msgstr "Profil "
-
-#~ msgid "Statistics"
-#~ msgstr "Statystyki"
-
-#~ msgid "Sending Speed:"
-#~ msgstr "Szybko wysyania: "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr "Szybko odbierania: "
-
-#~ msgid "Connection Time: "
-#~ msgstr "Czas poczenia:"
-
-#~ msgid "Logs"
-#~ msgstr "Logi"
-
-#~ msgid "Connecting to Internet "
-#~ msgstr "Poczenie z Internetem"
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr "Rozcz poczenie z Internetem"
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr "Rozczenie poczenia powiodo si."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr "Rozczono."
-
-#~ msgid "Connection complete."
-#~ msgstr "Poczono."
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Poczenie nie powiodo si. Sprawd konfiguracj w w Centrum Sterownia "
-#~ "Mandrake."
-
-#~ msgid "sent: "
-#~ msgstr "wysano: "
-
-#~ msgid "received: "
-#~ msgstr "odebrano: "
-
-#~ msgid "average"
-#~ msgstr "rednio"
-
-#~ msgid "Default Runlevel"
-#~ msgstr "Domylny tryb uruchamiania"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr "Zawarto pliku konfiguracyjnego nie moe zosta zinterpretowana."
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Niepoprawny plik konfiguracyjny"
-
-#~ msgid "Adapter"
-#~ msgstr "Karta"
-
-#~ msgid "Disable network"
-#~ msgstr "Wyczenie sieci"
-
-#~ msgid "Enable network"
-#~ msgstr "Wczenie sieci"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Mona teraz przetestowa mysz. Uyj przyciskw i kka by sprawdzi,\n"
-#~ "czy ustawienia s waciwe. Jeli nie, wybierz \"Anuluj\" by wybra inny\n"
-#~ "sterownik."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Poczenie DSL (lub ADSL)"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Zamknij"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "Mona bezporednio poda URI okrelajce dostp do drukarki w CUPS"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Tak, wydrukuj stron testow ascii"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Tak, wydrukuj graficzn stron testow"
-
-#~ msgid "Yes, print both test pages"
-#~ msgstr "Tak, wydrukuj obie strony testowe"
-
-#~ msgid "Paper Size"
-#~ msgstr "Rozmiar papieru"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Wysun stron po wydruku?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Opcje sterownika uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Opcje gbi kolorw"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Drukowa tekst jako PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Usun efekt schodkw?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Ilo stron na stronie wydruku"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Lewy/Prawy margines w punktach (1/72 cala) "
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Grny/Dolny margines w punktach (1/72 cala)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Dodatkowe opcje GhostScriptu"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Dodatkowe opcje dla tekstu"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Odwrotna kolejno stron"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Wybierz sposb podczenia drukarki sieciowej"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected.\n"
-#~ "In case of doubt, select \"Remote CUPS server\"."
-#~ msgstr ""
-#~ "Przy korzystaniu z sieciowego serwera CUPS, drukarki\n"
-#~ "zostan automatycznie wykryte, nie ma potrzeby ich konfiguracji.\n"
-#~ "W przypadku wtpliwoci, wybierz \"Sieciowy serwer CUPS\"."
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Kada drukarka wymaga nazwania (na przykad lp)\n"
-#~ "Mona te zdefiniowa inne parametry jak opis drukarki lub jej "
-#~ "lokalizacj\n"
-#~ "Jak nazw uy dla tej drukarki oraz w jaki sposb jest ona podczona?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Kada kolejka drukarki (drukuje zadanie skierowane do niej)\n"
-#~ "wymaga nazwania (czsto lp) oraz przypisania katalogu na bufor.\n"
-#~ "Jak nazwa katalog przypisany do kolejki oraz jak drukarka jest "
-#~ "podczona?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Nazwa kolejki:"
-
-#~ msgid "Spool directory"
-#~ msgstr "Katalog bufora:"
-
-#~ msgid "Disable"
-#~ msgstr "Wyczy"
-
-#~ msgid "Enable"
-#~ msgstr "Wczy"
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "By zwikszy poziom bezpieczestwa systemu naley wczy:\n"
-#~ "\"Uyj pliku shadow\" i \"Uyj dugich hase MD5\" "
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Jeeli Twoja sie uywa NIS (systemu informacji sieciowej),\n"
-#~ "wybierz \"Uyj NIS\". \n"
-#~ "Jeeli nie jeste pewien, spytaj administratora sieci."
-
-#~ msgid "yellow pages"
-#~ msgstr "te strony"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Konfiguracja sieci lokalnej"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS 1 dostawcy"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS 2 dostawcy"
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Jak chcesz czy si Internetem?"
-
-#~ msgid "cannot fork: "
-#~ msgstr "cannot fork: "
-
-#~ msgid "Selected size %d%s"
-#~ msgstr "Rozmiar wybranych %d%s"
-
-#~ msgid "Opening your connection..."
-#~ msgstr "Otwieranie poczenia..."
-
-#~ msgid "Configure..."
-#~ msgstr "Konfiguruj..."
-
-#~ msgid "Standard tools"
-#~ msgstr "Narzdzia standardowe"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr "Ten skrypt startowy aduje modu obsugujcy mysz usb."
-
-#~ msgid "Boot style configuration"
-#~ msgstr "Konfiguracja sposobu uruchamiania"
-
-#~ msgid ""
-#~ "Now that your Internet connection is configured,\n"
-#~ "your computer can be configured to share its Internet connection.\n"
-#~ "Note: you need a dedicated Network Adapter to set up a Local Area Network "
-#~ "(LAN).\n"
-#~ "\n"
-#~ "Would you like to setup the Internet Connection Sharing?\n"
-#~ msgstr ""
-#~ "Poczenie z Internetem jest skonfigurowane.\n"
-#~ "Mona skonfigurowa komputer jako wspdzielcy poczenie z Internetem\n"
-#~ "Ta usuga pozwala innym komputerom w sieci lokalnej na uywanie "
-#~ "poczenia\n"
-#~ "tego komputera z Internetem.\n"
-#~ "\n"
-#~ "Uwaga: wymagana jest dedykowana karta sieciowa wczajca komputer w "
-#~ "sie lokaln (LAN)\n"
-#~ "Czy chcesz konfigurowa wspdzielenie poczenia z Internetem?\n"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Automatyczne sprawdzanie zalenoci"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Konfiguracja LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Utwrz dysk startowy"
-
-#~ msgid "Choice"
-#~ msgstr "Wybr"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Teraz moesz wybra rne dodatkowe opcje dla Twojego systemu.\n"
-#~ "\n"
-#~ "* Uywa optymalizacji dysku: ta opcja moe zwikszy szybko twardego\n"
-#~ "dysku, ale jest opcj tylko dla zaawansowanych uytkownikw: \n"
-#~ "niektre kiepskie chipsety mog zniszczy Twoje dane, bd wic czujny!\n"
-#~ "Kernel ma wprawdzie wbudowan czarn list chipsetw, ale jeli chcesz \n"
-#~ "unikn przykrej niespodzianki, lepiej nie wybiera tej opcji.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Wybierz poziom bezpieczestwa: moesz wybra poziom bezpieczestwa \n"
-#~ "dla twojego systemu. Zajrzyj do podrcznika po szczegow informacj,\n"
-#~ "lub po prostu,jeli nie wiesz, co zrobi , wybierz \"redni\" ; \n"
-#~ "\n"
-#~ "\n"
-#~ "* Sprecyzuj rozmiar pamici, jeeli trzeba: niestety w dzisiejszym "
-#~ "wiecie\n"
-#~ "pecetw nie ma standardowej metody zapytania BIOS-u o wielko pamici.\n"
-#~ "Tak wic GNU/Linux moe wykry nieprawidowo Twoj pami. \n"
-#~ "W tym wypadku podaj prawidow wielko\n"
-#~ "Uwaga: rnica o 2 lub 4 MB jest normalna.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Automatyczne montowanie wyjmowanych dyskw: Jeeli nie chcesz\n"
-#~ "\"rcznie\" montowa mediw typu CD, stacja dyskietek, Zip,\n"
-#~ "zaznacz t opcj\n"
-#~ "\n"
-#~ "\n"
-#~ "* Wyczy /tmp przy kadym starcie systemu: zaznacz t opcj, jeli\n"
-#~ "jeli chcesz kasowa wszystkie pliki i katalogi zapiasane w /tmp przy \n"
-#~ "starcie systemu,\n"
-#~ "\n"
-#~ "\n"
-#~ " - Wcz NumLock przy starcie: zaznacz t opcj, jeli chcesz uaktywni\n"
-#~ " klawiatur numeryczn po stacie Uwaga : W X-ach klawisz NumLock moe "
-#~ "dziaa lub nie, nie uaktywniaj te\n"
-#~ "tej opcji w przypadku laptopw."
-
-#~ msgid "Internet/Network access"
-#~ msgstr "Dostp do Internetu/sieci lokalnej"
-
-#~ msgid "Mail information"
-#~ msgstr "Informacje o poczcie"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Rne"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "Rne pytania"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr ""
-#~ "Nie mona uywa supermount\n"
-#~ "przy ustawionym wysokim poziomie bezpieczestwa"
-
-#~ msgid ""
-#~ "beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
-#~ "If you want to be root, you have to login as a user and then use \"su\".\n"
-#~ "More generally, do not expect to use your machine for anything but as a "
-#~ "server.\n"
-#~ "You have been warned."
-#~ msgstr ""
-#~ "Ostrzeenie: PRZY TYM POZIOMIE BEZPIECZESTWA NIE JEST MOLIWE\n"
-#~ "BEZPOREDNIE REJESTROWANIE SI Z KONSOLI NA ROOTA! \n"
-#~ "Naley zarejestrowa si jako zwyky uytkownik, nastpnie uy \"su\".\n"
-#~ "W oglnoci: komputer w tej konfiguracji nadaje si wycznie na serwer.\n"
-#~ "Zostae ostrzeony."
-
-#~ msgid ""
-#~ "Be carefull, having numlock enabled causes a lot of keystrokes to\n"
-#~ "give digits instead of normal letters (eg: pressing `p' gives `6')"
-#~ msgstr ""
-#~ "Bd ostrony, uaktywnienie numlock moe powodowa\n"
-#~ "problemy z wypisywaniem cyfr zamiast liter (np. nacinicie \"p\" daje \"6"
-#~ "\")"
-
-#~ msgid "Actions"
-#~ msgstr "Czynnoci"
-
-# ../../share/compssUsers
-#~ msgid "Scientific applications"
-#~ msgstr "Programy naukowe"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Pierwszy serwer DNS"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Drugi serwer DNS"
-
-#~ msgid "using module"
-#~ msgstr "uycie moduu"
-
-#~ msgid "Development, Database"
-#~ msgstr "Programowanie, bazy danych"
-
-#~ msgid "Development, Standard tools"
-#~ msgstr "Programowanie, narzdzia standardowe"
-
-#~ msgid "loopback"
-#~ msgstr "plikopartycja"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Ktrego programu rozruchowego chcesz uy?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Dyskietka automatycznej instalacji"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "Sprbowa wykry modem?"
-
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Wyczenie poczenia z Internetem"
-
-#~ msgid "Configure local network"
-#~ msgstr "Konfiguracja sieci lokalnej"
-
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Konfiguracja poczenia z Internetem / Konfiguracja sieci lokalnej"
-
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr ""
-#~ "Sie lokalna zostaa ju skonfigurowana.\n"
-#~ "Czy chcesz:"
-
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "Skonfiguruj ponownie korzystajc z kreatora..."
-
-#~ msgid "Graphics Manipulation"
-#~ msgstr "Obrbka grafiki"
-
-#~ msgid "Sciences"
-#~ msgstr "Nauki"
-
-#~ msgid ""
-#~ "Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and "
-#~ "file transfer tools"
-#~ msgstr ""
-#~ "Rozmowy chat: (IRC lub natychamiastowa komunikacja) programy jak xchat, "
-#~ "licq, gaim, oraz narzdzia transferu plikw"
-
-#~ msgid "Communication facilities"
-#~ msgstr "Uatwienia komunikacyjne"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#~ msgid "Internet Tools"
-#~ msgstr "Narzdzia internetowe"
-
-#~ msgid "Databases clients and servers (mysql and postgresql)"
-#~ msgstr "Bazy danych (mysql i postgresql)"
-
-#~ msgid "Development C/C++"
-#~ msgstr "Programowanie C/C++"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Konfiguracja strefy czasowej"
-
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "Karta sieciowa 1 (eth0):"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(moe by przyczyn zniszczenia danych)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Uaktywnienie num lock przy starcie"
-
-#~ msgid "Confirm Password"
-#~ msgstr "Potwierd haso:"
-
-#~ msgid "default"
-#~ msgstr "domylne"
-
-#~ msgid "What is your system used for?"
-#~ msgstr "Jakie jest zastosowanie komputera?"
-
-#~ msgid "Select the size you want to install"
-#~ msgstr "Okrel rozmiar przeznaczony na instalacj"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Uyj diskdrake"
-
-#~ msgid "Customized"
-#~ msgstr "Uytkownika"
-
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Jeste pewien, e jeste ekspertem? \n"
-#~ "Bdziesz mia due uprawnienia, co moe by niebezpieczne.\n"
-#~ "\n"
-#~ "Bdziesz pytany np. o \"Uyj pliku shadow dla hase?\n"
-#~ "Czy potrafisz odpowiedzie na tego typu pytania?"
-
-#~ msgid "Use shadow file"
-#~ msgstr "Uyj pliku shadow"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Uyj hase kodowanych MD5"
-
-#~ msgid "Search"
-#~ msgstr "Znajd"
-
-#~ msgid "Package"
-#~ msgstr "Pakiet"
-
-#~ msgid "Tree"
-#~ msgstr "Drzewo"
-
-#~ msgid "Sort by"
-#~ msgstr "Sortowanie wg"
-
-#~ msgid "Category"
-#~ msgstr "Kategoria"
-
-#~ msgid "Installed packages"
-#~ msgstr "Zainstalowane pakiety"
-
-#~ msgid "Available packages"
-#~ msgstr "Dostpne pakiety"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Poka tylko pozostae"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Dodaj pooenie pakietw"
-
-#~ msgid "Update location"
-#~ msgstr "Pooenie uaktualnie"
-
-#~ msgid "Remove"
-#~ msgstr "Usu"
-
-#~ msgid "Find Package"
-#~ msgstr "Szukaj pakietu"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Znajd pakiet zawierajcy plik"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Przecze midzy zainstalowanymi i dostpnymi"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Sprawdzanie zalenoci"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Zostan odinstalowane nastpujce pakiety"
-
-#~ msgid "Regexp"
-#~ msgstr "Wyraenie regularne"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Jakiego pakietu szukasz?"
-
-#~ msgid "No match"
-#~ msgstr "Nic nie pasuje"
-
-#~ msgid "No more match"
-#~ msgstr "Nic wicej nie pasuje"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "Teraz rpmdrake zostanie ponownie uruchomiony,\n"
-#~ "aby umoliwi szukanie zbiorw."
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Ktrego pliku szukasz?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Czego szukasz?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Podaj termin (n.p. ``extra'', ``commercial'')"
-
-#~ msgid "Directory"
-#~ msgstr "Katalog"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "CD niedostpny ( nic w katalogu /mnt/cdrom )."
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL katalogu zawierajcego RPM-y."
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Dla poczenia FTP lub HTTP musisz poda pooenie pliku hdlist\n"
-#~ "wzgldem adresu powyej."
-
-#~ msgid "Please submit the following information"
-#~ msgstr "Wylij nastpujce informacje"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s jest ju uywane"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Aktualizacja bazy RPM-w."
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Zostanie usunita pozycja %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Znajdowanie pozostaych"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "Znajdowanie pozostaych zajmie troch czasu"
-
-#~ msgid "I have found an ISDN Card:\n"
-#~ msgstr "Wykryto kart ISDN:\n"
-
-#~ msgid "Other countries"
-#~ msgstr "Inne kraje"
-
-#~ msgid "In which country are you located ?"
-#~ msgstr "W jakim kraju przebywasz?"
-
-#~ msgid "Alcatel modem"
-#~ msgstr "Modem Alcatel"
-
-#~ msgid "ECI modem"
-#~ msgstr "Modem ECI"
-
-#~ msgid ""
-#~ "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
-#~ msgstr ""
-#~ "Jeli Tj modem to Alcatel, wybierz Alcatel, jeli nie, wybierz ECI."
-
-#~ msgid "don't use pppoe"
-#~ msgstr "nie uywaj pppoe"
-
-#~ msgid "i18n (important)"
-#~ msgstr "lokalizacja (wany)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "lokalizacja (bardzo fajny)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (przydatny)"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "Do ktrego portu szeregowego jest podczona mysz?"
-
-#~ msgid "KDE, QT, Gnome, GTK+"
-#~ msgstr "KDE, QT, Gnome, GTK+"
-
-#~ msgid "Python, Perl, libraries, tools"
-#~ msgstr "Python, Perl, biblioteki, narzdzia"
-
-#~ msgid "Czech"
-#~ msgstr "czeski"
-
-#~ msgid "Slovakian"
-#~ msgstr "sowacki"
diff --git a/perl-install/share/po/pt.po b/perl-install/share/po/pt.po
deleted file mode 100644
index a0f710bb1..000000000
--- a/perl-install/share/po/pt.po
+++ /dev/null
@@ -1,11403 +0,0 @@
-# DRAKX PT .PO FILE.
-# Copyright (C) 1999 MandrakeSoft
-# Andrei <andreib@zaz.com.br>, 1999-2000
-# Paulo Cardoso <paulo@ejs.is>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-03-10 19:37GMT\n"
-"Last-Translator: Jorge Costa <jorgercosta@netc.pt>\n"
-"Language-Team: Portuguese <pt@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.2\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configurar todas as cabeas independentemente"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Usar exteno Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configurar placa nica \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Configurao Multi-Cabea"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"O seu sistema suporta configurao multi-cabea.\n"
-"O que deseja afazer?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Placa Grfica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Seleccione uma placa grfica"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Escolha um servidor X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Escolha um servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "servidor X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Qual a configurao do Servidor X que deseja ter?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"A sua placa pode ter suporte para acelerao 3D por hardware mas s com o "
-"XFree%s.\n"
-"A sua placa suportada pelo XFree %s que pode ter um melhor suporte para 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-"A sua placa pode ter suporte para acelerao 3D por hardware com o XFree%s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s com acelerao 3D por hardware"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"A sua placa pode ter suporte para acelerao 3D por hardware com o XFree%s,\n"
-"ATENO ESTE SUPORTE EXPERIMENTAL E PODE CONGELAR O SEU COMPUTADOR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s com acelerao 3D por hardware EXPERIMENTAL"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"A sua placa pode ter suporte para acelerao 3D por hardware com o XFree%s,\n"
-"ATENO ESTE SUPORTE EXPERIMENTAL E PODE CONGELAR O SEU COMPUTADOR.A sua "
-"placa suportada pelo XFree %s que pode ter um melhor suporte para 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configurao do XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Seleccione o tamanho da memria da sua placa grfica"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Escolha as opes para o servidor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Escolha um monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dois parmetros crticos so a taxa de refrescamento vertical, que a taxa\n"
-"em que todo o ecr refrescado, e principalmente a taxa de sincronizao\n"
-"horizontal, que a taxa em que 'scanlines' so mostradas.\n"
-"\n"
-" MUITO IMPORTANTE que no especifique um tipo de monitor com taxa de "
-"actualizao\n"
-"para alm das capacidades do seu monitor: pode danificar seu monitor.\n"
-" Se tiver dvidas, escolha definies conservadoras."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Taxa de refrescamento horizontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Taxa de refrescamento vertical"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor no configurado"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Placa grfica ainda no configurada"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Resolues ainda no escolhidas"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Quer testar a configurao?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Aviso: o teste desta placa grfica pode congelar o seu computador"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Teste da configurao"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"tente alterar alguns parmetros"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ocorreu um erro:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "A sair em %d segundos"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Esta a definio correcta?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Ocorreu um erro, tente alterar alguns parmetros"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resoluo"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Escolha a resoluo e a profundidade de cor"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Placa Grfica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mais"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modo de Perito"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Mostrar tudo"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resolues"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tipo de teclado: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipo de Rato: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositivo Rato: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Sincronizao Horizontal do Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Refrescamento Vertical do Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Placa Grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Placa Grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memria grfica: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Profundidade de cor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resoluo: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Servidor XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Driver XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "A preparar a configurao X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "O que deseja fazer?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Alterar Monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Alterar Placa Grfica"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Alterar opes do Servidor"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Alterar Resoluo"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mostrar informao"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testar de novo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Sair"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Manter alteraes?\n"
-"A configurao actual :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X ao iniciar"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Eu posso configurar o computador para iniciar automaticamente o X aps o "
-"arranque.\n"
-"Gostaria de iniciar o X quando voltar a arrancar?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Por favor volte a entrar no %s para activar a alteraes"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Por favor saa e depois utilize Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 cores (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil cores (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil cores (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milhes de cores (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milhes de cores (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB ou mais"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA Padro, 640x480 a 60 Hz Padro"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatvel com 8514, 1024x768 a 87 Hz entrelaado (sem 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 a 87 Hz entrelaado, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA Alargado, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA No-entrelaado, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA de Alta Frequncia, 1024x768 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequncia que consegue 1280x1024 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequncia que consegue 1280x1024 a 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequncia que consegue 1280x1024 a 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor que consegue1600x1200 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor que consegue1600x1200 a 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primeiro sector da partio de arranque"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primeiro sector do disco (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalao do SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Onde quer instalar o carregador de arranque?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalao do LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO com menu em texto"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO com menu grfico"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Arrancar do DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Principais opes do carregador de arranque"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Carregador de arranque deve usar"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalao do carregador de arranque"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dispositivo de arranque"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (no funciona com BIOS antigas)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compacto"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compacto"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Modo de Vdeo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Tempo de espera antes de arrancar na imagem padro"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Senha"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Senha (de novo)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Restringir opes da linha de comando"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "restringir"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Limpar /tmp a cada arranque"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Tamanho da RAM preciso se necessrio (%d MB encontrados)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Activar multi-perfis"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Indicar o tamanho da RAM em Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Opo ``Restringir opes da linha de comando'' no tem uso sem senha"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Por favor tente novamente"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "As senhas no coincidem"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Mensagem Init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Abrir tempo de espera de Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Tempo limite de Arranque do Kernel"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Activar Arranque de CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Activar de Arranque?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "SO por omisso?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Aqui esto a diferentes entradas.\n"
-"Pode adicionar mais ou alterar as existentes"
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Adicionar"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Pronto"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modificar"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Qual tipo de entrada que quer adicionar?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Outros SO (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Outros SO (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Outros SO (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Imagem"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Adicionar"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Leitura-Escrita"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabela"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Inseguro"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Rtulo"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Por omisso"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Tamanho-Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "SemVdeo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Remover entrada"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "No permitido um rtulo vazio"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Tem que ter uma partio swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Este rtulo j est a ser utilizado"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Interfaces %s %s encontrados"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Tem algum outro?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Tem algum interface %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "No"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Sim"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Ver informao do hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "A instalar o driver para %s placa %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(mdulo %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Qual driver %s que eu deveria tentar?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Em alguns casos, o driver %s precisa de informaes extra para funcionar\n"
-"correctamente, mas ele normalmente funciona bem sem estas informaes.\n"
-"Deseja especificar opes extras ou deixar o driver localizar na sua\n"
-"mquina as informaes que ele precisa? Ocasionalmente, isso poder\n"
-"travar o computador, mas no deve causar algum dano."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Auto-procurar"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Especificar opes"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Agora pode definir as opes para o mdulo %s.\n"
-"As opes esto no formato ``nome=valor nome2=valor2 ...''\n"
-"Para exemplo, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opes do mdulo:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"O carregamento do mdulo %s falhou.\n"
-"Quer tentar novamente com outros parmetros?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(j adicionado %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Essa senha demasiado simples"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Por favor indique um nome de utilizador"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"O nome de utilizador deve conter apenas letras minsculas, nmeros, `-' e `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Este nome de utilizador j foi adicionado"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Adicionar utilizador"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Introduza um utilizador\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aceitar utilizador"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nome real"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nome de utilizador"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "cone"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Eu posso configurar o computador para iniciar automaticamente o X aps o "
-"arranque.\n"
-"Gostaria de iniciar o X quando voltar a arrancar?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Escolha o utilizador por omisso :"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Escolha o gestor de janelas a correr:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Por favor escolha o idioma a ser utilizado."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Pode escolher outros idiomas que estaro disponveis aps a instalao"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Tudo"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Adicionar um utilizador"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personalizado"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "A iniciar o CUPS"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Este pacote tem que ser actualizado\n"
-"Tem certeza que no o quer seleccionar?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bem-vindo Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Pobre"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Padro"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranico"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Este nvel deve ser usado com cuidado. Ele torna o seu sistema mais fcil \n"
-"de usar, mas muito sensvel: no deve ser usado numa mquina \n"
-"ligada a outras ou Internet. No existe acesso por senha."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"As senhas agora esto activadas, mas o uso como computador de rede ainda no "
-" recomendado."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Esta a segurana padro recomendada para um computador que ser usado\n"
-"para se ligar Internet como um cliente. Agora existem verificaes de "
-"segurana. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Com este nvel de segurana, o uso deste sistema como um servidor tornou-se "
-"possvel.\n"
-"A segurana agora est alta o suficiente para usar o sistema como um\n"
-"servidor que aceita ligaes de muitos clientes. "
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ns definimos caractersticas nvel 4, mas agora o sistema est .\n"
-"totalmente fechado. As caractersticas de segurana esto no mximo."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Escolha o nvel de segurana"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Opes do nvel de segurana"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Escolha as opes para o servidor"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Bem vindo ao %s o seleccionador de Sistema Operativo!\n"
-"\n"
-"Escolha um Sistema Operativo da lista acima ou\n"
-"espere %d segundos pelo arranque por omisso.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Bem-Vindo ao GRUB o seleccionador de Sistema Operativo!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use a tecla %c e %c para escolher qual a entrada seleccionada."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Prima 'enter' para arrancar o SO seleccionado, 'e' para editar os"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "comandos antes de arrancar, ou 'c' para linha de comando."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr ""
-"A opo seleccionada vai arrancar automaticamente dentro de %d segundos."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "no h espao suficiente em /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Ambiente de trabalho"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Menu Iniciar"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Onde quer instalar o carregador de arranque?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "nenhuma ajuda implementada ainda.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configurao do Estilo de Arranque"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Ficheiro"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Ficheiro/_Sair"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>S"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor de Categorizao NewStyle"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor Tradicional"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Tradicional Gtk+"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Iniciar Aurora no arranque"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Modo lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Modo yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Est correntemente a usar %s como Gestor de Arranque.\n"
-"Clique em Configurar para iniciar o assistente de configurao."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configurar"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Modo do sistema"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Iniciar o X-Window na inicializao"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "No, eu no quero autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Sim, eu quero autologin com este (utilizador, ambiente de trabalho)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "no possvel abrir /etc/inittab para leitura: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutos"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuto"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d segundos"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Eu no posso adicionar mais nenhuma partio"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Pode escolher outros idiomas que estaro disponveis aps a instalao"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Francs"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belga"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "Alemo"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grego"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Noruegus"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Sueco"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Italiano"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "srie"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Por favor faa primeiro uma cpia de segurana dos seus dados"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Leia com ateno!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Se planear usar aboot, lembre-se de deixar espao livre (2048 sectores "
-"suficiente)\n"
-"no incio do disco"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Erro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Assistente"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Escolher aco"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Tem uma partio FAT grande \n"
-"(normalmente utilizada pelo MicroSoft Dos/Windows.)\n"
-"Sugiro que redimensione primeiro a partio\n"
-"(clique nela, depois clique em \"Redimensionar\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Por favor clique numa partio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalhes"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "falhou ao montar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Vazio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Outro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipos de sistema de ficheiros:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Criar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Use ``%s'' ao invs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Eliminar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Use ``Desmontar'' primeiro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Aps alterar o tipo de partio %s, todos os dados desta partio sero "
-"perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Escolher aco"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Criar uma nova partio"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Alternar para modo perito"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Alternar para modo normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Anular"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Continuar mesmo assim?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Sair sem guardar"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Sair sem gravar na tabela de partio?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Quer testar a configurao?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Auto alocar"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Limpar tudo"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Deteco de discos rgidos"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Todas as parties primrias esto usadas"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Eu no posso adicionar mais nenhuma partio"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Para ter mais parties, por favor elimine uma para poder criar uma partio "
-"extendida"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Alterar tipo de partio"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Tentando resgatar tabela de parties"
-
-#: ../../diskdrake/interactive.pm_.c:297
-#, fuzzy
-msgid "Rescue partition table"
-msgstr "Tentando resgatar tabela de parties"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Alterar tipo de partio"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Automontagem de Mdias Amovveis"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Seleccione ficheiro"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"A tabela de parties de segurana no tem o \n"
-"mesmo tamanho. Continuar mesmo assim?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Aviso"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Insira uma disquete no drive\n"
-"Todos os dados na disquete sero perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Tentando resgatar tabela de parties"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Mostrar informao"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Ponto de Montagem"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opes"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Redimensionar"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Mover"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatar"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Adicionar ao RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Adicionar ao LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Remover do RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Remover do LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modificar RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Usar para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Criar uma nova partio"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sector inicial: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Tamanho em MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipo do Sistema de Ficheiros: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Ponto de montagem: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferncia: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "A formatar o ficheiro loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Alterar tipo de partio"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Que sistema de ficheiros deseja?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Onde deseja montar o ficheiro loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Onde deseja montar o dispositivo %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"No posso remover a definio do ponto de montagem enquanto \n"
-"a partio for usada para loopback. Remova o loopback primeiro"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "A computar limites do sistema de ficheiros FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "A redimensionar"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Esta partio no redimensionvel"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Deveria fazer uma cpia de segurana de todos os dados nesta partio"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Aps redimensionar a partio %s, todos os dados da partio sero perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Escolha o novo tamanho"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Tamanho em MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Para qual disco quer mover?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Para qual sector quer mover?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "A mover"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "A mover partio..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Escolha um RAID existente para adicionar a"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "novo"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Escolha um LVM existente para adicionar a"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nome do LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Essa partio no pode ser usada para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nome do ficheiro loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Nome real"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "O ficheiro j utilizado por outro loopback, escolha outro"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "O ficheiro j existe. Utiliz-lo?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Opes do mdulo:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dispositivo"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nvel"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "tamanho do bloco"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Tenha cuidado: essa operao perigosa."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Que tipo de particionamento?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Lamento, eu no aceitarei criar /boot to distante no disco (num cilindro > "
-"1024).\n"
-"Ou usa o LILO e ele no funcionar, ou voc no usa o LILO e no precisar "
-"de /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"A partio que voc seleccionou para adicionar como root (/) fisicamente "
-"localizada para alm\n"
-"do cilindro 1024 do disco rgido, e no possui uma partio /boot.\n"
-"Se quer usar o gestor de arranque LILO, tenha cuidado em adicionar uma "
-"partio /boot."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Seleccionou uma partio software RAID como root (/).\n"
-"Nenhum gestor de arranque no consegue aced-lo sem uma\n"
-"partio /boot. Tenha o cuidado de adicionar uma partio /boot"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "A tabela de parties do drive %s vai ser escrita no disco!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Precisar re-arrancar antes que as modificaes tenham efeito"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Aps formatar a partio %s, todos os dados desta partio sero perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "A formatar"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "A formatar o ficheiro loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "A formatar a partio %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid falhou"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Sem espao livre suficiente para alocar as novas parties"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Sem espao livre suficiente para alocar as novas parties"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Resoluo: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dispositivo: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Letra do drive no DOS: %s (apenas um palpite)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipo: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nome: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Inicial: sector: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Tamanho: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectores"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindro %d ao cilindro %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "No formatado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Ficheiro(s) loopback: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partio de arranque por omisso\n"
-" (para arranque do MS-DOS, no para o lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nvel %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Tamanho do bloco %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discos RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nome do ficheiro loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-" provvel que esta partio seja\n"
-"uma partio Driver, no lhe\n"
-"deve mexer.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Esta uma partio especial\n"
-" Bootstrap serve para o \n"
-"duplo arranque do seu sistema.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Tamanho: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cilindros, %s cabeas, %s sectores\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informao: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discos LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipo da tabela de parties: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "no barramento %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opes: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Tipo do Sistema de Ficheiros: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Essa senha muito simples (deve ter ao menos %d caracteres)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "As senhas no coincidem"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Alterar tipo de partio"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Por favor clique numa partio"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Servidor DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatao de %s falhou"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "No sei como formatar %s no tipo %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "erro a desmontar %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simples"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servidor"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "No pode usar JFS em parties menores que 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "No pode usar ReiserFS em parties menores que 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Pontos de montagem devem comear com uma /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "J existe uma partio no ponto de montagem %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "No pode usar LVM Logical Volume para o ponto de montagem %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Esta directoria deveria permanecer dentro do sistema de ficheiros root"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Precisa de um verdadeiro sistema de ficheiros (ext2, reiserfs) para este "
-"ponto de montagem\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "No pode usar LVM Logical Volume para o ponto de montagem %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Sem espao livre suficiente para auto-alocao"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Erro ao abrir %s para escrita: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Ocorreu um erro - nenhum dispositivo vlido foi encontrado para criar novos "
-"sistemas de ficheiros. Por favor verifique no hardware a causa deste problema"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "No tem parties!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"O seu novo sistema operativo Mandrake Linux est ser instalado\n"
-"Essa operao deve demorar algumas minutos (isso depende do tamanho que\n"
-"escolheu para instalar e a velocidade do seu computador).\n"
-"\n"
-"\n"
-"Por favor seja paciente."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Por favor escolha \"Instalar\" caso no exista nenhuma verso anterior do "
-"Mandrake Linux\n"
-"instalado ou se deseja utilizar vrios sistemas operativos.\n"
-"\n"
-"\n"
-"Por favor escolha \"Actualizar\" se desejar actualizar uma verso instalada "
-"do Mandrake Linux.\n"
-"\n"
-"\n"
-"Dependendo do seu conhecimento sobre GNU/Linux, voc pode escolher um dos "
-"seguintes nveis para instalar\n"
-"ou actualizar o seu Mandrake Linux:\n"
-"\n"
-"* Recomendado: se nunca instalou um sistema GNU/Linux escolha esse. A "
-"instalao ser \n"
-" fcil e sero feitas apenas algumas perguntas.\n"
-"\n"
-"\n"
-"* Personalizado: se estiver familiarizado com o GNU/Linux, pode escolher o "
-"uso primrio (estao, \n"
-" servidor, desenvolvimento) do seu sistema. Responder a mais perguntas do "
-"que na classe de instalao\n"
-" \"Recomendada\", precisa ento de saber com o GNU/Linux funciona para "
-"poder escolher esse nvel.\n"
-"\n"
-"\n"
-"* Perito: se tem um bom conhecimento sobre o GNU/Linux, pode escolher esta "
-"classe. Como \n"
-" na classe \"Personalizado\", poder escolher o uso primrio (estao, "
-"servidor, desenvolvimento)\n"
-" Tenha muito cuidado antes de escolher esta classe. Poder fazer uma "
-"instalao bastante personalizada.\n"
-" As respostas a algumas questes que podem ser difceis se no tiver "
-"conhecimento sobre GNU/Linux.\n"
-" No escolha esta classe se no souber o que est a fazer."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX tentar localizar adaptadores PCI SCSI. Se o DrakX encontrar\n"
-"um adaptador SCSI e souber qual driver a utilizar, ele ser instalado\n"
-"automaticamente\n"
-"\n"
-"\n"
-"Se no possuir adaptadores SCSI, um adaptador ISA SCSI ou um PCI SCSI que\n"
-"DrakX no reconhece, ser questionado sobre se algum adaptador SCSI existe "
-"no seu\n"
-"sistema. Se no existirem adaptadores, pode clicar em \"No\". Se clicar em\n"
-"\"Sim\", uma lista de drivers aparecer para que possa escolher o seu\n"
-"adaptador.\n"
-"\n"
-"\n"
-"Se tem que especificar manualmente o seu adaptador, DrakX perguntar \n"
-"se quer especificar opes para ele. Pode deixar que o DrakX examine o "
-"hardware\n"
-"para descobrir as opes. Isso normalmente funciona bem.\n"
-"\n"
-"\n"
-"Se no, precisar definir as opes para o driver. Por favor veja o Guia do "
-"Utilizador\n"
-"(captulo 3, seco \"Recolhendo informaes sobre o seu hardware) para "
-"dicas sobre\n"
-"como descobrir essas informaes na documentao do hardware, no Web site\n"
-"do fabricante (se tiver acesso Internet) ou no Microsoft Windows\n"
-"(se o tiver no seu sistema)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Seleccionou o(s) seguinte(s) servidor(es): %s\n"
-"\n"
-"\n"
-"Estes servidores so activados por omisso. No possuem nenhum problema\n"
-"de segurana conhecido, mas algum novo pode ser encontrado. Neste caso, "
-"certifique-se \n"
-"da sua actualizao logo que possvel.\n"
-"\n"
-"\n"
-"Deseja mesmo instalar estes servidores?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "No possvel usar 'broadcast' sem algum domnio NIS"
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Insira uma disquete no drive %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Para usar esta seleco guardada de pacotes, arranque a instalao com "
-"``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Erro ao ler o ficheiro %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Algum hardware no seu computador precisa de drivers ``proprietrios'' \n"
-"para funcionar. Pode encontrar mais informaes em: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Tem ter uma partio root.\n"
-"Para isso, crie uma partio (ou clique numa existente).\n"
-"Ento escolha a aco ``Ponto de montagem'' e defina-a como `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Tem que ter uma partio swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"No possui uma partio swap\n"
-"\n"
-"Continuar mesmo assim?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Tem que ter uma partio swap"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Usar espao livre"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Sem espao livre suficiente para alocar as novas parties"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Usar a partio existente"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "No existe nenhuma partio para usar"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Usar a partio Windows para loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Qual partio que quer usar para o Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Escolha os tamanhos"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Tamanho da partio root em MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Tamanho da partio swap em MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Usar o espao livre na partio Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Qual partio que quer redimensionar?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Computando limites do sistema de ficheiros do Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"O redimensionador de FAT incapaz de manipular sua partio, \n"
-"ocorreu o seguinte erro: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"A sua partio Windows est muito fragmentada, corra primeiro o ``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ATENO!\n"
-"\n"
-"Drakx vai agora redimensionar sua partio Windows. Tenha cuidado:\n"
-"esta operao perigosa. Se o no tiver feito ainda, deve correr o\n"
-"scandisk do Windows (e opcionalmente correr o defrag) nesta partio, e\n"
-"ento reiniciar a instalao. Tambm deveria fazer backup dos seus\n"
-"dados. Quando tiver certeza, pressione Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Quanto de espao quer deixar para o windows em"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partio %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Falha no redimensionamento FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"No existem parties FAT para redimensionar ou para usar como loopback (ou "
-"no existe espao suficiente)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Apagar o disco inteiro"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Remover Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Tem mais de um disco rgido, em qual deles quer instalar o linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Todas as parties existentes e os dados nelas contidos sero perdidos %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Particionamento de disco personalizado"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Usar fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Pode agora particionar %s.\n"
-"Quando terminar, no esquea de guardar usando `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "No tem espao livre suficiente na sua partio Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "No consigo encontrar espao para instalao"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "O assistente de particionamento DrakX encontrou as seguintes solues:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "O particionamento falhou: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "A ligar a rede"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "A desligar a rede"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Ocorreu um erro, mas eu no sei como lidar com ele.\n"
-"Continue a seu prprio risco."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Ponto de montagem %s duplicado"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Alguns pacotes importantes no foram instalados correctamente.\n"
-"O seu drive de cdrom ou o seu cdrom est defeituoso.\n"
-"Verifique o cdrom num computador instalado usando \"rpm -qpl Mandarke/RPMS/*."
-"rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Bem-vindo %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nenhum drive de disquete disponvel"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "A entrar no passo `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Seu sistema est com poucos recursos. Pode ter algum problema na\n"
-"instalao do Mandrake Linux. Se isso ocorrer, pode tentar instalar usando "
-"o\n"
-"modo texto. Para isso, prima `F1' no quadro de inicializao e escreva "
-"`text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Classe de Instalao"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Por favor escolha uma das seguintes classes de instalao:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-"O tamanho total dos grupos que seleccionou de aproximadamente %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Se deseja instalar menos que esse tamanho,\n"
-"seleccione a percentagem de pacotes que quer instalar.\n"
-"\n"
-"Uma baixa percentagem ir instalar apenas os pacotes mais importantes;\n"
-"uma percentagem de 100%% ir instalar todos os pacotes seleccionados."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Tem espao em seu disco para apenas %d%% desses pacotes.\n"
-"\n"
-"Se desejar instalar menos que este tamanho,\n"
-"seleccione a percentagem de pacotes que quer instalar.\n"
-"Uma baixa percentagem ir instalar apenas os pacotes mais importantes;\n"
-"uma percentagem de %d%% ir instalar o mximo de pacotes possvel."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Ser capaz de escolher mais precisamente no prximo passo"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Percentagem de pacotes a serem instalados"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Seleco de Grupo de Pacotes"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Seleco individual de pacotes"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Tamanho total: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pacote defeituoso"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nome: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verso: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Tamanho: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importncia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"No pode seleccionar esse pacote pois no existe espao livre para o instalar"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Os seguintes pacotes sero instalados"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Os seguintes pacotes sero removidos"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "No pode seleccionar/deselecionar esse pacote"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Este um pacote obrigatrio, tem que ser seleccionado"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "No pode deixar de seleccionar este pacote. Ele j est instalado"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Este pacote tem que ser actualizado\n"
-"Tem certeza que no o quer seleccionar?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-"No pode deixar de seleccionar este pacote. Ele tem que ser actualizado"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Mostrar automaticamente pacotes seleccionados"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Guardar em disquete"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Guardar seleco de pacotes"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Sair da instalao"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Escolha os pacotes que deseja instalar"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "A instalar"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "A estimar"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tempo restante "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Por favor aguarde, a preparar a instalao"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pacotes"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "A instalar pacote %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aceitar"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Recusar"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Troque o seu Cd-Rom!\n"
-"\n"
-"Por favor insira o Cd-Rom rotulado \"%s\" no seu drive e prima Ok quando "
-"estiver pronto.\n"
-"Se no o tiver, prima Cancelar para evitar a instalao deste Cd-Rom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Continuar mesmo assim?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Houve um erro na ordenao dos pacotes:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Houve um erro a instalar os pacotes:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ocorreu um erro"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Quer testar a impresso?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Contrato de licena"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Teclado"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Por favor escolha o tipo de teclado."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Aqui est a lista completa de teclados disponveis"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Que classe de instalao deseja?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalar/Actualizar"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Isso uma instalao ou actualizao?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recomendado"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Perito"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Actualizar"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Guardar seleco de pacotes"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Por favor escolha o tipo de rato."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Porta do Rato"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Por favor escolha a que porta srie o rato est ligado."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulao de botes"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulao Boto 2"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulao Boto 3"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "A configurar cartes PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "A configurar IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "sem parties disponveis"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Procurando parties para encontrar pontos de montagem"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Escolha os pontos de montagem"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"No consigo ler sua tabela de partio, muito defeituosa para mim :(\n"
-"Eu posso tentar continuar limpando as parties defeituosas (TODOS OS DADOS\n"
-"sero perdidos!). A outra soluo no deixar o DrakX modificar a tabela\n"
-"de parties. (o erro %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"O DiskDrake falhou na leitura da tabela de parties.\n"
-"Continue por sua conta e risco!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Escolha as parties que quer formatar"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partio Root"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Qual a partio root (/) do seu sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Precisa reiniciar para que as modificaes na tabela de partio tenham "
-"efeito"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Escolha as parties que quer formatar"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Verificar blocos defeituosos?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "A formatar parties"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "A criar e formatar ficheiro %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Sem 'swap' suficiente para completar a instalao, por favor adicione mais"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "A procurar pacotes disponveis"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "A procurar pacotes para actualizar"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"O seu sistema no tem espao suficiente para instalao ou actualizao (%d "
-"> %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Completa (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Mnima (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recomendada (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Restaurar da disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Restaurar da disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Seleco de Pacotes"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Insira uma disquete no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Guardar em disquete"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "O tamanho seleccionado maior que o espao disponvel"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Se tiver todos os CDs da lista abaixo, clique em Ok.\n"
-"Se no tiver nenhum desses CDs, clique em Cancelar.\n"
-"Se apenas alguns CDs estiverem em falta, desmarque-os e ento clique em Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom rotulado como \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "A preparar a instalao"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalando o pacote %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configurao ps-instalao"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Insira uma disquete no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Insira uma disquete vazia no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Tem agora a possibilidade de descarregar o software para codificao "
-"(encriptao).\n"
-"\n"
-"ATENO:\n"
-"Devido a vrios requerimentos aplicveis este software e impostos\n"
-"por vrias jurisdies, o cliente e/ou o utilizador final deste software "
-"deve\n"
-"assegurar-se que as leis da sua jurisdio lhe permitem descarregar, "
-"armazenar e usar este software.\n"
-"\n"
-"Alm disso, o cliente e/ou o utilizador final deve estar particularmente "
-"prevenido para\n"
-"no infringir as leis da sua jurisdio. Se o cliente e/ou o utilizador "
-"final\n"
-"no respeitar o previsto nestas leis, poder-lhe-o ser aplicadas srias\n"
-"sanes.\n"
-"\n"
-"Em nenhum caso ir a Mandrakesoft ou seu produtores e/ou seus fornecedores\n"
-"ser responsveis por especiais, indirectos ou acidentais danos seja qual "
-"for\n"
-"(incluindo tambm mas no limitada a perda de lucros), interrupo de "
-"negcios, perda de informao\n"
-"comercial e outras perdas monetrias, e eventual endividamento e "
-"indemnizao a ser\n"
-"paga, de acordo com a deciso do tribunal) saindo do uso, posse, ou do "
-"descarregamento\n"
-"isolado deste software, do qual o cliente e/ou o utilizador final pode "
-"eventualmente\n"
-"ter acesso aps ter assinado o acordo presente.\n"
-"\n"
-"\n"
-"Para qualquer pergunta relacionada a esse acordo, favor entrar em contacto "
-"com: \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "A contactar o 'mirror' para obter a lista de pacotes disponveis"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Escolha um 'mirror' de onde obter os pacotes"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "A contactar o 'mirror' para obter a lista de pacotes disponveis"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Qual o seu fuso horrio?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "O seu relgio de hardware est definido GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "Servidor NTP"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nenhuma impressora"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Tem algum outro?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Sumrio"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Rato"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Fuso horrio"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Impressora"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Placa RDIS"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Placa de Som"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Placa TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Impressora local"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Especificar senha do root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Nenhuma senha"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Essa senha muito simples (deve ter ao menos %d caracteres)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autenticao?"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autenticao?"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Servidor"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Autenticao NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domnio NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Um disco de arranque oferece uma maneira de arrancar o Linux sem\n"
-"depender de um carregador de arranque normal. Isso necessrio se no "
-"quiser instalar\n"
-"o SILO no seu sistema, ou se outro sistema operativo remover o SILO, ou\n"
-"o se\n"
-"SILO no funcionar com o seu hardware. Um disco de inicializao tambm\n"
-"pode\n"
-"ser usado com uma imagem de backup do Mandrake deixando muito mais fcil\n"
-"recuperar\n"
-"um sistema com danos severos.\n"
-"\n"
-"Se voc quiser criar um disco de inicializao para o seu sistema, insira um "
-"disquete\n"
-"no drive e aperte em \"OK\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primeiro drive de disquetes"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Segundo drive de disquetes"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Saltar"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Uma disquete de arranque personalizada oferece uma maneira de arrancar o "
-"Linux \n"
-" sem um carregador de arranque normal. Isto necessrio se no quiser "
-"instalar\n"
-"o LILO (ou grub) no seu sistema, ou se outro sistema operativo remover\n"
-"o LILO, ou o se LILO no funcionar com o seu hardware. Uma disquete de "
-"arranque\n"
-"personalizada tambm pode ser usada com uma imagem de backup do Mandrake,\n"
-"tornando muito mais fcil recuperar o sistema com danos graves.\n"
-"Deseja criar uma disquete de arranque para o seu sistema?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Desculpe, nenhum drive de disquetes disponvel"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Escolha o drive de disquetes que quer usar para criar a disquete de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Insira uma disquete no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "A criar disquete de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "A preparar o carregador de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Quer usar o aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Erro ao instalar o aboot, \n"
-"tentar forar a instalao, mesmo que isso destrua a primeira partio?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Instalar carregador de arranque"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"A instalao do carregador de arranque falhou. Ocorreram os seguintes erros:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Insira uma disquete vazia no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "A criar disquete de auto-instalao"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Alguns passos no esto completos.\n"
-"\n"
-"Quer realmente sair agora?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-#, fuzzy
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Parabns, a instalao est completa.\n"
-"Para informaes sobre correces para esta verso do Mandrake Linux\n"
-"consulte a Errata disponvel em http://www.mandrakelinux.com/.\n"
-"\n"
-"Informao sobre como configurar o seu sistema est disponvel no\n"
-"captulo ps-instalao do Oficial Guia do Utilizador do Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Criar disquete de auto instalao"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"A auto instalao pode ser totalmente automatizada se\n"
-"quiser, neste caso, ela tomar de conta do disco\n"
-"rgido!! (com vista a instalao em outra mquina).\n"
-"\n"
-"Pode preferir repetir a instalao.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automtico"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Repetir"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Guardar seleco de pacotes"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalao do Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> entre opes | <Espao> selecciona | <F12> prximo passo "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu em falta"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Escolher aco"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanado"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Por favor aguarde"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informao"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandir rvore"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Encolher rvore"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Alternar entre organizao plana ou em grupo"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "M escolha, tente novamente\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Sua escolha? (por omisso %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Sua escolha? (por omisso %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opes: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Quer usar o aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Sua escolha? (por omisso %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Checo (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Alemo"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Espanhol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Filands"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francs"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Noruegus"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polaco"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russo"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Sueco"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Teclado Ingls"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Teclado Americano"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Iraniano"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armnio (velho)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armnio (mquina de escrever)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armnio (Fontico)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbeijo (latino)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armnio (Fontico)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Blgaro"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazileiro (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorusso"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Suo (layout Alemo)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Suo (layout Francs)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Checo (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Alemo (sem teclas mortas)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dinamarqus"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noruegus)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estoniano"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgiano (layout \"Russo\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgiano (layout \"Latin\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grego"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hngaro"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelense"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelense (Fontico)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraniano"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islands"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiano"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japons 106 teclas"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Teclado coreano"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latino Americano"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituano AZERTY (velho)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituano AZERTY (novo)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituano \"nmero de colunas\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituano \"fontico\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Localizao"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macednio"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holands"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polaco (layout QWERTY)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polaco (layout QWERTZ)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugus"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadiano (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romeno (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romeno (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russo (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Eslovaco"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Eslovaco (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Eslovaco (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbeijo (cirlico)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabela"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Teclado Tailands"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Teclado Tailands"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turco (modelo \"F\" tradicional)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turco (modelo moderno \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Teclado Americano (Internacional)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"nmero de colunas\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavo (latin/cirlico)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Montagens circulares %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Remova os volumes lgicos primeiro\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Rato - SUN"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Rato Genrico PS2 com roda"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 boto"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Rato Genrico com 2 Botes"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Genrico"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Roda"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "srie"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Rato Genrico com 3 Botes"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech Srie CC (srie)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "Srie MM"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Mouse Logitech (serial, tipo C7 antigo)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 botes"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botes"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "nenhum"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Nenhum Rato"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Por favor teste o rato"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Para activar o rato,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVA SUA RODA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Terminar"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Prximo ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Anterior"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Isto est correcto?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Ligar Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"A maneira mais comum de se ligar com adsl pppoe.\n"
-"Mas algumas ligaes usam pptp, poucas usam dhcp.\n"
-"Se no sabe, escolha 'usar pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "usar dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "usar pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "usar pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Qual cliente dhcp que deseja usar?\n"
-"Por omisso dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nenhum adaptador de rede ethernet foi detectado no seu sistema.\n"
-"Eu no posso configurar este tipo de ligao."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Escolha o interface de rede"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Por favor escolher o adaptador de rede que quer usar para se ligar Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nenhuma placa de rede encontrada"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "A configurar a rede"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Por favor introduza o nome do seu anfitrio(se souber).\n"
-"Alguns servidores DHCP requerem o nome do anfitrio para funcionar.\n"
-"O nome do anfitrio deve ser um nome de anfitrio totalmente qualificado,\n"
-"como por exemplo ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nome do anfitrio"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Assistente de Configurao da Rede"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem ISDN externo"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Placa ISDN interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "De que tipo sua ligao ISDN?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Configurao total (isdn4net)"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Configurao total (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configurao ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Seleccione o seu provedor.\n"
-" Se no estiver na lista, escolha No Listado"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protocolo de Arranque"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Resto do mundo"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Resto do mundo \n"
-" sem Canal-D (linhas alugadas)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Qual protocolo que quer usar?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Qual tipo de placa tem?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Eu no sei"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Se tiver uma placa ISA, os valores do prximo quadro devem estar correctos.\n"
-"\n"
-"Se tiver uma placa PCMCIA, tem que saber o irq e io da sua placa.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Abortar"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Qual a sua placa ISDN?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Eu detectei uma placa ISDN PCI, mas no sei qual o tipo. Por favor "
-"seleccione uma placa PCI no prximo quadro."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nenhuma placa ISDN PCI foi encontrada. Por favor seleccione uma no prximo "
-"quadro."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Por favor escolha a que porta srie o seu modem est ligado."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opes de ligao"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nome da ligao"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Nmero do telefone"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID de Login"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Baseado em script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Baseado em terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nome do domnio"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primeiro DNS Servidor (opcional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Second DNS Server (opcional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Pode desligar ou reconfigurar a sua ligao."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Pode reconfigurar sua ligao."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Est neste momento ligado Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Pode ligar Internet ou reconfigurar sua ligao."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "No est neste momento ligado Internet."
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Ligado"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Desligar..."
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Configurar rede"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Ligao e configurao da Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Pode desligar ou reconfigurar a sua ligao."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Pode desligar ou reconfigurar a sua ligao."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configurao da Rede"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Por que est a fazer uma instalao em rede a sua rede j est configurada.\n"
-"Clique em OK para manter a configurao, ou Cancelar para reconfigurar a sua "
-"ligao Internet & Rede.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Bem-Vindo ao Assistente de Configurao da Rede\n"
-"\n"
-"Estamos preparados para configurar a sua ligao de rede/Internet.\n"
-"Se no quiser usar a auto-deteco, desmarque a opo.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Escolha o perfil a configurar:"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Usar auto-deteco"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "A detectar dispositivos..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Ligao normal via modem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detectado na porta %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Ligao ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detectado %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Ligao LAN"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detectado no interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Ligao por Cabo"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "ligao por cabo detectada"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Ligao LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "placa(s) ethernet detectada(s)"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Escolha a ferramenta que deseja usar"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Ligao Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Quer iniciar a sua ligao ao iniciar?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configurao da Rede"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Ocorreu um problema ao reiniciar a rede: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Parabns. A configurao da rede e da Internet acabou.\n"
-"\n"
-"A configurao ser agora aplicada ao seu sistema.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Depois de completado, recomendamos que reinicie o seu \n"
-"ambiente X para evitar o problema da troca de nome do anfitrio."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"AVISO: Esse dispositivo j foi configurado para ligar Internet.\n"
-"Apenas aceite manter este dispositivo configurado.\n"
-"A modificao dos campos abaixo ir sobrepor esta configurao."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Por favor introduza a configurao IP para esta mquina.\n"
-"Cada item deve ser introduzido como endereo IP ponteado-decimal\n"
-"(por exemplo, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "A configurar dispositivo de rede %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Endereo IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP Automtico"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "O endereo IP deve estar no formato 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Por favor introduza o nome do seu anfitrio.\n"
-"O nome do anfitrio deve ser um nome de anfitrio totalmente qualificado,\n"
-"como por exemplo ``mybox.mylab.myco.com'' .\n"
-"Tambm pode introduzir o endereo IP de um gateway se tiver um"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Servidor DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dispositivo de gateway"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configurao de proxies"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "O proxy deve ser http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "O proxy deve ser ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configurao da Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Quer tentar ligar-se Internet agora?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "A testar a sua ligao..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "O sistema est agora ligado Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Por razes de Security, ser desligado(a) agora."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"O sistema no aparenta estar ligado Internet.\n"
-"Tente reconfigurar a sua ligao."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configurao da Ligao"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Por favor preencha ou verifique os campos abaixo"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ da Placa"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memria da Placa (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO da Placa"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_O da Placa"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 da Placa"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "O seu nmero de telefone pessoal"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nome do provedor (ex: provedor.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Nmero do telefone do provedor"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Provider dns 1 (opcional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Provider dns 2 (opcional)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Escolha o seu teclado"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Modo de marcao"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Tipo de Ligao:"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Tipo de Ligao:"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Nome do utilizador da conta"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Senha da conta"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "falhou ao montar: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partio extendida no suportada nesta plataforma"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Tem um buraco na sua tabela de parties e eu no a posso usar.\n"
-"A nica soluo mover as suas parties primrias para ter o buraco "
-"prximo das parties extendidas"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "A restaurao pelo ficheiro %s falhou: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Erro ao escrever no ficheiro %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Algo mau est acontecer no seu drive. \n"
-"O teste que verifica a integridade dos dados falhou. \n"
-"Isso significa que escrever algo no disco resultar em lixo aleatrio."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "obrigatrio"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "importante"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "muito bom"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bom"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "talvez"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Impressora local"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Impressora remota"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Servidor lpd remoto"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Impressora da rede (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Servidor de Impresso"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Impressora local"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Impressora remota"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Erro ao escrever no ficheiro %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(mdulo %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP do servidor CUPS"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Por omisso)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Seleccionar Ligao da Impressora"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Como est a impressora ligada?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Com um servidor CUPS remoto, no tem que configurar\n"
-"nenhuma impressora aqui; elas sero detectadas automaticamente.\n"
-"Se tiver dvidas, seleccione \"Servidor CUPS remoto\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Configurao"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Servidor CUPS remoto"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "O endereo IP deve estar no formato 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "O nmero da porta deve ser numrico"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP do servidor CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Porta"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Configurao do Estilo de Arranque"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "A detectar dispositivos..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Testar portas"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Nenhuma impressora"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Usar auto-deteco"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "detectado %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Por favor escolha a que porta srie o seu modem est ligado."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "A instalar pacote %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "A instalar pacote %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opes da impressora lpd Remota"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Para usar uma fila de impresso lpd remota, precisa indicar\n"
-"o nome do anfitrio e o servidor de impresso e o nome da\n"
-"fila naquele servidor."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Nome do anfitrio remoto"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Nome do anfitrio remoto"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Nome do anfitrio remoto"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opes de Impresso SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Para imprimir numa impressora SMB, precisa indicar o nome do \n"
-"anfitrio SMB (Nota! Ele pode ser diferente do anfitrio TCP/IP!) e \n"
-"possivelmente o endereo IP do servidor de impresso, como tambm\n"
-" o nome de partilha para a impressora que deseja aceder e qualquer \n"
-"informao aplicvel sobre nome de utilizador, senha e grupo de trabalho."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Anfitrio servidor SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP do servidor SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nome de partilha"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grupo de trabalho"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opes de Impresso NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Para imprimir numa impressora NetWare, precisa indicar o\n"
-"nome do servidor de impresso NetWare (Nota: ele pode ser diferente\n"
-"do servidor TCP/IP!) como tambm o nome da fila de impresso para a "
-"impressora\n"
-"que deseja aceder como qualquer nome de utilizador e senha aplicvel."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Servidor de Impresso"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nome da Fila de Impresso"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opes da Impressora 'Socket'"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Para imprimir numa impressora 'socket', precisa indicar o \n"
-"nome do servidor da impressora e a nmero da porta (opcional)."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Nome do Servidor da impressora"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Nome do Servidor da impressora"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nome da impressora"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Descrio"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Localizao"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Isto est correcto?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Ligao da Impressora"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Qual tipo de impressora que tem?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Quer testar a impresso?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Testar portas"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Sim, imprimir ambas as pginas de teste"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Impressora"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Padro"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "A imprimir pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "A imprimir pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "A imprimir pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "A imprimir pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"A(s) pgina(s) foi(foram) enviada(s) para o demnio de impresso.\n"
-"Pode demorar algum tempo antes da impresso comear.\n"
-"Estado da impresso:\n"
-"%s\n"
-"\n"
-"Est a funcionar correctamente?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"A(s) pgina(s) foi(foram) enviada(s) para o demnio de impresso.\n"
-"Pode demorar algum tempo antes da impresso comear.\n"
-"Est a funcionar correctamente?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Nenhuma impressora"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Fechar"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "A desligar a rede"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "A desligar a rede"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Opes da impressora"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-#, fuzzy
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"O nome da impressora deve apenas conter letras, nmeros e 'underscore' '_'"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Nenhuma impressora"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "A iniciar a sua ligao..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Configurar rede"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor no configurado"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "A configurar a rede"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Alto"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranico"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Seleccionar Ligao da Impressora"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Que sistema de impresso deseja usar?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configurar Impressora"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "A instalar pacote %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opes da impressora"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Configurar Impressora"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Deseja configurar uma impressora?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Impressora"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Aqui esto as seguintes filas de impresso.\n"
-"Pode adicionar mais ou modificar as existentes."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Aqui esto as seguintes filas de impresso.\n"
-"Pode adicionar mais ou modificar as existentes."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Configurar rede"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modo Normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Quer testar a configurao?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Quer testar a configurao?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Ligao Internet"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Ligao da Impressora"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "A imprimir pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Quer testar a configurao?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Quer testar a impresso?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Configurao de Proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Bem vindo ao utilitrio de configurao de proxy.\n"
-"\n"
-"Aqui, poder definir as proxies http e ftp\n"
-"com ou sem utilizador e palavra-passe\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Por favor preencha as informaes da proxy para http\n"
-"Deixe em branco se no deseja uma proxy para http"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "porta"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "O Url deve comear com 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "A parte da porta deve ser numrica"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Por favor preencha as informaes da proxy para ftp\n"
-"Deixe em branco se no deseja uma proxy para ftp"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "O Url deve comear com 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Por favor introduza o utilizador e palavra-passe para proxy, se existir.\n"
-"Deixe em branco se no desejar utilizador/palavra-passe"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "utilizador"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "palavra-passe"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "reintroduza a palavra-passe"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "As palavras-passe no coincidem. Tente novamente!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "No possvel adicionar partio ao RAID _formatado_ md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "No possvel escrever o ficheiro %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid falhou"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid falhou (talvez as raidtools estejam em falta?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Sem parties suficientes para RAID nvel %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Inicia o sistema de som ALSA (Advanced Linux Sound Architecture) "
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, um calendarizador de comando peridicos"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd usado para monitorizar o estado da bateria e registando-o via "
-"syslog.\n"
-"Pode ser usado tambm para desligar a mquina quando a bateria estiver fraca."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Executa comandos agendados pelo comando at na hora especificada quando\n"
-"at foi executado, e executa comandos em grupo de comandos quando o uso de "
-"memria estiver suficientemente baixo."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron um programa UNIX padro que executa programas especificados pelo\n"
-"utilizador em horas marcadas. vixie cron adiciona vrias caractersticas ao "
-"UNIX\n"
-"cron bsico, incluindo melhor segurana e melhores opes de configurao."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM adiciona suporte de rato a aplicaes Linux em modo de texto\n"
-"tal como o Midnight Commander. Permite tambm copiar e colar utilizando\n"
-"o rato e inclui suporte para menus pop-up na consola."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"O HardDrake sonda o hardware, e opcionalmente\n"
-"configura hardware novo ou alterado."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache um servidor World Wide Web. Ele usado para servir ficheiros\n"
-"HTML e CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"O demnio (daemon) Internet superserver(normalmente chamado inetd) inicia\n"
-"uma variedade de outros servios de Internet quando necessrio. "
-"responsvel\n"
-"pela inicializao de vrios servios, incluindo telnet, ftp, rsh e rlogin. "
-"Desactivando o inetd, todos os servios pelos quais responsvel \n"
-"tambm so desactivados."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Inicie o filtro de pacotes para Linux kernel 2.2, para criar \n"
-"uma firewall afim de proteger a sua mquina de ataques de rede."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Este pacote carrega o mapa de teclado seleccionado como\n"
-"definido em /etc/sysconfig/keyboard. Isto pode ser seleccionado usando o\n"
-"utilitrio kbdconfig. Deve deixar isto activado para a maioria da mquinas."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Regenerao automtica do 'kernel header' em /boot \n"
-"para /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Deteco e configurao automtica de hardware no arranque."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"O Linuxconf ir por vezes executar vrias tarefas\n"
-"no arranque para manter a configurao do sistema."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd o demnio de impresso obrigatrio para o lpr funcionar "
-"correctamente.\n"
-"Ele basicamente um servidor que controla os trabalhos para a(s) impressora"
-"(s)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, usado para criar um servidor de alta\n"
-"desempenho e disponibilidade."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) um Servidor de Nome de Domnio (DNS) que usado para\n"
-"transformar nomes de servidores em endereos IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monta e desmonta todos os pontos de montagem do Network File\n"
-"System (NFS), SMB (Gestor de Rede/Windows) e NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activa/Desactiva todas os interfaces de rede configurados para iniciar\n"
-"no arranque."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS um protocolo popular usado na partilha de ficheiros atravs\n"
-"de redes TCP/IP. Esse servio oferece a funcionalidade do servidor NFS, que "
-" configurado atravs do ficheiro /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS um protocolo popular usado na partilha de ficheiros atravs de redes\n"
-"TCP/IP. Esse servio oferece a funcionalidade de bloquear ficheiros NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automaticamente ligar o teclado numrico na consola\n"
-"e XFree no arranque."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Suporte a OKI 4w e 'winprinters' compatveis."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Suporte PCMCIA utilizado normalmente para suportar coisas como\n"
-"ethernet ou modems em portteis. Ele no ser iniciado a no ser que seja "
-"configurado de maneira que\n"
-"seguro estar instalado em mquinas que no precisem dele."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"O portmapper gere ligaes RPC, que so usadas por\n"
-"protocolos como NFS ou NIS. O servidor portmap tem que estar a correr nas "
-"mquinas\n"
-"que actuaro como servidores para os protocolos que utilizam o mecanismo RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix um Agente de Transporte de Correio, um programa\n"
-"que move mensagens de correio de uma mquina para outra."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Guarda e restaura o 'entropy pool' do sistema para melhor qualidade\n"
-"na gerao aleatria de nmeros."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Designa dispositivos 'raw' a dispositivos de bloco (como \n"
-"parties de disco duro), para o uso de aplicaes como Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"O demnio routed permite a actualizao automtica da tabela IP Router\n"
-"atravs do protocolo RIP. Enquanto o RIP usado largamente em pequenas\n"
-"redes, protocolos de 'routing' mais complexos so necessrios em redes mais "
-"complexas."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"O protocolo rstat permite que utilizadores da rede recebam\n"
-"informaes sobre a performance de qualquer mquina naquela rede."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"O protocolo rusers permite que os utilizadores de uma rede identifiquem\n"
-"quem est registado (logged) noutras mquinas que respondam."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"O protocolo rwho permite que utilizadores remotos obtenham uma lista de "
-"todos os\n"
-"utilizadores registados (logged) numa mquina a correr o demnio rwho "
-"(similar ao finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Iniciar o sistema de som na sua mquina"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog uma capacidade que muitos demnios usam para registar mensagens\n"
-"em vrios ficheiros de registo. uma boa ideia correr sempre o syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Carrega os driver para os seus dispositivos usb."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Inicia o Servidor X Font (essencial para o XFree funcionar)"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Escolha quais os servios que devem ser inicializados automaticamente na "
-"altura do arranque"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Impressora"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Modo do sistema"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Opes da impressora lpd Remota"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Base de Dados"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servios"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "a correr"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "parado"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servios e demnios"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"No h informao adicional\n"
-"sobre este servio, lamento."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Ao arrancar"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Estado:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sector"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Resto do mundo"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Acesso Internet"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimdia - Grficos"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desenvolvimento"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Centro de Controlo"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Interface de rede"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Anfitrio servidor SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jogos"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Perito"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "A instalar pacote %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Eu no consigo ler sua tabela de parties, demasiado defeituosa\n"
-"para mim. Tentarei continuar limpando as parties defeituosas"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Erro"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Configurao ps-instalao"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Configurao do Estilo de Arranque"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Parabns!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalar"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Adicionar um utilizador"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "A formatar o ficheiro loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Seleco de Pacotes"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Por favor escolha os pacotes que quer instalar."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Remover entrada"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Remover Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Nome de utilizador"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Por favor teste o rato"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Por favor tente novamente"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Por favor tente novamente"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "reintroduza a palavra-passe"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Ligao LAN"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Seleccionar Ligao da Impressora"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Por favor escolha o tipo de teclado."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Por favor clique numa partio"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Por favor escolha os pacotes que quer instalar."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Por favor teste o rato"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Interface de rede"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Nome de utilizador"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Por favor escolha os pacotes que quer instalar."
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Por favor escolha o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Deteco de discos rgidos"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Nome de utilizador"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Roda"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Roda"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Opes do mdulo:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Por favor escolha os pacotes que quer instalar."
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Por favor escolha os pacotes que quer instalar."
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Configurar sistemas de ficheiros"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opes"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Por favor escolha a que porta srie o seu modem est ligado."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Por favor escolha o tipo de rato."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Por favor escolha o tipo de rato."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Outro"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalar sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Personalizado"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Anterior"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Estado:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Personalizado"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Prximo ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Escolha os pacotes a serem instalados"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Por favor escolha o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Por favor escolha o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Por favor escolha o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "A detectar dispositivos..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Por favor teste o rato"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Por favor escolha os pacotes que quer instalar."
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Configurao"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Configurar sistemas de ficheiros"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "A Instalao do %s falhou. Ocorreram os seguintes erros:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "nenhuma placa de rede encontrada"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Pronto"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "A preparar a instalao"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "restringir"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatar parties"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Configurao LAN"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Ponto de Montagem"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Escolha as parties que quer formatar"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Escritrio"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Abortar"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Impressora"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instalar sistema"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Seleccione ficheiro"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Impressora remota"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Mensagem Init"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Nenhum adaptador de rede no seu sistema!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalar"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Nenhum adaptador de rede no seu sistema!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Sair da instalao"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Partilha da Ligao Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "A Partilha da Ligao Internet est activa"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"A configurao da Partilha da Ligao Internet j foi feita.\n"
-"Est neste momento activa.\n"
-"\n"
-"O que deseja fazer?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "desactivar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "libertar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "reconfigurar"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "A desactivar servidores..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Partilha da Ligao Internet est agora desactivada."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "A Partilha da Ligao Internet est actualmente desactivada"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"A configurao da Partilha da Ligao Internet j foi feita.\n"
-"Est neste momento desactivada.\n"
-"\n"
-"O que deseja fazer?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "activar"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "A activar servidores..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Partilha da Ligao Internet est agora activa."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Ests prestes a configurar o seu computador para partilhar a Ligao "
-"Internet.\n"
-"Com esta capacidade, outros computadores na sua rede local podero usar a "
-"ligao Internet deste computador\n"
-"\n"
-"Nota: necessita de um Adaptador de Rede dedicado para configurar uma Rede de "
-"rea Local (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (a usar mdulo %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interface %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nenhum adaptador de rede no seu sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nenhum adaptador de rede foi encontrado no seu sistema. Por favor execute a "
-"ferramenta de configurao de hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interface de rede"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Existe apenas um adaptador de rede configurado no seu sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Estou prestes a configurar a sua Rede de rea Local com esse adaptador."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Por favor escolha qual adaptador de rede que estar ligado a sua Rede de "
-"rea Local."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor no configurado"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Configurao do Estilo de Arranque"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Configurao da Internet"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP do servidor CUPS"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Potencial conflito de endereos de LAN encontrado na configurao actual de %"
-"s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Configurao de firewall detectada!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Aviso! Uma configurao de firewall existente foi detectada. Pode necessitar "
-"de configurao manual depois da instalao."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "A configurar..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "A configurar scripts, a instalar software, iniciando servidores..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemas a instalar o pacote %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Tudo foi configurado.\n"
-"Pode agora partilhar a sua Ligao Internet com outros computadores na sua "
-"Rede Local, usando a configurao de rede automtica (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "A configurao j foi feita, mas est actualmente desactivada."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "A configurao j foi feita, e est actualmente activa."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Nenhuma Partilha da Ligao Internet foi alguma vez configurada."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configurao da Partilha de Ligao Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Bem-Vindo ao utilitrio de Partilha da Ligao Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Clique em Configurar para iniciar o assistente de configurao."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configurao de Rede (%d adaptadores)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Perfil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Eliminar perfil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Perfil a eliminar:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Novo perfil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Hostname: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Acesso Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipo:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Estado:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configurar Acesso Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocolo"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Estado:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configurar Rede de rea Local."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Assistente..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Por favor aguarde... A aplicar a configurao"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Ligado"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "No ligado"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Ligar..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Desligar..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"No tem nenhum interface configurado.\n"
-"Para configurar primeiro clique em 'Configurar'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptador %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocolo de Arranque"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Iniciado ao arrancar"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Activo"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Activo"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"No tem nenhuma ligao Internet.\n"
-"Crie uma clicando em 'Configurar'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configurao da Ligao Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configurao da Ligao Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipo de Ligao:"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parmetros"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Placa Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP Client"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Opes do nvel de segurana"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centro de Controlo"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Escolha a ferramenta que deseja usar"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Canadiano (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islands"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "srie"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "uso: keyboarddrake [--expert] [teclado]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Por favor escolha o tipo de teclado."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Deseja que o BackSpace funcione como Delete na consola?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Troque de CD-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Por favor insira o CD-Rom de Instalao no seu drive e prima OK quando "
-"estiver pronto.\n"
-"Se no o tiver, prima Cancelar para evitar a actualizao directa."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "No possvel iniciar actualizao directa!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Mostrar apenas para este dia"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Ficheiro/_Novo"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Ficheiro/_Abrir"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Ficheiro/_Guardar"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Ficheiro/Guardar _Como"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Ficheiro/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opes"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opes/Teste"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Ajuda"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Ajuda/_Sobre..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Nome de utilizador"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "mensagens"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "pesquisa"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Uma ferramenta para monitorizar os seus logs"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Configurao"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "correspondncia"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "mas no h correspondncia"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Escolha ficheiro"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Calendrio"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Conteudo do ficheiro"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "aguarde por favor, a analisar ficheiro: %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Configurao leve"
-
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Bem vindo ao utilitrio de configurao de proxy.\n"
-"\n"
-"Aqui, poder definir as proxies http e ftp\n"
-"com ou sem utilizador e palavra-passe\n"
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache e Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "Servios"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "A formatar"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Configurao da Internet"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Guardar como..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Por favor escolha o tipo de rato."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nenhum usb_srie encontrado\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Deseja emulao de 3 botes?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Seleccione uma placa grfica"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Dispositivo de arranque"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Configurao de firewalling"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Configurao de firewalling"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-"J configurou a firewalll.\n"
-"Clique em Configurar para alterar ou remover a firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-"Clique em Configurar para configurar uma firewall padro"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Escolha a seu idioma"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Seleccione a classe da instalao"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Deteco de discos rgidos"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configurar rato"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Escolha o seu teclado"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Segurana"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Configurar sistemas de ficheiros"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatar parties"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Escolha os pacotes a serem instalados"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalar sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Adicionar um utilizador"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configurar rede"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configurar servios"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalar carregador de arranque"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Criar um disco de arranque"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configurar X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalar sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Sair da instalao"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configurador do tinyfirewall\n"
-"\n"
-"Configura uma firewall pessoal para esta mquina Linux Mandrake.\n"
-"Para uma firewall poderosa e dedicada, por favor procure a \n"
-"distribuio especializada MandrakeSecurity Firewall"
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Est a correr um servidor de nomes nesta mquina? Se no definiu \n"
-"um para enviar informaes de IP e zona a toda a Internet por favor \n"
-"responda no.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Deseja autorizar ligaes Secure Shell (ssh) recebidas do exterior? \n"
-"Isto um substituto de telnet que pode utilizar para efectuar o login.\n"
-"Se estiver a utilizar telnet agora, deve mudar para ssh. telnet no \n"
-"encriptado -- possibilitando o roubo da sua palavra-passe se o usar\n"
-"ssh encriptado e no autoriza este 'eavesdropping'."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Deseja autorizar ligaes telnet recebidas do exterior?\n"
-"Isto muito inseguro, como j explicamos. Ns recomendamos\n"
-"vivamente responder No aqui e usar ssh em vez de telnet.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Est a correr um servidor FTP aqui que necessita que esteja acessvel na\n"
-"Internet? Se estiver, recomendamos que apenas o utilize para transferncias\n"
-"Annimas. Quaisquer palavras-passe enviadas por FTP podem ser roubadas,\n"
-" uma vez que o FTP tambm no utiliza encriptao para palavras-passe.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Est a correr um servidor de correio aqui? Se est a enviar a si \n"
-"mensagens atravs do pine, mutt ou outro cliente de correio base-\n"
-"ado em texto provavelmente est. De outra forma deveria remover \n"
-"o firewall para isto.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Esta a correr um servidor POP OU IMAP aqui? Isto seria\n"
-"usado para albergar contas de correio no baseadas na web\n"
-"para pessoas via esta mquina.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Aparentemente est a correr um kernel 2.2. Se o seu IP de \n"
-"Rede automaticamente definido por um computador na sua \n"
-"casa ou escritrio (dinamicamente atribudo), necessitamos \n"
-"permitir isto. este o caso?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"O seu computador est a sincronizar a hora com outro computador?\n"
-"Isto usado por maioritariamente por organizaes Unix/Linux mdias-\n"
-"grandes para sincronizar a hora para registos e assim. Se no faz parte \n"
-"de um grande escritrio e nunca ouviu falar disto, provavelmente no \n"
-"estar."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configurao completa. Posso escrever estas mudanas no disco?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "No possvel abrir %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "No possvel abrir %s para escrita: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Configurao de firewalling"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Por favor aguarde, a preparar a instalao"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Computador de Rede (cliente)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Servidor NFS, Servidor SMB, Servidor Proxy, Servidor SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Escritrio"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Estao de Trabalho Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Ferramentas para o seu Palm Pilot ou Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Estao de Trabalho"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Servidor de Nome do Domnio e Informao de Rede"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programas de Escritrio: texto (kword, abiword), folhas de clculo (kspread, "
-"gnumeric), visualizadores pdf, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Ferramentas para audio: reprodutores mp3 ou midi, misturadores, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Livros e Howto's sobre o Linux e Software Livre"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Estao de Trabalho KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - Vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Conjunto de ferramentas para correio electrnico, news, web, transferncia "
-"de ficheiros e chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Base de Dados"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Servidor de Bases de Dados PostgreSQL ou MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Ferramentas para facilitar a configurao do seu computador"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - Som"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilitrios"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentao"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Ferramentas de terminal"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix servidor de correio, Inn servidor de news "
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Estao de Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Estao Multimdia"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configurao"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Mais Ambientes de Trabalho Grficos (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"The K Desktop Environment, o ambiente grfico bsico com a coleco de "
-"ferramentas que o acompanham"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Ambiente Grfico"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache e Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Ferramentas para criar e gravar CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Estao de Trabalho de Escritrio"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Aplicaes para grficos como o The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-"C e C++ bibliotecas de desenvolvimento, programas e ficheiros 'include'"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Computador de Rede Servidor"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Mail/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Estao de Jogo"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Reprodutores de Vdeo e editores"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - Grficos"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programas de divertimento: arcade, tabuleiros, estratgia, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Conjunto de ferramentas para ler e enviar correio electrnico e news (pine, "
-"mutt, tin...) e para navegar na Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arquivo, emuladores, monitorizao"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finanas Pessoais"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Um ambiente grfico com um conjunto de aplicaes e ferramentas de ambiente "
-"de trabalho fceis de usar"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clientes para diferentes protocolos incluindo ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Gateway Internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Aplicaes de som e vdeo reproduo/edio"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Outros Ambientes de Trabalho Grficos"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editores, linhas de comando, ferramentas de ficheiro, terminais"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programas para gerir as suas finanas, como o gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Gesto de Informaes Pessoais"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - Gravao de CDs"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Estao de Trabalho Cientfica"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Abortar"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr "Pronto"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Escolha o utilizador por omisso :"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Impressora remota"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Agora pode indicar as opes para o mdulo %s."
-
-#~ msgid "Low"
-#~ msgstr "Baixo"
-
-#~ msgid "Medium"
-#~ msgstr "Mdio"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Alguns melhoramentos para este nvel de segurana, o principal \n"
-#~ "que existem mais avisos e testes de segurana."
-
-#~ msgid "mount failed"
-#~ msgstr "falhou ao montar"
-
-#~ msgid "Boot mode"
-#~ msgstr "Modo de arranque"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Perito"
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Ligar Internet"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Desligar da Internet"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Configurar ligao de rede (LAN ou Internet)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Para qual disco quer mover?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Por favor escolha os pacotes que quer instalar."
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Informao"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Estao de Trabalho Gnome"
-
-#~ msgid "authentification"
-#~ msgstr "autenticao"
-
-#~ msgid "user"
-#~ msgstr "utilizador"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Por favor escolha o tipo de rato."
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Sair"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Automontagem de Mdias Amovveis"
-
-#~ msgid "Active"
-#~ msgstr "Activo"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "No"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Uma impressora, modelo \"%s\", foi detectado no(a) "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Dispositivo de Impressora Local"
-
-#~ msgid "Printer Device"
-#~ msgstr "Dispositivo da Impressora"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Servidor CUPS remoto"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Servidor CUPS remoto"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Modo do sistema"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Outro"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Por favor escolha o tipo de teclado."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Por favor clique numa partio"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tipo: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Ficheiro de cpia de segurana defeituoso"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Configurar X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Dispositivo da Impressora"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Cancelar"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Ok"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Fechar"
-
-#~ msgid "Starting your connection..."
-#~ msgstr "A iniciar a sua ligao..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "A fechar a sua ligao..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ "A ligao no est fechada.\n"
-#~ "Tente faz-lo manualmente executando\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "como root."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "O sistema est agora desligado."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Escolha o tamanho que deseja instalar"
-
-#~ msgid "Total size: "
-#~ msgstr "Tamanho total:"
-
-#~ msgid "Please wait, "
-#~ msgstr "Por favor aguarde, "
-
-#~ msgid "Total time "
-#~ msgstr "Tempo total "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Usar a configurao existente para o X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "A que dispositivo a sua impressora est ligada \n"
-#~ "(note que /dev/lp0 equivalente a LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr "Aviso, o adaptador de rede j est configurado. Vou reconfigur-lo."
-
-#~ msgid "New"
-#~ msgstr "Novo"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Fila remota"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Por favor clique numa partio"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Ambiguidade (%s), seja mais preciso\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (por omisso %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Sua escolha? (por omisso %s introduza `nenhum' para nenhum) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "no possvel abrir /etc/sysconfig/autologin para leitura: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Deseja reiniciar a rede"
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "Concorda?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Estou pronto a reiniciar o dispositivo de rede:\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Estou pronto para reiniciar o dispositivo de rede %s. Concorda?"
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Tipo de Ligao:"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Escolha o utilizador por omisso :"
-
-#~ msgid "Test the mouse here."
-#~ msgstr "Teste aqui o rato."
-
-#~ msgid "What type of printer do you have?"
-#~ msgstr "Qual tipo de impressora que tem?"
-
-#~ msgid "Do you want to test printing?"
-#~ msgstr "Quer testar a impresso?"
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ "Agora pode testar seu rato. Use os botes e a roda para\n"
-#~ "verificar se as configuraes esto correctas. Se no estiverem, pode "
-#~ "clicar\n"
-#~ "em \"Cancelar\" e escolher outro driver."
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Para ter um sistema mais seguro, deve escolher \"Usar ficheiro shadow\"\n"
-#~ "e \"Usar senhas MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Se a sua rede usa NIS, seleccione \"Usar NIS\". Se no sabe, pergunte\n"
-#~ "ao seu administrador de rede."
-
-#~ msgid "yellow pages"
-#~ msgstr "pginas amarelas"
-
-#~ msgid "Provider dns 1"
-#~ msgstr "DNS 1 do provedor"
-
-#~ msgid "Provider dns 2"
-#~ msgstr "DNS 2 do provedor"
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Ligao DSL (ou ADSL)"
-
-#~ msgid "Choose"
-#~ msgstr "Escolha"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr ""
-#~ "Voc pode directamente especificar o URI para aceder impressora com CUPS"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Sim, imprimir pgina de teste ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Sim, imprimir pgina de teste PostScript"
-
-#~ msgid "Yes, print both test pages"
-#~ msgstr "Sim, imprimir ambas as pginas de teste"
-
-#~ msgid "Paper Size"
-#~ msgstr "Tamanho do Papel"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Ejectar pgina aps trabalho de impresso?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Opes do driver Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Opes da profundidade de cor"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Imprimir texto como PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Corrigir texto com stair-stepping?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Nmero de pginas por pginas de sada"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Margem Direita/Esquerda em pontos (1/72 de polegada)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Margem Superior/Inferior em pontos (1/72 de polegada)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Opes extras de GhostScript"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Opes extras de Texto"
-
-#~ msgid "Reverse page order"
-#~ msgstr "Inverter a ordem das pginas"
-
-#~ msgid "Reading CUPS drivers database..."
-#~ msgstr "Lendo banco de dados de drivers do CUPS"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Seleccionar ligao de impressora remota"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected.\n"
-#~ "In case of doubt, select \"Remote CUPS server\"."
-#~ msgstr ""
-#~ "Com um servidor CUPS remoto, no tem que configurar\n"
-#~ "nenhuma impressora aqui; elas sero detectadas automaticamente.\n"
-#~ "Se tiver dvidas, seleccione \"Servidor CUPS remoto\"."
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Cada impressora precisa de um nome (por exemplo\n"
-#~ "lp). Outros parmetros, tal como a descrio da impressora ou sua\n"
-#~ "localizao podem ser definidas. Qual nome que deve ser usado para \n"
-#~ " esta impressora e como a impressora est ligada?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Cada fila de impresso ( qual as impresses so dirigidas) precisa\n"
-#~ "de um nome (normalmente lp) e de uma directoria de spool associada.\n"
-#~ "Qual o nome e a directoria que devem ser utilizados para esta fila?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Nome da fila de impresso"
-
-#~ msgid "Spool directory"
-#~ msgstr "Directoria de spool"
diff --git a/perl-install/share/po/pt_BR.po b/perl-install/share/po/pt_BR.po
deleted file mode 100644
index ec0a82624..000000000
--- a/perl-install/share/po/pt_BR.po
+++ /dev/null
@@ -1,12055 +0,0 @@
-# DRAKX PT_BR PO FILE.
-# Copyright (C) 2000 MandrakeSoft
-# Andrei Bosco Bezerra Torres <andreibt@uol.com.br>, 1999-2000
-# Bruno Dorfman Buys <brunobuys@zipmail.com.br>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-02-20 23:55GMT -2\n"
-"Last-Translator: Bruno Dorfman Buys <brunobuys@zipmail.com.br>\n"
-"Language-Team: Portugues\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configurar todas as cabeas independentemente"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Usar extenso Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Configurar apenas placa \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Configurao multi-cabea"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Seu sistema suporta configurao de cabea mltipla.\n"
-"O que voc quer fazer?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Placa Grfica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Selecione uma placa grfica"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Escolha um servidor X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Escolha um servidor X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "Servidor X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Qual configurao do XFree voc quer ter?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Seu placa suporta acelerao hardware 3D mas apenas com o XFree %s.\n"
-"Sua placa suportada pelo XFree %s que pode ter melhor suporte 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Sua placa suporta acelerao hardware 3D com o XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s com acelerao hardware 3D"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Seu placa suporta acelerao hardware 3D com o XFree %s,\n"
-"NOTE QUE O SUPORTE EXPERIMENTAL E PODE TRAVAR O SEU COMPUTADOR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s com acelerao hardware 3D EXPERIMENTAL"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Seu placa suporta acelerao hardware 3D mas apenas com o XFree %s,\n"
-"NOTE QUE O SUPORTE EXPERIMENTAL E PODE TRAVAR O SEU COMPUTADOR.\n"
-"Sua placa suportada pelo XFree %s que pode ter melhor suporte 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installation display driver)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Configurao do XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Selecione o tamanho da memria de sua placa grfica"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Escolha as opes do server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Escolha um monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dois parmetros crticos so a taxa de atualizao vertical, que a taxa\n"
-"em que toda a tela atualizada, e principalmente a taxa de sincronizao\n"
-"horizontal, que a taxa em que scanlines so mostradas.\n"
-"\n"
-" MUITO IMPORTANTE que voc no especifique um tipo de monitor com taxa de "
-"atualiza\n"
-"que muito alm das capacidades do seu monitor: voc pode danificar seu "
-"monitor.\n"
-" Se tiver dvida, escolha caractersticas conservadoras."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Taxa de atualizao horizontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Taxa de atualizao vertical"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor no configurado"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Placa grfica ainda no configurado"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Resolues ainda no escolhidas"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Voc quer testar a configurao?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Ateno: testar essa placa grfica pode travar o seu computador"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Testar configurao"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"tente mudar alguns parmetros"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ocorreu um erro:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Saindo em %d segundos"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " essa a configurao correta?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Ocorreu um erro, tente mudar alguns parmetros"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Resoluo"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Escolha a resoluo e nmero de cores"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Placa Grfica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mais"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Modo Avanado"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Mostrar tudo"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Resolues"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Estilo do teclado: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipo do Mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositivo do mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Sincronizao Horizontal do Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Atualizao Vertical do Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Placa Grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identificao de Placa Grfica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memria grfica: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Nmero de cores: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resoluo: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Server XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Driver XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Preparando configurao X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "O que voc quer fazer?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Mudar Monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Mudar Placa Grfica"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Mudar opes do Server"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Mudar Resoluo"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Mostrar informao"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testar de novo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Sair"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Manter alteraes?\n"
-"A configurao atual :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X ao iniciar"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Eu posso fazer seu computador automaticamento iniciar no X aps a\n"
-"a inicializao. Voc gostaria de iniciar o X quando reiniciar?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Favor relogar em %s para ativar as mudanas"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ""
-"Favor fazer um log out (sair) e ento usar as teclas Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 cores (8 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil cores (15 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil cores (16 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milhes de cores (24 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 bilhes de cores (32 bits)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB ou mais"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "VGA Padro, 640x480 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Compatvel com 8514, 1024x768 a 87 Hz entrelaado (sem 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 a 87 Hz entrelaado, 800x600 a 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA Extendido, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA No-entrelaado, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA de Alta Frequncia, 1024x768 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequncia que pode fazer 1280x1024 a 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequncia que pode fazer 1280x1024 a 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequncia que pode fazer 1280x1024 a 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor que pode fazer 1600x1200 a 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor que pode fazer 1600x1200 a 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primeiro setor da partio de boot"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primeiro setor do drive (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Instalao do SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Onde voc quer instalar o gerenciador de inicializao?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalao do LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO com menu de texto"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO com menu grfico"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Inicializao pelo DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Principais opes do gerenciador de inicializao"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Gerenciador de inicializao a ser usado"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalao do gerenciador de inicializao"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Dispositivo de boot"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (no funciona em BIOS antigas)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compacto"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "Compacto"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Modo de Vdeo"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Tempo antes de entrar na imagem padro"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Senha"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Senha (de novo)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Restringir opes da linha de comando"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "restrito"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Limpar /tmp a cada inicializao"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Especifique o tamanho da RAM se necessrio (%d MB encontrados)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Permitir vrios perfis"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Dar o tamanha da RAM em Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Opo ``Restringir opes da linha de comando'' no tem uso sem senha"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Favor tentar novamente"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "As senhas no conferem"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Mensagem Inicial"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Delay do firmware aberto"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Tempo de espera do boot do kernel"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Permitir CD Boot?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Permitir OF Boot?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "SO padro?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Aqui esto as entradas diferentes.\n"
-"Voc pode adicionar mais ou modificar as existentes."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Adicionar"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Pronto"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modificar"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Qual tipo de entrada voc quer adicionar"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Outros SO (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Outros SO (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Outros SO (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Image"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Append"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Read-write"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Table"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Unsafe"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Rtulo"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Default"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Tamanho do Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Sem vdeo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Remover entrada"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "No permitido rtulo vazio"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Voc deve especificar uma imagem de kernel"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Voc deve especificar uma partio root"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Esse rtulo j est sendo utilizado"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Interfaces %s %s encontradas"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Voc tem alguma outra?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Voc tem alguma interface %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "No"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Sim"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Ver informao do hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalando driver para placa %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(mdulo %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Qual driver %s eu deveria tentar?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Em alguns casos, o driver %s precisa de informaes extra para funcionar\n"
-"corretamente, mas ele normalmente funciona bem sem essas informaes. Voc\n"
-"gostaria de especificar opes extras ou deixar o driver localizar na sua\n"
-"mquina as informaes que ele precisa? Ocasionalmente, isso poder travar\n"
-"o computador, mas no deve causar nenhum dano."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Auto detectar"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Especificar opes"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Agora voc pode prover as opes para o mdulo %s.\n"
-"As opes esto no formato ``nome=valor nome2=valor2 ...''\n"
-"Para instncia, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opes do mdulo:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Falha carregando mdulo %s.\n"
-"Voc quer tentar novamente com outros parmentros?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "Acesso a programas X"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "Acesso a ferramentas rpm"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "Permitir \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "Acesso a arquivos administrativos"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(j adicionado %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Essa senha muito simples"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Favor dar um nome de usurio"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"O nome do usurio deve conter apenas letras minsculas, nmeros `-' e `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Esse usurio j foi adicionado"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Adicionar usurio"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Entre com o usurio\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Aceitar usurio"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nome real"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Nome do usurio"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "cone"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Eu posso configurar o seu computador para automaticamente logar um usurio.\n"
-"Se voc no quiser utilisar esta funo, clique em \"Cancelar\"."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Escolha o usurio:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Escolha o gerenciador de janelas para ele:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Favor escolher o idioma a ser utilizado."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Voc pode escolher outros idiomas que estaro disponveis aps a instalao"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Tudo"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Permite todos os usurios"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Personalizada"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Sem compartilhamento"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "O pacote %s precisa ser instalado. Voc deseja instal-lo?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Voc pode exportar usando SAMBA ou NFS. Qual deles voc quer"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Pacote obrigatrio %s faltando"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Carregar Userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"O compartilhamento por usurio usa o grupo \"fileshare\".\n"
-"Voc pode usar o userdrake para adicionar um usurio neste grupo."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bem-vindo Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Pobre"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Padro"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Alto"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranico"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Esse nvel deve ser usado com cuidado. Ele faz o seu sistema mais fcil de "
-"usar,\n"
-"mas muito sensvel: ele no deve ser usado em uma mquina conectada a "
-"outros\n"
-"ou internet. No existe acesso por senha."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"As senhas agora esto ativadas, mas o uso como computador de rede ainda no "
-" recomendado."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Esse a segurana padro recomendada para um computador que ser usado\n"
-"para se conectar Internet como um cliente. Agora existe checagens de "
-"segurana. "
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Com esse nvel de segurana, o uso desse sistema como um servidor se tornou "
-"possvel.\n"
-"A segurana agora est alta o suficiente para usar o sistema como um "
-"servidor\n"
-"que aceita conexo de muitos clientes. "
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Baseado no nvel anterior, mas agora o sistema est totalmente fechado.\n"
-"As caractersticas de segurana esto no mximo."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Escolha nvel de segurana"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Nvel de segurana"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Use lbsafe para servidores"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Uma livraria que defende contra ataques de buffer overflow e strings de "
-"format"
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Bem-vindo ao %s, o selecionador de sistema operacional!\n"
-"\n"
-"Escolha um sistema operacional da lista acima ou\n"
-"aguarde %d segundos para entrar no sistema padrao.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Bem-vindo ao GRUB o selecionador de sistema operacional!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Use as teclas %c e %c para selecionar a entrada que quiser."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pressione entrar para entrar no SO selecionado, 'e' para editar os"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "comandos antes da inicializacao, ou 'c' para linha de comando."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr ""
-"A inicializacao da entrada selecionada ocorrera automaticamente em %d "
-"segundos."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "sem espaco suficiente em /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Menu Iniciar"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Voc no pode instalar o carregador de boot em uma %s partio\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "ajuda ainda no implementada.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Configurao do estilo de inicializao"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Arquivos"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Arquivo/Sai_r"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>R"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Categorizamento NewStyle de Monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Monitor Tradicional"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Gtk+ Tradicional"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Executar Aurora na inicializao"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Modo lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Modo yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Voc est utilizando o %s como gerenciador de inicializao.\n"
-"Clique em Configurar para abrir o auxiliar de configurao."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Configurar"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Modo do sistema"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Executar o sistema X-Window na inicializao"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "No, eu no quero autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Sim, eu quero autologin com esse (usurio, desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "no foi possvek abrir /etc/inittb para leitura: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minutos"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuto"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d segundos"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "No posso fazer screenshots antes de particionar"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Screenshots estaro disponveis depois da instalao em %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Frana"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Blgica"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Repblica Tcheca"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Alemanha"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grcia"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Noruega"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Sucia"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Holanda"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Itlia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "ustria"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Estados Unidos"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Favor primeiro fazer um backup de seus dados"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Ler com ateno!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Se voc planejar usar aboot, lembre-se de deixar espao livre (2048 setores "
-" suficiente)\n"
-"no incio do disco"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Erro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Ajudante"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Escolher ao"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Voc tem uma grande partio fat\n"
-"(normalmente utilizada pelo MicroSoft Dos/Windows.)\n"
-"Eu sugiro voc a primeiro redimensionar a partio\n"
-"(clique nela, depois clique em \"Redimensinar\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Favor clicar em uma partio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalhes"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Vazio"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Outro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipos de sistema de arquivo:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Criar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tipo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Use ``%s'' ao invs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Deletar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Use ``Desmontar'' primeiro"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Aps alterar o tipo da partio %s, todos os dados desta partio sero "
-"perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Escolher partio"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Escolher outra partio"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Sair"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Mudar para modo expert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Mudar para modo normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Desfazer"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Continuar mesmo assim?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Sair sem salvar"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Sair sem gravar na tabela de partio?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Voc quer salvar as modificaes /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Auto alocar"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Limpar tudo"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informao de discos rigidos"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Todas as parties primrias esto sendo usadas"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Eu no posso adicionar mais nenhuma partio"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Para ter mais parties, favor deletar uma para poder criar uma partio "
-"extendida"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Gravar tabela de partio"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Restaurar tabela de partio"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Recuperar tabela de partio"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Recuperar tabela de partio"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Auto-montagem da mdia removvel"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Selecione arquivo"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"O backup da tabela de partio no tem o mesmo tamanho\n"
-"Ainda continuar?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Aviso"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Insira um disquete no drive\n"
-"Todos os dados no disquete sero perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Tentando resgatar tabela de partio"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Mostrar informao detalhada"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Ponto de Montagem"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opes"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Redimensionar"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Mover"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatar"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Adicionar ao RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Adicionar ao LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Remover do RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Remover do LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modificar RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Usar para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Criar uma nova partio"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Setor inicial: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Tamanho em MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipo do Sistema de Arquivos: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Ponto de montagem: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferncia: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Remove o arquivo de loopback?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Mudar tipo de partio"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Qual sistema de arquivos voc quer?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Mudando de ext2 para ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Onde voc quer montar o arquivo loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Onde voc quer montar o dispositivo %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"No posso desmacar o ponto de montagem enquanto a partio for\n"
-"usada para loop back. Remova o loopback primeiro"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Computando limites do sistema de arquivo fat"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Redimensionando"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Esta partio no redimensionvel"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Voc deveria fazer backup de todos os dados desta partio"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Aps redimensionar a partico %s, todos os dados da partio sero perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Escolha o novo tamanho"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Novo tamanho em MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Qual disco voc quer mover?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Setor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Qual setor voc quer mover?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Movendo"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Movendo partio..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Escolha um RAID existente para adicionar"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "novo"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Escolha um LVM existente para adicionar"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "Nome LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Essa partio no pode ser usada para loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Nome do arquivo loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "D um nome de arquivo"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Arquivo j utilizado por outro loopback, escolha outro"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Arquivo j existe. Utiliz-lo?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opes de montagem"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Vrios"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "dispositivo"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nvel"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "tamanho do bloco"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Tenha cuidade: essa operao perigosa."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Qual tipo de particionamento?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Desculpe, eu no aceitarei criar /boot to distante do driver (em um cilindo "
-"> 1024).\n"
-"Ou voc usa LILO e ele no funcionar, ou voc no usar LILO e voc no "
-"precisar de /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"A partio que voc selecionou para adicionar como root (/) fisicamente "
-"localizada alm\n"
-"do cilindro 1024 do disco rgido, e voc no possui uma partio /boot.\n"
-"Se voc quer usar o gerenciador de inicializao LILO, no esquea "
-"deadicionar uma partio /boot."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Voc selecionou uma partio software RAID como root (/).\n"
-"O gerenciador de inicializao no consegue acess-lo sem uma\n"
-"partio /boot. Ento no esquea de adicion-la"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "A tabela de partio do drive %s est para ser gravada no disco!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Voc precisar reiniciar antes que as modificaes tenham efeito"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Aps formatar a partio %s, todos os dados desta partio sero perdidos"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatando"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatando arquivo loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatando partio %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Esconder arquivos"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Mover arquivos para nova partio"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Diretrio %s j contm alguns dados\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Movendo arquivos para a nova partio"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Copiando %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Removing %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "Partio %s agora chama-se %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Dispositivo: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Letra do drive no DOS: %s (apena um palpite)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tipo: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nome: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Iniciar: setor: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Tamanho: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s setores"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindro %d ao cilindro %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "No formatado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montado\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback file(s):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partio de inicializao padro\n"
-" (para inicializao do MS-DOS, no para o lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nvel %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Tamanho do bloco %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discos RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nome do arquivo loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-" provvel que est partio seja uma\n"
-"partio Driver, voc provavelmente\n"
-"no deveria mexer nela.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Essa partio especial\n"
-"Bootstrap para o\n"
-"boot-duplo do seu sistema.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Tamanho: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cilindros, %s cabeas, %s setores\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informao: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discos LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipo da tabela de partio: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "no barramento %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opes: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Chave criptogrfica do sistema de arquivos"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Escolha a sua chave criptogrfica do sistema de arquivos"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Essa chave muito simples (deve ter ao menos %d caracteres)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "As chaves criptogrficas no conferem"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Chave criptogrfica"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Chave criptogrfica (de novo)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Mudar tipo"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Favor clicar em uma mdia"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Servidores de busca"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatao de %s falhou"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Eu no sei como formatar %s no tipo %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck falhou sem cdigo de sada %d ou sinal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "erro desmontando %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simples"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "servidor"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Voc no pode usar JFS em parties menores que 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Voc no pode usar ReiserFS em parties menores que 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Pontos de montagem devem comear com uma /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "J existe uma partio no ponto de montagem %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Voc no pode usar um Volume Lgivo LVM para o ponto de montagem %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Esse diretrio deveria permanecer dentro do sistema de arquivo root"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Voc precisa de um verdadeiro sistema de arquivo (ext2, reiserfs) para esse "
-"ponto de montagem\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Voc no pode usar um sistema de arquivos criptografado como ponto de "
-"montagem %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Sem espao livre suficiente para auto-alocao"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nada a fazer"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Erro abrindo %s para gravao: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Ocorreu um erro - nenhum dispositivo vlido foi encontrado para criar novos "
-"sistema de arquivos. Favor checar seu hardware para a causa desse problema"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Voc no tem nenhuma partio!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux um sistema multiusurio, e isto significa que cada usurio pode "
-"ter suas\n"
-"prprias preferncias, seus prprios arquivos, e assim em diante. Voc pode "
-"ler o \n"
-"``Guia do Usurio'' para aprender mais. Mas, ao contrrio do \"root\", que "
-"o administrador \n"
-"do sistema, os usurios a serem adicionados no tero direito a modificar "
-"nada, a no \n"
-"ser seus prprios arquivos e suas prprias configuraes. Voc dever criar "
-"ao menos uma conta regular para voc mesmo. Embora seja muito prtico logar "
-"como \"root\" todo \n"
-"dia, tambm pode ser muito perigoso! O menor engano pode significar que o "
-"seu sistema\n"
-"no funcionar mais. Se voc comete um engano srio como usurio regular, "
-"voc \n"
-"somente perde informao, e no o sistema inteiro.\n"
-"\n"
-"Primeiro voc deve entrar o seu nome real. Isto no obrigatrio, claro "
-"-\n"
-"porque voc pode entrar, na verdade, o que voc quiser. DrakX ir, depois, "
-"pegar a \n"
-"primeira palavra que voc digitou na caixa e colocar como \"User\n"
-"name\". Este o nome que este usurio especfico ir usar paralogar no "
-"sistema. \n"
-"Voc pode mud-lo. Depois voc dever entrar uma senha. Uma\n"
-"senha de usurio no privilegiado (regular) no to crucial\n"
-"quanto a de \"root\", do ponto de vista da segurana, mas isto no razo "
-"para\n"
-"negligenciar esta senha, pois afinal, so os seus arquivos que esto l.\n"
-"\n"
-"Se voc clicar em \"Aceitar usurio\" voc poder depois adicionar quantos "
-"quiser.\n"
-"Adicione um usurio para cada um dos seus amigos: seu pai, ou sua irmo, "
-"por\n"
-"exemplo. Depois que terminar de adicionar os usurios, selecione \"Feito\".\n"
-"\n"
-"Clicando em \"Avanado\" permite que voc mude o \"shell\"\n"
-"default para aquele usurio (bash por default)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Acima esto listadas as parties Linux detectadas no\n"
-"seu disco rgido. Voc pode manter as opes feitas pelo o ajudante, elas "
-"so\n"
-"boas para o uso dirio. Se voc quiser alterar essas opes, voc deve ao\n"
-"menos definir uma partio (\"/\"). No escolhe uma partio muito pequena "
-"ou voc\n"
-"no ser capaz de instalar software suficiente. Se voc quiser guardar seus "
-"dados em\n"
-"uma partio separada, voc precisa escolher uma \"/home\" (apenas possvel "
-"se voc\n"
-"tiver mais de uma partio Linux disponvel).\n"
-"\n"
-"Nota: cada partio listada da seguinte forma: \"Nome\", \"Capacidade\".\n"
-"\n"
-"\n"
-"\"Nome\" codificado da seguinte maneira: \"tipo do disco rgido\", "
-"\"nmero\n"
-"do disco rgido\", \"nmero da partio\" (por exemplo, \"hda1\").\n"
-"\n"
-"\n"
-"\"Tipo do disco rgido\" \"hd\" se seu disco rgido for IDE e \"sd\"\n"
-"se ele for um disco rgido SCSI.\n"
-"\n"
-"\n"
-"\"Nmero do disco rgido\" sempre uma letra depois de \"hd\" ou \"sd\".Com "
-"discos rgidos IDE:\n"
-"\n"
-" * \"a\" significa \"disco rgido mestre na controladora IDE primria\",\n"
-"\n"
-" * \"b\" significa \"disco rgido escravo na controladora IDE primria\",\n"
-"\n"
-" * \"c\" significa \"disco rgido mestre na controladora IDE secundria"
-"\",\n"
-"\n"
-" * \"d\" significa \"disco rgido escravo na controladora IDE secundria"
-"\",\n"
-"\n"
-"\n"
-"Com discos rgidos SCSI, um significa \"disco rgido primrio\", um \"b\" "
-"significa \"disco rgido secundrio\", etc..."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"O instalador do Linux Mandrake est espalhado em diferentes CD-ROMS. O "
-"DrakX\n"
-"sabe se um pacote selecionado est localizado em outro CD-ROM e ir ejetar\n"
-"o CD-ROM atual e pedir para voc inserir o CD-ROM necessrio."
-
-#: ../../help.pm_.c:77
-#, fuzzy
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Agora voc dever especificar quais programas voc deseja instalar no seu\n"
-"sistema. Existem milhares de pacotes disponveis para o Mandrake Linux, e\n"
-"voc no precisa conhec-los todos de cabea.\n"
-"\n"
-"Se voc est fazendo uma instalao padro por CD-ROM, voc primeiro\n"
-"ser questionado sobre que CDs voc tem (somente em modo expert). Confirme\n"
-"os nomes dos CDs e cheque as caixas de dilogo correspondentes aos CDs\n"
-"que voc tem disponveis. Clique \"OK\" quando estiver pronto para "
-"continuar.\n"
-"\n"
-"Os pacotes esto separados em grupos correspondendo a um uso particular\n"
-"da sua mquina. Os grupos esto organizados em quatro sesses:\n"
-"\n"
-" * \"Workstation\": Se voc planeja usar sua mquina como estao de "
-"trabalho, selecione\n"
-"um ou mais dos grupos correspondentes.\n"
-"\n"
-" * \"Development\": Se a mquina ser usada para programao, escolha o\n"
-"grupo desejado(s).\n"
-"\n"
-" * \"Server\": se a mquina ser um servidor, voc poder escolher\n"
-"quais dos servios mais comuns voc deseja instalar na\n"
-"mquina.\n"
-"\n"
-" * \"Graphical Environment\": finalmente, este onde voc ir escolher seu\n"
-"ambiente grfico preferido. Pelo menos um tem que ser selecionado, se voc "
-"quer\n"
-"ter uma estao de trabalho grfica!\n"
-"\n"
-"Movendo o mouse em cima de um nome de grupo ir mostrar uma pequena "
-"explicao\n"
-"sobre o grupo. Se voc no selecionar nenhum grupo enquanto faz\n"
-"uma instalao regular (em oposio a um upgrade); um dilogo ir aparecer\n"
-"propondo um tipo diferente de instalao mnima:\n"
-"\n"
-" * Ir instalar o mnimo necessrio para ter um sistema linux rodando,\n"
-"em linha de comando somente.\n"
-"\n"
-" * Instalar o sistema bsico e mais os aplicativos bsicos\n"
-"\n"
-" * Instalar os pacotes mnimos necessrios para ter um ambiente grfico\n"
-"\n"
-"Voc pode checar a caixa \"Seleco individual de pacotes\", que til se\n"
-"voc est familiarizado com os pacotes sendo oferecidos ou se voc deseja\n"
-"ter total controle sobre o que ser instalado.\n"
-"\n"
-"Se voc comeou a instalao em modo \"Upgrade\", voc pode des-selecionar "
-"todos os\n"
-"grupos para evitar instalar qualquer pacote novo. Isto til para reparar "
-"ou atualizar\n"
-"um sistema j existente."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Finalmente, dependendo da sua escolha em selecionar ou no pacotes "
-"individuais,\n"
-"voc ser levado a uma rvore contendo todos os pacotes classificados por "
-"grupos\n"
-"e subgrupos. Navegando na rvoerer, voc poder selecionar grupos inteiros, "
-"sub\n"
-"grupos ou pacotes individuais.\n"
-"\n"
-"Quando voc seleciona um pacote individual na rvore, uma breve descrio "
-"aparecer\n"
-" direita. Quando a sua seleo estiver concluda, clique \"Install\" , que\n"
-"ir iniciar a isntalao. Dependendo da velocidade do seu hardware e do "
-"nmero\n"
-"de pacotes a serem instalados, poder levar algum tempo. Uma estimativa de "
-"tempo\n"
-"necessrio mostrada na tela, para ajud-lo a pensar se h tempo para uma "
-"xcara\n"
-"de caf.\n"
-"\n"
-"!! Se um pacote de servidor foi selecionado, intencionalmente, ou por ser "
-"parte de um\n"
-"grupo, voc ser instado a confirmar que realmente deseja estes servidores "
-"instalados.\n"
-"No Mandrake Linux quaisquer servidores instalados sero iniciados por "
-"default no boot.\n"
-"Mesmo se eles so seguros e no possuem quaisquer dvidas a respeito quando "
-"da\n"
-"distribuio do pacote, possvel que brechas de segurana hajam sido "
-"descobertas\n"
-"depois que esta verso do Mandrake Linux foi concluda. Se voc no sabe o "
-"que um\n"
-"certo servio faz, ou porque est sendo instalado, clique em \"No\". "
-"Clicando em \"Yes\"\n"
-"ir automaticamente instalar os servios listados e eles sero iniciados "
-"automaticamente\n"
-"por default.\n"
-"\n"
-"A opo \"Dependncias automticas\" simplesmente desabilita a caixa de "
-"dilogo\n"
-"de aviso que aparece quando o instalador automaticamente seleciona um "
-"pacote. Isto\n"
-"ocorre porque ele determina que necessrio satisfazer uma dependncia com "
-"outro\n"
-"pacote para completar a instalao corretamente.\n"
-"\n"
-"O pequeno cone de disco floppy no fim da lista permite carregar uma lista "
-"de pacotes\n"
-"escolhidos durante uma instalao prvia. Clicando neste cone voc poder "
-"inserir\n"
-"um disco removvel criado previamente no fim de uma instalao. Veja a "
-"segunda dica\n"
-"do ltimo passo para criar um floppy assim."
-
-#: ../../help.pm_.c:164
-#, fuzzy
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Se voc deseja conectar seu computador internet, ou a uma rede local,\n"
-"por favor escolha a opo correta. Por favor, desligue seu dispositivo, "
-"antes de fazer a escolha certa para deixar o DrakX detect-lo "
-"automaticamente.\n"
-"\n"
-"MandrakeLinux prope a configurao de uma conexo internet durante a "
-"instalao\n"
-"do sistema. As opes disponveis so modem tradicional, conexo ADSL, cable "
-"modem,\n"
-" e finalmente, LAN (Ethernet).\n"
-"\n"
-"Aqui ns no iremos detalhar cada configurao. Apenas certifique-se de que "
-"voc tem\n"
-"todas as informaes de seu Provedor de Internet ou administrador do "
-"sistema.\n"
-"\n"
-"Voc pode consultar o captulo do manual sobre conexes de internet para "
-"mais detalhes\n"
-"sobre a conexo, ou simplesmente esperar at que o sistema esteja instalado "
-"e usar o\n"
-"programa descrito para configurar sua conexo.\n"
-"\n"
-"Se voc deseja configurar a rede mais tarde, depois da instalao ou se voc "
-"terminou\n"
-"de configurar sua conexo de rede, clique \"Cancelar\"."
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Voc agora pode escolher quais servios voc quer que iniciem na hora da "
-"inicializao.\n"
-"\n"
-"Aqui estaro todos os servios disponveis na instalao atual. Reveja "
-"cuidadosamente e desabilite aqueles que no sa sempre necessrios durante a "
-"inicializao.\n"
-"\n"
-"Quando voc colocar o mouse sobre um item, um pequeno balo de ajuda\n"
-"aparecer descrevendo a funo do servio. Quando voc no tiver certeza se "
-"um \n"
-"servio til ou no, seguro manter o comportamento default.\n"
-"\n"
-"Tenha muito cuidado nesse passo, pois se voc pretende usar sua mquina como "
-"um servidor:\n"
-"voc provavelmente vai querer que servios indesejados no sejam iniciados.\n"
-"Favor lembrar que vrios servios podem ser perigosos se foram habilitados "
-"em um\n"
-"servidor. Em geral, selecione apenas os servios que voc realmente precisa."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"O GNU/Linux gerencia o tempo em GMT (Tempo Mdio de Grenwich) e traduz\n"
-"em tempo local de acordo com o fuso horrio que voc escolheu. Contudo, "
-"possvel \n"
-"desativ-lo, deselecionando \"Relgio do hardware configurado para GMT\", de "
-"forma que \n"
-"o relgio do hardware seja o mesmo do relgio do sistema. Isto til quando "
-"a mquina \n"
-"est abrigando outro sistema operacional, como o Windows.\n"
-"\n"
-"A opo \"Sincronizao Automtica de Tempo\" ir automaticamente regular o "
-"relgio\n"
-"conectando-o a um servidor remoto de tempo na internet. Na lista "
-"apresentada\n"
-"escolha um servidor perto de voc. Obviamente, voc deve dispor de uma "
-"conexo\n"
-" com a internet para isso."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"O X (o sistema X window) o corao da interface grfica GNU/Linux\n"
-"na qual todos os ambientes grficos (KDE, Gnome, AfterStep, WindowMaker...)\n"
-"acoplados ao Mandrake Linux se baseiam. Nesta seo, o DrakX\n"
-"tentar configurar o sistema X automaticamente.\n"
-"\n"
-" muito raro este processo falhar, o que pode ocorrer se o hardware for "
-"muito velho\n"
-"(ou muito novo). Se tudo correr bem, ele iniciar o X automaticamente com a "
-"melhor\n"
-"resoluo possvel, dependendo do tamanho do monitor. Uma janela aparecer \n"
-"e perguntar se voc pode v-la.\n"
-"\n"
-"Se voc estiver usando a instalao em modo \"Expert\", voc dever entrar "
-"no \n"
-"assistente de configurao X. Veja a seo correspondente do manual para "
-"mais \n"
-"informaes sobre este assistente.\n"
-"\n"
-"Se voc conseguir ver a mensagem e responder \"Sim\", ento o DrakX seguir "
-"para\n"
-"o prximo passo. Se voc no conseguir ver a mensagem, significa que a "
-"configurao\n"
-"estava errada, e o teste ir automaticamente terminar em 10 segundos, "
-"restaurando\n"
-"a tela."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Na primeira vez que voc usar o sistema X, voc pode no ficar muito\n"
-"satisfeito com a imagem (tela muito pequena, errada no sentido esquerdo -"
-"direito...).\n"
-"Porm, mesmo se o X comear corretamente, o DrakX ir perguntar se a "
-"configurao\n"
-"o agrada. Ir tambm propr modificaes, mostrando uma lista de "
-"alternativas, pedindo \n"
-"a voc para escolher uma.\n"
-"\n"
-"Como ltimo recurso, se voc ainda no conseguir fazer o X funcionar,, "
-"escolha\n"
-"\"Mudar placa de vdeo\", selecione \"Placas no listadas\", e quando "
-"perguntado em qual \n"
-"servidor voc deseja, escolha \"FBDev\". uma opo prova de erros, que "
-"funciona\n"
-"com qualquer placa de vdeo moderna. Depois escolha \"Testar de novo\" para "
-"se certificar."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"finalmente, voc ser perguntado se deseja ver a interface grfica durante a "
-"inicializao.\n"
-"Repare que esta opo ser apresentada mesmo se voc escolher no testar a \n"
-"configurao. Obviamente, voc dever responder \"No\" se a sua mquina ir "
-"funcionar\n"
-"como um servidor, ou se voc no conseguiu configurar o display."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"O CDROM Mandrake Linux possui um modo de resgate embutido. Voc pode ter "
-"acesso\n"
-"a ele iniciando sua mquina pelo CDROM, apertando >>F1<< durante o boot e "
-"digitando\n"
-">>rescue<< no prompt. No caso de o seu computador no iniciar pelo CDROM, "
-"voc\n"
-"dever voltar a este passo em pelo menos duas situaes:\n"
-"\n"
-" *quando instalando o boot loader, DrakX ir reescrever o setor de boot "
-"(MBR)\n"
-"do seu disco rgido principal (no se voc estiver usando outro gerenciador "
-"de boot)\n"
-"para que voc poassa iniciar com o Windows ou com o GNU/Linux (assumindo "
-"que\n"
-"voc tem Windows no seu sistema). Se voc precisar reinstalar o Windows, o "
-"instalador\n"
-"da Microsoft ir reescrever o setor de boot, e voc no poder iniciar o GNU/"
-"Linux!\n"
-"\n"
-" *se aparecer um problema, e voc no puder iniciar o GNU/Linux do disco "
-"rgido,\n"
-"este floppy ser o nico meio de restaurar e iniciar o GNU/Linux. Ele contm "
-"uma \n"
-"srie de feramentas para reparar e restaurar o sistema, que pode ter parado "
-"por falta de \n"
-"energia, ou algum erro de digitao, erro de senha, ou qualquer outro "
-"motivo.\n"
-"\n"
-"Quando voc clica nesta etapa, voc ser instado a inserir um disco no drive "
-"de floppy.\n"
-"O disco que voc inserir dever estar vazio ou conter dados que voc no "
-"precisa.\n"
-"Voc no precisar reformat-lo, porque o DrakX ir reescrever o disco "
-"inteiro."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"A esse ponto, voc precisa escolher onde voc quer instalar o seu sistema\n"
-"Mandrake Linux no seu disco rgido. Se estiver vazio ou se um sistema\n"
-"operacional existente usa todo o espao disponvel, voc ter que\n"
-"particion-lo. Basicamente, particionar um disco rgido consiste em\n"
-"divid-lo logicamente para criar espao para o seu novo sistema Mandrake "
-"Linux.\n"
-"\n"
-"Como os efeitos de um processo de particionamento so normalmente\n"
-"irreversveis, o particionamento pode ser intimidante e estressante se\n"
-"voc for um usurio inexperiente.\n"
-"Esse ajudante simplifica o procceso. Antes de comear, favor consultar o "
-"manual\n"
-"e no se apressar.\n"
-"\n"
-"\n"
-"Voc precisa de no mnimo duas parties. Uma para o sistema opercional em e "
-"a\n"
-"outra para a memria virtual (tambm chamada de Swap).\n"
-"\n"
-"\n"
-"Se as parties j tiverem sido definidas (por uma instalao prvia ou "
-"atravs\n"
-"de outra ferramenta particionadora), voc precisa apenas escolher aquelas a "
-"usar\n"
-"para instalar o seu sistema Linux.\n"
-"\n"
-"\n"
-"Se as parties no tiverem sido definidas ainda, voc precisa cri-las.\n"
-"Para fazer isso, use o ajudante disponvel acima. Dependendo da\n"
-"configurao do seu disco rgido, vrias solues podem estar disponveis:\n"
-"\n"
-"* Usar partio existente: o ajudante detectado uma ous mais parties Linux "
-"j existentes no seu disco rgido. Se\n"
-" voc quiser mant-las, escolha essa opo. \n"
-"\n"
-"\n"
-"* Apagar todo o disco: se voc quiser deletar todos os dados e todas as "
-"parties existentes no disco rgidos e substitu-las pelo seu novo sistema "
-"Mandrake Linux, voc pode escolher essa opo. Tenha cuidado com essa "
-"opo,\n"
-" voc no pode reverter sua escolha aps a confirmao.\n"
-"\n"
-"\n"
-"* Usar o espao livre na partio Windows: se o Microsoft Windows estiver "
-"instalado no seu disco rgido e tomar\n"
-" todo o espao disponvel, voc tem que criar espao livre para o Linux. "
-"Para fazer isso, voc pode deletar a sua\n"
-" partio Microsoft Windows e dados (ver \"Apagar todo o disco\" ou "
-"solues \"Modo Expert\") ou redimensionar\n"
-" a sua partio Microsoft Windows. O redimensionamento pode ser feito sem a "
-"perda de dados. Essa soluo \n"
-" recomendada se voc quiser usar o Mandrake Linux e o Microsoft Windows no "
-"mesmo computador.\n"
-"\n"
-"\n"
-" Antes de escolher essa soluo, favor entender que o tamanho de sua "
-"partio\n"
-" Microsoft Windows ser menor do que agora. Isso significa que voc ir\n"
-"ter menos espao livre no Microsoft\n"
-" Windows para guardar os seus dados ou instalar novos programas.\n"
-"\n"
-"\n"
-"* Modo Expert: se voc quiser particionar manualmente o seu disco rgido, "
-"escolha essa opo. Tenha cuidado\n"
-" antes de escolhe-la. Ela muito poderosa, mas muito perigosa. Voc pode "
-"perder todos os seus dados\n"
-" facilmente. Ento no escolha essa soluo a no ser que saiba o que faz."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Aqui estamos, a instalao agora est completa e o seu GNU/Linux est "
-"pronto\n"
-"para usar. Clique em \"OK\"para reiniciar o sistema. Voc pode iniciar o "
-"GNU/Linux \n"
-"ou o Windows, o que voc preferir (se estiver em dual-boot), assim que o "
-"computador\n"
-"tiver reiniciado.\n"
-"\n"
-"O boto \"Avanado\" (em modo expert) mostra mais dois botes:\n"
-"\n"
-" * \"gerar disco de autoinstalao\": para criar um disco de instalao que "
-"ir\n"
-"automaticamente fazer uma instalao completa sem a ajuda de um operador,\n"
-"semelhante instalao que voc acabou de fazer.\n"
-"\n"
-" Note que duas opes diferentes esto disponveis depois de clicar o "
-"boto:\n"
-"\n"
-" * \"Replay\". uma instalao parcialmente automtica, porque a seo "
-"de\n"
-"particionamento (somente esta) permanece interativa.\n"
-"\n"
-" * \"Automatizada\". Completamente automatizada: o disco rgido "
-"completamente \n"
-"reescrito, e todos os dados anteriores so perdidos.\n"
-"\n"
-" Esta funcionalidade muito adequada quando se deseja instalar o sistema\n"
-"em um grande nmero de mquinas semelhantes. Veja a seo de autoinstalao\n"
-"do nosso website. * \"Save packages selection\"(*) : salva a seleo de "
-"pacotes como feita anteriormente.\n"
-"Depois, quando fizer outra instalao, insira o floppy no drive e rode a "
-"instalao, indo\n"
-"para a tela de ajuda pela tecla F1 e escolhendo >>linux defcfg=\"floppy"
-"\"<<.\n"
-"\n"
-"(*) Voc necessitar de um disco floppy formatado em FAT (para criar um no "
-"GNU/Linux\n"
-"digite \"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Qualquer partio que acabou de ser criada deve ser\n"
-"formatada para o uso (formatar significa criar um sistema de arquivos).\n"
-"\n"
-"Agora, voc pode reformatar algumas parties existentes para apagar os "
-"dados\n"
-"contidos nelas. Se voc deseja fazer isso, favor tambm selecionar quais\n"
-"parties voc deseja formatar\n"
-"\n"
-"Favor notar que no necessrio reformatar todas as parties j "
-"existentes.\n"
-"Voc deve reformatar as parties contendo o sistema operacional (tal como\n"
-"\"/\",\"/usr\" ou \"/var\"), mas voc no tem que reformatar as parties "
-"contendo\n"
-"dados que voc deseja manter (normalmente /home).\n"
-"\n"
-"Favor tenha cuidado ao selecionar as parties, aps format-las,\n"
-"todos os dados sero apagados e no pode ser recuperados.\n"
-"\n"
-"Cliquem em \"OK\" quando estiver pronto para formatar as parties.\n"
-"\n"
-"Clique em \"Cancelar\" se voc desejar escolher outras parties para "
-"instalar\n"
-"o seu novo sistema operacional Mandrake Linux."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Seu novo sistema operacional Mandrake Linux est sendo instalado\n"
-"Essa operao deve demorar algumas minutos (isso depende do tamanho que\n"
-"voc escolheu para instalar e a velocidade do seu computador).\n"
-"\n"
-"Por favor seja paciente."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Antes de continuar voc deve ler com ateno os termos da Licensa. Ela "
-"cobre\n"
-"o Mandrake Linux inteiro, e se voc no concorda com todos os termos, clique "
-"no \n"
-"boto \"Recusar\" que ir imediatamente sair da instalao. Para continuar "
-"na instalao,\n"
-"clique em \"Aceitar\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Neste ponto necessrio escolher o nvel de segurana desejado para a "
-"mquina.\n"
-"Via de regra, quanto mais exposta a mquina est, e quanto mais dados "
-"cruciais esto\n"
-"guardados nela, maior deve ser o nvel de segurana. Contudo, os nveis mais "
-"altos de \n"
-"segurana so obtidos s expensas da facilidade de uso. Consulte o captulo "
-"MSEC\n"
-" do ``Manual de Referncia'' para conseguir mais informaes sobre o "
-"significado destes\n"
-"nveis de segurana.\n"
-"\n"
-"Se voc no souber o que escolher, siga os defaults."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Agora voc precisa escolher qual(is)\n"
-"partio(es) utilizar para instalar o seu novo sistema Mandrake Linux. Se "
-"asparties\n"
-"j estiverem definidas (atravs de uma instalao anterior do GNU/Linux ou "
-"outra\n"
-"ferramenta particionadora), voc pode utiliz-las. Caso contrrio, as\n"
-"parties devem ser definidas.\n"
-"\n"
-"Para criar parties, voc deve primeiro selecionar um disco rgido. Voc\n"
-"pode selecionar o disco clicando em \"hda\" para o primeiro drive IDE,\"hdb"
-"\" para\n"
-"o segundo ou \"sda\" para o primeiro drive SCSI e assim por diante.\n"
-"\n"
-"Para particionar o disco selecionado, voc pode usar as seguintes opes:\n"
-"\n"
-" * Limpar tudo: essa opo deletar todas as parties disponveis do "
-"disco rgido selecionado.\n"
-"\n"
-" * Auto alocar: essa opo lhe permite criar automaticamente parties "
-"Ext2 e swap no espao livre do seu\n"
-" disco rgido.\n"
-"\n"
-" * Resgatar tabela de partio: se sua tabela de partio estiver "
-"danificada, voc pode tentar recuper-la usando\n"
-" essa opo. Tenha cuidado e lembre-se que ela pode falhar.\n"
-"\n"
-" * Desfazer: voc pode usar essa opo para cancelar suas alteraes.\n"
-"\n"
-" * Recarregar: voc pode usar essa opo se voc desejar desfazer todas as "
-"suas alteraes e recomear de novo\n"
-"\n"
-" * Ajudante: se voc desejar utilizar um ajudante para particionar o seu "
-"disco rgido, voc pode usar essa opo.\n"
-" recomendada caso no tenha conhecimento sobre particionamento.\n"
-"\n"
-" * Restaurar do disquete: se voc salvou a sua tabela da partio em um "
-"disquete em um instalao anterior, voc\n"
-" pode recuper-la com essa opo.\n"
-"\n"
-" * Salvar em disquete: se voc quiser salvar sua tabela de partio em um "
-"disquete para pode recuper-la,\n"
-" voc pode usar essa opo. altamente recomendado utiliz-la.\n"
-"\n"
-" * Salvar: quando voc terminar de particionar o seu disco rgido, use "
-"essa opo para salvar as alteraes.\n"
-"\n"
-"Nota: voc pode utilizar qualquer opo usando o teclado: navegue entre as "
-"parties usando Tab e as setas para cima/baixo.\n"
-"\n"
-"Quando a parti estiver selecionada, voc pode usar:\n"
-"\n"
-" * Ctrl-c para criar uma nova partio (quando uma vazia estiver "
-"selecionada)\n"
-" * Ctrl-d para deletar uma partio\n"
-"\n"
-" * Ctrl-m para especificar um ponto de montagemSe voc est "
-"instalando em uma Mquina PPC, voc vai querer criar uma pequena partio "
-"'bootstrap' HFS de ao menos 1MB para\n"
-"usar com o gerenciador de boot yaboot. Se voc quiser criar uma partio um "
-"pouco maior, digamos 50MB, voc pode usar o espao \n"
-"para guardar um kernel extra e uma imagem ramdisk para emergncias."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Mais de uma partio Microsoft Windows foi detectada\n"
-"em seu disco rgido. Favor escolher a que voc quer redimensionar para\n"
-"instalar o seu novo sistema operacional Mandrake Linux.\n"
-"\n"
-"Nota: cada partio listada da seguinte forma: \"Nome Linux\", \"Nome\n"
-"Windows\" \"Capacidade\".\n"
-"\n"
-"\"Nome Linux\" codificado da seguinte maneira: \"tipo do disco rgido\", "
-"\"nmero do disco rgido\", \"nmero da partio\" (por exemplo, \"hda1\").\n"
-"\n"
-"\"Tipo do disco rgido\" \"hd\" se seu disco rgido for IDE e \"sd\"\n"
-"se ele for um disco rgido SCSI.\n"
-"\n"
-"\"Nmero do disco rgido\" sempre uma letra depois de \"hd\" ou \"sd\".Com "
-"discos rgidos IDE:\n"
-"\n"
-" * \"a\" significa \"disco rgido mestre na controladora IDE primria\",\n"
-"\n"
-" * \"b\" significa \"disco rgido escravo na controladora IDE primria\",\n"
-"\n"
-" * \"c\" significa \"disco rgido mestre na controladora IDE secundria"
-"\", \n"
-" * \"d\" significa \"disco rgido escravo na controladora IDE secundria"
-"\". \n"
-"\n"
-"Com discos rgidos SCSI, um significa \"disco rgido primrio\", um \"b\" "
-"significa \"disco rgido secundrio\", etc...\n"
-"\n"
-"\"Nome Windows\" a letra do seu disco rgido no Windows (o primeirodisco\n"
-"ou partio chamado \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Por favor seja paciente. Essa operao pode demorar vrios minutos."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"dRakX agora precisa saber se voc deseja fazer uma isntalao default\n"
-" (\"recomendada\") ou se voc deseja ter maior controle sobre o processo "
-"(\"expert\").\n"
-"Voc tambm tem a escolha de fazer uma nova instalao ou uma atualizao "
-"de\n"
-"um sistema MandrakeLinux existente antes.\n"
-"\n"
-" * \"Instalar\" Limpa completamente o sistema antigo. Na verdade, dependendo "
-"do\n"
-"que existia antes, voc ainda pode conseguir manter parties antigas sem\n"
-"modificaes.\n"
-"\n"
-" * \"Atualizao\" Esta classe de instalao permite simpelsmente atualizar "
-"os\n"
-"pacotes instalados no seu sistema MandrakeLinux. Ele mantm as atuais "
-"parties\n"
-"e os arquivos de usurio. Todos os outros passos da isntalao continuam "
-"disponveis\n"
-"em comparao com a instalao primria.\n"
-"\n"
-" * \"Somente autalizao de pacotes\" Esta nova classe de instalao "
-"permite\n"
-"atualizar um sistema Mandrake Linux existente mantendo todas as "
-"configuraes do\n"
-"sistema intocadas. Adicionar novos pacotes instalao atual tambm "
-"possvel.\n"
-"\n"
-"Dependendo do seu conhecimento do GNU/Linux, selecione uma das seguintes\n"
-"opes: * Recomendada: escolha esta se voc nunca instalou um sistema "
-"operacional\n"
-"GNU/Linux antes. A instalao ser bem simples e voc s ter que "
-"responder \n"
-"umas poucas perguntas.\n"
-"\n"
-"* Expert: se voc tem um bom conhecimento sobre o GNU/Linux, voc pode "
-"escolher essa classe. Como em \n"
-" na classe \"Personalizado\", voc poder escolher o uso primrio(estao, "
-"servidor, desenvolvimento)\n"
-" Tenha muito cuidado antes de escolher essa classe. Voc poder fazer uma "
-"instalao bastante personalizada.\n"
-" Responda a algumas questes que podem ser bem difceis se voc no tiver "
-"conhecimento sobre GNU/Linux.\n"
-"Ento, s escolha essa classe se souber o que est fazendo."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"Normalmente o DrakX esoclhe o teclado certo para voc, (dependendo da "
-"linguagem\n"
-"qe voc escolheu) e voc nem ver este passo. Contudo, voc pode possuir um "
-"teclado\n"
-"que no corresponde linguagem que voc escolheu: se voc for um suo, "
-"porm falante\n"
-"de ingls, voc pode preferir continuar tendo um teclado suo. Ou se voc "
-"fala ingls mas\n"
-"mora no Quebec, voc pode estar na mesma situao. Em ambos os casos, voc "
-"dever \n"
-"voltar a este passo na instalao e escolher o teclado apropriado da lista.\n"
-"\n"
-"Clique em \"Mais\" para ver uma lista completa de teclados disponveis."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Por favor, escolha a sua lngua preferida para a instalao e uso do "
-"sistema.\n"
-"\n"
-"Clicando em \"Avanado\" voc poder selecionar outras lnguas para serem "
-"instaladas\n"
-"no seu sistema. Selecionar outras lnguas ir tambm instalar os arquivos "
-"especficos\n"
-"para documentao e aplicativos. Por exemplo, se voc pretende hospedar "
-"usurios\n"
-"espanhis na sua mquina, selecione Ingls como lngua principal na rvore "
-"de\n"
-" viisualizao e na seo avanada clique na estrela cinza correspondente a "
-"\"Espanhol|\n"
-"Espanha\".\n"
-"\n"
-"Note que mltiplas lnguas podem ser instaladas. Uma vez que voc "
-"selecionou \n"
-"quaisquer adicionais, clique em \"OK\" para continuar."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Por default, o DrakX assume que voc tem um mouse de dois botes, e ir set-"
-"lo para\n"
-"emulao do terceiro boto. O DrakX saber automaticamente se PS/2, serial "
-"ou USB.\n"
-"\n"
-"Se voc deseja especificar um tipo diferente de mouse, selecione o tipo da "
-"lista\n"
-"\n"
-"Se voc escolher um mouse diferente do default voc ser apresentado a uma "
-"tela de teste de mouse.\n"
-"Use os botes e a roda para verificar se as configuraes esto boas. Se o "
-"mouse \n"
-"no estiver funcionando bem, pressione a barra de espao ou RETORNO para "
-"\"Cancelar\"\n"
-"e escolher de novo."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Favor selecionar a porta correta. Por exemplo, a porta COM1\n"
-"no MS Windows chamada ttyS0 no GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Esta a principal opo para a segurana do seu sistema GNU/Linux: voc\n"
-"dever digitar a senha de \"root\". \"root\" o administrador do sistema, e "
-" o nico\n"
-"autorizado a fazer atualizaes, adicionar usurios e mudar configuraes "
-"gerais\n"
-"do computador. Em suma: \"root\" pode tudo! Por isso voc deve escolher uma "
-"senha\n"
-"dicfil de adivinhar - o DrakX ir avis-lo se for muito fcil. Voc pode "
-"tambm escolher\n"
-"no entrar uma senha, mas ns desaconselhamos fortemente esta opo. No "
-"pense que\n"
-"por ter inicado o computador em GNU/Linux voc est a salvo de problemas. "
-"\"root\"\n"
-"pode contornar todas as limitaes do sistema e desavisadamente apagar "
-"todos\n"
-"os dados de uma partio, por exemplo. muito importante que a senha de "
-"\"root\"\n"
-"seja difcil.\n"
-"\n"
-"A senha deve ser um mistura de caracteres alfanumricos de pelo menos 8 "
-"caracteres\n"
-"de extenso. Nunca escreva a senha \"root\" num papel - isso torna o sistema "
-"vulnervel.\n"
-"\n"
-"Porm, no faa tambm uma senha muito complicada e longa, porque voc "
-"deve \n"
-"ser capaz de relembr-la sem muito esforo.\n"
-"\n"
-"Asenha no ser mostrada na tela enquanto voc digita. Portanto voc dever "
-"digitar a \n"
-"senha duas vezes para reduzir a chance de erro. Se ocorrer de voc digitar o "
-"mesmo \n"
-"erro duas vezes, voc dever fazer o primeiro login no sistema com esta "
-"senha \"errada\".\n"
-"\n"
-"Em mod expert voc ser questionado se se conectar a um servidor de\n"
-" autenticao, como NIS ou LDAP.\n"
-"\n"
-"Se sua rede usa o protocolo LDAP (ou NIS) selecione \"LDAP\" (ou \"NIS\") "
-"como\n"
-"autenticao. Se voc no sabe, pergunte ao seu administrador de rede.\n"
-"\n"
-"Se seu computador no est conectado a uma rede administrada, voc dever\n"
-"esoclher \"Local Files\" para autenticao."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"O LILO e o Grub so gerenciadores de iniciao do GNU/Linux. Este estgio "
-"via de regra\n"
-" totalmente automatizado. De fato, o DrakX analisa o setor de boot do disco "
-"rgido e\n"
-"age de acordo com o que encontra ali.:\n"
-"\n"
-" * Se um setor de boot windows encontrado, ele substitui com um setor de "
-"boot\n"
-"LILO ou Grub. Portanto, voc poder iniciar o GNU/Linux ou outro sistema "
-"operacional;\n"
-"\n"
-" * Se um setor LILO ou Grub encontrado, ele ser substitudo por outro "
-"novo;\n"
-"\n"
-"Em dvida, o DrakX ir mostrar um dilogo com vrias opes.\n"
-"\n"
-" * \"Gerenciador de iniciao a ser usado\": voc tem trs escolhas:\n"
-"\n"
-" *\"GRUB\": se vocv prefere o GRUB (menu em modo texto).\n"
-"\n"
-" *\"LILO com menu em modo grfico\" se voc prefere o LILO em modo "
-"grfico.\n"
-"\n"
-" *\"LILO com menu em mod texto\": se voc prefere o LILO em modo texto.\n"
-"\n"
-" * \"Dispositivo de iniciao\": Na maioria dos casos voc no ir mudar o "
-"default\n"
-"(\"/dev/hda\"), mas se voc preferir, o carregador de iniciao poder ser "
-"instalado\n"
-"num segundo disco rgido (\"dev/hdb\"), ou mesmo num flopy (\"/dev/fd0\").\n"
-"\n"
-" * \"Tempo antes de iniciar o sistema default\": antes de iniciar o "
-"computador, este\n"
-" o tempo dado ao usuaio para escolher o sistema a ser iniciado.\n"
-"\n"
-"!! Repare que se voc escolher no instalar um gerenciador de iniciao "
-"(selecionando\n"
-"\"Cancelar\" neste ponto) voc deve se certificar de que voc tem um jeito "
-"de iniciar o\n"
-"seu sistema Mandrake Linux! Tambm, tenha certeza de que voc sabe o que "
-"est \n"
-"fazendo quando mudar qualquer default destes.!!\n"
-"\n"
-"Clicando em \"Avanado\" neste dilogo, aparecero vrias opes "
-"avanadas, \n"
-"resevadas ao usurio experiente.\n"
-"\n"
-"Depois de ter configurado todos os parmetros do gerenciador de iniciao na "
-"mquina,\n"
-"voc ver as opes de iniciao disponveis no momento da iniciao.\n"
-"\n"
-"Se houver outro sistema operacional instalado na mquina, "
-"ser'automaticamente\n"
-"adicionado ao menu de iniciao. Portanto voc poder depois, ajustar as "
-"opes \n"
-"existentes. Selecione uma entrada e clique \"Modificar\" para modific-la ou "
-"remov-la,\n"
-"\"Adicionar\" cria uma nova entrada, e \"Feito\" vai para o prximo passo da "
-"instalao."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (o LInux LOader) e Grub so gerenciadors de boot: ele so capazes de\n"
-"de inicializar tanto no GNU/Linux quanto qualquer outro sistema\n"
-"operacional instalado. Normalmente, esses sistemas so detectados e\n"
-"instalados corretamente. Se esse no for o caso, voc pode adicionar\n"
-"entradas manualmente nessa tela. Cuidado ao escolher os parmetros "
-"corretos.\n"
-"\n"
-"\n"
-"Voc pode tambm no dar acesso a esses sistemas operacionais para\n"
-"ningum, na qual voc pode deletar as entradas correspondentes. Mas nesse\n"
-"caso, voc precisar de um disco de inicializao para poder utiliz-los!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Voc precisa indicar onde voc deseja\n"
-"guardar a informao necessria para inicializar o GNU/Linux.\n"
-"\n"
-"\n"
-"A no ser que voc saiba exatamente o que est fazendo, escolha \"Primeiro\n"
-"setor do drive (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX tentar localizar adaptadores PCI SCSI. Se DrakX encontrar\n"
-"um adaptador SCSI e souber qual driver utilizar, ele ser instalado\n"
-"automaticamente\n"
-"\n"
-"\n"
-"Se voc no possuir adaptadores SCSI, um adaptador ISA SCSI ou PCI SCSI que\n"
-"DrakX no reconhece, voc ser perguntado se algum adaptador SCSI existe em "
-"seu\n"
-"sistema. Se no existir adaptadores, voc pode clicar em \"No\". Se voc "
-"clicar em\n"
-"\"Sim\", uma lista de drivers aparecer para que voc possa escolher o seu\n"
-"adaptador.\n"
-"\n"
-"\n"
-"Se voc tem que especificar manualmente o seu adaptador, DrakX perguntar "
-"se\n"
-"voc quer especificar opes para ele. Voc pode deixar que o DrakX examine "
-"o hardware\n"
-"para descobrir as opes. Isso normalmente funciona bem.\n"
-"\n"
-"\n"
-"Se no, voc precisar prover as opes para o driver. Favor olhar o Guia do "
-"Usurio\n"
-"(captulo 3, seo \"Coletando informaes sobre seu hardware) para dicas "
-"sobre\n"
-"como descobrir essas informaes na documentao do hardware, no Web site\n"
-"do fabricante (se voc tiver acesso Internet) ou no Microsoft Windows\n"
-"(se voc tiv-lo no seu sistema)."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Voc pode adicionar entradas adicionais no yaboot, tanto para outros "
-"sistemas operacionais,\n"
-"kernels alternativos, ou imagem de boot de emergncia.\n"
-"\n"
-"\n"
-"Para outros SO - a entrada consiste apenas de um nome e da partio root.\n"
-"\n"
-"\n"
-"Para Linux, existem algumas opes possveis: \n"
-"\n"
-"\n"
-" - Label: Isso simplesmente o nome que ser necessrio pare entrar no "
-"sistema \n"
-"atravs do yaboot.\n"
-"\n"
-"\n"
-" - Image: Isso seria o nome do kernel a ser usado. Tipicamente vmlinux ou "
-"uma\n"
-"variao de vmlinux com uma extenso.\n"
-"\n"
-"\n"
-" - Root: O dispositivo padro ou '/' da sua instalao Linux.\n"
-"\n"
-"\n"
-" \n"
-" - Append: No hardware Apple, a opo append (anexar) normalmente usada "
-"para\n"
-"auxiliar na inicializando do hardware de vdeo, ou para permitir a emulao "
-"do boto\n"
-"do mouse pelo teclado, devido a falta do segundo e terceiro boto no mouse "
-"Apple.\n"
-"A seguir esto alguns exemplos:\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: Essa opo pode ser usada tanto para carregar mdulos adicionais "
-"antes que\n"
-"o dispositivo de boot esteja disponvel, ou para carregar uma imagem ramdisk "
-"de emergncia.\n"
-"\n"
-"\n"
-" - Initrd-size: O tamanho padro do ramdisk 4096 bytes. Se voc precisar "
-"alocar\n"
-"um ramdisk maior, essa opo pode ser usada.\n"
-"\n"
-"\n"
-" - Read-write: Normalmente a partio 'root' inicialmente carregada como "
-"apenas-leitura,\n"
-"para permitir uma checagem do sistema antes de ativ-lo. Voc pode modificar "
-"essa opo aqui.\n"
-"\n"
-"\n"
-" - NoVideo: Se o hardware de vdeo Apple mostrar ser excepcionalmente "
-"problemtica, voc pode\n"
-"selecionar esse opo para entrar no modo 'semvdeo', com suporte nativo ao "
-"framebuffer.\n"
-"\n"
-"\n"
-" - Default: Selecione essa entrada como sendo a opo padro Linux, "
-"bastando pressionar\n"
-"ENTER no prompt do yaboot. Essa entrada tambm aparecer marcada com um '*', "
-"se voc\n"
-"pressionar TAB para ver as opes de boot."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot o inicializador para hardware NewWorld MacIntosh. Ele capaz\n"
-"de inicializar tanto o GNU/Linux, MacOS ou MacOSX, se existente no seu\n"
-"computador. Normalmente, esses outros sistemas operacionais so detectados\n"
-"corretamente e instalados. Se esse no for o seu caso, voc pode adicionar\n"
-"entradas manualmente nesta tela. Escolha cuidadosamente os parmetros.\n"
-"\n"
-"\n"
-"A principais opes do Yaboot so:\n"
-"\n"
-"\n"
-" - Mensagem Inicial: uma pequena mensagem de texto que aparece antes do\n"
-"prompt do boot.\n"
-"\n"
-"\n"
-" - Dispositivo de boot: Indica onde voc quer colocar a informao "
-"necessria \n"
-"para entrar no GNU/Linux. Geralmente, voc ter que configurar uma partio "
-"bootstrap \n"
-"para manter essa informao.\n"
-"\n"
-"\n"
-" - Tempo de boot do Kernel: esse tempo similar ao tempo de boot do "
-"LILO. Aps \n"
-"selecionar Linux, voc ter 0.1 segundo antes do kernel padro ser "
-"selecionado.\n"
-"\n"
-"\n"
-" - Permitir CD Boot?: Marcar essa opo lhe permitir escolher 'C' para CD "
-"no\n"
-"primeiro prompt do boot.\n"
-"\n"
-"\n"
-" - Permitir OF Boot?: Marcar essa opo lhe permitir escolher 'N' para "
-"Firmware\n"
-"Aberto no primeiro prompt de boot.\n"
-"\n"
-"\n"
-" - SO padro: voc pode selecionar qual SO ser iniciado por padro quando "
-"o tempo \n"
-"do Firmware Aberto expirar."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Escolha o disco rgido que voc quer apagar para instalar\n"
-"sua partio Mandrake Linux. Tenha cuidado, pois todos os dados existentes "
-"sero\n"
-"perdidos e no podero ser recuperados."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Clique em \"OK\" se voc quiser apagar todos os\n"
-"dados e partio existentes nesse disco rgido. Tenha cuidado, pois aps "
-"clicar\n"
-"em \"OK\", voc no ser capaz de recuperar os dados/parties existentes "
-"nesse\n"
-"disco rgido, incluindo quaisquer dados do Windows.\n"
-"\n"
-"\n"
-"Clique em \"Cancelar\" para cancelar essa operao sem perder qualquer dado\n"
-"e partio presente nesse disco rgido."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Voc selecionou o(s) seguinte(s) servio(s): %s\n"
-"\n"
-"\n"
-"Esses servidores so ativados por padro. Eles no possuem nenhuma falha\n"
-"de segurana conhecida, mas pode existir uma nova. Nesse caso, voc "
-"deveatualiz-lo\n"
-"o mais cedo possvel.\n"
-"\n"
-"\n"
-"Voc realmente quer instalar esses servidores?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "No pode usar broadcast sem domnio NIS"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Insira um disquete FAT formatado no drive %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Esse disquete no est formatado como FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Para usar a seleo salva de pacotes, entre na instalao com ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Erro lendo arquivo %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Algum hardware no seu computador precisa de drivers ``proprietrio'' \n"
-"para funcionar. Voc pode encontrar informaes sobre eles em: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Voc deve ter uma partio root.\n"
-"Para isso, crie um partio (ou click em uma existen).\n"
-"Ento escolha ao ``Ponto de montagem'' e coloque como `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Voc tem que ter uma partio swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Voc no possui uma partio swap\n"
-"\n"
-"Continuar mesmo assim?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Voc tem que ter uma partio swap"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Usar espao livre"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Sem espao livre suficiente para alocar as novas parties"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Use partio existindo"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "No existe nenhuma tabela de partio para usar"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Usar a partio Windows para loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Qual partio voc quer usar para o Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Escolha os tamanhos"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Tamanho da partio root em MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Tamanho da partio swap em MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Usar o espao livre da partio Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Qual partio voc quer redimensionar?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Computando limites do sistema de arquivo do Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"O redimensionar FAT incapaz de manipular sua partio, \n"
-"o seguinte erro ocorreu: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Sua partio Windows est muito fragmentada, favor rodar primeiro o "
-"``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ATENO!\n"
-"\n"
-"Drakx precisa agorar redimensionar sua partio Windows. Tenha cuidado:\n"
-"essa operao perigosa. Se voc no tiver feito ainda, voc deve rodar o\n"
-"scandisk no Windows (e opcionalmente rodar o defrag) nesta partio,\n"
-"ento reiniciar a instalao. Voc tambm deveria fazer backup de seus\n"
-"dados. Quando tiver certeza, pressione Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Quanto de espao voc quer deixar para o windows em"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partio %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Falha no redimensionamento FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"No existem parties FAT para redimensionar ou para usar como loopback (ou "
-"no existe espao suficiente)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Apague disco inteiro"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Remover Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Voc tem mais de um disco rgido, em qual deles voc quer instalar o linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Todas as parties que existem e todos os dados sero perdidos em disco %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Particionamento de disco personalizada"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Usar fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Voc pode agorar particionar %s.\n"
-"Quando terminar, no esquea de salvar usando `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Voc no tem espao livre na sua partio Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Eu no achei espao para instalao"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "O particionador DrakX encontrou as solues seguintes:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "O particionamento falhou: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Trazendo (acessando) a rede"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Fechando (desconectando) a rede"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Um erro ocorreu, mas eu no sei como lidar com ele.\n"
-"Continue a seu prprio risco."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Ponto de montagem %s duplicado"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Alguns pacotes importantes no foram instalados corretamente.\n"
-"O seu drive de cdrom ou o seu cdrom est defeituoso.\n"
-"Cheque o cdrom em um computador instalado usando \"rpm -qpl Mandarke/RPMS/*."
-"rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Bem-vindo %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nenhum drive de disquete disponvel"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Entrando no passo `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Seu sistema est com poucos recursos. Voc pode ter algum problema na\n"
-"instalao do Mandrake Linux. Se isso ocorrer, voc pode tentar instalar "
-"usando o\n"
-"modo texto. Para isso, aperte `F1' na tela de inicializao e escreva `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Classe de Instalao"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Por favor escolhe uma das seguintes classes de instalao:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-"O tamanho total dos grupos que voc selecionou de aproximadamente %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Se voc deseja instalar menos que esse tamanho,\n"
-"selecionar a percentagem de pacotes que voc quer instalar.\n"
-"\n"
-"Uma baixa percentagem ir instalar apenas os pacotes mais importantes;\n"
-"uma percentagem de 100%% ir instalar todos os pacotes selecionados."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Voc tem espao em seu disco para apenas %d%% desses pacotes.\n"
-"\n"
-"Se voc deseja instalar menos que esse tamanho,\n"
-"selecionar a percentagem de pacotes que voc quer instalar.\n"
-"Uma baixa percentagem ir instalar apenas os pacotes mais importantes;\n"
-"uma percentagem de %d%% ir instalar o mximo de pacotes possvel."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Voc ser capaz de escolhe-los mais precisamente no prximo passo"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Percentagem de pacotes a serem instalados"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Seleo de Grupo de Pacotes"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Seleo individual de pacotes"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Tamanho total: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pacote defeituoso"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nome: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verso: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Tamanho: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importncia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Voc no pode selecionar esse pacote pois no existe espao livre para "
-"instal-lo"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Os seguintes pacotes sero instalados"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Os seguintes pacotes sero removidos"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Voc no pode selecionar/deselecionar esse pacote"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Esse um pacote obrigatrio, no pode ser deselecionado"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Voc no pode deselecionar esse pacote. Ele j est instalado"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Esse pacote tem que ser atualizado\n"
-"Tem certeza que voc quer deselecion-lo?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Voc no pode deselecionar essa pacote. Ele tem que ser atualizado"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Mostra automaticamente os pacotes selecionados"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalar"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Salvar em disquete"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Salvar seleo de pacotes"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Sair da instalao"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instalando"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Estimando"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Tempo restante "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Por favor aguarde, preparando instalao"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pacotes"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalando pacote %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Aceitar"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Recusar"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Mude o seu Cd-Rom!\n"
-"\n"
-"Favor inserir o Cd-Rom rotulado \"%s\" no seu drive e aperte em Ok quando "
-"estiver pronto.\n"
-"Se voc no o tiver, aperte em Cancelar para evitar a instalao desse Cd-"
-"Rom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Continuar mesmo assim?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Houve um erro ordenando os pacotes:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Houve um erro instalando os pacotes:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ocorreu um erro"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Voc quer reiniciar a rede"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Contrato de licena"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Teclado"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Favor escolher o layout do seu teclado."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Aqui est a lista completa de teclados disponveis"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Qual classe de instalao voc quer?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalar/Atualizar"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Isso uma instalao ou atualizao?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recomendado"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Atualizar"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Salvar seleo de pacotes"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Favor escolher o tipo do seu mouse."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Porta do Mouse"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Favor escolher em qual porta serial seu mouse est conectado."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulao dos botes"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulao dos 2 botes"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulao dos 3 botes"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Configurando cartes PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Configurando IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "sem parties disponveis"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Escanenado parties para encontrar pontos de montagem"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Escolha os ponto de montagem"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Eu no consigo ler sua tabela de partio, muito defeituosa para mim :(\n"
-"Eu posso tentar continuar limpando as parties defeituosas (TODOS OS DADOS\n"
-"sero perdidos!). A outra soluo no deixar o DrakX modificar a tabela\n"
-"de partico. (o erro %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"O DiskDrake falhou na leitura da tabela de partio.\n"
-"Continue a seu prprio risco!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Escolha as parties que voc quer formatar"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partio Root"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Qual a partio root (/) do seu sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Voc precisa reiniciar para que as modificaes na tabela de partio tenham "
-"efeito"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Escolha as parties que voc quer formatar"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Checar blocos defeituosos?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatando parties"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Criando e formatando arquivo %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Sem swap suficiente para completar a instalao, favor adicionar mais"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Procurando por pacotes disponveis"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Procurando pacotes atualizar"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Seu sistema no tem espao suficiente para instalo ou atualizao (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Completa (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Mnima (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recomendada (%d MB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Restaurar do disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Restaurar do disquete"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Seleo de Grupo de Pacotes"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Insira um disquete no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Salvar em disquete"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "O tamanho escolhido maior que o espao disponvel"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Se voc tiver todos os CDs da lista abaixo, clique em Ok.\n"
-"Se voc no tiver nenhum desses CDs, clique em Cancelar.\n"
-"Se apenas alguns CDs estiverem faltando, desmarque-os, ento clique em Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom rotualdo \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Preparando instalao"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instalando pacote %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configurao ps-instalao"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Insira um disquete no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Insira um disquete vazio no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Voc agora tem a possibilidade de fazer o download de software voltado para "
-"codificao (encriptao).\n"
-"\n"
-"ATENO:\n"
-"Devido a vrios requerimentos requeridos aplicados esses software e "
-"impostos\n"
-"por vrias jurisdies, o cliente e/ou o usurio final desse software deve\n"
-"se assegurar que as leis da sua jurisdio lhe permite fazer o download, "
-"armazenar\n"
-"e/ou usar esse software.\n"
-"\n"
-"Alm disso, o cliente e/ou o usurio final deve estar particularmente "
-"prevenido para\n"
-"no infringir as leis de sua jurisdio. Se o cliente e/ou o usurio final\n"
-"no respeitar a proviso dessas leis aplicveis, ir lhe(s) ocorrer srias\n"
-"sanes.\n"
-"\n"
-"Em nenhum acontecimento ir a Mandrakesoft ou seu manufaturadores e/ou seu "
-"fornecedor\n"
-"ser responsvei por danos especiais, indiretos ou acidentais seja, qual for\n"
-"(incluindo, mas no limitada perda de lucros, interrupo de negcios, "
-"perda\n"
-" de informao comercial e outras perdas monetrias, e eventual "
-"endividamento e indenizao\n"
-"a ser paga, de acordo com a deciso da corte) saindo do uso, posse, ou do\n"
-"download isolado desse software, do qual o cliente e/ou o usurio final "
-"pode\n"
-"eventualmente ter acesso aps ter assinado o acordo presente.\n"
-"\n"
-"\n"
-"Para qualquer pergunta relacionada a esse acordo, favor entrar em contato \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Contactando o mirror (espelho) para pegar a lista de pacotes disponveis"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Escolha um mirror (espelho) de onde pegar os pacotes"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-"Contactando o mirror (espelho) para pegar a lista de pacotes disponveis"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Qual o seu fuso horrio?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "O seu relgio do hardware est configurado como GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Sevidor CUPS remoto"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Nenhuma impressora"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Voc tem alguma outra?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Sumrio"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mouse"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Fuso horrio"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Impressora"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "Placa ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Placa de som"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "Placa de TV"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Usar NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Impressora local"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Especificar senha do root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Nenhuma senha"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Essa senha muito simples (deve ter ao menos %d caracteres)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autenticao?"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autenticao?"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "servidor"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Autenticao NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domnio NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Servidor NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Um disco de inicializao prov uma maneira de dar boot no Linux sem\n"
-"depender de um inicializador normal. Isso necessrio se voc no quiser "
-"instalar\n"
-"o SILO no seu sistema, ou se outro sistema operacionar remover o SILO, ou\n"
-"o se\n"
-"SILO no funcionar com o seu hardware. Um disco de inicializao tambm\n"
-"pode\n"
-"ser usado com uma imagem de backup do Mandrake deixando muito mais fcil\n"
-"recuperar\n"
-"um sistema com danos severos.\n"
-"\n"
-"Se voc quiser criar um disco de inicializao para o seu sistema, insira um "
-"disquete\n"
-"no drive e aperte em \"OK\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primeiro drive de disquete"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Segundo drive de disquete"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Pular"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Um disco de inicializao prov uma maneira de entrar no Linux sem depender\n"
-"de um inicializador normal. Isso necessrio se voc no quiser instalar o "
-"LILO (ou\n"
-"o grub) no seu sistema, ou se outro sistema operacionar remover o LILO, ou "
-"se o LILO\n"
-"no funcionar com o seu hardware. Um disco de inicializao tambm pode ser "
-"usado com\n"
-"uma imagem de backup do Mandrake, deixando muito mais fcil recuperar um "
-"sistema\n"
-"com danos severos. Voc quer criar um disco de inicializao?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Desculpe, nenhum drive de disquete disponvel"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Escolha o drive de disquete que voc quer usar para criar o disco de "
-"inicializao"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Insira um disquete no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Criando disco de inicializao"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Preparando gerenciador de inicializao"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Voc quer usar o aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Erro instalando o aboot, \n"
-"tentar forar a instalao, mesmo que isso destrua a primeira partio?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Instalar gerenciador de inicializao"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"A instalao do gerenciador de inicializao falhou. Ocorreram os seguintes "
-"erros:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Voc pode precisar mudar seu dispostivo de boot Open Firmware\n"
-" para ativar o gerenciado de boot. Se voc no ver o prompt dele ao\n"
-" reiniciar, segure Command-Option-O-F ao reiniciar e digite:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" Ento escreva: shut-down\n"
-"No seu prximo boot, voc deve ver o prompt do gerenciador de boot."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Insira um disquete vazio no drive %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Criando disquete de auto instalao"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Alguns passos no foram completados.\n"
-"\n"
-"Voc realmente quer sair agora?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-#, fuzzy
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Parabns, a instalao foi completada.\n"
-"Remova a mdia de inicializao e aperte enter para reiniciar.\n"
-"\n"
-"Para informaes sobre correes disponveis para essa verso do Mandrake "
-"Linux,\n"
-"consulte a Errata disponvel em http://www.mandrakelinux.com/.\n"
-"\n"
-"Informaes sobre a configurao do sistema esto disponveis no\n"
-"captulo ps-instalao do Guia Oficial de Usurio Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Criar disquete de auto instalao"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"A auto instalao pode ser totalmente automatizada se\n"
-"voc quiser, nesse caso, ela tomar de conta do disco\n"
-"rgido!! (em vista a instalao em outra mquina).\n"
-"\n"
-"Voc pode preferir repetir a instalao.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automtico"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Repetir"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Salvar seleo de pacotes"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalao do Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> move entre opes | <Espao> seleciona | <F12> prxima "
-"tela "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu ausente"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Escolher ao"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avanado"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Por favor aguarde"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informao"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandir rvore"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Colapsar rvore"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Mudar entre organizao plana ou em grupo"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "M escolha, tente novamente\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Sua escolha? (padro %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Sua escolha? (padro %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opes: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Voc quer usar o aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Sua escolha? (padro %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tcheco (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Alemo"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Espanhol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Filands"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francs"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Noruegus"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polons"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Russo"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Sueco"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Ingls (UK)"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Americano (US)"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Iraniano"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armnio (velho)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armnio (mquina de escrever)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armnio (fontico)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjani (latino)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belga"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armnio (fontico)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Blgaro"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasileiro (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorusso"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Suo (layout Alemo)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Suo (layout Francs)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tcheco (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Alemo (sem teclas mortas)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dinamarqus"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noruegus)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estoniano"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgiano (layout \"Russo\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgiano (layout \"Latin\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grego"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Hngaro"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croata"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israelense"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israelense (Fontico)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iraniano"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islands"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italiano"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japons 106 teclas"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreano"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latino Americano"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litunio AZERTY (velho)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litunio AZERTY (novo)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litunio \"nmero de colunas\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litunio \"fontico\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Lugar"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macednio"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holands"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polons (layout QWERTY)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polons (layout QWERTZ)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugus"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadense (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Russo (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Russo (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Russo (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Eslovnio"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Eslovquio (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Eslovquio (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbaidjani (cirlico)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Table"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Teclado Tailands"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Teclado Tailands"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turco (modelo \"F\" tradicional)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turco (modelo moderno \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Americano (Internacional)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"nmero de colunas\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Iugoslvio (latin/cirlico)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Monts circulares %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Remover os volumes lgicos primeiro\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan/FistMouse (serial)"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Mouse Genrico PS2 com roda"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 boto"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Mouse Genrico com 2 Botes"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Genrico"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Roda"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serial"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Mouse Genrico com 3 Botes"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech Srie CC (serial)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "Srie MM"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Mouse Logitech (serial, tipo C7 antigo)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 botes"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 botes"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "nenhum"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Nenhum Mouse"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Favor testar o mouse"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Para ativar o mouse,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVA SUA RODA!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Terminar"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Prximo ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Anterior"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Isto est correto?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Conectar Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"A maneira mais comum de se conectar com adsl pppoe.\n"
-"Mas algumas conexes usam pptp, umas poucas usam dhcp.\n"
-"Se voc no sabe, escolha 'usar pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "usar dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "usar pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "usar pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Qual cliente dhcp voc quer usar?\n"
-"O padro dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nenhum adaptador de rede ethernet foi detectado em seu sistema.\n"
-"Eu no posso configurar esse tipo de conexo."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Escolha a interface de rede"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Favor escolher qual adaptador de rede voc quer usar para se conectar "
-"Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nenhuma placa de rede encontrada"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Configurando rede"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Favor entrar com o nome do seu host (se voc souber).\n"
-"Alguns servidores DHCP requerem o nome do host para funcionar.\n"
-"Seu nome do host deve ser um nome de host totalmente qualificado,\n"
-"como por exemplo ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Host name (nome do host)"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Auxiliar de Configurao da Rede"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem ISDN externo"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Placa ISDN interna"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "De que tipo sua conexo ISDN?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Configurao de Firewall detectado!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Configurao de Firewall detectado!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Configurao ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Selecione o seu provedor.\n"
-" Se no estiver na lista, escolha No Listado"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protocolo da inicializao"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Resto do mundo"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Resto do mundo \n"
-" sem Canal-D (linhas arrendadas)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Qual protocolo voc quer usar?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Qual tipo de placa voc tem?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Eu no sei"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Se voc tiver uma placa ISA, os valores da prxima tela devem estar certos.\n"
-"\n"
-"Se voc tiver uma placa PCMCIA, voc tem que saber o irq e io de sua placa.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Abortar"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Continuar"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Qual a sua placa ISDN?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Eu detectei um placa ISDN PCI, mas no sei qual o tipo. Favor selecionar "
-"uma placa PCI na prxima tela."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nenhuma placa ISDN PCI encontrada. Favor selecionar uma na prxima tela"
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Favor escolher em qual porta serial seu modem est conectado."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opes dialup"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nome da conexo"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Nmero do telefone"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID de Login"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Baseado em script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Baseado em terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Nome do domnio"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primeiro Servidor DNS (opcional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Segundo Servidor DNS (opcional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Voc pode se disconectar ou reconfigurar sua conexo."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Voc pode reconfigurar sua conexo."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Voc est conectado Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Voc pode se conectar Internet ou reconfigurar sua conexo."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Voc no est conectado Internet."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Conectar"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Desconectar"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Configurar rede"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Conexo e configurao da Internet"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"Voc pode se disconectar ou reconfigurar sua conexo."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"Voc pode se disconectar ou reconfigurar sua conexo."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configurao da Rede"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Como voc est fazendo uma instalao por rede, sua rede j est "
-"configurada.\n"
-"Clique em Ok para manter sua configurao, ou cancelar para reconfigurar sua "
-"conexo de Internet & Rede.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Bem-vindo ao Ajudante de Configurao de Rede\n"
-"\n"
-"Estamos para configurar sua conexo de rede/internet.\n"
-"Se voc no quiser usar a auto deteco, desmarque a opo.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Escolha o perfil a configurar:"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Usar auto deteco"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detectando dispositivos..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Conexo normal via modem"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detectado na porta %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "Conexo ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detectado %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Coneo LAN"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detectado na interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Conexo via cabo"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Conexo via cabo"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Coneo LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "placa(s) ethernet detectada(s)"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Escolha a ferramente que voc quer usar"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Compartilhamento da Conexo Internet"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Voc quer iniciar sua conexo ao iniciar?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Configurao da Rede"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Um problema ocorreu reiniciando a rede: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Parabns, a configurao da rede e internet est concluda.\n"
-"\n"
-"A configurao agora ser aplicada no seu sistema.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Quando isso terminar, ns recomendados voc a reiniciar o seu\n"
-"ambiente X para evitar o problema da mudana do nome do host."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ATENO: Esse dispostivo j foi configurado para se conectar Internet.\n"
-"Apenas aceite para manter esse dispositivo configurado.\n"
-"A modificao dos campos abaixo ir sobrepor essa configurao."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Favor entrar com a configurao IP para esta mquina.\n"
-"Cada item deve ser entrando como endereo IP pontilhado-decimal\n"
-"(por exemplo, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Configurando dispositivo de rede %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "Endereo IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Netmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP Automtico"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "O endereo IP deve ser no formato 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Favor entrar com o nome do seu host.\n"
-"Seu nome do host deve ser um nome de host totalmente qualificado,\n"
-"como por exemplo ``mybox.mylab.myco.com'' .\n"
-"Voc tambm pode entrar como o endereo IP de um gateway se voc tiver um"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Servidor DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Dispositivo de gateway"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configurao de proxies"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Proxy HTTP"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Proxy FTP"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "O proxy deve ser http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "O proxy deve ser ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Configurao da Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Voc quer tentar se conectar Internet agora?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testando sua conexo..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "O sistema est conectado Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Por razo de segurana, voc ser desconectado agora."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"O sistema no est conectado internet.\n"
-"Tente reconfigurar sua conexo."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Configurao da Conexo"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Favor preencher ou marcar os campos abaixo"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ da Placa"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Memria da Placa (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO da Placa"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_O da Placa"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 da Placa"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "O nmero do seu telefone"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Nome do provedor (ex: provedor.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Nmero do telefone do provedor"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 do provedor (opcional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 do provedor (opcional)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Escolha seu teclado"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Modo de discagem"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Tipo de conexo: "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Tipo de conexo: "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Nome da conta (nome do usurio)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Senha da conta"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "falhou ao montar: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partio extendida no suportada nessa plataforma"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Voc tem um buraco em sua tabela de partio e eu no posso us-lo.\n"
-"A nica soluo mover suas parties primrias para ter o buraco prximo "
-"das parties extendidas"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restaurao pelo arquivo %s falhou: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Erro gravando no arquivo %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Algo ruim est acontecendo com o seu drive. \n"
-"O teste que checa a integridade dos dados falhou. \n"
-"Isso significa que gravar algo no disco resultar em lixo aleatrio."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "tem que ter"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "importante"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "muito bom"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "bom"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "talvez"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Impressora local"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Impressora remota"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Sevidor CUPS remoto"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Servidor lpd remoto"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Impressora da rede (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Servidor de Impresso"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Impressora local"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Impressora remota"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Erro gravando no arquivo %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(mdulo %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP do servidor CUPS"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Default)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Selecionar Coneo da Impressora"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Como a impressora est conetada?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"Com um servidor CUPS remoto, voc no tem que configurar\n"
-"nenhuma impressora aqui; elas sero detectadas automaticamente.\n"
-"Se tiver dvida, selecione \"Servidor CUPS remoto\"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Configurao LAN"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Sevidor CUPS remoto"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "O endereo IP deve ser no formato 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "O nmero da porta deve ser numrico"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP do servidor CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Porta"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Configurao do estilo de inicializao"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Detectando dispositivos..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Testar portas"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Nenhuma impressora"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Usar auto deteco"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "detectado %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Favor escolher em qual porta serial seu modem est conectado."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Configurao"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instalando pacote %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instalando pacote %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opes da impressora lpd Remota"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Para usar uma fila de impresso lpd remota, voc precisa\n"
-"dar o nome do host e o servidor de impresso e o nome da\n"
-"fila naquele servidor."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Nome do host remoto"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Nome do host remoto"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Nome do host remoto"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opes de Impresso SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Para imprimir em uma impressora SMB, voc precisa\n"
-"dar o nome do host SMB (Nota! Ele pode ser diferente\n"
-"do host TCP/IP!) e possivelmente o endereo IP do servidor de impresso,\n"
-"como tambm o nome compartilhado para a impressora que voc deseja acessar "
-"e\n"
-"qualquer informao aplicvel sobre nome de usurio, senha e grupo de "
-"trabalho."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Host servidor SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP do servidor SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nome compartilhado"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Grupo de trabalho"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opes de Impresso NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Para imprimir em uma impressora NetWare, voc precisar dar o\n"
-"nome do servidor de impresso NetWare (Nota! ele pode ser diferente\n"
-"do host TCP/IP!) como tambm o nome da fila de impresso para a impressora\n"
-"que voc deseja acessar como qualquer nome de usurio e senha aplicvel."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Servidor de Impresso"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nome da Fila de Impresso"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opes da Impressora Socket"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Para imprimir em uma impressora socket, voc precisa prover\n"
-"o nome do host da impressora e a nmero da porta (opcional)."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Nome do host da impressora"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Nome do host da impressora"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Dispositivo de Impresso URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Nome da impressora"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Descrio"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lugar"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Isto est correto?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Conexo da Impressora"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Qual tipo de impressora voc tem?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Voc quer testar a impresso?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Testar portas"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Sim, imprimir ambas as pginas de teste"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Impressora"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Padro"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Imprimindo pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Imprimindo pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Imprimindo pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Imprimindo pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"A pagina de teste foi mandado ao demnio de impresso,\n"
-"pode demorar um pouco at a impressora comear.\n"
-"Estado da impresso:\n"
-"%s\n"
-"\n"
-"A impresso funcionou corretamente?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"A pagina de teste foi mandado ao demnio de impresso,\n"
-"pode demorar um pouco at a impressora comear.\n"
-"A impresso funcionou corretamente?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Nenhuma impressora"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Fechar"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Fechando (desconectando) a rede"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Fechando (desconectando) a rede"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Opes da impressora"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "O nome da impressora deve conter apenas letras, nmeros e o smbolo _"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Nenhuma impressora"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Iniciando sua conexo..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Configurar rede"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor no configurado"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Configurando rede"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Qual sistema de impresso voc quer usar?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Alto"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranico"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Qual sistema de impresso voc quer usar?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Selecionar Coneo da Impressora"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Qual sistema de impresso voc quer usar?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configurar Impressora"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instalando pacote %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opes da impressora"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Configurar Impressora"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Voc gostaria de configurar uma impressora?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Aqui esto as filas de impresso.\n"
-"Voc pode adicionar mais ou modificar as existentes."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Aqui esto as filas de impresso.\n"
-"Voc pode adicionar mais ou modificar as existentes."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Configurar rede"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Modo Normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Voc quer testar a configurao?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Configurao da Internet"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Voc quer testar a configurao?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Compartilhamento da Conexo Internet"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Conexo da Impressora"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Imprimindo pgina(s) de teste..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Voc quer testar a configurao?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Impressora remota"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Impressora local"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Voc quer reiniciar a rede"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Lendo banco de dados de drivers do CUPS"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Configurao de proxies"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Porta"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "O proxy deve ser http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "O nmero da porta deve ser numrico"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "O proxy deve ser ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Autologin"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Senha"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Nenhuma senha"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "As senhas no conferem"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "No posso adicionar partio ao RAID _formatado_ md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "No posso gravar arquivo %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid falhou"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid falhou (talvez o raidtools esteja faltando)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Sem parties suficientes para RAID nvel %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Iniciar o sistema de som ALSA (Arquitetura Avanada de Som Linux)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, um agendador de comando peridicos"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd usado para monitarar o estado da bateria e gravando-o via syslog.\n"
-"Ele tambm pode ser usado para desligar a mquina quando a bateria estiver "
-"fraca."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Executa comando agendados pelo comando at na hora especificado quando\n"
-"at estava rodando, e executa comandos grupos de comandos quando o uso de "
-"memria estiver baixo o suficiente."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron um program UNIX padro que executa progrmas especificados pelo\n"
-"usuaio em horas marcadas. vixie cron adiciona vrias caractersticas ao "
-"UNIX\n"
-"cron bsico, incluindo melhor segurana e melhores opes de configurao."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM adiciona suporte ao mouse aplicativos Linux com base em texto\n"
-"tal como o Midnight Commander. Ele tambm permitir copiar e colar "
-"utilizando\n"
-"o mouse e inclui suporte para menus pop-up no console."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake executa uma deteco do hardware existente, e\n"
-"opcionalmente configura um novo/alterado hardware."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache um servidor World Wide Web. Ele usado para servir arquivos\n"
-"HTML e CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"O internet superserver daemon (normalmente chamado inetd) inicia\n"
-"uma variedade de outros servios de internet quando necessrio. "
-"responsvel\n"
-"pela inicializao de vrios servios, incluindo telnet, ftp, rsh e rlogin. "
-"Disabilitando\n"
-"inetd, todos os servios pela qual ele responsvel tambm so "
-"desabilitados."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Iniciar filtro de pacots para kernel Linux srie 2.2, para criar\n"
-"um firewall para proteger sua mquina de ataques de rede."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Esse pacote carrega o mapa de teclado selecionado como\n"
-"um comando em /etc/sysconfig/keyboard. Isso pode ser selecionado usando o\n"
-"utilitrio kbdconfig. Voc deve deixar isso ativar para a maioria da "
-"mquinas."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Regenerao automtica do heador do kernel no /boot para\n"
-"/usr/include/linux{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Deteco e configurao automtica do hardware na inicializao."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf ir periodicamente executar vrias tarefas durante a\n"
-"inicializao para manter a configurao do sistema"
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd o daemon de impresso requerido para o lpr funcionar corretamente.\n"
-"Ele basicamente um servidor que organiza os trabalhos (s) impressora(s)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Servidor Virtual Linux, utilizado para criar um servidor de alta\n"
-"performance e alta acessibilidade."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) um Servidor de Nome de Domnio (DNS) que usado para\n"
-"transformar nome de hosts para endereos IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monta e desmonta todos os pontos de montagem do Network File\n"
-"System (NFS), SMB (Gerenciador de Rede/Windows) e NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Ativa/Desativa todas as interfaces de rede configuradas para iniciar\n"
-"na hora de inicializao."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS um protocolo popular usado no compartilhamento de arquivos atravs\n"
-"de redes TCP/IP. Esse servio prov a funcionalidade do servidor NFS, que "
-"configurado atravs do arquivo /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS um protocolo popular usado para compartilhar arquivos atravs de\n"
-"redes TCP/IP. Esse servio prov a funcionalidade de trava de arquivos NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automaticamente ativa o Num Lock no console e XFree\n"
-"durante a inicializao."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Suporte para impressoras OKI-4w e compatveis."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Suporte PCMCIA utilizado normalmente para suportar coisas como\n"
-"ethernet ou modems em laptops. Ele no ser iniciado a no ser que "
-"estejaconfigurado,\n"
-"ento seguro te-lo instalado em mquinas que no precisam dele."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"O portmapper gerencia conexes RPC, que so usadas por\n"
-"protocolos como NFS ou NIS. O servidor portmap deve estar rodando em "
-"mquinas\n"
-"que sero os servidores para os protocolos que utilizam o mecanismo RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix um Agente de Transporte de Correio, que um programa\n"
-"que move mensagens entre uma mquina e outra."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Salva e restaura o entropy pool do sistema para melhor qualidade\n"
-"na gerao randmica de nmero."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Determinar dispositivos raw como dispositovs de bloco\n"
-"(como parties), para o uso em aplicativos como o Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"O daemon routed permite a atualizao automtica da tabela roteadora\n"
-"IP atravs do protocolo RIP. Enquanto o RIP usado largamente em pequenas\n"
-"rede, protocolos de roteamento mais complexos so necessrios em redes mais "
-"complexas."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"O protcolo rstat permite que usrios da rede recebam\n"
-"informaes sobre a perfomance de qualquer mquina na rede."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"O protocolo rusers pertmite que os usurios da rede identifiquem\n"
-"quem est logado na mquina correspondente do outro."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"O protocolo rwho permite que usurios remotos peguem uma lista de todos os\n"
-"usurios logados em uma mquina rodando o daemon rwho (similar ao finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Iniciar o sistema de som da sua mquina"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog um aparato que muitos daemons usam para gravar mensagens\n"
-"em vrios arquivos de log. uma boa idia sempre rodar o syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Carrega os drivers para seus dispositivos usb."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Inicia o Servidor de Fontes X ( obrigatrio para a execuo do XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-"Escolha quais servios devem ser inicializados automaticamente na "
-"inicalizao"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Impressora"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Modo do sistema"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Opes da impressora lpd Remota"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Servidor, Bancos de dados"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "dispositivo"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "iniciado"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "parado"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servios e daemons"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Nenhuma informao adicional\n"
-"sobre este servio, desculpe."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "No boot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Status:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Setor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Resto do mundo"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Acesso Internet"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimdia - Grficos"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desenvolvimento"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Centro de Controle"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Interface de rede"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Host servidor SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jogos"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Expert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalando pacote %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Eu no consigo ler sua tabela de partio, muito defeituosa\n"
-"para mim. Eu irei tentar continuar limpando as parties defeituosas"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Erro"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Configurao ps-instalao"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Configurao do estilo de inicializao"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Parabns!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalar"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Adicionar um usurio"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatando arquivo loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Seleo de Grupo de Pacotes"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Fila remota"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Remover Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Nome do usurio"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Favor testar o mouse"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Favor tentar novamente"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Favor tentar novamente"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Nenhuma senha"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Coneo LAN"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Selecionar Coneo da Impressora"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Favor escolher o layout do seu teclado."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Favor clicar em uma partio"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Favor testar o mouse"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Interface de rede"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Nome do usurio"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Favor escolher o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Deteco de discos rigidos"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Nome do usurio"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Roda"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Roda"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Opes do mdulo:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Setup dos sistemas de arquivos"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Opes"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Favor escolher em qual porta serial seu modem est conectado."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Favor escolher o tipo do seu mouse."
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Restaurar do disquete"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Favor escolher o tipo do seu mouse."
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Outro"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalar sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Restaurar do arquivo"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Restaurar do arquivo"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Personalizada"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/Aj_uda"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- Anterior"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Status:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Restaurar do arquivo"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Prximo ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Escolha pacotes a serem instalados"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Favor escolher o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Favor escolher o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Favor escolher o idioma a ser utilizado."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Arquivo de backup defeituoso"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Salvar no arquivo"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Favor testar o mouse"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Escolha os pacotes que voc quer instalar"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Configurao da Rede"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Setup dos sistemas de arquivos"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "A Instalao do %s falhou. Ocorreram os seguintes erros:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "nenhuma placa de rede encontrada"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Pronto"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Preparando instalao"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr "restrito"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "restrito"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatar parties"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Configurao LAN"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Ponto de Montagem"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Escolha as parties que voc quer formatar"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Escritrio"
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "Abortar"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Impressora"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instalar sistema"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Selecione arquivo"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Impressora remota"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "Mensagem Inicial"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Nenhum adaptador de rede em seu sistema!"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalar"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Nenhum adaptador de rede em seu sistema!"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Sair da instalao"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Compartilhamento da Conexo Internet"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "O Compartilhamento da Conexo Internet est ativo"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"A configurao de compartilhamento da conexo Internet j foi feita.\n"
-"Ela est ativa.\n"
-"\n"
-"O que voc gostaria de fazer?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "desativar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "liberar"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "reconfigurar"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Desativando servidores..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "O Compartilhamento da Conexo Internet agora est desativado."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "O Compartilhamento da Conexo Internet est desativado"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"A configurao do compartilhamento da conexo Internet j foi feito.\n"
-"Est desabilitado.\n"
-"\n"
-"O que voc gostaria de fazer?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "ativar"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Ativando servidores..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "O Compartilhamento da Conexo Internet agora est ativo."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Voc est para configurar o compartilhamento da conexo Internet do seu \n"
-"computador. Assim, outros computadores da sua rede local sero capaz de user "
-"a conexo Internet deste computador.\n"
-"\n"
-"Nota: voc precisa de um Adaptador de Rede dedicado para criar um Rede Local "
-"(LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (usando mdulo %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interface %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nenhum adaptador de rede em seu sistema!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nenhum adaptador de rede foi detectado em seu sistema. Favor executar a "
-"ferramenta de configurao de hardware."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Interface de rede"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Existe apenas um adaptador de rede configurado em seu sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Irei configurar sua Rede Local (LAN) com esse adaptador."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Favor escolher qual adaptador de rede ser conectado su Rede Local."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor no configurado"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Configurao do estilo de inicializao"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Configurao da Internet"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP do servidor CUPS"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-"Potencial conflinto de endereo LAN encontra na configurao atual de %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Configurao de Firewall detectado!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Ateno! Uma configurao de firewall foi detectada. Talvez voc ter que "
-"fazer alguma correo manual aps a instalao."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Configurando..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Configurando scripts, instalando programas, iniciando servidores..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemas instalando pacote %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Tudo foi configurado.\n"
-"Voc agora pode compartilhar sua conexo com outros computadores na sua Rede "
-"Local (LAN), usando a configurao automtica de rede (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "A configurao j foi feita, mas est desativada."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "A configurao j foi feita e est desativada."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "O Compartilhamento de Conexo Internet nunca foi configurado."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Configurao do compartilhamento da Internet"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Bem-vindo ao utilitrio de Compartilhamente da Conexo Internet!\n"
-"\n"
-"%s\n"
-"\n"
-"Clique em ``Configurar'' se voc quiser abrir o ajudante de configurao."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configurao da Rede (%d adaptadores)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Perfil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Apagar perfil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Perfil a apagar:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Novo perfil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Hostname:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Acesso Internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tipo:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Configurar Acesso Internet..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocolo"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Configurar Rede Local (LAN)..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Ajudante..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Por favor aguarde... Aplicando a configurao"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Conectado"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "No conectado"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Conectar..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Desconectar..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Voc no possui nenhuma interface configurada.\n"
-"Configure-as primeiro clicando em 'Configurar'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptador %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Protocolo da inicializao"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Iniciado na inicializao"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Ativo"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Ativo"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Voc no possui nenhuma conexo Internet.\n"
-"Crie uma clicando em 'Configurar'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Configurao da conexo Internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Configurao da conexo Internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tipo de conexo: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parmetros"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Placa Ethernet"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Opes do nvel de segurana"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Centro de Controle"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Escolha a ferramente que voc quer usar"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Canadense (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islands"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "serial"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "utilizao: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Favor escolher o layout do seu teclado."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Voc quer que o BackSpace retorne o Delete no console?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Mudar Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Favor inserir o Cd-Rom de instalao no seu drive e pressionar em Ok.\n"
-"Se voc no o tiver, pressione em Cancelar para sair da atualizao on-line."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Incapaz de iniciar a atualizao on-line!!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-#, fuzzy
-msgid "logdrake"
-msgstr "draknet"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Arquivo/_Novo"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>A"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Arquivo/_Abrir"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>A"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Arquivo/_Salvar"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Arquivo/Salvar _Como"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Arquivo/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opes"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opes/Teste"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/Aj_uda"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Ajuda/_Sobre"
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Nome do usurio"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Mensagem Inicial"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "Mquina:"
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr "Mquina:"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Configurao LAN"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache e Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "dispositivo"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatando"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Configurao"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Salvar como..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Favor escolher o tipo do seu mouse."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nenhum usb_serial encontrado\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Deseja emulao de 3 botes?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Selecione uma placa grfica"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Dispositivo de boot"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Configurao de Firewall"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Configurao de Firewall"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Voc j tem um firewall configurado.\n"
-"Clique em configurar para alterar ou remover o firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Clique em configurar para criar um firewall padro"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Escolha seu idioma"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Selecione a classe da instalao"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Deteco de discos rigidos"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configurar mouse"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Escolha seu teclado"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Segurana"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Setup dos sistemas de arquivos"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatar parties"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Escolha pacotes a serem instalados"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalar sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Adicionar um usurio"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configurar rede"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configurar servios"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalar gerenciador de inicializao"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Criar um disco de inicializao"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configurar X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalar sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Sair da instalao"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"configurador pequenoFirewall\n"
-"\n"
-"Isso configura um firewall pessoal para essa mquina Mandrake Linux.\n"
-"Para um firewall dedicado potente, favor procurar a distribuio\n"
-"especilizada MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Agora lhe perguntaremos sobre qual servios voc gostaria de permitir\n"
-"a Internet se conectar. Por favor, pense cuidadosamente sobre essas\n"
-"perguntas, j que a segurana do seu computador importante.\n"
-"\n"
-"Ateno, se voc no estiver usando um desses servios, retire o firewall "
-"dele. Voc pode alterar essa configurao a qualquer hora,\n"
-"basta re-executar esse aplicativo!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Voc est executando um servidor web nesta mquina que voc precisa\n"
-"que toda a Internet veja? Se voc estiver executando um servidor web que\n"
-"precisa ser acessado por esta mquina apenas, favor responder NO aqui.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Voc est executando um servidor de nome nesta mquina? Se voc no\n"
-"configurou um que d a sua informao de zona e IP para toda a Internet,\n"
-"favor responder no.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Voc quer permitir receber conexes Secure Shell (ssh)? Isso um\n"
-"substituto da telnet que voc pode usar para login. Se voc estiver\n"
-"usando telnet agora, voc deveria mudar definitivamente para ssh. telnet\n"
-"no codificada -- ento alguns agressores podem roubar sua senha.\n"
-"ssh codificada e no permite esse tipo de roubo."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Voc quer permitir receber conexes telnet?\n"
-"Isso terrivelmente inseguro, como explicado na tela anterior. Ns\n"
-"fortemente recomendamos responder No aqui e utilizar ssh no lugar\n"
-"da telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Voc est executando um servidor FTP que precisa ser acessvel pela\n"
-"Internet? Se voc estiver, ns realmente recomendamos que voc user\n"
-"apenas para transferncias annimas. Qualquer senha enviada por FTP pode\n"
-"ser roubada por invasores, desde que FTP no usa codificao de senhas.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Voc est executando um servidor de mensagens aqui? Se voc esiver\n"
-"mando mensagens pelo pine, mutt ou qualquer outro cliente de texto,\n"
-"voc provavelmente est. Caso contrrio, voc deve retirar o firewall dele.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Voc est executando um servidor POP ou IMAP aqui? Ele seria\n"
-"utilizado para hospedar contas no baseadas na web para\n"
-"pessoas atravs desta mquina.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Voc parece estar utilizando um kernel 2.2. Se seu nmero IP\n"
-"for automaticamente dado por um computador em sua casa ou \n"
-"escritrio (determinado dinamicamente), ns precisamos permitir\n"
-"isso. esse o caso?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"O seu computador est sincronizando a hora com outro computador?\n"
-"Normalmente, isso utilizado por organizaes Unix/Linux mdias-grandes\n"
-"para sincronizar o tempo para relatrio, etc. Se voc no for\n"
-"parte de uma grande empresa ou nunca ouviu sobre isso, voc \n"
-"provalvemente no est."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configurao completa. Essas alteraes podem ser gravadas no disco?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "No foi possvel abrir %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Erro arbindo %s para gravao: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Configurao de Firewall"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Por favor aguarde, preparando instalao"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Servidor, Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Computador de rede (cliente)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "Servidor NFS, servidor SMB, servidor Proxy, servidor SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Escritrio"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Estao de Trabalho Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Ferramentas para o seu Palm Pilot e seu Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Estao de Trabalho"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Servidor, Firewall/Roteador"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Nome do Domnio e Servidor de Informao da Rede"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Programas de escritrio: processadores de texto (kword, abiword), tabelas "
-"(kspread, gnumeric), visualizadores pdf, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-"Ferramentas relacionadas udio: tocadores de mp3 ou midi, mixers, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Livros e Howto's sobre Linux e Software Livre"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Estao de Trabalho KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - Vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Conjunto de ferramentas para mensagens, notcias, web, transferncias de "
-"arquivos e bate-papo"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Servidor, Bancos de dados"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Servidor de banco de dados PostgreSQL ou MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Ferramentas para facilitar a configurao do seu computador"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - Som"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Utilitrios"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentao"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Ferramentas do Console"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Servidor de mensagens postfiz, servidor de notcias Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Estao de Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Estao de Multimdia"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Configurao LAN"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Mais Desktops Grficos (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"O K Desktop Environment, o ambiente grfico bsico acompanhando de uma "
-"coleo de ferramentas"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Ambiente Grfico"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache e Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Ferramentas para criar e gravar CD's"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Estao de Trabalho de Escritrio"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "servidor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programas grficos como o The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS"
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Bibliotecas de desenvolvimento C e C++, programas e arquivos include"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Servidor de Rede"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Servidor, Correio/Groupware/News"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Estao de Jogos"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Editor e visualizadores de Vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - Grficos"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programas de divertimento: arcade, estratgia, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Conjunto de ferramentas para ler e enviar mensagem e notcias (pine, mutt, "
-"tin...) e para navegar na Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arquivamento, emuladores, monitoramento"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Finana Pessoal"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Um ambiente grfico com um conjunto de aplicativos e ferramenas de desktop "
-"amigveis"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clientes para protocolos diferentes incluindo ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet Gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programas editores/tocadores de som e vdeo"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Outros Desktops Grficos"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editores, shells, ferramentas de arquivos, terminais"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programas para gerenciar seu dinheiro, como o gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Gereciador de Informao Pessoal"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - Gravao de CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Estao de Trabalho Cientfica"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Abortar"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr "Pronto"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Escolha o usurio:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Impressora remota"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Agora voc poder prover as opes para o mdulo %s."
-
-#~ msgid "Low"
-#~ msgstr "Baixo"
-
-#~ msgid "Medium"
-#~ msgstr "Mdio"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Algumas melhoras para esse nvel de segurana, a principal que existem\n"
-#~ "mais avisos e testes de segurana."
-
-#~ msgid "mount failed"
-#~ msgstr "falhou ao montar"
diff --git a/perl-install/share/po/ro.po b/perl-install/share/po/ro.po
deleted file mode 100644
index 82e30c776..000000000
--- a/perl-install/share/po/ro.po
+++ /dev/null
@@ -1,12989 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (c) 2000 MandrakeSoft
-# Florin Grad <florin@mandrakesoft.com>, 1999-2000
-# Dragos Marian Barbu <dragosb@softhome.net>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX 7.1\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-04-30 2:55+0200\n"
-"Last-Translator: Florin Grad <florin@mandrakesoft.com>\n"
-"Language-Team: romanian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:249
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "Citirea configuraiei"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Carte grafic"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Alegei o carte grafic"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Alegei un server X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Server X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Alegei un server X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "Server X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, fuzzy, c-format
-msgid "XFree %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:363
-#, fuzzy
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Ce tip de intrri dorii s adugai ?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-#, fuzzy
-msgid "XFree configuration"
-msgstr "Configuraie post-install"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Alegei memoria pentru cartea grafic"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Alegei opiunile pentru server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Alegei un monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Cei doi parametri critici sunt rata de actualizare vertical, care este "
-"rata\n"
-"la care ntregul ecran e actualizat i mai important rata de sincronizare\n"
-"orizontal, care este rata la care liniile de scan sunt afiate.\n"
-"Este FOARTE IMPORTANT s nu specificai un tip de monitor cu interval de\n"
-"sincronizare care depete capabilitile monitorului vostru: putei\n"
-"distruge monitorul n acest fel.\n"
-"Dac nu suntei sigur, alegei parametri conservativi."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Rata de actualizare orizontal"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Rata de actualizare vertical"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor nu a fost nc configurat"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Cartea grafic nu a fost configurat nc"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Rezoluia nu a fost nc aleas"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../Xconfigurator.pm_.c:650
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Atenie: testul e periculos pentru aceast carte grafic"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test de configuraie"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"rencercai dup ce ai modificat ceva parametri"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "A aprut o eroare:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Testul se va termina n %d secunde"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Configuraia e corect"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Eroare, rencercai dup ce ai modificat ceva parametri"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rezoluie"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Alegei rezoluia i culorile"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Carte grafic: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Server XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-#, fuzzy
-msgid "More"
-msgstr "Deplaseaz"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Expert Mode"
-msgstr "Expert"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Afiai tot"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rezoluii"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastatura : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tip de mouse : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Periferic pentru mouse: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Frecvena orizontala pentru monitor : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Frecvena verticala pentru monitor : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Carte grafic : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Carte grafic : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memorie grafic : %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, fuzzy, c-format
-msgid "Color depth: %s\n"
-msgstr "Opiuni pentru culori:"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, fuzzy, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezoluii"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Server XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, fuzzy, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Server XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Pregtesc configuraia X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Ce dorii s facei ?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Alegei un alt tip de monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Alegei un alt tip de carte grafic"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Schimbai opiunile server-ului"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Alegei o alt rezoluie"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Afieaz informaiile"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testeaz din nou"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Ieire"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, fuzzy, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr "Pastrai configuraia IP curent"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "Sever X la demaraj"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Pot s configurez calculatorul sa demareze automat X la demaraj.\n"
-"Dorii sa demarai X cnd redemarai ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "V rog reconectai-v ca %s pentru a activa schimbrile"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "V rog delogai-v i folosii Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 de culori (8 bii)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mii de culori (15 bii)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mii de culori (16 bii)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milioane de culori (24 bii)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliarde de culori (32 bii)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB sau mai mult"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 la 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 la 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 Compatibil, 1024x768 la 87 Hz ntreesut (nu 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 la 87 Hz ntreesut, 800x600 la 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Super VGA Extins, 800x600 la 60 Hz, 640x480 la 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Ne-ntreesut SVGA, 1024x768 la 60 Hz, 800x600 la 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "nalt frecven SVGA, 1024x768 la 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frecven care e capabil de 1280x1024 la 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frecven care e capabil de 1280x1024 la 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frecven care e capabil de 1280x1024 la 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor care e capabil de 1600x1200 la 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor care e capabil de 1600x1200 la 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Primul sector al partiiei de demaraj"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Primul sector al discului (MBR)"
-
-#: ../../any.pm_.c:120
-#, fuzzy
-msgid "SILO Installation"
-msgstr "Instalare LILO/grub"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Unde dorii s instalai Gestionarul de demaraj ?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Instalare LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr ""
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr ""
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-#, fuzzy
-msgid "Yaboot"
-msgstr "Root"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Opiunile principale ale gestionarului de demaraj"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-#, fuzzy
-msgid "Bootloader to use"
-msgstr "Opiunile principale ale gestionarului de demaraj"
-
-#: ../../any.pm_.c:169
-#, fuzzy
-msgid "Bootloader installation"
-msgstr "Opiunile principale ale gestionarului de demaraj"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Periferic de demaraj"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nu funcioneaz cu BIOS-urile vechi)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Compact"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "compact"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Mod video"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Timp de ateptare naintea demarrii imaginii standard"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Parola"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Parola (din nou)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Limiteaz opiunile liniei de comand"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "limiteaz"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Cur /tmp la fiecare demaraj"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Precizeaz cantintatea de RAM dac e necesar (am gsit %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Activeaz profilurile multiple"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Introducei cantintatea de RAM n MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Opiunea ``Limiteaz opiunile liniei de comand'' e inutil fr parol"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "ncercai din nou"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Parolele nu corespund"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-#, fuzzy
-msgid "Default OS?"
-msgstr "Standard"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Acestea sunt diferitele intrrile.\n"
-"Putei s mai adugai i altele sau s schimbai cele existente."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Adaug"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Gata"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "Modific RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Ce tip de intrri dorii s adugai ?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Alt SO (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Alt SO (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Alt SO (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Imagine"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Append"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Citete-Scrie"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabel"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nesigur"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etichet"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Standard"
-
-#: ../../any.pm_.c:326
-#, fuzzy
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "terge intrarea"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Eticheta goal nu e permis"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Trebuie s avei o partiie swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Aceast etichet nu e permis"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Am gsit interfaele %s %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Avei o alt interfaa?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Avei vreo interfa %s ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nu"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Da"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Vezi info hardware"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalarea pilotului pentru %s cartea %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Care %s pilot s ncerc?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"n anumite cazuri, pilotul %s necesit informaii suplimentare pentru a\n"
-"funciona corect, dar funcioneaz bine i fr. Dorii s specificai\n"
-"opiuni suplimentare sau i permitei s interogheze calculatorul pentru\n"
-"informaiile necesare? Ocazional, interogarea poate bloca calculatorul,\n"
-"dar n-ar trebui s produce nici o deteriorare."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Autoprobeaz"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Specificai opiunile"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Putei furniza acum opiunile modulului %s.\n"
-"Opiunile sunt n formatul ``nume=valoare nume2=valoare2 ...''.\n"
-"de exemplu, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opiuni pentru module:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"nccarea modulului %s a euat.\n"
-"Dorii sncercai cu ali parametri ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(deja adugat %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Aceasta parol e prea simpl"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Va rog nscriei numele utilizatorului"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Numele utilizatorului trebuie sa conin numai caractere minuscule, numere, "
-"`-' i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Acest nume de utilizator e deja adugat"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Adugai un utilizator"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Intrai un utilizator\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Acceptare utilizator"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Nume real"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Numele utilizatorului"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icoan"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr ""
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Pot s configurez calculatorul sa demareze automat X la demaraj.\n"
-"Dorii sa demarai X cnd redemarai ?"
-
-#: ../../any.pm_.c:833
-#, fuzzy
-msgid "Choose the default user:"
-msgstr "Alegei noua mrime"
-
-#: ../../any.pm_.c:834
-#, fuzzy
-msgid "Choose the window manager to run:"
-msgstr "Alegei unealta pe care dorii s o folosii"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "V rog, alegei o limb."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Putei s alegei alte limbi care vor fi disponibile dup instalare"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Adugai un utilizator"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-#, fuzzy
-msgid "Custom"
-msgstr "Personalizat"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "Estimare"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Acest pachet trebuie actualizat\n"
-"Suntei sigur c dorii s-l deselectai ?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Anuleaz"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Bun venit Pirailor"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Slab"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Ridicat"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Ridicat"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoiac"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Va trebui s folosii acest nivel cu grij. Aceasta face ca sistemul s fie\n"
-"mai uor de folosit, dar foarte sensibil: nu trebuie s fie folosit pentru "
-"un\n"
-"calculator conectat cu altele de pe Internet. Nu exist nici o parol de\n"
-"acces."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Parolele sunt acum activate, dar utilizarea lui ca un calculator ntr-o\n"
-"reea tot nu recomandat."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Acest a nivelul de securitate standard recomandat pentru un calculator care\n"
-"va fi conectat ca un client la Internet. Nu exist verificri de securitate."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Cu acest nivel de securitate, utilizarea acestui calculator ca server\n"
-"devine posibil. Securitatea este destul de ridicat pentru a folosi acest\n"
-"sistem ca server care accept conexiuni de la muli clieni."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Avem funcionalitile nivelului 4 de securitate dar acum sistemul e\n"
-"complet nchis. Securitatea e la maximum."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Alegei nivelul de securitate"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Alegerea nivelului de securitate"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Alegei opiunile pentru server"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, fuzzy, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Bun venit la gestionarul de sisteme de operare %s!\n"
-"\n"
-"Pentru a afisa diferitele posibilitati, apasati <TAB>.\n"
-"\n"
-"Pentru a demara unul dintre ele, scrieti-i numele si apasati <ENTER> sau\n"
-"asteptati %d secunde pentru demararea din oficiu.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Bun venit la gestionarul de sisteme de operare GRUB!"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Folositi tastele %c si %c pentru selectarea intrarii puse in evidenta."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Apasati enter pentru a demara OS-ul selectat, 'e' pentru a edita"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "comandele inainte de a demara, sau 'c' pentru linia de comanda."
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Intrarea selectata va demara dupa %d secunde"
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nu e destul spaiu n /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Meniu de Start"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Unde dorii s instalai Gestionarul de demaraj ?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr "Configuraie post-install"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-#, fuzzy
-msgid "/_File"
-msgstr "Fiiere:\n"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr ""
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr ""
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Monitor"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Alegei un alt tip de monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "Nume de domeniu"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Periferic de demaraj"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-#, fuzzy
-msgid "Configure"
-msgstr "Configurai X"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr ""
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr ""
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr ""
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr ""
-
-#: ../../common.pm_.c:114
-#, fuzzy, c-format
-msgid "%d seconds"
-msgstr "Testul se va termina n %d secunde"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Imposibil de adugat o alta partiie"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Putei s alegei alte limbi care vor fi disponibile dup instalare"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Anuleaz"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr "Belgian"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "German"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Grec"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr "Norvegian"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "Afieaz"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Italian"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "serie"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "V rog facei mai nti o copie a datelor dumneavoastr"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Citii cu atenie!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Dac dorii s folosii aboot, asigurai-v s lsai un spaiu liber\n"
-"(2048 de sectoare sunt de ajuns) la nceputul discului"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Eroare"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Alegei aciunea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Avei o singur partiie mare FAT\n"
-"(n general folosit de MicroSoft Dos/Windows).\n"
-"Va sugerez s redimensionai mai nti acea partiie\n"
-"facei clic pe ea i apoi pe \"Redimensioneaz\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "V rog facei clic pe o partiie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalii"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "montare euat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Gol"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Alt tip"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipul de fiiere sistem: "
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Creaz"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tip"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Folosete ``%s'' n loc"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "terge"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Folosete ``Demontare' mai nti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Dup schimbarea tipului de partiie %s, toate datele de pe aceasta "
-"partiievor fi pierdute"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Alegei aciunea"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Creeaz o nou partiie"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Trece n mod expert"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Trece n mod normal"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Anuleaz"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Continuai totui?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Ieire fr a nregistra"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Ieire din program fr a scrie n tabloul de partiii ?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Auto aloca"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "terge tot"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Afieaz informaiile"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Toate partiiile principale sunt alocate"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Imposibil de adugat o alta partiie"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Pentru a avea mai multe partiii, tergei una pentru a putea crea una de "
-"tip Extended "
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Scrie tabloul de partiii"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Salveaz tabelul de partiii"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Salveaz tabelul de partiii"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Salveaz tabelul de partiii"
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Automontare automat a perifericelor extractibile"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Selecioneaz fiierul"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Tabloul de partiie salvat nu are aceeai mrime\n"
-"S continui totui ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Avertisment"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Introducei o dischet n periferic\n"
-"Toate datele de pe aceast dischet vor fi pierdute"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "ncercare de salvare a tabloului de partiii"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Afieaz informaiile"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Punct de montaj"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-#, fuzzy
-msgid "Options"
-msgstr "Informaie"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Redimensioneaz"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Deplaseaz"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formateaz"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montaj"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Adaug la RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Adaug la LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Demonteaz"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "terge din RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "terge din LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modific RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Folosete pentru loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Creeaz o nou partiie"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Sector de nceput: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Mrimea n MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tipul de fiiere: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Punct de montaj: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferin: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatarea fiierului loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Schimb tipul partiiei"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "Ce limb dorii ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Unde dorii s montai fiierul loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Unde dorii s montai perifericul %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Nu pot s desfiinez acest punct de montaj pentru c partiia e "
-"folositpentru loopback.\n"
-"tergei loopback-ul mai nti"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Calculeaz salturile de fiiere FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Redimensioneaz"
-
-#: ../../diskdrake/interactive.pm_.c:609
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Toate datele de pe aceasta partiie ar trebui salvate mai nti"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Dup redimensionarea partiiei %s toate datele de pe aceasta partiie vor fi "
-"pierdute"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Alegei noua mrime"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Mrimea n MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Pe ce disc dorii s schimbai ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "La ce sector dorii sa schimbai ?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Schimb"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Schimb partiia..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Alegei un RAID existent la care s adugai"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nou"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Alegei un LVM existent la care s adugai"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Aceast partiie nu poate fi folosit pentru loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Numele fiierului loopback"
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Nume real"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Fiier deja folosit de un alt loopback, alegei un altul"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Fiierul exist deja. S-l folosesc ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Opiuni pentru module:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "periferic: "
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivel"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "mrimea poriunii "
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Atenie: aceasta operaie e periculoas."
-
-#: ../../diskdrake/interactive.pm_.c:906
-#, fuzzy
-msgid "What type of partitioning?"
-msgstr "Ce tip de imprimanta avei?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"mi pare ru dar nu voi accepta s creez /boot att de departe disc (pe un "
-"cilindru > 1024).\n"
-"Sau folosii LILO soi nu va funciona, sau nu folosii LILO i atunci nu\n"
-"avei nevoie de /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Partiia pe care ai selecionat-o pentru adugare ca root (/) e fizic "
-"localizat dincolo\n"
-"de cilindru 1024 pe discul dur i nu avei nici o partiie /boot.\n"
-"Dac planificai s folosii LILO ca gestionar de demaraj, asigurai-v "
-"cai adugat o partiie /boot."
-
-#: ../../diskdrake/interactive.pm_.c:934
-#, fuzzy
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Ai selectat o partiie software root en tant que RAID.\n"
-"Nici un gestionar de boot nu e capabil s gereze aceasta fr\n"
-"o partitie /boot. Folosii deci o partiie /boot dac dorii s folosii\n"
-"lilo sau grub."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tabloul de partiii al perifericului %s va fi scris pe disc!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr ""
-"Va trebui s redemarai pentru ca schimbrile sa fie luate n considerare"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Dup formatarea partiiei %s toate datele de pe aceasta partiie vor fi "
-"pierdute"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatare"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatarea fiierului loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatarea partiiei %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid a euat"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Creeaz o nou partiie"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Creeaz o nou partiie"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Rezoluii"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Periferic: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Litera perifericului DOS: %s (doar o presupunere)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tip: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Nume: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sector %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Mrimea: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectori"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "De la cilindrul %d la cilindrul %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Neformatat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Fiier(e) loopback: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partiia demarat din oficiu\n"
-" (pentru demaraj MS-DOS, nu pentru lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivel %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Mrimea poriunii %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discuri-RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Numele fiierului loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Mrime: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s cylinders, %s heads, %s sectors\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discuri-LVM %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipul tabloul de partiii : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "pe bus-ul %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, fuzzy, c-format
-msgid "Options: %s"
-msgstr "Partiie"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Tipul de fiiere: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Aceast parole e prea simpl (ar trebui s fie de cel puin %d caractere)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Parolele nu corespund"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Schimb tipul partiiei"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "V rog facei clic pe o partiie"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Server DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s Formatarea %s euat"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Nu tiu cum s formatez %s n tipul %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "eroare la demontarea %s: %s"
-
-#: ../../fsedit.pm_.c:21
-#, fuzzy
-msgid "simple"
-msgstr "Fiier"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Punctele de montaje trebuie sa nceap cu un /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "O partiie cu punctul de montaj %s exist deja\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Avei nevoie de un sistem de fiiere serios (ext2, reiserfs) pentru\n"
-"acest punct de montaj.\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Avei nevoie de un sistem de fiiere serios (ext2, reiserfs) pentru\n"
-"acest punct de montaj.\n"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Eroare la citirea %s pentru a scrie: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"O eroare a aprut - nu am gsit nici un periferic pentru a instala noi "
-"fiiere\n"
-"sistem. Verificai harware-ul pentru a detecta cauza acestei probleme."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nu avei nici o partiie!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Putei alege acum serviciile ce dorii s iniializai la demararea\n"
-"calculatorului. Dac plasai mouse-ul deasupra rubricii, un mic balon de\n"
-"ajutor va apare pentru a descrie rolul serviciului respectiv."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"V rog selectai portul corect. De exemplu, portul COM1 din Windows e\n"
-"numit ttyS0 n Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (de la LInux LOader) i Grub sunt gestionare de demaraj. Amndoi sunt\n"
-"capabili s demareze Linux sau un alt sistem prezent n calculator.\n"
-"n mod normal, aceste alte sisteme de operare sunt detectate i instalate\n"
-"corect. Dac cumva nu e cazul, putei aduga o intrare manual n acest\n"
-"ecran. Avei grij s alegei parametrii cei buni.\n"
-"\n"
-"\n"
-"Putei de asemenea s interzicei accesul acestor alte sisteme a altor \n"
-"utilizatori, caz n care ar trebui s tergei intrrile acestor sisteme.\n"
-"n acest ultim caz ns, vei avea nevoie de un floppy de demaraj pentru\n"
-"a putea le demara!"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Va trebui s indicai unde s punei informaia necesar pentru a porni "
-"Linux.\n"
-"\n"
-"\n"
-"n general alegei \"Primul sector al discului\". Alegei altceva doar dac "
-"tii ce facei."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nu pot s folosesc difuzia fr nici un domeniu NIS"
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Introducei o dischet n perifericul %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Eroare la citirea fiierului %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Trebuie s avei o partiie root.\n"
-"Pentru aceasta, creai o partiie (sau facei clic pe un existent).\n"
-"Alegei apoi aciunea ``Punct de montaj'' i fixai-o la '/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Trebuie s avei o partiie swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"N'avei nici o partiie swap\n"
-"\n"
-"S continui totui?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Trebuie s avei o partiie swap"
-
-#: ../../install_interactive.pm_.c:90
-#, fuzzy
-msgid "Use free space"
-msgstr "Folosete pentru loopback"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:100
-#, fuzzy
-msgid "Use existing partition"
-msgstr "Formatarea partiiilor"
-
-#: ../../install_interactive.pm_.c:102
-#, fuzzy
-msgid "There is no existing partition to use"
-msgstr "ncercare de salvare a tabloului de partiii"
-
-#: ../../install_interactive.pm_.c:109
-#, fuzzy
-msgid "Use the Windows partition for loopback"
-msgstr "Folosete pentru loopback"
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Ce partie dorii s folosii pentru a instala Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Alegei mrimile"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Mrimea partiiei root n MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Mrimea partiiei swap n MB:: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:128
-#, fuzzy
-msgid "Which partition do you want to resize?"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../install_interactive.pm_.c:130
-#, fuzzy
-msgid "Computing Windows filesystem bounds"
-msgstr "Calculeaz salturile de fiiere FAT"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"AVERTISMENT!\n"
-"\n"
-"DrakX va redimensiona acum partiiile Windows. Avei grij: aceast "
-"operaie\n"
-"est periculoas. Dac nu ai fcut-o deja, ar trebui mai nti s prsii\n"
-"instalarea i a executai scandisk n Windows (i defrag opional), apio\n"
-"rencepei instalarea. Ar trebui de asemenea s facei o copie a datelor\n"
-"dumneavoastr. Dac suntei sigur, apsai Ok."
-
-#: ../../install_interactive.pm_.c:147
-#, fuzzy
-msgid "Which size do you want to keep for windows on"
-msgstr "La ce sector dorii sa schimbai ?"
-
-#: ../../install_interactive.pm_.c:148
-#, fuzzy, c-format
-msgid "partition %s"
-msgstr "Partiie"
-
-#: ../../install_interactive.pm_.c:155
-#, fuzzy, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Redimensionarea automat a euat"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:182
-#, fuzzy, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Dup redimensionarea partiiei %s toate datele de pe aceasta partiie vor fi "
-"pierdute"
-
-#: ../../install_interactive.pm_.c:190
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "Formatarea partiiilor"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:197
-#, fuzzy, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Putei partiiona acum discul %s dumneavoastr dur\n"
-"Cnd ai terminat, nu uitai s nregistrai folosind `w'"
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nu avei nici o partiie Windows"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr "Imposibil de adugat o alta partiie"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:251
-#, fuzzy, c-format
-msgid "Partitioning failed: %s"
-msgstr "Tipul tabloul de partiii : %s\n"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Configuraie reea"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Oprire reea"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"A aprut o eroare pe care nu tiu s o interpretez n mod corect.\n"
-"Continuai pe riscul dumneavoastr."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplicai pounctul de montaj %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Cteva pachete importante nu s-au instalat corect.\n"
-"Sau avei o problem cu perifericul de cdrom sau cu \n"
-"cdrom-ul propriu-zis. Folosii comanda \"rpm -qpl \n"
-"Mandrake/RPMS/*.rpm\" pentru a verifica cdrom-ul pe un\n"
-"sistem instalat.\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Bine ai venit la %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nici dischet disponibil"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "ncepe etapa `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Tip de instalare"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "V rog alegei unul din urmtoarele tipuri de instalare"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Mrimea total a grupurilor selectate e n jur de %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Dac dorii s instalai mai puin dect aceast mrime,\n"
-"selectai procentul pachetelor pe care dorii s le instalai.\n"
-"\n"
-"Un procent slab va instala numai pachetele cele mai inmportante;\n"
-"un procent de 100% va instala toate pachetele selectate."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Nu avei spaiu pe discul dunmeavoastr dect pentru %d%% al acestor\n"
-"pachete.\n"
-"\n"
-"Dac dorii s instalai mai puin dect att,\n"
-"selectai procentul pachetelor pe care dorii sle instalai.\n"
-"Un procent slab nu va installa dect pachetele cele mai importante;\n"
-"un procent de %d%% va instala ct de multe pachete va fi posibil."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Vei putea s le alegei mai n detaliu la etapa urmtoare."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procentul pachetelor de instalat"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Selectarea grupurilor de pachete"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Selectare individual a pachetelor"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Mrime total: %d / %d MB "
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Pachet defectuos"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Nume: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Versiune: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mrime: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Importan: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Nu avei destul spaiu pentru a instala acest pachet"
-
-#: ../../install_steps_gtk.pm_.c:422
-#, fuzzy
-msgid "The following packages are going to be installed"
-msgstr "Pachetele urmtoare urmeaz s fie dezinstalate"
-
-#: ../../install_steps_gtk.pm_.c:423
-#, fuzzy
-msgid "The following packages are going to be removed"
-msgstr "Urmtoare pachete vor fi instalate/terse"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Nu putei selecta/deselecta acest pachet"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Acesta este un pachet indispensabil i nu poate fi deselectat"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Nu putei deselecta aces pachet. E deja instalat"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Acest pachet trebuie actualizat\n"
-"Suntei sigur c dorii s-l deselectai ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Nu putei deselecta acest pachet. Trebuie acualizat."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instalare"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "nregistreaza pe dischet"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Selectare individual a pachetelor"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Dezinstalare"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Alegei pachetele pe care dorii s le instalai"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "n curs de instalare"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Estimare"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Timp rmas "
-
-#: ../../install_steps_gtk.pm_.c:528
-#, fuzzy
-msgid "Please wait, preparing installation"
-msgstr "Pregtesc instalarea"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d pachete"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instalarea pachetului %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-#, fuzzy
-msgid "Accept"
-msgstr "Acceptare utilizator"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#, fuzzy
-msgid "Refuse"
-msgstr "Redimensioneaz"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Schimbai Cd-Rom-ul!\n"
-"\n"
-"V rog introducei Cd-Rom etichetat \"%s\" i apoi apsai Ok.\n"
-"Dac nu-l avei, apsai Anuleaz pentru a evita instalarea de pe acest Cd-"
-"Rom."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "S continui totui?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "O eroare a aprut la ordonarea pachetelor:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "A fost o eroare la instalarea pachetelor:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "A aprut o eroare"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatur"
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Alegei tastatura."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Ce tip de instalare dorii?"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Install/Update"
-msgstr "Instalare/Actualizare"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Is this an install or an update?"
-msgstr "Este vorba de o instalare sau de o actualizare ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Recomandat"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Actualizare"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Selectare individual a pachetelor"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port Mouse"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Pe ce port serie este conectat mouse-ul?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Configuraie cartele PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Configuraia IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nici o partiie disponibil"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Alegei punctele de montaj"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, fuzzy, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nu pot citi tabloul de partiii, e prea deteriorat dup mine :(\n"
-"Voi ncerca s continui tergnd partiiile greite"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake a euat la citirea corect a tabloului de partiii.\n"
-"Continuai pe riscul dumneavoastr!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "N'am gsit nici o partiie root"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partiia Root"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Care e partiia root (/) a sistemului dumneavoastr?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Trebuie s redemarai pentru a nregistra modificrile tabloului de partiii"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Alegei partiiile pe care dorii sa le formatai"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "S verific blocurile defectuoase?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatarea partiiilor"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Crearea i formatarea fiierului %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Swap insuficient pentru a termina instalarea, mai adugai ceva"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Cutarea pachetelor disponibile"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Cautarea pachetelor de actualizat"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, fuzzy, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Sistemul dumneavoastr nu ar destul spaiu disponibil pentru instalare\n"
-"sau actualizare"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Complete (%dMB)"
-msgstr "Normal"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Minimum (%dMB)"
-msgstr "(%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Recommended (%dMB)"
-msgstr "Recomandat"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Restaureaz din dischet"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Restaureaz din dischet"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "Selectarea grupurilor de pachete"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Introducei o dischet n perifericul %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "nregistreaza pe dischet"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-#, fuzzy
-msgid "Type of install"
-msgstr "Alegei pachetul de instalat"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-#, fuzzy
-msgid "With X"
-msgstr "Ateptare"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Dac avei toate CD-urile din lista de mai jos, apsai Ok.\n"
-"Dac nu avei nici unul din aceste CD-uri, apsai Anuleaz.\n"
-"Dac nu v lispsesc dect cteva CD-uri, deselectai-le i facei click pe "
-"Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom etichetat \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Pregtesc instalarea"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"instalarea pachetului %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Configuraie post-install"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Introducei o dischet n perifericul %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Introducei uo dischet goal n perifericul %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Avei acum posibilitatea de a recupera de pe Internet programele destinate\n"
-"criptajului.\n"
-"\n"
-"AVERTISMENT:\n"
-"\n"
-"Din cauza diferitelor cerine generale aplicabile la aceste programe n\n"
-"funcie de diferite jurisdicii, clientul i/sau utilizatorul final al\n"
-"acestor programe ar trebui s se asigure c jurisdicia i permite s\n"
-"foloseasc sau s stocheze aceste programe.\n"
-"\n"
-"nclcarea eventual a unei interziceri n acest domeniu ar putea s fie\n"
-"sacionat sever de jurisdicia dumneavoastr.\n"
-"\n"
-"n nici un caz MandrakeSoft sau unul dintre fabricanii si i/sau\n"
-"furnizorii si n'ar putea s poarte responsabilitatea unor deteriorri\n"
-"indirecte sau accidentale (incluznd, dar fr as e limita la pierderi\n"
-"sau profituri, ntreruperi de afaceri, pierdere a datelor comerciale i\n"
-"alte pierderi i unele indemnizri eventuale din cauza unor decizii)\n"
-"suscitate n urma folosirii, posesiei, sau a simplei recuperri a acestor\n"
-"programe, la care clientul sau/i utilizatorul final ar avea acces dup\n"
-"acceptarea prezentului acord.\n"
-"\n"
-"\n"
-"Pentru orice ntrebri cu privire a acestui acord, v rog contactai\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "Contactarea oglinzii pentru recuperarea pachetelor disponibile"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Alegei o oglind de la care s recuperai pachetele"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Contactarea oglinzii pentru recuperarea pachetelor disponibile"
-
-#: ../../install_steps_interactive.pm_.c:967
-#, fuzzy
-msgid "Which is your timezone?"
-msgstr "Care e folosina sistemului dumneavoastr?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Ceasul dumneavoastr hardware e fixat la GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "Server NIS"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-#, fuzzy
-msgid "Remote CUPS server"
-msgstr "Coad distant:"
-
-#: ../../install_steps_interactive.pm_.c:1015
-#, fuzzy
-msgid "No printer"
-msgstr "Imprimant local"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Avei o alt interfaa?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-#, fuzzy
-msgid "Mouse"
-msgstr "Mouse USB"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Imprimant"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr "Folosete NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "Imprimant local"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Alegei parola pentru root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Nici o parol"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-"Aceast parole e prea simpl (ar trebui s fie de cel puin %d caractere)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentificare"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "Autentificare"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Server NIS"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "Autentificare NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "Domeniu NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "Server NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-#, fuzzy
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"O dischet personalizat de demaraj permite un mod de a accede la sistemul\n"
-"vostru Linux fr a depinde de gestionarul de demaraj normal. Acesta este \n"
-"util dac nu dorii s instalai LILO (sau grub) n sistem sau dac alte \n"
-"sisteme terg LILO sau dac LILO nu funcioneaz n sistemul dumneavoastr.\n"
-"O dischet personalizat poate fi de asemena folosit ca o imagine de\n"
-"depanaj, ceea ce permite recuperri mult mai uoare n urm unor pane "
-"severe.\n"
-"Dorii s creai o dischet de demaraj pentru sistemul dumneavoastr ?"
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Primul periferic de dichet"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Al doilea periferic de dischet"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Sari peste"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"O dischet personalizat de demaraj permite un mod de a accede la sistemul\n"
-"vostru Linux fr a depinde de gestionarul de demaraj normal. Acesta este \n"
-"util dac nu dorii s instalai LILO (sau grub) n sistem sau dac alte \n"
-"sisteme terg LILO sau dac LILO nu funcioneaz n sistemul dumneavoastr.\n"
-"O dischet personalizat poate fi de asemena folosit ca o imagine de\n"
-"depanaj, ceea ce permite recuperri mult mai uoare n urm unor pane "
-"severe.\n"
-"Dorii s creai o dischet de demaraj pentru sistemul dumneavoastr ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "mi pare ru dar nu gsesc nici un periferic de dischet disponibil."
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Alegei perifericul pe care-l dorii pentru a realiza un disc de demaraj."
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Introducei o dischet n perifericul %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Crearea dischetei de demaraj"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Pegtirea gestionalului de demaraj"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-#, fuzzy
-msgid "Do you want to use aboot?"
-msgstr "Vrei s folosii SILO?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Eroare la instalrea lui aboot,\n"
-"s ncerc s forai instalarea chiar dac aceasta distruge prima partiie ?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Instalai un gestionar de demaraj"
-
-#: ../../install_steps_interactive.pm_.c:1259
-#, fuzzy
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalarea lui LILO a euat. Urmtoarea eroare a aprut:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Introducei uo dischet goal n perifericul %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Creati discheta de autoinstalare"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Cteva etape nu au fost completate.\n"
-"\n"
-"Chiar vrei s terminai acum?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Felicitri, instalarea e complet.\n"
-"Scoatei media de demaraj i apsai Enter pentru redemaraj.\n"
-"\n"
-"\n"
-"Pentru informaii asupra corecii disponibile pentru aceasta versiune\n"
-"Mandrake Linux, consultai Erata disponibil la \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informaiile asupra configurrii sistemului sunt disponibile n \n"
-"capitolul referitor la post instalare din \n"
-"Oficial Mandrake Linux User's Guide."
-
-#: ../../install_steps_interactive.pm_.c:1354
-#, fuzzy
-msgid "Generate auto install floppy"
-msgstr "Creati discheta de autoinstalare"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatizat"
-
-#: ../../install_steps_interactive.pm_.c:1361
-#, fuzzy
-msgid "Replay"
-msgstr "Rencarc"
-
-#: ../../install_steps_interactive.pm_.c:1364
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Selectare individual a pachetelor"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instalare Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> ntre elemente | <Space> selecteaz | <F12> urmtorul ecran"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Alegei aciunea"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Puintic rbdare"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandai Arborele"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "nchidei Arborele"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Basculai ntre plat i triere n funcie de grup"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Alegere greit, ncercai din nou\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ce alegei? (din oficiu %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ce alegei? (din oficiu %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Partiie"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Vrei s folosii SILO?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ce alegei? (din oficiu %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Ceh (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "German"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spaniol"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finlandez"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francez"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norvegian"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polonez"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rus"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Suedez"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Tastatura UK"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Tastatura US"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Ukrainian"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armenian (vechi)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenian (main de scris)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armenian (fonetic)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgian"
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Armenian (fonetic)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgar"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilian (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorus"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Elveian (dispoziie german)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Elveian (dispoziie francez)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Ceh (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "German (fra taste moarte)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danez"
-
-#: ../../keyboard.pm_.c:210
-#, fuzzy
-msgid "Dvorak (US)"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:211
-#, fuzzy
-msgid "Dvorak (Norwegian)"
-msgstr "Norvegian"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonian"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgian (dispoziie \"Rus\")"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgian (dispoziie \"Latin\")"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grec"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungar"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croat"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izraelian"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Izraelian (fonetic)"
-
-#: ../../keyboard.pm_.c:224
-#, fuzzy
-msgid "Iranian"
-msgstr "Ukrainian"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandez"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italian"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr ""
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Tastatura UK"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latin American"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituanian AZERTY (vechi)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituanian AZERTY (nou)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituanian QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lithuanian \"fonetic\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "Informaie"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Olandez"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polonez (dispoziie qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polonez (dispoziie qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portughez"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Canadian (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "us (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "us (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "us (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Sloven"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovac (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovac (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Iugoslav (dispoziie latin)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabel"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Tastatur Thai"
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Tastatur Thai"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turc (tradiional model \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turc (model \"Q\" modern)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrainian"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Tastatur US (internaional)"
-
-#: ../../keyboard.pm_.c:269
-#, fuzzy
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Lituanian QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Iugoslav (dispoziie latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Montaje circulare %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Mouse - Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-#, fuzzy
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Mouse PS/2 generic"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr ""
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Mouse generic cu 2 butoane"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generic"
-
-#: ../../mouse.pm_.c:46
-#, fuzzy
-msgid "Wheel"
-msgstr "nivel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serie"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Mouse generic cu 3 butoane"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (serie, tip vechi C7)"
-
-#: ../../mouse.pm_.c:66
-#, fuzzy
-msgid "busmouse"
-msgstr "Fr mouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "nici unul"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Fr mouse"
-
-#: ../../mouse.pm_.c:499
-#, fuzzy
-msgid "Please test the mouse"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../mouse.pm_.c:500
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-#, fuzzy
-msgid "Finish"
-msgstr "Finlandez"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "E corect ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Nume de conexiune"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:37
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Alegei noua mrime"
-
-#: ../../network/ethernet.pm_.c:93
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Pe ce port serie este conectat mouse-ul?"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "n'am gsit nici o carte de reea"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Configuraie reea"
-
-#: ../../network/ethernet.pm_.c:203
-#, fuzzy
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"V rog intrai numele calculatorului.\n"
-"Numele calculatorului ar trebui s fie un nume ntreg-calificat,\n"
-"ca de exemplu ``calculatorulmeu.laboratorulmeu.ntreprindereamea.com''.\n"
-"Putei de asemenea intra adresa IP a pasarelei dac avei una"
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-#, fuzzy
-msgid "Host name"
-msgstr "Numele calculatorului:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Configuraia reelei"
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Expert"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "La ce port serial este conectat mouse-ul?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Citirea configuraiei"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Citirea configuraiei"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Configuraie"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Test de configuraie"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-#, fuzzy
-msgid "Which protocol do you want to use ?"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../network/isdn.pm_.c:199
-#, fuzzy
-msgid "What kind of card do you have?"
-msgstr "Ce tip de imprimanta avei?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-#, fuzzy
-msgid "ISA / PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-#, fuzzy
-msgid "PCI"
-msgstr "PCMCIA"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-#, fuzzy
-msgid "Continue"
-msgstr "Continuai totui?"
-
-#: ../../network/isdn.pm_.c:216
-#, fuzzy
-msgid "Which is your ISDN card ?"
-msgstr "Care e zona dumneavoastr orar?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Pe ce port serial este conectat modemul dumneavoastr?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Opuni de telefonie"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Nume de conexiune"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-#, fuzzy
-msgid "Phone number"
-msgstr "Numr de telefon"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID de login"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Bazat-pe-un-script"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Bazat-pe-un-terminal"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-#, fuzzy
-msgid "Domain name"
-msgstr "Nume de conexiune"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Primul server DNS"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Al doilea server DNS"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr "Configuraie reea"
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Pe ce disc dorii s schimbai ?"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr "Nume de conexiune"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Pe ce disc dorii s schimbai ?"
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Nume de conexiune"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Configuraie reea"
-
-#: ../../network/netconnect.pm_.c:50
-#, fuzzy
-msgid "Internet connection & configuration"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Configuraie reea"
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr "Configuraie reea"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Configuraia reelei"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Alegei noua mrime"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detecia perifericelor..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Configuraie reea"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Duplicai pounctul de montaj %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "Cable connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, fuzzy
-msgid "LAN connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Alegei unealta pe care dorii s o folosii"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Do you want to start the connection at boot?"
-msgstr "Doriti s folosii aboot?"
-
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Network configuration"
-msgstr "Configuraia reelei"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"V rog intrai configuraia IP pentru acest calculator.\n"
-"Fiecare rubrica va trebui sa fie completat ca o adres IP n format\n"
-"zecimal-punctat (de exemplu 192.168.1.55)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Configuraia crii de reea %s"
-
-#: ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "Server XFree86 : %s\n"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-#, fuzzy
-msgid "IP address"
-msgstr "Adres IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-#, fuzzy
-msgid "Netmask"
-msgstr "Masc de reea:"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "IP automat"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Adresa IP ar trebui s fie n formatul 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"V rog intrai numele calculatorului.\n"
-"Numele calculatorului ar trebui s fie un nume ntreg-calificat,\n"
-"ca de exemplu ``calculatorulmeu.laboratorulmeu.ntreprindereamea.com''.\n"
-"Putei de asemenea intra adresa IP a pasarelei dac avei una"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "Server DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Periferic pasarel"
-
-#: ../../network/network.pm_.c:381
-#, fuzzy
-msgid "Proxies configuration"
-msgstr "Configuraie post-install"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy-ul ar trebui s fie http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy-ul ar trebui s fie ftp://..."
-
-#: ../../network/tools.pm_.c:39
-#, fuzzy
-msgid "Internet configuration"
-msgstr "Configuraie proxy"
-
-#: ../../network/tools.pm_.c:40
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Configuraie reea"
-
-#: ../../network/tools.pm_.c:50
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Pe ce disc dorii s schimbai ?"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Nume de conexiune"
-
-#: ../../network/tools.pm_.c:76
-#, fuzzy
-msgid "Connection Configuration"
-msgstr "Configuraie proxy"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr ""
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr ""
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr ""
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr ""
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-#, fuzzy
-msgid "Provider phone number"
-msgstr "Numr de telefon"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Opiuni imprimant"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Opiuni imprimant"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Alegei tastatura"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-#, fuzzy
-msgid "Dialing mode"
-msgstr "Nume de domeniu"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Nume de conexiune"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Nume de conexiune"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-#, fuzzy
-msgid "Account Login (user name)"
-msgstr "Punct de montaj"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-#, fuzzy
-msgid "Account Password"
-msgstr "Parola"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montare euat: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Partiiile extended nu sunt suportatet pe aceast platform "
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Avei o gaur n tabloul de partiii dar nu pot s o folosesc.\n"
-"Singura soluie e s deplasai partiia principal pentru a avea gaura "
-"lngpartiia extins"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restaurarea din fiierul %s a euat: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Backup defectuos"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Eroare la scrierea n fiierul %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "trebuie avut"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "important"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "foarte simpatic"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "simpatic: "
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "poate"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Imprimant local"
-
-#: ../../printer.pm_.c:48
-#, fuzzy
-msgid "Remote printer"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Coad distant:"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "lpd distant:"
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Opiunea imprimantei NetWare"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Server de imprimant"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Periferic imprimant:"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Imprimant local"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Eroare la scrierea n fiierul %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modul %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Adresa IP a serverului SMB"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Standard)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Cum e conectat imprimanta ?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Configuraie"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Coad distant:"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Adresa IP ar trebui s fie n formatul 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "Adresa IP a serverului SMB"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-#, fuzzy
-msgid "Port"
-msgstr "Slab"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Configuraie post-install"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Detecia perifericelor..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Test porturi"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "Duplicai pounctul de montaj %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Periferic imprimant:"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Pe ce port serial este conectat modemul dumneavoastr?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Periferic imprimant:"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Configuraie proxy"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Instalarea pachetului %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Instalarea pachetului %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"pentru a folosi a coad de impresie lpd distant, avei nevoie s furnizai\n"
-"numele calculatorului serverului de imprimant i lista de ateptare"
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Numele calculator distant"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Numele calculator distant"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Numele calculator distant"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opiuni pentru imprimanta SMB/Windows 95/NT"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Pentru a imprima pe o imprimant SMB, avei nevoie s furnizai\n"
-"numele calculatorului SMB (acesta nu este ntotdeauna numele mainii\n"
-"TCP/IP) si probabil adresa IP a serverului de imprimant, ct i \n"
-"numele de access i numele de utilizator, parola i informaia grupului de "
-"lucru."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Numele serverului SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "Adresa IP a serverului SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Numele de access"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Numele de grup"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Opiunea imprimantei NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Pentru a imprima pe o imprimant NetWare, trebuie s furnizai\n"
-"numele serverului NetWare (nu e ntotdeauna acelai cu cel TCP/IP)\n"
-"ct i numele listei de ateptare i eventual utilizatorii care vor avea\n"
-"access i parolele."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Server de imprimant"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Lista de ateptare a imprimantei"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Opiunea imprimantei NetWare"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Opiuni imprimant"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Opiuni imprimant"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-#, fuzzy
-msgid "Printer Device URI"
-msgstr "Periferic imprimant:"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-#, fuzzy
-msgid "Name of printer"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:1006
-#, fuzzy
-msgid "Description"
-msgstr "Specificai opiunile"
-
-#: ../../printerdrake.pm_.c:1007
-#, fuzzy
-msgid "Location"
-msgstr "Informaie"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "E corect ?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Ce tip de imprimanta avei?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Configuraie modem"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Configuraie proxy"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Dorii s testai imprimarea ?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Test porturi"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr "Da, imprim amndou paginile de test"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Imprimant"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "Programator"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Imprimarea pagin(ei/lor) de test"
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "Imprimarea pagin(ei/lor) de test"
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Imprimarea pagin(ei/lor) de test"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Imprimarea pagin(ei/lor) de test"
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Pagin(a/ile) de test a/au fost trimis la procesul de impresie.\n"
-"Aceasta va dura puin timp naintea pornirii imprimrii\n"
-"Starea Imprimrii:\n"
-"%s\n"
-"\n"
-"Funcioneaz cum trebuie?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Pagin(a/ile) de test a/au fost trimis la procesul de impresie.\n"
-"Aceasta va dura puin timp naintea pornirii imprimrii\n"
-"Funcioneaz cum trebuie?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Mouse USB"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Oprire reea"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Oprire reea"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Opiuni imprimant"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Configuraie proxy"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Configuraia imprimantei"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Configuraie reea"
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Configuraie reea"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor nu a fost nc configurat"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Configuraie reea"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "Ridicat"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoiac"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Ce tip de partiie dorii?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Configuraia imprimantei"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Instalarea pachetului %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opiuni imprimant"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Configuraia imprimantei"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Dorii s configurai o imprimant?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Imprimant"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Iat urmtoarele cozi de imprimare\n"
-"Putei s adugai altele sau s modificai cele existente."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Iat urmtoarele cozi de imprimare\n"
-"Putei s adugai altele sau s modificai cele existente."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Configuraie reea"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Normal"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Configuraie modem"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Imprimarea pagin(ei/lor) de test"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Imprimant local"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Configuraie post-install"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Slab"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Proxy-ul ar trebui s fie http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Proxy-ul ar trebui s fie ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Belgian"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Parola"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Nici o parol"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Parolele nu corespund"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nu pot aduga partiia la md%d _formatat_RAID"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nu pot scrie fiierul %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid a euat"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid a euat (poate v lipsesc raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nu avei destule partiii pentru nivelul RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron un orar de comand periodic"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd e folosit pentru a monitoriza bateria i login-ul via syslog.\n"
-"Poate de asemenea fi folosit pentru oprirea calculatorului dac bateria e\n"
-"slab."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Demareaz comenzi programate de comanda at la timpul specificat la\n"
-"demararea lui at i lanseaz comenzi batch atunci cnd media de ncrcare\n"
-"e suficient de sczut."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron e un program UNIX standard care demareaz programe-utilizator\n"
-"specificate la intervale periodice. vixie cron adaug o serie "
-"defuncionaliti la bazicul cron UNIX, printre care o mai bun securitate "
-"i\n"
-"opiuni de configuraie mai avansate."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM adaug suport mouse la aplicaii text Linux ca Midnight Commander.\n"
-"El permite de asemenea operaii cu mouse-ul de copiere/lipire i include\n"
-"suportul meniurilor contextuale n consol."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache e un server World Wide Web. E folosit pentru a servi fiiere HTML\n"
-"i CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Super-procesul Internet (numit n mod normal inetd) demareaz o sumedenie\n"
-"de servicii, incluznd telnet, ftp, rsh i rlogin. Dezactivarea lui telnet\n"
-"dezactiveaz toate serviciile de care e responsabil."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Acest pachet ncarc harta de tastatur selectat ca n\n"
-"/etc/sysconfig/keyboard. Aceasta poate fi selectat folosind kbdconfig.\n"
-"Ar trebuie s-l lsai activat pentru majoritatea calculatoarelor."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd este procesul de imprimare necesar pentru ca lpr s funcioneze corect.\n"
-"E un server care arbitreaz activitatea imprimantei(lor)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) e un Server de Nume de Domeniu (DNS) care e folosit la\n"
-"rezolvarea adreselor IP."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Monteaz i demonteaz toate punctele de montaj a Fiierelor sistem de "
-"Reea\n"
-"(NFS), SMB (LanManager/Windows i NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activeaz/Dezactiveaz toate interfeele de reea configurate pentru fi\n"
-"iniializate la demaraj."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS e un protocol popular pentru a mpri fiiere de-a lungul reelelor\n"
-"TCP/IP. Acest serviciu furnizeaz funcionalitatea server-ului NFS, care e\n"
-"configurat via fiierului /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS e un protocol popular pentru a mpri fiiere de-a lungul reelelor\n"
-"TCP/IP. Acest serviciu furnizeaz funcionalitatea blocrii fiierelor NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Suportul PCMCIA e destinat pentru a suporta cartele ethernet i modem-uri\n"
-"laptop-uri. Nu va demara dect dac e configurat deci nu e nici o problem\n"
-"dac e instalat pe calculatoare care nu au nevoie de acesta."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper-ul gestioneaz conexiunile RPC, care sunt folosite de "
-"protocoluri\n"
-"ca NFS i NIS. Server-ul portmap trebuie demarat pe calculatoare care \n"
-"funcioneaz ca servere pentru protocoluri care folosesc mecanismul RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix est un Agent de Transport de Mail (MTA), care e programul care\n"
-"permite deplasarea mail-ului de la un calculator la altul."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Salveaz i restaureaz entropia sistemului pentru o mai mare calitate\n"
-"a generrii de numere aleatoare."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Serviciul de rutaj permite actualizarea automat a tabloului IP de rutaj\n"
-"via\n"
-" protocolului RIP. n timp de RIP este folosit pentru reele mici,\n"
-"alte protocoluri mai complexe sunt folosite pentru reele mai complexe."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Protocolul rstat permite utilizatorilor unei reele s recupereze\n"
-"performanele metrice de la orice calculator de pe reea."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"'Protocolul rusers permite utilizatorilor unei reele s identifice\n"
-"cine e conectat la calculatoarele care au rspuns."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Protocolul rwho permite utilizatorului s recupereze lista tuturor\n"
-"utilizatorului conectai la un calculator care folosete procesul rwho\n"
-"(similar cu finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr ""
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog e facilitatea pe care multe procese o folosesc pentru a scrie\n"
-"mesaje de log n numeroaselor fiiere de log ale sistemului. E o idee\n"
-"bun s demarai ntotdeauna syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-"Demareaz i oprete Server-ul de caractere X la demararea i\n"
-"oprirea calculatorului."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Alegei ce servici dorii s fie lansate automat la demaraj"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Imprimant"
-
-#: ../../services.pm_.c:123
-#, fuzzy
-msgid "Internet"
-msgstr "Interesant"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Mouse Systems"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Server de imprimant"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "periferic: "
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Avertisment"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Append"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Root"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Meniu de Start"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sector"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Test de configuraie"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Interesant"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "Programator"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Nume de conexiune"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Interesant"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Numele serverului SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-#, fuzzy
-msgid "Games"
-msgstr "Gnome"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "expert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-#, fuzzy
-msgid "MandrakeStore"
-msgstr "indispensabil"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalarea pachetului %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Nu pot citi tabloul de partiii, e prea deteriorat dup mine :(\n"
-"Voi ncerca s continui tergnd partiiile greite"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Eroare"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Configuraie post-install"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Configuraie post-install"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Felicitri!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalare"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Adugai un utilizator"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatarea fiierului loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Selectarea grupurilor de pachete"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "terge coada"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Numele utilizatorului"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "ncercai din nou"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "ncercai din nou"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Nici o parol"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Alegei tastatura."
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "V rog facei clic pe o partiie"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Configuraie reea"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Numele utilizatorului"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "V rog, alegei o limb."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Sa folosesc optimizrile penrtu disc dur?"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Sa folosesc optimizrile penrtu disc dur?"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-#, fuzzy
-msgid "What"
-msgstr "Ateptare"
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "nivel"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "nivel"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Opiuni pentru module:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Configuraia reelei"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Instalarea fiierelor sistem"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Informaie"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Pe ce port serial este conectat modemul dumneavoastr?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Configuraia reelei"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Restaureaz din dischet"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Alt tip"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalarea sistemului"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Restaureaz din fiierul"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Restaureaz din fiierul"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Personalizat"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "Ajutor"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Meniu de Start"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Restaureaz din fiierul"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Text"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Alege pachetele de instalat"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "V rog, alegei o limb."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "V rog, alegei o limb."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "V rog, alegei o limb."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Backup defectuos"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "nregistreaz n fiierul"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Configuraia reelei"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Configuraia reelei"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Configuraie"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Configuraie"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Instalarea fiierelor sistem"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalarea lui %s a euat. Urmtoarea eroare a aprut:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "n'am gsit %s "
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Gata"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formateaz dischet"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Pregtesc instalarea"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "limiteaz"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatarea partiiilor"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Dezinstalarea RPM-urilor"
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Configuraie"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Punct de montaj"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Alegei partiiile pe care dorii sa le formatai"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Birou"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Imprimant"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Instalarea sistemului"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Selecioneaz fiierul"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Opiuni pentru imprimanta lpd distant"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalare"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Ieire din instalare"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-#, fuzzy
-msgid "Internet Connection Sharing"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-#, fuzzy
-msgid "disable"
-msgstr "Tabel"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "reconfigure"
-msgstr "Configurai X"
-
-#: ../../standalone/drakgw_.c:146
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Detecia perifericelor..."
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "enable"
-msgstr "Tabel"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "Interesant"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor nu a fost nc configurat"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Configuraie post-install"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Configuraie modem"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "Adresa IP a serverului SMB"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-#, fuzzy
-msgid "Firewalling configuration detected!"
-msgstr "Citirea configuraiei"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:340
-#, fuzzy
-msgid "Configuring..."
-msgstr "Configuraia IDE"
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:378
-#, fuzzy, c-format
-msgid "Problems installing package %s"
-msgstr "Instalarea pachetului %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configuraia reelei"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-#, fuzzy
-msgid "Profile: "
-msgstr "montare euat: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-#, fuzzy
-msgid "Hostname: "
-msgstr "Numele calculatorului:"
-
-#: ../../standalone/draknet_.c:168
-#, fuzzy
-msgid "Internet access"
-msgstr "Interesant"
-
-#: ../../standalone/draknet_.c:181
-#, fuzzy
-msgid "Type:"
-msgstr "Tip: "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Pasarel:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-#, fuzzy
-msgid "Interface:"
-msgstr "Interesant"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Configuraia serviciilor"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-#, fuzzy
-msgid "LAN configuration"
-msgstr "Configuraie"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Driver"
-msgstr "Server"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Interface"
-msgstr "Interesant"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Meniu de Start"
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Configuraie reea"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Test de configuraie"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Nume de conexiune"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Not connected"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-#, fuzzy
-msgid "LAN Configuration"
-msgstr "Configuraie"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Activ"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Activ"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Selectai Conexiunea de imprimant"
-
-#: ../../standalone/draknet_.c:597
-#, fuzzy
-msgid "Connection type: "
-msgstr "Nume de conexiune"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Pasarel"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Alegerea nivelului de securitate"
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Nume de conexiune"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Alegei unealta pe care dorii s o folosii"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Canadian (Quebec)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Islandez"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "serie"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Alegei tastatura."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-#, fuzzy
-msgid "Change Cd-Rom"
-msgstr "Alegei o alt rezoluie"
-
-#: ../../standalone/livedrake_.c:25
-#, fuzzy
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Schimbai Cd-Rom-ul!\n"
-"\n"
-"V rog introducei Cd-Rom etichetat \"%s\" i apoi apsai Ok.\n"
-"Dac nu-l avei, apsai Anuleaz pentru a evita instalarea de pe acest Cd-"
-"Rom."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-#, fuzzy
-msgid "/File/_New"
-msgstr "Fiiere:\n"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:106
-#, fuzzy
-msgid "/File/-"
-msgstr "Fiiere:\n"
-
-#: ../../standalone/logdrake_.c:108
-#, fuzzy
-msgid "/_Options"
-msgstr "Informaie"
-
-#: ../../standalone/logdrake_.c:109
-#, fuzzy
-msgid "/Options/Test"
-msgstr "Informaie"
-
-#: ../../standalone/logdrake_.c:110
-#, fuzzy
-msgid "/_Help"
-msgstr "Ajutor"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr ""
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Numele utilizatorului"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "Test porturi"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-#, fuzzy
-msgid "search"
-msgstr "Caut"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "formatare"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:196
-#, fuzzy
-msgid "Choose file"
-msgstr "Alegei aciunea"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-#, fuzzy
-msgid "Content of the file"
-msgstr "Nume de conexiune"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Pregtesc instalarea"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Configuraie"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-#, fuzzy
-msgid "sshd"
-msgstr "shadow"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "Interesant"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatare"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Configuraie proxy"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-#, fuzzy
-msgid "Save as.."
-msgstr "Meniu de Start"
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "V rog, alegei tipul de mouse?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "n'am gsit nici un serie_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulare 3 Butoane?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Alegei o carte grafic"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Periferic de demaraj"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "Citirea configuraiei"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "Citirea configuraiei"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Alegei limba"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Alegei tipul de instalare"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detecia discului dur"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configuraie mouse"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Alegei tastatura"
-
-#: ../../steps.pm_.c:19
-#, fuzzy
-msgid "Security"
-msgstr "crlionat"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Instalarea fiierelor sistem"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatarea partiiilor"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Alege pachetele de instalat"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalarea sistemului"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Adugai un utilizator"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configuraie reea"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configuraia serviciilor"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalai un gestionar de demaraj"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Creai un floppy de demaraj"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configurai X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalarea sistemului"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Ieire din instalare"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Eroare la citirea %s pentru a scrie: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Configuraia reelei"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Pregtesc instalarea"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Opiunea imprimantei NetWare"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Birou"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Informaie"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "Informaie"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Informaie"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Multimedia"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Dorii s testai configuraia ?"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Sound"
-msgstr "Multimedia"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentaie"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Configuraie proxy"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Multimedia"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Configuraie"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Informaie"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr "server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Opiunea imprimantei NetWare"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Documentaie"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Multimedia"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Interesant"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Informaie"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Montaj"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Nici unul"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Alegei noua mrime"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Opiuni pentru imprimanta lpd distant"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Putei furniza acum opiunile modulului %s."
-
-#~ msgid "mount failed"
-#~ msgstr "montare euat"
-
-#~ msgid "Low"
-#~ msgstr "Sczut"
-
-#~ msgid "Medium"
-#~ msgstr "Mediu"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Cteva ameliorri pentru acest nivel de securitate, principalul fiind c\n"
-#~ "am introdus mai multe mesaje de avertisment i verificri."
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Multimedia"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Expert"
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Putei selecta acum zona orar n funcie de locul unde trii.\n"
-#~ "\n"
-#~ "\n"
-#~ "Linux trateaz ora n format GMT sau \"Greenwich Mean Time\" i-l "
-#~ "traduce\n"
-#~ "n or local n funcie de zona orar aleas."
-
-#, fuzzy
-#~ msgid "Connect to Internet"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Pe ce disc dorii s schimbai ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "V rog alegei pachetele pe care dorii s le instalai"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Info"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Informaie"
-
-#, fuzzy
-#~ msgid "authentification"
-#~ msgstr "Autentificare"
-
-#, fuzzy
-#~ msgid "user"
-#~ msgstr "Numele utilizatorului"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "V rog, alegei tipul de mouse?"
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr "Automontare automat a perifericelor extractibile"
-
-#~ msgid "Active"
-#~ msgstr "Activ"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Nu"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "O imprimant, modelul \"%s\", a fost detact n"
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Periferic local de imprimant"
-
-#~ msgid "Printer Device"
-#~ msgstr "Periferic imprimant:"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Coad distant:"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Coad distant:"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Mouse Systems"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Alt tip"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Alegei tastatura."
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "V rog facei clic pe o partiie"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tip: "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Backup defectuos"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Configurai X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Periferic imprimant:"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Anuleaz"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "Ok"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Mouse USB"
-
-#, fuzzy
-#~ msgid "toto"
-#~ msgstr "Root"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "Pe ce disc dorii s schimbai ?"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Alegei mrimea pe care vrei s o instalai"
-
-#~ msgid "Total size: "
-#~ msgstr "Mrime total: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Asteptai, v rog"
-
-#~ msgid "Total time "
-#~ msgstr "Timp total "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "S folosesc configuraia existent pentru X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "La ce periferic ai conectat imprimanta \n"
-#~ "(notai c /dev/lp0 e echivalent cu LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid "New"
-#~ msgstr "Nou"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "terge"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "V rog facei clic pe o partiie"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Alegerea obinuit este \"/dev/hda\" pentru un disc maestru principal "
-#~ "IDE\n"
-#~ "sau \"/dev/sda\" pentru primul disc SCSI."
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Ambiguitate (%s), fii mai precis\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (din oficiu %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "Ce alegei ? (din oficiu %s enter `niciuna' pentru niciuna) "
-
-#, fuzzy
-#~ msgid "Do you want to restart the network"
-#~ msgstr "Dorii s testai configuraia ?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "Dorii s testai configuraia ?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "Dorii s testai configuraia ?"
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Alegei noua mrime"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "V rog, alegei tipul de mouse?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Alegei limba pentru instalare i folosirea sistemului."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Alegei dispoziia tastaturii din lista de mai sus"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Selectare:\n"
-#~ "\n"
-#~ " - Personalizat: Dac suntei destul de familiar cu GNU/Linux, putei\n"
-#~ " atunci s alegei utilizarea principal a calculatorului. Vezi mai "
-#~ "jos\n"
-#~ " pentru detalii.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: Aceasta presupune c suntei foarte familiar cu GNU/Linux "
-#~ "i\n"
-#~ " dorii s facei o instalare foarte personalizat. Ca i pentru "
-#~ "clasa\n"
-#~ " \"Personalizat\", vei putea s selectai utilizarea sistemului\n"
-#~ " dumneavoastr.\n"
-#~ " Dar v rog, NU ALEGEi ACEASTA DECT DAC TII CE FACEI!."
-
-#, fuzzy
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "\t* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ "\t at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ "\t will then have a complete collection of software installed in order "
-#~ "to compile, debug and format source code,\n"
-#~ "\t or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ "\t SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ "\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Diferitele posibiliti pentru utilizarea calculatorului (furnizate, "
-#~ "deci, dac\n"
-#~ "ai ales \"Personalizat\" sau \"Expert\" la clasa de instalare) sunt \n"
-#~ "urmtoarele:\n"
-#~ "\n"
-#~ " - Normal: alegei aceasta dac dorii s folosii calculatorul pentru\n"
-#~ " utilizare zilnic (munca de servici, manipulaii grafice, etc). Nu "
-#~ "v\n"
-#~ " ateptai la nici un compilator, utilitare de programare i altele\n"
-#~ "\n"
-#~ " - Programare: cum numele-l indic. Alegei acesta dac dorii s avei\n"
-#~ " un calculator n principal pentru programare. Vei avea atunci o "
-#~ "coleciecomplet\n"
-#~ " instalat pentru a compila, deboga i formata cod surs sau crea \n"
-#~ " pachete software.\n"
-#~ "\n"
-#~ " - Server: alegei aceasta pentru a instala Mandrake Linux i "
-#~ "intenionai s-l folosii ca server. Acesta poate fi server de "
-#~ "fiiere (NFS sau SMB),\n"
-#~ " sau server de imprimant (Unix' lp (Line Printer) protocol sau "
-#~ "imprimare \n"
-#~ "stil Windows SMB, server de autentificare (NIS), server de baze de date, "
-#~ "etc.\n"
-#~ "Deci nu v ateptai la programe de genul KDE, GNOME...\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Putei acum s selectai grupul pachetelor pe care vrei s le instalai\n"
-#~ "sau actualizai.\n"
-#~ "DrakX va verifica dac avei destul spaiu pentru a le instala pe toate."
-#~ "Dac nu, v va avertiza despre asta. Dac dorii s continuai oricum,\n"
-#~ "va continua instalarea a tuturor grupurilor selectate dar va lsa\n"
-#~ "deoparte cteva pachete de mai puin interes. La baza listei putei s\n"
-#~ "selectai opiunea \"Selectarea individual a pachetelor\"; n acest caz\n"
-#~ "va trebui va trebui s parcurgei mai mult de 1000 de pachete..."
-
-#, fuzzy
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "Dac avei toate CD-urile din lista de mai sus facei clic pe Ok.\n"
-#~ "Dac nu avei nici unul din aceste Cd-uri, facei clic pe Anuleaz.\n"
-#~ "Dac numai cteva din aceste Cd-uri lipsesc, de-selectai-le i apoi Ok."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Putei intra opiunile de telefonie. Dac nu suntei sigur de ceea ce\n"
-#~ "trebuie s intrai, ntrebai ISP-ul dumneavoastr."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Intrare;\n"
-#~ "\n"
-#~ " - Adres IP: dac nu tii care e, ntrebai administratorul de reea "
-#~ "sauFurnizorul de Acces Internet (ISP).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Masc de reea: \"255.255.255.0\" e n general cea corect. Dac nu\n"
-#~ "suntei sigur, ntrebai administratorul de reea sau ISP.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "Dac reeaua dumneavoastr folosete NIS, selectai \"Folosete NIS\". "
-#~ "Dac\n"
-#~ "nu tii exact, ntrebai administratorul de reea."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Putei intra opiunile de telefonie. Dac nu suntei sigur de ceea ce\n"
-#~ "trebuie s intrai, ntrebai ISP-ul dumneavoastr."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "Dac folosii servere proxy, configurai-le acum. Dac nu tii dac ar\n"
-#~ "trebuie s folosii un proxy, ntrebai administratorul de reea sau ISP-"
-#~ "ul."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Putei instala pachetul criptografie dac conexiunea Internet a fost\n"
-#~ "realizat corect. Alegei mai nti un sit Internet oglind pentru a\n"
-#~ "recupera pachetele i selectai pachetele de instalat.\n"
-#~ "\n"
-#~ "Notai c va trebui s alegei aceste pachete criptografice "
-#~ "corespunztoare\n"
-#~ "legislaie dumneavoastr."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Alegei parola pentru utilizatorul administrator al sistemului Linux.\n"
-#~ "Parola trebuie nscris de dou ori pentru a se asigura c sunt "
-#~ "identice.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root e utilizatorul administrator al sistemului i singurul autorizat\n"
-#~ "pentru a modifica configuraia sistemului. Deci alegei cu atenie "
-#~ "aceast\n"
-#~ "parol! Utilizarea neautorizat a acestui cont poate fi foarte\n"
-#~ "periculoas pentru integritatea sistemului, pentru informaiilor "
-#~ "coninute\n"
-#~ "i pentru celelalte calculatoare conectate la el. Aceast parol trebuie "
-#~ "s\n"
-#~ "fie un amestec de caractere alfanumerice i de cel puin 8 caractere. Nu-"
-#~ "l\n"
-#~ "scriei NICIODAT pe ceva i nu-l facei prea lung sau prea greu de "
-#~ "reinut."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Putei crea acum unul sau mai multe conturi de utilizator \"obinuite\",\n"
-#~ "n opoziie cu contul \"privilegiat\" al utilizatorului root. Putei\n"
-#~ "crea unul sau mai multe conturi pentru fiecare persoan autorizat s\n"
-#~ "se conecteze la calculator. Notai c fiecare cont utilizator va avea\n"
-#~ "propriile preferine (configuraie grafic, parametrii de programe, "
-#~ "etc.)\n"
-#~ "i propriul dosar personal n \"/home\" unde toate aceste preferine vor "
-#~ "fi\n"
-#~ "stocate.\n"
-#~ "\n"
-#~ "\n"
-#~ "Mai nti creai un cont pentru dumneavoastr! Chiar dac vei fi "
-#~ "singurul\n"
-#~ "utilizator al calculatorului, NU TREBUIE S V CONECTAI CA ROOT PENTRU\n"
-#~ "SCOPURI ZILNICE LA SISTEM: pentru motive securitate. n plus, un sistem\n"
-#~ "poate uor deveni inutilizabil prin apsarea unei taste greite.\n"
-#~ "\n"
-#~ "\n"
-#~ "n consecin, ar trebuie s v conectai la sistem folosind contul \n"
-#~ "utilizatorului pe care l-ai creat aici i s folosii contul root\n"
-#~ "numai pentru administraie i scopuri de depanare."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "Principalele opiuni ale lui LILO i grub sunt:\n"
-#~ " - Periferic de boot: parametreaz numele perifericului (e.g. o partiie\n"
-#~ "a unui disc dur) care conine sectorul de demaraj. n mod normal e vorba\n"
-#~ "de \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Timp de ateptare nainte de a demara imaginea din oficiu: Specific\n"
-#~ "numrul de zecimi de secund pentru a atepta naintea demarrii primei\n"
-#~ "imagini. Acesta e foarte practic pentru sistemele care demareaz de pe\n"
-#~ "disc dur dup activarea tastaturii. Gestionarul de demaraj nu ateapt\n"
-#~ "deloc dac seciunea \"delay\" e omis sau dac e fixat la zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Mod Video: Aceasta specific modul text VGA care ar trebui selectat "
-#~ "la\n"
-#~ "demaraj. Urmtoarele opiuni sunt valabile:\n"
-#~ " * normal: selectai normal pentru un mod text de 80x25.\n"
-#~ " * <numr>: folosii modul text corespunztor."
-
-#, fuzzy
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "LILO (de la LInux LOader) i Grub sunt gestionare de demaraj. Amndoi "
-#~ "sunt\n"
-#~ "capabili s demareze Linux sau un alt sistem prezent n calculator.\n"
-#~ "n mod normal, aceste alte sisteme de operare sunt detectate i "
-#~ "instalate\n"
-#~ "corect. Dac cumva nu e cazul, putei aduga o intrare manual n acest\n"
-#~ "ecran. Avei grij s alegei parametrii cei buni.\n"
-#~ "\n"
-#~ "\n"
-#~ "Putei de asemenea s interzicei accesul acestor alte sisteme a altor \n"
-#~ "utilizatori, caz n care ar trebui s tergei intrrile acestor "
-#~ "sisteme.\n"
-#~ "n acest ultim caz ns, vei avea nevoie de un floppy de demaraj pentru\n"
-#~ "a putea le demara!"
-
-#, fuzzy
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "Principalele opiuni ale lui LILO i grub sunt:\n"
-#~ " - Periferic de boot: parametreaz numele perifericului (e.g. o partiie\n"
-#~ "a unui disc dur) care conine sectorul de demaraj. n mod normal e vorba\n"
-#~ "de \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Timp de ateptare nainte de a demara imaginea din oficiu: Specific\n"
-#~ "numrul de zecimi de secund pentru a atepta naintea demarrii primei\n"
-#~ "imagini. Acesta e foarte practic pentru sistemele care demareaz de pe\n"
-#~ "disc dur dup activarea tastaturii. Gestionarul de demaraj nu ateapt\n"
-#~ "deloc dac seciunea \"delay\" e omis sau dac e fixat la zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Mod Video: Aceasta specific modul text VGA care ar trebui selectat "
-#~ "la\n"
-#~ "demaraj. Urmtoarele opiuni sunt valabile:\n"
-#~ " * normal: selectai normal pentru un mod text de 80x25.\n"
-#~ " * <numr>: folosii modul text corespunztor."
-
-#, fuzzy
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Acum e momentul s configurai Sistemul X Windows, care e inima "
-#~ "interfaei\n"
-#~ "grafice din Linux (Linux GUI de la Linux Graphical User Interface). n\n"
-#~ "acest scop trebuie s configurai cartea video i monitorul. Majoritatea\n"
-#~ "acestor etape sunt automatizate; deci s-ar putea ca tot ceea ce vei "
-#~ "avea\n"
-#~ "de fcut va consista n verificarea i acceptarea parametrilor :)\n"
-#~ "\n"
-#~ "Cnd ai terminat cu configuraia, X va fi re-demarat (dar poate i vei\n"
-#~ "cere lui DrakX s nu o fac) pentru a verifica dac noii parametrii v\n"
-#~ "convin. Dac nu v convin, va putei ntoarce i s-i schimbai de cte "
-#~ "ori\n"
-#~ "e necesar."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "Dac ceva nu e n regul cu configuraia X, folosii aceste opiuni "
-#~ "pentru\n"
-#~ "a configura n mod corect Sistemul X Windows."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "Dac preferai s folosii un login n mod grafic, selectai \"Da\" i \n"
-#~ "\"Nu\" n cellalt caz."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Sistemul dumneavoastr e pe cale s re-demareze.\n"
-#~ "\n"
-#~ "Dup re-demaraj, noul sistem Mandrake Linux sa va lansa automat. Dac "
-#~ "dorii\n"
-#~ "s demarai un alt sistem de operare existent, v rog citii "
-#~ "instruciunile\n"
-#~ "adiionale."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Scrie /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formateaz tot"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Dup formatarea tuturor partiiilor,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "toate datele din aceste partiii vor fi pierdute"
-
-#~ msgid "Reload"
-#~ msgstr "Rencarc"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ "Dorii s creai un floppy pentru o instalare automat de replicare?"
-
-#~ msgid "Remote queue"
-#~ msgstr "Coad distant:"
-
-#, fuzzy
-#~ msgid "Default Runlevel"
-#~ msgstr "Standard"
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#, fuzzy
-#~ msgid "Adapter"
-#~ msgstr "Actualizare"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Mouse USB"
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr "Da, imprim o pagin de test ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr "Da, imprim o pagina de test Postscript"
-
-#~ msgid "Paper Size"
-#~ msgstr "Mrimea hrtiei"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "Ejectarea paginei dup lucru?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "Opiuni pilot Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "Opiuni pentru culori:"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Imprim text ca Postscript"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Repar efectul de scar al textului"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "Numr de pagini"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "Marginile Dreapta/Stnga n puncte (1/72 inci)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "Marginile Sus/Jos n puncte (1/72 inci)"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr "Opiuni Gostscript suplimentare"
-
-#~ msgid "Extra Text options"
-#~ msgstr "Opinuni Text suplimentare"
-
-#~ msgid "Reverse page order"
-#~ msgstr "incerseaz ordinea paginilor"
-
-#, fuzzy
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Selectai Conexiunea de imprimant"
-
-#, fuzzy
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "Fiecare coad (la care activitile de imprimare sunt trimise) are "
-#~ "nevoie\n"
-#~ "de un nume (adesea lp) i de un directoriu de spool asociat. Ce nume\n"
-#~ "i directoriu dorii s utilizai pentru aceast coad i cum e "
-#~ "conectatimprimanta?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Fiecare coad (la care activitile de imprimare sunt trimise) are "
-#~ "nevoie\n"
-#~ "de un nume (adesea lp) i de un directoriu de spool asociat. Ce nume\n"
-#~ "i directoriu dorii s utilizai pentru aceast coad i cum e "
-#~ "conectatimprimanta?"
-
-#~ msgid "Name of queue"
-#~ msgstr "Numele cozii:"
-
-#~ msgid "Spool directory"
-#~ msgstr "Dosar de Spool:"
-
-#, fuzzy
-#~ msgid "Disable"
-#~ msgstr "Tabel"
-
-#, fuzzy
-#~ msgid "Enable"
-#~ msgstr "Tabel"
-
-#, fuzzy
-#~ msgid "fsck failed: "
-#~ msgstr "montare euat: "
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Pentru a crea un sistem nc i mai sigur, ar trebui s alegei "
-#~ "\"Folosete\n"
-#~ "un fiier shadow\" i \"Folosete parole MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "Dac reeaua dumneavoastr folosete NIS, selectai \"Folosete NIS\". "
-#~ "Dac\n"
-#~ "nu tii exact, ntrebai administratorul de reea."
-
-#~ msgid "yellow pages"
-#~ msgstr "Pagini galbene"
-
-#, fuzzy
-#~ msgid "Light configuration"
-#~ msgstr "Configuraie"
-
-#, fuzzy
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Pe ce disc dorii s schimbai ?"
-
-#, fuzzy
-#~ msgid "Selected size %d%s"
-#~ msgstr "Selecioneaz fiierul"
-
-#, fuzzy
-#~ msgid "Opening your connection..."
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Configure..."
-#~ msgstr "Configuraia IDE"
-
-#, fuzzy
-#~ msgid "Configuration de Lilo/Grub"
-#~ msgstr "Configuraie: Adaug localizare"
-
-#~ msgid "This startup script try to load your modules for your usb mouse."
-#~ msgstr ""
-#~ "Acest script de demaraj ncearc s ncarce modulele pentru mouse-ul\n"
-#~ "dumneavoastr usb."
-
-#, fuzzy
-#~ msgid "Boot style configuration"
-#~ msgstr "Configuraie post-install"
-
-#~ msgid "Automatic dependencies"
-#~ msgstr "Dependene automate"
-
-#~ msgid "Configure LILO/GRUB"
-#~ msgstr "Configuraie LILO/GRUB"
-
-#~ msgid "Create a boot floppy"
-#~ msgstr "Creai o dischet de demaraj"
-
-#~ msgid "Choice"
-#~ msgstr "Alegere "
-
-#, fuzzy
-#~ msgid "gMonitor"
-#~ msgstr "Monitor"
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Putei alege acum diferite opiuni pentru sistemul dumneavoastr.\n"
-#~ "\n"
-#~ " - Folosete optimizri pentru disc dur: aceast opiune poate ameliora\n"
-#~ "performanele discului dur dar e rezervat numai utilizatorilor avansai:\n"
-#~ "problemele cu unele microprocesoare port distruge datele, deci suntei\n"
-#~ "avertizat. Kernel-ul conine o list neagr a discurilor i a "
-#~ "microproce-\n"
-#~ "soarelor, dar dac vrei s eliminai orice surpriz nu selectai "
-#~ "aceast\n"
-#~ "opiune.\n"
-#~ "\n"
-#~ " - Alege nivelul de securitate: putei alege nivelul de securitate "
-#~ "pentru\n"
-#~ "sistemul dumneavoastr. V referii-v la manual pentru o informaie "
-#~ "complet.\n"
-#~ "Pe scurt: dac nu suntei sigur, alegei \"Mediu\", dac dorii un\n"
-#~ "calculator securizat, alegei \"Paranoiac\" dar avei grij: N ACEST "
-#~ "NIVEL\n"
-#~ " DE SECURITATE, LE LOGIN N CALITATE DE ROOT NU E AUTORIZAT DIRECT! "
-#~ "Pentru \n"
-#~ "a deveni root, va trebui s v conectai ca utilizator normal i apoi s\n"
-#~ "folosii comanda \"su\". n plus, nu v ateptai s avei altceva dect\n"
-#~ "un server. Ai fost avertizat.\n"
-#~ "\n"
-#~ " - Precizeaz RAM-ul dac e necesar: din pcate, n lumea actual a\n"
-#~ "calculatoarelor personale, nu exist o metod standard pentru a consulta\n"
-#~ "BIOS-ul cu privire la RAM-ul prezent n calculator dumneavoastr. Din\n"
-#~ "aceast cauz, Linux poate eua la detectarea RAM-ului n mod corect. "
-#~ "Dac\n"
-#~ "acesta e cazul, putei specifica aici cantitatea exact. Notai c o\n"
-#~ "diferen de 2 sau 4Mb e normal.\n"
-#~ "\n"
-#~ " - Auto-montaj des media extractibile: dac preferai s nu montai "
-#~ "manual\n"
-#~ "n mod manual aceste periferice (CD-ROM, Floppy, Zip) cu ajutorul \n"
-#~ "comenzilor \"mount\" i \"umount\", selectai aceast opiune.\n"
-#~ "\n"
-#~ " - Activeaz Numlock la demaraj: dac dorii s activai NumLock la\n"
-#~ "demaraj selectai aceast opiune (Notai c Numlock poate sau s\n"
-#~ "funcioneze n) mod grafic, X)."
-
-#, fuzzy
-#~ msgid "Internet/Network access"
-#~ msgstr "Interesant"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Diverse"
-
-#~ msgid "Miscellaneous questions"
-#~ msgstr "ntrebri diverse"
-
-#~ msgid "Can't use supermount in high security level"
-#~ msgstr "Nu pot s folosesc supermount n nivelul de securitate ridicat"
-
-#~ msgid "First DNS Server"
-#~ msgstr "Primul server DNS"
-
-#~ msgid "Second DNS Server"
-#~ msgstr "Al doilea server DNS"
-
-#, fuzzy
-#~ msgid "using module"
-#~ msgstr "Nume de domeniu"
-
-#, fuzzy
-#~ msgid "Development, Database"
-#~ msgstr "Programator"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Ce gestionar de demaraj dorii s folosii ?"
-
-#~ msgid "Auto install floppy"
-#~ msgstr "Floppy pentru instalare automat"
-
-#~ msgid "Try to find a modem?"
-#~ msgstr "S caut un modem?"
-
-#, fuzzy
-#~ msgid "Configure an ISDN connection"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Disable Internet Connection"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Configure local network"
-#~ msgstr "Configuraie reea"
-
-#, fuzzy
-#~ msgid "Configure the Internet connection / Configure local Network"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid ""
-#~ "Local networking has already been configured.\n"
-#~ "Do you want to:"
-#~ msgstr "Reeaua LAN a fost deja configurat. Dorii s :"
-
-#, fuzzy
-#~ msgid "Reconfigure using wizard..."
-#~ msgstr "Configuraia IDE"
-
-#, fuzzy
-#~ msgid "KDE"
-#~ msgstr "IDE"
-
-#~ msgid "Gnome"
-#~ msgstr "Gnome"
-
-#, fuzzy
-#~ msgid "Internet Tools"
-#~ msgstr "Configuraie proxy"
-
-#, fuzzy
-#~ msgid "Development C/C++"
-#~ msgstr "Programator"
-
-#~ msgid "Configure timezone"
-#~ msgstr "Configuraia zonei orare"
-
-#, fuzzy
-#~ msgid "Network adaptater 1 (eth0):"
-#~ msgstr "Opiunea imprimantei NetWare"
-
-#~ msgid "(may cause data corruption)"
-#~ msgstr "(poate cauza deteriorarea datelor)"
-
-#~ msgid "Enable num lock at startup"
-#~ msgstr "Activeaz num lock la demaraj"
-
-#, fuzzy
-#~ msgid "Confirm Password"
-#~ msgstr "Parola"
-
-#~ msgid "DNS server:"
-#~ msgstr "Server DNS:"
-
-#~ msgid "Gateway device:"
-#~ msgstr "Periferic pasarel:"
-
-#~ msgid "default"
-#~ msgstr "standard"
-
-#, fuzzy
-#~ msgid "What is your system used for?"
-#~ msgstr "Care e folosina sistemului dumneavoastr?"
-
-#, fuzzy
-#~ msgid "Select the size you want to install"
-#~ msgstr "Alegei mrimea pe care vrei s o instalai"
-
-#~ msgid "Customized"
-#~ msgstr "Personalizat"
-
-#, fuzzy
-#~ msgid ""
-#~ "Are you sure you are an expert? \n"
-#~ "You will be allowed to make powerful but dangerous things here.\n"
-#~ "\n"
-#~ "You will be asked questions such as: ``Use shadow file for passwords?'',\n"
-#~ "are you ready to answer that kind of questions?"
-#~ msgstr ""
-#~ "Suntei sigur ca suntei un expert?\n"
-#~ "Ei, nu-i glum, vei putea face lucruri serioase dar periculoase aici."
-
-#~ msgid "Use shadow file"
-#~ msgstr "Folosete un fiier shadow"
-
-#~ msgid "MD5"
-#~ msgstr "MD5"
-
-#~ msgid "Use MD5 passwords"
-#~ msgstr "Folosete parole MD5"
-
-#~ msgid "Package"
-#~ msgstr "Pachet"
-
-#~ msgid "Tree"
-#~ msgstr "Arbore"
-
-#~ msgid "Sort by"
-#~ msgstr "Triaz n funcie de"
-
-#~ msgid "Category"
-#~ msgstr "Categorie"
-
-#~ msgid "Installed packages"
-#~ msgstr "Pachete instalate"
-
-#~ msgid "Available packages"
-#~ msgstr "Pachete disponibile"
-
-#~ msgid "Show only leaves"
-#~ msgstr "Afiai numai foile"
-
-#~ msgid "Expand all"
-#~ msgstr "Expandeaz tot"
-
-#~ msgid "Collapse all"
-#~ msgstr "Reduce tot"
-
-#~ msgid "Add location of packages"
-#~ msgstr "Adaug localizarea pachetelor"
-
-#~ msgid "Update location"
-#~ msgstr "Actualizare localizare"
-
-#~ msgid "Find Package"
-#~ msgstr "Caut Pachetul"
-
-#~ msgid "Find Package containing file"
-#~ msgstr "Caut pachetul coninnd fiierul"
-
-#~ msgid "Toggle between Installed and Available"
-#~ msgstr "Basculeaz ntre Instalare i Disponibil"
-
-#~ msgid "Checking dependencies"
-#~ msgstr "Verificare dependene"
-
-#~ msgid "The following packages are going to be uninstalled"
-#~ msgstr "Pachetele urmtoare urmeaz s fie dezinstalate"
-
-#~ msgid "Regexp"
-#~ msgstr "Regexp"
-
-#~ msgid "Which package are looking for"
-#~ msgstr "Ce pachet cutai ?"
-
-#~ msgid "No match"
-#~ msgstr "Nici unul"
-
-#~ msgid "No more match"
-#~ msgstr "Nici o alt ocuren"
-
-#~ msgid ""
-#~ "rpmdrake is currently in ``low memory'' mode.\n"
-#~ "I'm going to relaunch rpmdrake to allow searching files"
-#~ msgstr ""
-#~ "rpmdrake e actualmente ntr-un mod ``memorie joas''.\n"
-#~ "Voi re-lansa rpmdrake pentru a permite cutarea fiierelor"
-
-#~ msgid "Which file are you looking for?"
-#~ msgstr "Ce fiier cutai ?"
-
-#~ msgid "What are looking for?"
-#~ msgstr "Ce cutai ?"
-
-#~ msgid "Give a name (eg: `extra', `commercial')"
-#~ msgstr "Dai-mi un nume (ex: `extra', `comercial')"
-
-#~ msgid "Directory"
-#~ msgstr "Directoriu"
-
-#~ msgid "No cdrom available (nothing in /mnt/cdrom)"
-#~ msgstr "Nici un Cd-rom disponibil (nimic n /mnt/cdrom)"
-
-#~ msgid "URL of the directory containing the RPMs"
-#~ msgstr "URL-ul directoriului care conine RPM-urile"
-
-#~ msgid ""
-#~ "For FTP and HTTP, you need to give the location for hdlist\n"
-#~ "It must be relative to the URL above"
-#~ msgstr ""
-#~ "Pentru FTP i HTTP, avei nevoie s dai localizarea pentru hdlist\n"
-#~ "Aceasta trebuie s fie relativ la URL -ul de mai sus"
-
-#~ msgid "Please submit the following information"
-#~ msgstr "V rog furnizai urmtoarea informaie"
-
-#~ msgid "%s is already in use"
-#~ msgstr "%s e deja folosit"
-
-#~ msgid "Updating the RPMs base"
-#~ msgstr "Actualizare bazei RPM-urilor"
-
-#~ msgid "Going to remove entry %s"
-#~ msgstr "Voi terge intrarea %s"
-
-#~ msgid "Finding leaves"
-#~ msgstr "Cutare de foi"
-
-#~ msgid "Finding leaves takes some time"
-#~ msgstr "Gsirea foilor ia ceva timp"
-
-#, fuzzy
-#~ msgid "ECI modem"
-#~ msgstr "Expert"
-
-#~ msgid "i18n (important)"
-#~ msgstr "i18n (important)"
-
-#~ msgid "i18n (very nice)"
-#~ msgstr "i18n (foarte simpatic)"
-
-#~ msgid "i18n (nice)"
-#~ msgstr "i18n (simpatic)"
-
-#~ msgid "Which serial port is your mouse connected to?"
-#~ msgstr "La ce port serial este conectat mouse-ul?"
-
-#~ msgid "Czech"
-#~ msgstr "Ceh"
-
-#~ msgid "Slovakian"
-#~ msgstr "Slovac"
-
-#, fuzzy
-#~ msgid "Reconfigure local network"
-#~ msgstr "Reconfigurai reeaua"
-
-#, fuzzy
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Nume de conexiune"
-
-#, fuzzy
-#~ msgid "Germany (1TR6)"
-#~ msgstr "German"
-
-#, fuzzy
-#~ msgid "What do you wish to do?"
-#~ msgstr "Ce dorii s facei ?"
-
-#, fuzzy
-#~ msgid "Install/Rescue"
-#~ msgstr "Instalare"
-
-#, fuzzy
-#~ msgid "Rescue"
-#~ msgstr "Redimensioneaz"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Ce tip de partiie dorii?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Alegei \"Instalare\" dac nu exista alte versiuni de Linux instalate,\n"
-#~ "sau dac dorii s folosii mai multe versiuni sau distribuii.\n"
-#~ "\n"
-#~ "Alegei \"Actualizare\" dac dorii s actualizai o versiune\n"
-#~ "precedent Mandrake Linux:\n"
-#~ "%s or %s.\n"
-#~ "\n"
-#~ "\n"
-#~ "Selectare:\n"
-#~ "\n"
-#~ " - Automatizat: Dac n'ai mai instalat Linux niciodat, alegei "
-#~ "aceasta.\n"
-#~ "NOT:\n"
-#~ " reeaua nu va fi configurat n timpul instalrii, folosii\n"
-#~ " \"LinuxConf\" pentru a o configura dup ce instalarea s'a terminat.\n"
-#~ "\n"
-#~ " - Personalizat: Dac suntei destul de familiar cu GNU/Linux, putei\n"
-#~ " atunci s alegei utilizarea principal a calculatorului. Vezi mai "
-#~ "jos\n"
-#~ " pentru detalii.\n"
-#~ "\n"
-#~ " - Expert: Aceasta presupune c suntei foarte familiar cu GNU/Linux "
-#~ "i\n"
-#~ " dorii s facei o instalare foarte personalizat. Ca i pentru "
-#~ "clasa\n"
-#~ " \"Personalizat\", vei putea s selectai utilizarea sistemului\n"
-#~ " dumneavoastr.\n"
-#~ " Dar v rog, NU ALEGEi ACEASTA DECT DAC TII CE FACEI!.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "n acest punct, vei putea alege partiiile pentru a instala sistemul\n"
-#~ "Mandrake Linux dac acestea au fost deja definite (dintr-o alt "
-#~ "instalare\n"
-#~ "prealabil a unui sistem Linux sau cu ajutorul unui program "
-#~ "departiionare). n celelalte cazuri, partiiile vor trebui s fie "
-#~ "create.\n"
-#~ "Aceast operaie consist n divizarea logic a capacitii discului dur\n"
-#~ "n arii separate pentru utilizare.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac avei nevoie s creai noi partiii, folosii \"Auto alocare\" \n"
-#~ "pentru o creare automat de partiii Linux. Putei selecta discul pentru\n"
-#~ "partiionare fcnd clic pe \"hda\" pentru primul disc IDE, \"hdb\" \n"
-#~ "pentru al doilea sau \"sda\" pentru primul disc SCSI i aa mai departe.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dou partiii obinuite sunt: partiia root (/), punctul de plecare\n"
-#~ "al ierarhiei sistemului de fiiere i /boot, care conine toate "
-#~ "fiierele\n"
-#~ "necesare pentru a demara sistemul de operare cnd calculatorul e aprins.\n"
-#~ "\n"
-#~ "\n"
-#~ "Pentru c efectele acestui proces sunt n mod uzual reversibile,\n"
-#~ "partiionarea poate fi intimidant pentru un utilizator ne-experimentat.\n"
-#~ "De aceea DiskDrake simplific pe ct posibil acest proces. Consultai\n"
-#~ "documentaia i nu v grbii nainte de a ncepe.\n"
-#~ "\n"
-#~ "\n"
-#~ "Putei accede la toate opiunile cu ajutorul tastaturii: navigai "
-#~ "printre\n"
-#~ "partiii folosind tasta Tab i tastele sgei Sus/Jos. Cnd o partiie\n"
-#~ "e selectat, putei folosi:\n"
-#~ "\n"
-#~ "- Ctrl-c pentru a crea o nou partiie (cnd a partiie goal e "
-#~ "selectat)\n"
-#~ "\n"
-#~ "- Ctrl-d pentru a terge o partiie\n"
-#~ "\n"
-#~ "- Ctrl-m pentru a crea un punct de montaj\n"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Toate partiiile care tocmai au fost definite trebuie s fie formatate\n"
-#~ "nainte de a fi utilizate. (formatare nsemnnd crearea fiierelor "
-#~ "sistem).\n"
-#~ "Poate dorii s reformatai partiii pre-existente pentru a terge \n"
-#~ "informaiile coninute.\n"
-#~ "Nota: nu este necesar s formatai partiii mai ales dac dorii s\n"
-#~ "conservai informaiile ce le conin. Partiii de acest gen sunt:\n"
-#~ "/home i /usr/local."
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Pachetele selectate sunt acum pe cale de fi instalate. Aceast operaie\n"
-#~ "ar trebui s ia cteva minute, excepie fcnd Actualizare unei "
-#~ "distribuii\n"
-#~ "precedente, caz n care timpul va fi lung nainte ca actualizarea s\n"
-#~ "nceap."
-
-#, fuzzy
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Dac DrakX nu a reuit s detecteze mouse-ul, sau dac dorii s "
-#~ "verificai\n"
-#~ "ceea ce a fcut, vi se va propune lista cu mouse-uri de mai sus.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac suntei de acord cu propunerea lui DrakX, srii la seciunea "
-#~ "dorit\n"
-#~ "cu un simple n meniu din stnga. Dac nu, alegei tipul de mouse care\n"
-#~ "credei c se apropie mai mult de cel pe care-l avei.\n"
-#~ "\n"
-#~ "\n"
-#~ "n cazul unui mouse de tip serie, vei putea specifica portul serie la\n"
-#~ "care e conectat."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Aceast seciune este dedicat configuraiei unei reele locale (LAN)\n"
-#~ "sau a unui modem.\n"
-#~ "\n"
-#~ "Alegei \"Reea LAN\" i DrakX va ncerca s detecteze adaptatorul\n"
-#~ "Ethernet pe care-l avei. Adaptatorii PCI sunt n general detectai i\n"
-#~ "iniializai n mod automat.\n"
-#~ "n cazul unui adaptator ISA, detecia automat nu va funciona i vei\n"
-#~ "avea atunci de ales pilotul din lista propus.\n"
-#~ "\n"
-#~ "\n"
-#~ "La fel i pentru adaptatorii SCSI, putei lsa testul mai nti, dac nu\n"
-#~ "putei specifica opiunile pentru pilot pe care le-ai recuperat n \n"
-#~ "documentaia hardware-ului.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac instalai sistemul Mandrake Linux pe un calculator care face parte\n"
-#~ "dintr-o reea deja existent, administratorul de reea v va da toate\n"
-#~ "informaiile necesare (adres IP, sub-masc de reea sau netmask mai pe\n"
-#~ "scurt i numele calculatorului). Dac configurai o reea privat la\n"
-#~ "dumneavoastr acas, de exemplu, va trebui s alegei adresele singur.\n"
-#~ "\n"
-#~ "\n"
-#~ "Alegei \"Telefonai cu modem\" i atunci conexiunea Internet va fi\n"
-#~ "configurat. DrakX va ncerca s detecteze modemul i dac nu reuete\n"
-#~ "v va propune portul serie la care modemul e conectat."
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "Linux poate gera multe tipuri de imprimante. Fiecare din aceste tipuri\n"
-#~ "necesit o instalare diferit. Notai c \"spool\"-ul de imprimant\n"
-#~ "folosete \"lp\" pentru numele din oficiu al imprimantei; deci va trebui\n"
-#~ "s avei o imprimant cu un acest nume; dar i vei putea da mai multe "
-#~ "nume,\n"
-#~ "separate de caractere '|'. Deci, dac dorii s avei unele nume mai "
-#~ "pline\n"
-#~ "de sens, vei putea folosi, de exemplu: \"Imprimanta mea|lp\".\n"
-#~ "Imprimanta care are are \"lp\" printre numele ei va fi considerat ca\n"
-#~ "imprimanta din oficiu.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac imprimanta e conectat fizic la calculator, selectai atunci\n"
-#~ "\"Imprimant local\". Vei avea apoi a intra numele portului de\n"
-#~ "imprimant la care aceasta e conectat i a selecta filtrul apropriat\n"
-#~ "Portul LPT1 devine lp0 n Linux\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac dorii s accedei la un calculator Unix distant, vei avea a "
-#~ "selecta\n"
-#~ "\"lpd distant\". Pentru a o face s funcioneze, nu avei nevoie de "
-#~ "parol\n"
-#~ "sau de nume de utilizator, dar va trebui s tii care e numele cozii de\n"
-#~ "imprimare de pe acest server-ului.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac dorii s acedei la o imprimant SMB (adic la o imprimant "
-#~ "conectat\n"
-#~ "fizic la un calculator distant cu un sistem Windows), va trebui s \n"
-#~ "specificai numele ei SMB (care nu e numele ei TCP/IP) i probabil "
-#~ "adresa\n"
-#~ "ei IP, plus numele utilizatorului, al grupului de lucru i parola cerut\n"
-#~ "pentru a accede la imprimant i bineneles numele imprimantei. "
-#~ "Lucrurile\n"
-#~ "sunt similare pentru o imprimant Netware, excepie fcnd faptul c nu\n"
-#~ "avei nevoie de informaia de grup de lucru."
-
-#, fuzzy
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "E foarte indicat s rspundei \"Da\" aici. Dac instalai Microsoft \n"
-#~ "Windows mai trziu, acest a v va terge sectorul de demaraj al "
-#~ "discului.\n"
-#~ "Dac nu avei un floppy de demaraj, nu vei mai putea demara Linux."
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Abandonai schimbrile?"
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Ce tip de mouse avei?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Rezoluii alese n mod automat"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "Pentru a afla rezoluiile disponibile voi ncerca altele diferite.\n"
-#~ "Ecranul dumneavoastr se va stinge i aprinde de cteva ori..."
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "Pot s ncerc s gsesc rezoluiile disponibile (eg:800x600).\n"
-#~ "Uneori, totui, aceasta poate bloca calculatorul.\n"
-#~ "Dorii s ncerc ?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "N'am gsit moduri valide\n"
-#~ "ncercai cu o alt carte video sau alt monitor"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Configurarea automat a rezoluiilor"
-
-#~ msgid "Apple ADB Mouse"
-#~ msgstr "Mouse Apple ADB"
-
-#~ msgid "Apple ADB Mouse (2 Buttons)"
-#~ msgstr "Mouse Apple ADB (2 Butoane)"
-
-#~ msgid "Apple ADB Mouse (3+ Buttons)"
-#~ msgstr "Mouse Apple ADB (3+ Butoane)"
-
-#~ msgid "Apple USB Mouse"
-#~ msgstr "Mouse Apple USB"
-
-#~ msgid "Apple USB Mouse (2 Buttons)"
-#~ msgstr "Mouse Apple USB (2 Butoane)"
-
-#~ msgid "Apple USB Mouse (3+ Buttons)"
-#~ msgstr "Mouse Apple USB (3+ Butoane)"
-
-#~ msgid "ASCII MieMouse"
-#~ msgstr "ASCII MieMouse"
-
-#~ msgid "Genius NetMouse Pro"
-#~ msgstr "Genius NetMouse Pro"
-
-#~ msgid "ATI Bus Mouse"
-#~ msgstr "Mouse ATI Bus"
-
-#~ msgid "Microsoft Bus Mouse"
-#~ msgstr "Mouse Microsoft Bus"
-
-#~ msgid "Logitech Bus Mouse"
-#~ msgstr "Mouse Logitech Bus"
-
-#~ msgid "USB Mouse (3 buttons or more)"
-#~ msgstr "Mouse USB (3 butoane sau mai multe)"
-
-#~ msgid "Microsoft Rev 2.1A or higher (serial)"
-#~ msgstr "Microsoft Rev 2.1A sau mai mult (serie)"
-
-#~ msgid "Logitech MouseMan+/FirstMouse+ (serial)"
-#~ msgstr "Logitech MouseMan+/FirstMouse+ (serie)"
-
-#~ msgid "ASCII MieMouse (serial)"
-#~ msgstr "ASCII MieMouse (serie)"
-
-#~ msgid "Genius NetMouse (serial)"
-#~ msgstr "Genius NetMouse (serie)"
-
-#~ msgid "Generic Mouse (serial)"
-#~ msgstr "Mouse serie generic"
-
-#~ msgid "Microsoft compatible (serial)"
-#~ msgstr "Mouse Microsoft compatibil (serie)"
-
-#~ msgid "Generic 3 Button Mouse (serial)"
-#~ msgstr "Mouse serie generic cu 3 butoane"
-
-#, fuzzy
-#~ msgid "Kensington Thinking Mouse (serial)"
-#~ msgstr "Kensington Thinking Mouse"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "montarea nfs a euat"
-
-#~ msgid "Cryptographic"
-#~ msgstr "Criptografie"
-
-#~ msgid "Do you want to configure a local network for your system?"
-#~ msgstr "Dorii sa configurai reeaua LAN pentru sistemul dumneavoastr?"
-
-#~ msgid "Show less"
-#~ msgstr "Afiai mai puin"
-
-#~ msgid "Show more"
-#~ msgstr "Afiai mai mult"
-
-#~ msgid "tie"
-#~ msgstr "cravat"
-
-#~ msgid "brunette"
-#~ msgstr "brunet"
-
-#~ msgid "girl"
-#~ msgstr "fat"
-
-#~ msgid "woman-blond"
-#~ msgstr "femeie blond"
-
-#~ msgid "automagic"
-#~ msgstr "automagic"
-
-#~ msgid "What is your keyboard layout?"
-#~ msgstr "Care e dispoziia tastaturii?"
-
-#~ msgid "Try to find PCMCIA cards?"
-#~ msgstr "S ncerc s gsesc cartelele PCMCIA?"
-
-#~ msgid "Try to find %s devices?"
-#~ msgstr "S ncerc s gsesc periferice %s?"
-
-#~ msgid ""
-#~ "Do you want to configure a dialup connection with modem for your system?"
-#~ msgstr "Dorii sa configurai o conexiune telefonic prin modem?"
-
-#~ msgid "Try to find PCI devices?"
-#~ msgstr "S ncerc s gsesc periferice PCI?"
-
-#~ msgid "Searching root partition."
-#~ msgstr "n cutarea partiiei root"
-
-#~ msgid "%s: This is not a root partition, please select another one."
-#~ msgstr "%s: Aceasta nu e o partiie root, v rog alegei o alta"
-
-#~ msgid "Please choose a partition to use as your root partition."
-#~ msgstr "V rog alegei o partiie pentru a o folosi ca partiie root?."
-
-#~ msgid "You don't have any enough room for Lnx4win"
-#~ msgstr "Nu avei destul spaiu pentru Lnx4win"
-
-#~ msgid ", %U MB"
-#~ msgstr ", %U MB"
-
-# NOTE: this message will be displayed by lilo at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is then suggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-# When possible cp437 accentuated letters can be used too.
-#
-#~ msgid ""
-#~ "Welcome to LILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or wait %d seconds "
-#~ "for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Bun venit la gestionarul de sisteme de operare LILO!\n"
-#~ "Pentru a lista posibilitatile, apasati <TAB>.\n"
-#~ "\n"
-#~ "Pentru a lansa unul dintre ele, scrietii numele si apasati <ENTER> sau\n"
-#~ "asteptati %d secunde pentru demararea din oficiu.\n"
-#~ "\n"
-
-# NOTE: this message will be displayed by SILO at boot time; that is
-# only the ascii charset will be available
-# so use only 7bit for this message
-#
-#~ msgid ""
-#~ "Welcome to SILO the operating system chooser!\n"
-#~ "\n"
-#~ "To list the possible choices, press <TAB>.\n"
-#~ "\n"
-#~ "To load one of them, write its name and press <ENTER> or\n"
-#~ "wait %d seconds for default boot.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Bun venit la gestionarul de sisteme de operare SILO!\n"
-#~ "\n"
-#~ "Pentru a afisa diferitele posibilitati, apasati <TAB>.\n"
-#~ "\n"
-#~ "Pentru a demara unul dintre ele, scrieti-i numele si apasati <ENTER> sau\n"
-#~ "asteptati %d secunde pentru demararea din oficiu.\n"
-#~ "\n"
-
-#~ msgid "SILO main options"
-#~ msgstr "Opinunile principale ale lui SILO"
-
-#~ msgid ""
-#~ "Here are the following entries in SILO.\n"
-#~ "You can add some more or change the existing ones."
-#~ msgstr ""
-#~ "Iat urmtoarele intrri din SILO.\n"
-#~ "Putei aduga mai multe sau schimba cele existente."
-
-#~ msgid "This label is already in use"
-#~ msgstr "Aceast etichet e deja utilizat"
-
-#~ msgid "Installation of SILO failed. The following error occured:"
-#~ msgstr "Instalarea lui SILO a euat. Urmtoarea eroare a aprut:"
-
-#~ msgid ""
-#~ "DrakX will attempt at first to look for one or more PCI\n"
-#~ "SCSI adapter(s). If it finds it (or them) and knows which driver(s)\n"
-#~ "to use, it will insert it (them) automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your SCSI adapter is an ISA board, or is a PCI board but DrakX\n"
-#~ "doesn't know which driver to use for this card, or if you have no\n"
-#~ "SCSI adapters at all, you will then be prompted on whether you have\n"
-#~ "one or not. If you have none, answer \"No\". If you have one or more,\n"
-#~ "answer \"Yes\". A list of drivers will then pop up, from which you\n"
-#~ "will have to select one.\n"
-#~ "\n"
-#~ "\n"
-#~ "After you have selected the driver, DrakX will ask if you\n"
-#~ "want to specify options for it. First, try and let the driver\n"
-#~ "probe for the hardware: it usually works fine.\n"
-#~ "\n"
-#~ "\n"
-#~ "If not, do not forget the information on your hardware that you\n"
-#~ "could get from your documentation or from Windows (if you have it\n"
-#~ "on your system), as suggested by the installation guide. These\n"
-#~ "are the options you will need to provide to the driver."
-#~ msgstr ""
-#~ "DrakX va ncerca mai nti s caute unul sau mai muli adaptatori PCI\n"
-#~ "sau SCSI. Dac cutarea e fructuoas i tie ce pilot s foloseasc,\n"
-#~ "atunci l (le) va instala n mod automat.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac adaptatorul este o carte ISA, sau est e o carte PCI i DrakX\n"
-#~ "nu tie ce pilot s foloseasc sau dac nu avei nici un adaptator SCSI\n"
-#~ "vei fi mai apoi ntrebat dac avei unul sau nu. Dac nu avei nici "
-#~ "unul\n"
-#~ "rspundei \"Nu\". Dac avei unul sau mai multe, rspundeti \"Da\".\n"
-#~ "O list cu piloi va va permite atunci s alegei unul.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dup ce ai selecionat pilotul, DrakX v va ntreba dac dorii\n"
-#~ "s specificai opiuni pentru el (ei). Mai nti ncercai i lsai\n"
-#~ "pilotul s testeze hardware-ul: n mod normal aceasta funcioneaz bine.\n"
-#~ "\n"
-#~ "\n"
-#~ "Dac nu, nu uitai informaiile despre hardware pe care le-ai putea "
-#~ "gsi\n"
-#~ "n documentaia dumneavoastr sau din Windows (dac l-avei instalat), "
-#~ "aa\n"
-#~ "cum e sugerat n ghidul de instalare. Acestea sunt opiuni pe care le "
-#~ "vei\n"
-#~ "furniza pilotului."
-
-#~ msgid "Shutting down"
-#~ msgstr "Oprire"
-
-#~ msgid "useless"
-#~ msgstr "nefolositor"
-
-#~ msgid ""
-#~ "Some true type fonts from windows have been found on your computer.\n"
-#~ "Do you want to use them? Be sure you have the right to use them under "
-#~ "Linux."
-#~ msgstr ""
-#~ "Am gsit ceva caractere din windows.\n"
-#~ "Dorii s le folosii ? Asigurai-v ca avei dreptul s le folosii\n"
-#~ "n Linux."
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Upgrade\" if you wish to update a previous version of Mandrake "
-#~ "Linux:\n"
-#~ "5.1 (Venice), 5.2 (Leloo), 5.3 (Festen), 6.0 (Venus), 6.1 (Helios), Gold "
-#~ "2000\n"
-#~ "or 7.0 (Air)."
-#~ msgstr ""
-#~ "Alegei \"Instalare\" dac nu exista alte versiuni de Linux instalate,\n"
-#~ "sau dac dorii s folosii mai multe versiuni sau distribuii.\n"
-#~ "\n"
-#~ "\n"
-#~ "Alegei \"Actualizare\" dac dorii s actualizai o versiune precedent\n"
-#~ "Mandrake Linux: 5.1 (Venice), 5.2 (Leeloo), 5.3 (Festen), 6.0 (Venus),\n"
-#~ "6.1 (Helios), Gold 2000 or 7.0 (Air)."
-
-#~ msgid "Do you want to use LILO?"
-#~ msgstr "Dorii s utilizai LILO?"
-
-#~ msgid "Choose other CD to install"
-#~ msgstr "Alegei alt CD de instalat"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Automated: If you have never installed Linux before.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Customized: If you are familiar with Linux, you will be able to \n"
-#~ "select the usage for the installed system between normal, development or\n"
-#~ "server. Choose \"Normal\" for a general purpose installation of your\n"
-#~ "computer. You may choose \"Development\" if you will be using the "
-#~ "computer\n"
-#~ "primarily for software development, or choose \"Server\" if you wish to\n"
-#~ "install a general purpose server (for mail, printing...).\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: If you are fluent with GNU/Linux and want to perform\n"
-#~ "a highly customized installation, this Install Class is for you. You "
-#~ "will\n"
-#~ "be able to select the usage of your installed system as for \"Customized"
-#~ "\"."
-#~ msgstr ""
-#~ "Selecioneaz:\n"
-#~ "\n"
-#~ " - Automatizat: Dac nu ai mai instalat niciodat Linux, sau dac "
-#~ "dorii\n"
-#~ "s instalai distribuia aleas \"Produsul anului\" n anul 1999, facei\n"
-#~ "clic aici.\n"
-#~ "\n"
-#~ " - Personalizat: Dac suntei obinuit cu Linux i vei fi capabil s\n"
-#~ "alegei scopul sistemului instalat ntre normal, progamator sau server.\n"
-#~ "Alegei \"Normal\" pentru o utilizare general a calculatorului. Putei\n"
-#~ "alege \"Programator\" dac vei folosi calculatorul n principal pentru\n"
-#~ "programare sau \"Server\" dac dorii s instalai un server general\n"
-#~ "(pentru mail, imprimare...)\n"
-#~ "\n"
-#~ " - Expert: Dac cunoatei bine GNU/Linux i dorii s alegei un tip "
-#~ "de\n"
-#~ "instalare personalizabil in cele mai mici detalii, selectai acest tip.\n"
-#~ "Vei fi capabil s selectai destinaia sistemului dumneavoastr ca i\n"
-#~ "pentru \"Personalizat\"."
-
-#~ msgid "Setup SCSI"
-#~ msgstr "Instalare SCSI"
-
-#~ msgid "developer"
-#~ msgstr "programator"
-
-#~ msgid "beginner"
-#~ msgstr "nceptor"
-
-#~ msgid "After %s partition %s,"
-#~ msgstr "Dup %s partiie %s,"
-
-#~ msgid "changing type of"
-#~ msgstr "schimb tipul de"
-
-#~ msgid "resizing"
-#~ msgstr "redimensioneaz"
-
-#~ msgid "Size: %s MB"
-#~ msgstr "Cantitatea: %s MB"
-
-#~ msgid "Password:"
-#~ msgstr "Parola:"
-
-#~ msgid "User name:"
-#~ msgstr "Numele utilizatorului:"
-
-#~ msgid "Choose install or upgrade"
-#~ msgstr "Alegei Instalare sau Actualizare"
diff --git a/perl-install/share/po/ru.po b/perl-install/share/po/ru.po
deleted file mode 100644
index 1f8d41ac7..000000000
--- a/perl-install/share/po/ru.po
+++ /dev/null
@@ -1,13049 +0,0 @@
-# DrakX messages translations.
-# Copyright (C) 1999 MandrakeSoft.
-# Vladimir Choundalov <choundalovvv@point.pwp.ru>, 2001
-# Aleksey Smirnov <smi@logic.ru>, 1999-2000
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-11-23 10:07 +0200\n"
-"Last-Translator: Vladimir Choundalov <choundalovvv@point.pwp.ru>\n"
-"Language-Team: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=koi8-r\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr " Xinerama"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr " \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-" .\n"
-" ?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree86 %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr " XFree ?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" 3D , "
-"XFree %s.\n"
-" XFree %s, "
-" 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr " 3D XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s 3D "
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-" 3D XFree %s,\n"
-" - "
-" ."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s 3D "
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-" 3D , "
-"XFree %s,\n"
-" - "
-" .\n"
-" XFree %s, , , "
-" 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr " XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-" - , "
-"\n"
-" , , \n"
-", .\n"
-"\n"
-" , "
-"\n"
-" : .\n"
-" - ."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-": "
-""
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-" "
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr " :"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr " %d "
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr " , "
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr ": %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr " XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr " .. : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr " .. : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr ": %s KB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr " X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-" ?\n"
-" :\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-" X .\n"
-", X ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr " %s "
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr ", Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 )"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 (15 )"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 (16 )"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 (24 )"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 (32 )"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 Mb"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB "
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr " VGA, 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr " 8514, 1024x768 87 Hz - ( 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 87 Hz -, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "SVGA , 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr " "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr " (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr " SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr " ?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr " LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO "
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO "
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr " DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr " "
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr " "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr " "
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr " "
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA ( BIOS)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr ""
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "-"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr " "
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr ""
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr " ( )"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr " "
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr " /tmp "
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr " RAM ( %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr " "
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr " RAM Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr " `` '' "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr " "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr " "
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr " "
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr " Firmware"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr " "
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr " CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr " OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr " ?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-" .\n"
-" , ."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr ""
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr ""
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr " ?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr " (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr " (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr " (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr ""
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr ""
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "-"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr ""
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr ""
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr ""
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr " Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr " "
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr " "
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr " "
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr " swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr " "
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr " %s %s "
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr " ?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr " - %s ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr ". "
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr " %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "( %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr " %s ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-" %s ,\n"
-" . \n"
-" \n"
-" ? , , "
-" \n"
-" ."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr ""
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr " "
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" %s.\n"
-" ``= 2=2 ...''.\n"
-", ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr " :"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-" %s .\n"
-" ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "( %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " "
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr " "
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-" , \n"
-" , `-' `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr " "
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr " "
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-" \n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr " "
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr " "
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr " "
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr ""
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr ""
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "-"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-" "
-".\n"
-" , ."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr " :"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr " :"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr ", ."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr " , "
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr " "
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr " CUPS"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-" \n"
-" , ?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr " Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr ""
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-" . \n"
-" , : "
-"\n"
-" , Internet. ."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-" , \n"
-"- ."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-" , ,\n"
-" Internet . \n"
-" ."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" \n"
-" . \n"
-", ."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-" , "
-" .\n"
-" ."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr " "
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr " "
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr " "
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-" %s !\n"
-"\n"
-" \n"
-" %d , .\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr " GRUB, !"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr " %c %c ."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr " enter , 'e' "
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr " , 'c' ."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr " %d ."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr " /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr " "
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr " "
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr " ?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr " .\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr " "
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "//_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr " NewStyle"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle "
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr " "
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr " Gtk+ "
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr " Aurora "
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr " Lilo/grub"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr " Yaboot"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" %s .\n"
-" ."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr " X-Window "
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ", "
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-", (user, desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr " /etc/inittab : %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "Gb"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "Kb"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "Mb"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "Tb"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d "
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 "
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d "
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr " "
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr " , "
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr ""
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr ""
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr " !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-" aboot, (2048 "
-" )\n"
-" "
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-" FAT\n"
-"( MicroSoft Dos/Windows).\n"
-" \n"
-"( , \" \")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr " :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr " ``%s'' "
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr " ``''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, "
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "- ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-" , , "
-" "
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:304
-#, fuzzy
-msgid "Removable media automounting"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-" \n"
-"- ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-" \n"
-" "
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr " MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr " :"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr " loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr " loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-" , "
-"loop back. loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr " FAT"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-" %s "
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr " MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr " ..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr " RAID "
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr " LVM "
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr " LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr " loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr " loopback, ."
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr " . ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr " :"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr " chunk"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr ": ."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-", /boot ( > 1024).\n"
-" LILO - , LILO "
-", /boot ."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-", (/) "
-" \n"
-"1024- , /boot .\n"
-" LILO, "
-" /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-" RAID (/).\n"
-" /boot.\n"
-" /boot"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr " %s !"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr " , "
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-" %s, "
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr " loopback %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid "
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr " DOS-: %s ()\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr " %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr " \n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Loopback (): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-", \n"
-" ( MS-DOS, lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr " hunk %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr " RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr " Loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-" , \n"
-" , ,\n"
-" .\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-" Bootstrap\n"
-" \n"
-" ..\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr ": %s , %s , %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM- %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr " : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr " ( %d )"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr " "
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS "
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr " %s %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr " %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr " JFS 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr " ReiserFS 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr " /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr " %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr " LVM %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr " "
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-" (ext2, "
-"reiserfs)\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr " LVM %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr " -"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr " %s : %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-" : . "
-" ."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " !"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-#, fuzzy
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-" Linux, \n"
-" . , , "
-" \n"
-". , (root)\n"
-" (\"/\"). , "
-" \n"
-". ,\n"
-" \"/home\" ( , "
-"\n"
-" Linux).\n"
-"\n"
-"\n"
-" - : \"\", \""
-"\".\n"
-"\n"
-"\n"
-"\"\" : \" \", \" "
-" \",\n"
-"\" \" (, \"hda1\").\n"
-"\n"
-"\n"
-"\" \" - \"hd\" IDE "
-"\"sd\"\n"
-" SCSI .\n"
-"\n"
-"\n"
-"\" \" \"hd\" or \"sd\". "
-" IDE:\n"
-"\n"
-" * \"a\" \"master IDE \",\n"
-"\n"
-" * \"b\" \"slave IDE \",\n"
-"\n"
-" * \"c\" \"master IDE \",\n"
-"\n"
-" * \"d\" \"slave IDE \".\n"
-"\n"
-"\n"
-" SCSI, \"a\" \" \", \"b\" "
-"\" \", .."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-" , .\n"
-"\n"
-"\n"
-" , \n"
-" .\n"
-"\n"
-"\n"
-" , "
-" : \n"
-" . ,\n"
-" ..\n"
-" , , ."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-" \n"
-" Mandrake Linux. \n"
-" , "
-"\n"
-" . "
-"\n"
-" Mandrake "
-"Linux.\n"
-"\n"
-"\n"
-" ,\n"
-" , "
-".\n"
-" . , "
-"\n"
-" .\n"
-"\n"
-"\n"
-" . - "
-" \n"
-" ( - Swap).\n"
-"\n"
-"\n"
-" ( \n"
-" ), "
-"\n"
-"Linux .\n"
-"\n"
-"\n"
-" , . \n"
-" , . "
-" \n"
-", :\n"
-"\n"
-"* : "
-" Linux . \n"
-" , . \n"
-"\n"
-"\n"
-"* : , "
-" , "
-" \n"
-" Mandrake Linux . "
-" - \n"
-" .\n"
-"\n"
-"\n"
-"* Windows: "
-"Microsoft Windows , \n"
-" Linux. , "
-" \n"
-" Microsoft Windows ( \" "
-"\" \" \" ) \n"
-" Microsoft Windows. "
-" . \n"
-" Mandrake Linux Microsoft Windows "
-" .\n"
-"\n"
-"\n"
-" , , "
-"Microsoft\n"
-" Windows , . , "
-" \n"
-" Microsoft Windows .\n"
-"\n"
-"\n"
-"* : , "
-" . \n"
-" . , . "
-" . \n"
-" , , ."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-" , , "
-" \n"
-" ( "
-").\n"
-"\n"
-"\n"
-" "
-"\n"
-" . , "
-",\n"
-" .\n"
-"\n"
-"\n"
-" , "
-".\n"
-" , ( "
-" \"/\",\n"
-"\"/usr\" \"/var\"), , "
-" ,\n"
-" ( /home).\n"
-"\n"
-"\n"
-" , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" \"OK\" .\n"
-"\n"
-"\n"
-" \"\", \n"
-"Mandrake Linux."
-
-#: ../../help.pm_.c:404
-#, fuzzy
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-" "
-"Mandrake Linux\n"
-". ( "
-"\n"
-" ).\n"
-"\n"
-"\n"
-", ."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-" , () \n"
-" Mandrake Linux . \n"
-" ( GNU/Linux \n"
-" ), . "
-" ,\n"
-" .\n"
-"\n"
-"\n"
-" , . "
-" \n"
-" , \"hda\" IDE , \"hdb\" "
-" \n"
-" IDE , \"sda\" SCSI .\n"
-"\n"
-"\n"
-" , :\n"
-"\n"
-" * : , "
-" .\n"
-"\n"
-"\n"
-" * : "
-" Ext2 (swap) () "
-" \n"
-" .\n"
-"\n"
-"\n"
-" * : "
-" , . \n"
-" , .\n"
-"\n"
-"\n"
-" * : "
-".\n"
-"\n"
-"\n"
-" * : "
-" () \n"
-"\n"
-"\n"
-" * : , -"
-" . , \n"
-" .\n"
-"\n"
-"\n"
-" * : , "
-" , \n"
-" .\n"
-"\n"
-"\n"
-" * : , "
-" . \n"
-" . \n"
-"\n"
-"\n"
-" * : , drive, "
-" .\n"
-"\n"
-"\n"
-" : "
-" Tab /.\n"
-"\n"
-"\n"
-" , :\n"
-"\n"
-" * Ctrl-c ( "
-")\n"
-"\n"
-" * Ctrl-d \n"
-"\n"
-" * Ctrl-m \n"
-" \n"
-"\n"
-" \n"
-" PPC, , "
-" HFS 'bootstrap' 1MB \n"
-" yaboot. , "
-" 50MB, \n"
-" ramdisk ."
-
-#: ../../help.pm_.c:513
-#, fuzzy
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-" Microsoft Windows\n"
-". , \n"
-" Mandrake Linux.\n"
-"\n"
-"\n"
-" - : \" Linux\", "
-"\"\n"
-"Windows\" \"\".\n"
-"\n"
-"\" Linux\" : \" \", \" "
-" \",\n"
-"\" \" (, \"hda1\").\n"
-"\n"
-"\n"
-"\" \" - \"hd\", IDE "
-"- \"sd\"\n"
-" SCSI .\n"
-"\n"
-"\n"
-"\" \" \"hd\" or \"sd\". "
-" IDE:\n"
-"\n"
-" * \"a\" \"master IDE \",\n"
-"\n"
-" * \"b\" \"slave IDE \",\n"
-"\n"
-" * \"c\" \"master IDE \",\n"
-"\n"
-" * \"d\" \"slave IDE \".\n"
-"\n"
-"\n"
-" SCSI, \"a\" \" \", \"b\" "
-"\" \", ..\n"
-"\n"
-"\n"
-"\" Windows\" - , Windows ( "
-" \n"
-" \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ". ."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-", \"\", "
-" Mandrake Linux\n"
-" .\n"
-"\n"
-"\n"
-", \"\", "
-" Mandrake Linux.\n"
-"\n"
-"\n"
-" GNU/Linux, "
-" \n"
-" Mandrake Linux:\n"
-"\n"
-"* : "
-"GNU/Linux . \n"
-" .\n"
-"\n"
-"\n"
-"* : GNU/Linux, "
-" ( , ,\n"
-" ) . , "
-" \"\" \n"
-" , , GNU/Linux "
-" .\n"
-"\n"
-"\n"
-"* : GNU/Linux, "
-" . \"\",\n"
-" ( , , "
-"). \n"
-" . "
-" .\n"
-" , GNU/Linux, "
-" . ,\n"
-" , ."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-" . , COM1\n"
-" MS Windows ttyS0 GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader - Linux) Grub "
-":\n"
-" GNU/Linux , "
-".\n"
-" "
-".\n"
-" , .\n"
-" .\n"
-"\n"
-"\n"
-" , , "
-"\n"
-" . "
-"\n"
-" !"
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-" , \n"
-" , GNU/Linux.\n"
-"\n"
-"\n"
-" , , \n"
-"\" (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX PCI SCSI (). DrakX\n"
-" SCSI , "
-" \n"
-".\n"
-"\n"
-"\n"
-" DrakX SCSI , ISA SCSI PCI SCSI "
-", \n"
-" SCSI \n"
-". , \"\". \n"
-"\"\", , "
-" .\n"
-"\n"
-"\n"
-"\n"
-" , DrakX , \n"
-" . DrakX "
-" \n"
-". .\n"
-"\n"
-"\n"
-" , . , "
-"\n"
-" ( 3, \"Collective informations on your hardware\") "
-"for hints\n"
-" \n"
-" web ( ) "
-" Microsoft Windows\n"
-"( )."
-
-#: ../../help.pm_.c:784
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-" yaboot, "
-" ,\n"
-" , .\n"
-"\n"
-"\n"
-" - .\n"
-"\n"
-"\n"
-" Linux, : \n"
-"\n"
-"\n"
-" - : , yaboot "
-" \n"
-" .\n"
-"\n"
-"\n"
-" - : . vmlinux \n"
-" vmlinux .\n"
-"\n"
-"\n"
-" - Root: '/' Linux.\n"
-"\n"
-"\n"
-" \n"
-" - : Apple, "
-"\n"
-" , "
-" \n"
-"2 3 Apple . \n"
-":\n"
-"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: "
-" , \n"
-" , ramdisk "
-" .\n"
-"\n"
-"\n"
-" - Initrd: ramdisk 4096 . "
-"\n"
-" ramdisk, .\n"
-"\n"
-"\n"
-" - -: '' ('root') "
-" -, \n"
-" '' . "
-" .\n"
-"\n"
-"\n"
-" - NoVideo: Apple "
-", \n"
-" 'novideo', "
-"framebuffer .\n"
-"\n"
-"\n"
-" - : Linux, "
-". \n"
-" ENTER yaboot. "
-" '*', \n"
-"TAB ."
-
-#: ../../help.pm_.c:830
-#, fuzzy
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot - NewWorld MacIntosh. \n"
-" GNU/Linux, MacOS MacOSX, "
-".\n"
-" .\n"
-" , \n"
-" . .\n"
-"\n"
-"\n"
-" Yaboot:\n"
-"\n"
-"\n"
-" - : , "
-" \n"
-".\n"
-"\n"
-"\n"
-" - : , "
-", \n"
-" GNU/Linux. bootstrap, "
-" \n"
-" .\n"
-"\n"
-"\n"
-" - Firmware: LILO, yaboot 2 "
-" \n"
-". "
-" \n"
-" CD, OF , MacOS Linux.\n"
-"\n"
-"\n"
-" - : LILO. "
-" \n"
-" Linux, 0.1 , \n"
-" .\n"
-"\n"
-"\n"
-" - CD?: 'C' "
-" CD \n"
-" .\n"
-"\n"
-"\n"
-" - OF?: 'N' "
-" Open\n"
-"Firmware .\n"
-"\n"
-"\n"
-" - : , "
-" \n"
-"Firmware."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-" , \n"
-" Mandrake Linux. , "
-" \n"
-"."
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" \"OK\" \n"
-", . , "
-" \"OK\", \n"
-" , "
-" ,\n"
-" Windows.\n"
-"\n"
-"\n"
-" \"\" "
-" \n"
-" ."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-" (): %s\n"
-"\n"
-"\n"
-" . "
-"\n"
-", , , . "
-" \n"
-".\n"
-"\n"
-"\n"
-" , ?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr " broadcast NIS "
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr " FAT %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr " FAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-" , "
-", ``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-" ``'' "
-".\n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-" .\n"
-" ( ).\n"
-" `` '' `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-" swap\n"
-"\n"
-"- ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr " swap"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " Windows loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr " Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr " MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr " swap MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr " ?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-" FAT , \n"
-" : %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-" Windows , ``defrag'' "
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"!\n"
-"\n"
-" DrakX Windows. "
-": . \n"
-" scandisk Windows, ( \n"
-" defrag), . \n"
-" .\n"
-" , Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr " windows"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr " FAT : %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-" FAT loopback ( "
-" )"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr " Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-" . Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr " %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr " fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-" %s.\n"
-" `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr " Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr " DrakX :"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr " : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr " "
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-" , , .\n"
-" ."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-" .\n"
-" CD, CDROM .\n"
-" cdrom \"rpm -qpl Mandrake/"
-"RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr " "
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr " `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-" . \n"
-"Mandrake Linux. , . "
-"\n"
-" `F1' CDROM, `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr ", :"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr " %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-" , , \n"
-", .\n"
-"\n"
-" ;\n"
-" 100%% ."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-" %d%% .\n"
-"\n"
-" , , ,\n"
-", .\n"
-" ;\n"
-" %d%% ."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " ."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr " : %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-" , "
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr " / "
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr " , "
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr " , ."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-" \n"
-" , ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr " . "
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr ", , "
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d "
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-" Cd-Rom!\n"
-"\n"
-" Cd-Rom \"%s\" Ok.\n"
-" , (Cancel), "
-" ."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr " :"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"\n"
-", , . "
-" \n"
-", CD. '' \n"
-" .\n"
-"\n"
-"\n"
-" , CD \n"
-" GPL . \n"
-" . \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"\n"
-"\n"
-" , "
-"Mandrake Linux \n"
-" \" \". "
-", \n"
-" , , , \n"
-" Mandrake Linux.\n"
-"\n"
-"\n"
-"1. \n"
-"\n"
-", . "
-" \n"
-"MandrakeSoft S.A., .\n"
-", , "
-" \n"
-" "
-". \n"
-" , "
-", \n"
-" . \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr ", "
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "/"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr ", "
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ", ."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr " 2 "
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr " 3 "
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr " PCMCIA ..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr " IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr " - "
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-" , :(\n"
-" ( !).\n"
-" - DrakX .\n"
-"( %s)\n"
-"\n"
-" ?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake .\n"
-" !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr " (/) ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-" (swap) , "
-""
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-" (%"
-"d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-" CD , Ok.\n"
-" , .\n"
-" CD, Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-" %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-" .\n"
-"\n"
-":\n"
-"\n"
-" , "
-"\n"
-" , / "
-"\n"
-" , / , \n"
-"/ .\n"
-"\n"
-" , / , "
-"\n"
-" . / \n"
-" , / \n"
-".\n"
-"\n"
-" Mandrakesoft, "
-"\n"
-" , (, \n"
-" , , "
-" \n"
-" , "
-"\n"
-" ) , , \n"
-" , \n"
-" .\n"
-"\n"
-" , , : \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr " GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr " CUPS "
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr " ISDN"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV "
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr " root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr " ( %d )"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-" Linux "
-" . , "
-" SILO, "
-"SILO, SILO . "
-" "
-"Mandrake, .\n"
-"\n"
-" , "
-" \n"
-" \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-" Linux "
-" . , "
-" LILO ( grub) , "
-" LILO, LILO "
-". "
-" Mandrake, "
-" .\n"
-" ?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr ", "
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr " , "
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr " aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-" aboot, \n"
-" , ?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr " bootloader . :"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, fuzzy, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-", Open Firmware ,\n"
-" . "
-" \n"
-" t, Command-Option-O-F "
-" :\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
-" : shut-down\n"
-" ."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr " - "
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-" .\n"
-"\n"
-" ?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-", .\n"
-" enter .\n"
-"\n"
-"\n"
-" Mandrake Linux,\n"
-" \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-" -\n"
-" Mandrake Linux."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr " - "
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-" ,\n"
-" !!\n"
-"( ).\n"
-"\n"
-", .\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr " "
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr " Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> | <Space> | <F12> "
-" "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr " kdesy"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr " "
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr ", "
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr " "
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr " "
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr " , \n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr " ? ( %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr " ? ( %s) "
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr ": %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr " aboot?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr " ? ( %s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK "
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US "
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr " (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "e"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak ()"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak ()"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak ()"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr ""
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr " 106 "
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "-"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr " AZERTY ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr " AZERTY ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr " \" \" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr " \"\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr " ( qwerty)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr " ( qwertz)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr ""
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr " ( \"F\" )"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr " ( \"Q\" )"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US ()"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr " \" \" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr " (/)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr " %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr " \n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr " Sun"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr " PS2 "
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 "
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr " 2- "
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr ""
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr ""
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr " 3- "
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (, C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bus-"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 "
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 "
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr " ,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr " !"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr " ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- "
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr " ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr " "
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-" adsl - pppoe.\n"
-" pptp, dhcp.\n"
-" , ' pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr " dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr " pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "use pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-" dhcp ?\n"
-" - dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-" ethernet.\n"
-" ."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-" , "
-"?"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-" (host), .\n"
-" DHCP .\n"
-" ,\n"
-" ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr " ISDN"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr " ISDN"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr " ISDN ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr " (firewall)!"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr " (firewall)!"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr " ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-" .\n"
-" , "
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr " (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-" \n"
-" D- ( )"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr " ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr " ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-" ISA, .\n"
-"\n"
-" PCMCIA, irq io .\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr " ISDN ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-" ISDN PCI, . "
-" PCI."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr " ISDN PCI . ."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr ", ."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr " "
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr " "
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr " (Login ID)"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr " DNS ()"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr " DNS ()"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr " ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr " ."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-" ."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-" , .\n"
-" Ok , , "
-" .\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-" \n"
-"\n"
-" / .\n"
-" , .\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr " ..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN "
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr " ethernet"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr " , "
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr " -"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr " , ?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-" : \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-", .\n"
-"\n"
-" .\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-" X , \n"
-" - ."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-": "
-".\n"
-" .\n"
-" ."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-" IP .\n"
-" IP - \n"
-" (, 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr " %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr "(driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP "
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr " "
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr " IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-" (host).\n"
-" ,\n"
-" ``mybox.mylab.myco.com''.\n"
-" IP , "
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS "
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr " "
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr " proxy"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr " "
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr " ?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr " ..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr " ."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr " , "
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-", .\n"
-" ."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr " "
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr " "
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ "
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr " (DMA) "
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO "
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 "
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 "
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr " (. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr " "
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "IP DNS ()"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "IP DNS ()"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr " "
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr " "
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr " : "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr " : "
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr " ( )"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr " "
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-" , .\n"
-" , , "
-" (extended) "
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr " %s %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr " "
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr " %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"- . \n"
-" . \n"
-" , "
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr ""
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr " "
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr " "
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr " "
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr " "
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr " CUPS "
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr " lpd "
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr " ()"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr " "
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr " "
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr " %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "( %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP CUPS"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " ()"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-" CUPS, \n"
-" ; .\n"
-" , \" CUPS \"."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr " CUPS "
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP CUPS"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr ", ."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr " lpd"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-" "
-" , "
-" ."
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr " SMB (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-" SMB SMB ( "
-" TCP/IP) IP , "
-", , , "
-" ."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr " SMB"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP SMB"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr " NetWare"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-" NetWare "
-"NetWare ( TCP/IP) , "
-" , ."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr " Socket"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr ", "
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-" .\n"
-" .\n"
-" :\n"
-"%s\n"
-"\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-" .\n"
-" .\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr " , "
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr " -"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr " CUPS..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr " CUPS..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr " proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Proxy http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr " "
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Proxy ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "-"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr " "
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr " "
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr " __ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr " %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid "
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid (, raidtools?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr " RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-" ALSA ( Linux) "
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, ."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd "
-" syslog.\n"
-" "
-"."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-" , at , "
-"\n"
-" at, , "
-"."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron UNIX, "
-"\n"
-" . vixie cron "
-"cron \n"
-"UNIX, ."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM , , "
-" , \n"
-"Midnight Commander. -- "
-" \n"
-"."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake \n"
-"/ ."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache World Wide Web. "
-" HTML CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-" ( inetd) \n"
-" -. \n"
-", telnet, ftp, rsh, rlogin. inetd \n"
-" , ."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-" Linux 2.2, \n"
-" (firewall) ."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-" \n"
-"/etc/sysconfig/keyboard. "
-"kbdconfig.\n"
-" ."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-" /boot \n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr " ."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf \n"
-" , ."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd , lpr. \n"
-" , ."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux , "
-"\n"
-" ."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) (DNS), "
-" IP ."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-" (NFS), SMB (Lan\n"
-"Manager/Windows) NCP (NetWare)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"/ , \n"
-" ."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS - "
-" TCP/IP.\n"
-" NFS, \n"
-" /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS - "
-"TCP/IP.\n"
-" NFS."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-" numlock \n"
-"XFree ."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr " OKI 4w win-."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-" PCMCIA ethernet "
-" . , "
-", \n"
-" , , ."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"portmapper RPC, "
-"\n"
-" NFS NIS. portmap , \n"
-" , "
-" RPC."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix , , \n"
-" ."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-" \n"
-" ."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-" raw- block- ( \n"
-" ), , Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-" routed IP "
-" \n"
-" RIP. RIP , \n"
-" ."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-" rstat \n"
-" ."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-" rusers , \n"
-" ."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-" rwho "
-",\n"
-" rwho ( finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr " "
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog - , \n"
-" . , syslog "
-" ."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr " USB ."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr " X Font Server ( XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ", "
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr ""
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr " "
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr " lpd"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr " "
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr " "
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-" \n"
-" . ."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr " "
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr ":"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr " "
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr " "
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr " - "
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr " "
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr " "
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr " SMB"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr " %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-" , :(\n"
-" , "
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr " loopback %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr ", , "
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr " Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ", , "
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ", , "
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr " :"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr ", , "
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr ", , "
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr ". "
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr ", "
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- "
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr ":"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr " ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr ", ."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr ", , "
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr ". "
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr " %s . :"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr " !"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr " !"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr " -"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr " - "
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-" .\n"
-" .\n"
-"\n"
-" ?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr " - "
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-" .\n"
-" .\n"
-"\n"
-" ?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr " ..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr " !"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-" :\n"
-"\n"
-"%s\n"
-"\n"
-" , ."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-", , "
-" ."
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP CUPS"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-" LAN %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr " (firewall)!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"! (firewall). "
-" ."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr " , , ..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr " %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-" .\n"
-" "
-" , (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr " , ."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr " ."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" !\n"
-"\n"
-"%s\n"
-"\n"
-" ."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr " (%d )"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ": "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr " :"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr " :"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr " "
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr ", ... "
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr " "
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-" .\n"
-" ''"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr " %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr " "
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr " "
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr " DHCP"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr ""
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-" .\n"
-" , ''"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr " "
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr " : "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr ""
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr " "
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr " DHCP"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " , "
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr " ()"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ": keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr ", "
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr " , BackSpace Delete?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr " Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-" Cd-Rom Installation Ok.\n"
-" , (Cancel), "
-" ."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr " !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "// _"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "//-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "//"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "//_ ..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr " , : %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "proftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr " ..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr ", "
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "serial_usb \n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr " ?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr " (firewall)"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr " (firewall)"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"C \n"
-"\n"
-" .\n"
-" "
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"C \n"
-"\n"
-" "
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr " "
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr " "
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr " "
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr " "
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr " "
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr ". "
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr " "
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr " "
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr " "
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr " "
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr " "
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr " "
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr " "
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr " . "
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr " X Window"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr " "
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr " "
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-" \n"
-"\n"
-" Mandrake Linux .\n"
-" , \n"
-" MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-" , "
-"\n"
-" . \n"
-", - .\n"
-"\n"
-", - "
-", \n"
-" . "
-" \n"
-" !"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-" web , \n"
-" ? web , "
-" \n"
-", .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-" (DNS) ? "
-"\n"
-" IP , ,\n"
-" .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-" Secure Shell (ssh) ? \n"
-" telnet, , , "
-".\n"
-" , ssh. "
-"telnet \n"
-" -- , "
-" telnet.\n"
-" ssh ."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-" telnet?\n"
-" , . \n"
-" No ssh \n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-" FTP , \n"
-" ? , "
-" \n"
-" . FTP "
-"\n"
-", FTP "
-".\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-" ? \n"
-" pine, mutt "
-",\n"
-" - . , .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-" POP IMAP? "
-"\n"
-" web \n"
-" .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-" 2.2. IP \n"
-" \n"
-"( ), . \n"
-"?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-" ?\n"
-" Unix/Linux \n"
-" . "
-"\n"
-" , , "
-" \n"
-"."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-" . ?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr " %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr " %s : %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr " (firewall)"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr ", , "
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr " ()"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS , SMB , Proxy , ssh "
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr " Gnome"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr " Palm Pilot Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr " /"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr " (DNS) NIS"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-" : (kword, abiword), "
-"(kspread, gnumeric), pdf, .."
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr " : mp3 MIDI, , .."
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr " HowTo Linux "
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr " KDE"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr " , , web, "
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr " PostgreSQL MySQL"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr ", "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr " Postfix, Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr " b chtls (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-" K Desktop, "
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr " CD "
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, .."
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr " , The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr " C C++, include"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "/ /"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "- "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr " - "
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr " : .."
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-" (pine, mutt, tin..) "
-" Web"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ", , "
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr " , ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr " / "
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ", , , "
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr " , gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr " - CD"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr " "
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr ""
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr " :"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr " "
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr " %s."
-
-#~ msgid "mount failed"
-#~ msgstr " "
-
-#~ msgid "Low"
-#~ msgstr ""
-
-#~ msgid "Medium"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ " , \n"
-#~ " ."
-
-#~ msgid "Boot mode"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux GMT ( ) "
-#~ "\n"
-#~ " ."
-
-#~ msgid "Connect to Internet"
-#~ msgstr " "
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr " "
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr " ( )"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr " ?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr ", , "
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr " Gnome"
-
-#~ msgid "authentification"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "user"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr ", "
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Removable media"
-#~ msgstr " "
-
-#~ msgid "Active"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr ""
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr " \"%s\" "
-
-#~ msgid "Local Printer Device"
-#~ msgstr " "
-
-#~ msgid "Printer Device"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr " CUPS "
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr " CUPS "
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr ", "
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr ": "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr " X Window"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr ""
-
-#~ msgid "Starting your connection..."
-#~ msgstr " ..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr " ..."
-
-#~ msgid ""
-#~ "The connection is not closed.\n"
-#~ "Try to do it manually by running\n"
-#~ "/etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ "in root."
-#~ msgstr ""
-#~ " .\n"
-#~ " \n"
-#~ " /etc/sysconfig/network-scripts/net_cnx_down\n"
-#~ " root."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr " ."
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr " "
-
-#~ msgid "Total size: "
-#~ msgstr " : "
-
-#~ msgid "Please wait, "
-#~ msgstr ", , "
-
-#~ msgid "Total time "
-#~ msgstr " "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr " X11?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ " \n"
-#~ "(? - /dev/lp0 LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr ", . ."
-
-#~ msgid "New"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr " "
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr " (%s), \n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? ( %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr " ? ( %s 'none' ) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr " /etc/sysconfig/autologin : %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ " ?"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr " :\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr " %s. ?"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ " , \"/dev/"
-#~ "hda\"\n"
-#~ "(IDE ) \"/dev/sda\" ( SCSI )."
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr " : "
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr " :"
-
-#~ msgid "Test the mouse here."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr ""
-#~ " ."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " \"\" .\n"
-#~ "\n"
-#~ "\n"
-#~ " \"\" . "
-#~ " \n"
-#~ "."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr ""
-#~ " , "
-#~ ""
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ " , ( \n"
-#~ " ) , "
-#~ "\n"
-#~ " . , \"\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ ":\n"
-#~ "\n"
-#~ " - : GNU/Linux, \n"
-#~ " . . \n"
-#~ "\n"
-#~ "\n"
-#~ " - : , GNU/Linux "
-#~ " \n"
-#~ " . \""
-#~ "\" \n"
-#~ " .\n"
-#~ " , , \n"
-#~ " "
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ " . :\n"
-#~ "\n"
-#~ "* : , "
-#~ " \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "* t: , "
-#~ " . "
-#~ "\n"
-#~ " , , "
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ "* : , "
-#~ " . - (NFS \n"
-#~ " SMB), ( Unix Microsoft Windows), "
-#~ " (NIS), \n"
-#~ " . , "
-#~ "KDE, GNOME, . "
-
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ " , \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " DrakX , . "
-#~ ",\n"
-#~ " . , "
-#~ " \n"
-#~ " \n"
-#~ ". \n"
-#~ "\" \"; - "
-#~ " \n"
-#~ " 1000 ..."
-
-#~ msgid ""
-#~ "You can now choose individually all the packages you\n"
-#~ "wish to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can expand or collapse the tree by clicking on options in the left "
-#~ "corner of\n"
-#~ "the packages window.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you prefer to see packages sorted in alphabetic order, click on the "
-#~ "icon\n"
-#~ "\"Toggle flat and group sorted\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want not to be warned on dependencies, click on \"Automatic\n"
-#~ "dependencies\". If you do this, note that unselecting one package may "
-#~ "silently\n"
-#~ "unselect several other packages which depend on it."
-#~ msgstr ""
-#~ " , \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " \n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ " \n"
-#~ "\" / \".\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ " \"\n"
-#~ "\". , , "
-#~ " \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ " CD , Ok.\n"
-#~ " , .\n"
-#~ " CD, Ok."
-
-#~ msgid ""
-#~ "If you wish to connect your computer to the Internet or\n"
-#~ "to a local network please choose the correct option. Please turn on your "
-#~ "device\n"
-#~ "before choosing the correct option to let DrakX detect it automatically.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you do not have any connection to the Internet or a local network, "
-#~ "choose\n"
-#~ "\"Disable networking\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you wish to configure the network later after installation, or if you "
-#~ "have\n"
-#~ "finished to configure your network connection, choose \"Done\"."
-#~ msgstr ""
-#~ " \n"
-#~ " . , "
-#~ "\n"
-#~ " , DrakX .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ "\" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " , \n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "No modem has been detected. Please select the serial port on which it is "
-#~ "plugged.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, the first serial port (called \"COM1\" under Microsoft\n"
-#~ "Windows) is called \"ttyS0\" under Linux."
-#~ msgstr ""
-#~ " . , "
-#~ ", .\n"
-#~ "\n"
-#~ "\n"
-#~ " - ( \"COM1\" "
-#~ "Microsoft\n"
-#~ "Windows) Linux \"ttyS0\"."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you don't know\n"
-#~ "or are not sure what to enter, the correct informations can be obtained "
-#~ "from\n"
-#~ "your Internet Service Provider. If you do not enter the DNS (name "
-#~ "server)\n"
-#~ "information here, this information will be obtained from your Internet "
-#~ "Service\n"
-#~ "Provider at connection time."
-#~ msgstr ""
-#~ " . \n"
-#~ " , , "
-#~ " \n"
-#~ " -. DNS ( "
-#~ ")\n"
-#~ ", - "
-#~ "\n"
-#~ "."
-
-#~ msgid ""
-#~ "If your modem is an external modem, please turn on it now to let DrakX "
-#~ "detect it automatically."
-#~ msgstr ""
-#~ " , , DrakX "
-#~ " ."
-
-#~ msgid "Please turn on your modem and choose the correct one."
-#~ msgstr ", ."
-
-#~ msgid ""
-#~ "If you are not sure if informations above are\n"
-#~ "correct or if you don't know or are not sure what to enter, the correct\n"
-#~ "informations can be obtained from your Internet Service Provider. If you "
-#~ "do not\n"
-#~ "enter the DNS (name server) information here, this information will be "
-#~ "obtained\n"
-#~ "from your Internet Service Provider at connection time."
-#~ msgstr ""
-#~ " \n"
-#~ " , , \n"
-#~ " -. \n"
-#~ " DNS ( ), \n"
-#~ " - ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ " () , . "
-#~ "\n"
-#~ " , , "
-#~ " \n"
-#~ " -."
-
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ " * IP : , , "
-#~ " .\n"
-#~ " IP , "
-#~ "\" IP\" .\n"
-#~ "\n"
-#~ " * : \"255.255.255.0\" - . "
-#~ " , ,\n"
-#~ " .\n"
-#~ "\n"
-#~ " * IP: BOOTP "
-#~ " DHCP, . , , \n"
-#~ " \"IP \" . "
-#~ " , ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ " , . "
-#~ " \n"
-#~ " , , ."
-
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, leave blank."
-#~ msgstr ""
-#~ " , . "
-#~ "\n"
-#~ " , , ."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ " (dialup). , "
-#~ ", \n"
-#~ " (ISP)."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ " proxy, . "
-#~ ",\n"
-#~ " , ."
-
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ " , c "
-#~ "\n"
-#~ " . , "
-#~ " \n"
-#~ " , .\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ " ,\n"
-#~ " ."
-
-#~ msgid "You can now select your timezone according to where you live."
-#~ msgstr " , ."
-
-#~ msgid ""
-#~ "You can configure a local printer (connected to your computer) or remote\n"
-#~ "printer (accessible via a Unix, Netware or Microsoft Windows network)."
-#~ msgstr ""
-#~ " ( "
-#~ ") \n"
-#~ " ( Unix, Netware Microsoft Windows)."
-
-#~ msgid ""
-#~ "If you wish to be able to print, please choose one printing system "
-#~ "between\n"
-#~ "CUPS and LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS is a new, powerful and flexible printing system for Unix systems "
-#~ "(CUPS\n"
-#~ "means \"Common Unix Printing System\"). It is the default printing system "
-#~ "in\n"
-#~ "Mandrake Linux.\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR is the old printing system used in previous Mandrake Linux "
-#~ "distributions.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you don't have printer, click on \"None\"."
-#~ msgstr ""
-#~ " , - \n"
-#~ "CUPS LPR.\n"
-#~ "\n"
-#~ "\n"
-#~ "CUPS - , Unix (CUPS\n"
-#~ " \" Unix\"). \n"
-#~ "Mandrake Linux .\n"
-#~ "\n"
-#~ "\n"
-#~ "LPR - , "
-#~ "Mandrake Linux .\n"
-#~ "\n"
-#~ "\n"
-#~ " , \"\"."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these types "
-#~ "requires\n"
-#~ "a different setup.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select \"Local\n"
-#~ "printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine, select\n"
-#~ "\"Remote printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Microsoft Windows "
-#~ "machine\n"
-#~ "(or on Unix machine using SMB protocol), select \"SMB/Windows 95/98/NT\"."
-#~ msgstr ""
-#~ " GNU/Linux . "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ "\"\n"
-#~ "\".\n"
-#~ "\n"
-#~ "\n"
-#~ " Unix , "
-#~ "\n"
-#~ "\" \".\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ "Microsoft Windows \n"
-#~ "( Unix, SMB ), \"SMB/Windows 95/98/"
-#~ "NT\"."
-
-#~ msgid ""
-#~ "Please turn on your printer before continuing to let DrakX detect it.\n"
-#~ "\n"
-#~ "You have to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of printer: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you must have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer a more meaningful name, you "
-#~ "have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Description: this is optional but can be useful if several printers "
-#~ "are connected to your computer or if you allow\n"
-#~ " other computers to access to this printer.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Location: if you want to put some information on your\n"
-#~ " printer location, put it here (you are free to write what\n"
-#~ " you want, for example \"2nd floor\").\n"
-#~ msgstr ""
-#~ ", , "
-#~ "DrakX .\n"
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : (spooler) \"lp\" "
-#~ ". , \"lp\".\n"
-#~ " , "
-#~ " . \n"
-#~ " \"|\". , , "
-#~ " , : \" |lp\".\n"
-#~ " , \"lp\" , "
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : , "
-#~ " "
-#~ "\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : - "
-#~ "\n"
-#~ " , ( , \n"
-#~ " , \"2 \").\n"
-
-#~ msgid ""
-#~ "You need to enter some informations here.\n"
-#~ "\n"
-#~ "\n"
-#~ " * Name of queue: the print spooler uses \"lp\" as default printer "
-#~ "name. So, you need have a printer named \"lp\".\n"
-#~ " If you have only one printer, you can use several names for it. You "
-#~ "just need to separate them by a pipe\n"
-#~ " character (a \"|\"). So, if you prefer to have a more meaningful "
-#~ "name, you have to put it first, eg: \"My printer|lp\".\n"
-#~ " The printer having \"lp\" in its name(s) will be the default "
-#~ "printer.\n"
-#~ "\n"
-#~ " \n"
-#~ " * Spool directory: it is in this directory that printing jobs are "
-#~ "stored. Keep the default choice\n"
-#~ " if you don't know what to use\n"
-#~ "\n"
-#~ "\n"
-#~ " * Printer Connection: If your printer is physically connected to your "
-#~ "computer, select \"Local printer\".\n"
-#~ " If you want to access a printer located on a remote Unix machine, "
-#~ "select \"Remote lpd printer\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to access a printer located on a remote Microsoft "
-#~ "Windows machine (or on Unix machine using SMB\n"
-#~ " protocol), select \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " If you want to acces a printer located on NetWare network, select "
-#~ "\"NetWare\".\n"
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " * : \"lp\" "
-#~ " . \"lp\".\n"
-#~ " , "
-#~ ". \n"
-#~ " \"|\". , , "
-#~ " , : \" |lp\".\n"
-#~ " , \"lp\" "
-#~ ".\n"
-#~ "\n"
-#~ " \n"
-#~ " * : "
-#~ ". ,\n"
-#~ " , \n"
-#~ "\n"
-#~ "\n"
-#~ " * : "
-#~ ", \" \".\n"
-#~ " , Unix "
-#~ ", \" lpd \".\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ "Microsoft Windows ( Unix SMB\n"
-#~ " ), \"SMB/Windows 95/98/NT\".\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ "NetWare, \"NetWare\".\n"
-
-#~ msgid ""
-#~ "Your printer has not been detected. Please enter the name of the device "
-#~ "on\n"
-#~ "which it is connected.\n"
-#~ "\n"
-#~ "\n"
-#~ "For information, most printers are connected on the first parallel port. "
-#~ "This\n"
-#~ "one is called \"/dev/lp0\" under GNU/Linux and \"LPT1\" under Microsoft "
-#~ "Windows."
-#~ msgstr ""
-#~ " . , "
-#~ "\n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " - "
-#~ ". GNU/Linux\n"
-#~ " \"/dev/lp0\", Microsoft Windows - \"LPT1\" ."
-
-#~ msgid "You must now select your printer in the above list."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Please select the right options according to your printer.\n"
-#~ "Please see its documentation if you don't know what choose here.\n"
-#~ "\n"
-#~ "\n"
-#~ "You will be able to test your configuration in next step and you will be "
-#~ "able to modify it if it doesn't work as you want."
-#~ msgstr ""
-#~ " , "
-#~ ".\n"
-#~ " , , "
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " "
-#~ " , ."
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ " root Mandrake Linux "
-#~ ".\n"
-#~ " , , .\n"
-#~ "\n"
-#~ "\n"
-#~ " root - "
-#~ ", \n"
-#~ " . , "
-#~ " . \n"
-#~ " root "
-#~ " \n"
-#~ ", , .\n"
-#~ "\n"
-#~ "\n"
-#~ " 8\n"
-#~ " . .\n"
-#~ "\n"
-#~ "\n"
-#~ " : "
-#~ "\n"
-#~ " ."
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ " \"\" "
-#~ " \n"
-#~ ", \"\" root. \n"
-#~ " ,\n"
-#~ " . "
-#~ "\n"
-#~ " ( , , ."
-#~ ".)\n"
-#~ " \" \", \n"
-#~ ".\n"
-#~ "\n"
-#~ "\n"
-#~ " ! "
-#~ "\n"
-#~ " , root\n"
-#~ " : . \n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , "
-#~ ",\n"
-#~ " , root \n"
-#~ " ."
-
-#~ msgid ""
-#~ "Creating a boot disk is strongly recommended. If you can't\n"
-#~ "boot your computer, it's the only way to rescue your system without\n"
-#~ "reinstalling it."
-#~ msgstr ""
-#~ " . "
-#~ "\n"
-#~ ", "
-#~ "\n"
-#~ "."
-
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ " LILO grub:\n"
-#~ " - : (, "
-#~ " ,\n"
-#~ " . "
-#~ ", \n"
-#~ " \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \n"
-#~ " "
-#~ " .\n"
-#~ " , \n"
-#~ " . , \"\" \n"
-#~ " , ."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO - SPARC: \n"
-#~ " GNU/Linux , "
-#~ ".\n"
-#~ " "
-#~ ".\n"
-#~ " , "
-#~ ".\n"
-#~ " .\n"
-#~ "\n"
-#~ "\n"
-#~ " , , "
-#~ " . "
-#~ " !"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ " SILO:\n"
-#~ " - : , ,\n"
-#~ " GNU/Linux. , ,\n"
-#~ " \" (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - : \n"
-#~ " "
-#~ ".\n"
-#~ " , \n"
-#~ " . , \"\" \n"
-#~ " ."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ " X Window System, \n"
-#~ " GNU/Linux GUI ( ). \n"
-#~ " . \n"
-#~ ", \n"
-#~ " :)\n"
-#~ "\n"
-#~ "\n"
-#~ " , X ( \n"
-#~ " DrakX ) , \n"
-#~ " . , \n"
-#~ " ."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ " X, \n"
-#~ " X Window System."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ " (login), \"\". "
-#~ "- \n"
-#~ "\"\"."
-
-#~ msgid ""
-#~ "You can choose a security level for your system. Please refer to the "
-#~ "manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ msgstr ""
-#~ " . "
-#~ " \n"
-#~ " . , , , "
-#~ " .\n"
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ " .\n"
-#~ "\n"
-#~ " , Mandrake Linux "
-#~ ".\n"
-#~ " , \n"
-#~ " ."
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr " ()"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr " ()"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr " :"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr " /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr " "
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr " ,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr " "
-
-#~ msgid "Reload"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr ""
-#~ " - "
-#~ "linux?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr " ADSL"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ " CUPS, \n"
-#~ " ; ,\n"
-#~ " ; \n"
-#~ ", IP CUPS \n"
-#~ ", , ."
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr " "
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr " "
-
-#~ msgid "Network Monitoring"
-#~ msgstr " "
-
-#~ msgid "Profile "
-#~ msgstr " "
-
-#~ msgid "Statistics"
-#~ msgstr ""
-
-#~ msgid "Sending Speed:"
-#~ msgstr " : "
-
-#~ msgid "Receiving Speed:"
-#~ msgstr " : "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr " : "
-
-#~ msgid "Connecting to Internet "
-#~ msgstr " "
-
-#~ msgid "Disconnecting from Internet "
-#~ msgstr " "
-
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr " ."
-
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr " ."
-
-#~ msgid "Connection complete."
-#~ msgstr " ."
-
-#~ msgid ""
-#~ "Connection failed.\n"
-#~ "Verify your configuration in the Mandrake Control Center."
-#~ msgstr ""
-#~ " .\n"
-#~ " Mandrake."
-
-#~ msgid "sent: "
-#~ msgstr ": "
-
-#~ msgid "received: "
-#~ msgstr ": "
-
-#~ msgid "Default Runlevel"
-#~ msgstr "RunLevel "
-
-#~ msgid "NetWare"
-#~ msgstr "NetWare"
-
-#~ msgid "Config file content could not be interpreted."
-#~ msgstr " ."
-
-#~ msgid "Unrecognized config file"
-#~ msgstr " "
-
-#~ msgid "Adapter"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "You can now test your mouse. Use buttons and wheel to verify\n"
-#~ "if settings are good. If not, you can click on \"Cancel\" to choose "
-#~ "another\n"
-#~ "driver."
-#~ msgstr ""
-#~ " . "
-#~ "\n"
-#~ " . , \"\" "
-#~ "\n"
-#~ " ."
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "DSL ( ADSL) "
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr ""
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr " CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr ", ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr ", PostScript"
-
-#~ msgid "Paper Size"
-#~ msgstr " "
-
-#~ msgid "Eject page after job?"
-#~ msgstr " ?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr " Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr " "
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr " PostScript"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr " \" \"?"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr " "
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "/ (1/72 )"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "/ (1/72 )"
-
-#~ msgid "Extra GhostScript options"
-#~ msgstr " GhostScript"
-
-#~ msgid "Extra Text options"
-#~ msgstr " "
-
-#~ msgid "Reverse page order"
-#~ msgstr " "
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr " "
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ " (, lp).\n"
-#~ " , "
-#~ "\n"
-#~ " . "
-#~ " \n"
-#~ " ?"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ " , , "
-#~ " ( lp) . "
-#~ " , , "
-#~ "?"
-
-#~ msgid "Name of queue"
-#~ msgstr " "
-
-#~ msgid "Spool directory"
-#~ msgstr " spool"
-
-#, fuzzy
-#~ msgid "fsck failed: "
-#~ msgstr " : "
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ " , \" "
-#~ "\" \n"
-#~ " \" MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ " NIS, \" NIS\". \n"
-#~ " , ."
-
-#~ msgid "yellow pages"
-#~ msgstr " "
-
-#~ msgid "Provider dns 1"
-#~ msgstr " DNS "
-
-#~ msgid "Provider dns 2"
-#~ msgstr " DNS "
-
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr " ?"
diff --git a/perl-install/share/po/sk.po b/perl-install/share/po/sk.po
deleted file mode 100644
index 62d13d0af..000000000
--- a/perl-install/share/po/sk.po
+++ /dev/null
@@ -1,11152 +0,0 @@
-# Translatrion file of Mandrake graphic install
-# Copyright (C) 1999 Mandrakesoft
-# Jan Matis <damned@hq.alert.sk>, 2000
-# Pavol Cvengros <orpheus@hq.alert.sk>, 2000
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-02-17 23:14+0100\n"
-"Last-Translator: Jan Matis <matis@hq.alert.sk>\n"
-"Language-Team: sk <i18n@hq.alert.sk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Nastavi vetky hlavy osobitne"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Poui Xinerama rozrenie"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Nastavi iba kartu \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Nastavenie \"viac-hlv\""
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"V systm podporuje nastevenie pre \"viac hlv\".\n"
-"o chcete spravi?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafick karta"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Zvote grafick kartu"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Zvote X server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Zvote X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree86 %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Ak konfigurciu XFree chcete ma?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa karta m podporu hardwarovej 3D akcelercie ale iba v XFree %s.\n"
-"Vaa karta je podporovan XFree %s, ktor maj lepiu podporuj v 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Vaa karta m podporu hardwarovej 3D akcelercie v XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s s 3D hardwerovou akcelerciou"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Vaa karta m podporu hardwarovej 3D akcelercie ale iba v XFree %s.\n"
-"POZOR, TTO PODPORA JE IBA EXPERIMENTLNA A MOE SPOSOBI ZAMRZNUTIE "
-"POTAA."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s s EXPERIMENTLNOU 3D akcelerciou"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa karta m podporu hardwarovej 3D akcelercie ale iba v XFree %s.\n"
-"POZOR, TTO PODPORA JE IBA EXPERIMENTLNA A MOE SPOSOBI ZAMRZNUTIE "
-"POTAA.\n"
-"Vaa karta je podporovan XFree %s, ktor maj lepiu podporuj v 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (ovlda obrazovky pre intalciu)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfigurcia"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Zvote vekos grafickej pamti"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Zvote parametre servra"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Zvote monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Dva kritick parametre s vertiklna frekvencia (frekvencia, ktorou je "
-"obnovovan cel obrazovka) a horizontlna frekvencia (frekvencia, ktorou s "
-"zobrazovan jednotliv riadky).\n"
-"Je vemi dleit, aby ste nenastavili frekvencie, ktor prevyuj "
-"schopnosti vho monitora. Mohol by sa pokodi.\n"
-"Ak ste si nie celkom ist, zvote radej slabie nastavenie."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontlna frekvencia"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertiklna frekvencia"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Nie je nastaven monitor"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Nie je nastaven grafick karta"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Nie s nastaven grafick rozlenia"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Otestova konfigurciu?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Varovanie: Testovanie tejto grafickej karty me spsobi zamrznutie systmu"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test konfigurcie"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"skste zmeni niektor parametre"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Vyskytla sa chyba"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Nvrat za %d seknd"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Je toto sprvne nastavenie?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Vyskytla sa chyba, skste zmeni niektor parametre"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rozlenie"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Zvote rozlenie a farebn hbku"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafick karta: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Viac"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Expertn md"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Zobraz vetko"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rozlenia"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Nastavenie klvesnice: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Typ myi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Port myi: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Horizontlna frekvencia monitoru: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Vertiklna frekvencia monitoru: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafick karta: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikcia Grafickej karty: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafick pam: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Farebn hbka: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rozlenie: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 ovlda: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Pripravujem konfigurciu X-Windows"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "o chcete robi?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Zme monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Zme grafick kartu"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Zme parametre servra"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Zme rozlenie"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Zobraz informcie"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Sks znova"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Koniec"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Zachova zmeny?\n"
-"Aktulna konfigurcia je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X pri tarte"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Mem nastavi v pota aby po retarte automaticky spal X.\n"
-"Chcete ma spusten X-Windows po retarte potaa?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Prosm, prihlste sa znova do %s aby ste aktivovali zmeny"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Prosm, odhlste sa a potom stlate Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 farieb (8 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tisc farieb (15 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tisc farieb (16 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milinov farieb (24 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardy farieb (32 bit)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB a viac"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "tandardn VGA, 640480 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompatibiln, 1024768 @ 87 Hz prekladane (nie je 800600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024768 @ 87 Hz prekladane, 800600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Rozren Super VGA, 800600 @ 60 Hz, 640480 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Neprekladan SVGA, 1024768 @ 60 Hz, 800600 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Vysoko frekvenn SVGA, 1024768 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Monitor, ktor doke 12801024 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Monitor, ktor doke 12801024 @ 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Monitor, ktor doke 12801024 @ 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor, ktor doke 16001200 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor, ktor doke 16001200 @ 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Prv sektor zavdzacieho oddielu"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Prv sektor disku (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Intalcia SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kam si elte naintalova zavdza?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Intalcia lilo/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO s textovym menu"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO s grafickm menu"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "tart z DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Hlavn parametre zavdzaa"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Poui zavdza"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Intalcia zavdzaa"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Boot zariadenie"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nepracuje sprvne so starmi BIOSmi)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompaktn"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompaktn"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video md"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Pauza pred tartom predvolenho jadra"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Heslo"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Heslo (znovu)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Obmedz voby prkazovho riadku"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "obmedz"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Vyisti /tmp pri kadom tarte"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Presn vekos pamti (naiel som %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Dovoli multi profily"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Zadajte vekos pamti v Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Parameter ``Restrict command line options'' je bez pouitia hesla vypnut"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Prosm skste znovu"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Heslo neshlas"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Inicializan sprva"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Delay"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Oneskorenie pre tart kernelu"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Povoli tart z CD?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Povoli tart z OF?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Predvolen OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Momentlne sa tu nachdzaj tieto zznamy.\n"
-"Mete pridva alie, alebo meni existujce."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Pridaj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Hotovo"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Modifikova"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Ak typ zznamu chcete prida"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "In OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "In OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "In OS (windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Obraz"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Pridaj"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "tanie/Zpis"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabuka"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nie celkom bezpen"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Zznam"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Predvoba"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-vekos"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "Bez videa"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Odstr zznam"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Przdny zznam nie je dovolen"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Muste zada sbor s jadrom"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Muste nastavi koreov oddiel"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Tento zznam je u pouit"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Naiel som %s %s rozhranie"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Mte ete nejak alie?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Mte nejak %s rozhranie?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nie"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "no"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Prezrite si informcie o technickch prostriedkoch"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Intalujem ovlda pre %s kartu %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Ktor %s ovlda mm sksi?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"Ovlda %s niekedy potrebuje pre sprvnu innos doplnkov informciu, aj\n"
-"ke zvyajne pracuje sprvne aj bez nej. elte si zada doplnkov voby,\n"
-"alebo dovolte ovldau otestova v pota a daje si zisti? Obas sa\n"
-"stane, e toto testovanie pota zablokuje, ale nemalo by spsobi iadnu "
-"kodu."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatick zistenie"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Zadajte voby"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Teraz mete zada parametre pre modul %s.\n"
-"Parametre s vo formte ``meno=hodnota meno2=hodnota2 ...''.\n"
-"Naprklad: ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Parametre modulu:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Nahrvanie modulu %s zlyhalo.\n"
-"Chcete sa o to poksi znova s inmi parametrami?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "prstup ku X programom"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "prstup ku rpm nstrojom"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "dovoli \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "prstup ku konfiguranm sborom"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(u pridan %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Toto heslo je prli jednoduch"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Prosm zadajte uvatesk meno"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Uvatesk meno me obsahova len mal psmen, slice, `-' a `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Takto uvate je u pridan"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Pridaj uvatea"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Zadajte uvatea\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Akceptuj uvatea"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Relne meno"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Uvatesk meno"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mem nastavi v pota, aby sa po retarte automaticky prihlsil\n"
-"jeden uvate. elte si tto monos?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Zvote predvolenho uivatea:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Vyberte si window manara:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Prosm, zvote jazyk, ktor chcete pouva."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Mete zvoli alie jazyky pouiten po intalcii"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Vetko"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Dovo vetkm uvateom"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Vlastn vber"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Bez zdielania"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Je potrebn intalova balk %s. Shlaste ?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Zdielanie me by cez Sambu alebo NFS. Ktor si elte ?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Chba povinn balk %s"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Zru"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "iadna"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Vemi slab"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "tandardn"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Vysok"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Vysok"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidn"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Tto rove by mala by pouvan opatrne. Zjednoduuje prcu so systmom,\n"
-"ale nemal by by pripojen k inm potaom, alebo k internetu. Nie s\n"
-"toti pouvan iadne hesl."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Je nastaven pouvanie hesiel, ale pouitie tohoto potaa v sieti nemem "
-"doporui."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Toto je tandardn rove bezpenosti pre pota, ktor je pouvan\n"
-"pre pripojenie k internetu ako klient."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"S touto rovou bezpenosti sa stva systm pouiten ako sieov server."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Zaloen na predolej rovni, ale systm je plne uzavret.\n"
-"Bezpenos je na najvyej monej rovni."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Voba bezpenostnej rovne"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "rove bezpenosti"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Poui libsafe pre servre"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Kninica, ktor brni proti tokom typu buffer overflow a format string."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Vitajte v zavadzaci operacneho systemu %s!\n"
-"\n"
-"Vyberte si operacy system ktory chcete spusti, alebo \n"
-"cakajte %d sekund pre predvolenu akciu.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Vitajte v zavadzaci operacneho systemu GRUB"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Pouzite klavesy %c a %c pre oznacenie zaznamu zviraznenim"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Stlacte enter pre zavedenie oznaceneho OS, 'e' pre upravu"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "prikazov pred zavedenim, alebo 'c' pre prikazovy riadok"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Oznaceny OS bude zavedeny za %d sekund."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nie je dos miesta v /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "tart menu"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Na oddiel %s nemete naintalova zavdza\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "pomoc zatia nebola implementovan.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfigurcia tlu tartovania"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Sbory"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Sbor/_Koniec"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>K"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Nov tl kategrii monitorov"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Nov tl monitora"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "tandardn monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "tandardn Gtk+ monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Spusti Auroru pri tarte"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/Grub md"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot md"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Momentlne pouvate %s ako tartovac manar.\n"
-"Kliknite na Konfigurcia pre spustenie sprievodcu nastavenm."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurcia"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Md systmu"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Spusti X-Window systm pri tarte"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nie, nechcem automatick prihlsenie"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "no, chcem automatick prihlsenie s (uivate, desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "nemem otvori /etc/inittab na tanie: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d mint"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d seknd"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Nemem robi kpie obrazovky pred rozdelenm disku"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Kpie obrazovky bud po intalcii dostupn v %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Franczsko"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Kostarika"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgicko"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "esk republika"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Nemecko"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grcko"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Nrsko"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "vdsko"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Holandsko"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Taliansko"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Raksko"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Spojen tty"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Prosm, najprv si za zlohujte vae dta"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "tajte pozorne!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ak plnujete poui ABOOT, nechajte prosm na zaiatku disku dos vonho "
-"miesta.\n"
-"(2048 sektorov bude stai)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Chyba"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Sprievodca"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Zvo akciu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Mte jeden vek FAT diskov oddiel\n"
-"(pouvan MS DOSom alebo WINDOWS).\n"
-"Navrhujem zmeni jeho vekos\n"
-"(kliknite na, potom kliknite na \"Zme vekos\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Prosm kliknite na oddiel"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaily"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "urnlovac sborov systm"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Przdna"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "In"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Typ sborovho systmu:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Vytvor"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Typ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Namiesto toho pouite `%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Zru"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Najprv spravte `Unmount''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Po zmene diskovej oblasti %s bud vetky dta na tejto oblasti nenvratne "
-"straten"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Zvote oddiel"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Zvote in oddiel"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Koniec"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Prepni do expert mdu"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Prepni do normlneho mdu"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Sp"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Pokraova?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Koniec bez uloenia"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Koniec bez zmeny partition tabuky?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "elte si uloi zmeny do /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Automaticky prerozde"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Zma vetko"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informcie o pevnom disku"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Vetky primrne oddiely s u pouit"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Nemem prida al oddiel"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Ak chcete ma viac diskovch oddielov, tak zmate jeden z nich, aby sa dal "
-"vytvori rozren oddiel disku"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Ulo tabuku rozdelenia disku"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Obnov tabuku rozdelenia disku"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Obnovi tabuku rozdelenia disku"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Znovunata tabuku rozdelenia disku"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automatick pripojenie vymenitenho mdia"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Vyber sbor"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Zlon tabuka rozdelenia disku nem rovnak vekos\n"
-"Naozaj pokraova?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Varovanie"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Vlote disketu do mechaniky\n"
-"Vetky dta na tejto diskete bud nenvratne straten"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Pokam sa obnovi partition tabuku"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detailn informcie"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Bod pripojenia"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Parametre"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Zme vekos"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Presu"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formt"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Pripoj"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Pridaj do RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Pridaj do LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Odpoj"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Odober z RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Odober z LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Modifikuj RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Poui loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Vytvor nov oddiel"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Poiaton sektor:"
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Vekos v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Typ sborovho systmu: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Bod pripojenia: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Preferencia: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Odstrni loopback sbor?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Zvote typ oddielu"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Ak typ sborovho systmu chcete??"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Prepnam z ext2 na ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kam si elte pripoji loopback sbor %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kam si elte pripoji zariadenie %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Nemem odpoji oddiel km je pouvan nejakou sptnou slukou.\n"
-"Odstrte najskr sptn sluku"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Potam hranice FAT sborovho systmu"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Menm vekos"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Tomuto oddielu sa ned meni vekos?"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Vetky dta na tejto oblasti by sa mali zazlohova"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Po zmene vekosti oddielu %s bud vetky dta nenvratne straten"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Zvolte nov vekos"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nov vekos v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Ktor disk si elte posun?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Ktor sektor si elte posun?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Presvam"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Presvam oddiel..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Vyberte existujci RAID pre pridanie"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nov"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Vyberte existujci LVM pre pridanie"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM meno?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Tento oddiel neme by pouit pre sptn sluku"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Sptn sluka"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Meno sboru sptnej sluky: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Zadajte meno sboru"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Sbor je u pouvan inou sptnou slukou, skste in sbor"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Sbor existuje. Poui?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Parametre pripojenia"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Rozdielne"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "zariadenie"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "rove"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "vekos"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Bute opatrn: tto opercia je nebezpen."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Ak typ rozdelenia oddielov?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Prepte, ale nemem akceptova vytvorenie /boot tak aleko na disku (na "
-"valci > 1024).\n"
-")Pouvate LILO a tm pdom to nebude pracova, alebo ho nepouvate a tm "
-"pdom nepotrebujete /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Oddiel, ktor chcete prida ako root (/) sa na disku fyzicky nachdza a za "
-"valcom 1024, a nemte zadefinovan oddiel /boot. \n"
-"Ak plnujete poui LILO, prosm pridajte najprv oddiel /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Nastavili ste softvrov RAID oddiel ako koreov (/).\n"
-"iaden zavdza systmu nedoke zavies systm bez /boot oddielu.\n"
-"Preto dbajte na pridanie /boot oddielu"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Partition tabuka zariadenia %s sa zape na disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Aby sa pravy prejavili, muste retartova pota"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Ak naformtujete oddiel %s,vetky predol dta sa na om stratia"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formtuje sa"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formtuje sa loopback sbor %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formtuje sa oddiel %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Skryt sbory"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Prenes sbory na nov oddiel"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Adresr %s u obsahuje nejak dta\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Prenos sborov na nov oddiel"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Koprujem %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Odstraujem %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "oddiel %s sa teraz vol %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Zariadenie:"
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Oznaenie v DOSe: %s (asi)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Typ: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Meno: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Zaiatok: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Vekos: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorov"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Od cylindra %d po cylinder %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Naformtovan\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nenaformtovan\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Pripojen\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback sbor(y):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Predvolen oddiel pre tart\n"
-" (MS-DOS boot, nie pre lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Hladina %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Vekos ksku %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-disky %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Meno loopback sboru: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Monosti s, tento oddiel je\n"
-"ovldaci oddiel, mali by ste\n"
-"ho nechca samotn.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Tento pecialny Bootstrap\n"
-"oddiel je pre\n"
-"dulne tartovanie systmu.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Vekos: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cylindrov, %s hlaviiek, %s sektorov\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info:"
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-disky %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Typ partition tabuky: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na zbernici %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Monosti: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Kryptovac k sborovho systmu"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Zvote kryptovac k sborovho systmu"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Tento kryptovac k je prli jednoduch (mus by minimlne %d znakov "
-"dlh)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "kryptovacie ke neshlasia"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Kryptovac k"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Kryptovac k (znovu)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Zmete typ"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Prosm kliknite na mdium"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS server"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formtovanie %s zlyhalo"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Nedokem formtova %s na typ %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck zlyhalo s exit kdom %d alebo signlom %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "chyba odpojenia %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednoduch"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Na oddiely menie ako 16MB nemete poui JFS"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Na oddiely menie ako 32MB nemete poui ReiserFS"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Body pripojenia musia zana /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Oddiel s bodom pripojenia %s u existuje\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Nemete poui logick zvzok LVM pre bod pripojenia %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Tento adresr by mal osta na rootovskom sborovom systme"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Pre tento bod pripojenia potrebujete ozajstn sborov systm(ext2, "
-"reiserfs)\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Nemete poui kryptovan sborov systm pre bod pripojenia %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nedostatok miesta pre automatick alokciu"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nerobi ni"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Chyba otvrania %s pre zpis: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Vyskytla sa chyba - neboli njden iadne platn zariadenia, na ktorch je "
-"mon vytvori nov sborov systmy. Skontrolujte v hardvr pre zistenie "
-"priny problmu."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nemte iadny oddiel disku!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Teraz by ste mali zvoli sluby, ktor chcete spa pri tarte.\n"
-"\n"
-"\n"
-"Ak plnujete pouva tento pota ako server prstupn z internetu, mali "
-"by ste\n"
-"povoli iba sluby ktor naozaj potrebujete. "
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-#, fuzzy
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Teraz mete zvoli, kam si elte intalova Linux Mandrake.\n"
-"Ak je pevn disk przdny, alebo ak in operan systm zaber\n"
-"vetok pouiten priestor, treba disk rozdeli.\n"
-"\n"
-"\n"
-"Pretoe je efekt rozdelovacieho procesu nenvratn, prerozdelenie\n"
-"disku me byt pre nesksench uvateov stresujce. Tento nstroj\n"
-"rozdeovanie disku zjednoduuje.\n"
-"\n"
-"\n"
-"Potrebujete minimlne dva oddiely. Jeden pre operan systm a jeden\n"
-"pre virtulnu pam (tie nazvan swap)."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-#, fuzzy
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Kad novo definovan diskov oddiel mus by naformtovan.\n"
-"Formtovanie znamen vytvranie sborovho systmu.\n"
-"\n"
-"\n"
-"Teraz mete zvoli, i si elte formtova existujce oddiely aby ste "
-"odstrnili\n"
-"dta, ktor sa na nich nachdzaj. Ak si to elte, zvote prosm oddiely, "
-"ktor\n"
-"si elte formtova.\n"
-"\n"
-"\n"
-"Nieje nutn optovne formtova vetky existujce oddiely. Urite muste\n"
-"formtova oddiely obsahujce operan systm (naprklad \"/\", \"/usr\",\n"
-"alebo \"/var\" ). Nemuste vak formtova oddiely obsahujce dta, ktor\n"
-"chcete zachova (typicky \"/home\")\n"
-"\n"
-"\n"
-"Pri vobe oddielov na formtovanie bute opatrn. Vetky dta na "
-"formtovanom\n"
-"oddiely bud nenvratne straten.\n"
-"\n"
-"\n"
-"Kliknite na \"OK\" ak ste pripraven formtova vybran oddiely. \n"
-"\n"
-"\n"
-"Kliknite na \"Zru\" ak chcete zvoli in oddiely pre intalciu."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Teraz sa intaluje v nov operan systm Linux Mandrake.\n"
-"V zvislosti na mnostve balkov a rchlosti vho potaa\n"
-"me tto opercia trva od niekokch mint a po rdovo hodiny.\n"
-"\n"
-"Prosm bute trpezliv."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Pred tm, ne budete pokraova, mali by ste si pozorne preta\n"
-"licenn podmienky. Pokrvaj cel distribciu Linux Mandrake\n"
-"a ak neshlaste so vetkmi z nich kliknite na tlaitlo \"Odmietni\".\n"
-"To okamite ukon intalciu. Pre pokraovanie v intalcii\n"
-"stlate tlaidlo \"Akceptuj\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Prosm bute trpezliv. Tto opercia me trva niekoko mint."
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Prosm zvote \"Install\" ak nemte naintalovan predol verziu Mandrake "
-"Linux-u\n"
-"alebo ak chcete pouva viac operanch systmov.\n"
-"\n"
-"\n"
-"Prosm zvote \"Update\" ak si elte obnovi u naintalovan stariu "
-"verziu Mandrake Linux-u.\n"
-"\n"
-"\n"
-"V zvislosti od vaich sksenost s GNU/Linux-om mete zvolit jednu z "
-"nasledujcich rovn intalcie\n"
-"\n"
-"* Recommended: Ak ste ete nikdy neintalovali GNU/Linux, zvote tto "
-"monos. Intalcia bude\n"
-" vemi jednoduch a budete musie odpoveda len na niekoko otzok.\n"
-"\n"
-"\n"
-"* Customized: ak ste sa u s GNU/Linux-om stretli, mete si zvoli zkladn "
-"pouitie vho potaa \n"
-" (pracovn stanica, server, vvojov stanica). Budete tie musie odpoveda "
-"na viac otzok ako pri \n"
-" Recomended rovni intalcie.\n"
-"\n"
-"\n"
-"* Expert: Ak mte naozaj dostaton sksenosti s GNU/Linux-om, mete zvoli "
-"tto triedu intalcie.\n"
-" Tak ako v Customized si budete mc zvoli zkladn pouitie vho potaa "
-"(pracovn stanica, server,\n"
-" vvojov stanica). Budete ma monos ovplyvni mnoho detailov intalcie "
-"ale me sa Vm sta, e \n"
-" nebudete vedie odpoveda na niektor otzky. Preto nepouvajte tto "
-"rove intalcie pokia sa v \n"
-" GNU/Linux-e naozaj nevyznte."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Prosm zvote sprvny port. Naprklad COM1 pod MS Windows sa v\n"
-"GNU/Linux nazva ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Muste sa rozhodn, kam umiestni informcie potrebn pre spustenie\n"
-"systmu.\n"
-"Pokia presne neviete o robi zvote \"Prv sektor disku (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX sa poksi vyhada PCI SCSI radie. Ak DrakX njde SCSI\n"
-"adaptr a rozpozn ak ovlda poui, bude automaticky naintalovan.\n"
-"\n"
-"\n"
-"Ak nemte SCSI radi, alebo mte (ISA, PCI) SCSI adaptr, ktor DrakX\n"
-"nerozoznal. Budete musie odpoveda i mte SCSI radi. V prpade, e\n"
-"zvolte no, zobraz sa zoznam ovldaov z ktorch si budete mc \n"
-"vybra vhodn pre v SCSI radi.\n"
-"\n"
-"\n"
-"V prpade, e budete sami vybera vhodn ovlda, DrakX vm d monos\n"
-"pecifikova jeho parametre. Taktie budete musie dovoli test hardvru\n"
-"na funknos ovldaa a jeho parametrov."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Taktie muste naformtova %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Zvolili ste nasledujce sluby: %s\n"
-"\n"
-"\n"
-"Tieto sluby sa spaj implicitne. Momentlne nemaj iadne znme "
-"bezpenostn\n"
-"chyby, ale v budcnosti nejak mu by njden. V tom prpade muste prejs "
-"na\n"
-"vyiu verziu o najskr.\n"
-"\n"
-"\n"
-"Naozaj si elte intalova tieto sluby?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nemem poui broadcast bez NIS domny"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Vlote disketu s FAT formtom do mechaniky %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Tto disketa nem FAT format"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Pre pouitie tohto uloenho vberu balkov, natartujte intalciu s "
-"``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "chyba pri tan zo sboru %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Nejaky hardware vo vaom potai potrebuje ``proprietarne'' ovldae.\n"
-"Informcie mete njs na: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Muste ma koreov oddiel.\n"
-"Vytvorte oddiel (alebo kliknite na existujcu).\n"
-"Potom zvote akciu ``Bod pripojenia`` a nastavte na `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Muste nastavi swap oddiel"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nevytvorili ste swap oddiel\n"
-"\n"
-"Napriek tomu pokraova?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Muste ma FAT oddiel pripojen na /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Poui von miesto"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nedostatok vonho miesta pre vytvorenie novho oddielu"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Poui existujci oddiel"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Tu nieje iadny pouiten oddiel"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Poui oddiel s Windows pre loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Ktor oddiel chcete poui pre Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Zvote vekosti"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Vekos koreovho oddielu v MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Vekos oddielu v MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Poui von miesto na Windows oddiele"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Ktormu oddielu chcete zmeni vekos?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Potam hranice sborovho systmu pre Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Meni vekosti FAT nebol schopny pracova s oddielom, \n"
-"nastala chyba: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Va oddiel s Windows je vemi fragmentovan, prosm spustite najprv "
-"``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"POZOR!\n"
-"\n"
-"DrakX teraz ide zmeni vekos vho Windows oddielu.\n"
-"Bute opatrn: tto opercia je nebezpen. Ak ste tak ete\n"
-"neurobili, spustite najskr pod Windows scandisk a defrag.\n"
-"Bolo by tie vhodn zazlohova vae dta. \n"
-"Ak viete o robte, stlate Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Koko chcete necha pre windows"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "oddiel %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Nespen zmena vekosti FAT: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Nieje tu oddiel FAT, ktormu by sa dala zmeni vekos alebo poui ho pre "
-"loopback (alebo tam nieje dostatok vonho miesta)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Vyma cel disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Odstrni Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Mte viac ako jeden disk, na ktor chcete intalova linux ?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Vetky oddiely a dta na nich budu straten na disku %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Vlastn rozdelenie disku"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Poui fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Teraz mete rozdeli v pevn disk %s.\n"
-"Ke skonte, nezabudnite uloi zmeny pomocou `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nemte dostatok vonho miesta na oddiele s Windows"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Nemem njs miesto pre intalciu"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX sprievodca rozdelenm disku naiel tieto rieenia:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Nespene rozdeovanie: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Spam prcu so sieou"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Ukonujem prcu so sieou"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Vyskytla sa chyba a neviem ju plne vyriei.\n"
-"Pokraujte na vlastn zodpovednos."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dvojnsobn bod pripojenia %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Niektor dleit balky neboli sprvne naintalovan.\n"
-"Je mon, e s pokoden v CD disk alebo mechanika.\n"
-"Skontrolujte to naprklad pouitm \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Vitajte v %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nie je dostupn iadna floppy mechanika"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Spam krok %s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"V systm m nedostatok prostriedkov. Mono budete ma problmy s\n"
-"intalciou Mandrake Linux. Ak sa tak stane, skste textov intalciu. Pre "
-"jej\n"
-"spustenie stlate `F1' po natartovan z CDROMky a zadajte `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Trieda intalcie"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Prosm, zvote jednu z nasledujcich tried intalcie: "
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Celkov vekos skupn, ktor ste oznaili je pribline %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ak si elte intalova menej ako je dan slo,\n"
-"zvote toko percent balkov, koko uznte za vhodn.\n"
-"\n"
-"Pri malch percentch sa bud intalova iba naozaj dleit balky\n"
-"a ak zvolte 100%% naintaluje sa vetko."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Na disku mte priestor iba pre %d%% z oznaench balkov.\n"
-"\n"
-"Ak si elte naintalova menej,\n"
-"zvote toko percent balkov, koko uznte za vhodn.\n"
-"Pri malch percentch sa bud intalova iba naozaj dleit balky\n"
-"Ak nechte %d%% naintaluje sa toko balkov, koko bude mon."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "V alom kroku budete ma monos nastavi presnejie"
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Percentulny poet balkov pre intalciu"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Vber skupn balkov"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Osobitn voba balkov"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Celkov vekos: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Chybn balk"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Meno: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verzia: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Vekos: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Dleit: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Nemete oznai tento balk pretoe na jeho intalciu nie je dos miesta."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Bud naintalovan nasledujce balky"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Nasledujce balky bud odstrnen"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Mete oznai/odznai tento balk"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Toto je jeden zo zkladnch balkov, neme by odznaen"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Nemete odznai tento balk. Je u naintalovan"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Tento balk potrebuje noviu verziu\n"
-"Ste si ist, e ho chcete odznai?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Nemete odznai tento balk. Muste prida nov verziu"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Zobraz automaticky zvolen balky"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Intalcia"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Nahra/Uloi na disketu"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Aktualizcia voby balkov"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimlna intalcia"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Zvote balky, ktor chcete naintalova"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Intalujem"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Odhadujem"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Zvyn as "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Prosm akajte, pripravujem intalciu"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d balky"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Intalujem balk %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Akceptuj"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Odmietni"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Zmete v CD-ROM disk!\n"
-"\n"
-"Prosm, vlote CD-ROM nazvan \"%s\" do vaej mechaniky a zvote OK.\n"
-"Ak tak CD disk nemte, zvote Zru pre zruenie intalcie z tohoto disku."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Napriek tomu pokraova?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Chyba pri zoraovan zoznamu balkov:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Poas intalcie balkov sa vyskytla chyba:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Vyskytla sa chyba"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Naozaj chcete ukoni intalciu?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Shlas s licenciou"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Klvesnica"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Prosm, zvote typ vaej klvesnice."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Tu je zoznam dostupnch klvesnic"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Ak intalan triedu chcete poui?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Intalcia/Aktualizcia"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Toto je intalcia alebo aktualizcia?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Odporane"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Aktualizcia"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Jedine aktualizcia balkov"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Prosm, zvote typ vaej myi."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port myi"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Prosm zvote, ktormu sriovmu portu je vaa my pripojen."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulcia tlaidiel"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulcia druhho tlaidla"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulcia tretieho tlaidla"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurujem PCMCIA karty..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfigurujem IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nie s dostupn iadne oddiely"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Prehadvam oddiely na body pripojenia"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Zvote body pripojenia"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nemem preta tabuku rozdelenia disku, je prli pokoden :(\n"
-"Mem sa poksi vyisti pokoden oddiely (VETKY DAJE budu straten!).\n"
-"Druhou monosou je zakza DrakXu modifikova tabuku rozdelenia.\n"
-"(chyba %s)\n"
-"\n"
-"Povolite strtu oddielu?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake nedokzal korektne nata tabuku rozdelenia disku.\n"
-"Pokraujte na vlastn riziko!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Nieje dostatok miesta pre 1MB vek bootstrap! Intalcia me pokraova, "
-"ale pre spustenie systmu muste vytvori oddiel pomocou DiskDrake"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Nenaiel som koreov oddiel pre upgrade"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Koreov oddiel"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Ktor je koreov oddiel vaej intalcie?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Aby sa prejavily pravy partition tabuky, muste retartova"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Vber oddielov pre formtovanie"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Kontrola chybnch blokov?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formtuje sa"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Vytvram a formtujem sbor %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nedostatone vek swap pre dokonenie intalcie, prosm zvi"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Hadm dostupn balky"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Hadm balky pre aktualizciu"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "V systm nem dos miesta pre intalciu alebo upgrade (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "plna (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimum (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Odporuen (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Prosm zvote nata, alebo uloi vber balkov na disketu.\n"
-"Formt je tak ist ako diskety generovan automatickou\n"
-"intalciou."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Nahra z diskety"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Nahrvam z diskety"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Vber balkov"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Vlote do mechaniky disketu s zoznamom balkov"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Ulo na disketu"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Zvolen vekos je via ako dostupn miesto"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Typ intalcie"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Nebola vybrat iadna skupina balkov\n"
-"Prosm, zvote minimlnu intalciu, ktor si elte"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "S X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "So zkladnou dokumentciou (doporuen!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Naozaj minimlna intalcia (bez urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ak mte vetky CD zo zoznamu, stlate OK.\n"
-"Ak nemte iadne, stlate Zru.\n"
-"Ak vm chbaj iba niektor, odznate ich a potom stlate OK."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom oznaen \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Pripravujem intalciu"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Intalujem balk %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Pointalan konfigurcia"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Vlote tartovaciu disketu do mechaniky %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Vlote Update Modules disketu do mechaniky %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Teraz mte monos zska balky uren na kryptovanie.\n"
-"\n"
-"Varovanie:\n"
-"\n"
-"Vaka rozdielnemu prstupu zkona (v rznych krajinch) k tmto balkom,\n"
-"by ste sa mali dopredu uisti, i vm pouvanie takchto balkov zkon\n"
-"vo vaej krajine dovouje.\n"
-"\n"
-"V prpade, e porute zkony vaej krajiny, mali by ste si by vedom,\n"
-"ak trest vm za to hroz.\n"
-"\n"
-"Mandrakesoft (ani jeho zamestnanci, i spolupracovnci) neru za akkovek\n"
-"kody spsoben pouvanm jeho softvru.\n"
-"\n"
-"\n"
-"Ak mte alie otzky svisiace s tmto textom, obrte sa prosm na \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Teraz mte monos stiahnu aktualizovan verzie balkov, ktor\n"
-"boli vydan a po uvonen distribcie.\n"
-"\n"
-"Zskate tm bezpenostn opravy a opravy chb. Potrebujete\n"
-"vak nastaven pripojenie k internetu.\n"
-"\n"
-"elte si naintalova aktualizcie balkov ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Pripjam sa k www strnke Mandrake Linuxu pre stiahnutie zoznamu zrkadiel"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Vyberte miror, z ktorho chcete stiahnu balk"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Pripjam sa k miroru a sahujem zoznam monch balkov"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Ktor je vae asov psmo?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hardvrove hodiny nastaven na GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatick synchronizcia asu (pomocou NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Vzdialen CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Bez tlaiarne"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Mte ete nejak alie?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Zhrnutie"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "My"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "asov zna"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Tlaiarne"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN karta"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Zvukov karta"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV karta"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Loklne sbory"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Nastavenie root hesla"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez hesla"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Toto heslo je prli jednoduch(mus by minimlne %d znakov dlh)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentifikcia"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "Autentifikcia LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS autentifikcia"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS domna"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Vlastn zavdzacia disketa poskytuje monos zavies v systm Linux\n"
-"bez zvislosti na obvyklom zavdzai. Hod sa to, pokia nechcete na vaom\n"
-"systme intalova SILO, in operan systm SILO odstrni, alebo\n"
-"SILO nepracuje sprvne s vam hardvrom. Individulna zavdzacia disketa\n"
-"me by tie pouit spolu s Mandrake Linux zchrannou disketou, o \n"
-"podstatne uah zotavenie sa z vnych chb systmu.\n"
-"\n"
-"Ak si elte vytvori zavdzaciu disketu pre v systm, vlote disketu do\n"
-"prvej mechaniky a stlate \"Ok\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Prv floppy mechanika"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Druh floppy mechanika"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Vynechaj"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Individulna zavdzacia disketa poskytuje monos zavies v systm Linux\n"
-"bez zvislosti na obvyklom zavdzai. Hod sa to, pokia nechcete na vaom\n"
-"systme intalova LILO (i GRUB), in operan systm LILO odstrni, alebo\n"
-"LILO nepracuje sprvne s vam hardvrom. Individulna zavdzacia disketa\n"
-"me by tie pouit spolu s Mandrake Linux zchrannou disketou, o \n"
-"podstatne uah zotavenie sa z vnych chb systmu.\n"
-"\n"
-"elte si vytvori zavdzaciu disketu pre v systm?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Prepte, nenaiel som iadnu disketov mechaniku"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Zvote floppy mechaniku v ktorej chcete vytvori boot disketu"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Vlote disketu do mechaniky %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Vytvram bootdisk"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Pripravuje sa zavdza"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Chcete poui aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Chyba intalcie aboot.\n"
-"Sksi silov intalciu s monosou znienia prvho oddielu?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Intalujem zavdza"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Intalcia zavdzaa zlhala. Vyskytla sa nasledujca chyba:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Vlote ist disketu do mechaniky %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Pripravujem auto intalan disketu"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Niektor kroky niesu dokonen.\n"
-"\n"
-"Naozaj chcete teraz skoni?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gratulujeme! Intalcia je kompletn.\n"
-"Vyberte zavdzacie mdium (disketa, CD) a state enter\n"
-"pre retart potaa.\n"
-"\n"
-"\n"
-"Informcie o opravch tejto verzie Mandrake Linux-u mete njst na\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-" "
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Prprava auto intalanej diskety"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Automatick intalcia me by plne automatizovan\n"
-"v tom prpade vak intalcia zaberie cel pevn disk.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatick"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Prehra"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Uloi vobu balkov"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Intalcia Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> medzi polokami | <Medzera> oznauje | <F12> alej"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "chba kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Zvote sbor"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Rozrene"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Zkladn"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Prosm akajte"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Uk strom"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Skri strom"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Priame, alebo skupinov triedenie"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Chybn voba, skste znovu\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Vaa voba? (predvolen %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Zznamy, ktor muste vyplni:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Vaa voba? (0/1, predvolen `%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Tlatko `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "elte si klikn na toto tlatko?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Vaa voba? (predvolen `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "esk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Nemeck"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "panielska"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Fnska"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Franczska"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Nrska"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polsk"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Rusk"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "vdska"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK klvesnica"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US klvesnica"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albnska"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armnska (star)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armnska (psac stroj)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armnska (fonetick)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbajdan (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgick"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulharsk (fonetick)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulharsk (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazlska"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Bielorusk"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "vajiarska (Nemeck rozloenie klves)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "vajiarska (Franczske rozloenie klves)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "esk (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Nemeck (bez mtvych klves)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Dnska"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Nrska)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Swedish)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estnska"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruznska (\"Rusk\" rozloenie klves)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruznska (\"Latin\" rozloenie klves)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grcka"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Maarsk"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Chorvtska"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Izraelsk"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Izraelsk (fonetick)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Irnska"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandsk"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Talianska"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japonsk 106 klves"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Krejska klvesnica"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinsko Americk"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litovsk AZERTY (star)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litovsk AZERTY (nov)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litovsk QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litovsk \"fonetick\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macednska"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Holandsk"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Posk (qwerty rozloenie klves)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Posk (qwertz rozloenie klves)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugalsk"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadsk (Quebec)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Romnska (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Romnska (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Rusk (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovinsk"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovensk (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovensk (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Srbsk (cyrillic)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamilsk"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thaisk klvesnica"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajik klvesnica"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tureck (tradin \"F\" model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tureck (modern \"Q\" model)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrainsk"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US klvesnica (medzinrodn)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamsk \"numerick\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Juhoslovansk (latin)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-#, fuzzy
-msgid "Left \"Windows\" key"
-msgstr "Prevzia fonty z Windows"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Kruhov pripojenia %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Odstrate najprv logick zvzky\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA podpora u nieje zahrnut v jadrch verzie 2.2. Pouite verziu 2.4"
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun my"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "tandardn PS2 my s kolieskom"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 tlaidlo"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "tandardn my s 2 tlaidlami"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Veobecn"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Koliesko"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "sriov"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "tandardn trojtlatkov"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (sriov, star typ C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "My na zbernici"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 tlaidl"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 tlaidl"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ni"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "iadna my"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Prosm otestujte my."
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Pre aktivciu myi,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "POHNITE KOLIESKOM!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Dokoni"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "al ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Predchdzajce"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Je to sprvne?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Pripojenie k internetu"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Najpouivanejie pripojenie s adsl je pppoe.\n"
-"Avak existuj pripojenia ktor pouvaju pptp alebo dhcp.\n"
-"Ak neviete o poui, tak zvote 'poui pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "poui dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "poui pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "poui pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Ktor dhcp klient chcete poui?\n"
-"tandardn je dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Vo vaom systme nebol njden sieovy ethernet adaptr.\n"
-"Nemem nastavi poadovan typ pripojenia."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Zvote sieove rozhranie"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Prosm zvote si ktor sieov zariadenie budete pouva na pripojenie k "
-"internetu"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "nenaiel som sieov kartu"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigurujem sie"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Prosm zadajte meno vho potaa ak ho viete.\n"
-"Niektor DHCP servre ho vyaduj pre svoju funknos.\n"
-"Meno vho potaa by malo byt plne kvalifikovan host name,\n"
-"ako naprklad ``hq.alert.sk''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Nzov potaa"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Sprievodca konfigurciou siete"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Extern ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Intern ISDN karta"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Ak typ ISDN pripojenia mte?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Ktor typ nastavenia ISDN uprednotnte?\n"
-"\n"
-"* Star typ pouva isdn4net. Obsahuje siln nstroje, ale\n"
-" ako sa nastavuje.\n"
-"\n"
-"* Nov typ je jednoduchie pochopiten, ale obsahuje menej\n"
-" nstrojov.\n"
-"\n"
-"Doporuujeme poui nov typ nastavenia ISDN.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nov konfigurcia (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Star konfigurcia (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "Konfigurcia ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Zvote si poskytovatea.\n"
-"Ak nieje v zozname, zvote Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Eurpsky protokol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Eurpsky protokol (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol pre zvyok sveta"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol pre zvyok sveta \n"
-" bez D-Channel (prenajat linky)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Ak typ protokolu chcete pouva ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Ak typ karty mte?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Neviem"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Ak mte ISA kartu, tak hodnoty na alej obrazovke by mali by sprvne.\n"
-"\n"
-"Ak mte PCMCIA kartu, muste vedie irq a io adresu tejto karty.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Preru"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Pokraova"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Ktor je vaa ISDN karta ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Naiel som PCI ISDN kartu, ale nepoznm tento typ. Prosm zvote si jednu z "
-"PCI kariet na alej obrazovke."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Nebola njdena ISDN karta. Prosm zvote si jednu zo zobrazench."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Prosm zvote na ktor sriov port je pripojen v modem."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Voby dialupu"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Meno pripojenia"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefnne slo"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Prihlasovacie ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Zaloen na skriptoch"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Zaloen na terminly"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Meno domny"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Prv DNS server (nepovinn)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Druh DNS server (nepovinn)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Mete vae pripojenie prekonfigurova alebo sa odpoji."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Mete prekonfigurova vae pripojenie."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Momentlne ste pripojen k internetu."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Mete prekonfigurova vae pripojenie, alebo sa pripojit k internetu."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Momentlne nieste pripojen k internetu."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Pripojenie"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Odpojenie"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Nastavi pripojenie"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Pripojenie a konfigurcia internetu"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Teraz nastavme Vae pripojenie %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Teraz nastavme pripojenie %s.\n"
-"\n"
-"Stlate OK pre pokraovanie."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Konfigurcia siete"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Pretoe robte intalciu cez sie, vaa sie je u nasaven. Stlate OK pre "
-"zachovanie\n"
-"nastavenia, alebo Cancel pre optovn nastavenie pripojenia na internet a "
-"sie.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Vtajte v sprievodcovi nastavenia siete\n"
-"\n"
-"Chcete nastavi vae pripojenie k sieti/internetu.\n"
-"Ak nechcete poui automatick detekciu odkrtnite polko.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Zvote profil na konfigurciu"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Poui auto-detekciu"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Zisujem zariadenia..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normlne modmove pripojenie"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "detekovan na porte %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN pripojenie"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "njdene %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL pripojenie"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "detekovan na rozhran %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Pripojenie kblom"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "detekovan pripojenie kblom"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "Pripojenie LAN"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "njden ethernet karta(y)"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Vyberte pripojenie, ktor chcete nastavi"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Nastavili ste niekoko monost pripojenia k internetu.\n"
-"Zvote jednu, ktor chcete pouva.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Pripojenie k internetu"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Chcete sa pripoji hne pri tarte?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Konfigurcia siete"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Sie potrebuje retart."
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Nastal problm pri retartovan siee: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gratulujeme. Nastavenie siete a pripojenia k internetu je dokonen\n"
-"Nastavenie bude teraz aplikovan na v systm.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Po zmene doporuujeme retartovat X windows, aby ste\n"
-"predili problmom pri zmene mena hostu."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Poas konfigurcie sa vyskytli problmy.\n"
-"Vyskajte Vae pripojenie s nstrojom net_monitor, alebo mcc. Ak pripojenie "
-"nepracuje, mali by ste optovne spusti konfigurciu"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"Varovanie: Toto zariadenie u bolo nastaven na prstup k internetu.\n"
-"Jednoducho nechajte pvodn nastavenie.\n"
-"Modifikcia parametrov me zmeni nastavenie."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Zadajte IP konfigurciu tohoto potaa.\n"
-"Kad zznam by mal by zadan ako IP adresa v dekadickom tvare\n"
-"oddelenom bodkami (napr. 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurcia sieovho zariadenia %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (ovlada %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adresa"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Maska siete"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatick IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa mus by vo formte 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Prosm zadajte meno vho potaa.\n"
-"Meno vho potaa by malo byt plne kvalifikovan host name,\n"
-"ako naprklad ``hq.alert.sk''.\n"
-"Tie mete zada IP adresu brny ak ju viete"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (napr. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Zariadenie smerujce k brne"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Nastavenie proxy"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy m by http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy m by ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Konfigurcia internetu"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Chcete sa sksi pripoji teraz k internetu?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testovanie pripojenia..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Systm je teraz pripojen k internetu."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Z bezpenostnch dvodov bude teraz odpojen."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Systm prevdepodobne nieje pripojen k internetu.\n"
-"Skste prekonfigurova pripojenie."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konfigurcia pripojenia"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Prosm vyplte alebo zakrtnite polka"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ karty"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "DMA karty"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "IO karty"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "IO_0 karty"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 karty"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Vae osobn telefnne slo"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Meno poskytovatea (napr. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Telefnne slo poskytovatea"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 poskytovatea (voliten)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 poskytovatea (voliten)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Vyberte si vau krajinu"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Md vytania"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Rchlos pripojenia"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Timeout pripojenia (v sekundch)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Meno tu (uivatesk meno)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Heslo tu"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "nepodarilo sa pripoji: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Na tejto platforme njeje podporovan rozren oddiel"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"V tabuke rozdelenia disku sa nachdza zznam o vonom priestore,\n"
-"ktor nedokem vyui. Jedin rieenie je presun primrny oddiel tak,\n"
-"aby sa von miesto nachdzalo za nm a bolo pouiten pre rozren\n"
-"oddiel."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Obnovenie zo sboru %s zlyhalo: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Chybn zlohovac sbor"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "chyba pri zpise do sboru %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Na vaom disku sa deje nieo nedobr.\n"
-"Zlyhal test integrity dt. Akkovek zpis dt moe skoni\n"
-"nespechom a stratou dt."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "mus ma"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "dleit"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "vemi pekn"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "pekn"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "mono"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Tla, neukladaj do fronty."
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "USB"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Loklna tlaiare"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Vzdialen tlaiare"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Tlaiare na vzdialenom CUPS serveri"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Tlaiare na vzdialenom lpd serveri"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Sieov tlaiare (TCP/Soket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Tlaiare na vzdialenom SMB/Windows 95/98/NT serveri"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Tlaiare na vzdialenom NetWare serveri"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Vlote URI zariadenia tlaiarne"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Presmeruj vstup do prkazu"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Neznmy model"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Loklne tlaiarne"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Vzdialen tlaiarne"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " na paralelnom porte \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB tlaiare \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multifunkn zariadenie na paralelnom porte \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", multifunkn zariadenie na USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multifunkn zariadenie HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", multifunkn zariadenie "
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", tla na %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "na LPD serveri \"%s\", tlaiare \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "na Windows serveri \"%s\", zloka \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "na Novell serveri \"%s\", tlaiare \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", pouitm prkazu %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Zkladn tlaiare (bez ovldaa)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(nal %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(na tomto stroji)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Na CUPS server \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Predvoba)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Zvote pripojenie tlaiarne"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Ako je tlaiare pripojen?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Tlaiarne na vzdialenom CUPS serveri nemuste konfigurova loklne; "
-"tlaiarne bud rozpoznan automaticky."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Konfigurcia"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Vzdialen CUPS server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa vyzer naprklad takto: 192.168.1.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "islo portu m by cel kladn slo!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "IP CUPS servera"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatick nastavenie CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Zisujem zariadenia..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Test portov"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Pridaj nov tlaiare"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Loklna tlaiare"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Automatick detekcia tlaiarn"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatick detekcia tlaiarn"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Poui auto-detekciu"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Vybra uvateov manulne"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Njden %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Tlaiare na paralelnom porte \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB tlaiare \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Muste vloi zariadenie alebo meno sboru!"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Nebola njden loklna tlaiare!"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Prosm, zvote, na ktor port je pripojen va tlaiare."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Muste vloi zariadenie tlaiarne"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Run nastavenie"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Intalujem balek HPOJ ..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Kontrolujem zariadenia a konfigurujem HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Intalujem balek SANE ..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Vyhadvam na multi-funknom HP zariaden"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Nastavujem rozhranie tlaiarne pre prstup z CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Natavam databzu tlaiarn ..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Voby vzdialenej lpd tlaiarne"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Pre pouitie vzdialenej lpd tlaiarne je potrebn zada nzov tlaovho "
-"servera a nzov tlaiarne na tomto serveri."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Nzov vzdialenho potaa"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Meno vzdialenej tlaiarne"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Chba nzov vzdialenho potaa"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Chba nzov vzdialenej tlaiarne!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Voby tlaiarne SMB/Windows 9x/NT"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Pre tla na SMB tlaiare je potrebn zada nzov SMB servera (nebva vdy\n"
-"zhodn s TCP/IP nzvom potaa) a prpadne IP adresu tlaovho servera, "
-"ako\n"
-"aj nzov zdieanho zariadenia pre tlaiare a vhodn meno pouvatea,\n"
-"heslo a pracovn skupinu."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "Nzov SMB servra"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "IP adresa SMB servra"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Nzov zdieanho zariadenia"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Pracovn skupina"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Muste zada meno, alebo IP adresu servera!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Chba meno samba zloky!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Voby tlaiarne pre NetWare"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Pre tla na NetWare tlaiare je potrebn zada nzov NetWare tlaovho\n"
-"servera (nebva vdy zhodn s TCP/IP nzvom potaa), ako aj nzov fronty\n"
-"tlaiarne, ku ktorej chcete pristupova a vhodn meno pouvatea s heslom."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Tlaov server"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Nzov tlaovej fronty"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Chba meno NCP servera!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Chba meno NCP fronty!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Soket nastavenia tlaiarne"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Pre tla na TCP, alebo socket tlaiare muste zada meno hostitea "
-"tlaiarne a prpadne slo portu. Na HP JetDirect serveroch je slo portu "
-"vinou 9100, na inch serveroch to me by odlin. Pozrite si manul."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Hostitesk meno tlaiarne"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Chba hostitesk meno tlaiarne"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "URI tlaiarne"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Pre prstup k tlaiarni zadajte jej URI. URI mus spa CUPS alebo Foomatic "
-"pecifikcie."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Muste zada sprvne URI!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Kad tlaiare potrebuje meno (naprklad \"print\"). Poloky Popis a Poloha "
-"nie je potrebn vyplova. S to iba komentre pre uvateov."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Meno tlaiarne"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Popis"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Umiestnenie"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Pripravujem databzu tlaiarn ..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Meno vzdialenej tlaiarne"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "Je to sprvne?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Vybra uvateov manulne"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Vber modelu tlaiarne"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Ak model tlaiarne mte?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Nastavenie OKI winprinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Nastavenie Lexmark inkjet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Zkladn nastavenia tlaiarne\n"
-"\n"
-"Uistite sa, e vekos papiera, typ atramentu, tlaov md (ak existuje) a "
-"tie hardvrov nastavenie laserovch tlaiarn (pam, duplex, ...) s "
-"nastaven sprvne. Prli vysok kvalita, i rozlenie tlae spsobuje "
-"spomalenie."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Parameter %s mus by cel slo!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Parameter %s mus by slo!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Parameter %s je mimo rozsahu!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"elte si nastavi tto tlaiate (\"%s\")\n"
-"ako predvolen?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testovacie strnky"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Prosm zvote testovacie strnky, ktor chcete vytlai\n"
-"Tla testovacej stnky foto kvality me trva troku dlhie a na laserovej "
-"tlaiarni s nedostatkom pamte sa nemus vytlai vbec. Vo veine "
-"prpadoch postauje vyska tandartn testovaciu strnku."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "iadne testovacie strnky"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Tla"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "tandardn testovacie strnky"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternatvna testovacia strnka (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternatvna testovacia strnka (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Fotografick testovacia strnka"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Bez tlae testovacch strnok"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Prebieha tla testovacej strnky..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testovacia strnka bola zaslan tlaiarni.\n"
-"Km zane tlaiare tlai, me to chvku trva.\n"
-"Stav tlae:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testovacia strnka bola zaslan tlaiarni.\n"
-"Km zane tlaiare tlai, me to chvku trva.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Pracuje sprvne?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Zkladn tlaiare"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Zatvori"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Tla/Skenovanie na \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Tlam na tlaiare \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Zobraz zoznam parametrov"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Natavam dta tlaiarne ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Prenes nastavenie tlaiarne"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS nepodporuje tlaiarne na Novell serveroch, alebo tlaiarne, ktor "
-"posielaj dta vo free-formed command.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ podporuje iba loklne tlaiarne, vzdialen LPD a Socket/TCP tlaiarne.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD a LPRng nepodporuj IPP tlaiarne.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Oznate tlaiare ktor si elte prenies a stlate \n"
-"\"Prenos\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Neprenaj tlaiarne"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Prenos"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"Tlaiare s menom \"%s\" u pod %s existuje.\n"
-"Stlate \"Prenos\" na prepsanie.\n"
-"Mete tie napsa nov meno alebo preskoi\n"
-"tto tlaiare."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Meno tlaiarne me obsahova iba psmen, sla a podiarkovnk"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Tlaiare \"%s\" u existuje.\n"
-"elte si prepsa nastavenie ?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nov meno tlaiarne"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Prenam %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Obnova dt tlaiarne ..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Nastavenie vzdialenej tlaiarne"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Spam sie..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Teraz nastavi pripojenie siete"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Sieov pripojenie nieje nastaven"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Pokrauj bez nastavenia siete."
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Retartujem tlaov systm ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "vysok"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoidn"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Spa tlaov systm pri spusten systmu"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Kontrolujem intalovan softvr..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Odstraujem PLRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Odstraujem LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Zvote tlaov frontu"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Ak typ tlaovho systmu chcete pouva?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurujem tlaiare \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Intalujem balky"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Voby tlaiarne"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Pripravujem PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfigurujem tlaiare \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "elte si nastavi tlaiare?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Tlaov systm:"
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Momentlne s nastaven tieto tlaiarne. Spravte dvojklik na meno tlaiarne "
-"ak si elte zmenit jej nastavenia, alebo prezrie informcie."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Momentlne s nastaven tieto tlaiarne. Spravte dvojklik na meno tlaiarne "
-"ak si elte zmenit jej nastavenia, alebo prezrie informcie."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Nastavenie tlaovho systmu"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normlny md"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "elte si nastavi in tlaiare ?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Zmena nastavenia tlaiarne"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Tlaiare %s\n"
-"o si elte zmeni na tejto tlaiarni?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Urob to!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Typ pripojenia tlaiarne"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Meno, popis a poloha tlaiarne"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Vrobca tlaiarne, model, ovlda"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Vrobca tlaiarne, model"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Nastavi tlaiaren ako predvolen"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Tla testovacch strnok"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Viem, ako pouva tto tlaiare"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Odstrni tlaiare"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Odstraujem star tlaiare \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Predvolen tlaiare"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Tlaiare \"%s\" je teraz nastaven ako predvolen."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Naozaj chcete odstrni tlaiate \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Odstraujem tlaiare \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Nastavenie proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Vitajte v nstroji na nastavenie proxy servera.\n"
-"\n"
-"Teraz budete mc nastavit pouvanie FTP a\n"
-"HTTP proxy serverov a prstupov hesl.\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Prosm vyple informcie pre HTTP proxy\n"
-"Nechajte przdne ak nechcete HTTP proxy\n"
-"pouva. "
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL ma zana 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Port m by v selnom tvare"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Prosm vyple informcie pre FTP proxy\n"
-"Nechajte przdne ak nechcete FTP proxy\n"
-"pouva. "
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URL ma zana 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Prosm vlote prihlasovacie meno a heslo pre proxy.\n"
-"Nechajte przdne ak heslo nepotrebujete. "
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "heslo"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "heslo ete raz"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Hesla neshlasia. Skste znova!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nemem prida oddiel do _naformtovanho_ RAID poa md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nemem zapsa sbor %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid zlyhal"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid zlyhal (mono nie s naintalovan raidtools)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nie je dos oddielov pre RAID rovne %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Spustenie ALSA (Advanced Linux Sound Architecture) zvukovho systmu"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, periodick plnova prkazov."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd sa pouva pre monitorovanie (a zpis pomocou syslogu) stavu batri.\n"
-"Mete ho tie poui na vypnutie potaa ke sa baterky takmer min."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr "Spa prkazy nastaven cez prkaz at v stanovenom ase."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron je tandardn UNIXov program, ktor spa prkazy naplnovan\n"
-"uvateom. vixie cron pridva viac monost konfigurcie."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM prid podporu myi textovo orientovanm aplikcim ako naprklad\n"
-"Midnight Commander. Takisto umon v textovch konzolch koprovanie\n"
-"pomocou myi a podporu pop-up menu."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake vyhadva nov harvr a nastavuje parametre\n"
-"novho alebo zmenenho hardvru."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "Apache je WWW server. Je pouvan na poskytovanie HTML strnok a CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet superserver dmon (vinou nazvan inetd) poskytuje mnoho\n"
-"sluieb svisiacich s internetom. Je zodpovedn za spanie sluieb\n"
-"ako telnet, ftp, rsh, rlogin a in. Vypnutm inetd vypnete vetky\n"
-"sluby, za ktor je zodpovedn."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Spust filtrovanie paketov pre Linux kernel verzie 2.2 na \n"
-"ochranu vho potaa pred tokmi zo siete."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Tento balk nahr do pamti vybran klvesnicov mapu z nastavenia v\n"
-"/etc/sysconfig/keyboard. Nastavenie sa d meni naprklad pomocou\n"
-"konfiguranho nstroja kbdconfig."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatick obnova hlaviiek jadra v /boot\n"
-"pre /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatick detekcia a konfigurcia hardvru pri tarte."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf niekedy nastav vykonanie rznych loh poas\n"
-"zavdzania systmu pre udranie konfigurcie."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd je tlaov dmon, ktor je poadovan pre sprvnu prcu nstroja lpr."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr "Linux Virtual Server sa pouva na vysoko vkonn a HA rieenia."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) je domnov menn server (DNS) pouvan na preklad z mena "
-"potaa na IP adresu."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Pripja a odpja vetky NFS, SMB (Windows) a NCP (NetWare)\n"
-"body pripojenia."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktivuje/Deaktivuje vetky sieov zariadenia konfigurovan pre spustenie\n"
-"po zaveden systmu."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS je znmy protokol, uren na zdielanie sborov cez TCP/IP siete.\n"
-"Tto sluba dovol NFS servru exportova adresre predvolen v sbore\n"
-"/etc/exports"
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS je znmy protokol, uren na zdielanie sborov cez TCP/IP siete.\n"
-"Tto sluba prid NFS servru funkciu lockovania sborov."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automaticky zapne num-lock pod konzolou a XFree pocas\n"
-"tartu systmu."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Podpora pre OKI 4w a kompatibiln win tlaiarne."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"Podpora PCMCIA je vinou pouvan na sprstupnenie sieovej karty,\n"
-"alebo modemu v notebookoch."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmaper spravuje RPC pripojenia, ktor s pouvan protokolmi ako\n"
-"NFS a NIS. Portmap server mus by spusten na potaoch, ktor s \n"
-"servrami pre protokoly pouvajce RPC mechanizmus."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix je Mail Transport Agent, ie program, ktor prena e-maily z "
-"potaa na pota."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Uklad a obnovuje system entropy pool pre vyiu kvalitu genertora\n"
-"nhodnch sel."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Prirad zkladn zariadenie k blokovmu (ako naprklad oddiely\n"
-"pevnho disku) pre pouitie v aplikcich ako Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed dmon umouje automatick pravu smerovacch IP tabuliek\n"
-"cez RIP protokol. RIP je astejie pouvan na malch sietiach. Pre\n"
-"komplexnejie siete je potrebn komplexn smerovac protokol."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Rstat protokol umouje uvateom zskava cez sie\n"
-"informcie o zaaen akhokovek potaa na sieti."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Rusers protokol umouje zisti uvateom cez sie, kto je\n"
-"prihlsen na odpovedajcich potaoch."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Rwho protokol zale vzdialenm uvateom zoznam vetkch uvateov\n"
-"prihlsen na systme, na ktorom je spusten rwho dmon (podobne ako finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Spusti zvukov systm na Vaom potai"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog je monos, ktor vyuva mnoho dmonov na ukladanie sprv\n"
-"do rznych systmovch log sborov. Je dobr, ke je syslog vdy spusten."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Nahratie ovldaov pre vae usb zariadenia."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Spa X Font Server (je potrebn pre spustenie XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Zvote si sluby, ktor bud spusten automaticky po tarte systmu"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Tlam"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Zdielanie sborov"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Systm"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Vzdialen sprva"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Databzov server"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Sluby: %d aktivovan %d registrovan"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Sluby"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "be"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "stopnut"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Sluby a dmoni"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"iadne rozirujce informcie\n"
-"o tejto slube, prepte."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Pri tarte"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "tart"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Protokol pre zvyok sveta"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Prstup k internetu"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimdia - Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Vvojrska"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Kontroln centrum"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Sieove rozhranie"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Nzov SMB servra"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Hry"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Expert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-#, fuzzy
-msgid "MandrakeConsulting"
-msgstr "Popis Mandrake Nstrojov"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Intalujem balky"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Nedokem preta tabuku rozdelenia disku, je prli pokoden\n"
-"Sksim odstrni chybn oddiely"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Chyba!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Nemem njst potrebn image file `%s'."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Teraz mete nastavi Autointalan disketu. Tto monos je iastone "
-"nebezpen a preto ju pouvajte opatrne\n"
-"\n"
-"Budete mc zopakova intalciu, ktor ste spravili na tento pota, s "
-"nekokmi interaktvnymi krokmi (aby ste mohli zmeni ich hodnoty)\n"
-"\n"
-"Pre maximlnu bezpenos, rozdelenie disku a formtovanie sa nikdy nebude "
-"robi automaticky.\n"
-"\n"
-"elte si pokraova?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Automatick kroky konfigurcie"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Prosm pre kad krok zvote i sa m zopakova ako pri vaej intalcii "
-"alebo znovu nastavi"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Vitajte.\n"
-"\n"
-"Parametre automatickej intalcie s dosiahnuten na lite vavo"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratulujeme!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketa bola spene vytvoren.\n"
-"Teraz mete zopakova intalciu."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Automatick intalcia"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Pridaj poloku"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Odstr posledn poloku"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup report \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Dmon report\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup detaily reportu\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "celkov postup"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Zloha systmovch sborov..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Zloha na pevn disk. Sbory..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Zlohova uvatesk sbory..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Stav zlohy na pevn disk..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Zlohova in sbory..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"Zoznam sborov odoslanch cez FTP : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Chzba FTP pripojenia: Nebolo mon odosla zlohovacie sbory cez FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Chzba poas odosielania e-mailu. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Vber sborov"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Zvote sbory a adresre a kliknite na 'Pridaj'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Zvote prosm vetky volby, ktor potrebujete.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Tieto nastavenia mu zlohova a obnovova vetky sbory v adresri /etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Zloha systmovch sborov. (adresr /etc )"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Poui prrastkov zlohovanie (bez prepisovania starch zloh)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Nezahrnova kritick sbory (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"S tmto nastavenm budete schopn obnovi ktorkovek\n"
-" verziu vho /etc adresra."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Prosm, zadajte vetkch uvateov, ktorch chcete zlohova."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Nezahrnova vyrovnvaciu pam prehliadaa"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Poui prrastkov zlohovanie (bez prepisovania starch zloh)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Odstr zvolen"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr " Windows (FAT32) "
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr " Uvatelia"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Pre zlohovanie poui FTP"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Prosm vlote meno hostu alebo IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Prosm zadajte adresr, kam sa\n"
-" bud uklada zlohy na tomto hoste."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Prosm vlote v login"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Prosm vlote vae heslo"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Zapamtajte si toto heslo"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr " FTP spojenie"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Bezpen pripojenie"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Pre zlohovanie poui CD/DVDROM"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Prosm, zvote vekos CD"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Prosm skontrolujte, i pouvate CDRW mdium"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Prosm zakrtnite, aks i elte CDRW mdium najskr vymaza"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Ak si elte spustiten CD,\n"
-" vyberte tto vobu."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Prosm, zadajte meno zariadenia CD Zapisovaky\n"
-" napr. 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Pre zlohovanie poui psku"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Prosm, zadajte meno zlohovacieho zariadenia"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Prosm, zadajte maximlnu vekos\n"
-" pre Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Prosm, zadajte adresr:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Pre zlohovanie poui quotu."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Sie"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM "
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Pevn disk / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "kad hodinu"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "denne"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "tdenne"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "mesane"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Poui dmnona"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Prosm, zvote asov interval\n"
-"medzi jednotlivmi zlohami"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Prosm, zlohovacie \n"
-"mdium."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Pouitie pevnho disku s dmonom"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Pouitie FTP s dmonom"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Prosm skontrolujte i je cron dmon sasou spusench sluieb."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Odosla e-mailov sprvu po kadej zlohe:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "o"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Kde"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Kedy"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Viac monost"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup nastavenia"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Prosm zvote kam chcete zlohova"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "na pevn disk"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "cez sie"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Prosm zvote o chcete zlohova"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Zlohovac systm"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Zloha Uvateov"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Vybra uvateov manulne"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Zdroje zlohy: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systmov sbory:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Sbory pouvateov:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Ostatn sbory:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Uloi na pevn disk na cestu : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Uloi na FTP na host : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t Meno uvatea: %s\n"
-"\t\t na cestu: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Parametre:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tNezahna systmov sbory\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tZlohovanie pouva tar a bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tZlohovanie pouva tar a gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Dmon (%s) zaha :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Pevn disk.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Sie cez FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Sie cez SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ete nenastaven, prosm pouite Pomocnka alebo Rozren.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Zoznam dt pre obnovu:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Zoznam poruench dt:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Prosm odznate alebo odstrte to nabudce."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Sbory zlohy boli poruen"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Vetky Vami vybran dta boli "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " spene obnoven na %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Obnovi nastavenie"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "OK pre obnovu ostatnch sborov."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr "Zoznam uvateov prew obnovu (je dleit iba posledn zloha)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Najskr zlohuj systmov sbory:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "prosm, zvote dta, ktor chcete obnovi"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Pre zlohovanie poui pevn disk"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Obnova z pevnho disku"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Prosm, zadajte, kde s uloen zlohy"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Vyberte in mdium pre obnovu"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "In mdium"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Obnovi systm"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Obnov Uvateov"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Obnov ostatn"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "vyberte cestu pre obnovu (okrem /)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Pred obnovou urobi nov zlohu (iba pre prrastkov zlohovanie)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Pred obnovou odstr uvatesk adresre."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Obnov vetky zlohy"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Vlastn obnova"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Pomoc"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Predchdzajce"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Ulo"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Vytvor zlohu"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Obnova"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "al"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Skr ne sa poksite obnovi, vytvorte zlohu..\n"
-" alebo skontrolujte, i je zadan cesta sprvna."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Chyba pri odosielan poty\n"
-" V report nebol odoslan\n"
-" Prosm nastavte sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Zoznam balkov pre intalciu"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Poas posielania sboru cez FTP sa vyskytla chyba.\n"
-" Prosm skontrolujte sprvnos FTP nastavenia."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Prosm, skontrolujte dta ktor chcete obnovi..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Prosm, zvote mdium pre zlohovanie..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Prosm, zvote mdium pre zlohovanie..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Nebol njden konfiguran sbor.\n"
-"Prosm vyberte Pomocnk, alebo Rozren."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Vo vvoji ... prosm vydrte."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Zlohuj systmov sbory"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Zlohuj uvatesk sbory"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Zlohuj in sbory"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Celkov priebeh"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "sbory odosielan cez FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Odosielam sbory..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Zoznam dt, ktor bud na CDROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Prosm, zadajte rchlos vaej CD mechaniky"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Zadajte prosm meno zariadenia zapisovacej CD mechaniky (napr. 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Zvote, ak si elte ma intalan CD spustiten."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Zlohuj poda konfiguranho sbora"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Zobraz nastavenie zlohovania."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Pomocnk nastavenia"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Pokroil konfigurcia"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Zlohuj"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Intalcia %s zlyhala. Vyskytla sa nasledujca chyba:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Hlada naintalovan fonty"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Odznai naintalovan fonty"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "zpracova vetky fonty"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "nenaiel som iadne fonty"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "hotovo"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "Na pripojench oddieloch nieje mon njs fonty"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Znovu vybra sprvne fonty"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "nemem njs iaden font.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Vyhadvam fonty v zozname naintalovanch"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kpia fontu"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Intalcia True Type fontov"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "Prosm akajte poas tmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Intalcia True Type fontov hotov."
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konverzia fontov"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "vytvram type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Odkazy na Ghostscript"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "prevod ttf fontov"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "prevod pfm fontov"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Ignorova pracovn sbory"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Retart XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Ignorova sbory s fontami"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "xfs restart"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Pred pridanm fontov sa prosm uistite, e na vaom potai mte prva ich "
-"pridva.\n"
-"\n"
-"-Pre pridvanie fontov mete poui tandartn spsob. V pecilnych "
-"prpadoch vak chybn fonty mu spsobi vytuhnutie X servera."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Import fontov"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Prevzia fonty z Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Odstrnenie fontov"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Pokroil nastavenia"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Zoznam fontov"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Zvote aplikcie ktor bud podporova fonty:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Tlaiarne pre veobecn pouitie"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Zvote adresr fontov a kliknite na 'Pridaj'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Naintaluj zoznam"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "Kliknite sem, ak ste si ist."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "sem ak nie"
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Odznai vetky"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Vyber vetko"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Odstrni zoznam"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Poiaton testy"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Koprova fonty na v systm"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Intalcia a konverzia fontov"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Odstrni fonty zo systmu"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Zdieanie pripojenia k internetu"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Zdieanie internetovho pripojenia je momentlne povolen"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Nastavenie zdieania internetovho pripojenia u bolo uroben.\n"
-"Momentlne je povolen.\n"
-"\n"
-"o chcete urobi?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "zakza"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "odmietnu"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "prekonfigurova"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Zakazujem servre..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Zdieanie internetovho pripojenia je teraz zakzane."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Zdieanie internetovho pripojenia je momentlne zakzane"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Nastavenie zdieania internetovho pripojenia u bolo uroben.\n"
-"Momentlne je zakzan.\n"
-"\n"
-"o chcete urobi?\""
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "povoli"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Povoujem servre..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Zdieanie internetovho pripojenia je teraz povolen."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Mte monos nastavi zdielanie pripojenia na internet. S touto funkciou\n"
-"bud mc ostatn potae vo vaej loklnej sieti pouva pripojenie na "
-"internet vho potaa.\n"
-"\n"
-"Poznmka: Potrebujete samostatn sieov kartu na pripojenie loklnej siete."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Rozhranie %s (pouva modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Rozhranie %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Vo vaom systme nieje sieovy adaptr!"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Vo vaom systme nebol njden sieovy ethernet adaptr. Prosm spustite "
-"konfigurciu hardweru."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Sieove rozhranie"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Vo vaom systme je iba jeden sieov adaptr:\n"
-"\n"
-"%s\n"
-"\n"
-"Loklna sie bude nastaven prve s tmto adaptrom."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-"Prosm vyberte si sieovy adaptr, ktor bude pripojen k vaej loklnej "
-"sieti."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Sieov rozhranie je u nastaven"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Varovanie. Siov adaptr (%s) je u nastaven.\n"
-"\n"
-"elte si automatick rekonfigurciu?\n"
-"\n"
-"Mete to urobi manulne, ale muste vedie, o robte."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatick zmena konfigurcie"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Zobraz aktulne nastavenie rozhrania"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Aktulne nastavenie `%s':\n"
-"\n"
-"Sie: %s\n"
-"IP adresa: %s\n"
-"IP attribution: %s\n"
-"Ovlda: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Je mon zachova sasn nastavenie a predpoklada, e u mte nastaven "
-"DHCP server; v tom prpade prosm skontrolujte, e je sprvne nastaven "
-"loklna sie; v nastaveniach sa nebud robi iadne zmeny.\n"
-"\n"
-"Ak si to vak elte, je mon zmeni aj rozhranie loklnej siete, aj "
-"nastavenie DHCP serveru.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Loklna sie triedy C"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "IP tohoto DHCP servera"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Optovn nastavenie DHCP servera"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "slo loklnej siete nekon na .0, zkam znovu."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Potencilny konflik LAN adries v aktulnej konfigurcii %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Bola njden kofigurcia firewalu!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Pozor! Bola njden existujca konfigurcia firewallu. Mono budete musiet "
-"urobi zopr runych zsahov po intalcii."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurcia..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Konfigurcia skriptov, intalovanie programov, tart serverov..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problmy pri intalcii balka %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Vetko bolo nastaven.\n"
-"Teraz mete zdiea vae pripojenie na internet s ostatnmi potami na "
-"vaej loklnej sieti pouitm automatickhonastavenia siete (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Nastavenie u bolo uroben a je momentlne zakzan."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Nastavenie u bolo uroben a je momentlne povolen."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Zdieanie internetovho pripojenia ete nebolo nastaven."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Konfigurcia zdiaania pripojenia k internetu"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Vtajte v utilite na zdieanie pripojenia k internetu!\n"
-"\n"
-"%s\n"
-"\n"
-"Kliknite na Nastavi ak chcete spusti sprievodcu nastavenm."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Konfigurcia siete (%d rozhran)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Zma profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Zmena profilu:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Nov profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr "Meno novho profilu (nov profil bude vytvoren ako kpia aktulneho)"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Meno potaa: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Prstup k internetu"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Typ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Brna:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Rozhranie:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "akajte prosm"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigurcia prstupu k internetu..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "Konfigurcia LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Ovlda"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Rozhranie"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfigurcia loklnej siete..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Pre spustenie Pomocnka kliknite sem ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Sprievodca..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Aplikova"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Prosm akajte... Aplikujem konfigurciu"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Pripojen."
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nepripojen"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Pripojenie..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Odpojenie..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Varovanie. Bolo rozpoznan in pripojenie na internet, mono pouva vau "
-"sie."
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Nemte nastaven iadne rozhranie.\n"
-"Nastavte ho kliknutm na Konfiguruj"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "Konfigurcia LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptr %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "tartovac protokol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Spusten pri tarte"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktivuj teraz"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktivuj"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Toto rozhranie ete nebolo nastaven.\n"
-"Spustite Pomocnka nastavenia v hlavnom okne"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Nemte nastaven pripojenie na internet.\n"
-"Vytvorte ho zakliknutm tlatka konfiguruj"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfigurcia pripojenia internetu"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfigurcia pripojenia internetu"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Typ pripojenia: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametre"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Brna"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet karta"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klient"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Nastavujem rove bezpenosti"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontroln centrum"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Vyberte nstroj, ktor chcete poui"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanadsk (cable)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (kbel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (kbel - hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "na"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japonsko"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japonsko (kbel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Vchodn eurpa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "rsko"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Zpadn Eurpa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Austrlia"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nov Zland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Jun Afrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentna"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Prosm,\n"
-"zadajte vau TV normu a krajinu"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV norma:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Oblas :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Prebieha vyhadvanie TV programov..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Vyhladvanie TV programov"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "pouitie: keyboarddrake [--expert] [klvesnica]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Prosm, zvote v typ klvesnice"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Chcete aby BackSpace vrtil Delete na konzole?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Vyme CD"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Prosm vlote intalan CD do mechaniky a stlate Ok.\n"
-"Ak ho nemte, stlate Zrui pre priamu aktualizciu."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Nemem spusti priamu aktualizciu !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Ukza iba pre vybran de"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Sbor/_Nov"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Sbor/_Otvor"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Sbor/_Ulo"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>U"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Sbor/Uloi _ako"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Sbor/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Parametre"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Parametre/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Pomoc"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Pomoc/_O aplikcii..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Uvate"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Sprvy"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Popis Mandrake Nstrojov"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "hadaj"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Nstroj na monitorovanie logov"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Nastavenia"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "porovnvam"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "nezodpovedaj"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Zvote sbor"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalendr"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Obsah sboru"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Vstraha cez Mail/SMS"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "prosm akajte, analyzujem sbor: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Nastavenie vstrahy cez SMS alebo e-mail"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Vitajte v nstroji na nastavenie SMS/e-mail.\n"
-"\n"
-"Tu budete mc nastavit vstrahy systmu.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "nastavenie sluieb"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr "Ak nebude funkn vyznaen sluba, budete upozornen"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "nata nastavenie"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Ak load prekro tto hodnotu, budete upozornen"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "Konfigurcia upozornen"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Nastavte cestu, akou Vs m systm upozorni"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Ulo ako.."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Prosm, zvote typ vaej myi."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nebolo njden serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulova 3 tlatka?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s njden v %s, nastavi?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Zvote scaner"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Tento %s skener nieje podporovan"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Boot zariadenie"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Konfigurcia firewalu"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Konfigurcia firewalu"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"U mte nastaven firewall.\n"
-"Kliknite na Nastavi ak ho chcete zmeni alebo odtrni"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Kliknite na Nastavi ak chcete nastavi tandardn firewall"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Voba jazyka"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Voba triedy intalcie"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detekcia pevnho disku"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfigurcia myi"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Vber klvesnice"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Bezpenos"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Sborov systmy"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formtovanie oddielov"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Vber balkov"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Intalcia systmu"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Vytvranie uvateov"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Sieov sluby"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Nastavenie sluieb"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Intalcia zavdzaa"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Zavdzacia disketa"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurcia X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Intalcia aktualizci systmu"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Koniec intalcie"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall konfigurtor\n"
-"\n"
-"Nastavuje osobn firewall pre v Linux Mandrake systm na tomto\n"
-"potai. "
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Teraz niekoko otzok o tom, na ktor sluby chcete dovoli prstup\n"
-"z internetu. Prosm zvaujte i potrebujete jednotliv sluby pretoe\n"
-"bezpenos vho potaa je dleit.\n"
-"\n"
-"Ak nepouvate tieto sluby, je lepie zabrni prstupu z internetu.\n"
-"Nastavenie mete zmeni jednoducho optovnm spustenm\n"
-"tejto aplikcie."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Chcete aby bol v www server dostupn z internetu ? Ak vm sta\n"
-"dostupnos iba z loklneho servera, mete odpoveda Nie.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Pouvate na vaom potai menn server ? Ak sa o vae DNS zznamy\n"
-"star naprklad v poskytovate internetu, odpovedzte prosm nie. \n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Chcete dovoli prchodzie Secure Shell (ssh) pripojenia ? Ssh je nhrada\n"
-"za telnet, ktor mete poui na prihlsenie sa k vzdialenmu serveru.\n"
-"Telnet nepouva kdovanie. To znamen, e tonk me ukradn \n"
-"vae heslo. Ssh kdovanie pouva, take krde vho hesla nehroz."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Chcete dovoli pripojenia cez telnet ? Toto je vemi nebezpen.\n"
-"Silne doporuujeme Tu odpoveda NIE a poui ssh ako nhradu \n"
-"za telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Chcete pouva FTP server dosiahnuten cez internet ? Ak no, vemi \n"
-"doporuujeme aby ste pouvali iba anonymn prenosy. Akkovek heslo\n"
-"zaslan FTP serveru me by ukradnut, pretoe FTP pri prenose hesiel\n"
-"nepouva kdovanie.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Mte spusten mail server ? Ak pouvate textov e-mail\n"
-"klieny ako pine, alebo mutt, tak asi mte. V opanom prpade\n"
-"by ste tto slubu mali vypn.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Mte spusten POP alebo IMAP sluby? Tieto mu by\n"
-"pouit pre prstup k e-mailovm schrnkam uvateov.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Vyzer to, e mte kernel verzie 2.2.x. Ak je vaa IP adresa\n"
-"automaticky nastavovan pri zmene prostredia (domov, praca)\n"
-"potrebujete dovoli tto monos. Je to tento prpad ?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"M v pota synchronizovan as voi inmu potau?\n"
-"Vinou sa tto sluba pouva v stredne vekch organizcich\n"
-"kli jednotnmu asu v logoch a podobne. Ak nie ste sas\n"
-"nieoho vieho a ete ste o takejto slube nepouli, \n"
-"pravdepodobne to nebudete potrebova."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Kofigurcia kompletn. Mm zapsa zmeny na disk ?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Nemem otvori %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Nemem otvori %s pre zpis: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Konfigurcia firewalu"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Prosm akajte, pripravujem intalciu"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Sieovy pota (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, SSH server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kancelria"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome stanica"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Nstroje pre v Palm Pilot alebo Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Pracovn stanica"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domain Name a Network Information Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kancelrske programy: editory (kword, abiword), tabukov procesory "
-"(kspread, gnumeric), pdf prehliadae, atd"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Nstroje pre audio: mp alebo midi prehrvae, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knihy a nvody pre Linux a Free Software"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE stanica"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, at"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimdia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Nstroje na mail, sprvy, web, prenos sborov, a chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Dtabzy"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL alebo MySQL databzov server"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Nstroje na jednoduch konfigurciu vho potaa"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimdia - Zvuk"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Pomcky"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentcia"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konzolov nstroje"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix mail server, Inn news server"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetov stanica"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedialna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfigurcia"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Viac grafickch prostred (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Enviroment, grafick prostredie s mnostvom pribalench programov"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafick prostredie"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache a Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Nstroje na vytvorenie a naplenie CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kancelrska stanica"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, at"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafick programy ako napr. The Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C a C++ vvojove kninice, programy a include sbory"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Sieov server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Mail/Groupware/Sprvy"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Hracia stanica"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Prehravae a editory videa"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimdia - Grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Zbavne programy: stolov, stratgie, at"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Nstroje na tanie a posielanie mailov a sprv (pine, mutt, tin..) a "
-"prehliadanie www"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Archivcia, emultory, monitorovanie"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Osobn financie"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "Grafick rozhranie s aplikciami a desktopovmi nstrojmi"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienty pre rzne protokoly vrtane ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Brna k internetu"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programy na prehrvanie/editovanie zvuku a videa"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "In grafick prostredia"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editory, shelly, sborove nstroje, terminly"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programy na sprvu vach financi, napr. gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Osobn informan manament"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimdia - CD napaovanie"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Vedeck stanica"
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid "About"
-#~ msgstr "O "
-
-#~ msgid " Help "
-#~ msgstr " Pomoc"
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Nemem pristupova k modulom jadra, ktor patria k Vmu jadru (chba "
-#~ "sbor %s)"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Zvote predvolen tlaiare"
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Aplikuj/Znovu nataj"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Teraz mete zada parametre pre modul %s."
-
-#~ msgid "mount failed"
-#~ msgstr "pripojenie zlyhalo "
-
-#~ msgid "Low"
-#~ msgstr "Slab"
-
-#~ msgid "Medium"
-#~ msgstr "Stredn"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr "V tejto rovni je viac varovan a kontroly."
-
-#~ msgid "Boot mode"
-#~ msgstr "Md tartu"
-
-#~ msgid "Export"
-#~ msgstr "Export"
-
-#~ msgid "click here"
-#~ msgstr "kliknite sem"
-
-#~ msgid ""
-#~ "This %s scanner uses parallel port, which is unsupported for the moment"
-#~ msgstr ""
-#~ "Tento %s skener pouva paraleln port, ktor ete nieje podporovan."
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux spravuje as v GMT a preklad ho na loklny\n"
-#~ "as s ohladom na asov znu, ktor ste zvolili."
-
-#~ msgid "Connect to Internet"
-#~ msgstr "Pripoji k internetu"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Odpoji od internetu"
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Konfigurcia sieovho pripojenia (LAN alebo internet)"
-
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Rozpoznan %s, elte si ho nastavi?"
-
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Prosm zvote tlaiare, ktor chcete nastavi"
-
-#~ msgid "Infos"
-#~ msgstr "Informcie"
-
-#~ msgid "Scanning available nfs shared resource"
-#~ msgstr "Hadm mon nfs zdroje"
-
-#~ msgid "Scanning available nfs shared resource of server %s"
-#~ msgstr "Hadm mon nfs zdroje na serveri %s"
-
-#~ msgid "Scanning available samba shared resource"
-#~ msgstr "Hadm mon samba zdroje"
-
-#~ msgid "Scanning available samba shared resource of server %s"
-#~ msgstr "Hadm mon samba zdroje na serveri %s"
-
-#~ msgid "Removable media"
-#~ msgstr "Vymeniten mdium"
-
-#~ msgid "Active"
-#~ msgstr "Aktvny"
-
-#~ msgid "No X"
-#~ msgstr "Nie X"
-
-#~ msgid "Base system only"
-#~ msgstr "Iba zkladn systm"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Bola zisten tlaiare, model \"%s\" na "
-
-#~ msgid "Local Printer Device"
-#~ msgstr "Loklne zariadenie tlaiarne"
-
-#~ msgid "Printer Device"
-#~ msgstr "Zariadenie tlaiarne"
-
-#~ msgid "Device/file name missing!"
-#~ msgstr "Chba zariadenie alebo meno sboru."
-
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Tlaiare na vzdialenom CUPS serveri"
-
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Tlaiare na vzdialenom serveri"
-
-#~ msgid " Linux "
-#~ msgstr " Linux"
-
-#~ msgid " System "
-#~ msgstr " Systm"
-
-#~ msgid " Other "
-#~ msgstr " In"
-
-#~ msgid " A Entire System "
-#~ msgstr " Cel Systm"
-
-#~ msgid "please choose your CD space"
-#~ msgstr "Prosm zvote priestor na CD"
-
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr " Prosm skontrolujte i pouvate CDRW mdium"
-
-#~ msgid " Tape "
-#~ msgstr " Pska"
-
-#~ msgid " Use .backupignore files"
-#~ msgstr "Poui sbory .backupignore"
-
-#~ msgid "Configure it"
-#~ msgstr "Nastav to"
-
-#~ msgid "on CDROM"
-#~ msgstr "na CDROM"
-
-#~ msgid "on Tape Device"
-#~ msgstr "na Pskov zariadenie"
-
-#~ msgid " Cancel "
-#~ msgstr " Zru"
-
-#~ msgid " Help "
-#~ msgstr " Pomoc"
-
-#~ msgid " Ok "
-#~ msgstr " Ok"
-
-#~ msgid " Next "
-#~ msgstr " Nasledujci"
-
-#~ msgid "close"
-#~ msgstr "zatvori"
diff --git a/perl-install/share/po/sl.po b/perl-install/share/po/sl.po
deleted file mode 100644
index f27bc3b16..000000000
--- a/perl-install/share/po/sl.po
+++ /dev/null
@@ -1,11880 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999 Mandrakesoft
-# Alen Salamun <alien@alienworld.org>, 2000.
-# (1938)
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2000-09-05 20:49+0200\n"
-"Last-Translator: Alen Salamun <alien@alienworld.org>\n"
-"Language-Team: Slovenian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:249
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafina kartica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Izberite grafino kartico"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Izberite strenik X"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "Strenik X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Izberite strenik X"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "Strenik X"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Katero nastavitev strenika XFree elite?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa kartica lahko uporablja strojno 3D pospeevanje, ampak samo z XFree %"
-"s.\n"
-"Vaa kartica je podprta s strani XFree %s, kjer je lahko bolja 2D podpora."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Vaa kartica lahko uporablja strojno 3D pospeevanje z XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s s strojnim 3D pospeevanjem"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Vaa kartica lahko uporablja strojno 3D pospeevanje z XFree %s,\n"
-"PODPORA JE E V RAZVOJU, RAUNALNIK SE LAHKO PRENEHA ODZIVATI."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s z RAZVOJNO strojno 3D pospeitvijo"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa kartica lahko uporablja strojno 3D pospeevanje, ampak samo z XFree %"
-"s,\n"
-"PODPORA JE E V RAZVOJU, RAUNALNIK SE LAHKO PRENEHA ODZIVATI.Vaa kartica "
-"je podprta s strani XFree %s, kjer je lahko bolja 2D podpora."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "Nastavitev XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Izberite velikost pomnilnika grafine kartice"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Izberite nastavitve strenika"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Izberite monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Kritina parametra sta: vertikalna osveitev (to je hitrost s katero je "
-"osveen celoten zaslon) in najbolj pomembna horizontalna osveitev (to je "
-"hitrost s katero so osveene vrstice).\n"
-"\n"
-"ZELO POMEMBNO je, da ne izberete monitorja z osveitvami, ki so izven "
-"sposobnosti vaega monitorja. S tem lahko pokodujete monitor!\n"
-"e ste v dvomih, izberite konservativno nastavitev."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontalna sinhronizacija"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikalna sinhronizacija"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor ni nastavljen"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafina kartica e ni nastavljena"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Loljivost e ni izbrana"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Pozor: testiranje te grafine kartice lahko povzroi neodzivanje raunalnika"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Preizkus nastavitev"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"poskusite spremeniti nekatere parametre"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Prilo je do napake:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Zapuam v %d sekundah"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Je to pravilna nastavitev?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Prilo je do napake, poskusite spremeniti nekatere parametre"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Loljivost"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Izberite loljivost in barvno globino"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafina kartica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "Strenik XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-#, fuzzy
-msgid "More"
-msgstr "Premakni"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "V redu"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Expert Mode"
-msgstr "Napredni nain"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Pokai vse"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Loljivosti"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Razpored tipkovnice: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tip mike: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Naprava mike: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Horizontalna frekvenca monitorja: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Vertikalna frekvenca monitorja: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafina kartica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Grafina kartica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafini pomnilnik: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Barvna globina: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Loljivost: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Strenik XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Gonilnik XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Priprava nastavitev X-Windows"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Kaj elite narediti?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Spremeni monitor"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Spremeni grafino kartico"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Spremeni nastavitve strenika"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Spremeni loljivost"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Pokai informacije"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testiraj ponovno"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Izhod"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Ohrani spremembe?\n"
-"Trenutna nastavitev:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X v zagonu"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Raunalnik lahko samodejno pri zagonu sistema zaene strenik X.\n"
-"elite zagnati strenik X pri zagonu?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Za uveljavitev sprememb, se ponovno prijavite v %s"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Odjavite se in nato pritisnite Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 barv (8 bitov)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tiso barv (15 bitov)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tiso barv (16 bitov)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 milijonov barv (24 bitov)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milijarde barv (32 bitov)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB ali ve"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standardni VGA, 640480 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "Zdruljiv z 8514, 1024768 @ 87 Hz prepleteno (brez 800600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024768 @ 87 Hz prepleteno, 800600 @ 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Razirjen Super VGA, 800600 @ 60 Hz, 640480 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Neprepleten SVGA, 1024768 @ 60 Hz, 800600 @ 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Visoko frekvenen SVGA, 1024768 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Monitor, ki zmore 12801024 @ 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Monitor, ki zmore 12801024 @ 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Monitor, ki zmore 12801024 @ 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor, ki zmore 16001200 @ 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor, ki zmore 16001200 @ 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Prvi sektor zagonskega razdelka"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor pogona (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "Namestitev SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Kam elite namestiti zagonski nalagalnik?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Namestitev LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr ""
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr ""
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-#, fuzzy
-msgid "Yaboot"
-msgstr "Korenski"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Glavne monosti zagonskega nalagalnika"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-#, fuzzy
-msgid "Bootloader to use"
-msgstr "Glavne monosti zagonskega nalagalnika"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Namestitev zagonskega nalagalnika"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Zagonska naprava"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne deluje z starejimi BIOS-i)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompaktno"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompaktno"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Grafini nain"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Pavza pred zaganjanjem privzete slike"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Geslo"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Geslo (ponovno)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Omejitev monosti ukazne vrstice"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "omeji"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Pri zagonu poisti /tmp"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Natanna velikost pomnilnika RAM, e je potrebno (najdenih %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Omogoi ve profilov"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Podajte velikost pomnilnika v MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Monost ``Omejitev monosti ukazne vrstice'' ni uporabna brez gesla"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Poskusite ponovno"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Gesla se ne ujemata"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr ""
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr ""
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr ""
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr ""
-
-#: ../../any.pm_.c:206
-#, fuzzy
-msgid "Default OS?"
-msgstr "Privzeto"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Tukaj so razlini vnosi.\n"
-"Lahko dodate e kaknega ali spremenite obstojeega"
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Konano"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr "Spremeni RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Kaken tip vnosa elite dodati?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Ostali OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Ostali OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Ostali OS (Okna...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Slika"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Korenski"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Pripni"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Branje-pisanje"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabela"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Tvegano"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Labela"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Privzeto"
-
-#: ../../any.pm_.c:326
-#, fuzzy
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr ""
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Odstrani vnos"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Prazna labela ni dovoljena"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Potrebujete razdelek swap"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ta labela je e uporabljena"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Najdenih %s %s vmesnikov"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Imate e kaknega?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Imate vmesnike %s?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Da"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Glejte informacije o strojni opremi"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Namestitev gonilnika za %s kartico %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Kateri %s gonilnik naj poizkusim?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"V nekaterih primerih potrebuje gonilnik %s za pravilno delovanje dodatne\n"
-" informacije. Lahko se zgodi, da deluje normalno tudi brez. elite navesti\n"
-"dodatne nastavitve zanj ali dovolite gonilniku da poskusi pridobiti "
-"potrebne\n"
-"informacije samodejno? Lahko se zgodi, da se raunalnik nepredvidoma "
-"ustavi,\n"
-"kar pa naj ne bi povzroilo nobene kode."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Samodejna zaznava"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Navedite nastavitve"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Sedaj lahko posredujete nastavitve za modul %s.\n"
-"Nastavitve so oblike ``ime=vrednost ime2=vrednost2 ...''.\n"
-"Na primer: ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Nastavitve modula:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Nalaganje modula %s je bilo neuspeno.\n"
-"elite poskusiti znova z drugimi parametri?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(e dodano %s)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Geslo je preve preprosto"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Vnesite uporabniko ime"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Uporabniko ime mora vsebovati samo male rke, tevilke, `-' in `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "To uporabniko ime je e dodano"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Dodaj uporabnika"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Vnesite uporabnika\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Sprejmi uporabnika"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Pravo ime"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Uporabniko ime"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Lupina"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Samodejna prijava"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Raunalnik lahko samodejno, po zagonu, v sistem prijavi uporabnika.\n"
-"e tega ne elite, pritisnite gumb preklii."
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Izberite privzetega uporabnika:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Izberite okenskega upravitelja, ki naj bo pognan:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr "Dodaj uporabnika"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-#, fuzzy
-msgid "Custom"
-msgstr "Prilagojeno"
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "Zaganjam X"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Izberite pakete, ki jih elite namestiti"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Preklii"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr ""
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr ""
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr ""
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "Privzeto"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Izberite nastavitve strenika"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Pozdravljeni v izbiralcu operacijskega sistema %s!\n"
-"\n"
-"Izberite operacijski sistem iz zgornjega seznama ali\n"
-"pocakajte %d sekund za prevzet zagon.\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Pozdravljeni v izbiralcu operacijskega sistema GRUB!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Uporabite tipke %c in %c za izbiro vnosa"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pritisnite enter za zagon izbranega OS, 'e' za urejevanje"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "ukazov pred zagonom ali 'c' za ukazno vrstico."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Izbran vnos bo zagnan samodejno cez %d sekund."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "premalo prostora v /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Namizje"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Meni Start"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kam elite namestiti zagonski nalagalnik?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "pomo e ni implementirana.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Nastavitev zagonskega stila"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Datoteka"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Datoteka/_Izhod"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:92
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Monitor"
-
-#: ../../bootlook.pm_.c:93
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Spremeni monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Zagon Aurore pri nalaganju sistema"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-#, fuzzy
-msgid "Configure"
-msgstr "Nastavitev X"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistemski nain"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Zagon sistema X-Windows pri zagonu sistema"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne, ne elim samodejne prijave"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Da, elim samodejno prijavo s tem uporabnikom"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "V redu"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "/etc/inittab ni mogoe odpreti za branje: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minut"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minuta"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekund"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Razdelkov ni ve mogoe dodati"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr ""
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr "Preklii"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr ""
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "Splono"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Namestiti"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Najprej naredite varnostno kopijo podatkov"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Pazljivo preberite!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"e nameravate uporabiti aboot, pustite dovolj prostega prostora (2048 "
-"sektorjev je dovolj)\n"
-"na zaetku diska"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Napaka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "arovnik"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Izberite akcijo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Imate velik FAT razdelek (ponavadi v uporabi\n"
-"DOS-a/Oken). Predlagamo vam, da najprej \n"
-"spremenite velikost tega razdelka (pritisnite\n"
-"nanj, nato pa pritisnite \"Spremeni velikost\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Kliknite na razdelek"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Podrobnosti"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "priklop neuspeen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Prazno"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Drugo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Tipi datotenih sistemov:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Ustvari"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tip"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Namesto tega uporabite ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Izbrii"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Najprej uporabite ``Odklopi''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Po spremembi tipa razdelka %s, bodo vsi podatki na tem razdelku izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Izberite akcijo"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Ustvarjanje novega razdelka"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Spremeni v napredni nain"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Spremeni v normalen nain"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Razveljavi"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Naj nadaljujem?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Zapri brez zapisovanja sprememb"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Zapri brez zapisovanja razdelitvene tabele?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Samodejno dodeljevanje"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Izbrii vse"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Prepoznavanje trdega diska"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Vsi primarni razdelki so uporabljeni"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Razdelkov ni ve mogoe dodati"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"e elite imeti ve razdelkov, enega izbriite, tako da bo mono ustvariti "
-"razirjen razdelek"
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "Zapii razdelitveno tabelo"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Reevanje razdelitvene tabele"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Reevanje razdelitvene tabele"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Reevanje razdelitvene tabele"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Izberite datoteko"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Velikost varnostne kopije zagonske tabele nima enake velikosti\n"
-"Naj nadaljujem?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Opozorilo"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Vstavite disketo v disketni pogon\n"
-"Vsi podatki na tej disketi bodo unieni"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Reevanje razdelitvene tabele"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "Pokai informacije"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Toka priklopa"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Monosti"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Spremeni velikost"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Premakni"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatiraj"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Priklopljeno"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Dodaj k RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-#, fuzzy
-msgid "Add to LVM"
-msgstr "Dodaj k RAID"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Odklopi"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Odstrani iz RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-#, fuzzy
-msgid "Remove from LVM"
-msgstr "Odstrani iz RAID"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Spremeni RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Uporabi za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Ustvarjanje novega razdelka"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Zaetni sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Velikost v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Tip datotenega sistema: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Toka priklopa:"
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Lastnosti:"
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatiranje loopback datoteko %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Spremeni tip razdelka"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kateri datoteni sistem elite?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kam elite priklopiti loopback datoteko %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kam elite priklopiti napravo %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Ne morem izklopiti toke priklopa, ker je ta razdelek uporabljen za "
-"loopback.\n"
-"Najprej odstranite loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Raunanje mej FAT datotenega sistema"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Spreminjanje velikosti"
-
-#: ../../diskdrake/interactive.pm_.c:609
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Kateremu razdeleku elite spremeniti velikost?"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Podatki na tem razdelku naj bodo arhivirani"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Po spremembi velikosti razdelka %s bodo vsi podatki na tem razdelku "
-"izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Izberite novo velikost"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Velikost v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Na kateri disk elite premakniti?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Na kateri sektor elite premakniti?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Premikanje"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Premikanje razdelka..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Izberite obstoje RAID za dodajanje"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "nov"
-
-#: ../../diskdrake/interactive.pm_.c:714
-#, fuzzy
-msgid "Choose an existing LVM to add to"
-msgstr "Izberite obstoje RAID za dodajanje"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Ta razdelek ne more biti uporabljen za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Ime loopback datoteke: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr "Pravo ime"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Datoteko e uporablja drug loopback, izberite drugo"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Datoteka e obstaja. Jo uporabim?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "Nastavitve modula:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "naprava"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "stopnja"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "velikost kosa"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Bodite previdni: Ta operacija je nevarna."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Kateri tip razdelitve?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Oprostite, vendar /boot ne morete ustvariti tako dale na pogonu (na "
-"cilinder > 1024).\n"
-"Ali boste uporabljali LILO, ki ne bo deloval ali pa ne boste uporabljali "
-"LILO, tako da /boot ne potrebujete"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Razdelek, ki ste ga izbrali kot korenskega (/), se fizino nahaja za\n"
-"1024-im cilindrom trdega diska in tudi razdelka /boot nimate.\n"
-"e nameravate uporabljati LILO, ne pozabite dodati /boot razdelka"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Za korenski (/) razdelek ste izbrali programski RAID razdelek.\n"
-"Nobeden zagonski nalagalnik ne bo deloval brez /boot razdelka.\n"
-"Ne pozabite dodati /boot razdelka"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Razdelitvena tabela pogona %s bo zapisana na disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Preden bodo obveljale spremembe morate ponovno zagnati raunalnik"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Po formatiranju razdelka %s bodo vsi podatki na tem razdelku izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatiranje"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiranje loopback datoteko %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiranje razdelka %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Premalo razpololjivega prostora za nov razdelek"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Premalo razpololjivega prostora za nov razdelek"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Loljivost: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Naprava:"
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "rka DOS pogona: %s (ugibanje)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Tip:"
-
-#: ../../diskdrake/interactive.pm_.c:1044
-#, fuzzy
-msgid "Name: "
-msgstr "Izberite strenik"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Zaetek: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Velikost: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorjev"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilinder %d do cilinder %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatirano\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Neformatirano\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Priklopljeno\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID ms%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Datoteka(e) loopback: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Prevzet zagonski razdelek\n"
-" (za zagon MS-DOS, ne za lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Stopnja %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Velikost kosa %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diski %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Datoteka loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Velikost: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindrov, %s glav, %s sektorjev\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Informacije: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, fuzzy, c-format
-msgid "LVM-disks %s\n"
-msgstr "RAID-diski %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tip razdelitvene tabele: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na vodilu %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Monosti: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Tip datotenega sistema: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Gesla se ne ujemata"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Spremeni tip razdelka"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "Kliknite na razdelek"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "Izberite strenik"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatiranje %s neuspeno"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Formatiranje %s s tipom %s ni poznano"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "napaka pri odklopu %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "preprosto"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "strenik"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "JFS ne morete uporabiti na razdelkih manjih od 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "ReiserFS ne morete uporabiti na razdelkih manjih od 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Toke priklopa se morajo zaeti z /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Razdelek s toko priklopa %s e obstaja\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr ""
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Da imenik bi naj ostal na korenskem datotenem sistemu"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Za to toko priklopa potrebujete pravi datoteni sistem(ext2, reiserfs)\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Za to toko priklopa potrebujete pravi datoteni sistem(ext2, reiserfs)\n"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Premalo razpololjivega prostora za nov razdelek"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Napaka pri odpiranju %s za pisanje: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Prilo je do napake - ni veljavnih naprav na katerih bi se lahko ustvaril "
-"nov datoteni sistem. Preverite strojno opremo za moen vzrok problema"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nimate razdelkov!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Sedaj lahko izberete servise, ki se naj zaenejo pri zagonu. Ko boste z\n"
-"miko nad servisom, se vam bo prikazal balonek s pomojo, ki opisuje\n"
-"vlogo posameznega servisa.\n"
-"\n"
-"Bodite posebej pozorni pri tem koraku, e boste raunalnik uporabljali kot\n"
-"strenik: verjetno ne boste eleli poganjati servisov, ki jih ne elite."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"Izberite \"Namestitev\", e nimate nameene e nobene razliice Mandrake "
-"Linux\n"
-"ali e elite uporabljati ve operacijskih sistemov.\n"
-"\n"
-"\n"
-"Izberite \"Nadgradnja\", e elite nadgraditi e obstojeo razliico "
-"Mandrake Linux.\n"
-"\n"
-"\n"
-"Glede na vae znanje o sistemu GNU/Linux, lahko izbirate med naslednjimi "
-"razredi namestitve ali nadgradnje\n"
-"operacijskega sistema Mandrake Linux:\n"
-"\n"
-"\t* Priporoeno: e niste e nikdar nameali operacijskega sistema GNU/"
-"Linux izberite to monost. Namestitev bo preprosta,\n"
-"\t odgovoriti boste morali samo na nekaj vpraanj.\n"
-"\n"
-"\n"
-"\t* Prilagojeno: e poznate operacijski sistem GNU/Linux, lahko izberete "
-"primarni namen uporabe (delovna postaja,\n"
-"\t strenik, razvoj) vaega sistema. Odgovoriti boste morali na ve "
-"vpraanj kot pri namestitvi \"Priporoeno\",\n"
-"\t tako da morate za izbiro te namestitvene monosti poznati operacijski "
-"sistem GNU/Linux.\n"
-" \n"
-"\n"
-"\t* Napredno: e zelo dobro poznate operacijski sistem GNU/Linux, lahko "
-"izberete to monost. Kot pri namestitvi \n"
-"\t \"Prilagojeno\", boste lahko tudi tukaj izbrali primarni namen uporabe "
-"(delovna postaja, strenik, razvoj). \n"
-"\t Bodite pazljivi pri izbiri te namestitve. Namestili boste posebej visoko "
-"prilagojeno namestitev.\n"
-"\t Odgovori na nekatera vpraanja so lahko teavni, e nimate dovolj znanja "
-"o sistemu GNU/Linux. Ne izberite\n"
-"\t tega razreda, razen e veste kaj ponete."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-#, fuzzy
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Izberite pravilna vrata. Npr: COM1 pod Okni so poimenovana ttyS0\n"
-"pod GNU/Linux-om."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (LInux LOader) in Grub sta zagonska nalagalnika. Omogoata zagon\n"
-"GNU/Linux-a ali kateregakoli drugega operacijskega sistema na vaem\n"
-"raunalniku. Ponavadi so drugi operacijski sistemi pravilno prepoznani in\n"
-"nameeni. V primeru, da ni tako, lahko tukaj rono dodate vnos. Pazljivo\n"
-"izberite pravilne parametre."
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Izberite kam elite zapisati\n"
-"informacije potrebne za zagon GNU/Linux-a.\n"
-"\n"
-"\n"
-"Razen, e natanno veste kaj delate, izberite \"Prvi sektor pogona (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX bo sedaj poskual poiskati PCI SCSI krmilnik(e). \n"
-"e bo najden kaken SCSI krmilnik in prepoznan gonilnik zanj, bo gonilnik\n"
-"samodejno nameen.\n"
-"\n"
-"\n"
-"e nimate SCSI krmilnikov ali imate ISA ali PCI SCSI krmilnik, ki ga DrakX\n"
-"ne prepozna, boste vpraani, e imate v sistemu kaken SCSI krmilnik. e v\n"
-"sistemu nimate SCSI krmilnikov pritisnite \"Ne\". e boste pritisnili \"Da\" "
-"se\n"
-"vam bo odprl seznam gonilnikov, iz katerega lahko izberete krmilnik.\n"
-"\n"
-"\n"
-"e boste rono izbrali gonilnik, vas bo DrakX vpraal e elite doloiti\n"
-"nastavitve zanj. Dovolite DrakX-u, da jih poskusi nastaviti samodejno.\n"
-"\n"
-"\n"
-"e tega ne boste izbrali, boste morali nastavitve vnesti sami. Poglejte v\n"
-"uporabniki prironik (poglavje 3, razdelek \"Collective informations on "
-"your hardware)\n"
-"za nasvete, kako pridobiti to informacijo iz dokumentacije strojne opreme,\n"
-"spletne strani proizvajalca (e imate dostop do internet-a) ali Microsoft "
-"Oken\n"
-"(e jih imate nameena)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Izberite strenik"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr ""
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Potrebujete korenski razdelek.\n"
-"Ustvarite nov razdelek (ali izberite obstojeega).\n"
-"Nato izberite ``Toka prikljuitve'' in jo nastavite na `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Potrebujete razdelek swap"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Nimate razdelka swap\n"
-"\n"
-"Naj vseeno nadaljujem?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Potrebujete razdelek swap"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Uporabi razpololjiv prostor"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Premalo razpololjivega prostora za nov razdelek"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Uporabi obstoje razdelek"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Na voljno ni nobenega obstojeega razdelka"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Uporabi razdelek Oken (Windows) za loopback"
-
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Kateri razdelek elite uporabiti za Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Izberite velikosti"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Velikost korenskega razdelka v MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Velikost razdelka swap v MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Uporabi razpololjiv prostor v razdelku Oken (Windows)"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kateremu razdeleku elite spremeniti velikost?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Raunanje mej datotenega sistema Oken (Windows)"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Spreminjalec velikosti FAT ne deluje na vaem razdelku, \n"
-"prilo je do naslednje napake: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Va razdelek Oken (Windows) je preve fragmentiran. Najprej poenite "
-"``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"OPOZORILO!\n"
-"\n"
-"DrakX bo sedaj spremenil velikost razdelku Oken (Windows). Bodite previdni:\n"
-"ta operacija je nevarna. e tega e niste opravili, konajte namestitev in\n"
-"zaenite scandisk pod Okni (e elite poenite e defrag), nato ponovno\n"
-"zaenite namestitev. Naredite tudi varnostno kopijo podatkov.\n"
-"e ste prepriani, pritisnite \"V redu\"."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "razdelek %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Spreminjanje velikosti FAT neuspeno: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Ni ve razdelkov FAT za spremembo velikosti ali uporabo kot loopback\n"
-"(ali premalo prostora)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Brisanje celotnega diska"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Odstranjevanje Oken(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Imate ve kot en trdi disk, na katerega elite namestiti Linux?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "VSI razdelki in podatki na disku %s bodo izgubljeni"
-
-#: ../../install_interactive.pm_.c:190
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "Uporabi obstoje razdelek"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Uporabi fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Sedej lahko ustvarjate/spreminjate razdelke na %s.\n"
-"Po konanem delu ne pozabite shraniti sprememb z ukazom `w'"
-
-#: ../../install_interactive.pm_.c:226
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Uporabi razpololjiv prostor v razdelku Oken (Windows)"
-
-#: ../../install_interactive.pm_.c:242
-#, fuzzy
-msgid "I can't find any room for installing"
-msgstr "Razdelkov ni ve mogoe dodati"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX-ov arovnik za razdelke je najdel naslednje reitve:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr ""
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Vklop omreja"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Izklop omreja"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Prilo je do napake, ki je sistem ne zna obdelati na lep nain.\n"
-"Nadaljujte na svojo odgovornost."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Podvojena toka priklopa %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Nekateri pomembni paketi niso bili ustrezno nameeni.\n"
-"Verjetno imate povarjen CD medij ali pogon CD-ROM.\n"
-"Preverite medij na raunlaniku z Linux-om z uporabo ukaza \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Pozdravljeni v %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Na voljno ni nobenega disketnega pogona"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Vstop v korak `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Izberite kartico"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:243
-#, fuzzy
-msgid "Percentage of packages to install"
-msgstr "Izberite kartico"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Razliica: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Velikost: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:422
-#, fuzzy
-msgid "The following packages are going to be installed"
-msgstr "Izberite kartico"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Namestiti"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Shrani na disketo"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "Izhod iz namestitve"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Izberite pakete, ki jih elite namestiti"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Nameanje"
-
-#: ../../install_steps_gtk.pm_.c:509
-#, fuzzy
-msgid "Estimating"
-msgstr "Zaganjam X"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Preostal as "
-
-#: ../../install_steps_gtk.pm_.c:528
-#, fuzzy
-msgid "Please wait, preparing installation"
-msgstr "Priprava namestitbe"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Nameanje paketa %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#, fuzzy
-msgid "Refuse"
-msgstr "Spremeni velikost"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Naj vseeno nadaljujem?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Izberite kartico"
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:224
-#, fuzzy
-msgid "Which installation class do you want?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../install_steps_interactive.pm_.c:226
-#, fuzzy
-msgid "Install/Update"
-msgstr "Namestiti"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Priporoeno"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Napredno"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Izberite pakete za namestitev"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-#, fuzzy
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Nastavitev kartic PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-#, fuzzy
-msgid "Configuring IDE"
-msgstr "Nastavitev zaslona"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:327
-#, fuzzy
-msgid "no available partitions"
-msgstr "Zaganjam X"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:338
-#, fuzzy
-msgid "Choose the mount points"
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:396
-#, fuzzy
-msgid "Root Partition"
-msgstr "Zaganjam X"
-
-#: ../../install_steps_interactive.pm_.c:397
-#, fuzzy
-msgid "What is the root partition (/) of your system?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:435
-#, fuzzy
-msgid "Choose the partitions you want to format"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:462
-#, fuzzy
-msgid "Formatting partitions"
-msgstr "Zaganjam X"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Complete (%dMB)"
-msgstr "Obiajni DAC"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:515
-#, fuzzy, c-format
-msgid "Recommended (%dMB)"
-msgstr "Obiajni DAC"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Obnovi z diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Obnovi z diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Shrani na disketo"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Priprava namestitbe"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:842
-#, fuzzy
-msgid "Post-install configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:967
-#, fuzzy
-msgid "Which is your timezone?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1015
-#, fuzzy
-msgid "No printer"
-msgstr "Odstrani vnos"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Imate e kaknega?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-#, fuzzy
-msgid "Mouse"
-msgstr "Premakni"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-#, fuzzy
-msgid "Printer"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Nastavitev gesla root"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1136
-#, fuzzy
-msgid "NIS Server"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1187
-#, fuzzy
-msgid "First floppy drive"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1188
-#, fuzzy
-msgid "Second floppy drive"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Preskok"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-#, fuzzy
-msgid "Sorry, no floppy drive available"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1212
-#, fuzzy
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Izberite strenik"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-#, fuzzy
-msgid "Do you want to use aboot?"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Namestitev zagonskega nalagalnika"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1361
-#, fuzzy
-msgid "Automated"
-msgstr "Prilagojeno"
-
-#: ../../install_steps_interactive.pm_.c:1361
-#, fuzzy
-msgid "Replay"
-msgstr "Naloi ponovno"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr ""
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr ""
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Izberite akcijo"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Informacije"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Monosti: %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr ""
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr ""
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr ""
-
-#: ../../keyboard.pm_.c:231
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "Izberite tipkovnico"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr ""
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Tabela"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Izberite tipkovnico"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr ""
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr ""
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Kroni priklopi %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr ""
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr ""
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr ""
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr ""
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr ""
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Splono"
-
-#: ../../mouse.pm_.c:46
-#, fuzzy
-msgid "Wheel"
-msgstr "stopnja"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr ""
-
-#: ../../mouse.pm_.c:55
-#, fuzzy
-msgid "Mouse Systems"
-msgstr "Tip mike: %s\n"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr ""
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr ""
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr ""
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr ""
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr ""
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr ""
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ni"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Preizkusite miko"
-
-#: ../../mouse.pm_.c:500
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Preizkusite miko"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-#, fuzzy
-msgid "Connect to the Internet"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:37
-#, fuzzy
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-#, fuzzy
-msgid "Choose the network interface"
-msgstr "Izberite kartico"
-
-#: ../../network/ethernet.pm_.c:93
-#, fuzzy
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-#, fuzzy
-msgid "Configuring network"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Napredni nain"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "What kind is your ISDN connection?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-#, fuzzy
-msgid "ISDN Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Preizkus nastavitev"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:189
-#, fuzzy
-msgid "Which protocol do you want to use ?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-#, fuzzy
-msgid "Which is your ISDN card ?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-
-#: ../../network/modem.pm_.c:39
-#, fuzzy
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../network/modem.pm_.c:44
-#, fuzzy
-msgid "Dialup options"
-msgstr "Izberite strenik"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-#, fuzzy
-msgid "Connection name"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr ""
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-#, fuzzy
-msgid "Login ID"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr ""
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr ""
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Izberite strenik"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr "Nastavitev RAMDAC"
-
-#: ../../network/netconnect.pm_.c:34
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr "Nastavitev zaslona"
-
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Nastavitev omreja"
-
-#: ../../network/netconnect.pm_.c:50
-#, fuzzy
-msgid "Internet connection & configuration"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Nastavitev RAMDAC"
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr "Nastavitev RAMDAC"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-#, fuzzy
-msgid "Network Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:167
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Izberite privzetega uporabnika:"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Nastavitev RAMDAC"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Podvojena toka priklopa %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "Cable connection"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, fuzzy
-msgid "LAN connection"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "Izberite strenik"
-
-#: ../../network/netconnect.pm_.c:233
-#, fuzzy
-msgid "Do you want to start the connection at boot?"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Network configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid "Configuring network device %s"
-msgstr "Nastavitev RAMDAC"
-
-#: ../../network/network.pm_.c:307
-#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "Gonilnik XFree86: %s\n"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr ""
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr ""
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr ""
-
-#: ../../network/network.pm_.c:311
-#, fuzzy
-msgid "Automatic IP"
-msgstr "Prilagojeno"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr ""
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-
-#: ../../network/network.pm_.c:366
-#, fuzzy
-msgid "DNS server"
-msgstr "Izberite strenik"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-#, fuzzy
-msgid "Gateway device"
-msgstr "Zagonska naprava"
-
-#: ../../network/network.pm_.c:381
-#, fuzzy
-msgid "Proxies configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr ""
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr ""
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr ""
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr ""
-
-#: ../../network/tools.pm_.c:39
-#, fuzzy
-msgid "Internet configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/tools.pm_.c:40
-#, fuzzy
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Nastavitev RAMDAC"
-
-#: ../../network/tools.pm_.c:50
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr ""
-
-#: ../../network/tools.pm_.c:52
-#, fuzzy
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr "Nastavitev zaslona"
-
-#: ../../network/tools.pm_.c:76
-#, fuzzy
-msgid "Connection Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr ""
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr ""
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr ""
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr ""
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr ""
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr ""
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "Izberite strenik"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "Izberite strenik"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "Izberite tipkovnico"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr ""
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Nastavitev zaslona"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr ""
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "priklop neuspeen: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr ""
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr ""
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr ""
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr ""
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr ""
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr ""
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:27
-#, fuzzy
-msgid "nice"
-msgstr "Preklic"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr ""
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr ""
-
-#: ../../printer.pm_.c:48
-#, fuzzy
-msgid "Remote printer"
-msgstr "Odstrani vnos"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Izberite strenik"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Izberite strenik"
-
-#: ../../printer.pm_.c:51
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Izberite strenik"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr ""
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Izberite strenik"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Izberite strenik"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "Tiskalnik"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Odstrani vnos"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "razdelek %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modul %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Izberite strenik"
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Privzeto)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:87
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-#, fuzzy
-msgid "Port"
-msgstr "Formatiraj"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Nastavitev zagonskega stila"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "Tiskalnik"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "Podvojena toka priklopa %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Tiskalnik"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "Nameanje paketa %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "Nameanje paketa %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:704
-#, fuzzy
-msgid "SMB server host"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:705
-#, fuzzy
-msgid "SMB server IP"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-#, fuzzy
-msgid "Printer Server"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-#, fuzzy
-msgid "Printer Device URI"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1006
-#, fuzzy
-msgid "Description"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Kateri tip razdelka elite?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "Testiraj ponovno"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Premakni"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Izklop omreja"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Izklop omreja"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "Nastavitev RAMDAC"
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Nastavitev omreja"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor ni nastavljen"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Nastavitev tiskalnika"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "Nameanje paketa %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-#, fuzzy
-msgid "Printer options"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Nastavitev tiskalnika"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Xconfigurator bo zdaj zagnal X in preveril nastavitve."
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Tiskalnik"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Tukaj so razlini vnosi.\n"
-"Lahko dodate e kaknega ali spremenite obstojeega"
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Tukaj so razlini vnosi.\n"
-"Lahko dodate e kaknega ali spremenite obstojeega"
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Nastavitev omreja"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Obiajni DAC"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "Izberite strenik"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "Odstrani vnos"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Odstrani vnos"
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Formatiraj"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Samodejna prijava"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Geslo"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Nastavitev gesla root"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Gesla se ne ujemata"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr ""
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr ""
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr ""
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr ""
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr ""
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "Zagon sistema X-Windows pri zagonu sistema"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr ""
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "Izberite strenik"
-
-#: ../../services.pm_.c:123
-#, fuzzy
-msgid "Internet"
-msgstr "Nastavitev zaslona"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "Sistemski nain"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Odstrani vnos"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "Izberite strenik"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "naprava"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "running"
-msgstr "Opozorilo"
-
-#: ../../services.pm_.c:198
-#, fuzzy
-msgid "stopped"
-msgstr "Pripni"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-
-#: ../../services.pm_.c:224
-#, fuzzy
-msgid "On boot"
-msgstr "Korenski"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "Meni Start"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Preizkus nastavitev"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Vepredstavnost"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "Izberite strenik"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Napredno"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Nameanje paketa %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "Napaka"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Nastavitev zagonskega stila"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-#, fuzzy
-msgid "Congratulations!"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Namestiti"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr "Dodaj uporabnika"
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatiranje loopback datoteko %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Odstrani vnos"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Odstranjevanje Oken(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "Uporabniko ime"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Preizkusite miko"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Poskusite ponovno"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Poskusite ponovno"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "Nastavitev gesla root"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Kliknite na razdelek"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Preizkusite miko"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Tabela"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "Uporabniko ime"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "Prepoznavanje trdega diska"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "Uporabniko ime"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "stopnja"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "stopnja"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "Nastavitve modula:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Nastavitev datotenega sistema"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "Monosti"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Kateri strenik potrebujete?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Obnovi z diskete"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr "Drugo"
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Namestitev sistema"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "Obnovi iz datoteke"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "Obnovi iz datoteke"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Prilagojeno"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_Pomo"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "Meni Start"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "Obnovi iz datoteke"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "Izberite pakete za namestitev"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "Shrani v datoteko"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "Preizkusite miko"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Izberite kartico"
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Nastavitev datotenega sistema"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "Konano"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Priprava namestitbe"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr "omeji"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatiranje razdelkov"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "Toka priklopa"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr "Preklic"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Namestitev sistema"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "Izberite datoteko"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "Odstrani vnos"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Namestiti"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Izhod iz namestitve"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-#, fuzzy
-msgid "Internet Connection Sharing"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-#, fuzzy
-msgid "disable"
-msgstr "Tabela"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "reconfigure"
-msgstr "Nastavitev X"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-#, fuzzy
-msgid "enable"
-msgstr "Tabela"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:180
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:228
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor ni nastavljen"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Nastavitev zagonskega stila"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-#, fuzzy
-msgid "Firewalling configuration detected!"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:340
-#, fuzzy
-msgid "Configuring..."
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:378
-#, fuzzy, c-format
-msgid "Problems installing package %s"
-msgstr "Nameanje paketa %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:691
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Izberite strenik"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-
-#: ../../standalone/draknet_.c:80
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-#, fuzzy
-msgid "Profile: "
-msgstr "priklop neuspeen: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-#, fuzzy
-msgid "Hostname: "
-msgstr "Izberite strenik"
-
-#: ../../standalone/draknet_.c:168
-#, fuzzy
-msgid "Internet access"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:181
-#, fuzzy
-msgid "Type:"
-msgstr "Tip:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-#, fuzzy
-msgid "Gateway:"
-msgstr "Zagonska naprava"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ""
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Nastavitev servisov"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-#, fuzzy
-msgid "LAN configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Driver"
-msgstr "Izberite strenik"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "Interface"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "Meni Start"
-
-#: ../../standalone/draknet_.c:244
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "arovnik..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Preizkus nastavitev"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Connected"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-#, fuzzy
-msgid "Not connected"
-msgstr "Izberite strenik"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr ""
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-#, fuzzy
-msgid "LAN Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr ""
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr ""
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "Aktivno"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktivno"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Izberite strenik"
-
-#: ../../standalone/draknet_.c:588
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Izberite strenik"
-
-#: ../../standalone/draknet_.c:597
-#, fuzzy
-msgid "Connection type: "
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr ""
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr ""
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr ""
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr ""
-
-#: ../../standalone/drakxconf_.c:47
-#, fuzzy
-msgid "Control Center"
-msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#: ../../standalone/drakxconf_.c:48
-#, fuzzy
-msgid "Choose the tool you want to use"
-msgstr "Ali elite zdaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "Naloi ponovno"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:29
-#, fuzzy
-msgid "Please, choose your keyboard layout."
-msgstr "Izberite kartico"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-#, fuzzy
-msgid "Change Cd-Rom"
-msgstr "Spremeni loljivost"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-#, fuzzy
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Prikai samo za ta dan"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Datoteka/_Nova"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Datoteka/_Odpri"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Datoteka/_Shrani"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Datoteka/Shrani _kot"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Datoteka/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Monosti"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Monosti/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Pomo"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Pomo/_O pomoi..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "Uporabniko ime"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "sporoilo"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "ii"
-
-#: ../../standalone/logdrake_.c:185
-#, fuzzy
-msgid "A tool to monitor your logs"
-msgstr "Orodje za nadziranje log-ov"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Nastavitve"
-
-#: ../../standalone/logdrake_.c:191
-#, fuzzy
-msgid "matching"
-msgstr "ujemanje"
-
-#: ../../standalone/logdrake_.c:192
-#, fuzzy
-msgid "but not matching"
-msgstr "neujemanje"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Izberi datoteko"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Koledar"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Vsebina datoteke"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr "prosim poakaj, analiziram datoteko: %s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "naprava"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr "Formatiranje"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Shrani kot..."
-
-#: ../../standalone/mousedrake_.c:49
-#, fuzzy
-msgid "Please, choose the type of your mouse."
-msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr ""
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Izberite grafino kartico"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Zagonska naprava"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/tinyfirewall_.c:44
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Izberite jezik"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Izberite razred namestitve"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Prepoznavanje trdega diska"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Nastavitev mike"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Izberite tipkovnico"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Nastavitev datotenega sistema"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatiranje razdelkov"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Izberite pakete za namestitev"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Namestitev sistema"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Dodaj uporabnika"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Nastavitev omreja"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Nastavitev servisov"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Namestitev zagonskega nalagalnika"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Ustvarjanje zagonske diskete"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Nastavitev X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Namestitev sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Izhod iz namestitve"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Napaka pri odpiranju %s za pisanje: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Nastavitev zaslona"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Priprava namestitbe"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Izberite strenik"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office"
-msgstr "Preklic"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Vepredstavnost"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "elite preizkusiti nastavitev?"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Sound"
-msgstr "Vepredstavnost"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Documentation"
-msgstr "Nastavitve modula:"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Vepredstavnost"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Server"
-msgstr "strenik"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Izberite strenik"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Vepredstavnost"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Nastavitev zaslona"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - CD Burning"
-msgstr "Vepredstavnost"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Nastavitev zaslona"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "Priklopljeno"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#~ msgid "None"
-#~ msgstr "Ni"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "Izberite privzetega uporabnika:"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Odstrani vnos"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Sedaj lahko posredujete nastavitve za modul %s."
-
-#~ msgid "mount failed"
-#~ msgstr "priklop neuspeen"
-
-#, fuzzy
-#~ msgid "Art and Multimedia"
-#~ msgstr "Vepredstavnost"
-
-#~ msgid "Boot mode"
-#~ msgstr "Zagonski nain"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "Napredno"
-
-#, fuzzy
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "Sedaj lahko izberete asovno cono, glede na to kje ivite.\n"
-#~ "\n"
-#~ "\n"
-#~ "GNU/Linux uporablja as v formatu GMT ali \"Greenwich Mean Time\" in ga\n"
-#~ "prevede v lokalni as glede na izbrano asovno cono."
-
-#, fuzzy
-#~ msgid "Connect to Internet"
-#~ msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#, fuzzy
-#~ msgid "Disconnect from Internet"
-#~ msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#, fuzzy
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "Nastavitev RAMDAC"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "Na kateri disk elite premakniti?"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "Izberite kartico"
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr "Informacije"
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Nastavitev zaslona"
-
-#~ msgid "authentification"
-#~ msgstr "overjanje"
-
-#~ msgid "user"
-#~ msgstr "uporabnik"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "Ali elite sedaj zagnati ,X -probeonly`?"
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "Konaj"
-
-#~ msgid "Active"
-#~ msgstr "Aktivno"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "Ne"
-
-#, fuzzy
-#~ msgid "Printer Device"
-#~ msgstr "Izberite strenik"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Izberite strenik"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Izberite strenik"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "Linux"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "Sistemski nain"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr "Drugo"
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "Izberite kartico"
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "Kliknite na razdelek"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr "Tip:"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "Nastavitev X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "Izberite strenik"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "Preklii"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "V redu"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Premakni"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "Nastavitev RAMDAC"
-
-#, fuzzy
-#~ msgid "Closing your connection..."
-#~ msgstr "Nastavitev RAMDAC"
-
-#, fuzzy
-#~ msgid "The system is now disconnected."
-#~ msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "Izberite velikost, ki jo elite namestiti"
-
-#~ msgid "Total size: "
-#~ msgstr "Celotna velikost: "
-
-#~ msgid "Please wait, "
-#~ msgstr "Prosim poakajte, "
-
-#~ msgid "Total time "
-#~ msgstr "Skupen as"
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "Naj uporabim e obstojeo nastavitev X11?"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid "New"
-#~ msgstr "Nov"
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "Odstrani vnos"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "Kliknite na razdelek"
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "/etc/sysconfig/autologin ni mogoe odpreti za branje: %s"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unless you know specifically otherwise, the usual choice is \"/dev/hda\"\n"
-#~ "(primary master IDE disk) or \"/dev/sda\" (first SCSI disk)."
-#~ msgstr ""
-#~ "Razen e specifino veste drugae, je obiajna izbira \"/dev/hda\"\n"
-#~ " (primaren master IDE disk) ali \"/dev/sda\" (prvi SCSI disk)."
-
-#, fuzzy
-#~ msgid "Do you want to restart the network"
-#~ msgstr "elite preizkusiti nastavitev?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "elite preizkusiti nastavitev?"
-
-#, fuzzy
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "elite preizkusiti nastavitev?"
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Nastavitev zaslona"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "Izberite privzetega uporabnika:"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "Preizkusite miko"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "Izberite eljen jezik za namestitev in uporabo sistema."
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "Za nadaljevanje namestitve morate sprejeti pogoje zgornje licence.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kliknite na \"Sprejmem\", e se strinjate z pogoji.\n"
-#~ "\n"
-#~ "\n"
-#~ "Kliknite na \"Ne sprejmem\", e se ne strinjate z pogoji. Namestitev se "
-#~ "bo konala brez sprememb na sistemu."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "Izberite iz seznama razpored, ki ustreza vai tipkovnici"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "e elite, da bodo po namestitvi na voljo tudi drugi jeziki\n"
-#~ "(zraven jezika, ki ste ga izbrali na zaetku namestitve), jih izberite\n"
-#~ "s spodnjem seznamu. e elite izbrati vse pritisnite \"Vse\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "Izberite:\n"
-#~ "\n"
-#~ " - Prilagojeno: e ste dovolj seznanjeni z GNU/Linux-om lahko izberete\n"
-#~ " primaren namen uporabe sistema. Glejte spodaj za podrobnosti.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Napredno: Priporoeno samo e ste z GNU/Linux-om zelo dobro "
-#~ "seznanjeni\n"
-#~ " in elite opraviti visoko prilagojeno namestitev. Tudi tukaj boste "
-#~ "lahko\n"
-#~ " izbrali primaren namen uporabe sistema.\n"
-#~ " IZBERITE TO MONOST, E RESNINO VESTE KAJ DELATE!"
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "\t* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ "\t at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ "\t will then have a complete collection of software installed in order "
-#~ "to compile, debug and format source code,\n"
-#~ "\t or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ "\t SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ "\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "Sedaj morate izbrati namen uporabe sistema. Monosti so:\n"
-#~ "\n"
-#~ "\t* Delovna postaja: izberite, e boste uporabljali sistem predvsem za "
-#~ "vsakodnevno uporabo\n"
-#~ "\t doma ali v pisarni.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Razvoj: e boste sistem uporabljali predvsem za razvoj programske "
-#~ "opreme, je to dobra izbira. Nameena\n"
-#~ "\t bo celotna zbirka programske opreme za prevajanje, razhroevanje in "
-#~ "oblikovanje izvorne kode in\n"
-#~ "\t ustvarjanje programskih paketov.\n"
-#~ "\n"
-#~ "\n"
-#~ "\t* Strenik: e boste sistem uporabljali kot strenik, je to dobra "
-#~ "izbira. Namestili boste lahko datoteni\n"
-#~ "\t strenik (NFS ali SMB), tiskalniki strenik (Unix ali Microsoft "
-#~ "Okna), overitveni strenik (NIS), podatkovni\n"
-#~ "\t strenik itd.. Ne priakuje namestitve nobenih dodatnih stvari (KDE, "
-#~ "GNOME, ipd.)."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now select the group of packages you wish to\n"
-#~ "install or upgrade.\n"
-#~ "\n"
-#~ "\n"
-#~ "DrakX will then check whether you have enough room to install them all. "
-#~ "If not,\n"
-#~ "it will warn you about it. If you want to go on anyway, it will proceed "
-#~ "onto the\n"
-#~ "installation of all selected groups but will drop some packages of "
-#~ "lesser\n"
-#~ "interest. At the bottom of the list you can select the option \n"
-#~ "\"Individual package selection\"; in this case you will have to browse "
-#~ "through\n"
-#~ "more than 1000 packages..."
-#~ msgstr ""
-#~ "Sedaj lahko izberete skupino paketov, ki jih elite\n"
-#~ "namestiti ali nadgraditi\n"
-#~ "\n"
-#~ "DrakX bo nato preveril ali je za celotno namestitev na voljo dovolj "
-#~ "prostora\n"
-#~ "V primeru, da prostora ne bo dovolj, boste obveeni. e boste kljub\n"
-#~ "temu nadaljevali, se bo namestitev nadaljevala z izbranimi paketi, "
-#~ "vendar\n"
-#~ "bodo nekateri manj pomembni izpueni. e boste na dnu seznama izbrali "
-#~ "monost\n"
-#~ "\"Izbira posameznih paketov\", boste lahko izbirali med ve kot 1000 "
-#~ "paketi..."
-
-#, fuzzy
-#~ msgid ""
-#~ "If you have all the CDs in the list above, click Ok. If you have\n"
-#~ "none of those CDs, click Cancel. If only some CDs are missing, unselect "
-#~ "them,\n"
-#~ "then click Ok."
-#~ msgstr ""
-#~ "e imate vse CD-je iz spodnjega seznama, pritisnite 'V redu'.\n"
-#~ "e nimate nobenega CD-ja iz spodnjega seznama, pritisnite 'Preklii'.\n"
-#~ "e nekateri CD-ji manjkajo, jih odizberite, nato pritisnite 'V redu'."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, the correct informations can "
-#~ "be\n"
-#~ "obtained from your Internet Service Provider."
-#~ msgstr ""
-#~ "Sedaj lahko vnesete monosti omreja na klic. e niste prepriani kaj "
-#~ "vnesti,\n"
-#~ "dobite pravilne informacije pri vaem ponudniku internet-a."
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now configure your network device.\n"
-#~ "\n"
-#~ " * IP address: if you don't know or are not sure what to enter, ask "
-#~ "your network administrator.\n"
-#~ " You should not enter an IP address if you select the option "
-#~ "\"Automatic IP\" below.\n"
-#~ "\n"
-#~ " * Netmask: \"255.255.255.0\" is generally a good choice. If you don't "
-#~ "know or are not sure what to enter,\n"
-#~ " ask your network administrator.\n"
-#~ "\n"
-#~ " * Automatic IP: if your network uses BOOTP or DHCP protocol, select "
-#~ "this option. If selected, no value is needed in\n"
-#~ " \"IP address\". If you don't know or are not sure if you need to "
-#~ "select this option, ask your network administrator."
-#~ msgstr ""
-#~ "Vnesite:\n"
-#~ "\n"
-#~ " - Naslov IP: e ga ne poznate, povpraajte vzdrevalca vaega omreja.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Omrena maska: \"255.255.255.0\" je ponavadi pravilna izbira. e "
-#~ "niste\n"
-#~ "prepriani, povpraajte vzdrevalca omreja.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Samodejni IP: izberite to monost, e v omreju uporabljate protokol\n"
-#~ "BOOTP ali DHCP. Pri izbiri te monosti ni potrebno vnesti \"Naslov IP\". "
-#~ "e\n"
-#~ "niste prepriani, povpraajte vzdrevalca vaega omreja.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "You may now enter your host name if needed. If you\n"
-#~ "don't know or are not sure what to enter, ask your network administrator."
-#~ msgstr ""
-#~ "e vae omreje uporablja NIS, izberite \"Uporabi NIS\". e niste "
-#~ "prepriani,\n"
-#~ "povpraajte vzdrevalca vaega omreja."
-
-#~ msgid ""
-#~ "You may now enter dialup options. If you're not sure what to enter, the\n"
-#~ "correct information can be obtained from your ISP."
-#~ msgstr ""
-#~ "Sedaj lahko vnesete monosti omreja na klic. e niste prepriani kaj "
-#~ "vnesti,\n"
-#~ "dobite pravilne informacije pri vaem ponudniku internet-a."
-
-#~ msgid ""
-#~ "If you will use proxies, please configure them now. If you don't know if\n"
-#~ "you should use proxies, ask your network administrator or your ISP."
-#~ msgstr ""
-#~ "e boste uporabljali strenik proxy, ga sedaj nastavite. e niste "
-#~ "prepriani\n"
-#~ "ali naj ga uporabljate, povpraajte vaega ponudnika internet-a."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can install cryptographic package if your internet connection has "
-#~ "been\n"
-#~ "set up correctly. First choose a mirror where you wish to download "
-#~ "packages and\n"
-#~ "after that select the packages to install.\n"
-#~ "\n"
-#~ "\n"
-#~ "Note you have to select mirror and cryptographic packages according\n"
-#~ "to your legislation."
-#~ msgstr ""
-#~ "Paket za kriptografijo lahko namestite, e ste pravilno namestili "
-#~ "povezavo v\n"
-#~ "internet. Najprej izberite zrcalni strenik iz katerega elite prenesti\n"
-#~ "pakete, nato izberite pakete, katere elite namestiti.\n"
-#~ "\n"
-#~ "Zrcalni strenik in pakete izberite v skladu z vao zakonodajo."
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "Sedaj lahko vnesete geslo root za va sistem Mandrake Linux\n"
-#~ "Geslo morate vnesti dvakrat, da se preveri identinost obeh\n"
-#~ "vnosov.\n"
-#~ "\n"
-#~ "Uporabnik root je administrator sistema in edini uporabnik, ki lahko\n"
-#~ "spreminja nastavitev sistema. Zato izberite geslo posebej pazljivo!\n"
-#~ "Neavtorizirana uporaba rauna root je lahko zelo nevarna za integriteto\n"
-#~ "vaega sistema in podatkov, ter ostalih sistemov povezanih nanj. Geslo "
-#~ "naj\n"
-#~ "bo sestavljeno iz alfanumerinih znakov in dolgo vsaj 8 znakov. NIKOLI "
-#~ "ga\n"
-#~ "nikamor ne zapisujte. Ne izberite predolgega ali preve kompliciranega\n"
-#~ "gesla, da ga ne boste pozabili!"
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "Sedaj lahko ustvarite enega ali ve \"navadnih\" uporabnikih raunov.\n"
-#~ "Ustvarite lahko enega ali ve raunov za vsako osebo, ki ji boste "
-#~ "dovolili\n"
-#~ "uporabo raunalnika. Vsak uporabnik bo imel svoje lastnosti (grafino\n"
-#~ "okolje, nastavitve programov itd.) in svoj \"doma imenik\", v katerem "
-#~ "bodo\n"
-#~ "te lastnosti shranjene.\n"
-#~ "\n"
-#~ "Najprej ustvarite raun zase! Tudi e boste edin uporabnik sistema, se "
-#~ "NE\n"
-#~ "PRIJAVLJAJTE kot root za vsakodnevna opravila. To bi bil velik varnosti\n"
-#~ "riziko, saj je neuporabnost sistema lahko oddaljena samo eno tipkarsko\n"
-#~ "napako!\n"
-#~ "\n"
-#~ "Zato se prijavljajte v sistem z uporabnikim raunom, ki ga boste "
-#~ "ustvarili\n"
-#~ "tukaj. Kot root se prijavite samo za administracijske in vzdrevalne "
-#~ "namene."
-
-#, fuzzy
-#~ msgid ""
-#~ "LILO and grub main options are:\n"
-#~ " - Boot device: Sets the name of the device (e.g. a hard disk\n"
-#~ "partition) that contains the boot sector. Unless you know specifically\n"
-#~ "otherwise, choose \"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video mode: This specifies the VGA text mode that should be selected\n"
-#~ "when booting. The following values are available: \n"
-#~ "\n"
-#~ " * normal: select normal 80x25 text mode.\n"
-#~ "\n"
-#~ " * <number>: use the corresponding text mode.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories\n"
-#~ "stored in \"/tmp\" when you boot your system, select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the\n"
-#~ "BIOS about the amount of RAM present in your computer. As consequence, "
-#~ "Linux may\n"
-#~ "fail to detect your amount of RAM correctly. If this is the case, you "
-#~ "can\n"
-#~ "specify the correct amount or RAM here. Please note that a difference of "
-#~ "2 or 4\n"
-#~ "MB between detected memory and memory present in your system is normal."
-#~ msgstr ""
-#~ "Glavne monosti LILO in Grub so:\n"
-#~ " - Zagonska naprava: Ime naprave (npr. razdelka na trdem disku\n"
-#~ "ki vsebuje zagonski sektor. Razen, e specifino veste drugae izberite\n"
-#~ "\"/dev/hda\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Pavza pred zagonom prevzete slike: as v desetinkah sekunde, ki ga "
-#~ "naj\n"
-#~ "zagonski nalagalnik aka, preden zane zaganjati prvo sliko.\n"
-#~ "Ta monost je uporabna za sisteme, ki takoj po prepoznani tipkovnici\n"
-#~ "zanejo zaganjati sistem. Zagonski nalagalnik ne aka, e pavza ni "
-#~ "doloena\n"
-#~ "ali e je vrednost postavljena na ni.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Video nain: Tekstoven nain VGA, ki naj bo izbran ob zagonu. Na "
-#~ "voljo\n"
-#~ "so naslednje vrednosti: \n"
-#~ " * normal: normalen tekstoven nain 80x25.\n"
-#~ " * <tevilka>: uporabi ustrezen tekstoven nain."
-
-#~ msgid ""
-#~ "SILO is a bootloader for SPARC: it is able to boot\n"
-#~ "either GNU/Linux or any other operating system present on your computer.\n"
-#~ "Normally, these other operating systems are correctly detected and\n"
-#~ "installed. If this is not the case, you can add an entry by hand in this\n"
-#~ "screen. Be careful as to choose the correct parameters.\n"
-#~ "\n"
-#~ "\n"
-#~ "You may also want not to give access to these other operating systems to\n"
-#~ "anyone, in which case you can delete the corresponding entries. But\n"
-#~ "in this case, you will need a boot disk in order to boot them!"
-#~ msgstr ""
-#~ "SILO je SPARC zagonski nalagalnik: omogoa zagon\n"
-#~ "GNU/Linux-a ali kateregakoli drugega operacijskega sistema na vaem\n"
-#~ "raunalniku. Ponavadi so drugi operacijski sistemi pravilno prepoznani "
-#~ "in\n"
-#~ "nameeni. V primeru, da ni tako, lahko tukaj rono dodate vnos. "
-#~ "Pazljivo\n"
-#~ "izberite pravilne parametre.\n"
-#~ "\n"
-#~ "\n"
-#~ "Lahko drugim tudi prepreite dostop do ostalih operacijskih sistemov. V\n"
-#~ "tem primeru izbriite odgovarjajoe vnose, vendar boste za njihov zagon\n"
-#~ "kasneje potrebovali zagonsko disketo!"
-
-#~ msgid ""
-#~ "SILO main options are:\n"
-#~ " - Bootloader installation: Indicate where you want to place the\n"
-#~ "information required to boot to GNU/Linux. Unless you know exactly\n"
-#~ "what you are doing, choose \"First sector of drive (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Delay before booting default image: Specifies the number in tenths\n"
-#~ "of a second the boot loader should wait before booting the first image.\n"
-#~ "This is useful on systems that immediately boot from the hard disk after\n"
-#~ "enabling the keyboard. The boot loader doesn't wait if \"delay\" is\n"
-#~ "omitted or is set to zero."
-#~ msgstr ""
-#~ "Glavne monosti SILO so:\n"
-#~ " - Namestitev zagonskega nalagalnika: Izberite kam elite zapisati\n"
-#~ "informacije potrebne za zagon GNU/Linux-a. Razen, e natanno veste\n"
-#~ "kaj delate, izberite \"Prvi sektor pogona (MBR)\".\n"
-#~ "\n"
-#~ "\n"
-#~ " - Pavza pred zagonom prevzete slike: as v desetinkah sekunde, ki ga "
-#~ "naj\n"
-#~ "zagonski nalagalnik aka, preden zane zaganjati prvo sliko.\n"
-#~ "Ta monost je uporabna za sisteme, ki takoj po prepoznani tipkovnici\n"
-#~ "zanejo zaganjati sistem. Zagonski nalagalnik ne aka, e pavza ni "
-#~ "doloena\n"
-#~ "ali e je vrednost postavljena na ni."
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "Sedaj je as za nastavitev sistema X Windows, ki je jedro grafinega\n"
-#~ "sistema GNU/Linux. Nastaviti morate grafino kartico in monitor. Veina\n"
-#~ "korakov je samodejnih, tako da boste verjetno morali samo preveriti\n"
-#~ "kaj je bilo narejeno in sprejeti nastavitve :)\n"
-#~ "\n"
-#~ "\n"
-#~ "Po konani nastavitvi, se bo zagnal sistem X (razen, e niste tega\n"
-#~ "onemogoili v DrakX), tako da boste lahko preverili e so vse nastavitve\n"
-#~ "pravilne. e nastavitve ne bodo pravilne, jih lahko ponovno spremenite\n"
-#~ "kolikokrat bo pa potrebno."
-
-#~ msgid ""
-#~ "If something is wrong in X configuration, use these options to correctly\n"
-#~ "configure the X Window System."
-#~ msgstr ""
-#~ "e je v nastavitvah sistema X kaj narobe, uporabite te monosti za "
-#~ "pravilno\n"
-#~ "nastavitev sistema X Windows."
-
-#~ msgid ""
-#~ "If you prefer to use a graphical login, select \"Yes\". Otherwise, "
-#~ "select\n"
-#~ "\"No\"."
-#~ msgstr ""
-#~ "e bi raji uporabljali grafino prijavljanje v sistem, izberite \"Da\". "
-#~ "Drugae\n"
-#~ "izberite \"Ne\"."
-
-#~ msgid ""
-#~ "Your system is going to reboot.\n"
-#~ "\n"
-#~ "After rebooting, your new Mandrake Linux system will load automatically.\n"
-#~ "If you want to boot into another existing operating system, please read\n"
-#~ "the additional instructions."
-#~ msgstr ""
-#~ "Sistem se bo ponovno zagnal.\n"
-#~ "\n"
-#~ "Po zagonu, se bo samodejno naloil va nov sistem Mandrake Linux.\n"
-#~ "e elite zagon drugega operacijskega sistema, preberite dodatna navodila."
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "Zapii /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr "Formatiraj vse"
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "Po formatiranju vseh razdelkov,"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "bodo vsi podatki na teh razdelkih izgubljeni"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "Tabela"
-
-#, fuzzy
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "Nastavitev RAMDAC"
-
-#, fuzzy
-#~ msgid "Choose"
-#~ msgstr "Premakni"
-
-#, fuzzy
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "Izberite strenik"
-
-#, fuzzy
-#~ msgid "fsck failed: "
-#~ msgstr "priklop neuspeen: "
-
-#~ msgid ""
-#~ "To enable a more secure system, you should select \"Use shadow file\" "
-#~ "and\n"
-#~ "\"Use MD5 passwords\"."
-#~ msgstr ""
-#~ "Za bolj varen sistem izberite \"Uporabi datoteko 'shadow'\" in\n"
-#~ "\"Uporabi gesla MD5\"."
-
-#~ msgid ""
-#~ "If your network uses NIS, select \"Use NIS\". If you don't know, ask "
-#~ "your\n"
-#~ "network administrator."
-#~ msgstr ""
-#~ "e vae omreje uporablja NIS, izberite \"Uporabi NIS\". e niste "
-#~ "prepriani,\n"
-#~ "povpraajte vzdrevalca vaega omreja."
-
-#, fuzzy
-#~ msgid "How do you want to connect to the Internet?"
-#~ msgstr "Kateri frekvenni ip (ang. clockchip) imate?"
-
-#~ msgid "Which bootloader(s) do you want to use?"
-#~ msgstr "Kateri zagonski nalagalnik elite uporabljati?"
-
-#~ msgid "Boot style configuration"
-#~ msgstr "Nastavitev zagonskega stila"
-
-#~ msgid "horizontal nice looking aurora"
-#~ msgstr "horizontalna aurora (lepi izgled)"
-
-#~ msgid "vertical traditionnal aurora"
-#~ msgstr "vertikalna tradicionalna aurora"
-
-#~ msgid "gMonitor"
-#~ msgstr "gMonitor"
-
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
-#, fuzzy
-#~ msgid ""
-#~ "You can now select some miscellaneous options for your system.\n"
-#~ "\n"
-#~ "* Use hard drive optimizations: this option can improve hard disk "
-#~ "performance but is only for advanced users. Some buggy\n"
-#~ " chipsets can ruin your data, so beware. Note that the kernel has a "
-#~ "builtin blacklist of drives and chipsets, but if\n"
-#~ " you want to avoid bad surprises, leave this option unset.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Choose security level: you can choose a security level for your system. "
-#~ "Please refer to the manual for complete\n"
-#~ " information. Basically, if you don't know what to choose, keep the "
-#~ "default option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Precise RAM if needed: unfortunately, there is no standard method to "
-#~ "ask the BIOS about the amount of RAM present in\n"
-#~ " your computer. As consequence, Linux may fail to detect your amount of "
-#~ "RAM correctly. If this is the case, you can\n"
-#~ " specify the correct amount or RAM here. Please note that a difference "
-#~ "of 2 or 4 MB between detected memory and memory\n"
-#~ " present in your system is normal.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Removable media automounting: if you would prefer not to manually mount "
-#~ "removable media (CD-Rom, floppy, Zip, etc.) by\n"
-#~ " typing \"mount\" and \"umount\", select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Clean \"/tmp\" at each boot: if you want delete all files and "
-#~ "directories stored in \"/tmp\" when you boot your system,\n"
-#~ " select this option.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Enable num lock at startup: if you want NumLock key enabled after "
-#~ "booting, select this option. Please note that you\n"
-#~ " should not enable this option on laptops and that NumLock may or may "
-#~ "not work under X."
-#~ msgstr ""
-#~ "Sedaj lahko izberete razline monosti sistema.\n"
-#~ "\n"
-#~ " - Uporabi optimizacijo za trde diske: ta monost lahko izbolja "
-#~ "delovanje\n"
-#~ " trdih diskov, vendar je samo za napredne uporabnike. Nekateri nabori\n"
-#~ " ipov z napakami lahko uniijo podatke, zato bodite pazljivi. Jedro\n"
-#~ " ima vgrajeno seznam pogonov in naborov, ki povzroajo probleme, "
-#~ "vendar\n"
-#~ " e se elite izogniti neprijetnim preseneenjem, pustite monost\n"
-#~ " neizbrano.\n"
-#~ "\n"
-#~ " - Izberite varnostno stopnjo: izberete lahko varnostno stopnjo\n"
-#~ " sistema. Za popolne informacije poglejte v navodila. Osnovno: \n"
-#~ " e neveste, izberite \"Srednja\".\n"
-#~ "\n"
-#~ " - Natanna velikost RAM-a. e je potrebno: naalost, je dananjem "
-#~ "svetu\n"
-#~ " PC raunalnikov ni standardne metode spraevanja BIOS-a za velikost\n"
-#~ " prisotnega pomnilnika. Zato lahko GNU/Linux nepravilno prepozna "
-#~ "velikost\n"
-#~ " pomnilnika. V tem primeru lahko tukaj podate pravilno velikost "
-#~ "pomnilnika.\n"
-#~ " Razlika za 2 ali 4 MB je normalna.\n"
-#~ "\n"
-#~ " - Samodejno priklapljanje odstranitvenih medijev: e ne elite rono\n"
-#~ " priklapljati odstranitvenih medijev (CD-ROM, diskete, Zip...) z "
-#~ "uporabo\n"
-#~ " ukazov \"mount\" in \"umount\", izberite to monost.\n"
-#~ "\n"
-#~ " - Omogoen NumLock pri zagonu: e elite NumLock omogoiti pri zagonu,\n"
-#~ " izberite to monost (Opozorilo: NumLock lahko pod sistemom X dela ali "
-#~ "ne\n"
-#~ " dela)."
-
-#~ msgid "Configure timezone"
-#~ msgstr "Nastavitev asovne cone"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Drugo"
-
-#~ msgid "Use diskdrake"
-#~ msgstr "Uporabi diskdrake"
-
-#, fuzzy
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Mandrake Linux "
-#~ "already installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose "
-#~ "this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Izberite \"Namestitev\", e nimate nameene e nobene razliice\n"
-#~ "GNU/Linux-a ali e elite uporabljati ve razlinih distribucij.\n"
-#~ "\n"
-#~ "Izberite \"Reevanje\", e elite reiti prejnjo razliico Linux-a "
-#~ "Mandrake:\n"
-#~ "%s ali %s.\n"
-#~ "\n"
-#~ "\n"
-#~ "Izberite:\n"
-#~ "\n"
-#~ " - Priporoen: e niste e nikdar nameali GNU/Linux-a, izberite to "
-#~ "monost.\n"
-#~ "\n"
-#~ " - Prilagojen: e ste dovolj seznanjeni z GNU/Linux-om, lahko izberete\n"
-#~ " primaren namen uporabe sistema. Glejte spodaj za podrobnosti.\n"
-#~ "\n"
-#~ " - Napreden: Priporoeno samo e ste z GNU/Linux-om zelo dobro "
-#~ "seznanjeni\n"
-#~ " in elite opraviti zelo prilagojeno namestitev. Tudi tukaj boste "
-#~ "lahko\n"
-#~ " izbrali primaren namen uporabe vaega sistema.\n"
-#~ " IZBERITE TO MONOST, E RESNINO VESTE KAJ DELATE!\n"
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Mandrake Linux system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In "
-#~ "other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, "
-#~ "partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is "
-#~ "selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "Na tej toki lahko izberete, katere razdeleke boste uporabili za "
-#~ "namestitev\n"
-#~ "sistema Mandrake Linux, e so e definirani (iz prejnjih namestitev GNU/"
-#~ "Linux\n"
-#~ "ali z drugimi orodji za razdelke). V drugih primerih je potrebo na trdem "
-#~ "disku\n"
-#~ "definirati razdelke. S tem razdelite kapaciteto trdega diska v loena "
-#~ "logina podroja.\n"
-#~ "\n"
-#~ "\n"
-#~ "e morate ustvariti nove razdelke, uporabite za samodejno ustvarjanje "
-#~ "razdelkov\n"
-#~ "GNU/Linux \"Samodejno alociranje\". Trdi disk izberete s pritiskom na "
-#~ "\"hda\"\n"
-#~ "za prvi IDE disk, \"hdb\" za drugi ali \"sda\" za prvi SCSI disk itd.\n"
-#~ "\n"
-#~ "Dva pogosta razdelka sta: korenski razdelek (/), ki je zaetna toka\n"
-#~ "zgradbe imenika datotenega sistema in /boot, ki vsebuje vse datoteke\n"
-#~ "potrebne za zagon operacijskega sistema, po vklopu raunalnika.\n"
-#~ "\n"
-#~ "\n"
-#~ "Ker so uinki tega koraka nepovratni, je lahko ustvarjanje razdelkov\n"
-#~ "za neizkuenega uporabnika nevarno in zastraujoe. DiskDrake vam\n"
-#~ "bo pri tem koraku karseda olajal delo. Preden nadaljujete si vzemite\n"
-#~ "as in poglejte dokumentacijo.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do vsake monosti lahko pridete z tipkami: med razdelki izbirate z\n"
-#~ "uporabo tipke Tab in puic Navzgor/Navzdol. Ko izberete razdelek "
-#~ "pritisnite:\n"
-#~ "\n"
-#~ "- Ctrl-c za ustvarjanje novega razdelka (e ste izbrali prazen razdelek)\n"
-#~ "\n"
-#~ "- Ctrl-d za brisanje razdelka\n"
-#~ "\n"
-#~ "- Ctrl-m za nastavitev toke priklopa\n"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Vsi, na novo ustvarjeni razdelki morajo biti pred uporabo formatirani\n"
-#~ "(formatiranje pomenu ustvarjanje datotenega sistema). Na tej toki\n"
-#~ "lahko ponovno formatirate obstojee razdelke, tako da bodo podatki, ki\n"
-#~ "jih vsebujejo izbrisani. Opozorilo: obstojeih razdelkov vam ni potrebno\n"
-#~ "ponovno formatirati, posebej, e vsebujejo datoteke ali podatke, ki jih "
-#~ "elite obdrati. Ponavadi sta to razdelka /home in /usr/local."
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "Izbrani paketi se sedaj nameajo. Ta operacija bo trajala nekaj\n"
-#~ "minut, razen e ste izbrali nadgradnjo obstojeega sistema, v tem\n"
-#~ "primeru lahko pretee ve asa celo preden se bo nadgradnja zaela."
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "e DrakX ni nael mike ali e elite preveriti izbiro, boste\n"
-#~ "sedaj spodaj videli seznam mik.\n"
-#~ "\n"
-#~ "\n"
-#~ "e se strinjate z nastavitvami DrakX, pritisnite 'V redu'.\n"
-#~ "Drugae lahko iz menija izberete miko, ki se bolje ujema z vao.\n"
-#~ "\n"
-#~ "\n"
-#~ "V primeru serijske mike, boste morali nastaviti tudi serijska vrata\n"
-#~ "na katera je prikljuena."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear "
-#~ "then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Mandrake Linux system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Ta del je posveen nastavitvi lokalnega omreja (LAN)\n"
-#~ "ali modema.\n"
-#~ "\n"
-#~ "Izberite \"Lokalno omreje\" in DrakX bo poskual\n"
-#~ "najti mreno kartico v raunalniku. PCI kartice\n"
-#~ "bi morale biti najdene in inicializirane samodejno.\n"
-#~ "e imate kartico tipa ISA, samodejna prepoznava ne bo delovala, tako\n"
-#~ "da boste morali izbrati gonilnik iz seznama, ki se bo prikazal.\n"
-#~ "\n"
-#~ "\n"
-#~ "Tako kot za SCSI krmilnike, lahko tudi tukaj prvi prepustite iskanje\n"
-#~ "naprave gonilniku, drugae pa morate gonilniku podati pravilne "
-#~ "nastavitve,\n"
-#~ "ki jih lahko najdete s pomojo dokumentacije vae strojne opreme.\n"
-#~ "\n"
-#~ "\n"
-#~ "e nameate sistem Mandrake Linux na raunalnik, ki je del e "
-#~ "obstojeega\n"
-#~ "omreja, vam bo va vzdrevalec omreja posredoval vse potrebne\n"
-#~ "informacije (naslov IP, omrena maska in ime raunalnika). e doma\n"
-#~ "postavljate privatno omreje samo za primer, izberite naslov sami.\n"
-#~ "\n"
-#~ "\n"
-#~ "Izberite \"Klicanje z modemom\" za nastavitev modemske povezave v\n"
-#~ "internet. DrakX bo poskual najti modem, e ne bo uspel, boste\n"
-#~ "morali nastaviti pravilna serijska vrata, na katerih imate prikljuen\n"
-#~ "modem."
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "GNU/Linux omogoa uporabo mnogih tipov tiskalnikov. Vsak tip\n"
-#~ "zahteva razline nastavitve. Upotevajte pa, da je prevzeto ime\n"
-#~ "za tiskalnik, ki ga uporablja sistem, 'lp'; tako da morate imeti\n"
-#~ "tiskalnik s tem imenom; lahko pa tiskalniku daste ve imen, loenih z\n"
-#~ "znakom '|'. e elite imeti bolj smiselno ime za tiskalnik, ga dajte\n"
-#~ "na prvo mesto npr: \"Moj tiskalnik|lp\".\n"
-#~ "Tiskalnik, ki bo imel v imenu \"lp\" bo prevzet tiskalnik.\n"
-#~ "\n"
-#~ "\n"
-#~ "e je tiskalnik fizino povezan z raunalnikom izberite\n"
-#~ "\"Lokalen tiskalnik\". Nato boste morali izbrati primeren filter in\n"
-#~ "vrata, na katera je tiskalnik prikljuen.\n"
-#~ "\n"
-#~ "\n"
-#~ "e elite uporabljati tiskalnik, ki se nahaja na drugem raunalniku "
-#~ "Unix,\n"
-#~ "morate izbrati \"Oddaljen lpd\". Za delovanje ni potrebno vnesti\n"
-#~ "uporabnikega imena in gesla, vnesti morate samo ime tiskalnike vrste\n"
-#~ "(printer queue) na oddaljenem streniku.\n"
-#~ "\n"
-#~ "\n"
-#~ "e elite uporabljati tiskalnik SMB (tiskalnik, ki je prikljuen na "
-#~ "raunalnik\n"
-#~ "z operacijskim sistemom Okna 9x/NT), morate poznati njegovo SMB ime (to "
-#~ "ni\n"
-#~ "njegovo TCP/IP ime) in verjetno e njegov naslov IP. Za dostop pa boste\n"
-#~ "potrebovali e uporabniko ime, geslo in delovno skupino. Enako velja za\n"
-#~ "tiskalnik prikljuen na Netware okolje, le da zanj ne potrebujete "
-#~ "delovne\n"
-#~ "skupine."
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "Zelo priporoljivo je, da tukaj odgovorite z \"Da\". e boste kasneje\n"
-#~ "nameali Microsoft Okna, bodo Okna povozila zagonski sektor.\n"
-#~ "Razen, e boste naredili zagonski disk kot predlagano, ne boste mogli "
-#~ "ve\n"
-#~ "zagnati sistema GNU/Linux."
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Premaknite kolesce!"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Pozabi spremembe?"
-
-#~ msgid "Automatic resolutions"
-#~ msgstr "Samodejna loljivost"
-
-#~ msgid ""
-#~ "To find the available resolutions I will try different ones.\n"
-#~ "Your screen will blink...\n"
-#~ "You can switch if off if you want, you'll hear a beep when it's over"
-#~ msgstr ""
-#~ "Za zaznavo monih loljivosti, bodo sedaj razline preizkuene.\n"
-#~ "Zaslon bo utripal...\n"
-#~ "e elite, ga lahko izklopite, po koncu boste sliali pisk"
-
-#~ msgid ""
-#~ "I can try to find the available resolutions (eg: 800x600).\n"
-#~ "Sometimes, though, it may hang the machine.\n"
-#~ "Do you want to try?"
-#~ msgstr ""
-#~ "Mone loljivosti se lahko poiejo samodejno (npr: 800x600).\n"
-#~ "Vasih lahko pride do nepredvidene ustavitve sistema.\n"
-#~ "elite poskusiti?"
-
-#~ msgid ""
-#~ "No valid modes found\n"
-#~ "Try with another video card or monitor"
-#~ msgstr ""
-#~ "Najden ni bil noben veljaven nain\n"
-#~ "Poskusite z drugo grafino kartico ali monitorjem"
-
-#~ msgid "Automatical resolutions search"
-#~ msgstr "Samodejno iskanje loljivosti"
-
-#~ msgid "nfs mount failed"
-#~ msgstr "nfs priklop neuspeen"
diff --git a/perl-install/share/po/sp.po b/perl-install/share/po/sp.po
deleted file mode 100644
index 418059c8c..000000000
--- a/perl-install/share/po/sp.po
+++ /dev/null
@@ -1,12461 +0,0 @@
-# Cirilicni prevod drakbootdisk.po fajla.
-# Copyright (C) 1997-2000 GeaArt, Inc.
-# Tomislav Jankovic <tomaja@net.yu>, 2000.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-06-13 15:54+0200\n"
-"PO-Revision-Date: 2001-08-25 08:36GMT+1\n"
-"Last-Translator: Toma Jankovic <tomaja@net.yu>\n"
-"Language-Team: SERBIAN <office@mandrake.co.yu>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-5\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.8\n"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Configure all heads independently"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:244
-msgid "Use Xinerama extension"
-msgstr " Xinerama j"
-
-#: ../../Xconfigurator.pm_.c:247
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr " \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid "Multi-head configuration"
-msgstr "Multi-head a"
-
-#: ../../Xconfigurator.pm_.c:251
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"a ultiple head j.\n"
-" e?"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Graphics card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:263
-msgid "Select a graphics card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "Choose a X server"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:287
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:294
-#, fuzzy
-msgid "Choose a X driver"
-msgstr " X "
-
-#: ../../Xconfigurator.pm_.c:294
-#, fuzzy
-msgid "X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:361 ../../Xconfigurator.pm_.c:367
-#: ../../Xconfigurator.pm_.c:417 ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:364
-msgid "Which configuration of XFree do you want to have?"
-msgstr " XFree j e ?"
-
-#: ../../Xconfigurator.pm_.c:375
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"a 3D j a XFree %s.\n"
-"a a XFree %s j a 2D."
-
-#: ../../Xconfigurator.pm_.c:377 ../../Xconfigurator.pm_.c:410
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "a 3D j XFree %s."
-
-#: ../../Xconfigurator.pm_.c:379 ../../Xconfigurator.pm_.c:412
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s 3D j"
-
-#: ../../Xconfigurator.pm_.c:387 ../../Xconfigurator.pm_.c:401
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"a 3D j XFree %s,\n"
-"¸µ j °A 3D "
-"a ."
-
-#: ../../Xconfigurator.pm_.c:389 ../../Xconfigurator.pm_.c:403
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s ° 3D j"
-
-#: ../../Xconfigurator.pm_.c:398
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"a 3D j XFree %s,\n"
-"¸µ j °A 3D "
-"a .\n"
-"a a XFree %s j a 2D."
-
-#: ../../Xconfigurator.pm_.c:418
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (ja j j)"
-
-#: ../../Xconfigurator.pm_.c:422
-msgid "XFree configuration"
-msgstr "XFree a"
-
-#: ../../Xconfigurator.pm_.c:497
-msgid "Select the memory size of your graphics card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:551
-msgid "Choose options for server"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Choose a monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:575
-msgid "Monitor"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:578
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-" .\n"
-" \n"
-" , .\n"
-"\n"
-" \n"
-" . , ."
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Horizontal refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:586
-msgid "Vertical refresh rate"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:623
-msgid "Monitor not configured"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:626
-msgid "Graphics card not configured yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:629
-msgid "Resolutions not chosen yet"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:647
-msgid "Do you want to test the configuration?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:651
-msgid "Warning: testing this graphics card may freeze your computer"
-msgstr ": a j"
-
-#: ../../Xconfigurator.pm_.c:654
-msgid "Test of the configuration"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-" "
-
-#: ../../Xconfigurator.pm_.c:693 ../../Xconfigurator.pm_.c:705
-msgid "An error occurred:"
-msgstr ", :"
-
-#: ../../Xconfigurator.pm_.c:734
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr " %d "
-
-#: ../../Xconfigurator.pm_.c:745
-msgid "Is this the correct setting?"
-msgstr " e?"
-
-#: ../../Xconfigurator.pm_.c:754
-msgid "An error occurred, try to change some parameters"
-msgstr ", , e "
-
-#: ../../Xconfigurator.pm_.c:825
-msgid "Resolution"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:877
-msgid "Choose the resolution and the color depth"
-msgstr " a"
-
-#: ../../Xconfigurator.pm_.c:879
-#, c-format
-msgid "Graphics card: %s"
-msgstr " : %s"
-
-#: ../../Xconfigurator.pm_.c:880
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 : %s"
-
-#: ../../Xconfigurator.pm_.c:894 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "J"
-
-#: ../../Xconfigurator.pm_.c:894 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:701
-#: ../../my_gtk.pm_.c:1034 ../../my_gtk.pm_.c:1056
-#: ../../standalone/drakbackup_.c:2288 ../../standalone/drakbackup_.c:2359
-#: ../../standalone/drakbackup_.c:2375
-msgid "Ok"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:896 ../../network/netconnect.pm_.c:173
-#: ../../printerdrake.pm_.c:2473 ../../standalone/drakfloppy_.c:146
-#: ../../standalone/draknet_.c:275 ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "E "
-
-#: ../../Xconfigurator.pm_.c:897
-msgid "Show all"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:942
-msgid "Resolutions"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Monitor: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr " - a : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr " - : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1518
-#, c-format
-msgid "Graphics card: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Graphics card identification: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr " : %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "Color depth: %s\n"
-msgstr " : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "Resolution: %s\n"
-msgstr ": %s\n"
-
-#: ../../Xconfigurator.pm_.c:1525
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 : %s\n"
-
-#: ../../Xconfigurator.pm_.c:1526
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 j: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1544
-msgid "Preparing X-Window configuration"
-msgstr " X-Window "
-
-#: ../../Xconfigurator.pm_.c:1564
-msgid "What do you want to do?"
-msgstr " ?"
-
-#: ../../Xconfigurator.pm_.c:1569
-msgid "Change Monitor"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Graphics card"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Change Server options"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1574
-msgid "Change Resolution"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1575
-msgid "Show information"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1576
-msgid "Test again"
-msgstr " "
-
-#: ../../Xconfigurator.pm_.c:1577 ../../printerdrake.pm_.c:2476
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:1585
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-" ?\n"
-" ja j:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1606
-msgid "Graphical interface at startup"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:1607
-msgid ""
-"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
-msgstr ""
-"Ja X .\n"
-" X ?"
-
-#: ../../Xconfigurator.pm_.c:1613
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr ", %s "
-
-#: ../../Xconfigurator.pm_.c:1628
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr " (Ctrl-Alt-BackSpace) "
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8- )"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 (15- )"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 (16- )"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 (24- )"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 (32- )"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB "
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr " VGA, 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr " VGA, 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 ., 1024x768 87 Hz ( 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr " VGA, 1024x768 87 Hz , 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA , 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr " SVGA, 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr " 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr " 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr " 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr " 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr " 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr " "
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr " (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO "
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr " ?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub "
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO je"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO j"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "a DOS/Windows-a (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr " a"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr " j e "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "ja a"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr " (boot) "
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA ( BIOS-a)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr ""
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr ""
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr " "
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr " default image-"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1087 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:710 ../../printerdrake.pm_.c:808
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr ""
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Password (again)"
-msgstr " ()"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr " - "
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr " /tmp a"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr " RAM ( %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr " -"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr " RAM- Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"`` - '' "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1143
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "Please try again"
-msgstr " "
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1082
-msgid "The passwords do not match"
-msgstr " "
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "j a"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr " Firmware "
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr " a a"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr " a CD-a?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr " OF a?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr " ?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:741
-#: ../../standalone/drakbackup_.c:850 ../../standalone/drakfont_.c:790
-#: ../../standalone/drakfont_.c:827
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr ""
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr ""
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr " a je ?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:884
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr " - (SunOS,BSD,...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr " - (MacOS,BSD,...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr " - (Windows,BSD,BeOS,...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr ""
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "a"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "- RW"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr ""
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr ""
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr ""
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr ""
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-a"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr " "
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr " "
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr " image"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr " root "
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr " "
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr " %s %s a"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr " ?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr " %s ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "No"
-msgstr ""
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1033
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr " "
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr " %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "( %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr " %s ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-" , %s \n"
-" , . \n"
-" , ?\n"
-" , ."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr " "
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr " "
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-" %s.\n"
-" ``= 2=2 ...''.\n"
-" , ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr " :"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-" %s .\n"
-" ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr " X "
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr " rpm "
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr " \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr " "
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s )"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr " "
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr " "
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr " , , `-' `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr " "
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr " "
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-" \n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr " "
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr " "
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:709
-#: ../../printerdrake.pm_.c:807
-msgid "User name"
-msgstr " "
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "a"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr " ae"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Ja je je a.\n"
-" ?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr " default () a:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr " window j :"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr " j j ."
-
-#: ../../any.pm_.c:851
-msgid ""
-"Mandrake Linux can support multiple languages. Select\n"
-"the languages you would like to install. They will be available\n"
-"when your installation is complete and you restart your system."
-msgstr " j j je "
-
-#: ../../any.pm_.c:865 ../../install_steps_interactive.pm_.c:689
-#: ../../standalone/drakxtv_.c:78
-msgid "All"
-msgstr "e"
-
-#: ../../any.pm_.c:957
-msgid "Allow all users"
-msgstr " "
-
-#: ../../any.pm_.c:957
-msgid "Custom"
-msgstr " e"
-
-#: ../../any.pm_.c:957
-msgid "No sharing"
-msgstr " "
-
-#: ../../any.pm_.c:967 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr " %s . ?"
-
-#: ../../any.pm_.c:970
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr " NFS Samba-. "
-
-#: ../../any.pm_.c:978 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr " %s "
-
-#: ../../any.pm_.c:984
-msgid ""
-"Would you like to allow users to share some of their directories?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:998 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:564
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:702 ../../my_gtk.pm_.c:705 ../../my_gtk.pm_.c:1034
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1588
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2279 ../../standalone/drakbackup_.c:2300
-#: ../../standalone/drakbackup_.c:2321 ../../standalone/drakbackup_.c:2339
-#: ../../standalone/drakbackup_.c:2387 ../../standalone/drakbackup_.c:2407
-#: ../../standalone/drakbackup_.c:2426 ../../standalone/drakfloppy_.c:235
-#: ../../standalone/drakfloppy_.c:384 ../../standalone/drakfont_.c:768
-#: ../../standalone/drakgw_.c:598 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:527
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1000
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1037
-msgid "Welcome To Crackers"
-msgstr " Ka"
-
-#: ../../any.pm_.c:1038
-msgid "Poor"
-msgstr ""
-
-#: ../../any.pm_.c:1039 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr ""
-
-#: ../../any.pm_.c:1040
-msgid "High"
-msgstr ""
-
-#: ../../any.pm_.c:1041
-#, fuzzy
-msgid "Higher"
-msgstr ""
-
-#: ../../any.pm_.c:1042
-msgid "Paranoid"
-msgstr ""
-
-#: ../../any.pm_.c:1045
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-" . \n"
-" , : \n"
-" . \n"
-" ."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-" , e \n"
-" ."
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-" \n"
-"j .\n"
-"e ."
-
-#: ../../any.pm_.c:1050
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1051
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which can "
-"accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-" , \n"
-" . \n"
-" ."
-
-#: ../../any.pm_.c:1054
-#, fuzzy
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-msgstr ""
-" 4 , .\n"
-" ."
-
-#: ../../any.pm_.c:1059
-msgid "Please choose the desired security level."
-msgstr " "
-
-#: ../../any.pm_.c:1062
-msgid "Security level"
-msgstr " "
-
-#: ../../any.pm_.c:1064
-msgid "Use libsafe for servers"
-msgstr " libsafe "
-
-#: ../../any.pm_.c:1065
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr " buffer overflow- format string ."
-
-#: ../../any.pm_.c:1067
-msgid "Security user (login or email)"
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:354
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Dobrodosli u %s, menadzer z startanje operativnih sistema !\n"
-"\n"
-"Izaberite operativni sistem, ili\n"
-"sacekate %d sekundi za startanje pretpostavljenog OS.\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:910
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Dobrodosli u GRUB starter operativnog sistema !"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:913
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Koristi %c i %c slova da bi oznacili izbor"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:916
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pritisnite enter za podizanje izabranog OS,'e' za promenu "
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:919
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandi pri podizanju sistema,ili 'c' za komandnu liniju "
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:922
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Oznaceni izbor se podize automatski za %d sekundi"
-
-#: ../../bootloader.pm_.c:926
-msgid "not enough room in /boot"
-msgstr " /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1026
-msgid "Desktop"
-msgstr ""
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1028
-msgid "Start Menu"
-msgstr " "
-
-#: ../../bootloader.pm_.c:1047
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr " %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr " j j .\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Ka aa"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_j"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/j/_j"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle j"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle "
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr " "
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr " Gtk+ "
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr " ae"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/Grub "
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot "
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" %s Boot \n"
-" (Configure) e."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1457
-#: ../../standalone/drakbackup_.c:1468 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr ""
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr " "
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the graphical environment when your system starts"
-msgstr " X-Window a"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr ", ja ae"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ", j ae (,)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2431 ../../standalone/drakbackup_.c:3335
-#: ../../standalone/drakfloppy_.c:377 ../../standalone/drakfont_.c:537
-#: ../../standalone/drakfont_.c:658 ../../standalone/drakfont_.c:721
-#: ../../standalone/drakfont_.c:766 ../../standalone/draknet_.c:109
-#: ../../standalone/draknet_.c:141 ../../standalone/draknet_.c:297
-#: ../../standalone/draknet_.c:436 ../../standalone/draknet_.c:522
-#: ../../standalone/draknet_.c:565 ../../standalone/draknet_.c:666
-#: ../../standalone/logdrake_.c:520
-msgid "OK"
-msgstr "K"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr " /etc/inittab ae: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d a"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 "
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d "
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr " "
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr " %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../network/tools.pm_.c:113
-msgid "France"
-msgstr "a"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27 ../../network/tools.pm_.c:116
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "a"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr ""
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34 ../../network/tools.pm_.c:114
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../network/tools.pm_.c:115
-#: ../../standalone/drakxtv_.c:74
-msgid "Italy"
-msgstr ""
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr ""
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67 ../../network/tools.pm_.c:117
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr " , "
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:899
-#: ../../diskdrake/interactive.pm_.c:908 ../../diskdrake/interactive.pm_.c:962
-msgid "Read carefully!"
-msgstr " Ǹ° !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-" aboot, e (2048 "
-" \n"
-")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr " ()"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-" FAT \n"
-"( MicroSoft Dos/Windows-, ).\n"
-" (resize) ( ,\n"
-" \" \")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr " "
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1058
-msgid "Empty"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:933
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr " :"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr " ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr " ``''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-" je %s, "
-""
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr " /etc/fstab?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-" (extended) "
-""
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"aa() \n"
-" ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-" \n"
-" !"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:535
-#: ../../diskdrake/interactive.pm_.c:562 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "je"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:629
-msgid "Resize"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:682
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr " RAID-"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr " LVM-"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr " loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:781
-msgid "Size in MB: "
-msgstr " MB:"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:782
-msgid "Filesystem type: "
-msgstr " eg :"
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1042
-#: ../../diskdrake/interactive.pm_.c:1116
-msgid "Mount point: "
-msgstr " : "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr " loopback ?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr " ext2 ext3"
-
-#: ../../diskdrake/interactive.pm_.c:533
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr " loopback %s?"
-
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/interactive.pm_.c:561
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr " %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:540
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"ae j ,j j loop back.\n"
-" loopback"
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid "Computing FAT filesystem bounds"
-msgstr " FAT e "
-
-#: ../../diskdrake/interactive.pm_.c:585 ../../diskdrake/interactive.pm_.c:644
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr " (resizing)"
-
-#: ../../diskdrake/interactive.pm_.c:617
-msgid "This partition is not resizeable"
-msgstr "j j e "
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "All data on this partition should be backed-up"
-msgstr "C a"
-
-#: ../../diskdrake/interactive.pm_.c:624
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr " e %s j "
-
-#: ../../diskdrake/interactive.pm_.c:629
-msgid "Choose the new size"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "New size in MB: "
-msgstr " MB:"
-
-#: ../../diskdrake/interactive.pm_.c:683
-msgid "Which disk do you want to move it to?"
-msgstr " ?"
-
-#: ../../diskdrake/interactive.pm_.c:684
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:685
-msgid "Which sector do you want to move it to?"
-msgstr " e ?"
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:688
-msgid "Moving partition..."
-msgstr " ..."
-
-#: ../../diskdrake/interactive.pm_.c:705
-msgid "Choose an existing RAID to add to"
-msgstr " RAID "
-
-#: ../../diskdrake/interactive.pm_.c:706 ../../diskdrake/interactive.pm_.c:724
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:722
-msgid "Choose an existing LVM to add to"
-msgstr " LVM "
-
-#: ../../diskdrake/interactive.pm_.c:727
-msgid "LVM name?"
-msgstr "LVM ?"
-
-#: ../../diskdrake/interactive.pm_.c:767
-msgid "This partition can't be used for loopback"
-msgstr " loopback "
-
-#: ../../diskdrake/interactive.pm_.c:779
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "Loopback file name: "
-msgstr " Loopback e: "
-
-#: ../../diskdrake/interactive.pm_.c:785
-msgid "Give a file name"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:788
-msgid "File already used by another loopback, choose another one"
-msgstr "j loopback-, "
-
-#: ../../diskdrake/interactive.pm_.c:789
-msgid "File already exists. Use it?"
-msgstr "a . ?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "Mount options"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:819
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:882 ../../standalone/drakfloppy_.c:104
-msgid "device"
-msgstr "ej"
-
-#: ../../diskdrake/interactive.pm_.c:883
-msgid "level"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:884
-msgid "chunk size"
-msgstr "chunk "
-
-#: ../../diskdrake/interactive.pm_.c:899
-msgid "Be careful: this operation is dangerous."
-msgstr ", j ."
-
-#: ../../diskdrake/interactive.pm_.c:914
-msgid "What type of partitioning?"
-msgstr " aa?"
-
-#: ../../diskdrake/interactive.pm_.c:932
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-" /boot ( > 1024).\n"
-" LILO , /boot"
-
-#: ../../diskdrake/interactive.pm_.c:936
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-" root (/) \n"
-"1024- , /boot .\n"
-" LILO boot , \n"
-" /boot ."
-
-#: ../../diskdrake/interactive.pm_.c:942
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-" RAID j root (/).\n"
-"j /boot je.\n"
-" a /boot j"
-
-#: ../../diskdrake/interactive.pm_.c:962
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr " %s !"
-
-#: ../../diskdrake/interactive.pm_.c:966
-msgid "You'll need to reboot before the modification can take place"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:977
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-" aa je %s, "
-
-#: ../../diskdrake/interactive.pm_.c:979
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:980
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr " loopback e %s"
-
-#: ../../diskdrake/interactive.pm_.c:981
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid "Hide files"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:992
-msgid "Move files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:993
-#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-" %s \n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-msgid "Moving files to the new partition"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1008
-#, c-format
-msgid "Copying %s"
-msgstr " %s"
-
-#: ../../diskdrake/interactive.pm_.c:1012
-#, c-format
-msgid "Removing %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1022
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr " %s %s"
-
-#: ../../diskdrake/interactive.pm_.c:1043
-#: ../../diskdrake/interactive.pm_.c:1102
-msgid "Device: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr " DOS : %s ( )\n"
-
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1056
-#: ../../diskdrake/interactive.pm_.c:1120
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Name: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1060
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "Size: %s"
-msgstr ": %s"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1065
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr " %d %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-msgid "Formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-msgid "Not formatted\n"
-msgstr " \n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-msgid "Mounted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1069
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1071
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback j(): \n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1072
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Boot default-\n"
-" ( MS-DOS, lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1074
-#, c-format
-msgid "Level %s\n"
-msgstr " %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1075
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Chunk- %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID- %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1078
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "e Loopback e: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1081
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"jj je, j ja\n"
-"Driver ja, \n"
-" j e.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1084
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-" j j Bootstrap\n"
-"j e\n"
-"dual-booting a a.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#, c-format
-msgid "Size: %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1104
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr ": %s , %s , %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1105
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1106
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM- %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1107
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr " e : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " %d ID %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1122
-#, c-format
-msgid "Options: %s"
-msgstr "je: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Filesystem encryption key"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Choose your filesystem encryption key"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1142
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-" ( ) j e ja ( a %d "
-")"
-
-#: ../../diskdrake/interactive.pm_.c:1143
-msgid "The encryption keys do not match"
-msgstr " ()"
-
-#: ../../diskdrake/interactive.pm_.c:1146
-msgid "Encryption key"
-msgstr " "
-
-#: ../../diskdrake/interactive.pm_.c:1147
-msgid "Encryption key (again)"
-msgstr " ()"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr " "
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr " "
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS "
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s %s "
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr " %s %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck %d %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr " %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "j"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "e JFS j 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "e ReiserFS j 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr " /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr " %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr " LVM j a a %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "j j root- e a"
-
-#: ../../fsedit.pm_.c:486
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-" j e (ext2, reiserfs) a "
-"a\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr " a a %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr " -a"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr " "
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr " %s : %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-" - "
-" e . "
-"."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr " !"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux , "
-"\n"
-", , . `` ''\n"
-" . \"root\", "
-", \n"
-" \n"
-" . \n"
-" . \n"
-" . \"root\" "
-" ,\n"
-" ! \n"
-" . \n"
-" , .\n"
-"\n"
-", . , -\n"
-" . DrakX "
-"\n"
-" \"User\n"
-"name\". \n"
-". . Y .\n"
-", - "
-"\n"
-"\"root\" , "
-"\n"
-"- , .\n"
-"\n"
-" \"Accept user\", "
-". \n"
-" : , \n"
-". , "
-"\"Done\".\n"
-"\n"
-" \"Advanced\" default \"shell\"\n"
-" (bash default)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-" je Linux ja j e\n"
-" . j j , j j "
-"a a\n"
-" . , root\n"
-"j (\"/\"). j j j e "
-"a\n"
-" a. a "
-"j ,\n"
-" \"/home\" ( j j\n"
-"Linux je).\n"
-"\n"
-"\n"
-"j: j j a e a: \"e\", "
-"\"\".\n"
-"\n"
-"\n"
-"\"\" je e a: \" a\", \"j a"
-"\",\n"
-"\"j je\" ( , \"hda1\").\n"
-"\n"
-"\n"
-"\" a\" je \"hd\" j IDE \"sd\"\n"
-" je SCSI .\n"
-"\n"
-"\n"
-"\"j \" j \"hd\" \"sd\". IDE "
-":\n"
-"\n"
-" * \"a\" a \"master IDE \",\n"
-"\n"
-" * \"b\" a \"slave IDE \",\n"
-"\n"
-" * \"c\" a \"master IDE \",\n"
-"\n"
-" * \"d\" a \"slave IDE \".\n"
-"\n"
-"\n"
-" SCSI a, a \"a\" a \" \", a \"b\" a "
-"\" \", ..."
-
-#: ../../help.pm_.c:72
-#, fuzzy
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux CDROM-. "
-"DrakX\n"
-" CDROM- "
-"\n"
-"c CD ."
-
-#: ../../help.pm_.c:77
-#, fuzzy
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-" \n"
-". Mandrake Linux, "
-" \n"
-" , .\n"
-"\n"
-" CDROM-, \n"
-" CD- ( Expert ). "
-"\n"
-" CD- \n"
-" . \"OK\" .\n"
-"\n"
-" \n"
-". :\n"
-"\n"
-" * \" \": "
-", \n"
-" .\n"
-"\n"
-" * \"\": , "
-"()\n"
-"().\n"
-"\n"
-" * \"\": , \n"
-" \n"
-".\n"
-"\n"
-" * \" \": , \n"
-" . \n"
-" !\n"
-"\n"
-" \n"
-" . \n"
-" ( ), \n"
-" :\n"
-"\n"
-" * Linux ,\n"
-" .\n"
-"\n"
-" * \n"
-"\n"
-" * \n"
-"\n"
-" \"Individual package selection"
-"\", \n"
-" \n"
-" .\n"
-"\n"
-" \"Upgrade\" , "
-"\n"
-" . "
-" \n"
-" ."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-" , \n"
-" , \n"
-" . , \n"
-", , .\n"
-"\n"
-" , \n"
-". , \"Install\" "
-" \n"
-" . \n"
-" , \n"
-" . \n"
-" "
-" \n"
-".\n"
-"\n"
-"!! \n"
-" , \n"
-" . Mandrake Linux-, \n"
-" default- . "
-" \n"
-" , "
-"\n"
-" .\n"
-" \n"
-" , \"\". \"\" \n"
-" \n"
-"default-. !!\n"
-"\n"
-" \"Automatic dependencies\" "
-" \n"
-" . \n"
-" \n"
-" .\n"
-"\n"
-" \n"
-" . \n"
-" \n"
-" . () "
-" \n"
-" ."
-
-#: ../../help.pm_.c:164
-#, fuzzy
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-" ,\n"
-" . \n"
-" DrakX .\n"
-"\n"
-"Mandrake Linux Internet \n"
-" . : , ISDN\n"
-", ADSL , , LAN "
-"\n"
-"(Ethernet).\n"
-"\n"
-" . "
-" \n"
-" \n"
-".\n"
-"\n"
-" \n"
-" , \n"
-" .\n"
-"\n"
-" \n"
-" , \"Cancel\"."
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-" je e j a "
-"a.\n"
-"\n"
-" \n"
-". "
-"\n"
-" .\n"
-"\n"
-" \n"
-" . , \n"
-" , .\n"
-"\n"
-" , "
-"\n"
-": \n"
-". \n"
-" . , "
-" ."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X ( X Window ) GNU/Linux \n"
-" (KDE, Gnome, AfterStep,\n"
-"WindowMaker, etc.) . , DrakX\n"
-" X-.\n"
-"\n"
-" , (\n"
-" ). , X- \n"
-" . \n"
-" .\n"
-"\n"
-" \"\" , X\n"
-". \n"
-" .\n"
-"\n"
-" \"\", DrakX "
-" \n"
-" . , \n"
-" \n"
-"10 , ."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-" X , "
-"\n"
-" ( , ...). ,\n"
-" X , DrakX "
-"\n"
-". \n"
-" .\n"
-"\n"
-" , X-, "
-"\"Change\n"
-"graphics card\", \"Unlisted card\", \n"
-" , \"FBDev\". \n"
-" . \"Test again\" "
-" ."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-" , \n"
-" . "
-"\n"
-". , \"\" \n"
-", \n"
-"ed."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux CDROM . \n"
-" CDROM-, >>F1<< "
-" >>rescue<< \n"
-". CDROM-, \n"
-" :\n"
-"\n"
-" * , DrakX boot (MBR)\n"
-" ( ) "
-" \n"
-" Windows GNU/Linux ( "
-"Windows \n"
-" ). Windows, Microsoft- "
-"\n"
-" boot , \n"
-" GNU/Linux!\n"
-"\n"
-" * GNU/Linux "
-",\n"
-" GNU/Linux-. \n"
-" , \n"
-" ., , \n"
-", .\n"
-"\n"
-" , \n"
-" . "
-" \n"
-" DrakX \n"
-" ."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-" , \n"
-"Mandrake Linux a . j \n"
-"je je , a "
-"\n"
-"e. , a a j \n"
-"ee j a Mandrake Linux "
-".\n"
-"\n"
-" a ,\n"
-"e e.\n"
-"j jj j . , j\n"
-" e.\n"
-"\n"
-"\n"
-" ja je. Ja j "
-" aa\n"
-"j j ( Swap).\n"
-"\n"
-"\n"
-" j e ( j e\n"
-" a ae), j "
-"e \n"
-"Linux .\n"
-"\n"
-"\n"
-" j e, e. \n"
-" , . "
-" je\n"
-" a, j :\n"
-"\n"
-"* je je: j j "
-"jeLinux j a . \n"
-" , j.\n"
-"\n"
-"\n"
-"* a a: "
-"je j j a a\n"
-" Mandrake Linux , j. "
-"a j, j e \n"
-" ae e.\n"
-"\n"
-"\n"
-"* e Windows j: je Microsoft "
-"Windows \n"
-" , Linux. "
-" \n"
-" Microsoft Windows j e (j \"a a\" "
-" \"E \" eea) e\n"
-" Microsoft Windows je. j e "
-"ea. ee je\n"
-" Mandrake Linux Microsoft Windows a "
-"j.\n"
-"\n"
-"\n"
-" j, Microsoft\n"
-" Windows j a j a. a a a "
-" \n"
-" Microsoft Windows- j a.\n"
-"\n"
-"\n"
-"* E : , e "
-" j. a \n"
-" j. j . e "
-" e. e,\n"
-" j j ."
-
-#: ../../help.pm_.c:347
-#, fuzzy
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-" . GNU/Linux \n"
-" . \"OK\" "
-". \n"
-"GNU/Linux Windows, ( "
-" ), \n"
-"s .\n"
-"\n"
-" \"Advanced\" ( ) "
-":\n"
-"\n"
-" * \" - \": "
-"\n"
-" \n"
-", .\n"
-"\n"
-" "
-":\n"
-"\n"
-" * \" \". "
-"\n"
-" ( ).\n"
-"\n"
-" * \"\". : "
-"\n"
-", .\n"
-"\n"
-" "
-"\n"
-" . web "
-".\n"
-"\n"
-" * \" \"(*) : \n"
-" . , "
-", \n"
-" \n"
-"[F1] , >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) FAT- ( GNU/"
-"Linux-, \n"
-"\"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-" j j j a \n"
-" (a a e(j) "
-"a).\n"
-"\n"
-"a je je \n"
-" j . , j \n"
-"j je.\n"
-"\n"
-"\n"
-" j je je.\n"
-" j j ( "
-"\"/\",\n"
-"\"/usr\" \"/var\") j j "
-"e\n"
-"j e ( /home).\n"
-"\n"
-"\n"
-" a ja, aa, \n"
-" e .\n"
-"\n"
-"\n"
-" \" \" a ja.\n"
-"\n"
-"\n"
-" \"\" j "
-"j \n"
-"Mandrake Linux a. \"\" "
-" \n"
-" ."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"a Mandrake Linux a.\n"
-" j j a ( "
-"e j j a ja).\n"
-"\n"
-" ee.a."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-" . \n"
-" Mandrake Linux , \n"
-" , \"\" "
-" \n"
-" . , \n"
-" \"\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-" , \n"
-". , , \n"
-" , .\n"
-", \n"
-" . MSEC ``'' \n"
-" .\n"
-"\n"
-" , default ."
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-" j a, j j(e) \n"
-"j Mandrake Linux a. je\n"
-"e ( j e\n"
-" je), je je. "
-" ja,\n"
-" j j e.\n"
-"\n"
-" j, . \n"
-" a \"hda\" IDE , \"hdb\" \n"
-" \"sda\" SCSI .\n"
-"\n"
-" a , e je:\n"
-"\n"
-" * \" \": j j "
-".\n"
-"\n"
-" * \"Auto ae\": j Ext2 "
-"swap j \n"
-" a.\n"
-"\n"
-" * \" ja\": je a j e, "
-" e j e j. \n"
-" a j e.\n"
-"\n"
-" * \" \": j .\n"
-"\n"
-" * \" ae\": j "
-" e j ja\n"
-"\n"
-" * \"\": a ae "
-" a, e j. a j \n"
-" a ja.\n"
-"\n"
-" * \" e\": j "
-" je, je\n"
-" j.\n"
-"\n"
-" * \" \": ja "
-" a j j e, e\n"
-" j. j j\n"
-"\n"
-" * \"a\": a , "
-" j e.\n"
-"\n"
-" ja, j a "
-"e: j j [Tab] a [Up/Down] "
-"a.\n"
-"\n"
-" j j a, :\n"
-"\n"
-" * Ctrl-c a je ( j ja);\n"
-"\n"
-" * Ctrl-d a je;\n"
-"\n"
-" * Ctrl-m a a aa.\n"
-"\n"
-" j a PPC a, e "
-"\n"
-"HFS 'bootstrap' j ja 1MB \n"
-"yaboot a. j e,\n"
-" 50MB, j ea\n"
-" ramdisk image a ja."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"J icrosoft Windows j j \n"
-" . j a \n"
-" Mandrake Linux .\n"
-"\n"
-" j j e a: \" Linux-a\",\"e Windows-a"
-"\"\n"
-"\"\".\n"
-"\n"
-"\" Linux-a\" je e a: \" a\", \"j "
-" a\",\n"
-"\"j je\" ( , \"hda1\").\n"
-"\n"
-"\" a\" je \"hd\" je ID \"sd\"\n"
-" j SCSI .\n"
-"\n"
-"\"j a\" je \"hd\" \"sd\". a IDE "
-"a:\n"
-"\n"
-" * \"a\" a \"master IDE \",\n"
-"\n"
-" * \"b\" a \"slave IDE \",\n"
-"\n"
-" * \"c\" a \"master IDE \",\n"
-"\n"
-" * \"d\" a \"slave IDE \".\n"
-"\n"
-" SCSI a, \"a\" a \" \", a \"b\" a "
-"\" \", .\n"
-"\n"
-"\" Windows-a\" j Windows- ( \n"
-" ja \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr " .ja j a"
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX default (\"\")\n"
-" (\"\"). \n"
-" \n"
-"Mandrake Linux :\n"
-"\n"
-" * \n"
-"\n"
-" *\n"
-"\n"
-" *\n"
-"\n"
-" , \"\" "
-".\n"
-", \" \" \n"
-" , .\n"
-"\n"
-" \"ja\" jMandrake Linux\n"
-"j j a.\n"
-"\n"
-"e \"Aae\" aa je j "
-"Mandrake Linux-a.\n"
-"\n"
-" a a GNU/Linux-a, j "
-"e j aa\n"
-"Mandrake Linux a:\n"
-"\n"
-"* : GNU/Linux "
-" . j \n"
-" a aa.\n"
-"\n"
-"* : a GNU/Linux-, "
-" . \" ea\"\n"
-"j , ( , "
-", j a). a\n"
-"a . \n"
-" j.\n"
-" a e a \n"
-"GNU/Linux-. e, j \n"
-" e."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-" , DrakX ( \n"
-" ) . , \n"
-" : \n"
-", , \n"
-" . \n"
-" , . \n"
-", \n"
-" .\n"
-"\n"
-" \"\" \n"
-" ."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-" .\n"
-"\n"
-" \"\" \n"
-" . "
-"\n"
-" ( ) "
-"\n"
-". , "
-"\n"
-" \n"
-" \"|\".\n"
-"\n"
-" . \n"
-" \" \" ."
-
-#: ../../help.pm_.c:609
-#, fuzzy
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-" default-, DrakX \n"
-" . DrakX \n"
-"PS/2, USB .\n"
-"\n"
-" \n"
-" .\n"
-"\n"
-" default- \n"
-" . \n"
-". (space "
-"bar) \n"
-" RETURN \"\" ."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-", . , COM1 MS Windows-\n"
-" Linux- ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-" GNU/Linux\n"
-": \"root\" . \"root\" \n"
-" , ,\n"
-" , . , \"root\" \n"
-" ! \n"
-" - DrakX . "
-" , \n"
-" , \n"
-" : GNU/"
-"Linux \n"
-" . \"root\" \n"
-" \n"
-" , \n"
-" \"root\".\n"
-"\n"
-" 8\n"
-". \"root\" - \n"
-" .\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-
-#: ../../help.pm_.c:663
-#, fuzzy
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO GRUB (boot loaders) GNU/Linux. , "
-",\n"
-" . , DrakX boot \n"
-" :\n"
-"\n"
-" * Windows boot , GRUB/LILO "
-"boot\n"
-". , GNU/Linux OS;\n"
-"\n"
-" * GRUB LILO boot , "
-";\n"
-"\n"
-" , DrakX .\n"
-"\n"
-" * \" \": :\n"
-"\n"
-" * \"LILO \": LILO \n"
-".\n"
-"\n"
-" * \"GRUB\": GRUB ( ).\n"
-"\n"
-" * \"LILO \": LILO "
-" .\n"
-"\n"
-" * \"Boot \": , default\n"
-"(\"/dev/hda\"), , \n"
-" (\"/dev/hdb\"), (\"/dev/fd0\").\n"
-"\n"
-" * \" default \": ,\n"
-" - ,\n"
-" ( ).\n"
-"\n"
-"!! , r ( \n"
-"\"\"), Mandrake\n"
-"Linux ! \n"
-" . !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) Grub : j \n"
-" Linux j a .\n"
-", "
-".\n"
-" j , e. \n"
-"ee\n"
-"\n"
-"e,ee . ee "
-"\n"
-" j, je je e. \n"
-"a boot !"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-" GNU/"
-"Linux-.\n"
-"\n"
-" , \" \n"
-" (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control "
-"Centernand clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX IDE .DrakX "
-"a PCI SCSI (e).\n"
-" DrakX a SCSI () j a \n"
-"(j) () .\n"
-"\n"
-" "
-"DrakX PCI SCSI . \"\" \n"
-" SCSI . "
-" .\n"
-" \"\" SCSI a. "
-"\n"
-" \" "
-"\" \" \". \n"
-" \" \" SCSI "
-".\n"
-"\n"
-" a , DrakX e\n"
-" j a. e DrakX- a\n"
-" ja. e.\n"
-"\n"
-" DrakX , a "
-" e j j.\n"
-"j (3 , \" "
-" \")\n"
-" "
-", j Windows j ( j ),\n"
-"j , a \n"
-" ja ( )."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-" e yabbot, se,\n"
-" e, emergency boot image.\n"
-"\n"
-" e OS-e - root j.\n"
-"\n"
-" Linux, j : \n"
-"\n"
-" * a: j j j ee yaboot "
-"a \n"
-" j.\n"
-"\n"
-" * Image: j j je. vmlinux \n"
-"jj vmlinux j.\n"
-"\n"
-" * Root: \"root\" \"/\" a Linux j.\n"
-"\n"
-" \n"
-" * : Apple , ja a "
-"a\n"
-" jj a, j "
-" \n"
-" e Apple a. \n"
-"a:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: j j a, "
-"e j boot \n"
-" , ramdisk image a "
-"ja.\n"
-"\n"
-" * Initrd-a: a default ramdisk j 4096 ja. "
-" a\n"
-"a ramdisk-a, j a.\n"
-"\n"
-" - Read-write: e 'root' j j read-"
-"only, a\n"
-" e \"\". "
-" j.\n"
-"\n"
-" * NoVideo: Apple a a , "
-"e\n"
-" j 'novideo' , "
-"framebuffer .\n"
-"\n"
-" * Default: j default Linux ja, j \n"
-"e ENTER yaboot . j "
-"a a \"*\", \n"
-"e TAB j."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot j NewWorld MacIntosh . a \n"
-"GNU/Linux, MacOS, MacOSX, aj a.\n"
-", j \n"
-". j j, \n"
-". a a.\n"
-"\n"
-" j Yaboot-a :\n"
-"\n"
-" - j a: J a j je "
-"\n"
-"a.\n"
-"\n"
-" * Boot : j j \n"
-"ae GNU/Linux-a. , a e bootstrap "
-"j e \n"
-" j.\n"
-"\n"
-" * Firmware : LILO-a, j ae \n"
-"yaboot-a. \n"
-" e CD-a, OF a, MacOS, Linux-a.\n"
-"\n"
-" * a a: j a LILO a. "
-" \n"
-" Linux-a, a 0.1 e je\n"
-"default a.\n"
-"\n"
-" * a CD-a ?: a j "
-"e \"C\" a CD \n"
-" .\n"
-"\n"
-" * OF a?: a j e "
-"\"N\" a pen\n"
-"Firmware .\n"
-"\n"
-" * Default OS: j "
-" default Open Firmware \n"
-" ."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-" . \n"
-" , y - , "
-":\n"
-"\n"
-" * \"\": \n"
-" .\n"
-"\n"
-" * \"\": tion \n"
-" .\n"
-"\n"
-" * \" \": DrakX, default-, "
-" \n"
-". , \n"
-" .\n"
-" \" \" \n"
-" .\n"
-"\n"
-" * \"\": \"\" \n"
-" .\n"
-"\n"
-" * \" \": , \n"
-" . .\n"
-"\n"
-" * \"TV \": TV , \n"
-" . .\n"
-"\n"
-" * \"ISDN \": ISDN , \n"
-" . \n"
-" ."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-" j e Mandrake "
-"Linux \n"
-"j. a, \n"
-" e !"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" \" \" e e \n"
-"j . a, \" \", \n"
-"e j j ,\n"
-" je Windows e.\n"
-"\n"
-" \"\" j e \n"
-"j j ."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr " %s "
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-" : %s\n"
-"\n"
-"\n"
-" . "
-"\n"
-", . , "
-" \n"
-" .\n"
-"\n"
-"\n"
-" ?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr " NIS "
-
-#: ../../install_any.pm_.c:794
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr " FAT %s"
-
-#: ../../install_any.pm_.c:798
-msgid "This floppy is not FAT formatted"
-msgstr " je FAT "
-
-#: ../../install_any.pm_.c:810
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-" j a j a, j "
-"a ``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:832 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr " a %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-" a a j je je "
-" e.\n"
-"j a : %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-" root j.\n"
-" , ( ).\n"
-" \" \" `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr " swap "
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-", swap \n"
-"\n"
-" ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr " FAT /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr " a ja"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr " je "
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr " je j "
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " Windows j loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr " Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr " Root j MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr " Swap j MB:"
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr " Windows j"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "j ?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing Windows partition"
-msgstr " Windows -"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-" FAT ja a "
-"j, \n"
-" e ee: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"a Windows j j , ``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ÿ!\n"
-"\n"
-"DrakX Windows . : \n"
-" . , a\n"
-" j, Windows-\n"
-"scandisk ( defrag), j.\n"
-" , ( )."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for Windows on"
-msgstr "j e e"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr " %s "
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT : %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-" je FAT j ja a j "
-" a loopback ( a)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr " Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-" j , j "
-" ?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr " je j %s "
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Custom ae"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr " fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"a a %s \n"
-"aa , e `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr " a Windows j"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr " a a"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX a j a e ee:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "a j : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr " "
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr " e"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-", .\n"
-" !"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "a %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-" a .\n"
-"a cdrom ej cd .\n"
-"e cdrom j ee \"rpm -qpl Mandrake/"
-"RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr " %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr " "
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr " `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resources. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"a a . a "
-"j\n"
-"Mandrake Linux. je, "
-"j. ,\n"
-"e `F1' a CDROM-a, je `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "e "
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr " j e a:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr " a j e %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-" a,\n"
-" j j .\n"
-"\n"
-" ;\n"
-" 100%% ."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-" a a %d%% a.\n"
-"\n"
-" a a,\n"
-" j j .\n"
-" ;\n"
-" %d%% j a"
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr " e ."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr " a "
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:675
-msgid "Package Group Selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:690
-msgid "Individual package selection"
-msgstr "ja a a"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:615
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr " : %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr ": %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "a: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr " j j a"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "ee "
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "e "
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr " / j "
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr " j , e "
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr " j j j e "
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"j a\n"
-" je ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr " j . a"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr " e"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "/ "
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:525
-msgid "Choose the packages you want to install"
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:757
-msgid "Installing"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr " "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation..."
-msgstr "a , "
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d "
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr " %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:781
-msgid "Refuse"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:782
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-" a Cd-Rom!\n"
-"\n"
-"e a CD a \"%s\" \" \" a "
-".\n"
-" ."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:794
-#: ../../install_steps_interactive.pm_.c:798
-msgid "Go on anyway?"
-msgstr " ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:794
-msgid "There was an error ordering packages:"
-msgstr " :"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:798
-msgid "There was an error installing packages:"
-msgstr " j a:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"ee !\n"
-"\n"
-"a j . a "
-"j \n"
-", e a e CD-a. "
-"'j' \n"
-" j CD ja.\n"
-"\n"
-"\n"
-" e CD j \n"
-"GPL . j "
-"\n"
-" . \n"
-"a j j e \n"
-" e. \n"
-" a , e \n"
-"( backup- a), j, , \n"
-"ae, e-jae ea . \n"
-" j j j a a "
-"a\n"
-" j . e j \n"
-"a, j\n"
-"a, e. "
-", \n"
-" e. \n"
-" e a j \n"
-"j j .\n"
-"\n"
-"\n"
-" e CD j j \n"
-" ae j j \n"
-"a j ej e.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "X,j "
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read this document carefully. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"ae\n"
-"\n"
-" Mandrake Linux "
-"j \n"
-" ae \" \" . "
-"kj, \n"
-" a, a, a, j j je "
-"a \n"
-" Mandrake Linux je.\n"
-"\n"
-"\n"
-"1. \n"
-"\n"
-"a j j . j j "
-"ee \n"
-"MandrakeSoft S.A. j a e.\n"
-"a, a , "
-" \n"
-" a a "
-"j . \n"
-" a j , a "
-"e, e \n"
-" e. \n"
-" j j je, a "
-" a j a a \n"
-" e a \n"
-". , je \n"
-" a.\n"
-"\n"
-"\n"
-"2. ja\n"
-"\n"
-" e ja \" e\", "
-" je, a \n"
-"j .\n"
-"MandrakeSoft S.A. ee, a, "
-" j je,\n"
-"je, e (j e "
-"e \n"
-" a, aa, j a, e a "
-"e j e \n"
-"e, j ) je e e "
-" e \n"
-"a, j MandrakeSoft S.A. "
-"j e \n"
-".\n"
-"\n"
-" e a ae a "
-"a e\n"
-"\n"
-" j , MandrakeSoft S.A. "
-" e, j a, \n"
-" j, e (j "
-"e \n"
-" e a, aa, j a, "
-"e a \n"
-" e j e e, j ) je "
-"e \n"
-" e e je "
-"e download- \n"
-" Mandrake Linux j j a "
-" a.\n"
-" ej, a, "
-"e \n"
-"j a.\n"
-"\n"
-"\n"
-"3. GPL e\n"
-"\n"
-" je "
-" a. ea \n"
-" GNU Je \n"
-"e, j \"GPL\", . e "
-" , \n"
-"ae, j j j j. "
-" a e \n"
-" je "
-"e. j ae \n"
-" "
-"a MandrakeSoft.\n"
-" j j MandrakeSoft S.A. e GPL . "
-"j \n"
-" MandrakeSoft S.A. e . "
-"j \n"
-" ae.\n"
-"\n"
-"\n"
-"4. j\n"
-"\n"
-" j "
-"a \n"
-" ae j j j ej "
-" e e.\n"
-"MandrakeSoft S.A. j j a j "
-"a, a \n"
-"e, e.\n"
-"\"Mandrake\", \"Mandrake Linux\" e MandrakeSoft "
-"S.A. \n"
-"\n"
-"\n"
-"5. a \n"
-"\n"
-" j a, "
-"e, j \n"
-" j a. a eje e "
-"\n"
-"a.\n"
-" e.\n"
-" e a. \n"
-", u j "
-" - a.\n"
-" j a j j j , j "
-"MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1017
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "a"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr " ."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr " j a a"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "j ?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "/"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr " a ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "e ."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr " ."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "j a"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "j 2 a"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr " 3 a"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr " PCMCIA ..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "K IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "No partition available"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "a j ae a aa"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-" , :(\n"
-" ռ "
-"je ( Ƹ !).\n"
-" ee j DrakX je ja.\n"
-"(e je %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake .\n"
-" !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-" 1MB bootstrap! , "
-" , bootstrap "
-"DiskDrake-"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr " root "
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root "
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr " root (/) ?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr " ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "a a e %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr " swap- , swap-"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages..."
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade..."
-msgstr " ..."
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
-msgstr "a j aae (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:538
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-" .\n"
-" auto_install ."
-
-#: ../../install_steps_interactive.pm_.c:541
-msgid "Load from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Loading from floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:548
-msgid "Insert a floppy containing package selection"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:560
-msgid "Save on floppy"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:628
-msgid "Selected size is larger than available space"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:641
-msgid "Type of install"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:642
-#, fuzzy
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-" \n"
-" "
-
-#: ../../install_steps_interactive.pm_.c:645
-msgid "With X"
-msgstr " X-"
-
-#: ../../install_steps_interactive.pm_.c:647
-msgid "With basic documentation (recommended!)"
-msgstr " (!)"
-
-#: ../../install_steps_interactive.pm_.c:648
-msgid "Truly minimal install (especially no urpmi)"
-msgstr " ( urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:732
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-" a CD-e, Ok.\n"
-" j CD, Cancel.\n"
-" j CD- , je x, Ok."
-
-#: ../../install_steps_interactive.pm_.c:737
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom a \"%s"
-
-#: ../../install_steps_interactive.pm_.c:757
-msgid "Preparing installation"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:766
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-" %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:812
-msgid "Post-install configuration"
-msgstr " a"
-
-#: ../../install_steps_interactive.pm_.c:818
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr " Boot %s"
-
-#: ../../install_steps_interactive.pm_.c:824
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr " Update Modules %s"
-
-#: ../../install_steps_interactive.pm_.c:844
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-" x j j "
-"\n"
-" , / \n"
-" download .\n"
-"\n"
-" j j\n"
-". e, je\n"
-"\n"
-"MandrakeSoft j j ,"
-" j j.\n"
-"\n"
-"\n"
-" a je \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:883
-#, fuzzy
-msgid ""
-"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
-"contain security or bug fixes.\n"
-"\n"
-"To download these packages, you will need to have a working Internet \n"
-"connection.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-" download- \n"
-" .\n"
-"\n"
-" , "
-" \n"
-" .\n"
-"\n"
-" update- ?"
-
-#: ../../install_steps_interactive.pm_.c:898
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr ""
-" Mandrake Linux web mirror-"
-
-#: ../../install_steps_interactive.pm_.c:903
-msgid "Choose a mirror from which to get the packages"
-msgstr " mirror "
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr " mirror "
-
-#: ../../install_steps_interactive.pm_.c:939
-msgid "Which is your timezone?"
-msgstr "j j a a ?"
-
-#: ../../install_steps_interactive.pm_.c:944
-msgid "Hardware clock set to GMT"
-msgstr " (BIOS) GMT"
-
-#: ../../install_steps_interactive.pm_.c:945
-msgid "Automatic time synchronization (using NTP)"
-msgstr " ( NTP-)"
-
-#: ../../install_steps_interactive.pm_.c:952
-msgid "NTP Server"
-msgstr "NTP "
-
-#: ../../install_steps_interactive.pm_.c:986
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Remote CUPS server"
-msgstr " CUPS "
-
-#: ../../install_steps_interactive.pm_.c:987
-msgid "No printer"
-msgstr " a"
-
-#: ../../install_steps_interactive.pm_.c:1004
-msgid "Do you have an ISA sound card?"
-msgstr " ISA ?"
-
-#: ../../install_steps_interactive.pm_.c:1006
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-" \"sndconfig\" "
-
-#: ../../install_steps_interactive.pm_.c:1008
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-" . \"harddrake\" "
-
-#: ../../install_steps_interactive.pm_.c:1013 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "a"
-
-#: ../../install_steps_interactive.pm_.c:1016
-msgid "Mouse"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1018
-msgid "Timezone"
-msgstr " a"
-
-#: ../../install_steps_interactive.pm_.c:1019 ../../printerdrake.pm_.c:2279
-#: ../../printerdrake.pm_.c:2357
-msgid "Printer"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1021
-msgid "ISDN card"
-msgstr "ISDN a"
-
-#: ../../install_steps_interactive.pm_.c:1024
-#: ../../install_steps_interactive.pm_.c:1026
-msgid "Sound card"
-msgstr " a"
-
-#: ../../install_steps_interactive.pm_.c:1028
-msgid "TV card"
-msgstr "TV a"
-
-#: ../../install_steps_interactive.pm_.c:1066
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1094
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1103
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1068
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "Local files"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1078 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr " root "
-
-#: ../../install_steps_interactive.pm_.c:1079
-msgid "No password"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1084
-#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr " j e ja ( a %d )"
-
-#: ../../install_steps_interactive.pm_.c:1090 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "Authentication LDAP"
-msgstr "LDAP "
-
-#: ../../install_steps_interactive.pm_.c:1099
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1100
-msgid "LDAP Server"
-msgstr "LDAP "
-
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication NIS"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "NIS Domain"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "NIS Server"
-msgstr "NIS "
-
-#: ../../install_steps_interactive.pm_.c:1143
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-" \n"
-" a. \n"
-"SILO( grub) , SILO, "
-"SILO \n"
-" . Mandrake Linux\n"
-"' ', .\n"
-" "
-" \"\"."
-
-#: ../../install_steps_interactive.pm_.c:1159
-msgid "First floppy drive"
-msgstr " / ej "
-
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "Second floppy drive"
-msgstr " / ej"
-
-#: ../../install_steps_interactive.pm_.c:1161 ../../printerdrake.pm_.c:1851
-msgid "Skip"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1166
-#, fuzzy, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-" \n"
-" a. \n"
-"LILO( grub) , LILO, "
-"LILO \n"
-" . Mandrake Linux\n"
-"' ', .\n"
-" ?"
-
-#: ../../install_steps_interactive.pm_.c:1172
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(ÿ! XFS root ,\n"
-" 1.44 Mb ,\n"
-" XFS )."
-
-#: ../../install_steps_interactive.pm_.c:1180
-msgid "Sorry, no floppy drive available"
-msgstr " , e"
-
-#: ../../install_steps_interactive.pm_.c:1184
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-" "
-
-#: ../../install_steps_interactive.pm_.c:1188
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1191
-msgid "Creating bootdisk..."
-msgstr " ..."
-
-#: ../../install_steps_interactive.pm_.c:1198
-msgid "Preparing bootloader..."
-msgstr " ..."
-
-#: ../../install_steps_interactive.pm_.c:1209
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-" \n"
-" , yaboot .\n"
-" , \n"
-" BootX "
-
-#: ../../install_steps_interactive.pm_.c:1215
-msgid "Do you want to use aboot?"
-msgstr " aboot ?"
-
-#: ../../install_steps_interactive.pm_.c:1218
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"e j aboot-a, \n"
-" a e je?"
-
-#: ../../install_steps_interactive.pm_.c:1225
-msgid "Installing bootloader"
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1231
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr " a . :"
-
-#: ../../install_steps_interactive.pm_.c:1239
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"a Open Firmware boot-ej \n"
-" . \n"
-" Command-Option-O-F a e:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" je: shut-down\n"
-" e j a ."
-
-#: ../../install_steps_interactive.pm_.c:1283
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr " %s"
-
-#: ../../install_steps_interactive.pm_.c:1287
-msgid "Creating auto install floppy..."
-msgstr " "
-
-#: ../../install_steps_interactive.pm_.c:1298
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-" .\n"
-"\n"
-" ?"
-
-#: ../../install_steps_interactive.pm_.c:1309
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-", .\n"
-" <Enter> .\n"
-"\n"
-"\n"
-" \n"
-"Mandrake Linux , 'Errata' \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-" -\n"
-" Mandrake Linux ' '."
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid "Generate auto install floppy"
-msgstr "j "
-
-#: ../../install_steps_interactive.pm_.c:1328
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-" j e,\n"
-" j e -!!\n"
-"( j j a).\n"
-"\n"
-" j.\n"
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Automated"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1333
-msgid "Replay"
-msgstr "aae"
-
-#: ../../install_steps_interactive.pm_.c:1336
-msgid "Save packages selection"
-msgstr "aj j a"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-"<Tab>/<Alt-Tab> . a | <Space> | <F12> "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "j kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr " "
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr ""
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr " ..."
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr " , \n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr " ? ( default- %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-" :\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr " ? (0/1, default `%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr " `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button?"
-msgstr " ? "
-
-#: ../../interactive_stdio.pm_.c:103
-msgid " enter `void' for void entry"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr " ? (default `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-" 10 ,\n"
-" Enter .\n"
-" ? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> , :\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Re-submit"
-
-#: ../../keyboard.pm_.c:197 ../../keyboard.pm_.c:228
-msgid "Czech (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:198 ../../keyboard.pm_.c:230
-msgid "German"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-msgid "Dvorak"
-msgstr ""
-
-#: ../../keyboard.pm_.c:200 ../../keyboard.pm_.c:237
-msgid "Spanish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:201 ../../keyboard.pm_.c:238
-msgid "Finnish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:202 ../../keyboard.pm_.c:239
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:203 ../../keyboard.pm_.c:264
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:204
-msgid "Polish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:205 ../../keyboard.pm_.c:272
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:207 ../../keyboard.pm_.c:274
-msgid "Swedish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:208 ../../keyboard.pm_.c:289
-msgid "UK keyboard"
-msgstr "UK a"
-
-#: ../../keyboard.pm_.c:209 ../../keyboard.pm_.c:290
-msgid "US keyboard"
-msgstr "US a"
-
-#: ../../keyboard.pm_.c:211
-msgid "Albanian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:212
-msgid "Armenian (old)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:213
-msgid "Armenian (typewriter)"
-msgstr " (typewriter)"
-
-#: ../../keyboard.pm_.c:214
-msgid "Armenian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:219
-msgid "Azerbaidjani (latin)"
-msgstr "ej ()"
-
-#: ../../keyboard.pm_.c:221
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:222
-msgid "Bulgarian (phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:223
-msgid "Bulgarian (BDS)"
-msgstr " (BDS)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Brazilian (ABNT-2)"
-msgstr " (ABNT-2)"
-
-#: ../../keyboard.pm_.c:225
-msgid "Belarusian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:226
-msgid "Swiss (German layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:227
-msgid "Swiss (French layout)"
-msgstr " ( )"
-
-#: ../../keyboard.pm_.c:229
-msgid "Czech (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:231
-msgid "German (no dead keys)"
-msgstr "a ( )"
-
-#: ../../keyboard.pm_.c:232
-msgid "Danish"
-msgstr ""
-
-#: ../../keyboard.pm_.c:233
-msgid "Dvorak (US)"
-msgstr " (US)"
-
-#: ../../keyboard.pm_.c:234
-msgid "Dvorak (Norwegian)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:235
-msgid "Dvorak (Swedish)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:236
-msgid "Estonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:240
-msgid "Georgian (\"Russian\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:241
-msgid "Georgian (\"Latin\" layout)"
-msgstr " (\"\" )"
-
-#: ../../keyboard.pm_.c:242
-msgid "Greek"
-msgstr ""
-
-#: ../../keyboard.pm_.c:243
-msgid "Hungarian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:244
-msgid "Croatian"
-msgstr "a"
-
-#: ../../keyboard.pm_.c:245
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:246
-msgid "Israeli (Phonetic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:247
-msgid "Iranian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:248
-msgid "Icelandic"
-msgstr ""
-
-#: ../../keyboard.pm_.c:249
-msgid "Italian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:251
-msgid "Japanese 106 keys"
-msgstr "J 106 a"
-
-#: ../../keyboard.pm_.c:254
-msgid "Korean keyboard"
-msgstr "j a"
-
-#: ../../keyboard.pm_.c:255
-msgid "Latin American"
-msgstr "-"
-
-#: ../../keyboard.pm_.c:256
-msgid "Lithuanian AZERTY (old)"
-msgstr " AZERTY()"
-
-#: ../../keyboard.pm_.c:258
-msgid "Lithuanian AZERTY (new)"
-msgstr " AZERTY()"
-
-#: ../../keyboard.pm_.c:259
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr " \"number row\"QWERTY"
-
-#: ../../keyboard.pm_.c:260
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr " \"\" QWERTY"
-
-#: ../../keyboard.pm_.c:261
-msgid "Latvian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:262
-msgid "Macedonian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:263
-msgid "Dutch"
-msgstr ""
-
-#: ../../keyboard.pm_.c:265
-msgid "Polish (qwerty layout)"
-msgstr " (qwerty )"
-
-#: ../../keyboard.pm_.c:266
-msgid "Polish (qwertz layout)"
-msgstr " (qwertz )"
-
-#: ../../keyboard.pm_.c:267
-msgid "Portuguese"
-msgstr ""
-
-#: ../../keyboard.pm_.c:268
-msgid "Canadian (Quebec)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:270
-msgid "Romanian (qwertz)"
-msgstr " (qwertz)"
-
-#: ../../keyboard.pm_.c:271
-msgid "Romanian (qwerty)"
-msgstr " (qwerty)"
-
-#: ../../keyboard.pm_.c:273
-msgid "Russian (Yawerty)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:275
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:276
-msgid "Slovakian (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:277
-msgid "Slovakian (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:279
-msgid "Serbian (cyrillic)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:281
-msgid "Tamil"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Thai keyboard"
-msgstr " Thai "
-
-#: ../../keyboard.pm_.c:284
-msgid "Tajik keyboard"
-msgstr " "
-
-#: ../../keyboard.pm_.c:285
-msgid "Turkish (traditional \"F\" model)"
-msgstr " ( \"F\" )"
-
-#: ../../keyboard.pm_.c:286
-msgid "Turkish (modern \"Q\" model)"
-msgstr " ( \"Q\" )"
-
-#: ../../keyboard.pm_.c:288
-msgid "Ukrainian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:291
-msgid "US keyboard (international)"
-msgstr "US ()"
-
-#: ../../keyboard.pm_.c:292
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "j \"number row\"QWERTY"
-
-#: ../../keyboard.pm_.c:293
-msgid "Yugoslavian (latin)"
-msgstr " ()"
-
-#: ../../keyboard.pm_.c:301
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:302
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:303
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:304
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:305
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:306
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:307
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:308
-#, fuzzy
-msgid "Left \"Windows\" key"
-msgstr " Windows "
-
-#: ../../keyboard.pm_.c:309
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr " a %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr " e\n"
-
-#: ../../modules.pm_.c:832
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr "PCMCIA 2.2 . 2.4 ."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun "
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr " PS2 "
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 "
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr " 2 "
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generic"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr ""
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr ""
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr " 3 "
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC ()"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM "
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech mouse (, C7 )"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bus "
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 a"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 a"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr " a"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr " "
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "a "
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr " !"
-
-#: ../../my_gtk.pm_.c:666
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:701
-msgid "Finish"
-msgstr "j"
-
-#: ../../my_gtk.pm_.c:701 ../../printerdrake.pm_.c:1590
-msgid "Next ->"
-msgstr "e ->"
-
-#: ../../my_gtk.pm_.c:702 ../../printerdrake.pm_.c:1588
-msgid "<- Previous"
-msgstr "<- "
-
-#: ../../my_gtk.pm_.c:1034
-msgid "Is this correct?"
-msgstr " ?"
-
-#: ../../my_gtk.pm_.c:1098 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:1119
-msgid "Expand Tree"
-msgstr " "
-
-#: ../../my_gtk.pm_.c:1120
-msgid "Collapse Tree"
-msgstr " "
-
-#: ../../my_gtk.pm_.c:1121
-msgid "Toggle between flat and group sorted"
-msgstr "j: "
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "j "
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"je a j a adsl je pppoe.\n"
-"e, j j j pptp j e dhcp.\n"
-" e j je, e ' pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr " dhcpd"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr " pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr " pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr " dhcp j e ? j dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"j j e a.\n"
-" j je."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:248
-msgid "Choose the network interface"
-msgstr " e ej"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-" e j j "
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:364
-msgid "Configuring network"
-msgstr " "
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-" e\n"
-"' DHCP j .\n"
-"a .\n"
-"``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:369
-msgid "Host name"
-msgstr " :"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:179
-#: ../../network/netconnect.pm_.c:206 ../../network/netconnect.pm_.c:229
-#: ../../network/netconnect.pm_.c:237
-msgid "Network Configuration Wizard"
-msgstr " e"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr " ISDN "
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr " ISDN a"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr " j a ISDN j ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-" ISDN ?\n"
-"\n"
-"* isdn4net. , \n"
-" , .\n"
-"\n"
-"* , ,\n"
-" .\n"
-"\n"
-" () .\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr " (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr " (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN a"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
-msgstr ""
-" jea.\n"
-" j , Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr " (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr " a"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
-msgstr ""
-" \n"
-" - ( j)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use?"
-msgstr " e ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "a ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr " "
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
-msgstr ""
-"\n"
-" a ISA , e "
-"e.\n"
-"\n"
-" ae PCMCIA , irq io a .\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card?"
-msgstr " ISDN a ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
-msgstr ""
-" je ISDN PCI a, a. e j PCI "
-" e ."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "j a ISDN PCI . j e ."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr " ."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Dialup "
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr " "
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr " "
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr " "
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr " DNS (ja)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr " DNS (ja)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-" j."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-" j"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-" j"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "j"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "j"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr " j"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr " j ja"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr " %s j."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-" %s .\n"
-"\n"
-"\n"
-" \" \" ."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:256
-#: ../../network/netconnect.pm_.c:276 ../../network/tools.pm_.c:63
-msgid "Network Configuration"
-msgstr " e"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-" j, a j e ea "
-"ea.\n"
-" O j Network/Internet je, "
-"cancel a j.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard.\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-" ea e je\n"
-"\n"
-"a a /e j.\n"
-" j, j j.\n"
-
-#: ../../network/netconnect.pm_.c:171
-msgid "Choose the profile to configure"
-msgstr " ae"
-
-#: ../../network/netconnect.pm_.c:172
-msgid "Use auto detection"
-msgstr " j"
-
-#: ../../network/netconnect.pm_.c:179 ../../printerdrake.pm_.c:145
-msgid "Detecting devices..."
-msgstr "j eje..."
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "Normal modem connection"
-msgstr "a a ja"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-#, c-format
-msgid "detected on port %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-msgid "ISDN connection"
-msgstr "ISDN ja"
-
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
-#, c-format
-msgid "detected %s"
-msgstr " %s"
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-msgid "ADSL connection"
-msgstr "ADSL ja"
-
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
-#, c-format
-msgid "detected on interface %s"
-msgstr " ej %s"
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-msgid "Cable connection"
-msgstr " ja"
-
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
-msgid "cable connection detected"
-msgstr " ja "
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "LAN connection"
-msgstr "LAN ja"
-
-#: ../../network/netconnect.pm_.c:194 ../../network/netconnect.pm_.c:203
-msgid "ethernet card(s) detected"
-msgstr " e ()"
-
-#: ../../network/netconnect.pm_.c:206
-msgid "Choose the connection you want to configure"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:230
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-" .\n"
-" .\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:231
-msgid "Internet connection"
-msgstr " j"
-
-#: ../../network/netconnect.pm_.c:237
-msgid "Do you want to start the connection at boot?"
-msgstr " je a a a ?"
-
-#: ../../network/netconnect.pm_.c:251
-msgid "Network configuration"
-msgstr " e"
-
-#: ../../network/netconnect.pm_.c:252
-msgid "The network needs to be restarted"
-msgstr " "
-
-#: ../../network/netconnect.pm_.c:256
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"j a ee?\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-", e j j aa.\n"
-"\n"
-"j .\n"
-
-#: ../../network/netconnect.pm_.c:270
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-" , je X\n"
-"ee hostname-a."
-
-#: ../../network/netconnect.pm_.c:271
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration."
-msgstr ""
-" .\n"
-" net_monitor mcc. "
-" , "
-
-#: ../../network/network.pm_.c:293
-msgid ""
-"WARNING: this device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"ee: j j e ae a "
-".\n"
-" e .\n"
-" j je j."
-
-#: ../../network/network.pm_.c:298
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-" IP .\n"
-" tavka \n"
-"IP ( , 123.45.67.89)."
-
-#: ../../network/network.pm_.c:308 ../../network/network.pm_.c:309
-#, c-format
-msgid "Configuring network device %s"
-msgstr " %s"
-
-#: ../../network/network.pm_.c:309
-#, c-format
-msgid " (driver %s)"
-msgstr "(j %s)"
-
-#: ../../network/network.pm_.c:311 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP "
-
-#: ../../network/network.pm_.c:312 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr " "
-
-#: ../../network/network.pm_.c:313
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:313
-msgid "Automatic IP"
-msgstr " IP"
-
-#: ../../network/network.pm_.c:314
-#, fuzzy
-msgid "Start at boot"
-msgstr " a"
-
-#: ../../network/network.pm_.c:335 ../../printerdrake.pm_.c:714
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP 1.2.3.4"
-
-#: ../../network/network.pm_.c:365
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-" , , IP \n"
-"'nameserver'-. ,\n"
-" . ``mybox.mylab.myco.com''.\n"
-" 'nameserver'-, ."
-
-#: ../../network/network.pm_.c:370
-msgid "DNS server"
-msgstr "DNS "
-
-#: ../../network/network.pm_.c:371
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (e.g. %s)"
-
-#: ../../network/network.pm_.c:373
-msgid "Gateway device"
-msgstr "Gateway j"
-
-#: ../../network/network.pm_.c:385
-msgid "Proxies configuration"
-msgstr "ea ja"
-
-#: ../../network/network.pm_.c:386
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:387
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:388
-msgid "Track network card id (useful for laptops)"
-msgstr "Track id ( )"
-
-#: ../../network/network.pm_.c:391
-msgid "Proxy should be http://..."
-msgstr "Proxy http://..."
-
-#: ../../network/network.pm_.c:392
-msgid "Proxy should be ftp://..."
-msgstr "Proxy ftp://..."
-
-#: ../../network/tools.pm_.c:41
-msgid "Internet configuration"
-msgstr " a"
-
-#: ../../network/tools.pm_.c:42
-msgid "Do you want to try to connect to the Internet now?"
-msgstr " j a?"
-
-#: ../../network/tools.pm_.c:46 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "a j..."
-
-#: ../../network/tools.pm_.c:56
-msgid "The system is now connected to Internet."
-msgstr " j "
-
-#: ../../network/tools.pm_.c:57
-msgid "For security reason, it will be disconnected now."
-msgstr " , ."
-
-#: ../../network/tools.pm_.c:58
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-" j .\n"
-"j j."
-
-#: ../../network/tools.pm_.c:82
-msgid "Connection Configuration"
-msgstr " je"
-
-#: ../../network/tools.pm_.c:83
-msgid "Please fill or check the field below"
-msgstr " a "
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ e"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "(DMA) e"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr " IO e"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr " IO_0 e"
-
-#: ../../network/tools.pm_.c:89 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 e"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "a j a"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr " j (. provider.net)"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr " ja"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "j dns 1 ()"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "j dns 2 ()"
-
-#: ../../network/tools.pm_.c:95
-msgid "Choose your country"
-msgstr " "
-
-#: ../../network/tools.pm_.c:96 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr " ae"
-
-#: ../../network/tools.pm_.c:97 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr " "
-
-#: ../../network/tools.pm_.c:98 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr " ( .)"
-
-#: ../../network/tools.pm_.c:99 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "a a ( )"
-
-#: ../../network/tools.pm_.c:100 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr " a"
-
-#: ../../network/tools.pm_.c:118
-msgid "United Kingdom"
-msgstr ""
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr " : "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Extended j j j "
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions."
-msgstr ""
-" .\n"
-" \n"
-" extended "
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr " e %s : %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr " backup-a a"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr " a %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"e e a . \n"
-" j . \n"
-" a e"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr " "
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "a"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr " "
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "a"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Unix- "
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR "
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer "
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - , "
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr " "
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr " a"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr " CUPS "
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:736
-msgid "Printer on remote lpd server"
-msgstr " lpd "
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "e (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr " SMB/Windows 95/98/NT "
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr " NetWare "
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:740
-msgid "Enter a printer device URI"
-msgstr " URI "
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr " "
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2733
-msgid "Unknown model"
-msgstr " "
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr " "
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr " a"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", - \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", - USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", - HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", - "
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr " LPD r \"%s\", \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP \"%s\", %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr " Windows \"%s\", share \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr " Novell \"%s\", \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1138
-msgid "Raw printer (No driver)"
-msgstr "Raw ( )"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "( %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "( )"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr " CUPS \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2394
-#: ../../printerdrake.pm_.c:2405 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2673 ../../printerdrake.pm_.c:2700
-#: ../../printerdrake.pm_.c:2870 ../../printerdrake.pm_.c:2872
-msgid " (Default)"
-msgstr " ()"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-" CUPS ; "
-" ."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2457
-msgid "CUPS configuration"
-msgstr "CUPS "
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2458
-msgid "Specify CUPS server"
-msgstr " CUPS "
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-" CUPS "
-" ; CUPS "
-" . "
-" \"Remote printers\" Printerdrake-"
-". CUPS , CUPS "
-"IP "
-", ."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-" CUPS , "
-" CUPS . "
-" , \" CUPS \" "
-" /etc/cups/cupsd.conf . "
-" CUPS (: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP . 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:864
-msgid "The port number should be an integer!"
-msgstr "j j !"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "SMB IP:"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:857
-msgid "Port"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr " CUPS "
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2440
-#: ../../printerdrake.pm_.c:2559
-msgid "Add a new printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-" \n"
-"\n"
-" "
-" .\n"
-"\n"
-" "
-" y , , "
-" ."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-" \n"
-"\n"
-" () () "
-".\n"
-"\n"
-" () (). on "
-"\"\" , \"\" "
-"().\n"
-"\n"
-" -, "
-" \"- \" . "
-" \" \" printerdrake "
-" ."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "- "
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-", !\n"
-"\n"
-" \"\" ( "
-" \"\" ).\n"
-"\n"
-" , , "
-" default (, , ...), \""
-"\" \"\" Mandrake ."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "- "
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake - "
-" USB , - "
-"¸ µ ¾ ¸ µ İ µ! "
-" ² !\n"
-"\n"
-" - ?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr " j"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr " %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr " \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-" ! "
-"/ ( : /dev/lp0, /dev/"
-"lp1, ..., LPT1:, LPT2:, ..., USB : /dev/usb/lp0, "
-" USB : /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-" . "
-"\"\" \"\" Mandrake ."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-" , \"\", "
-"\" \", \" \" ."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-" -, "
-", / "
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-" - . "
-" "
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-" -. "
-". "
-" , \" \"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-" - . "
-" . . "
-" , "
-" \" \"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-" / "
-" "
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr " ."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" ( : /dev/lp0, /dev/lp1, ..., LPT1:, "
-"LPT2:, ..., USB : /dev/usb/lp0, USB : /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr " / /!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr " a"
-
-#: ../../printerdrake.pm_.c:467
-#, fuzzy
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-"1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart P100 or 1315 or an "
-"HP LaserJet 2200?"
-msgstr ""
-" - HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 )?"
-
-#: ../../printerdrake.pm_.c:484
-msgid "Installing HPOJ package..."
-msgstr " HPOJ ..."
-
-#: ../../printerdrake.pm_.c:489
-msgid "Checking device and configuring HPOJ..."
-msgstr " HPOJ ..."
-
-#: ../../printerdrake.pm_.c:507
-msgid "Installing SANE package..."
-msgstr " SANE ..."
-
-#: ../../printerdrake.pm_.c:519
-msgid "Scanning on your HP multi-function device"
-msgstr " HP - "
-
-#: ../../printerdrake.pm_.c:536
-msgid "Making printer port available for CUPS..."
-msgstr " CUPS ..."
-
-#: ../../printerdrake.pm_.c:546 ../../printerdrake.pm_.c:1020
-#: ../../printerdrake.pm_.c:1134
-msgid "Reading printer database..."
-msgstr " CUPS ..."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote lpd Printer Options"
-msgstr " lpd"
-
-#: ../../printerdrake.pm_.c:627
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-" lpd , "
-" ."
-
-#: ../../printerdrake.pm_.c:628
-msgid "Remote host name"
-msgstr " host-a"
-
-#: ../../printerdrake.pm_.c:629
-msgid "Remote printer name"
-msgstr "Ime u aa"
-
-#: ../../printerdrake.pm_.c:632
-msgid "Remote host name missing!"
-msgstr " host-a!"
-
-#: ../../printerdrake.pm_.c:636
-msgid "Remote printer name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) "
-
-#: ../../printerdrake.pm_.c:705
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-" SMB , \n"
-" ( TCP/IP );\n"
-"IP ; ,\n"
-" ."
-
-#: ../../printerdrake.pm_.c:706
-msgid "SMB server host"
-msgstr "SMB host:"
-
-#: ../../printerdrake.pm_.c:707
-msgid "SMB server IP"
-msgstr "SMB IP:"
-
-#: ../../printerdrake.pm_.c:708
-msgid "Share name"
-msgstr " (j) e :"
-
-#: ../../printerdrake.pm_.c:711
-msgid "Workgroup"
-msgstr " (Workgroup):"
-
-#: ../../printerdrake.pm_.c:718
-msgid "Either the server name or the server's IP must be given!"
-msgstr " IP!"
-
-#: ../../printerdrake.pm_.c:722
-msgid "Samba share name missing!"
-msgstr " Samba-!"
-
-#: ../../printerdrake.pm_.c:727
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:728
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:738
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:741
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:803
-msgid "NetWare Printer Options"
-msgstr "NetWare "
-
-#: ../../printerdrake.pm_.c:804
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-" NetWare , "
-"NetWare ( TCP/IPhostname! ); "
-" '' , "
-"."
-
-#: ../../printerdrake.pm_.c:805
-msgid "Printer Server"
-msgstr " :"
-
-#: ../../printerdrake.pm_.c:806
-msgid "Print Queue Name"
-msgstr "Print Queue :"
-
-#: ../../printerdrake.pm_.c:811
-msgid "NCP server name missing!"
-msgstr " NCP !"
-
-#: ../../printerdrake.pm_.c:815
-msgid "NCP queue name missing!"
-msgstr " NCP !"
-
-#: ../../printerdrake.pm_.c:854
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Socket "
-
-#: ../../printerdrake.pm_.c:855
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-" TCP socket , "
-" () . HP JetDirect "
-" 9100, . "
-" ."
-
-#: ../../printerdrake.pm_.c:856
-msgid "Printer host name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:860
-msgid "Printer host name missing!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:889 ../../printerdrake.pm_.c:891
-msgid "Printer Device URI"
-msgstr "ej URI"
-
-#: ../../printerdrake.pm_.c:890
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-" URI . URI "
-"CUPS Foomatic . URI ."
-
-#: ../../printerdrake.pm_.c:905
-msgid "A valid URI must be entered!"
-msgstr " URI!"
-
-#: ../../printerdrake.pm_.c:1006
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-" ( \"\"). "
-" . ."
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Name of printer"
-msgstr " a"
-
-#: ../../printerdrake.pm_.c:1008
-msgid "Description"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1009
-msgid "Location"
-msgstr "ja"
-
-#: ../../printerdrake.pm_.c:1023
-msgid "Preparing printer database..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1114
-msgid "Your printer model"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1115
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake "
-" . "
-" , "
-". \" "
-"\" , \" \" "
-" .\n"
-"\n"
-" Printerdrake :\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1120 ../../printerdrake.pm_.c:1123
-msgid "The model is correct"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1121 ../../printerdrake.pm_.c:1122
-#: ../../printerdrake.pm_.c:1125
-msgid "Select model manually"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1141
-msgid "Printer model selection"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1142
-msgid "Which printer model do you have?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1143
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-" Printerdrake - . "
-" "
-" \"Raw \"."
-
-#: ../../printerdrake.pm_.c:1146
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-" , "
-"( ) ."
-
-#: ../../printerdrake.pm_.c:1222
-msgid "OKI winprinter configuration"
-msgstr "OKI win "
-
-#: ../../printerdrake.pm_.c:1223
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-" OKI win . \n"
-" "
-" . "
-" "
-" . "
-" ."
-
-#: ../../printerdrake.pm_.c:1266 ../../printerdrake.pm_.c:1293
-msgid "Lexmark inkjet configuration"
-msgstr " Lexmark inkjet "
-
-#: ../../printerdrake.pm_.c:1267
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-" inkjet Lexmark "
-" , . "
-" "
-"."
-
-#: ../../printerdrake.pm_.c:1294
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-" Lexmark inkjet "
-" Lexmark (http://www.lexmark.com/). US "
-" \"\". "
-" , \"Linux\". RPM "
-" shell . "
-" d . Cancel "
-". printhead alignment \"lexmarkmaintain\" "
-" ."
-
-#: ../../printerdrake.pm_.c:1510
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"default \n"
-"\n"
-" / ( "
-") (, "
-"duplex , ) . "
-" / "
-"."
-
-#: ../../printerdrake.pm_.c:1519
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1523
-#, c-format
-msgid "Option %s must be a number!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1528
-#, c-format
-msgid "Option %s out of range!"
-msgstr " %s !"
-
-#: ../../printerdrake.pm_.c:1567
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-" (\"%s\")\n"
-" default ?"
-
-#: ../../printerdrake.pm_.c:1584
-msgid "Test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1585
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-" .\n"
-": "
-" "
-" . "
-"."
-
-#: ../../printerdrake.pm_.c:1589
-msgid "No test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Print"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1592
-msgid "Standard test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1595
-msgid "Alternative test page (Letter)"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Alternative test page (A4)"
-msgstr " (A4)"
-
-#: ../../printerdrake.pm_.c:1600
-msgid "Photo test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1604
-msgid "Do not print any test page"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1612 ../../printerdrake.pm_.c:1749
-msgid "Printing test page(s)..."
-msgstr " ()..."
-
-#: ../../printerdrake.pm_.c:1637
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-" () .\n"
-" .\n"
-" :\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1641
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-" () .\n"
-" .\n"
-
-#: ../../printerdrake.pm_.c:1648
-msgid "Did it work properly?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:1669 ../../printerdrake.pm_.c:2735
-msgid "Raw printer"
-msgstr "Raw "
-
-#: ../../printerdrake.pm_.c:1687
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-" ( ) "
-" \"%s <>\" : \"xpp <>"
-"\" \"kprinter <>\". "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1689
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-" \" \" "
-" , "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1692 ../../printerdrake.pm_.c:1708
-#: ../../printerdrake.pm_.c:1718
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-" \"%s\" . "
-" , e. g. \"%s <>\". "
-
-#: ../../printerdrake.pm_.c:1695 ../../printerdrake.pm_.c:1734
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-" "
-" \" \".%"
-"s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1698
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-" :\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-" ( ) "
-"\"%s <>\".\n"
-
-#: ../../printerdrake.pm_.c:1705 ../../printerdrake.pm_.c:1715
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-" \" \" "
-" . "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1710 ../../printerdrake.pm_.c:1720
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-" "
-"\" \"."
-
-#: ../../printerdrake.pm_.c:1723
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-" ( ) "
-"\"%s <>\" \"%s <>\".\n"
-
-#: ../../printerdrake.pm_.c:1727
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-" \"xpdq\" "
-" .\n"
-" KDE \" \", "
-", \"° !\", "
-" . "
-" .\n"
-
-#: ../../printerdrake.pm_.c:1731
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-" \"%s\" \"%s\" "
-". , e. g. \"%s "
-"<>\".\n"
-
-#: ../../printerdrake.pm_.c:1740 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:1747 ../../printerdrake.pm_.c:1748
-#: ../../printerdrake.pm_.c:2719 ../../standalone/drakbackup_.c:743
-#: ../../standalone/drakbackup_.c:2448 ../../standalone/drakfont_.c:580
-#: ../../standalone/drakfont_.c:792
-msgid "Close"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1743 ../../printerdrake.pm_.c:1755
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "/ \"%s\""
-
-#: ../../printerdrake.pm_.c:1744 ../../printerdrake.pm_.c:1756
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr " \"%s\""
-
-#: ../../printerdrake.pm_.c:1746
-msgid "Print option list"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1768
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-" HP - "
-". \"scanimage\" (\"scanimage -d hp:%s\" "
-" ) "
-" \"xscanimage\" \"xsane\". the "
-"GIMP, \"e\"/"
-"\"Acquire\" . \"man scanimage\" \"man sane-hp\" "
-" .\n"
-"\n"
-" \"scannerdrake\" !"
-
-#: ../../printerdrake.pm_.c:1775
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-" HP - "
-" . "
-"\"ptal-hp %s scan ...\". GIMP- "
-" . \"/"
-"usr/share/doc/hpoj-0.8/ptal-hp-scan.html\" . "
-" HP LaserJet 1100 1200 "
-" .\n"
-"\n"
-" \"scannerdrake\" !"
-
-#: ../../printerdrake.pm_.c:1797 ../../printerdrake.pm_.c:2224
-#: ../../printerdrake.pm_.c:2488
-msgid "Reading printer data..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1817 ../../printerdrake.pm_.c:1845
-#: ../../printerdrake.pm_.c:1880
-msgid "Transfer printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1818
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-" spooler %s to %"
-"s, spooler. ( , , "
-", , default ) , "
-" .\n"
-" queues :\n"
-
-#: ../../printerdrake.pm_.c:1821
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS Novell "
-" - .\n"
-
-#: ../../printerdrake.pm_.c:1823
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ , LPD , Socket/TCP "
-".\n"
-
-#: ../../printerdrake.pm_.c:1825
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD LPRng IPP .\n"
-
-#: ../../printerdrake.pm_.c:1827
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-" , queues \"foomatic-"
-"configure\" ."
-
-#: ../../printerdrake.pm_.c:1828
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-", PPD "
-" CUPS ."
-
-#: ../../printerdrake.pm_.c:1829
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-" \n"
-"\"\"."
-
-#: ../../printerdrake.pm_.c:1832
-msgid "Do not transfer printers"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1833 ../../printerdrake.pm_.c:1850
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1846
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-" \"%s\" %s. \n"
-" \"\" .\n"
-" ."
-
-#: ../../printerdrake.pm_.c:1854
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr " a a, j underscore"
-
-#: ../../printerdrake.pm_.c:1859
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-" \"%s\" ,\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:1867
-msgid "New printer name"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1870
-#, c-format
-msgid "Transferring %s..."
-msgstr " %s ..."
-
-#: ../../printerdrake.pm_.c:1881
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-" default (\"%s\"), "
-" default %s?"
-
-#: ../../printerdrake.pm_.c:1890
-msgid "Refreshing printer data..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1898 ../../printerdrake.pm_.c:1969
-#: ../../printerdrake.pm_.c:1981
-msgid "Configuration of a remote printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1899
-msgid "Starting network..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:1933 ../../printerdrake.pm_.c:1937
-#: ../../printerdrake.pm_.c:1939
-msgid "Configure the network now"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1934
-msgid "Network functionality not configured"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1935
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-" . , "
-" . , "
-" . "
-"?"
-
-#: ../../printerdrake.pm_.c:1938
-msgid "Go on without configuring the network"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:1971
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-" "
-". "
-" Mandrake C , "
-"\" & \"/\"\", , "
-" Mandrake , \"\"/\"\""
-
-#: ../../printerdrake.pm_.c:1972
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-" . "
-" . "
-" ."
-
-#: ../../printerdrake.pm_.c:1982
-msgid "Restarting printing system..."
-msgstr " a ..."
-
-#: ../../printerdrake.pm_.c:2020
-msgid "high"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2020
-msgid "paranoid"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2021
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr " %s "
-
-#: ../../printerdrake.pm_.c:2022
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-" %s %"
-"s .\n"
-"\n"
-" ( ) "
-" . "
-" . "
-" default- .\n"
-"\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:2054
-msgid "Starting the printing system at boot time"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2055
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-" (%s) .\n"
-"\n"
-" , "
-" .\n"
-"\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:2078 ../../printerdrake.pm_.c:2116
-#: ../../printerdrake.pm_.c:2146 ../../printerdrake.pm_.c:2179
-#: ../../printerdrake.pm_.c:2284
-msgid "Checking installed software..."
-msgstr " ..."
-
-#: ../../printerdrake.pm_.c:2120
-msgid "Removing LPRng..."
-msgstr " LPRng..."
-
-#: ../../printerdrake.pm_.c:2150
-msgid "Removing LPD..."
-msgstr " LPD..."
-
-#: ../../printerdrake.pm_.c:2208
-msgid "Select Printer Spooler"
-msgstr " Spooler "
-
-#: ../../printerdrake.pm_.c:2209
-msgid "Which printing system (spooler) do you want to use?"
-msgstr " a (spooler) e ?"
-
-#: ../../printerdrake.pm_.c:2242
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr " \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2255
-msgid "Installing Foomatic..."
-msgstr " Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2351
-#: ../../printerdrake.pm_.c:2736 ../../printerdrake.pm_.c:2806
-msgid "Printer options"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2321
-msgid "Preparing PrinterDrake..."
-msgstr " PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2893
-#, fuzzy
-msgid "Configuring applications..."
-msgstr " \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2358
-msgid "Would you like to configure printing?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2370
-msgid "Printing system: "
-msgstr " : "
-
-#: ../../printerdrake.pm_.c:2418
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2422
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-" . "
-"; default ; "
-"; CUPS Star/"
-"Open Office."
-
-#: ../../printerdrake.pm_.c:2423
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-" The following printers are configured. Double-click on a printer "
-"to change its settings; to make it the default printer; or to view "
-"information about it."
-
-#: ../../printerdrake.pm_.c:2449
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-" ( CUPS )"
-
-#: ../../printerdrake.pm_.c:2467
-msgid "Change the printing system"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2472 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2628 ../../printerdrake.pm_.c:2678
-#: ../../printerdrake.pm_.c:2887
-msgid "Do you want to configure another printer?"
-msgstr " ?"
-
-#: ../../printerdrake.pm_.c:2714
-msgid "Modify printer configuration"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2716
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-" %s\n"
-" ?"
-
-#: ../../printerdrake.pm_.c:2720
-msgid "Do it!"
-msgstr " !"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2780
-msgid "Printer connection type"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2784
-msgid "Printer name, description, location"
-msgstr ", "
-
-#: ../../printerdrake.pm_.c:2728 ../../printerdrake.pm_.c:2799
-msgid "Printer manufacturer, model, driver"
-msgstr ", "
-
-#: ../../printerdrake.pm_.c:2729 ../../printerdrake.pm_.c:2800
-msgid "Printer manufacturer, model"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2810
-msgid "Set this printer as the default"
-msgstr " default"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2815
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr " Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2741 ../../printerdrake.pm_.c:2824
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr " Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2833
-msgid "Print test pages"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2743 ../../printerdrake.pm_.c:2835
-msgid "Know how to use this printer"
-msgstr " "
-
-#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2837
-msgid "Remove printer"
-msgstr " a"
-
-#: ../../printerdrake.pm_.c:2789
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr " \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2813
-msgid "Default printer"
-msgstr "Default "
-
-#: ../../printerdrake.pm_.c:2814
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr " \"%s\" default ."
-
-#: ../../printerdrake.pm_.c:2818 ../../printerdrake.pm_.c:2821
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr " Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr " \"%s\" Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2822
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr " \"%s\" Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2827 ../../printerdrake.pm_.c:2830
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr " Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr " \"%s\" Star Office/OpenOffice.org-"
-
-#: ../../printerdrake.pm_.c:2831
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-" \"%s\" Star Office/OpenOffice.org-"
-
-#: ../../printerdrake.pm_.c:2839
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr " \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2841
-#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr " \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "ea ja"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-" proxy-.\n"
-"\n"
-" http ftp \n"
-" \n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-" http proxy \n"
-" "
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "j ()"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-" ftp proxy-\n"
-" ftp "
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-" proxy , .\n"
-" /"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "ae"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr " "
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr " . !"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr " __ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr " %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid "
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ( j raidtools ?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr " RAID %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr " ALSA (Advanced Linux Sound Architecture) "
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron - .e"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd ae je a syslog.\n"
-" ae a ( aa) je j "
-""
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"e at , batch j "
-"e\n"
-" a."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron j UNIX j e \n"
-" . vixie cron j j UNIX cron,"
-"j ."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM j - j j\n"
-"Midnight Commander. j pop-up je ."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake , \n"
-"/ ."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:414
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache j WWW . j HTML j\n"
-" CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-" ( netd) \n"
-" . j a x . "
-"elnet, ftp, rsh, rlogin.j , j \n"
-" j j ."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-" Linux 2.2, \n"
-"firewall ."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"j j e \n"
-" /etc/sysconfig/keyboard. e e kbdconfig .\n"
-" e aa."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-" /boot r\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr " ."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf \n"
-" ."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd j print lpr . j \n"
-" j print ()."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux- , \n"
-"."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:415
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-" (BIND) j Domain Name Server (DNS) j je host "
-" IP ."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"a a e j a(NFS), SMB (Lan\n"
-"Manager/Windows), NCP (NetWare) a aa. "
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"a a e j \n"
-" a ."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS j ja TCP/IP e.\n"
-"j NFS ,j \n"
-"/etc/exports e."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS j ja TCP/IP e.\n"
-"j NFS file locking j"
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-" numlock \n"
-" XFree ."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr " OKI 4w win ."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA .\n"
-" j j \n"
-" j ."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-" RPC ja,j \n"
-" NFS NIS. aa\n"
-"j j RPC ."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:417
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix j Mail Transport Agent,j e j a "
-" ."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-" entropy pool ae\n"
-"j ja."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-" raw ( \n"
-"), Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed IP e update-a \n"
-"RIP . e RIP e,j \n"
-" routing e."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat e e\n"
-"ee j a j e."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers e j je\n"
-" a."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho a j \n"
-" rwho ( finger-)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr " "
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog j j a a\n"
-" ja. je a syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr " usb ."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "e X ( XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr " "
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr ""
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr ""
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr " "
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:923
-msgid "System"
-msgstr ""
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr " "
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr " a"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ": %d %d "
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr ""
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr ""
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr " "
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-" a ja\n"
-" ."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr " a"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr ""
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr " a"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr " "
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "ja - a"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr " "
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "e ej"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB host:"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "e"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-#, fuzzy
-msgid "MandrakeConsulting"
-msgstr "Mandrake "
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr " ..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-" , :(\n"
-" "
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr " image `%s'."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-" . "
-" .\n"
-"\n"
-" , "
-", "
-".\n"
-"\n"
-" , "
-" y, "
-".\n"
-"\n"
-" ?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-" "
-" "
-
-#: ../../standalone/drakautoinst_.c:83
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-".\n"
-"\n"
-" "
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr " !"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-" .\n"
-" ."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr " "
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:438
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:439
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Daemon \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:443
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:465
-msgid "total progess"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:544 ../../standalone/drakbackup_.c:591
-msgid "Backup system files..."
-msgstr "Backup ..."
-
-#: ../../standalone/drakbackup_.c:592 ../../standalone/drakbackup_.c:656
-msgid "Hard Disk Backup files..."
-msgstr "backup- ..."
-
-#: ../../standalone/drakbackup_.c:604
-msgid "Backup User files..."
-msgstr "backup- "
-
-#: ../../standalone/drakbackup_.c:605
-msgid "Hard Disk Backup Progress..."
-msgstr " Backup- ..."
-
-#: ../../standalone/drakbackup_.c:655
-msgid "Backup Other files..."
-msgstr "backup- ..."
-
-#: ../../standalone/drakbackup_.c:663
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-" FTP- : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid ""
-"\n"
-" FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) FTP : backup "
-" FTP.\n"
-
-#: ../../standalone/drakbackup_.c:676
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "(!) mail-. \n"
-
-#: ../../standalone/drakbackup_.c:717 ../../standalone/drakbackup_.c:728
-#: ../../standalone/drakbackup_.c:739 ../../standalone/drakfont_.c:788
-msgid "File Selection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:744
-msgid "Select the files or directories and click on 'Add'"
-msgstr " ''"
-
-#: ../../standalone/drakbackup_.c:779
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-" .\n"
-
-#: ../../standalone/drakbackup_.c:780
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-" /etc "
-".\n"
-
-#: ../../standalone/drakbackup_.c:781
-msgid "Backup your System files. ( /etc directory )"
-msgstr " ( /etc )"
-
-#: ../../standalone/drakbackup_.c:782
-#, fuzzy
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-" Backup- ( backup-)"
-
-#: ../../standalone/drakbackup_.c:783
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr " (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:784
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-" \n"
-" /etc ."
-
-#: ../../standalone/drakbackup_.c:801
-msgid "Please check all users that you want to include in your backup."
-msgstr " backup."
-
-#: ../../standalone/drakbackup_.c:828
-msgid "Do not include the browser cache"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:829 ../../standalone/drakbackup_.c:853
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-" Backup- ( backup-)"
-
-#: ../../standalone/drakbackup_.c:851 ../../standalone/drakfont_.c:828
-msgid "Remove Selected"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:889
-msgid "Windows (FAT32)"
-msgstr "Windows(FAT32)"
-
-#: ../../standalone/drakbackup_.c:928
-msgid "Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:954
-msgid "Use FTP connection to backup"
-msgstr " Use FTP connection to backup"
-
-#: ../../standalone/drakbackup_.c:957
-msgid "Please enter the host name or IP."
-msgstr " IP."
-
-#: ../../standalone/drakbackup_.c:962
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-" \n"
-" backup ."
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter your login"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:972
-msgid "Please enter your password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:978
-msgid "Remember this password"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1042 ../../standalone/drakbackup_.c:2038
-msgid "FTP Connection"
-msgstr "FTP ja"
-
-#: ../../standalone/drakbackup_.c:1049 ../../standalone/drakbackup_.c:2046
-msgid "Secure Connection"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1075 ../../standalone/drakbackup_.c:2879
-msgid "Use CD/DVDROM to backup"
-msgstr " CD/DVDROM backup"
-
-#: ../../standalone/drakbackup_.c:1078 ../../standalone/drakbackup_.c:2883
-msgid "Please choose your CD space"
-msgstr " CD "
-
-#: ../../standalone/drakbackup_.c:1084 ../../standalone/drakbackup_.c:2895
-msgid "Please check if you are using CDRW media"
-msgstr " CDRW "
-
-#: ../../standalone/drakbackup_.c:1090 ../../standalone/drakbackup_.c:2901
-msgid "Please check if you want to erase your CDRW before"
-msgstr " CDRW "
-
-#: ../../standalone/drakbackup_.c:1096
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-" \n"
-" install boot CD."
-
-#: ../../standalone/drakbackup_.c:1102
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-" CD Writer \n"
-" ex: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1143
-msgid "Use tape to backup"
-msgstr " backup"
-
-#: ../../standalone/drakbackup_.c:1146
-msgid "Please enter the device name to use for backup"
-msgstr " backup"
-
-#: ../../standalone/drakbackup_.c:1152 ../../standalone/drakbackup_.c:1193
-#: ../../standalone/drakbackup_.c:2003
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-" \n"
-" Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1185 ../../standalone/drakbackup_.c:1995
-msgid "Please enter the directory to save:"
-msgstr " :"
-
-#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:2009
-msgid "Use quota for backup files."
-msgstr " quota r backup "
-
-#: ../../standalone/drakbackup_.c:1257
-msgid "Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
-
-#: ../../standalone/drakbackup_.c:1287 ../../standalone/drakbackup_.c:1291
-#: ../../standalone/drakbackup_.c:1295
-msgid "hourly"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1288 ../../standalone/drakbackup_.c:1292
-#: ../../standalone/drakbackup_.c:1295
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1289 ../../standalone/drakbackup_.c:1293
-#: ../../standalone/drakbackup_.c:1295
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290 ../../standalone/drakbackup_.c:1294
-#: ../../standalone/drakbackup_.c:1295
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1302
-msgid "Use daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1307
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-" \n"
-" backup-"
-
-#: ../../standalone/drakbackup_.c:1313
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"\n"
-" backup."
-
-#: ../../standalone/drakbackup_.c:1317
-msgid "Use Hard Drive with daemon"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1319
-msgid "Use FTP with daemon"
-msgstr " FTP "
-
-#: ../../standalone/drakbackup_.c:1323
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr " cron ."
-
-#: ../../standalone/drakbackup_.c:1359
-msgid "Send mail report after each backup to :"
-msgstr " mail backup/ :"
-
-#: ../../standalone/drakbackup_.c:1401
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1406
-msgid "Where"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "When"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "More Options"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1435 ../../standalone/drakbackup_.c:2791
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup "
-
-#: ../../standalone/drakbackup_.c:1453
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:1455
-msgid "on Hard Drive"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1466
-msgid "across Network"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1530
-msgid "Please choose what you want to backup"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:1531
-msgid "Backup system"
-msgstr "Backup- "
-
-#: ../../standalone/drakbackup_.c:1532
-msgid "Backup Users"
-msgstr "Backup- "
-
-#: ../../standalone/drakbackup_.c:1535
-msgid "Select user manually"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1617
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Backup : \n"
-
-#: ../../standalone/drakbackup_.c:1618
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- :\n"
-
-#: ../../standalone/drakbackup_.c:1620
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- :\n"
-
-#: ../../standalone/drakbackup_.c:1622
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- :\n"
-
-#: ../../standalone/drakbackup_.c:1624
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- : %s\n"
-
-#: ../../standalone/drakbackup_.c:1625
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- FTP : %s\n"
-
-#: ../../standalone/drakbackup_.c:1626
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t : %s\n"
-"\t\t : %s \n"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- O:\n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid "\tDo not include System Files\n"
-msgstr "\t \n"
-
-#: ../../standalone/drakbackup_.c:1629
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackup tar bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackus tar gzip\n"
-
-#: ../../standalone/drakbackup_.c:1631
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- n (%s) :\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid "\t-Hard drive.\n"
-msgstr "\t- .\n"
-
-#: ../../standalone/drakbackup_.c:1633
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1634
-msgid "\t-Network by FTP.\n"
-msgstr "\t- FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1635
-msgid "\t-Network by SSH.\n"
-msgstr "\t- SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr " , \n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-" :\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1743
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-" :\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1745
-msgid "Please uncheck or remove it on next time."
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Backup files are corrupted"
-msgstr "Backup "
-
-#: ../../standalone/drakbackup_.c:1776
-msgid " All your selectionned data have been "
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1777
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " %s "
-
-#: ../../standalone/drakbackup_.c:1876
-msgid " Restore Configuration "
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1894
-msgid "OK to restore the other files."
-msgstr " ."
-
-#: ../../standalone/drakbackup_.c:1912
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-" ( )"
-
-#: ../../standalone/drakbackup_.c:1962
-msgid "Backup the system files before:"
-msgstr "Backup :"
-
-#: ../../standalone/drakbackup_.c:1964
-msgid "please choose the date to restore"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:1992
-msgid "Use Hard Disk to backup"
-msgstr " backup"
-
-#: ../../standalone/drakbackup_.c:2073
-msgid "Restore from Hard Disk."
-msgstr " (restore) "
-
-#: ../../standalone/drakbackup_.c:2075
-msgid "Please enter the directory where backups are stored"
-msgstr " backup"
-
-#: ../../standalone/drakbackup_.c:2133
-msgid "Select another media to restore from"
-msgstr "e "
-
-#: ../../standalone/drakbackup_.c:2135
-msgid "Other Media"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2141
-msgid "Restore system"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2142
-msgid "Restore Users"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Restore Other"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "select path to restore (instead of / )"
-msgstr " ( /)"
-
-#: ../../standalone/drakbackup_.c:2149
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr " backup ( backup-.)"
-
-#: ../../standalone/drakbackup_.c:2150
-msgid "Remove user directories before restore."
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2207
-msgid "Restore all backups"
-msgstr " backup-"
-
-#: ../../standalone/drakbackup_.c:2215
-msgid "Custom Restore"
-msgstr " e"
-
-#: ../../standalone/drakbackup_.c:2256 ../../standalone/drakbackup_.c:2281
-#: ../../standalone/drakbackup_.c:2302 ../../standalone/drakbackup_.c:2323
-#: ../../standalone/drakbackup_.c:2341 ../../standalone/drakbackup_.c:2373
-#: ../../standalone/drakbackup_.c:2389 ../../standalone/drakbackup_.c:2409
-#: ../../standalone/drakbackup_.c:2428 ../../standalone/drakbackup_.c:2450
-#: ../../standalone/drakfont_.c:578
-msgid "Help"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2259 ../../standalone/drakbackup_.c:2286
-#: ../../standalone/drakbackup_.c:2305 ../../standalone/drakbackup_.c:2326
-#: ../../standalone/drakbackup_.c:2344 ../../standalone/drakbackup_.c:2392
-#: ../../standalone/drakbackup_.c:2412 ../../standalone/drakbackup_.c:2431
-msgid "Previous"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2261 ../../standalone/drakbackup_.c:2328
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2307
-msgid "Build Backup"
-msgstr " backup"
-
-#: ../../standalone/drakbackup_.c:2346 ../../standalone/drakbackup_.c:3023
-msgid "Restore"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2394 ../../standalone/drakbackup_.c:2414
-#: ../../standalone/drakbackup_.c:2435
-msgid "Next"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2468
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-" backup ...\n"
-" ."
-
-#: ../../standalone/drakbackup_.c:2489
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-" mail-\n"
-" \n"
-" sendmail"
-
-#: ../../standalone/drakbackup_.c:2512
-msgid "Package List to Install"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-" FTP-.\n"
-" FTP ."
-
-#: ../../standalone/drakbackup_.c:2563
-msgid "Please select data to restore..."
-msgstr " ..."
-
-#: ../../standalone/drakbackup_.c:2584
-msgid "Please select media for backup..."
-msgstr " j backup..."
-
-#: ../../standalone/drakbackup_.c:2606
-msgid "Please select data to backup..."
-msgstr " j backup-..."
-
-#: ../../standalone/drakbackup_.c:2628
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-" \n"
-" ."
-
-#: ../../standalone/drakbackup_.c:2649
-msgid "Under Devel ... please wait."
-msgstr " ... "
-
-#: ../../standalone/drakbackup_.c:2729
-msgid "Backup system files"
-msgstr "Backup- "
-
-#: ../../standalone/drakbackup_.c:2731
-msgid "Backup user files"
-msgstr "Backup- "
-
-#: ../../standalone/drakbackup_.c:2733
-msgid "Backup other files"
-msgstr "Backup- "
-
-#: ../../standalone/drakbackup_.c:2735 ../../standalone/drakbackup_.c:2766
-msgid "Total Progress"
-msgstr " "
-
-#: ../../standalone/drakbackup_.c:2757
-msgid "files sending by FTP"
-msgstr " FTP-"
-
-#: ../../standalone/drakbackup_.c:2761
-msgid "Sending files..."
-msgstr " ..."
-
-#: ../../standalone/drakbackup_.c:2831
-msgid "Data list to include on CDROM."
-msgstr " CDROM."
-
-#: ../../standalone/drakbackup_.c:2889
-msgid "Please enter the cd writer speed"
-msgstr " cd "
-
-#: ../../standalone/drakbackup_.c:2907
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr " CD (ex: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2913
-msgid "Please check if you want to include install boot on your CD."
-msgstr " install boot CD."
-
-#: ../../standalone/drakbackup_.c:2979
-msgid "Backup Now from configuration file"
-msgstr "Backup- "
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "View Backup Configuration."
-msgstr " Backup ."
-
-#: ../../standalone/drakbackup_.c:3010
-msgid "Wizard Configuration"
-msgstr " a"
-
-#: ../../standalone/drakbackup_.c:3014
-msgid "Advanced Configuration"
-msgstr " Ka"
-
-#: ../../standalone/drakbackup_.c:3018
-msgid "Backup Now"
-msgstr "Backup "
-
-#: ../../standalone/drakbackup_.c:3043
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3094
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-" :\n"
-"\n"
-" Drakbackup :\n"
-"\n"
-" - :\n"
-" \n"
-" bzip2 , \n"
-" gzip- ( 2-10 %).\n"
-" default- \n"
-" ( 1000% ).\n"
-" \n"
-" - :\n"
-"\n"
-" backup, \n"
-" \n"
-" backup .\n"
-" \n"
-" - the .backupignore :\n"
-"\n"
-" cvs-, Drakbackup \n"
-" .backupignore .\n"
-" : \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3124
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" sendmail- \n"
-" postfix-. \n"
-" myhostname mydomain /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3132
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-" :\n"
-"\n"
-" - Backup :\n"
-" \n"
-"\t backup- /etc ,\n"
-"\t . \n"
-"\t :\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup : \n"
-"\n"
-"\t \n"
-"\t backup-.\n"
-"\t , \n"
-"\t .\n"
-"\n"
-" - Backup : \n"
-"\n"
-"\t Backup.\n"
-"\t \n"
-"\t backup.\t\t\n"
-" \n"
-" - Backup-:\n"
-"\n"
-"\t backup \n"
-"\t backup. \n"
-"\t , \n"
-"\t .\n"
-"\t , \n"
-"\t \n"
-"\t.\n"
-"\t \n"
-"\t backup- backup-. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3171
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-" :\n"
-" \n"
-" , \n"
-"backup- backup- .\n"
-"\n"
-" \n"
-" .\n"
-"\n"
-" , \n"
-"\n"
-" - Backup-:\n"
-"\n"
-"\t backup \n"
-"\t backup-, \n"
-"\tto backup- , \n"
-"\t .\n"
-"\t \n"
-"\t \n"
-"\t.\n"
-"\t \n"
-"\t backup- backup-. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3197 ../../standalone/drakbackup_.c:3272
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3199 ../../standalone/drakbackup_.c:3274
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" ; / \n"
-" GNU General Public License \n"
-" Free Software ; 2, ( )\n"
-" .\n"
-"\n"
-" ,\n"
-" Ƹ; \n"
-" ¸ǽ ÿ. \n"
-" GNU General Public .\n"
-"\n"
-" GNU General Public \n"
-" ; , Free "
-"Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3213
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-":\n"
-"\n"
-" Drakbackup backup .\n"
-" : \n"
-"\t- , \n"
-"\t- , \n"
-"\t- .\n"
-"\t ... ( Windows )\n"
-"\n"
-" Drakbackup backup y :\n"
-"\t- .\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM ( , rescue autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup \n"
-" .\n"
-"\n"
-" default- backup- \n"
-" /var/lib/drakbackup \n"
-"\n"
-" :\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-" :\n"
-" \n"
-" , DrakBackup \n"
-" \n"
-" backup . \n"
-" backup .\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3251
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-" :\n"
-"\n"
-" ftp backup, \n"
-"backup- .\n"
-" , backup \n"
-" .\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3260
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-" :\n"
-"\n"
-" , Drakbackup \n"
-"backup .\n"
-" , Drakbackup \n"
-" , \n"
-". \n"
-"backup .\n"
-
-#: ../../standalone/drakbackup_.c:3288
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-":\n"
-"\n"
-" Drakbackup backup .\n"
-" \n"
-"\t- , \n"
-"\t- , \n"
-"\t- .\n"
-"\tor ... (. Windows )\n"
-"\n"
-" Drakbackup backup- :\n"
-"\t- .\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM ( autoboot, rescue autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup \n"
-" .\n"
-"\n"
-" default- backup- \n"
-" /var/lib/drakbackup \n"
-"\n"
-" :\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-" :\n"
-" \n"
-" , Drakbackup \n"
-" \n"
-" backup . \n"
-" backup .\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr " %s- . :"
-
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr ": drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-
-#: ../../standalone/drakfloppy_.c:69
-msgid "Module name"
-msgstr " a"
-
-#: ../../standalone/drakfloppy_.c:69
-msgid "Size"
-msgstr "a"
-
-#: ../../standalone/drakfloppy_.c:74 ../../standalone/drakfloppy_.c:373
-msgid "drakfloppy"
-msgstr "drakfloppy"
-
-#: ../../standalone/drakfloppy_.c:91
-msgid "boot disk creation"
-msgstr "a boot a"
-
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
-msgid "default"
-msgstr "default"
-
-#: ../../standalone/drakfloppy_.c:115
-#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "DrakFloppy e: %s"
-
-#: ../../standalone/drakfloppy_.c:126
-msgid "kernel version"
-msgstr "j a"
-
-#: ../../standalone/drakfloppy_.c:132
-msgid "General"
-msgstr "e"
-
-#: ../../standalone/drakfloppy_.c:137
-msgid "Expert Area"
-msgstr " e"
-
-#: ../../standalone/drakfloppy_.c:140
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd "
-
-#: ../../standalone/drakfloppy_.c:141
-msgid "Add a module"
-msgstr "j "
-
-#: ../../standalone/drakfloppy_.c:161
-msgid "force"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:162
-msgid "if needed"
-msgstr " j "
-
-#: ../../standalone/drakfloppy_.c:163
-msgid "omit scsi modules"
-msgstr "omit scsi "
-
-#: ../../standalone/drakfloppy_.c:164
-msgid "omit raid modules"
-msgstr "omit raid "
-
-#: ../../standalone/drakfloppy_.c:200
-msgid "Remove a module"
-msgstr " "
-
-#: ../../standalone/drakfloppy_.c:222
-msgid "Output"
-msgstr "Output"
-
-#: ../../standalone/drakfloppy_.c:234
-msgid "Build the disk"
-msgstr "j "
-
-#: ../../standalone/drakfloppy_.c:422
-#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr " %s"
-
-#: ../../standalone/drakfloppy_.c:427
-#, fuzzy, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-" %s.\n"
-" ."
-
-#: ../../standalone/drakfloppy_.c:429
-#, c-format
-msgid "Unable to fork: %s"
-msgstr " : %s"
-
-#: ../../standalone/drakfloppy_.c:433
-#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-" mkbootdisk: \n"
-" %s \n"
-" %s"
-
-#: ../../standalone/drakfont_.c:230
-msgid "Search installed fonts"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:232
-msgid "Unselect fonts installed"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:253
-msgid "parse all fonts"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:254
-msgid "no fonts found"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:262 ../../standalone/drakfont_.c:304
-#: ../../standalone/drakfont_.c:353 ../../standalone/drakfont_.c:413
-#: ../../standalone/drakfont_.c:422 ../../standalone/drakfont_.c:448
-#: ../../standalone/drakfont_.c:460 ../../standalone/drakfont_.c:473
-msgid "done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:266
-msgid "could not find any font in your mounted partitions"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:302
-msgid "Reselect correct fonts"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:305
-msgid "could not find any font.\n"
-msgstr " .\n"
-
-#: ../../standalone/drakfont_.c:328
-msgid "Search fonts in installed list"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:351
-msgid "Fonts copy"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:354
-msgid "True Type fonts installation"
-msgstr " True Type "
-
-#: ../../standalone/drakfont_.c:358
-msgid "please wait during ttmkfdir..."
-msgstr ", ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:362
-msgid "True Type install done"
-msgstr " True Type "
-
-#: ../../standalone/drakfont_.c:369 ../../standalone/drakfont_.c:385
-msgid "Fonts conversion"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:373 ../../standalone/drakfont_.c:389
-#: ../../standalone/drakfont_.c:409
-msgid "type1inst building"
-msgstr " type1inst"
-
-#: ../../standalone/drakfont_.c:378 ../../standalone/drakfont_.c:393
-msgid "Ghostscript referencing"
-msgstr "Ghostscript "
-
-#: ../../standalone/drakfont_.c:400
-msgid "ttf fonts conversion"
-msgstr " ttf "
-
-#: ../../standalone/drakfont_.c:404
-msgid "pfm fonts conversion"
-msgstr " pfm "
-
-#: ../../standalone/drakfont_.c:414
-msgid "Suppress temporary Files"
-msgstr " temp "
-
-#: ../../standalone/drakfont_.c:417
-msgid "Restart XFS"
-msgstr " XFS"
-
-#: ../../standalone/drakfont_.c:458 ../../standalone/drakfont_.c:468
-msgid "Suppress Fonts Files"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:470
-msgid "xfs restart"
-msgstr " xfs"
-
-#: ../../standalone/drakfont_.c:477 ../../standalone/drakfont_.c:761
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-" , "
-" .\n"
-"\n"
-"- . s, "
-" X ."
-
-#: ../../standalone/drakfont_.c:551
-msgid "Fonts Importation"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:566
-msgid "Get Windows Fonts"
-msgstr " Windows "
-
-#: ../../standalone/drakfont_.c:568
-msgid "Uninstall Fonts"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:571
-msgid "Advanced Options"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:573
-msgid "Font List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:740
-msgid "Choose the applications that will support the fonts :"
-msgstr " :"
-
-#: ../../standalone/drakfont_.c:744
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:748
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:752
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:756
-msgid "Generic Printers"
-msgstr "Generic "
-
-#: ../../standalone/drakfont_.c:793
-msgid "Select the font file or directory and click on 'Add'"
-msgstr " ''"
-
-#: ../../standalone/drakfont_.c:829
-msgid "Install List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:859
-msgid "click here if you are sure."
-msgstr " ."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr " ."
-
-#: ../../standalone/drakfont_.c:896
-msgid "Unselected All"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:897
-msgid "Selected All"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:898
-msgid "Remove List"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:915 ../../standalone/drakfont_.c:935
-msgid "Initials tests"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:916
-msgid "Copy fonts on your system"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:917
-msgid "Install & convert Fonts"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:918
-msgid "Post Install"
-msgstr "-"
-
-#: ../../standalone/drakfont_.c:936
-msgid "Remove fonts on your system"
-msgstr " "
-
-#: ../../standalone/drakfont_.c:937
-msgid "Post Uninstall"
-msgstr "-"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:196
-msgid "Internet Connection Sharing"
-msgstr "ee j"
-
-#: ../../standalone/drakgw_.c:122
-msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:134
-msgid "Internet Connection Sharing currently enabled"
-msgstr "ee j j "
-
-#: ../../standalone/drakgw_.c:135
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"eae eea j j e .\n"
-" j .\n"
-"\n"
-" e?"
-
-#: ../../standalone/drakgw_.c:139
-msgid "disable"
-msgstr "e"
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "dismiss"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:139 ../../standalone/drakgw_.c:164
-msgid "reconfigure"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:142
-msgid "Disabling servers..."
-msgstr "a e..."
-
-#: ../../standalone/drakgw_.c:150
-msgid "Internet connection sharing is now disabled."
-msgstr "ee j j e."
-
-#: ../../standalone/drakgw_.c:159
-msgid "Internet Connection Sharing currently disabled"
-msgstr "ee j j e"
-
-#: ../../standalone/drakgw_.c:160
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"eae eea j j e .\n"
-" j e.\n"
-"\n"
-" e?"
-
-#: ../../standalone/drakgw_.c:164
-msgid "enable"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:171
-msgid "Enabling servers..."
-msgstr "> ..."
-
-#: ../../standalone/drakgw_.c:176
-msgid "Internet connection sharing is now enabled."
-msgstr "ee j j ."
-
-#: ../../standalone/drakgw_.c:197
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"a j ee je.\n"
-" j, j aj j e "
-"e j ja.\n"
-"\n"
-"a: a j e e"
-"(LAN).\n"
-"\n"
-" ee je ?"
-
-#: ../../standalone/drakgw_.c:223
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "j %s (e %s)"
-
-#: ../../standalone/drakgw_.c:224
-#, c-format
-msgid "Interface %s"
-msgstr "j %s"
-
-#: ../../standalone/drakgw_.c:232
-msgid "No network adapter on your system!"
-msgstr " e a !"
-
-#: ../../standalone/drakgw_.c:233
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"j j e a. e a "
-"a."
-
-#: ../../standalone/drakgw_.c:239
-msgid "Network interface"
-msgstr "e ej"
-
-#: ../../standalone/drakgw_.c:240
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"j j e a :\n"
-"\n"
-"%s\n"
-"\n"
-" a e ."
-
-#: ../../standalone/drakgw_.c:249
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr " j e a LANe."
-
-#: ../../standalone/drakgw_.c:267
-msgid "Network interface already configured"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:268
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-", (%s) i .\n"
-"\n"
-" ?\n"
-"\n"
-" ."
-
-#: ../../standalone/drakgw_.c:273
-msgid "Automatic reconfiguration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:274
-msgid "Show current interface configuration"
-msgstr " "
-
-#: ../../standalone/drakgw_.c:276
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-" `%s':\n"
-"\n"
-": %s\n"
-"IP %s\n"
-"IP : %s\n"
-": %s"
-
-#: ../../standalone/drakgw_.c:288
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-" "
-" DHCP ; C-Class "
-"Network ; "
-" DHCP .\n"
-"\n"
-", () DHCP "
-" .\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:293
-msgid "C-Class Local Network"
-msgstr "C-Class "
-
-#: ../../standalone/drakgw_.c:294
-msgid "(This) DHCP Server IP"
-msgstr "() DHCP IP"
-
-#: ../../standalone/drakgw_.c:295
-msgid "Re-configure interface and DHCP server"
-msgstr " DHCP "
-
-#: ../../standalone/drakgw_.c:302
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr " `.0', bailing out."
-
-#: ../../standalone/drakgw_.c:313
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "j LAN e . %s!\n"
-
-#: ../../standalone/drakgw_.c:321
-msgid "Firewalling configuration detected!"
-msgstr " Firewalling ja"
-
-#: ../../standalone/drakgw_.c:322
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"ee ! jea firewalling ja je a. a "
-" ea je."
-
-#: ../../standalone/drakgw_.c:329
-msgid "Configuring..."
-msgstr "Kj ..."
-
-#: ../../standalone/drakgw_.c:330
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "a ,j , a ..."
-
-#: ../../standalone/drakgw_.c:366
-#, c-format
-msgid "Problems installing package %s"
-msgstr " j %s a"
-
-#: ../../standalone/drakgw_.c:549
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-" j e.\n"
-" j j aj "
-"j e (LAN), e j (DHCP)."
-
-#: ../../standalone/drakgw_.c:566
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"eae eea j j e j "
-"e."
-
-#: ../../standalone/drakgw_.c:567
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"eae eea j j e j ."
-
-#: ../../standalone/drakgw_.c:568
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr " ee j j e."
-
-#: ../../standalone/drakgw_.c:573
-msgid "Internet connection sharing configuration"
-msgstr "j ee je"
-
-#: ../../standalone/drakgw_.c:580
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-" ea eea j\n"
-"%s\n"
-"\n"
-" (Configure) ea."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr " e (%d a)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr ": "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr " ae:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-" ( ) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr " :"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr " "
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "j:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr ":"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr " "
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN a"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "j"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "j"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr ""
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr ""
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr " ..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr " ->"
-
-#: ../../standalone/draknet_.c:257
-#, fuzzy
-msgid "Wizard..."
-msgstr " ()"
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr ""
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr " ... "
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "j "
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "a..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "a..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-", , "
-""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-" .\n"
-" 'Configure'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN a"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "e %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "(Boot) "
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr " a"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP j"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr " "
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr " "
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-" .\n"
-" "
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-" .\n"
-" 'Configure'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "j j"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "j j"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr " : "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr ""
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "e a"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP j"
-
-#: ../../standalone/draksec_.c:51
-msgid "Setting security level"
-msgstr " "
-
-#: ../../standalone/draksec_.c:57
-#, fuzzy
-msgid "Setting security user"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr " "
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr " "
-
-#: ../../standalone/drakxtv_.c:55
-msgid ""
-"XawTV isn't installed!\n"
-"\n"
-"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv\n"
-"module in \"/etc/modules\") nor installed xawtv, please send the\n"
-"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
-"with subject \"undetected TV card\".\n"
-"\n"
-"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Canada (cable)"
-msgstr " ()"
-
-#: ../../standalone/drakxtv_.c:72
-#, fuzzy
-msgid "USA (broadcast)"
-msgstr " (bcast)"
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable)"
-msgstr " ()"
-
-#: ../../standalone/drakxtv_.c:72
-msgid "USA (cable-hrc)"
-msgstr " (-hrc)"
-
-#: ../../standalone/drakxtv_.c:73
-#, fuzzy
-msgid "China (broadcast)"
-msgstr " (bcast)"
-
-#: ../../standalone/drakxtv_.c:73
-#, fuzzy
-msgid "Japan (broadcast)"
-msgstr " (bcast)"
-
-#: ../../standalone/drakxtv_.c:73
-msgid "Japan (cable)"
-msgstr " ()"
-
-#: ../../standalone/drakxtv_.c:74
-msgid "East Europe"
-msgstr " "
-
-#: ../../standalone/drakxtv_.c:74
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "a"
-
-#: ../../standalone/drakxtv_.c:74
-msgid "Ireland"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:74
-msgid "West Europe"
-msgstr " "
-
-#: ../../standalone/drakxtv_.c:75
-msgid "Australia"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:75
-msgid "Newzealand"
-msgstr " "
-
-#: ../../standalone/drakxtv_.c:76
-#, fuzzy
-msgid "South Africa"
-msgstr " "
-
-#: ../../standalone/drakxtv_.c:77
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:113
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-" \n"
-" tv "
-
-#: ../../standalone/drakxtv_.c:115
-msgid "TV norm :"
-msgstr "TV :"
-
-#: ../../standalone/drakxtv_.c:116
-msgid "Area :"
-msgstr " :"
-
-#: ../../standalone/drakxtv_.c:120
-msgid "Scanning for TV channels in progress ..."
-msgstr " TV ..."
-
-#: ../../standalone/drakxtv_.c:128
-msgid "Scanning for TV channels"
-msgstr " TV "
-
-#: ../../standalone/drakxtv_.c:131
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr " j a:"
-
-#: ../../standalone/drakxtv_.c:132
-msgid "XawTV isn't installed!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:135
-msgid "Have a nice day!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:136
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:148
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:149
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr ": keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr " ?"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr " BackSpace Delete ?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr " Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"e a CD OK a .\n"
-" live upgrade."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr " j live upgrade !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:516
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/a/_a"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/a/_"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/a/_"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/a/ _K"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/j/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_je"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/j/"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "//_..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "yslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Mandrake "
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:392
-msgid "Mail/SMS alert"
-msgstr "Mail/SMS "
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr " , : %s"
-
-#: ../../standalone/logdrake_.c:407
-msgid "Mail/SMS alert configuration"
-msgstr " Mail/SMS"
-
-#: ../../standalone/logdrake_.c:408
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-" mail/SMS\n"
-"\n"
-" .\n"
-
-#: ../../standalone/logdrake_.c:416
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:419
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:420
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:421
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:424
-msgid "service setting"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:425
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-" "
-
-#: ../../standalone/logdrake_.c:435
-msgid "load setting"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:436
-msgid "You will receive an alert if the load is higher than this value"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:449
-msgid "alert configuration"
-msgstr "a "
-
-#: ../../standalone/logdrake_.c:450
-msgid "Configure the way the system will alert you"
-msgstr " "
-
-#: ../../standalone/logdrake_.c:493
-msgid "Save as.."
-msgstr " K..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "e "
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr " serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr " 3 ?"
-
-#: ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr " ..."
-
-#: ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "j eje..."
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s %s, ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr " "
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr " %s "
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr " (boot) "
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Firewalling ja"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Firewalling ja"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-" e firewall.\n"
-" (Configure) firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-" (Configure) firewall"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr " "
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr " ."
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr " a"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr " "
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr " "
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr ""
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr " e "
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "j je"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr " "
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr " "
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr " "
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr " "
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr " "
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr " "
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr " "
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr " X-a"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr " update-"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr " "
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-" firewall \n"
-"\n"
-" firewall Mandrake Linux a.\n"
-" firewall ee, je\n"
-"j MandrakeSecurity Firewall j."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-" a j e e\n"
-" e . a e\n"
-"a, j j a j aa.\n"
-"\n"
-" e j a, firewall\n"
-"a . je a a\n"
-" je!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-" e web j a j e \n"
-" ? e webserver j e \n"
-" ae, e E.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-" e name j a? j "
-"j\n"
-" away IP j , \n"
-" e.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-" Secure Shell (ssh) je? \n"
-"j j j. e\n"
-", a ssh. e je\n"
-" -- a je\n"
-"e. ssh j ."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-" telnet je?\n"
-" j , j . \n"
-" j E ssh \n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-" e FTP j j \n"
-" ? e, j e a\n"
-"Anonymous e. j a FTP \n"
-" a, FTP e e.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-" e mail ? a \n"
-"pine, mutt mail ja,\n"
-" e. ae, a firewall "
-".\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-" e POP IMAP ? \n"
-" host-ae non-web- mail aa e \n"
-" ae.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-" 2.2 . j a e IP\n"
-" e j aj \n"
-"(e ), . a\n"
-" j a?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-" a j j a j?\n"
-" a - Unix/Linux ja\n"
-" j j . "
-"\n"
-" , e \n"
-"."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"j . ?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr " %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr " %s a: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Firewalling ja"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "a , "
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ", Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "e j, (j)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS , SMB , Proxy , SSH "
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome a a"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr " Palm Pilot Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr " a"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ", Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Office : (kword, abiword), e (kspread, "
-"gnumeric), pdf , "
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr " a: mp3 midi j,, "
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "K ? (Howto's) Linux "
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE a"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "ja - "
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr " ., , web, a, chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ", a"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL MySQL "
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr " a ja"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "ja - "
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "ja"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix mail , Inn news "
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr " a"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "j a"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "a"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "J ea (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K e, e a j e a"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr " ee"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr " a e CDa"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "(Office) a"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, "
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr " j Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C C++ j e, e"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ", ./Groupware/"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr " j "
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "ja - a"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr " : , , j, "
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-" a a . (pine, mutt, tin..) "
-"aae a"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr " je"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-" e NFS server, SMB server, Proxy serverNFS "
-"server, SMB server, Proxy server j a"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "j j ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr " gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr " a a a"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr " "
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ",, , "
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr " a a ja, j gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "a ja"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "ja - CD e"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "a a"
diff --git a/perl-install/share/po/sr.po b/perl-install/share/po/sr.po
deleted file mode 100644
index a66d77b3b..000000000
--- a/perl-install/share/po/sr.po
+++ /dev/null
@@ -1,12449 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999,2000,2001 Mandrakesoft
-# Jankovic Tomislav <tomaja@net.yu> 1999,2000,2001
-#
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-04 19:39GMT+1\n"
-"Last-Translator: Toma Jankovic_<toma@mandrake.co.yu>\n"
-"Language-Team: Serbian <office@mandrake.co.yu>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Podesi sve glave nezavisno"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Koristi Xinerama ekstenziju"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Podesi samo karticu \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Multi-head konfiguracija"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Va sistem podrava multiple head konfiguraciju.\n"
-"Da li to elte da uradite?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafika kartica"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Izaberite karticu"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Izaberite X server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "Izaberite X server"
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X server"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Koju XFree konfiguraciju elite da imate ?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa kartica moe imati 3D hardversku akceleraciju ali samo sa XFree %s.\n"
-"Vau karticu podrava XFree %s koji moe imati bolju podrku i za 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Vaa kartica moe imati 3D hardversku akceleraciju sa XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s sa 3D hardverskom akceleracijom"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Vaa kartica moe imati 3D hardversku akceleraciju ali samo sa XFree %s,\n"
-"ZAPAMTITE da je ovo EKSPERIMENTALNA podrka za 3D i moe dovesti do "
-"blokiranja raunara."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s sa EKSPERIMENTALNOM 3D hardverskom akceleracijom"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Vaa kartica moe imati 3D hardversku akceleraciju ali samo sa XFree %s,\n"
-"ZAPAMTITE da je ovo EKSPERIMENTALNA podrka za 3D i moe dovesti do "
-"blokiranja raunara.\n"
-"Vau karticu podrava XFree %s koji moe imati bolju podrku i za 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (Instalacija displej drajver)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree konfiguracija"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Koliina memorije na grafikoj kartici"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Opcije za server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Izaberite monitor"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"Morate da navedete horizontalni sinhronizacioni opseg vaeg monitora.\n"
-"Moete ga ili izabrati iz unapred zadatih vrednosti koje odgovaraju\n"
-"industrijskim standardima monitora, ili da navedete odreeni opseg.\n"
-"\n"
-"VEOMA JE VANO da ne navedete tip monitora koji ima ovaj opseg vei nego\n"
-"to ga ima va monitor. Ako niste sigurni, odaberite manje vrednosti."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horizontalna frekvencija"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikalna frekvencija"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Monitor nije konfigurisan"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafika karta jo nije konfigurisana"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Rezolucija jo nije izabrana"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Da li hoete da testirate konfiguraciju?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Upozorenje: testiranje ove grafike kartice moe zamrznuti va kompjuter"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Testiranje konfiguracije"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"pokuajte sa promenom parametara"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Hm, greka:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Izlaz za %d sekundi"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "Da li je ovo ispravno podeeno?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Hm, pojavila se greka, probajte da promenite parametre"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Rezolucija"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Izaberite rezoluciju i broj boja pri prikazu"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafika kartica: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86 server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Jo"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "U redu"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Ekspertni mod"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Prikai sve"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Rezolucija"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tip tastature: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tip mia: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Mi je postavljen na ureaj: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor - horizontalna frekvencija: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor - vertikalno osveavanje: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafika kartica: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Identifikacija grafike kartice: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Memorija na grafikoj kartici: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Broj boja: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezolucija: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 drajver: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Provera konfiguracije za X-Window sistem"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "ta elite da uradite?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "Promena monitora"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "Promena grafike kartice"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "Promena Server opcija"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "Promena rezolucije"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Prikai informacije"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testiraj ponovo"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Kraj"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Sauvaj promene?\n"
-"Trenutna konfiguracija je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X okruenje na startu"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Ja mogu podesti va raunar da automatski podie X okruenje pri startanju.\n"
-"Da li elite X okruenje pri restartu ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Molim, ponovo unesite %s radi aktiviranja promena"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Molim va izlogujte se i restartujte (Ctrl-Alt-BackSpace) raunar"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 boja (8-bitna paleta)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 hiljade boja (15-bitna paleta)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 hiljada boja (16-bitna paleta)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miliona boja (24-bitna paleta)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 milijarde boja (32-bitna paleta)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB ili vie"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standardni VGA, 640x480 na 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 na 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompat., 1024x768 na 87 Hz sa preplitanjem (ne 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 na 87 Hz sa preplitanjem, 800x600 na 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 na 60 Hz, 640x480 na 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "SVGA bez preplitanja, 1024x768 na 60 Hz, 800x600 na 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "Visokofrekventni SVGA, 1024x768 na 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Monitor koji radi sa 1280x1024 na 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Monitor koji radi sa 1280x1024 na 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Monitor koji radi sa 1280x1024 na 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Monitor koji radi sa 1600x1200 na 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Monitor koji radi sa 1600x1200 na 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Prvi sektor startne particije"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor diska (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO instalacija"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Gde biste da instalirate starter?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalacija"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO sa tekstualnim menijem"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO sa grafikim menijem"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Startanje iz DOS/Windows-a (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Glavne opcije startera"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Starter koji e se koristiti"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Instalacija startera"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Startni (boot) ureaj"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne radi na starim BIOS-ima)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakt"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Video mod"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Pauza pre startanja default image-a"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Lozinka"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Lozinka (ponovite)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Ograniena komandna linika - opcije"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "ogranieno"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Oisti /tmp pri svakom startanju"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Definii veliinu RAM ako je potrebno (detektovano je %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Omogui multi-profile"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Prikai veliinu RAM-a u Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Opcija``Ograniena komandna linika - opcije'' je neupotrebljiva bez lozinke"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Probajte ponovo"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Nepodudarnost lozinki"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Inicijalna poruka"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Otponi Firmware pauzu"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Pauza pri startanju kernela"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Omogui startanje sa CD-a?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Omogui OF startanje?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Podrazumevani OS ?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Ovo su postavljne opcije.\n"
-"Moete dodati nove ili izmeniti stare."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Uraeno"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "Promeni"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Koju vrstu unosa dodajete ?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Drugi OS-ovi (SunOS,BSD,...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Drugi OS-ovi (MacOS,BSD,...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Drugi OS-ovi (Windows,BSD,BeOS,...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Slika"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Dodatak"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "itanje-pisanje RW"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabela"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Nesigurno"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Oznaka"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Podrazumevano"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-veliina"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Uklanjam unos"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Prazna oznaka nije dozvoljena"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Morate specificirati kernelov image"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Morate odrediti root particiju"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ova oznaka je ve u upotrebi"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Pronaeno %s %s interfejsa"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Da li imate jo jedan?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Imate li jo %s interfejsa?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Da"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Pogledaj informacije o hardveru"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instaliram drajver za %s karticu %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Koji %s drajver da probam?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"U nekim sluajevima, drajver %s zahteva dodatne informacije\n"
-"za pravilan rad, mada moe lepo da radi i bez njih. Da li hoete\n"
-"sami da unesete dodatne podatke za njega, ili da ih drajver sam odredi?\n"
-"Mogue je da e proba zaglaviti va raunar, ali nee naneti nikakvu tetu."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Automatska proba"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Navedite opcije"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Moete navesti njegove opcije za modul %s.\n"
-"Opcije su u formatu ``ime=vrednost ime2=vrednost2 ...''.\n"
-"Na primer, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Opcije modula:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Podizanje modula %s neuspelo.\n"
-"Da li elite pokuate ponovo sa drugim parametrima ?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "pristup X programima"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "pristup rpm alatima"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "dozvoli \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "pristup administrativnim fajlovima"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s ve postoji)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Ova lozinka je previe prosta"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Odredite korisniko ime"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Korisniko ime moe sadrati samo mala slova, brojeve, `-' i `_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Ovo korisniko ime ve postoji"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Dodaj korisnika"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Unesi korisnika\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Prihvati korisnika"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Pravo ime"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Korisniko ime"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Shell"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikona"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Auto logovanje"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Ja mogu podesti va raunar da automatski uloguje jednog korisnika.\n"
-"Da li elite da korisitite ovu opciju ?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Izaberite default (osnovnog) korisnika:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Izaberite window menadzer koji elite da koristite:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "IZaberite koji jezik elite da korisitite."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "Moete izabrati drugi jezik koji e biti dostupan posle instalacije "
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Sve"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Dozvoli sve korisnike"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Izbor po elji"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Nema zajednikog deljenja"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Paket %s mora biti instaliran. Da li elite da ga instalirate?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Moete eksportovati koristei NFS ili Samba-u. Koji od ova dva elite"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Tekui paket %s nedostaje"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Obustavi"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Dobroli kod Krakera"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Bedna"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standardni"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Velika"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "Velika"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoidna"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Na ovom nivou treba obratiti panju. On pravi va sistem lakim\n"
-"za upotrebu, ali i veoma osetljivim: ne sme biti koriten na maini\n"
-"koja je povezana sa drugim mainama ili na internet. Ovde ne postoji\n"
-"pristup sa lozinkom."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Lozinke su sada omoguene, ali se i dalje ne preporuuje da se koristi\n"
-"kao mreni raunar."
-
-#: ../../any.pm_.c:1047
-#, fuzzy
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Ovo je standardno sigurnosno okruenje preporueno za raunare\n"
-"koji e biti koreni za vezu sa Internetom ili kao klijent.\n"
-"Ne postoje sigurnosne provere."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-#, fuzzy
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"Sa ovim sigurnosnim nivoom, korienje ovog sistema kao servera\n"
-"postaje mogue. Sigurnost je sada dovoljno velika za korienje\n"
-"maine za server koji prihvata konekcije brojnih klijenata."
-
-#: ../../any.pm_.c:1052
-#, fuzzy
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Ukljuujete nivo 4 opcija, ali je sada sistem potpuno zatvoren.\n"
-"Sigurnosne opcije su maksimalne."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Izaberite sigurnosni nivo"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Sigurnosni nivo"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Koristi libsafe za servere"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr "Biblioteka koja titi od buffer overflow-a i format string napada."
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Dobrodosli u %s, menadzer za startanje operativnih sistema !\n"
-"\n"
-"Izaberite operativni sistem, ili\n"
-"sacekate %d sekundi za startanje pretpostavljenog OS.\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Dobrodosli u GRUB starter operativnog sistema !"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Koristi %c i %c slova da bi oznacili izbor"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Pritisnite enter za podizanje izabranog OS,'e' za promenu "
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandi pri podizanju sistema,ili 'c' za komandnu liniju "
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Oznaceni izbor se podize automatski za %d sekundi"
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "nema dovoljno mesta u /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start meni "
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Ne moete da instalirate starter na particiju %s\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "pomo jo nije implementirana.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Konfiguracija stila startanja"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Datoteka"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Monitor za kategorizaciju"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Tradicionalni Monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicionalni Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Pokreni Auroru pri startanje"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/Grub mod"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot mod"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Trenutno koristite %s kao Boot menader \n"
-"Kliknite na Podesi (Configure) da bi pokrenuli podeavavanje."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Podesi"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Sistemski mod"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Pokreni X-Window sistem pri stratanju"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Ne, ja ne elim autologovanje"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Da, ja elim autologovanje sa ovim(korisnik,desktop)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "U redu"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ne mogu otvoriti /etc/inittab za itanje: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuta"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekundi"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Ne mogu da napravim snimak pre particioniranja"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Snimci e biti dostupni nakon instalacije u %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Francuska"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Kostarika"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgija"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "eka"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Nemaka"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norveka"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "vedska"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Holandija"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italija"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "Austrija"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "SAD"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Molim vas, prvo napravite kopiju vaih podataka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "PALJIVO PROITAJ !"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ukoliko planirate da koristite aboot, ostavite prazan prostor (2048 "
-"sektorana poetku \n"
-"diska)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Greka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "arobnjak (pomonik)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Izaberite akciju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Disk sadri jednu veliku FAT particiju\n"
-"(uglavnom je koriste MicroSoft Dos/Windows-i, na alost).\n"
-"Predlaem da prvo izmenite velinu (resize) te particije (kliknite na nju,\n"
-"a potom na \"Promeni veliinu\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Kliknite na particiju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detalji"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Prazno"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Drugo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Vrsta fajl sistema:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Kreiraj"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Tip"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Umesto toga probajte ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Obrii"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Prvo uradite ``Demontiraj''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Posle promene tipa particije %s, svi podaci na ovoj particiji e biti "
-"izbrisani"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Izaberite particiju"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Izaberite drugu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Izlaz"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Prei na ekspert mod"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Prei na normalni mod"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "Poniti radnju"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Svejedno nastaviti ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Kraj bez snimanja promena"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Kraj bez snimanja promena u tabele particija?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Da li hoete da sauvate izmene u /etc/fstab?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Auto dislociranje"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Oisti sve"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Informacije o hard disku"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Sve primarne particije su zauzete"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Ne mogu dodati vie ni jednu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Da bi omoguili kreiranje jo (extended) particija izbriite jednu od "
-"postojeih"
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Sauvaj tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "Obnovi tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Spasi tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ponovo uitaj tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automontiranje prenosivog medija"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Izaberite datoteku"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Pohranjena(snimljena) tabela particija nije iste veliine\n"
-"elite da nastavite ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Ubacite disketu u ureaj\n"
-"Svi podaci na disketi e biti izbrisani !"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Spasavanje tabele particija"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detaljne informacije"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Taka montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Opcije"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "Promeni veliinu"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Premesti"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatiranje"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Dodaj na RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Dodaj na LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Ukloni sa RAID-a"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Ukloni sa LVM-a"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "Promeni RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Koristi za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Kreiraj novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Poetni sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Veliina u MB:"
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Vrsta tatotenog sistema:"
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Taka montiranja: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Karakteristike: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Ukloni loopback fajl ?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "Promena tipa particije"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Koju datoteni sistem elite ?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Menjam ext2 na ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Gde biste da montirate loopback datoteku %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gde biste da montirate %s ureaj ?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Demontiranje nije mogue,jer se particija korisiti za loop back.\n"
-"Prvo uklonite loopback"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Proraunavam granice FAT datotenog sistema"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "Promena veliine (resizing)"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Ovoj particici nije mogue promeniti veliinu"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "Cvi podaci na ovoj particiji bi trebali biti sauvani"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Posle promene veliine %s particije svi podaci e biti izbrisani"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Izaberite novu veliinu"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Nova veliina u MB:"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Koji disk elite da premestite?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Gde elite da instalirate starter?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Premetanje"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Premetanje particije..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Izaberi postojei RAID za dodavanje"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "novi"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Izaberi postojei LVM za dodavanje"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM ime?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Ova particija ne moe biti koriena za loopback "
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Ime Loopback datoteke: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Odredite ime fajla"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Fajl se ve koristi od strane drugog loopback-a,izaberite drugi"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Datoteka ve postoji.Da li da ga koristim ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Opcije montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Razno"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "ureaj"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "nivo"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "chunk veliina"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "PALJIVO,ova operacija je opasna."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Koju vrstu particioniranja?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Nije mogue kreirati /boot za sada na hard disku (na cilindru > 1024).\n"
-"Ili koristite LILO koji ne radi, ili ga ne koristite pa vam ne treba /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Particija koju ste izabrali za root (/) je fiziki locirana iznad\n"
-"1024-tog cilindra hard diska,i nemate /boot particiju.\n"
-"Ukoliko planirate da korisitite LILO boot menader, morate\n"
-"dodati /boot particiji."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Izabrali ste softversku RAID particiju kao root (/).\n"
-"Nijedan starter ne moe da radi sa tim bez /boot particije.\n"
-"Zato pazite da dodate /boot particiju"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Tabela particija za ureaj %s e biti zapisana na disk!"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Morate restartovati raunar da bi se izmene izvrile"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Posle formatiranja particije %s,svi podaci na ovoj particiji e biti "
-"izbrisani"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formatiranje"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiranje loopback datoteke %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiranje particije %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Sakrij fajlove"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Premesti fajlove na novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Direktorijum %s ve sadri neke podatke\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Premetanje fajlova na novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopiranje %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Uklanjanje: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "particija %s je sada poznata kao %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Ureaj: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Oznaka DOS particije: %s (samo pretpostavka)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Unesi: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Ime: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Poetak: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Veliina: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektora"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindar %d do cilindra %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formatirano\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Nije formatirano\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Montirano\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback fajl(ovi): \n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Boot particija po default-u\n"
-" (za podizanje MS-DOSa, ne za lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivo %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Chunk-uj %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskovi %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Ime Loopback datoteke: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Najverovatnije je, da je ova particija\n"
-"Driver particija, pa nebi trebali\n"
-"da je dirate.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Ovo je specijalna Bootstrap\n"
-"particija i koristi se\n"
-"dual-booting vaeg sistema.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Veliina: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Info: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskovi %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tip tabele particija : %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "na busu %d ID %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Opcije: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Klju za enkripciju fajl sistema"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Izaberite klju za enkripciju fajl sistema"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Ova lozinka(enkripcioni klju) je suvie jednostavna (treba da ima bar %d "
-"znakova)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Nepodudarnost enkripcionih kljueva (lozinki)"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Klju za enkripciju"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Klju za enkripciju (ponovo)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Promena tipa"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Kliknite na medij"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS server"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s Formatiranje %s nije uspelo"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "ne znam kako da formatiram %s u tipu %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck provera nije uspela sa kodom %d ili signalom %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "Greka pri demontiranju %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednostavno"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Ne moete koristiti JFS za particije manje od 16MB"
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Ne moete koristiti ReiserFS za particije manje od 32MB"
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Take montiranja moraju da poinju sa vodeim /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Ve postoji particija sa takom montiranja %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Ne moete koristiti logiku LVM particiju za taku montiranja %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Ovaj direktorijum treba da ostane u root-u datotenog sistema"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Potreban vam je pravi datoteni sistem (ext2, reiserfs) za ovu taku "
-"montiranja\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Ne moete koristiti enkriptovani fajl sistem za taku montiranja %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Nema dovoljno slobodnog prostora za auto-alociranje"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Nema ta da se uradi"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Greka pri otvaranju %s za ispis: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Dogodila se greka - nije naen ispravan ureaj na kojem bi bili krerani "
-"novi datotenog sistemi. Proverite va hardver da vidite ta je uzrok ovog "
-"problema."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Nemate nijednu particiju!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux je viekorisniki sistem, a to znai da svaki korisnik moe imati "
-"sopstvene\n"
-"postavke, sopstvene fajlove, itd. Moete proitati ``Upustvo za korisnike''\n"
-"da bi saznali vie o tome. Ali za razliku od \"root\", koji je ustvari "
-"administrator, korisnici\n"
-"koje dodate ovde nee moi da menjaju bilo ta osim njihovih\n"
-"fajlova i njihove konfiguracije. Trebalo bi da kreirate najmanje jednog\n"
-"obinog korisnika za sebe. Taj raun je onaj na koji treba da se logujete \n"
-"za rutinsko korienje. Iako je veoma praktino da se ulogujete kao \"root\" "
-"svaki dan,\n"
-"to moe biti veoma opasno! I najmanja greka moe znaiti da va sistem\n"
-"nee vie raditi. Ukoliko napravite ozbiljne greke kao obini korisnik \n"
-"moete jedino izbgubiti neto informacija, ali ne i celi sistem.\n"
-"\n"
-"Prvo, morate da unesete vae pravo ime. Ovo nije neophodno, naravno -\n"
-"jer moete pristupiti i izmeniti ga kada god elite. DrakX e tada uzeti "
-"prvu\n"
-"re koji ste uneli i staviti ga u prostor za unoenje imena korisnika "
-"\"User\n"
-"name\". Ovo je ime koje odreeni korisnik treba da koristi pri logovanju na\n"
-"sistem. Moete ga promeniti. YNakon toga morate uneti lozinku ovde.\n"
-"Obini, ne-privilegovani korisnika lozinka nije od veeg znaaja kao ona "
-"za\n"
-"\"root\" koriosnika sa sigurnosne take gledanja, ali to nije razlog za "
-"oputanje\n"
-"- nakon svega, vai fajlovi su u pitanju.\n"
-"\n"
-"Ukoliko kliknete na Prihvati korisnika \"Accept user\", moete dodati jo "
-"korisnika. Dodajte\n"
-"korisnika za svakog vaeg prijatelja: za vaeg oca ili sestru, na\n"
-"primer. Kada zarite dodavanje svih eljenih korisnika, izaberite Zvreno "
-"\"Done\".\n"
-"\n"
-"Klikom na taster Napredno \"Advanced\" moete izmeniti default \"shell\"\n"
-"za trenutnog korisnika (bash po default)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Iznad se nalazi lista postojeih Linux particija koje su detektovane\n"
-"na hard disku. Moete zadrati izbor koji je napravio arobnjak, jer je "
-"dobar za a\n"
-"optu upotrebu. Ukoliko promenite izbor, morate bar izabrati root\n"
-"particiju (\"/\"). Nemojte da birate suvie malu particiju jer neete moi "
-"da\n"
-"instalirate ovoljno softvera. Ukoliko elite da podatke staviljate na "
-"posebnu particiju ,\n"
-"morate da izaberetei i \"/home\" (mogue je ukoliko imate vie od jedne\n"
-"Linux particije).\n"
-"\n"
-"\n"
-"Informacija: svaka particija je prikazana na sledei nain: \"Ime\", "
-"\"Kapacitet\".\n"
-"\n"
-"\n"
-"\"Ime\" je kodirano na sledei nain: \"tip hard diska\", \"broj hard diska"
-"\",\n"
-"\"proj particije\" (na primer, \"hda1\").\n"
-"\n"
-"\n"
-"\"Tip hard diska\" je \"hd\" ukoliko je hard disk IDE ureaj i \"sd\"\n"
-"ukoliko je SCSI hard disk.\n"
-"\n"
-"\n"
-"\"Broj hard diska\" je uvek slovo posle \"hd\" ili \"sd\". Za IDE hard "
-"diskove:\n"
-"\n"
-" * \"a\" znai \"master hard disk na primarnom IDE kontroleru\",\n"
-"\n"
-" * \"b\" znai \"slave hard disk na primarnom IDE kontroloeru\",\n"
-"\n"
-" * \"c\" znai \"master hard disk na sekundranom IDE kontroloeru\",\n"
-"\n"
-" * \"d\" znai \"slave hard disk na sekundarnom IDE kontroleru\".\n"
-"\n"
-"\n"
-"Sa SCSI hard diskovima, a \"a\" znai \"primarni hard disk\", a \"b\" znai "
-"\"sekundarni hard disk \", itd..."
-
-#: ../../help.pm_.c:72
-#, fuzzy
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Mandrake Linux instalacija se nalazi na nekoliko diskova iliti CDROM-ova. "
-"DrakX\n"
-"zna ukoliko da ukoliko je selktovani paket lociran na drugom CDROM-u i "
-"izbacie\n"
-"ctrenutni CD te traiti od vas da ubacite odgovarajui."
-
-#: ../../help.pm_.c:77
-#, fuzzy
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Sada je vreme da odredimo koje programe elite da instalirate na va\n"
-"sistem. Postoje hiljade paketa dostupnih za instalaciju na Mandrake Linux, "
-"i \n"
-"predpostavljamo da ne morate da ih sve poznajete, naravno.\n"
-"\n"
-"Ukoliko izvodite standardnu instalaciju sa CDROM-a, prvo ete biti\n"
-"upitani da da specificirate koje CD-ove imate (samo u Expert modu). "
-"Proverite\n"
-"oznake na CD-ovima i oznaite one koje posedujete\n"
-"za instalaciju. Kliknite na U redu \"OK\" kada ste spremni da nastavite.\n"
-"\n"
-"Paketi su sortirani u grupe u odnosu na odgovarajuu upotrebu na vaoj\n"
-"maini. Same grupe su sortirane u etiri sekcije:\n"
-"\n"
-" * \"Radna stanica\": ukoliko planirate da koristite vau mainu kao radnu "
-"stanicu, izaberite\n"
-"jednu ili vie odgovarajuih grupa.\n"
-"\n"
-" * \"Razvoj\": ukoliko maina treba da se koristi za programiranje, "
-"izaberite eljenu(e)\n"
-"grupu(e).\n"
-"\n"
-" * \"Server\": ukoliko e se maina koristiti kao server, moi ete da \n"
-"izaberete koje od najeih servisaelite da instalirate na\n"
-"mainu.\n"
-"\n"
-" * \"Grafiko Okruenje\": na kraju, ovde ete izabrati vae\n"
-"omiljeno grafiko okruenje. Morate izabrati bar jedno da bi imali\n"
-"grafiku radnu stanicu!\n"
-"\n"
-"Kretanjem kursora mia preko imena grupe dobiete kratko objanjenje\n"
-"o toj grupi. Ukoliko ne selektujete ni jednu grupu kada izvodite\n"
-"osnovnu instalaciju (za razliku od auriranja), pojavie se dijalog\n"
-"sa razliitim predlozima za minimalnu instalciju:\n"
-"\n"
-" * Instalirae minimano potrebno za rad Linux sistema,\n"
-"naravno samo u komandnoj liniji.\n"
-"\n"
-" * Instalira osnovni sistem plus osnovne alate\n"
-"\n"
-" * Instalira nekoliko paketa radi grafikog desktopa\n"
-"\n"
-"Moete selektovati i Pojedinano biranje paketa \"Individual package "
-"selection\", koje je korisno ukoliko\n"
-"su vam poznati ponueni paketi i elite da imate potpunu \n"
-"kontrolu nad svim to e biti instalirano.\n"
-"\n"
-"Ukoliko ste pokrenuli auriranje ili \"Upgrade\" mod, moete deselektovati "
-"sve\n"
-"grupe da bi izbegli instalaciju bilo kog novog paketa. Ovo je korisno za "
-"popravljanje ili\n"
-"auriranje postojeeg sistema."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Na kraju, u zavisnosti od vaeg izbora da da birate pojedinane pakete\n"
-"ili ne, bie vam prikazano stablo sa svim paketima klasifikovanim\n"
-"po grupama i podgrupama. Dok pretraujete stablo, moete selektovati cele\n"
-"grupe, podgrupe, ili individualne pakete.\n"
-"\n"
-"Kada kod selektujete paket na stablu, opis se pojavljuje sa desne\n"
-"strane. Kada je vaa selekcija zavrena, kliknite na Instalacija \"Install\" "
-"taster koji\n"
-"e pokreuti instalacioni proces. U zavisnosti brzine vaeg\n"
-"hardvera i broja paketa koje treba da se instaliraju, instalacija moe\n"
-"i potrajati. Procenjeno vreme do zavretka instalacije je prikazano\n"
-"na ekranu da bi vam pomoglo da viak vremena iskoristite da popijete olju "
-"aja ili\n"
-"kafe.\n"
-"\n"
-"!! Ukoliko je server paket izabran sluajno ili kao deo\n"
-"cele grupe, biete upitani da li zaista elite da instalirate\n"
-"ponuene servere. Pod Mandrake Linux-om, svi instalirani\n"
-"serveri se startuju po default-u za vreme podizanja sistema. ak i ako su "
-"sigurni i nemaju\n"
-"poznatih bezbednosnih propusta do vremena izlaska distribucije, moe se "
-"desiti\n"
-"da sigurnosne rupe budu otkivene kasnije.\n"
-" Ukoliko ne znate koji pojedinani servis ta treba da radi\n"
-"ili zato se instalira, onda kliknite \"Ne\". Klikom na \"Da\" ete\n"
-"instalirati prikazane servis i oni e biti pokrenuti automatski po\n"
-"default-u. !!\n"
-"\n"
-"Opcija Automatske zavisnosti ili \"Automatic dependencies\" jednostavno "
-"iskljuuje dijalog sa upozorenjem\n"
-"koji se javlja svaki put kada instaer automatski selektuje pakete. Ovo se\n"
-"javlja zato to on odreuje da mora da zadovolji zavisnosti sa drugim\n"
-"paketom da bi uspeno zavrio instalaciju.\n"
-"\n"
-"Mala ikonica flopi diska na dnu liste vam omoguava da uitate\n"
-"listu paketa birane tokom prethodne instalacije. Klikom na ovu ikonicu\n"
-"e od vas biti traeno da ubacite disketu kreiranu ranije na kraju \n"
-"prethodne instalacije. Pogledajte poslednji pasus (korak) da bi nauili kako "
-"da kreirate \n"
-"takvu disketu."
-
-#: ../../help.pm_.c:164
-#, fuzzy
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Ukoliko elite da poveete va raunar na Internet ili na lokalnu mreu,\n"
-"izaberite ispravne opcije. Ukljuite vae ureaje pre izbora\n"
-"opcija da bi DrakX mogao da ih detektuje automatski.\n"
-"\n"
-"Mandrake Linux nudi podeavanje Internet konekcije u\n"
-"toku instalacije. Mogue konekcije su: tradicionalni modem, ISDN\n"
-"modem, ADSL konekcija, kablovski modem, i na kraju jednostavna LAN "
-"konekcija\n"
-"(Ethernet).\n"
-"\n"
-"Ovde neemo detaljno opisivati svaku konfiguraciju. Jednostavno proverite da "
-"li imate\n"
-"sve parametre od vaeg Internet Provajdera ili sistemskog\n"
-"administratora.\n"
-"\n"
-"Moete konsultovati i deo upustva o Internet konekcijama za detalje\n"
-"o konfiguraciji, ili jednostavno saekajte da vam se sistem instalira i\n"
-"onda pokrenite program koji je tamo opisan za podeavanje vae konekcije.\n"
-"\n"
-"Ukoliko elite da mreu nakon isntalacije ili ste zavrili\n"
-"konfigurisanje mrene konekcije, kliknite na Poniti ili \"Cancel\"."
-
-#: ../../help.pm_.c:186
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Sada moete odabrati koje servise elite da se startaju pri podizanju "
-"sistema.\n"
-"\n"
-"Ovde su prikazani svi dostupni servisi na trenutnoj\n"
-"instalaciji. Pregledajte ih paljivo i deselektujte one koji vam nee biti "
-"uvek\n"
-"potrebni pri podizanju sistema.\n"
-"\n"
-"Moete dobiti i kratko objanjenje o servisu selektovanjem\n"
-"odreenog servisa. Meutim, ukoliko niste sigurni koji od servisa jesu ili\n"
-"nisu korisni, sigurnije je ostaviti ih selektovanim.\n"
-"\n"
-"Na ovom nivou, budite veoma paljivi ukoliko elite da koristite vau "
-"mainu kao\n"
-"server: verovatno neete eleti da startujete nijedan servis koji vam nee\n"
-"trebati. Zapamtite da nekoliko servisa moe biti opasno ukoliko\n"
-"su omogueni na serveru. Generano govorei, izaberite samo servise koje ete "
-"svarno trebati."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (skraenica za X Window Sistem) je srce GNU/Linux grafikog interfejsa\n"
-"na koji se sva grafika okruenja (KDE, Gnome, AfterStep,\n"
-"WindowMaker, etc.) oslanjaju. U ovom delu, DrakX\n"
-"e pokuati da automatski podesi X-ove.\n"
-"\n"
-"Zaista se retko deava da neuspe, osim ukoliko harver nije veoma star (ili\n"
-"veoma nov). Ukoliko uspe, on e automatski pokrenuti X-ove sa najboljom\n"
-"moguom rezolucijom u zavisnosti od veliine monitora. Pojavie se prozor\n"
-"sa pitanjem da li ga vidite.\n"
-"\n"
-"Ukoliko izvodite \"Ekspert\" instalaciju, pokrenuete arobnjaka za X\n"
-"konfiguraciju. Pogledajte odgovarajui deo uputsva za vie informacija\n"
-"o ovom arobnjaku.\n"
-"\n"
-"Ukoliko vidite gorepomenutu poruku i odgovorite sa \"Da\", tada e DrakX "
-"nastaviti sa\n"
-"sledeim korakom. Ukoliko ne moete da vidite poruku, to jednostavno znai\n"
-"da je konfiguracija pogrena i da e se test sam zavriti nakon\n"
-"10 sekundi, osveavajui ekran."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Kad po prvi put budete testirali X kofiguraciju, moda neete biti ba "
-"zadovoljni\n"
-"sa prikazom (ekran je porevie mali, pomeren ulevo ili udesno...). Sreom,\n"
-"ak i ako se X pokrene ispravno, DrakX e vas upitati da li vam "
-"konfiguracija\n"
-"odgovara. Takoe e predloiti izmene u prikazu i dati listu\n"
-"moguih modova traei od vas da izaberete jedan.\n"
-"\n"
-"Kao poslednje reenje, ako jo uvek ne moete da pokrenete X-ove, izaberite "
-"\"Change\n"
-"graphics card\", izaberite \"Unlisted card\", i kada vas upita koji\n"
-"server elite, izaberite \"FBDev\". Ovo je sigurnosna opcija koja radi\n"
-"sa bilo kojom modernijom grafikom karticom. Tada izaberite \"Test again\" "
-"da bi bili sigurni."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Na kraju, biete upitani da li elite grafiki interfejs\n"
-"pri startanju sistema. Ovo pitanje e vam biti postavnjeno ak i ako niste "
-"testirali\n"
-"konfiguraciju. Naravno, odgovoriete \"Ne\" ukoliko vaa maina predstalja\n"
-"server, ili ukoliko niste uspeno podesili\n"
-"displejed."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux CDROM ima ugraen spasilaki mod. MOete mu pristupiti\n"
-"podizaem sistema preko CDROM-a, pritisnite >>F1<< taster pri startanju i "
-"ukucajte >>rescue<< u\n"
-"promptu. Ukoliko ne moete da butujete sa CDROM-a, trebali\n"
-"bi da se vratite na ove korake u najmanje dve situacije:\n"
-"\n"
-" * kada instalirate starter, DrakX e prepisati sadraj boot sektora (MBR)\n"
-"vaeg osnovnog diska (osim ukoliko ne koristite neki drugi starter) da bi "
-"mogli \n"
-"da pokrenete ili Windows ili GNU/Linux (pretpostavljajui da imate instliran "
-"Windows na\n"
-"vaem sistemu). Ukoliko treba da reinstalirate Windows, Microsoft-ov "
-"instalacioni\n"
-"proces e opet prepisati boot sektor, pa ona neete biti u mogunosti\n"
-"da pokrene GNU/Linux!\n"
-"\n"
-" * ukoliko se problem javlja i ne moete da pokrenete GNU/Linux sa hard "
-"diska,\n"
-"ovaj flopi disk e onda biti jedini nain za startanje GNU/Linux-a. On\n"
-"sadri dobar broj sistemskih alata za obnovu sistema, koji se\n"
-"sruio usled nestanka el.energije, nesretne greke u kucanju, pogrene\n"
-"lozinke, ili bilo kog drugog razloga.\n"
-"\n"
-"Kada kliknete na ovaj korak, traie se od vas da ubacite praznu disketu\n"
-"u ureaj. Flopi disketa mora biti prazna ili da sadri podatke koji vam "
-"nisu neophodni\n"
-"Nema potrebe da je formatirate jer e DrakX sam ponovo upisati\n"
-"celu disketu."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"U ovom trenutku, morate da izaberete gde ete instalirati\n"
-"Mandrake Linux operativni sistem na va hard disk. Ukoliko je prazan ili\n"
-"postojei operativni sistem koristi sav postojei prostor na disku, treba da "
-"ga\n"
-"particionirate. U osnovi, particioniranje hard diska se sastoji logikog\n"
-"deljenja da bi obezbedili prostor za instalaciju va novi Mandrake Linux "
-"sistem.\n"
-"\n"
-"Poto se efekti procesa particioniranja obino nepovratni,\n"
-"particionirnje moe biti prilino stresan za neiskusne korisnike.\n"
-"Ovaj arobnjak pojednostavljuje ovaj proces. Pre poetka, "
-"konsultujteupustvo\n"
-"i ne urite.\n"
-"\n"
-"\n"
-"Morate da imate ili da kreirate najmanje dve particije. Jedna je za sam "
-"operativni sistem adruga\n"
-"je za virtuelnu memoriju (esto se naziva i Swap).\n"
-"\n"
-"\n"
-"Ukoliko su particije ve kreirane (od predhodne instalacije ilikreirane\n"
-"drugim alatom za particioniranje), morate izabrati na koje od njih "
-"eteinstalirati \n"
-"Linux sistem.\n"
-"\n"
-"\n"
-"Ukoliko particije nisu definisane, marate da ih kreirate. \n"
-"Da bi to uradili, moete da koristite gore postavljeni arobnjak. U "
-"zavisnosti id konfiguracije\n"
-"hard diska, postoji nekoliko mogunosti:\n"
-"\n"
-"* Koristite postojee particije: arobnjak je detektovao jednu ili vie "
-"postojeihLinux particija na vaem hard disku. Ukoliko\n"
-" elite da ih zadrite, izaberite ovu opciju.\n"
-"\n"
-"\n"
-"* Brisanje celog diska: ukoliko elite da izbriete sve podatke i sve "
-"particije koji postoje na vaem hard disku i zamenite ih vaim\n"
-" novim Mandrake Linux sistemom, moete da izaberete ovu ociju. Budite "
-"paljivisa ovom opcijom, jer neete biti u mogunosti\n"
-" da povratite staro stanje nakon potvrde.\n"
-"\n"
-"\n"
-"* Koristite slobodan prostor na Windows particiji: ukoliko je Microsoft "
-"Windowsinstaliran na hard disku i zauzima\n"
-" sav prostor, morate da kreirate slobodan prostor za Linux. Da bi to "
-"uradili morate izbrisati\n"
-" Microsoft Windows particiju i podatke (pogledaj \"Brisanje celog diska\" "
-"ili \"Ekspertni mod\" reenja) ili da promenite veliinu\n"
-" Microsoft Windows particije. Taj postupak se moe izvesti bez "
-"gubljenjapodataka. Ovo reenje se preporuuje\n"
-" ukoliko elite da koristite Mandrake Linux i Microsoft Windows naistom "
-"kompjuteru.\n"
-"\n"
-"\n"
-" Pre nego izaberete ovu opciju, morate znati da e veliinaMicrosoft\n"
-" Windows particije biti manja nego to je sada. To znai daete imati manje "
-"prostora pod\n"
-" Microsoft Windows-om za podatke ili instalaciju novog softvera.\n"
-"\n"
-"\n"
-"* Ekspertni mod: ukoliko elite da runo particionirate hard disk, moeteda "
-"izaberete ovu opciju. Budite paljivi pre nego\n"
-" izaberete ovu pociju. er je ovo dobra ali i opasna stvar. Moetelako "
-"izgubiti sve podatke. Dakle,\n"
-" nemojte birati ovu opciju ukoliko ne znate ta radite."
-
-#: ../../help.pm_.c:347
-#, fuzzy
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"I stigli ste. Instalacija je sada zavrena i va GNU/Linux sistem je \n"
-"spreman za upotrebu. Samo kliknite na U redu ili \"OK\" da bi restartovali "
-"sistem. Moete pokrenuti\n"
-"GNU/Linux ili Windows, ta god vie preferirate (ukoliko imate instalirana "
-"dva sistema), im\n"
-"sse raunar ponovo pokrene.\n"
-"\n"
-"Taster Napredno \"Advanced\" (samo u Ekspert modu) prikazuje jo dva tastera "
-"za:\n"
-"\n"
-" * \"kreiranje auto-instalacione diskete\": radi kreiranja instalacionog "
-"flopi diska\n"
-"koji e automatski pokrenuti celu instalaciju bez pomoi operatora\n"
-", slino ovoj instalaciji koju ste upravo izveli.\n"
-"\n"
-" Moete primetiti da su dve razliite opcije dostupne nakon pritiska na "
-"taster:\n"
-"\n"
-" * \"sa ponavljanjem\". Ovo je delom automatizirana instalacija jer korak "
-"sa\n"
-"particioniranjem diska ostaje interaktivan (samo on).\n"
-"\n"
-" * \"Automatizovano\". Potpuno automatizovana instalacija: hard disk se u "
-"potpunosti\n"
-"formatizuje, i svi podaci e biti izgubljeni.\n"
-"\n"
-" Ova opcija je veoma korisna ukoliko izvodite veliki broj slinih "
-"instalacija\n"
-"na veem broju maina. Pogledajte sekciju o auto instalaciji na naem web "
-"sajtu.\n"
-"\n"
-" * \"Sauvaj selekciju paketa\"(*) : snima selekciju paketa koji ste\n"
-"napravili u ovoj instalaciji. Tako, da kada budete izvodili drugu "
-"instalaciju, ubacite disketu\n"
-"i pokrenete pomoni ekran pritiskom na\n"
-"[F1] taster, i zahtevom za >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) Morate da iamte FAT-formatiranu disketu (da bi je formatirali pod GNU/"
-"Linux-om, ukucajte\n"
-"\"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Svaka particija koja je novodefinisana mora biti\n"
-"formatirana za uptrebu (formatiranje znai kreiranje datotenog(fajl) "
-"sistema).\n"
-"\n"
-"Sada moda elite da reformatirate postojee particije da bi izbrisali\n"
-"podatke koje sadre. Ukoliko elite to, izaberite particije \n"
-"koje elite da formatizujete.\n"
-"\n"
-"\n"
-"Zapamtite da nije potrebno da reformatirate sve postojee particije.\n"
-"Morate da reformatirate particije koje sadre operativni sistem (kao to su "
-"\"/\",\n"
-"\"/usr\" ili \"/var\") ali ne morate da reformatirate particije koje sadre "
-"podatke\n"
-"koje elite da zadrite (obino /home).\n"
-"\n"
-"\n"
-"Pazite pri biranju particija, posle formatiranja, sv podaci e \n"
-"biti izbrisani i neete ih moi povratiti.\n"
-"\n"
-"\n"
-"Kliknite na \"U redu\" kada budete spreni za formatiranje particija.\n"
-"\n"
-"\n"
-"Kliknite na \"Poniti\" ukoliko elite da izabereete druge particije za "
-"instalaciju novog\n"
-"Mandrake Linux operativnog sistema. Kliknite na \"Napredno\" ukoliko elite "
-"da izaberete particije koje e biti proverene\n"
-"od loih blokova na disku."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Va novi Mandrake Linux operativni sistem se trenutno instalira.\n"
-"Ova operacija bi trebala da potraje nekoliko minuta (u zavisnosti od "
-"veliinepaketa koji se instaliraju i brzine vaeg kompjutera).\n"
-"\n"
-"Molim Vas za strpljenje.Hvala."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Pre nego to nastavite paljivo proitajte uslove licence. Ona\n"
-"pokriva celu Mandrake Linux distribuciju, i ukoliko se ne slaete\n"
-"sa svim uslovima koji se nalaze u njoj, kliknite na \"Odbijam\" taster koji "
-"e odmah\n"
-"zaustaviti instalaciju. Da bi nastavili sa instalacijom, kliknite \n"
-"taster \"Prihvatam\"."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Na ovom mestu, vreme je da izaberete eljeni nivo sigurnosti za vau\n"
-"mainu. Kako pravilo nalae, to je maina vie izloena, i to je vie\n"
-"podataka koji su ubaeni znaajniji, mora biti i vei nivo sigurnosti.\n"
-"Ipak, vei nivo sigurnosti ida na utrb brzine i\n"
-"lakoe upotrebe. Pogledajte MSEC poglavlje u ``Upustvu'' da\n"
-"bi dobili vie informacija o znaenju ovih nivoa.\n"
-"\n"
-"Ukoliko ne znate ta da izaberete, ostanite na default opciji."
-
-#: ../../help.pm_.c:442
-#, fuzzy
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Na ovoj taki, morate izbrati koju particiju(e) elite da koristite za\n"
-"instalaciju novog Mandrake Linux sistema. Ukoliko su particije\n"
-"ve definisane (od predhodne instalacije ili od strane\n"
-"drugog alata za particije), moete da koristite postojee particije. U "
-"drugim sluajevima,\n"
-"hard disk particije moraju biti definisane.\n"
-"\n"
-"Da bi kreirali particije, morate prvo izabrati hard disk. Moete izabrati\n"
-"disk za particioniranje klikom na \"hda\" za prvi IDE disk, \"hdb\" ili \n"
-"za drugi ili \"sda\" za prvi SCSI disk itd.\n"
-"\n"
-"Za particioniranje selektovanog hard diska, moete koristiti sledee "
-"opcije:\n"
-"\n"
-" * \"Oisti sve\": ova opcija brie sve particije na izabranom hard "
-"disku.\n"
-"\n"
-" * \"Auto alociranje\": ova opcija dozvoljava da automatski kreirate Ext2 "
-"i swap particije na slobodnom prostoru \n"
-" hard diska.\n"
-"\n"
-" * \"Spasi tabelu particija\": ukoliko je vaa tabela particija oteena, "
-"moete da probate da je oporavite koristei ovu opciju. Budite\n"
-" paljivi i znajte da moe da i ne uspe.\n"
-"\n"
-" * \"Vrati na staro\": ova opcija e ponititi izmenu.\n"
-"\n"
-" * \"Ponovno uitavanje\": ovu opciju moete koristiti ukoliko elite da "
-"ponititisve promene i uitate inicijalnu tabelu particija\n"
-"\n"
-" * \"arobnjak\": ukoliko elite da koristite arobnjaka za "
-"particioniranje hard diska, izaberite ovu opciju. Preporuena je ukoiko\n"
-" nemate mnogo znanja o partcijama.\n"
-"\n"
-" * \"Povrati sa diskete\": ukoliko ste snimili tabelu particija na "
-"disketu tokom prethodne instalacije, moete je\n"
-" vratiti sa ovom opcijom.\n"
-"\n"
-" * \"Snimi na disketu\": ukoliko elite da da snimite tabelu particija na "
-"disketu da bi mogli kasnije da je povratite, moete da iskoristite\n"
-" ovu opciju. Naroito preporuujemo ovu opciju\n"
-"\n"
-" * \"Uraeno\": kada zavrite sa particioniranjem hard diska, iskoristite "
-"ovu opciju da bi snimili promene.\n"
-"\n"
-"Za vie informacija, moete za svaku ocpiju dobiti kretanjem pomou "
-"tastature: navigacijom kroz particije pomou [Tab] tastera i [Up/Down] "
-"strelica.\n"
-"\n"
-"Kada je particija izabrana, moete koristiti:\n"
-"\n"
-" * Ctrl-c za kreiranje nove particije (kada je izabrana prazna particija);\n"
-"\n"
-" * Ctrl-d za brisanje particije;\n"
-"\n"
-" * Ctrl-m za postavljanje take montiranja.\n"
-"\n"
-"Ukoliko radite instalaciju na PPC Mainu, moda ete eleti da kreirate "
-"malu\n"
-"HFS 'bootstrap' particiju od najmanje 1MB za upotrebu\n"
-"yaboot startera. Ukoliko se dvoumite da ovu particiju napravite malo veom,\n"
-"na primer 50MB, moete iskoristiti taj prostor za smetanje\n"
-"rezervnog kernela i ramdisk image za startanje u hitnim situacijama."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Jedna ili vie Microsoft Windows particija je detektovano \n"
-"na hard disku. Izaberite koju od njih elite da smanjite da bi instalirali\n"
-"novi Mandrake Linux operativni sistem.\n"
-"\n"
-"Svaka particija je ispisana na sledei nain: \"Ime Linux-a\",\"Ime Windows-a"
-"\"\n"
-"\"Kapacitet\".\n"
-"\n"
-"\"Ime Linux-a\" je kodirano na sledei nain: \"tip hard diska\", \"broj "
-"hard diska\",\n"
-"\"broj particije\" (na primer, \"hda1\").\n"
-"\n"
-"\"Tip hard diska\" je \"hd\" ukoliko je hard disk ID ureaj i \"sd\"\n"
-"ukoliko je SCSI hard disk.\n"
-"\n"
-"\"Broj hard diska\" je uvek slovo posle \"hd\" ili \"sd\". Sa IDE hard "
-"diskovima:\n"
-"\n"
-" * \"a\" znai \"master hard disk na primarnom IDE kontroleru\",\n"
-"\n"
-" * \"b\" znai \"slave hard disk na primarnom IDE kontroloeru\",\n"
-"\n"
-" * \"c\" znai \"master hard disk na sekundranom IDE kontroloeru\",\n"
-"\n"
-" * \"d\" znai \"slave hard disk na sekundarnom IDE kontroleru\".\n"
-"\n"
-"Sa SCSI hard diskovima, \"a\" znai \"primarni hard disk\", a \"b\" znai "
-"\"sekundarni hard disk \", itd.\n"
-"\n"
-"\"Ime Windows-a\" je slovo hard diska pod Windows-om (prvi disk\n"
-"ili particija se zove \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Budite strpljivi.Trajanje ovih oeracija moe biti nekoliko minuta"
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX sada treba da zna da li elite da pokrenete default (\"Preporueno\")\n"
-"instalaciju ili elite da imate veu kontrolu (\"Ekspert\"). Takoe\n"
-"iamte i pravo izbora pokretanja nove instalacije ili auriranja postojeeg\n"
-"Mandrake Linux sistema:\n"
-"\n"
-" * kompeltno uklanja stari sistem\n"
-"\n"
-" *\n"
-"\n"
-" *\n"
-"\n"
-"Sa druge strane, \"Auriranje\" vam dozovoljava nadogradnju postojeeg "
-"sistema.\n"
-"Konano, izaberite \"Auriranje paketa\" ukoliko elite da aurirate\n"
-"pakete sa prethodne instalacije, bez drugih izmena.\n"
-"\n"
-"Izaberite \"Instalacija\" ukoliko nema prethodne verzijeMandrake Linux\n"
-"koja je instalirana ili hoete da koristite vie operativnih sistema.\n"
-"\n"
-"Izaberite \"Auriranje\" ukoliko elite da aurirate postojeu verziju "
-"Mandrake Linux-a.\n"
-"\n"
-"U zavisnosti od vaeg poznavanja GNU/Linux-a, moete izabrati jednu od "
-"sledeih nivoa za instalaciju ili auriranje\n"
-"Mandrake Linux operativnog sistema:\n"
-"\n"
-"* Preporueno: ukoliko niakada niste instalirali GNU/Linux operativni "
-"sistem izaberite ovo. Instalacija e biti\n"
-" veoma laka i imaete da odgovorite na svega nekoliko pitanja.\n"
-"\n"
-"* Ekspert: ukoliko iamte dobro znanje o GNU/Linux-u, moete izabrati ovu "
-"instalacionu klasu. Kao i \"Sa podeavanjem\"\n"
-"instalacionoj klasi, moi ete da birate primarnu namenu (radna stanica, "
-"server, razvojna stanica). Budite veoma\n"
-"paljivi pre izbora ove instalacione klase. Moi ete da izvodite veoma\n"
-"podesivu instalaciju.\n"
-"Odgovori na neka pitanja mogu biti veoma teki ukoliko nemate dobro znanje "
-"o\n"
-"GNU/Linux-u. Dakle, nemojte birati \n"
-"ovu instalacionu kasu ukoliko ne znate ta radite."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"U principu, DrakX bira desnu tastaturu za vas (u zavisnosti od toga koji\n"
-"ste jezik izabrali) i ak i neete videti ovaj korak. Ipak, moe\n"
-"se desiti da niste dobili tastaturu koja odgovara vaem jeziku: na\n"
-"primer, ukoliko ste vajcarac koji govori engleski, verovatno ete eleti\n"
-"vajcarsku tastaturu. Ili ukoliko govorite Engleski ali se nalazite\n"
-"u Kvebeku, moete se nai u istoj situaciji. U oba\n"
-"sluaja, moraete da se vratite na ovaj instalacioni korak i izaberete\n"
-"odgovarajuu tastaturu sa liste.\n"
-"\n"
-"Kliknite na taster \"Jo\" da bi dobili kompletnu listu\n"
-"podranih tastatura."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Izaberite va jezik za instalaciju i korienje sistema.\n"
-"\n"
-"Klikom na taster \"Napredno\" omoguiete sebi da vidite druge\n"
-"jezike koje moete instalirati na vau radnu stranicu. Biranjem drugih "
-"jezika\n"
-"ete instalirati fajlove vezane (za specificirane jezike) za dokumentaciju "
-"i\n"
-"aplikacije. Na primer, ukoliko e na vaem raunaru hostovati korisnici iz "
-"panije\n"
-"izaberite Engleski kao glavni a na stablu\n"
-"oznaite i \"paniski|panija\".\n"
-"\n"
-"Zapamtite da moete instalirati vie jezika. Kada izaberete sve eljene\n"
-"dodatne lokalizacije kliknite na taster \"U redu\" da bi nastavili."
-
-#: ../../help.pm_.c:609
-#, fuzzy
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Po default-u, DrakX pretpostavlja da imate mia sa dva tastera i podesie\n"
-"emulaciju treeg tastera. DrakX e automatski prepoznati da li se radi o\n"
-"PS/2, serijski ili USB miu.\n"
-"\n"
-"Ukoliko elite da specificirate drugi tip mia odaberite odgovarajui\n"
-"tip sa liste.\n"
-"\n"
-"Ukoliko izberete mia koji se razlikuje od default-a pojavie vam se\n"
-"test ekran. Koristite tastere i tokie da bi proverili da li su postavke\n"
-"dobre. Ukoliko mi ne radi ispravno pritisnite taster za raznmak (space "
-"bar) ili\n"
-"taster RETURN za \"Poniti\" i izaberite ponovo."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Molim, izaberite odgovarajui port. Na primer, COM1 port pod MS Windows-om\n"
-" u Linux-u ima oznaku ttyS0."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Ovo je najzanaajnija taka u odluivanju o sigurnosti vaeg GNU/Linux\n"
-"sistema: morate da unesete \"root\" lozinku. \"root\" je administrator\n"
-"sistema i jedini je ovlaten da vri izmene, dodaje korisnike,\n"
-"menja osnovnu konfiguraciju sistema, itd. Ukratko, \"root\" moe\n"
-"da uradi sve! Zbog toga morate da izaberete lozinku koja teko moe da se\n"
-"pogodi - DrakX e vam rei ukoliko je ona suvie jednostavna. Kao to moete "
-"da vidite, moete da\n"
-"izaberete i da ne unesete lozinku, ali vam ozbiljno preporuujemo da to\n"
-"neradite iz jednog razloga: nemojte da mislite da to to ste startovali GNU/"
-"Linux da\n"
-"vai drugi operativni sistemi sigurni od greaka. Kako \"root\" moe da\n"
-"preskoi sva ogranienja i nenamerno izbrie sve podatke na particiji\n"
-"neopreznim pristupom, vano je da je teko\n"
-"postati \"root\".\n"
-"\n"
-"Lozinka treba da bude meavina brojeva i slova i treba da sadri najmanje 8\n"
-"karaktera. Nikada ne zapisujte na papir \"root\" lozinku - tako lako\n"
-"moete ugroziti sistem.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-
-#: ../../help.pm_.c:663
-#, fuzzy
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO i GRUB su starteri (boot loaders) za GNU/Linux. Ovaj korak je , "
-"naravno,\n"
-"potpuno automatizovan. U stvari, DrakX analizira boot sektor hard diska\n"
-"i reaguje na osnovu onog to je pronaao:\n"
-"\n"
-" * ukoliko je pronaen Windows boot sektor, on e ga zameniti sa GRUB/LILO "
-"boot\n"
-"sektorom. Sreom, moi ete da startujete ili GNU/Linux ili neki drugi OS;\n"
-"\n"
-" * ukoliko je pronaen GRUB ili LILO boot sektor, on e ga zameniti sa "
-"novim;\n"
-"\n"
-"Ukoliko je u dilemi, DrakX e prikazadi dijalog sa razliitim opcijama.\n"
-"\n"
-" * \"Ponueni starteri\": iamte tri opcije:\n"
-"\n"
-" * \"LILO sa grafikim menijem\": ukoliko vie volite LILO sa grafikim\n"
-"interfejsom.\n"
-"\n"
-" * \"GRUB\": ukoliko vie volite GRUB (tekstualni mod).\n"
-"\n"
-" * \"LILO sa tekstualnim menijem\": ukoliko vie volite LILO sa "
-"tekstualnim interfejsom.\n"
-"\n"
-" * \"Boot ureaj\": u veini sluajeva, neete menjati default\n"
-"(\"/dev/hda\"), ali ukoliko elite, moete starter da instalirate na\n"
-"drugi hard disk (\"/dev/hdb\"), ili ak na disketu (\"/dev/fd0\").\n"
-"\n"
-" * \"Vreme do poetka startanja default sistema\": kada startujete raunar,\n"
-"ova pauza vam omoguava da izaberete - u starterovom meniju,\n"
-"drugi sistem (recimo Njinjdovs).\n"
-"\n"
-"!! Budite paljivi, jer ako izaberete da ne instalirate starterr (klikom na\n"
-"\"Poniti\"), morate osigurati drugi nain da startujete Mandrake\n"
-"Linux sistem! Budite sigurni da znate t aradite pre nego izmenite\n"
-"i jednu opciju. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"Mandrake Linux installs its own boot loader, which will let you boot either\n"
-"GNU/Linux or any other operating systems which you have on your system.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"existing options. Double-clicking on an existing entry allows you to change\n"
-"its parameters or remove it; \"Add\" creates a new entry; and \"Done\" goes\n"
-"on to the next installation step."
-
-#: ../../help.pm_.c:711
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (the LInux LOader) i Grub su starteri: oni omoguavaju da startate \n"
-"ili Linux ili bilo koji drugi operativni sistem prisutan na vaem raunaru.\n"
-"Naravno, ovi drugi operativni sistemi su ispravno detektovani i "
-"instalirani.\n"
-"Ukoliko to nije tako,moete to sami urediti ovde.Pazite kada unosite\n"
-"parametre\n"
-"\n"
-"Takoe,moete eleti da ostalim operat.sistemima onemoguite da pristupe "
-"drugi\n"
-"U tom sluaju, treba da izbriete odgovarajue linije za te sisteme. Ali\n"
-"onda morate imati boot disketu da bi ih vi mogli pokrenuti!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Morate oznaiti gde elite da postavite podatke potrebne za podizanje GNU/"
-"Linux-a.\n"
-"\n"
-"Ukoliko neznate tano ta radite,izaberite \"Prvi sektor\n"
-"diska (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control "
-"Centernand clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX sada treba da detektuje IDE ureaje prisutne u veem raunaru.DrakX e "
-"potraiti PCI SCSI adapter(e).\n"
-"Ukoliko DrakX pronae SCSI adapter(e) i bude znao koji upravljaki program \n"
-"(drajver) koristion e ga(ih) automatski instalirati.\n"
-"\n"
-"Poto se moe desiti da pri detekciji neka komponenta ne bude detektovana "
-"DrakX e vas upitati da li imate PCI SCSI adapter. Kliknite \"Da\" \n"
-"ukoliko znate da imate SCSI adapter na svojoj maini. Na prikazanoj listi "
-"moi ete da izaberete odgovoarajui.\n"
-"Kliknite \"Ne\" ukoliko nemate SCSI adaptera u maini. Ukoliko niste "
-"sigurni\n"
-"proverite na listi detektovanog hardvera selektovanjem \"Pogledaj info o "
-"hardveru\"i klikom na \"U redu\". Pregledajte\n"
-"listu a onda kiknite na \"U redu\" da bi se vratili na pitanje o SCSI "
-"ureajima.\n"
-"\n"
-"Ukoliko morate runo da specificirate va adapter, DrakX e\n"
-"vas upitati da odredite opcije za njega.Treba li bi da dozvolite DrakX-u da\n"
-"ispita adapter radi tih opcija. Ovo obino i uspe.\n"
-"\n"
-"Ukoliko DrakX nije u stanju da ispita opcije koje su potrebne, moraete da "
-"sami odredite opcije za drajver.\n"
-"Pogledajte i Instalacioni vodi (3 poglavlje, sekcija \"Prikupljanje "
-"informacija o vaem hardveru\")\n"
-"da bi saznali kako da pribavite informacije o parametrima potrebnim za "
-"hardver,sa svoje Windows instalacije (ukoliko je imate na sistemu),\n"
-"dokumenatciju o hardveru, ili sa proizvoaevog \n"
-"veb sajta (ukoliko imate pristup internetu)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Moete dodati i dodatne unose za yabbot, ili za druge operativne ssisteme,\n"
-"alternativne kernele, ili za emergency boot image.\n"
-"\n"
-"Za druge OS-ove - unos sadri samo oznaku i root particiju.\n"
-"\n"
-"Za Linux, postoji nekoliko mogunosti: \n"
-"\n"
-" * Oznaka: Ovo je jednostavno ime koje ete ukucati pri yaboot promptu da bi "
-"izabrali ovu \n"
-"startnu opciju.\n"
-"\n"
-" * Image: Ovo je ime kernela koji se startuje. Obino vmlinux ili \n"
-"varijacija vmlinux sa ekstenzijom.\n"
-"\n"
-" * Root: \"root\" ureaj ili \"/\" za vau Linux instalaciju.\n"
-"\n"
-" \n"
-" * Dodatak: Na Apple hardveru, kernelova opcija se koristi za prilino esto "
-"da\n"
-"asistira inicijalizaciju video hardvera, ili da omogui emulaciju tastera za "
-"mi na tastaturi zbog \n"
-"estog nedostatka drugog i treeg tastera na Apple mievima. Sledi par \n"
-"primera:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: Ova opcija se moe koristiti ili za podizanje inicijalnih modula, "
-"pre nego je boot \n"
-"ureaj dostupan, ili za podizanje ramdisk image za startanje u hitnim "
-"situacijama.\n"
-"\n"
-" * Initrd-veliina: veliina default ramdisk je generalno 4096 bajta. "
-"Ukoliko vam treba\n"
-"alociranje velikog ramdisk-a, ova opcija moe biti korisna.\n"
-"\n"
-" - Read-write: Normalno se 'root' particija inicijalno postavlja kao read-"
-"only, da bi omoguila\n"
-"proveru datotenog sistema pre nego sistem postane \"aktivan\". Ovde moete "
-"ponititi ovu opciju.\n"
-"\n"
-" * NoVideo: Ukoliko se Apple video hardver pokae veoma problematinim, "
-"moete\n"
-"izabrati ovu opciju da bi startali sistem u 'novideo' modu, sa osnovnom "
-"framebuffer podrkom.\n"
-"\n"
-" * Default: Kako je ovo default Linux selekcija, dovoljno je da samo\n"
-"pritisnete ENTER pri yaboot promptu. Ovaj unos e takoe biti dodatno "
-"oznaen sa \"*\", ukoliko\n"
-"pritisnete TAB da bi videli startnu selekciju."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot je starter NewWorld MacIntosh hardver. On moe da pokrene\n"
-"GNU/Linux, MacOS, ili MacOSX, ukoliko su prisutni na vaoj maini.\n"
-"Normalno, ovi drugi operativni sistemi se smatraju korektno detektovani i \n"
-"instalirani. Ukoliko to nije sluaj, moete runo dodati unos na ovom\n"
-"ekranu. Budite paljivi pri izboru parametara.\n"
-"\n"
-"Osnovne opcije Yaboot-a su:\n"
-"\n"
-" - Inicijalna poruka: Jednostavna tekstualna poruka koja se prikazuje pre "
-"statrtnog\n"
-"prompta.\n"
-"\n"
-" * Boot ureaj: Ukazuje gde elite da smestite informaciju potrebnu za \n"
-"startanje GNU/Linux-a. Generalno gledano, moraete da podesite bootstrap "
-"particiju pre \n"
-"nego podesite ovu informaciju.\n"
-"\n"
-" * Omogui Firmware pauzu: Za razliku od LILO-a, postoje dve vrste pauze \n"
-"yaboot-a. Prva pauza se meri u sekundama i u tom vremenu moete \n"
-"birati izmeu CD-a, OF starta, MacOS, ili Linux-a.\n"
-"\n"
-" * Pauza pri startanju kernela: Ova pauza je slina pauzi kod LILO "
-"startera. Nakon \n"
-"izbora Linux-a, imaete pauzu od 0.1 sekunde pre nego to se selektuje\n"
-"default opis kernela.\n"
-"\n"
-" * Omogui startanje CD-a ?: Ukoliko oznaite ovu opciju moi ete da "
-"izaberete \"C\" za CD pri\n"
-"prvom startnom promptu.\n"
-"\n"
-" * Omogui OF startanje?: Ukoliko oznaite ovu opciju moi ete da izaberete "
-"\"N\" za Open\n"
-"Firmware pri prvom startnom promptu.\n"
-"\n"
-" * Default OS: Moete da izaberete koji operativni sistem e biti pokretan "
-"kao default kada Open Firmware \n"
-"pauza zavri."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Ovde su prikazani razliiti parametri vezani za vau mainu. U zavisnosti\n"
-"od vaeg instaliranog hardvera, moetey - ili ne morate, pogledajte sledee "
-"unose:\n"
-"\n"
-" * \"Mi\": proverite trenutne postavke za mia i kliknite na taster\n"
-"da bih promenili ukoliko je neophodno.\n"
-"\n"
-" * \"Tastatura\": proverite trenutni rasored tastature tion i kliknite na\n"
-"taster da bi napravili izmene ukoliko su potrebne.\n"
-"\n"
-" * \"Vremenska zona\": DrakX, po default-u, pogaa vau vremensku zonu u "
-"zavisnosti koji se jezik\n"
-"odabrali. Ali opet, moda ste izabrali tastaturu koja se razlikuje\n"
-"od tastature zemlje koju ste naveli.\n"
-"Moraete da kliknete na taster \"Vremenska zona\" da bi\n"
-"podesili asovnik u skladu sa vremenskom zonom u kojoj se nalazite.\n"
-"\n"
-" * \"tampa\": kilkom na taster \"tampa\" pokrenuete arobnjaka za\n"
-"konfigurisanje tampaa.\n"
-"\n"
-" * \"Zvuna kartica\": ukoliko je zvuna kartica detektovana, onda je\n"
-"ovde prikazana. Nisu mogue promene u toku instalacije.\n"
-"\n"
-" * \"TV kartica\": ukoliko je TV kartica detektovana, onda je\n"
-"prikazana ovde. Nisu mogue promene u toku instalacije.\n"
-"\n"
-" * \"ISDN kartica\": ukoliko je ISDN kartica detektovana, onda je\n"
-"prikazana ovde. Moete kliknuti na tester da bi promenili parametre\n"
-"koji su vezani za nju."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Izaberite hard disk koji elite da izbriete da bi instalirali novu Mandrake "
-"Linux \n"
-"particiju. Budite paljivi, svi podaci na njemu e biti izgubljeni\n"
-"i nee se moi povratiti!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Kliknite na \"U redu\" ukoliko elite da izbriete sve podatke i \n"
-"particije na ovom hard disku.Budite paljivi, posle klika na \"U redu\", vi\n"
-"neete moi da povratite bilo koji podatak ili particiju na hard disku,\n"
-"pa i bilo koje Windows podatke.\n"
-"\n"
-"Kliknite na \"Poniti\" da bi poniti ovu operaciju bez gubljenja podataka "
-"i\n"
-"particija koje su prisutne na ovom hard disku."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Morate i %s da formatirate"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Vi ste izabrali sledee servere: %s\n"
-"\n"
-"\n"
-"Ovi serveri se aktiviraju po osnovnoj postavci. Oni nemaju poznatih "
-"sigurnosnih\n"
-"nedostataka, ali se ipak mogu pojaviti neki novi. Ukoliko se to desi, morate "
-"ih aurirati\n"
-"to je pre mogue.\n"
-"\n"
-"\n"
-"Da li zaista elite da instalirate ove servise?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nije mogu prenos bez NIS domena"
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Ubacite FAT formatiranu praznu disketu u ureaj %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Ova disketa nije formatirana sa FAT sistemom"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Da bi koristili ovaj izbor za uvanje selekcije paketa, izaberite "
-"instalaciju sa ``linux defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Greka kod otvaranja datoteka %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"Neke hardverske komponente u vaem raunaru zahtevaju odgovarajue drajvere "
-"da bi normalno funkcionisale.\n"
-"Informacije o njima moete pronai na: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Morate imati root particiju.\n"
-"Za ovo, kreirajte particiju (ili kliknite na postojeu).\n"
-"Zatim izaberite \"Taka montiranja\" i podesite na `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Morate imati swap particiju"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Hm, nema swap particije\n"
-"\n"
-"Svejedno nastaviti dalje ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Morate imati FAT particiju montiranu u /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Koristi slobodan prostor"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Nema dovoljno slobodnog prostora za alociranje novih particija"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Koristi postojeu particiju"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nema ni jedne pariticije za rad"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Koristi Windows particiju za loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Koju particiju elite da korisite za Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Izaberite veliinu"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Veliina Root particije u MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Veliina Swap particije u MB:"
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Korisiti slobodan prostor na Windows particiji"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Kojoj particiji elite da promenite veliinu?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Proraunavam granice Windows fajl-sistema"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Program za promenu veliine FAT paritcija ne moe da upravlja vaom "
-"particijom, \n"
-"zbog sledee greke: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr ""
-"Vaa Windows particija je previe fragmentirana, prvo pokrenite ``defrag''"
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"UPOZORENJE!\n"
-"\n"
-"DrakX treba da izmeni veliinu Windows particije. Budite paljivi: ova\n"
-"operacija je opasna. Ukoliko to do sada niste radili, prvo treba da izaete\n"
-"iz instalacije,pokrenete pod Windows-om\n"
-"scandisk (eventualno i defrag), a onda ponovo pokrenite instalaciju.\n"
-"Ako ste sigurni, pritisnite OK (U redu)."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Koju veliinu elite da zadrite za prozore"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "particija %s "
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT izmena veliine neuspela: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Ne postoje FAT particije kojima se moe promeniti veliina ili koje se mogu "
-"korisititi za loopback (ili nema dovoljno slobodnog prostora)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Izbrii celi disk"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Ukloni Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"Imate vie od jednog hard diska, na koji od njih elite da instalirate "
-"Linux ?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "SVE postojee particije i podaci na disku %s e biti izgubljeni"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Custom disk particioniranje"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Koristi fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Sada moete particionirati va %s hard disk ureaj\n"
-"Kada zavrite,ne zaboravite da potvrdite koristei `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nemate dovoljno slobodnog prostora na Windows particiji"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Ne mogu da pronaem slobodan prostor za instaliranje"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakX arobnjak za particioniranje je pronaao sledea reenja:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Particioniranje nije uspelo : %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Pristupam mreu"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Odstupam od mree"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Greka, ali neznam kako da je razreim.\n"
-"Nastavite na va rizik!"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplirana taka montiranja %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Neki vani paketi nisu dobro instalirani.\n"
-"Va cdrom ureaj ili cd su neispravni.\n"
-"Proverite cdrom na instaliranom kompjuteru koristee \"rpm -qpl Mandrake/"
-"RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Dobroli u %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Nepristupaan disketni ureaj"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Pokreem korak `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Va sistem ima manjak snage. Usled toga moete imati problema pri "
-"instalaciji\n"
-"Mandrake Linux. Ukoliko se oni pojave, moete probati tekstualnu "
-"instalaciju. Da bi to postigli,\n"
-"pritisnite `F1' pri startanju sa CDROM-a, a onda ukucajte `text'."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Instalacione klase"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Molim vas da izaberete jednu od sledeih instalacionih klasa:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Ukupna veliina grupa koje ste izabrali iznosi %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Ukoliko elite da instalirate manje,\n"
-"izaberite procentualno broj paketa koje elite da instalirate.\n"
-"\n"
-"Pri malom procentu e se instalirati samo vani paketi;\n"
-"dok e pri procentu od 100%% biti instalirani svi paketi."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Na vaem disku ima mesta samo za %d%% ovih paketa.\n"
-"\n"
-"Ukoliko elite da instalirate manje od ovoga,\n"
-"izaberite procentualno broj paketa koje elite da instalirate.\n"
-"Pri malom procentu e se instalirati samo vani paketi;\n"
-"dok e pri procentu od %d%% biti instalirano maksimalno mogu broj paketa"
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "Moi ete da ih preciznije birate u sledeem koraku."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Procenat paketa za instalaciju"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Odabir grupa paketa"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Pojedinano biranje paketa"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ukupna veliina: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Lo paket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Ime: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Verzija: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Veliina: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Vano: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "Ne moete selektovati ovaj paket jer nema vie slobodnog prostora"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Sledei paketi treba da budu instalirani"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Sledei paketi e biti izbrisani"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Ne moete selektovati/deselektovati ovaj paket"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ovo je obavezni paket,i ne moe biti deselektovan"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Moete deselektovati ovaj paket jer je ve instaliran"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ovaj paket mora biti auriran\n"
-"Da li sigurno elite da ga deselektujete ?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Ne moete deselektovati ovaj paket.On mora biti auriran"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Automatski prikai izabrane pakete"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Instaliraj"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Uitaj/Snimi na disketu"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Auriranje selekcije paketa"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimalno instaliraj"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Izaberi pakete za instalaciju"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Instaliram"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Procenjujem"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "Preostalo vreme"
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Samo momenat, pripremam instalaciju"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paketa"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Prihvati"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Odbaci"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Promenite va Cd-Rom!\n"
-"\n"
-"Ubacite va CD oznaen sa \"%s\" u pogon i pritisnite \"U redu\" kada ste "
-"spremni.\n"
-"Ukoliko ga nemate pritisnite Poniti."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Svejedno nastaviti dalje ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Greka u listi paketa:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Greka pri instalaciji paketa:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Upozorenje !\n"
-"\n"
-"Paljivo proitajte dole navedene uslove. Ukoliko se ne slaete sa bilo "
-"kojim \n"
-"delom, onda nemate odobrenje za instaliranje sledeeg CD-a. Pritisnite "
-"'Odbijam' \n"
-"da bi nastavili instalaciju bez upotrebe tih CD medija.\n"
-"\n"
-"\n"
-"Neke komponente sadrane u sledeim CD medijama nisu pod\n"
-"GPL Licencom ili slinim ugovorima. Svaka takva komponenta je onda "
-"uslovljena\n"
-"uslovima i ugovorima sopstevene lincence. \n"
-"Paljivo proitajte i upoznajte se sa takvim specifinim licencama pre \n"
-"nego uotrebite ili redistribuirate pomenute komponente. \n"
-"Takve licence e u glavnom zabranjivati transfer, kopiranje \n"
-"(osim za svrhu backup-a podataka), redisribuciju, nahnadnu promenu, \n"
-"rastavljanje, de-kompajliranje ili menjanje komponenti. \n"
-"Bilo koji deo ugovora koji nije ispotovan istovremeno uklanja i ostala vaa "
-"prava\n"
-"u datoj licenci. Ukoliko vam odreena licenca ne garantuje takva\n"
-"prava, obino ne moete instalirati programe na vie od jedanog\n"
-"aiatema, ili ih prilagoditi da se mogu koristiti na mrei. Ukoliko ste u "
-"dilemi, molimo vas da direktno \n"
-"kontaktirate distributera ili editora komponente. \n"
-"Prenos na tree programe ili kopiranje takvih komponenti ukljuujui i\n"
-"dokumentaciju je obino zabranjen.\n"
-"\n"
-"\n"
-"Sva prava na komponente na sledeim CD medijama pripadaju njihovim \n"
-"respektativnim autorima i zatiene su zakonima o intelektuanoj svojini i \n"
-"pravima koji se primenjuju na softverske programe.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Xm,pojavila se greka"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Da li zaista hoete da prekinete instalaciju?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "LIcencirani ugovor"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Upoznavanje\n"
-"\n"
-"Operativni sistem i druge komponente dostupne u Mandrake Linux "
-"distribuciji \n"
-"na dalje e biti zvane \"Softverski Proizvodi\" . Softverski proizvodi "
-"ukljuuju, ali nisu i \n"
-"ogranieni na, skup programa, metoda, pravila i dokumentaciju koja je "
-"vezanaza operativni \n"
-"sistem i druge komponente Mandrake Linux distribucije.\n"
-"\n"
-"\n"
-"1. Licencni ugovor\n"
-"\n"
-"Paljivo proitajte ovaj dokument. Ovaj dokument je licencni ugovor "
-"izmeuizmeu vas i \n"
-"MandrakeSoft S.A. koji polae pravo na Softverske Proizvode.\n"
-"Instaliranjem, kopiranjem ili upotrebom Softverskih Proizvoda u bilo kom "
-"vidu, vi eksplicitno \n"
-"prihvatate i potpuno se slaete sa prihvatanjem postavki i uslova i stanja u "
-"ovoj Licenci. \n"
-"Ukoliko se ne slaete sa bilo kojim delom Licence, nemate pravo da "
-"instalirate, kopirate ili koristite \n"
-"Softverske proizvode. \n"
-"Bilo koji pokuaj instalacije, dupliciranja ili upotrebe Softverskih "
-"Proizvoda na nain koji se ne slae sa \n"
-"postavkama i uslovima ove Licence e voditi gubitku vaih prava pod ovom \n"
-"Licencom. Na osnovu gubitka Licence, morate odmah unititisve kopije \n"
-"Softverskih Proizvoda.\n"
-"\n"
-"\n"
-"2. Ograniena Garancija\n"
-"\n"
-"Softverski Proizvodi i pratea dokumentracija su omoguene \"kao takve\", i "
-"bez garancije, do granica \n"
-"koje su dozvoljene zakonom.\n"
-"MandrakeSoft S.A. nee, u svim uslovima i u granicama zakona, biti ogovoran "
-"za bilo koje specijalne,\n"
-"sluajne, direktne ili indirektne tete (ukljuujui neogranienetete ili "
-"gubitke \n"
-"u poslovanju, prekidu poslovanja, finansijskim gubicima, zakonske tranje i "
-"kazne koje su rezultat sudske \n"
-"odluke, ili za bilo koji drugi gubitak) koje proizilaze iz upotrebe ili "
-"nemogunosti korienja Softverskih \n"
-"Proizvoda, ak iako je MandrakeSoft S.A. savetovao i ukazivao na mogunost "
-"pojave takve \n"
-"tete.\n"
-"\n"
-"Ograniena odgovornosti vezane za posedovanje ili upotrebu zabranjenog "
-"softvera u nekim zemljama\n"
-"\n"
-"Do granica koje su uslovljene zakonom, MandrakeSoft S.A. ili njegovi "
-"distributeri nee, ni pod kojim uslovima, biti \n"
-"odgovorni za specijalne, namerne direktne ili indirektne tete(ukljuujui "
-"neograniene \n"
-"tete ili gubitke u poslovanju, prekidu poslovanja, finansijskim gubicima, "
-"zakonske tranje \n"
-"i kazne koje su rezultat sudske odluke, ili za bilo koji drugi gubitak) koje "
-"proizilaze \n"
-"iz upotrebe ili nemogunosti korienja Softverskih Komponenti ili koje "
-"proizilaze download-ovanih softverskih komponenti \n"
-"bilo kog Mandrake Linux sajta koji su zabranjeni ili ogranieni u nekim "
-"zemljama po lokalnim zakonima.\n"
-"Ova ograniena prava se primenjuju, ali nisu i ograniena na,kriptografske "
-"komponente \n"
-"koje se nalaze u Softverskim Proizvodima.\n"
-"\n"
-"\n"
-"3. GPL i za nju vezane Licence\n"
-"\n"
-"Softverski proizvodi se sastoje od komponenti kreiranih od strane razlitih "
-"lica ili entiteta. Veina \n"
-"od ovih komponenti se nalaze pod postavkama i uslovima GNU Opte Javne \n"
-"Licence, koja se od sada zove \"GPL\", ili sline licence. Veina ovih "
-"licenci dozvoljava upotrebu, \n"
-"dupliciranje, adaptaciju ili redistribuciju komponenti koje one obuhvataju. "
-"Molimo Vas da paljivo proitte postavke \n"
-"i uslove licencnog ugovora za svaku komponentu pre upotrebe bilo koje "
-"komponenete. Bilo koje pitanje \n"
-"vezano za licencu komponenti treba da bude adresirano na autora komponente a "
-"nena MandrakeSoft.\n"
-"Programi koje je razvio MandrakeSoft S.A. podleu pod GPL Licencu. "
-"Dokumentacija pisana od \n"
-"strane MandrakeSoft S.A. podlee pod posebnu licencu. Molim da pogledate "
-"dokumentaciju \n"
-"za detalje.\n"
-"\n"
-"\n"
-"4. Prava na Intelektualnu svojinu\n"
-"\n"
-"Sva prava na komponente Softverskih proizvoda pripadaju njihovim autorima i "
-"ona \n"
-"su zatiena zakonima o intelektualnoj svojini i pravima koji se primenjuju "
-"na softverske programe.\n"
-"MandrakeSoft S.A. je rezervisao svoja prava na modifikovanje ili adaptaciju "
-"SoftverskihProizvoda, kako za celinu tako i za \n"
-"delove, za sve sve svrhe i sve upotrebe.\n"
-"\"Mandrake\", \"Mandrake Linux\" i pridrueni logotipi i oznake MandrakeSoft "
-"S.A. \n"
-"\n"
-"\n"
-"5. Zakonska prava \n"
-"\n"
-"Ukoliko se bilo koji deo ovog ugovora izbegava, nelegalno i van sudske "
-"odluke, ovaj \n"
-"deo se iskljuuje iz ovog ugvora. Obavezni ste da primenjujeteostale delove "
-"ovog\n"
-"ugovora.\n"
-"Postavke i uslovi ove Licence su odreeni Zakonima Francuske.\n"
-"Svi nesporazumi bi trebali biti reeni van suda. Kao poslednje \n"
-"sredstvo, nesporazumi e biti upueni na odgovarajue Sudske ustanove u "
-"Parizu - Francuska.\n"
-"Za bilo koje pitanje koje je vezano za ovaj dokument, kontaktirajte "
-"MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tastatura"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Izaberite raspored tastature."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Ovde je predstavljena cela lista dostupnih tastatura"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Koju instalacionu klasu birate ?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Instalacija/Auriranje"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "Da li je ovo instalacija ili auriranje ?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Preporueno"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Ekspert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Auriranje"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Auriranje samo paketa"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Izaberite tip mia."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Port za mia"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Izaberite na koji serijski port je va mi prikljuen."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Emulacija tastera"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Emulacija 2 tastera"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Emulacia 3 tastera"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfiguriem PCMCIA kartice..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfiguracija IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "nema dostupnih particija"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Skeniranje particija za pronalaenje take montiranja"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Izaberite take montiranja"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ne mogu proitati tabelu particija, mnogo je iskvarena za mene :(\n"
-"Pokuau dalje zaobilazei loe particijeMogu pokuati da formatiram loe "
-"particije (SVI PODACI e biti izgubljeni !).\n"
-"Drugo reenje je da se DrakX onemogui da modufikuje tabelu particija.\n"
-"(greka je %s)\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ne moe da ispravno proita tabelu particija.\n"
-"Dalji nastavak ide na va rizik !"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Nema slobodnog prostora za 1MB bootstrap! Instalacija e se nastaviti, ali "
-"da bi podigli vasistem, moraete da kreirate bootstrap particiju u "
-"DiskDrake-u"
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Nije root particije potrebne za auriranje"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root particija"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Na kojoj particiji je root particija (/) vaeg sistema?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Treba da resetujete mainu za primenu izmena u tabeli particija"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Izaberi particije za formatiranje"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Proveri loe blokove ?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formatiranje particiju"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Kreiranje i formatiranje datoteke %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "Nema dovoljno swap-a da zavri instalaciju, dodajte jo swap-a"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Traim pakete"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Traim pakete za auriranje..."
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "Va sistem nema dovoljno mesta za instalaciju ili auriranje (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Kompletna (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimalna (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Preporuena (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Molim Vas da izaberete uitavanje ili snimanje selekcije paketa na disketu.\n"
-"Format koji se koristi je isti kao i kod auto_install generisanih disketa."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Uitaj sa diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Uitavam sa diskete"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Odabir paketa"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Ubacite disketu koja sadri selekciju paketa"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Snimi na disketu"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Selektovana veliina je vea od slobodnog prostora"
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Tip instalacije"
-
-#: ../../install_steps_interactive.pm_.c:672
-#, fuzzy
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Niste selektovali nijednu grupu paketa\n"
-"Izaberite minimalnu instalaciju koju elite"
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Sa X-ovima"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Sa osnovnom dokumentacijom (preporuka!)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ukoliko imate gore navedene CD-ove, kliknite na Ok.\n"
-"Ukoliko nemate nijedan CD, kliknite na Cancel.\n"
-"Ako vam nedostaju samo neki CD-ovi , deselektujte ix, a onda kliknite na Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom oznaen kao \"%s"
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Pripremam instalaciju"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Instaliram pakete %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Postinstalaciona konfiguracija"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Ubacite Boot disketu u ureaj %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Ubacite Update Modules disketu u ureaj %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Zbog razliitih optix zahteva koji se odnose na ovaj softver kao i "
-"izloenost\n"
-"mnogim zakonodavstvima,kupac i/ili korisnik softvera treba\n"
-"da proveri da li zakon omoguava download i upotrebu softvera.\n"
-"\n"
-"Kupci i korisnici treba da znaju da ne trebada izvrdavaju\n"
-"zakon.Ukoliko se to ipak desi, oni e snositi sankcije\n"
-"\n"
-"MandrakeSoft nije odgovoran za bilo kakve gubitke ili tetekoje mogu nastati,"
-"niti za sudske kazne koje se mogu javiti.\n"
-"\n"
-"\n"
-"Za bilo kakva pitanja vezana za ovu temu kontaktirajte \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Sada imate mogunost da download-ujete aurirane pakete koji su\n"
-"kreirani nakon izlaska distribucije.\n"
-"\n"
-"Dobiete sigurnosne ispravke ili ispravke u programima, ali za da bi ovo "
-"uradili morate\n"
-"da imate Internet konekciju.\n"
-"\n"
-"da li elite da instalirate update-ove ?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"KOntaktirajte Mandrake Linux web sajt da bi dobili listu dostupnih mirror-a"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Izaberite mirror sa kog ete skinuti pakete"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Kantaktirajte mirror za listu moguih paketa"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Koja je vaa vremenska zona ?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Va sistemski (BIOS) asovnik je podeen na GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatska sinhronizacija vremena (preko NTP-a)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP Server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Udaljeni CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Bez tampaa"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Da li imate ISA zvunu karticu?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Pokrenite \"sndconfig\" nakon isntalacije da bi podesili svoju zvunu karticu"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-"Nije detektovana zvuna kartica. Pokrenite \"harddrake\" nakon instalacije"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Saetak"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mi"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Vremenska zona"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "tampa"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN kartica"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Zvuna kartica"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV katica"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokalne datoteke"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Unesi root lozinku"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Bez lozinke"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Ova lozinka je suvie jednostavna (treba da ima bar %d znakova)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentifikacija"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP Autentifikacija"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP Server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS Autentifikacija"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS Domen"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS Server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"Startni disk obezbeuje nain podizanja vaeg Linux sistema bez zavisnosti\n"
-"od normalnog startera. Ovo je korisno ako ne elite da instalirate\n"
-"SILO(ili grub) na va sistem, ako drugi operativni sistem ukloni SILO, ili "
-"SILO ne\n"
-"radi sa vaim hardverom. Startni disk moete koristiti sa Mandrake Linux\n"
-"'diskom za spasavanje', to olakava oporavak u sluaju tee havarije.\n"
-"Ukoliko elite da kreirate startnu disketu za va sistemubacite disketu u "
-"pogon i pritisnite \"Da\"."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Prvi flopi/disketni ureaj "
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Drugi flopi/disketni ureaj"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Preskoi"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, fuzzy, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"Startni disk obezbeuje nain podizanja vaeg Linux sistema bez zavisnosti\n"
-"od normalnog startera. Ovo je korisno ako ne elite da instalirate\n"
-"LILO(ili grub) na va sistem, ako drugi operativni sistem ukloni LILO, ili "
-"LILO ne\n"
-"radi sa vaim hardverom. Startni disk moete koristiti sa Mandrake Linux\n"
-"'diskom za spasavanje', to olakava oporavak u sluaju tee havarije.\n"
-"Da li biste da kreirate startnu disketu za va sistem?"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(UPOZORENJE! Vi koristite XFS za vau root particiju,\n"
-"pa kreiranje startnog 1.44 Mb flopija verovatno nee uspeti,\n"
-"zato to XFS trai veliki drajver)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Ti malera, nema diskete"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr ""
-"Izabrerite disketni ureaj koji ete koristiti za kreiranje starne diskete"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Ubacite disketu u ureaj %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Kreiram startni disk..."
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Pripremam starter..."
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Poto izgleda da imate staromodnu ili nepoznatu \n"
-" mainu, yaboot starter nee raditi kod vas.\n"
-"Instalacija e biti nastavljena, ali ete morati da\n"
-" BootX da bi podigli sistem"
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Da li elite da koristite aboot ?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Greka pri instalaciji aboot-a, \n"
-"Da li da probam da instaliram ak ako to vodi unitenju prve particije?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Instaliram starter"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalacija startera neuspela. Greka je:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Moraete da promenite Open Firmware boot-ureaj da \n"
-" bi mogli da koristite starter. Ukoliko ne vidite prompt\n"
-" pri restartu drite Command-Option-O-F pri startanju i unesite:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Onda ukucajte: shut-down\n"
-"Kada sledei put startujete mainu trebali bi da vidite staterov prompt."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Ubacite praznu disketu u ureaj %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Kreiram auto instalacioni flopi"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Neki koraci nisu kompletirani.\n"
-"\n"
-"Da li stvarno elite da zavrite ?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"estitamo, instalacija je zavrena.\n"
-"Izvadite disketu iz drajva i pritisnite <Enter> da se raunar resetuje.\n"
-"\n"
-"\n"
-"Za informacije o popravkama koje su na raspolaganju za ovo izdanje\n"
-"Mandrake Linux Linux-a, proitajte deo 'Errata' koji moete nai na\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Informacije o konfigurisanju vaeg sistema moete nai u post-instalacionom\n"
-"poglavlju zvaninog Mandrake Linux 'Vodia za korisnike'."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Kreiraj auto instalacionu disketu"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Auto instalacija moe biti potpuno automatizovana ukoliko elite,\n"
-"u tom sluaju preuzee kontrolu nad hard-diskom!!\n"
-"(ovo se odnosi na instalaciju na drugoj maini).\n"
-"\n"
-"Moda volite da ponovite instalaciju.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatski"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Ponavljanje"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Sauvaj selekciju paketa"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Instalacija %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-"<Tab>/<Alt-Tab> kret. izmeu elemenata | <Space> izbor | <F12> sledei ekran"
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "nedostaje kdesu"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Izaberite fajl"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Napredno"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Osnovno"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Samo momenat..."
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Info"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Proiri stablo"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Skupi stablo"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Birajte: ravno ili grupno sortirano"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Lo izbor, probajte ponovo\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Va izbor ? (po default-u %s) "
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Unosi koje treba da popunite:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Va izbor? (0/1, default `%s') "
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Taster `%s': %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Da li elite da kliknete na ovaj taster? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Va izbor? (default `%s'%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Postoji mnogo stvari za izbor iz (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Izaberite prvi broj od 10 koje elite da editujete,\n"
-"ili samo kliknite na Enter da bi nastavili.\n"
-"Va izbor? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Napomena, promenjeno ime:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Re-submit"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "eki (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Nemaki"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "panski"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finski"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Francuski"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norveki"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Poljski"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ruski"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "vedski"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "UK tastatura"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "US tastatura"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanski"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Jermenski (stari)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Jermenski (typewriter)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Jermenski (fonetski)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbejdzan (latinica)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgijski"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bugarski (fonetski)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bugarski (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilski (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Beloruski"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "vajcarski (Nemaki raspored)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "vajcarski (Francuski raspored)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "eki (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Nemaki (bez mrtvih tastera)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danski"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norveki)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (vedski)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonski"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzijski (\"Ruski\" raspored)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzijski (\"Latinini\" rapored)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grki"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Maarski"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Hrvatski"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Jevrejski"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Jevrejski (Fonetski)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranski"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islandski"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italijanski"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japanski 106 tastera"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korejanska tastatura"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latino-Ameriki"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litvanski AZERTY(stari)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litvanski AZERTY(novi)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litvanski \"number row\"QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litvanski \"fonetski\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Letonski"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedonski"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Danski"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Poljski (qwerty raspored)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Poljski (qwertz raspored)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugalski"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadski (Kvebek)"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumunski (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumunski (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Ruski (Javerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovenaki"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaki (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaki (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Srpski (irilica)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamilski"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr " Thai tastatura"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tadikistanska tastatura"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turski (tradicionalni \"F\" model)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turski (moderni \"Q\" model)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrajinski"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "US tastatura (internacionalna)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vijetnamski \"number row\"QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Srpski (latinica)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-#, fuzzy
-msgid "Left \"Windows\" key"
-msgstr "Dobavi Windows fontove"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Kruno montiranje %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Ukloni prvo logike volumene\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr "PCMCIA podrka ne postoji vie za 2.2 kernele. Koristite 2.4 kernel."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun Mi"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generiki PS2 mi sa tokiem"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 taster"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generiki 2 tastera mi"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generic"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Toki"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "serijski"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Generiki 3 tastera mi"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC serija (serijski)"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM serija"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech mouse (serijski, stari C7 tip)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bus mi"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 tastera"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 tastera"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "nijedan"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Nema mia"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Molim Vas da testirate mia"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Da bi mogli da aktivirate mia"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "pomerite toki !"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Kraj"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Sledei ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Prethodni"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "Da li je ovo ispravno ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Konektuj na internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Najei nain za konekciju sa adsl je pppoe.\n"
-"Meutim, postoje konekcije koje koriste pptp i neke koje koriste dhcp.\n"
-"Ukoliko ne znate koja je, izaberite 'koristi pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "koristi dhcpd"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "koristi pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "koristi pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr "Kog dhcp klijenta elite da koristite ?Postavljeni je dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Nije detektovana nijedna mrena kartica.\n"
-"Ne mogu da podesim ovaj tip konekcije."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Izaberite mreni interfejs"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr ""
-"Izaberite mreni adapter koji elite da koristite za konekciju na internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "Nije pronaena mrena kartica"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Podeavanje mree"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Molim unesite ime hosta ukoiko ga znate\n"
-"'Neki DHCP serveri zahtevaju ime hosta da bi radili.\n"
-"Vae ime hosta treba da bude puno ime kao npr.\n"
-"``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Ime hosta:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "arobnjak za podeavanje mree"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Eksterni ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interna ISDN kartica"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Kakva je vrsta vae ISDN kenekcije ?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Koju ISDN konfiguraciju vie preferirate?\n"
-"\n"
-"* Stara kofiguracja koristi isdn4net. Ona sadri mone alatke, ali je\n"
-" problematina za podeavanje pogotovo za poetnike, i nije uobiajena.\n"
-"\n"
-"* Nova konfiguracija je jednostavnija za razumeti, standardnija,\n"
-" ali sa manje opcija i alata.\n"
-"\n"
-"Mi preporuujemo laku (jednostavniju) konfiguraciju.\n"
-"\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nova konfiguracija (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Stara konfiguracija (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN Konfiguracija"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Izaberite svog provajdera.\n"
-" Ukoliko nije na listi, izaberite Unlisted"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Evropski protokol"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Evropski protokol (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokol za statak sveta"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokol za Ostatak sveta \n"
-" bez D-kanala (zakupljene linije)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Koji protokol elite da koristite ?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Kakvu vrstu kartice imate?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Ne znam"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Ukoliko imate ISA karticu, vrednosti na sledeem ekranu bi trebale biti "
-"ispravne.\n"
-"\n"
-"Ukoliko imate PCMCIA karticu, morate znati irq i io za vau karticu.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Prekini"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Nastavi"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Koja je vaa ISDN kartica ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Detektovana je ISDN PCI kartica, nepoznatog tipa. Izaberite jednu PCI "
-"karticu na sledeem ekranu."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Nije pronaena ISDN PCI kartica.Izaberite jednu na sledeem ekranu."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Izaberite serijski port na koji je modem povezan."
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Dialup opcije"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Ime konekcije"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Broj telefona"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ID za logovanje"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Bazirano na skripti"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Bazirano na terminalu"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Ime domena"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Prvi DNS Server (opcija)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Drugi DNS Server (opcija)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Moete se diskonektovati ili rekonfigurisati konekciju."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Podesi internet konfiguraciju"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Trenutno ste konektovani na Internet"
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Sada se moete konektovati na Internet ili rekonfigurisati konekciju"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Trenutno niste konektovani na Internet"
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Konektuj"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Diskonektuj"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Podesi konekciju"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internet konekcija i konfiguracija"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Sada treba da podesimo %s konekciju."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Sada treba da podesimo %s konekciju.\n"
-"\n"
-"\n"
-"Pritisnite \"U redu\" za nastavak."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Podeavanje mree"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Zbog toga to radite mrenu instalaciju, vaa mrea je ve podeena "
-"podeena.\n"
-"Kliknite na OK zadrdali konfiguraciju Network/Internet konekcije, ili "
-"cancel da bi ponovo uradili kofiguraciju.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Dobrodoli u program za Podeavanje Mrene konekcije\n"
-"\n"
-"Sada treba da konfiguriemo vau internet/mrenu konekciju.\n"
-"Ukoliko ne elite auto detekciju, deselektujte opciju.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Izaberite profil za konfigurisanje"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Koristi auto detekciju"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Detektujem ureaje..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normalna modemska konekcija"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "Detektovano na portu %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN konekcija"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "detektovano %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL konekcija"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "Detektovano na interfejsu %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Kablovska konekcija"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "Detektovana je kablovska konekcija "
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN konekcija"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "detektovana mrena kartica(e)"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Izaberite tip konekcije koji elite da koristite"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Vi ste podesili vie naina za konektovanje na Internet.\n"
-"Izaberite jedan od njih koji elite da koristite.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internet konekcija"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Da li elite da startujete konektovanje pri startanju sistema ?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Podeavanje mree"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Mrea mora biti restartovana"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Pojavio se problem tokom restartovanja mree?\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"estitamo, mrena i internet konfiguracija je zavrena.\n"
-"\n"
-"Konfiguracija se sada moe primeniti na sistem.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Kada se to uradi, trebali bi da restartujete X\n"
-"okruenje da bi izbegli probleme sa promenom hostname-a."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Pojavili su se problemi tokom konfiguracije.\n"
-"Proverite svoju konekciju preko net_monitor ili mcc. Ukoliko vaa konekcija "
-"ne radi, treba da ponovite konfiguraciju"
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"Upozorenje: Ovaj ureaj je ve prethodno konfigurisan za konektovanje na "
-"Internet.\n"
-"Samo prihvaitite da bi postavku ostavili istom.\n"
-"Izmena polja koje vidite e ponititi postojeu konfiguraciju."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Molim unesite IP konfiguraciju za ovu mainu.\n"
-"Svaka stavka treba de bude tavka treba da bude uneta kao\n"
-"IP adresa (na primer, 123.45.67.89)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Podeavanje mrenog ureaja %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr "(drajver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP adresa"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Mrena maska"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Automatski IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa treba da bude u formatu 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Molim unesite ime vaeg domena, ime hosta, kao IP adrese dodatnih\n"
-"'nameserver'-a. Ime vaeg hosta treba da bude puno kvalifikovano ime hosta,\n"
-"kao na pr. ``mybox.mylab.myco.com''.\n"
-"Ako nemate dodatnih 'nameserver'-a, ostavite ta polja prazna."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (e.g. %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway ureaj"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Podeavanje proksija"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Track mrena kartica id (korisno za laptop raunare)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy treba da bude http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy treba da bude ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Konfiguracija interneta"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Da li hoete da se konektujete na internet sada?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testiranje konekcije..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Sistem je trenutno konektovan na Internet"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Iz sigurnosnih razloga, on e sada biti diskonektovan."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Izgleda da sistem nije konektovan na Internet.\n"
-"Probajte da promenite konfiguraciju."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Konfiguracija Internet konekcije"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Molim VAS da popunite ili oznaite polja ispod"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "IRQ kartice"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "(DMA) kartice"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr " IO kartice"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr " IO_0 kartice"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "IO_1 kartice"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Va lini broj telefona"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Ime provajdera (npr. provider.net)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Broj telefona provajdera"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Provajderov dns 1 (opciono)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Provajderov dns 2 (opciono)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Izaberi svoju zemlju"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Mod za biranje"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Brzina konekcije "
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Vreme pauze konekcije (u sek.)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Logovanje za raun (korisniko ime)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Lozinka za raun"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montiranje nije uspelo: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Extended particija nije podrana na ovoj platformi"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Imate prazninu u vaoj tabeli particija ali je ne mogu korisiti.\n"
-"Jedino reenje je da pomerite primarnu particiju tako da praznina bude\n"
-"do extended particija"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Otvaranje iz datoteke %s nije uspelo: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Loe backup-ovana datoteka"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Greka kod unosa u datoteka %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Neto loe se deava sa vaim hard diskom. \n"
-"Test integriteta podataka nije proao. \n"
-"To znai da sve to se nalazi na disku e zavriti kao ubre"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "mora imati"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "vano"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "veoma lepo"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "lepo"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "moda"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Opti Unix-ov sistem za tampanje"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Nove Generacije"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Demon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - tampaj, nemoj da pamti"
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokalni tampa"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Udaljeni tampa"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "tampa ili Udaljeni CUPS server"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "tampa ili Udaljeni lpd server"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Mreni tampa (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "tampa na SMB/Windows 95/98/NT serveru"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "tampa na NetWare serveru"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Unesite URI za tampa"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Ubaci naredbu u komandu"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Nepoznati model"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokalni tampai"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Udaljeni tampai"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " na parelelnom portu \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB tampa \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multi-funkcionalni ureaj na paralelnom portu \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", multi-funkcionalni ureaj na USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multi-fuunkcionalni ureaj na HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", multi-funkcionalni ureaj"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", tampaj na %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "na LPD serverr \"%s\", tampa \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "na Windows server \"%s\", share \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "na Novell server \"%s\", tampa \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", koristim komandu %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "Raw tampa (bez drajvera)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(na %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(na ovoj maini)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Na CUPS server \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Podrazumevano)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Izbor povezanosti tampaa"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Kako je tampa povezan?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"tampae na udaljenom CUPS serveru nemate da bi ih ovde podesili; ovi "
-"tampai e biti automatski detektovani."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS konfiguracija"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Odredite CUPS server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Da bi dobili pristup tampaima na udaljenim CUPS serverima na vaoj "
-"lokalnoj mreine morate nita da podeavate; CUPS serveri automatski "
-"obavetavaju vau mainuo svojim tampaima. Svi tampai koji su trenutno "
-"poznati vaoj maini su prikazani u \"Remote printers\" delu glavnog "
-"prozora Printerdrake-a. Kada va CUPS server nije na lokalnoj maini, morate "
-"uneti CUPS serverovu IP adresu a opciono broj porta da bi dobili informacije "
-"o tampau od servera, ili ove linije za unos ostavite praznima."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Obino CUPS je automatski podeen na osnovu mrenog okruenja, tako da "
-"moete pristupiti tampaima na CUPS serverima na vaoj lokalnoj mrei. "
-"Ukoliko ovo ne funkcionie kako treba, iskljuite \"Automatsku CUPS "
-"konfiguraciju\" u izmenite va fajl /etc/cups/cupsd.conf runo. Ne "
-"zaboravite da nakon toga restartujete CUPS (komanda: \"service cups restart"
-"\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa treba da izgleda kao npr. 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Broj porta bi trebao da bude broj !"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "SMB server IP:"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatska CUPS konfiguracija"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Detektujem ureaje..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Testiranje portova"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Dodajte novi tampa"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Dobrodoli u arobnjak za konfigurisanje tampaa\n"
-"\n"
-"Ovaj arobnjak e vam omoguiti da instalirate lokalne ili udaljene tampae "
-"sa ovemaine kao i drugih maina na mrei.\n"
-"\n"
-"Od vas e biti traene sve neophodne informacije za podeavanje tampaa a "
-"dobiete pristup svim dostypnim drajverima, njihovim opcijama, i tipovima "
-"konekcije tampaa."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokalni tampa"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Doborodoli u arobnjak za konfigurisanje tampaa\n"
-"\n"
-"Ovaj arobnjak e vam pomoi da instalirate va tampa(e) povezan(e) na "
-"ovaj raunar.\n"
-"\n"
-"Prikljuite va tampa(e) u raunar i ukljuite ga(ih). Kliknite na on "
-"\"Sledee\" kada budete spremni, a \"Poniti\" kada ne elite da podeavate "
-"tampa(e).\n"
-"\n"
-"Zapamtite da neki raunari mogu da se blokiraju tokom auto-detekcije, "
-"iskljuite \"Auto-detekciju tampaa\" da bi runo instalirali tampa. "
-"Koristite \"Ekspert mod\" u printerdrake kada elite da podesitetampanje "
-"na udaljenom tampau koji nije automatski prikazan."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Auto-detekcija tampaa"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"estitamo, ba tampa je sada instaliran i podeen!\n"
-"\n"
-"Moete da tampate koristei \"tampaj\" komandu u vaoj aplikaciji (obino "
-"u \"Fajl\" meniju).\n"
-"\n"
-"Ukoliko elite da dodate, uklonite ili promenite ime tampau, ili elite da "
-"promenite default opcije (papir, kvalitet tampanja, ...), izaberite "
-"\"tampa\" u \"Hardver\" sekciji Mandrake Kontrolnog Centra."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Auto-detekcija tampaa"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake je u mogunosti da auto-detektuje va lokalno vezan paralelni "
-"ili USB tampa umesto vas, ali imajte na umu da auto-detekcija MOE "
-"BLOKIRATI VA SISTEM A TO MOE VODITI OTEENJU FAJL SISTEMA! Radite ovo ali "
-"na SOPSTVENI RIZIK!\n"
-"\n"
-"Da li elite da auto-detektujete tampa?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr "Koristi auto detekciju"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "Izaberite korisnike runo"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Detektovan %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "tampa na paralelnom portu \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB tampa \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Nije pronaen lokalni tampa! Da bi runo instalirali tampa unesite ime "
-"ureaja/ime fajla u liniji za unos (Paralelni portovi: /dev/lp0, /dev/"
-"lp1, ..., je ekvivalentno LPT1:, LPT2:, ..., prvi USB tampa: /dev/usb/lp0, "
-"drugi USB tampa: /dev/usb/lp1, ...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Morate uneti ureaj ili ime fajla!"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "Nije pronaen lokalni tampa!"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Mreni tampai mogu biti instalirani nakon instalacije sistema. Izaberite "
-"\"Hardver\" a onda \"tampa\" u Mandrake Kontrolnom Centru."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Da bi instalirali mrene tampae, kliknite \"Poniti\", preite na "
-"\"Ekspert mod\", i kliknite \"Dodajte novi tampa\" ponovo."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Prikazani tampa je auto-detektovan, a ukoliko to nije onaj koji elite da "
-"podesite, unesite ime/ime fajla ureaja u liniju za unos"
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Ovde se nalazi lista svih auto-detektovanih tampaa. Izaberite tampa koji "
-"elite ili unesite imeime fajla ureaja u liniji za unos"
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Prikazani tampa je auto-detektovan. Podeavanje tampaa e biti potpuno "
-"automatsko. Ukoliko va tampa nije ispravno detektovan ili elite da sami "
-"podeavate tampa, ukljuite \"Runa konfiguracija\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Ovde se nalazi lista svih auto-detektovanih tampaa. Izaberite tampa koji "
-"elite da podesite. Podeavanje tampaa e biti potpuno automatsko. Ukoliko "
-"va tampa nije pravilno detektovan ili vie elite da ga sami podesite, "
-"ukljuite \"Runa konfiguracija\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Izaberite port na koji je va tampa povezan ili unesite ime/ime fajla "
-"ureaja u liniju za unos"
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Izaberite port na koji je va raunar povezan."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-" (Paralelni portovi: /dev/lp0, /dev/lp1, ..., ekvivalenti su LPT1:, "
-"LPT2:, ..., prvi USB tampa: /dev/usb/lp0, drugi USB tampa: /dev/usb/"
-"lp1, ...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Morate iabrati/uneti tampa/ureaj!"
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Runa konfiguracija"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"Da li je va tampa multi-funkcionalni ureaj iz HP (OfficeJet, PSC, "
-"PhotoSmart LaserJet 1100/1200/1220/3200/3300 sa skenerom)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Instaliram HPOJ paket..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Proveravam ureaj i podeavam HPOJ ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Instaliram SANE paket..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Skeniram na vaem HP multi-funkcionalnom ureaju"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Kreiram port dostupan za CUPS ..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Uitavam CUPS bazu podataka..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Opcije za udaljeni lpd"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Da bi koristili udaljeni lpd tampa, morate da obezbedite ime hosta za "
-"server za tampanje kao i ime tampaa na tom serveru."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Ime udaljenog host-a"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Ime udaljeni tampaa"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Nedostaje ime udaljenog host-a!"
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Nedostaje ime udaljenog tampaa!"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) opcije tampaa"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Da biste mogli da tampate na SMB tampau, treba da navedete\n"
-"ime hosta (koje nije uvek isto kao TCP/IP ime maine);\n"
-"IP adresu tampaevog servera; deljeno ime tampaa kome pristupate,\n"
-"kao i potrebna korisnika imena i lozinke."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB server host:"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB server IP:"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Deljeno (zajedniko) ime :"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Radna grupa(Workgroup):"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Morate dati ili ime servera ili njegov IP!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Nedostaje deljeno ime za Samba-u!"
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "NetWare opcije tampaa"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Da biste mogli da tampate na NetWare tampa, treba da navedete ime "
-"NetWare servera za tampa (koje nije uvek isto kao TCP/IPhostname! );te "
-"ime 'reda' tampaa kome pristupate,kao i potrebna korisnika imena i "
-"lozinke."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Server tampaa:"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Print Queue ime:"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Nedostaje ime NCP servera!"
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Nedostaje ime za NCP red!"
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Socket Opcije tampaa"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Da bi tampali na TCP ili socket tampa, morate da obezbedite ime hosta za "
-"tampaa te (opcija) broj porta. Na HP JetDirect serverima broj porta je "
-"obino 9100, a na drugim serverima moe biti drugaiji. Pogledajte upustvo "
-"koje ste dobili uz hardver."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Ime hosta za tampa"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Nedostaje ime hosta!"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Ureaj za tampa URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Moete direktno odrediti URI za pristup tampau. URI mora ispunjavati ili "
-"CUPS ili Foomatic specifikacije. Zapamtite da nisu svi URI tipovi podrani."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "Morate uneti validan URI!"
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Svaki tampa mora da ima ime (na primer \"tampa\"). Polja za Opis i "
-"Lokaciju ne moraju biti popunjena. To su samo korisne napomene za korisnike."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Ime tampaa"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Opis"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Lokacija"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Pripremam bazu podataka za tampae..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Va model tampaa"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake je uporeivao ime modela dobijenog autodetekcijomsa modelima "
-"prikazanim u njegovoj bazi podataka da bi pronaao odgovarajui. Ovaj izbor "
-"moe biti pogrean, posebno kada se va tampa uoptene nalazi u bazi "
-"podataka. Zato proverite da je izbor ispravan i kliknite \"Ovaj model je "
-"ispravan\" ukoliko jeste a ukoliko nije, kliknite \"Runo izaberite model\" "
-"da bi mogli da sami izaberete tampa na sledeem ekranu.\n"
-"\n"
-"Za va tampa Printerdrake je pronaao:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Ovaj model je taan"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Runo izaberite model"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Selekcija modela tampaa"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Koju model tampaa imate?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Proverite da li je Printerdrake auto-detektovao va tampa korektno. "
-"Potraite pravi model na listi kada kursor stoji na pogreno izabranom "
-"modelu ili na \"Raw tampa\"."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Ukoliko se va tampa ne nalazi na listi, izaberite kompatibilni "
-"(pogledajte upustvo za tampa) ili slian njemu."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "OKI win tampa konfiguracija"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Treba da podesite OKI laserski win tampa. Ovi tampai\n"
-"koriste veoma specijalizovane komunikacione protokole i zbog toga oni rade "
-"samo kada su povezani na prvi paralelni port. Kada je va tampa povezan na "
-"drugi port ili na server poveite tampa na prvi paralelni port pre nego "
-"itampate test stranicu ili va tampa nee raditi. Postavke za va tip "
-"konekcije e biti ignorisane od strane drajvera."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Konfiguracija Lexmark inkjet tampaa"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Drajveri za inkjet tampae koje je obezbedio Lexmark samo podravaju "
-"lokalne tampae, a ne i tampae na udaljenim mainama ili print serverima. "
-"Poveite va tampa na lokalni port ili ga podesite na maini na koju je "
-"povezan."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Da bi mogli da tampate na vaem Lexmark inkjet tampau morate da imate "
-"drajvere koje je kreirao Lexmark (http://www.lexmark.com/). Idite na US sajt "
-"i kliknite na taster \"Drajveri\". nakon toga izaberite va model i "
-"operativni sistem, u vaem sluaju \"Linux\". Drajveri su upakovani u RPM "
-"pakete ili shell skripte sa interaktivnom grafikom instalacijom. Ne morate "
-"da dradite ovu konfiguraciju. Pritisnite Cancel odmah nakon Ugovora o "
-"licenci. Onda itampajte printhead alignment stranice sa \"lexmarkmaintain\" "
-"a podesite opcije za poloaj glave sa ovim programom."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"default opcije za tampa\n"
-"\n"
-"Proverite da li su veliina papira i vrsta tinte/mod tampanja (ukoliko je "
-"dostupan) kao i hardverska konfiguracija za laserske tampae (memorija, "
-"duplex jedinica, dodatne kasete) podeeni ispravno. Imajte na umu da pri "
-"visokom kvalitetu tampe/rezoluciji tampe tampanje moe biti znaajnije "
-"usporeno."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opcija %s mora biti broj!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opcija %s mora biti broj!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Opcije %s van opsega!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Da li elite da podesite ovaj tampa (\"%s\")\n"
-"kao default tampa?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testiranje stranica"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Izaberite test sranicu koju elite da tampate.\n"
-"Napomena: Ukoliko se radi o foto test stranici moe biti potrebno mnogo vie "
-"vremena da bi se itampala a laserski tampai sa malo memorije je ak nee "
-"ni itampati. U veini sluajeva dovoljno je da itampate standardnu test "
-"stranicu."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Bez test stranice"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "tampaj"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standardna test stranica"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternativna test stranica"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alteernativna test stranica (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Foto test stranica"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Nemoj da tampaj bilo koju test stranicu"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "tampam test stran(ice)u..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Test stran(ice)a je poslana tampa demonu.\n"
-"To moe dovesti do malog odlaganja starta tampaa.\n"
-"Status tampaa:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Test stran(ice)a je poslana tampa demonu.\n"
-"To moe dovesti do malog odlaganja starta tampaa.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Da li radi ispravno?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "Raw tampa"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Da bi tampali fajl iz komandne linije (ili prozora terminala) moete ili "
-"koristiti komandu \"%s <fajl>\" ili prafiki alat za tampanje: \"xpp <fajl>"
-"\" ili \"kprinter <fajl>\". Grafiki alati vam dozovoljavaju da izaberete "
-"tampa i izmenite opcije veoma lako.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Ove komande takoe moete koristiti u polju \"Komande za tampanje\" "
-"dijaloga za tampanje u veem broju aplikacija, ali ovde nemojte da "
-"odreujete ime fajla jer njega postavlja sama aplikacija iz koje tampate.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Komanda \"%s\" takoe dozvoljava izmenu opcija za konkretni posao tampanja. "
-"Jednostavno dodajte eljene ocije u komandnu liniju, e. g. \"%s <fajl>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Da bi znali koje su vam opcije dostupne za tekui tampa proitajte listu "
-"koja je dole prikazana ili kliknite na taster \"Listu opcija za tampanje\".%"
-"s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Ovde se nalazi lista dostupnih opcija za tampanje za tekui tampa:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Da bi tampali fajl iz komandne linije (prozora terminala) koristite komandu "
-"\"%s <fajl>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Ova komanda vam je dostupna i u polju \"Konade za tampanje\" dijaloga za "
-"tampanje u veini aplikacija. Ali u tom sluaju nemojte da upisujete ime "
-"fajla jer je ono ve dodeljeno od strane aplikacije.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Da bi dobili listu dostupnih opcija za trenutni tampa kliknite na taster "
-"\"Lista opcija tampaa\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Da bi tampali fajl iz komandne linije (prozora terminala) koristite komandu "
-"\"%s <fajl>\" ili \"%s <fajl>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Takoe moete da koristite i grafiki interfejs \"xpdq\" za opcije za "
-"podeavanje poslova tampanja.\n"
-"Ako koristite KDE kao desktop okruenje imate \"panino dugme\", ikonicu na "
-"desktopu, oznaenu sa \"ZAUSTAVI tampa!\",koji zaustavlja sve poslove "
-"tampanja jkada kliknete na taj taster. Ovo je na primer korisno kada se "
-"zaglavi papir.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Komande \"%s\" i \"%s\" takoe omoguavaju izmenu opcija za konkretni posao "
-"tampanja. Jednostavno dodajte eljene opcije u komandnu liniju, e. g. \"%s "
-"<fajl>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Zatvori"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "tampam/Skeniram na \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "tampam na tampau \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Lista sa opcijama za tampa"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Va HP multi-funkcionalni ureaj je automatski podeen da bi mogao da "
-"skenira. Sada moete da skenirate sa \"scanimage\" (\"scanimage -d hp:%s\" "
-"da bi odredili skener koda imate vie od jednog) iz komandne linije ili sa "
-"grafikim interfejsima \"xscanimage\" ili \"xsane\". Ukoliko koristite the "
-"GIMP, moete takoe skenirati biranjem odgovarajue stavke u \"Fajle\"/"
-"\"Acquire\" meniju. Pogledajte i \"man scanimage\" i \"man sane-hp\" u "
-"komandnoj liniji za vie informacija.\n"
-"\n"
-"Ne koristi \"scannerdrake\" za ovaj ureaj!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Va HP multi-funkcionalni ureaj je automatski podeen da bi bio u "
-"mogunosti da skenira. Sada moete da skenirate iz komandne linije sa "
-"\"ptal-hp %s scan ...\". Skeniranje iz grafikog interfejsa ili iz GIMP-a "
-"nije podrano jo uvek za va ureaj. Vie informacija moete pronai u \"/"
-"usr/share/doc/hpoj-0.8/ptal-hp-scan.html\" fajlu na vaem sistemu. Ukoliko "
-"imate HP LaserJet 1100 ili 1200 moete skenirati samo ako imate instaliranu "
-"skener opciju.\n"
-"\n"
-"Ne koristi \"scannerdrake\" za ovaj ureaj!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Uitavam podatke za tampa ..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "Konfiguracija za transfer tampaa"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Moete kopirati konfiguraciju tampaa koju ste zavrili za spooler %s to %"
-"s, va trenutni spooler. Svi konfiguracioni podaci (ime tampaa, opis, "
-"lokacija, tip konekcije, i default opcije) se mogu preuzeti, ali ne i "
-"poslovi tampanja.\n"
-"Ni svi queues ne mogu biti prebaeni zbog sledeih razloga:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS ne podrava tampae na Novell serverima ili tampaima koji alju "
-"podatke u slobodno-formiranu komandu.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ podrava samo lokalne tampae, udaljene LPD tampae, i Socket/TCP "
-"tampae.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD i LPRng ne podravaju IPP tampae.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Kao dodatak, queues koji su kreirani sa ovim programom ili \"foomatic-"
-"configure\" ne mogu biti prebaeni."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Takoe, tampai konfigurisani sa PPD fajlovima koji potiu od proizvoaa "
-"ili sa osnovnim CUPS drajverima ne mogu biti prebaeni."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Oznaite tampae koje elite da prebacite i kliknite na \n"
-"\"Prebaci\"."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "Ne prebacuj tampae"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "Prebaci"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"tampa \"%s\" ve postoji pod %s. \n"
-"Klikni na \"Prebaci\" da bi preli preko starog.\n"
-"Moete ukucati i novo ime ili preskoiti ovaj tampa."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Ime tampaa treba da sadri samo slova, brojeve i underscore"
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"tampa \"%s\" ve postoji,\n"
-"da li stvarno elite da ponovo upiete njegove opcije?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Novo ime tampaa"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "Transferiem %s ..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Prebacili ste svoj bivi default tampa (\"%s\"), Da li treba da bude "
-"ponovo default tampa pod novim sistemom za tampanje %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Osveavam podatake o tampau..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Podeavanje udaljenog tampaa"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Startujem mreu ..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Podesi mreu sada"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Mrena funkcionalnost nije podeena"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Treba da podesite udaljeni tampa. Za to vam je potreban mreni pristup, "
-"ali vaa mrea nije jo podeena. Ukoliko nastavite bez mree konfiguracije, "
-"neete moi da koristite tampa koji sada podeavate. Kako elite da "
-"nastavite?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Nastavi dalje bez podeavanja mree"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Mrena konfiguracija koja je kreirana tokom instalcije ne moe sada da se "
-"pokrene. Proverite da li je mrea dostupna nakon restarta sistema i "
-"ispravite konfiguraciju koristei Mandrake CKontrolni Centar, sekcija "
-"\"Mrea & Internet\"/\"Konenkcija\", i nakon toga podesite tampa, takoe "
-"koritenjem Mandrake Kontrolnog Centra, sekcija \"Hardver\"/\"tampa\""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Mreni pristup nije pokrenut i ne moe da se startuje. Proverite vau "
-"konfiguraciju i vae hardverske komponente. Onda probajte ponova da podesite "
-"udaljeni tampa."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Restartujem sistem za tampanje ..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "veliki"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoidni"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instaliram sistem za tampanje u %s sigurnosnom nivou"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Sada treba da instalirate sistem za tampanje %s na sistemu koji se nalazi u "
-"%s sigurnosnom nivou.\n"
-"\n"
-"Ovaj sistem za tampanje pokree demon (pozadinski proces) koji eka na "
-"poslove tampanja i upravlja njima. Ovaj demon je takoe dostupan preko "
-"udaljenih maina preko mree pa je time podloan napadima. Zbog toga samo "
-"par izabranih demona se startuje po default-u na ovom sigurnosnom nivou.\n"
-"\n"
-"Da li stvarno elite da podesite tampanje na ovoj maini?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Pokreni sistem za tampanje pri staranju sistema"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Sistem za tampanje (%s)nee biti automatski pokrenut pri startanju maine.\n"
-"\n"
-"Mogue je automatsko startanje iskljueno promenom na vilji nivo "
-"sigurnosti, zbog toga to je sistem za tampanje primamljiv za napade.\n"
-"\n"
-"Da li ponovo elite da automatski startujete sistem za tampanje ?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Proveravam instalirani softver..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Uklanjam LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Uklanjam LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Izaberite Spooler za tampa"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Koji sistem za tampanje (spooler) elite da koristite ?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Podeavam tampa \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Instaliram Foomatic ..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Opcije tampaa"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Pripremam PrinterDrake ..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Podeavam tampa \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Da li biste da podesite tampa?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Sistem za tampanje: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Sledei tampai su podeeni. Dvokliknite na tampa da bi promenili njegove "
-"postavke; da bi ga postavili za default tampa; da bi videli informacije o "
-"njemu; ili da bi omoguili tampa na udaljenom CUPS serveru dostupnim za "
-"Star/Open Office."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Sledei taThe following printers are configured. Double-click on a printer "
-"to change its settings; to make it the default printer; or to view "
-"information about it."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-"Osvei listu tampaa (da bi prikazao sve dostupne udaljene CUPS tampae)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Promenite sistem za tampanje"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normalni Mod"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Da li hoete da podesite jo jedan tampa?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "Izmena konfiguracije tampaa"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"tampa %s\n"
-"Da li hoete da izmenite opcije za ovaj tampa?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Uradi to!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Tip konekcije tampaa"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Ime, opis i lokacija tampaa"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Proizvoa, model i drajver tampaa"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Proizoa i model tampaa"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Podesi ovaj tampa kao default"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Dodaj ovaj tampa u Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Ukloni ovaj tampa iz Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Itampaj test stranice"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Da li znate kako da koristite ovaj tampa"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Ukloni tampa"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Uklanjam stari tampa \"%s\" ..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Default tampa"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "tampa \"%s\" je sada postavljen kao default tampa."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Dodajem tampa u Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "tampa \"%s\" je uspeno dodan u Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Neuspelo dodavanje tampaa \"%s\" u Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Uklanjanje tampaa iz Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "tampa \"%s\" je uspeno uklonjen iz Star Office/OpenOffice.org-a"
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-"Neospeo pokuaj uklanjanja tampaa \"%s\" iz Star Office/OpenOffice.org-a"
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Da li hoete da uklonite tampa \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Uklanjam tampa \"%s\" ..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Podeavanje proksija"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Dobrodoli u alat za konfiguraciju proxy-ja.\n"
-"\n"
-"Ovde moete da podesite vae http i ftp proksije\n"
-"sa ili bez korisnikog imena i lozinke\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Molim Vas da unesete http proxy informacije\n"
-"Ostavite polja praznima ukoliko ne elite da koristetite proksi"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url treba da poinje sa http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Broj porta bi trebao da bude numerika oznaka (broj)"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Molim Vas da unesete informacije o ftp proxy-ju\n"
-"Polja ostavite praznima ukoliko ne elite da koristite ftp proksi"
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "Url treba da poinje sa 'ftp:'"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Unesite proxy korisniko ime i lozinku, ukoliko postoje.\n"
-"Polja ostavite paznima ukoliko ne elite da koristite korisniko ime/lozinku"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "logovanje"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "lozinka"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "pomovo unesite lozinke"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Nepodudarnost lozinki. Probajte ponovo!"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nije mogue dodati particiju na _formatiran_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nije mogu unos u fajl %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid neuspelo"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid neuspelo (moda nedostaje raidtools ?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nema dovoljno particija za RAID nivo %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Startam ALSA (Advanced Linux Sound Architecture) sistem za zvuk"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron - podesite period.komande"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd se koristi za praenje statusa baterije i logovanje preko syslog.\n"
-"Koristi se i za gaenje maine (radi i na desktop mainama) kada je baterija "
-"slaba"
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Pokree komande zakazane at komandom,kao i batch komande kao je "
-"optereenost\n"
-"sistema mala."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron je standardni UNIX program koji pokree korisnike programe\n"
-"preriodino u zakazano vreme. vixie cron dodaje opcije prostom UNIX cron,"
-"ukljuujui bolju sigurnost i bolju podesivost."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM daje podrku za mia za teksulano-bazirane aplikacije kao to je\n"
-"Midnight Commander.Isto tako daje podrku za pop-up menije na konzoli."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"HardDrake starta ispitivanje haredvera, i po potrebi e podesiti \n"
-"novi/izmenjeni hardver."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache je WWW server. On se koristi da opsluuje HTML fajlove\n"
-"i CGI."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Interent super server demon (znan kao netd) starta \n"
-"razne internet servise.On je odgovoran za pokretanje mnogix servisa kao npr. "
-"elnet, ftp, rsh, i rlogin.Iskljuujui njega, iskljuujete i servise \n"
-"za koje je on odgovoran."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Pokrenite filtriranje paketa za Linux kernel serije 2.2, da bi podesili\n"
-"firewall radi zatite vae maine od mrenih napada."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Ovaj paket aktivira odabranu mapu tastature kako je podeeno \n"
-"u /etc/sysconfig/keyboard.Ovo se podeava koristei kbdconfig alatku.\n"
-"Treba da bude ukljuen na veinu maina."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatska regeneracija kernelovog zaglavlja u /boot zar\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatska detekcija i konfiguracija hardvera pri startanju sistema."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf e ponekad izvoditi razne zadatke tokom\n"
-"startanja sistema radi odravanja i podeavanja sistema."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd je print demon potreban da bi lpr radio dobro.To je \n"
-"u osnovi server koji arbitrira print poslove tampau(ima)."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux-ov Virtuelni Server, koristi se za izgradnju brzog i dostupnog\n"
-"servera."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"Nazvan kao (BIND) je Domain Name Server (DNS) koji se koristi za daje host "
-"ime IP adresi."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Montiranje i demontiranje svih Mrenih fajl sistema(NFS), SMB (Lan\n"
-"Manager/Windows), i NCP (NetWare) taaka montiranja. "
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktiviranje i deaktiviranje svih mrenih interfejsa konfigurisanih za "
-"start \n"
-"pri podizanju sistema."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS je popularni protokol za razmenu fajlova preko TCP/IP mrea.\n"
-"Ovaj servis omoguava funkcionalnost NFS servera,koji se konfigurie preko \n"
-"/etc/exports datoteke."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS je popularni protokol za razmenu fajlova preko TCP/IP mrea.\n"
-"Ovaj servis omoguava funkcionalnost NFS file locking funkcije"
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Automatski ukljuuje numlock taster pod konzolom\n"
-"i u XFree pri startanju."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Podrka za OKI 4w i kompatibilne mu win tampae."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA podrka se obino koristi za eternet i modeme u laptopovima.\n"
-"Nee se pokrenuti ukoliko nije konfigurisan tako daje bezbedno instaliran \n"
-"na sistemu kom nije potreban."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmaper uravlja RPC konekcijama,koje koriste\n"
-"protokoli kao NFS i NIS.Portmap server mora biti pokrenut na mainama\n"
-"koje rade kao serveri za protokole koji koriste RPC mehanizam."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix je Mail Transport Agent,koji u stvaripremeta potu sa jedne maine "
-"na drugu."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"uva i obnavlja sistemski entropy pool za vei kvalitet generisanje\n"
-"sluajnih brojeva."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Dodeljuje raw ureaje za blok ureaje (kao to su hard disk\n"
-"particije), to moe biti korisno za aplikacije kao to je Oracle"
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed demon dozvoljava automatsko IP ruter update-ovanje preko\n"
-"RIP protokola.Dok se RIP dosta korisiti na malim mreama,kompleksniji \n"
-" routing protokoli su potrebni za kompleksne mree."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"rstat protokol dozvoljava korisnicima na mrei da omogue\n"
-"merenje performansi za bilo koju mainu na toj mrei."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"rusers protokol omoguava korisnicima na mrei da otkriju ko je\n"
-"ulogovan na drugim mainama."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"rwho protokol dozvoljava udaljenim korisnicima da dobiju listu svih\n"
-"korisnika ulogovanih na sistem sa pokrenutim rwho demonom (slino finger-u)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Pokree sistem za zvuk na vaoj maini"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog je objekat pomou kog mnogi demoni koriste za logovanje poruka\n"
-"u raznim sistemskim log fajlovima. Dobra je ideja imati uvek pokrenut syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Podie drajvere za vae usb ureaje."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Pokree X Font server (potrebno za pokretanje XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Izaberite koje servisi treba automatski da se pokrenu pri startanju"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "tampanje"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Zajedniko deljenje fajlova"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "Sistem"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Udaljena administracija"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Server Baze podataka"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Servisi: %d aktiviranih za %d registrovanih"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Servisi"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "pokrenuto"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "zaustavljeno"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Servisi i demoni"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"alim ali nema dodatnih informacija\n"
-"o ovom servisu."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Pri startanju"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Protokol za statak sveta"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Internet pristup"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedija - Grafika"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Razvojna"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Kontrolni Centar"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Mreni interfejs"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "SMB server host:"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Igre"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Ekspert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-#, fuzzy
-msgid "MandrakeConsulting"
-msgstr "Mandrake Alati za objanjenja"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Instaliram pakete..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ne mogu proitati tabelu particija, mnogo je iskvarena za mene :(\n"
-"Pokuau dalje zaobilazei loe particije"
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Greka!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ne mogu da pronaem potrebni image fajl `%s'."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Autoinstalacioni konfigurator"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Sada treba da podesite Autoinstalacionu Disketu. Ova opcije je donekle "
-"iopasna i mora se paljivo koristiti.\n"
-"\n"
-"Sa ovom opcijom, moi ete da ponovite instalaciju koju steizveli na ovom "
-"raunaru, sa povremenim upitima u cilju izmene odreenih vrednosti "
-"parametra.\n"
-"\n"
-"RAdi maksimalne sigurnosti, particioniranje i formatiranje nikada nee biti "
-"izvoeno automatskiy, bez obzira ta izabrali tokom instalacije na ovom "
-"raunaru.\n"
-"\n"
-"Da li elite da nastavite?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Podeavanje automatizovanih koraka"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"izaberite za svaki korak da li e biti istovetan i automatizovan ilie biti "
-"runo podeavan"
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Doborodoli.\n"
-"\n"
-"Parametri za autoinstalaciju su dostupni u delu koji se nalazi levo"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "estitamo !"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketa je uspeno kreirana.\n"
-"Sada moete ponoviti vau instalaciju."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Autoinstalacija"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Dodaj vrednost"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Ukloni zadnju vrednost"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Izvetaj \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Daemon Izvetaj\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" DrakBackup Detalji Izvetaja\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "ukupan napredak"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Backup sistemskih fajlova..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "backup-ovanje fajlova sa hard diska..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "backup-ovanje korsinikovih fajlova"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Napredak Backup-ovanja hard diska..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "backup-ovanje ostalih fajlova..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"lista fajlova poslana preko FTP-a : %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"(!) Problemi sa FTP konekcijom: Nije mogue poslati vae backup fajlove "
-"preko FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "(!) Greka tokom slanja mail-a. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Odabir fajlova"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Odaberite fajlove ili direktorijume i klinite na 'Dodaj'"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Proverite sve opcije koje vam trebaju.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Ove opcije mogu sauvati i kasnije obnoviti sve fajlove u vaem /etc "
-"direktorijumu.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Sauvajte svoje Sistemske fajlove ( /etc direktorijum )"
-
-#: ../../standalone/drakbackup_.c:793
-#, fuzzy
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-"Koristi Inkrementalni Backup-ove (ne zamenjuj ih sa starim backup-ovima)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Ne ukljuuj kritine fajlove (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Sa ovom opcijom moi ete da obnovite bilo koju verziju\n"
-" vaeg /etc direktorijuma."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Selektujte sve korisnike koje elite da ukljuite u backup."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Ne ukljuuj ke pretraivaa"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-"Koristi Inkrementalni Backup-ove (ne zamenjuj ih sa starim backup-ovima)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Ukloni Selektovano"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows(FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Korisnici"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Korisiti Use FTP connection to backup"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Molim Vas unesete ime hosta ili IP."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Unesite direktorijum da bi\n"
-" stavili backup na ovaj host."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Unesite vae korisniko ime"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Unesite vau lozinku"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Zapamti ovu lozinku"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP konekcija"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Sigurnosna Konekcija"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Koristi CD/DVDROM za backup"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Izaberite va CD prostor"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Proverite da li koristite CDRW medij"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Proverite da li elite izbriete va CDRW pre"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Proverite da li elite da ukljuite\n"
-" install boot na va CD."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Unesite ime vaeg CD Writer ureaja\n"
-" ex: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Koristi traku za backup"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Unesite ime ureaja koji koristite za backup"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Unesite maksimalnu veliinu\n"
-" dozvoljenu za Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Unesite direktorijum da bi sauvali:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Koristi quota zar backup fajlove"
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Mrea"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "na sat"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "dnevno"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "nedeljno"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "meseno"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Koristi demon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Izaberite vremenski interval \n"
-"izmeu svakog backup-a"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Izaberite\n"
-"medij za backup."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Koristi hard disk sa demonom"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Koristi FTP sa demonom"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Proverite da li je cron demon ukljuen u vae servise."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Poalji mail izvetaj nakon svakog backup/a na :"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "ta"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Gde"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Kada"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Vie Opcija"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup Konfiguracija"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Izaberite ta elite da backup-ujete"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "na Hard Disk"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "preko Mree"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Izaberite ta elite da backup-ujete"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Backup-uj sistem"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Backup-uj Korisnike"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Izaberite korisnike runo"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Backup Izvori: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Sistemski fajlovi:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Korisniki fajlovi:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Ostali fajlovi:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Snimi na Hard Disk na putanju : %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Snimi na FTP ili host : %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t korisniko ime: %s\n"
-"\t\t na putanji: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Opcije:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tNe ukljuuj Sistemske Fajlove\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackup koristi tar i bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackus koristi tar i gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Demonn (%s) ukljuuje :\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Hard disk.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Mrea preko FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Mrea preko SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Bez konfiguracije, kliknite na arobnjak ili Napredno\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lista podataka za obnavljanje:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lista korumpiranih podataka:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Deselektujte ili uklonite ih sledei put."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Backup fajlovi su korumpirani"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " Svi vai selektovani podasi su "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Uspeno Obnovljeni na %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " Obnavljanje Konfiguracije "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "U Redu za obnavanje drugih fajlova."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Obnavljanje liste korisnika (samo najnoviji podaci po korisniku su vani)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Backup sistemskih fajlova pre:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "izaberite datum za obnavljanje"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Koristi Hard Disk za backup"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "Povrati (restore) sa Hard Diska"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Unesite direktorijum gde je smeten backup"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Izaberitedrugi medij za obnavljanje sa"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Drugi Medij"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "Obnovi sistem"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "Obnovi korisnike"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "Obnovi ostalo"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "izaberite putanju za obnavljanje (umesto /)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Uradi novi backup pre obnavljanja (samo za inkrementalne backup-e.)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Ukloni korisnike direktorijume pre obnavljanja"
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "Obnovi sve backup-ove"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Obnavljanje po elji"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Pomo"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Prethodni"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Sauvaj"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Kreiraj backup"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "Obnovi"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Sledei"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Kreirajte backup pre obnavljanja...\n"
-" ili potvrdite da je vaa putanja ispravna."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Greka pri slanju mail-a\n"
-" va izvetaj nije poslan\n"
-" Podesite sendmail"
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Lista paketi za instalaciju"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Greka tokom slanja fajla preko FTP-a.\n"
-" Ispravite vau FTP konfiguraciju."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Izaberite podatke za obnavljanje..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Izaberite medij koji elite da korisitite za backup..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Izaberite podatke koji elite da backup-ujete..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Nije pronaen kofiguracioni fajl \n"
-"Kliknite na arobnjak ili Napredno."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "U razvoju ... molim Vas saekajte"
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Backup-uj sistemske fajlove"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Backup-uj korisnike fajlove"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Backup-uj ostale fajlove"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Ukupni napredak"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "fajlovi poslani preko FTP-a"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "aljem fajlove..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Lista podataka koje ukljuujem na CDROM."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Unesite brzinu cd pisaa"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Unesite ime vaeg CD Pisaa (ex: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Proverite da li elite da ukljuite install boot na va CD."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Backup-uj sada iz konfiguracionog fajla"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Pogledaj Backup Konfiguraciju."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "arobnjak Konfiguracija"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Napredna Konfiguracija"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Backup Sad"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"Opis opcija:\n"
-"\n"
-" U ovom koraku Drakbackup vam omoguava da promenite:\n"
-"\n"
-" - Mod kompresije:\n"
-" \n"
-" Ukoliko izaberete bzip2 kompresiju, bolje ete\n"
-" kompresovati podatke od gzip-a (oko 2-10 %).\n"
-" Ova opcija nije selektovana po default-u zbog\n"
-" toga to ova kompresija zahteva vie vremena ( oko 1000% vie).\n"
-" \n"
-" - Mod auriranja:\n"
-"\n"
-" Ova opcija e aurirati va backup, ali ova\n"
-" opcija nije naroito praktina zato to morate da\n"
-" raspakujete va backup pre nego ga moete aurirati.\n"
-" \n"
-" - the .backupignore mod:\n"
-"\n"
-" Kao sa cvs-om, Drakbackup e ignorisati sve ukljuene\n"
-" reference .backupignore fajlova u svakom direktorijumu.\n"
-" primer: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Neke greke tokom sendmail-a su uzrokovane \n"
-" loom konfiguracijom postfix-a. Da bi ih reili morate da\n"
-" podesite myhostname ili mydomain u /etc/postfix/main.cf\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"Opis opcija:\n"
-"\n"
-" - Backup sistemskih fajlova:\n"
-" \n"
-"\tOva opcija dozvoljava da backup-ujete va /etc direktorijum,\n"
-"\tkoji sadri sve konfiguracione fajlove. Molim Vas da budete\n"
-"\tpaljivi tokom obnavljanja da ne bi prepisali sledee fajlove:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup Korisnikih fajlova: \n"
-"\n"
-"\tOva opcija vam omoguava da selektujete sve korisnike koje elite \n"
-"\tda backup-ujete.\n"
-"\tDa bi sauvali prostor na disku, preporuujemo da \n"
-"\tukljuujete fajlove iz kea internet pretraivaa.\n"
-"\n"
-" - Backup Ostalih fajlova: \n"
-"\n"
-"\tOva opcija vam omoguava da dodate jo podataka za Backup.\n"
-"\tSa ovom opcijom trenutno nije mogue \n"
-"\tizabrati inkrementalni backup.\t\t\n"
-" \n"
-" - Inkrementalni Backup-ovi:\n"
-"\n"
-"\tInkrementalni backup je najmonija \n"
-"\topcija za backup. Ova opcija vam omoguava \n"
-"\tda svev vae podatke prvi put, a \n"
-"\tkasnije samo one izmenjene.\n"
-"\tTada ete moi, tokom obnavljanja\n"
-"\tda obnovite vae podatke po odreenom\n"
-"\tdatumu.\n"
-"\tUkoliko niste izabrali ovu opciju svi\n"
-"\tstari backup-ovi su izbrisani pre svakog backup-a. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Opis obnavljanja:\n"
-" \n"
-"Samo najnoviji podaci e biti korieni, zato to inkrementalni \n"
-"backup-u neophodno da obnavlja stare backup-ove jedan po jedan.\n"
-"\n"
-"Ukoliko ne elite da obnavljate odreenog korisnika deselektujte sve\n"
-"njegove selekcije.\n"
-"\n"
-"U drugom sluaju, moi ete da izaberete samo jedan od ovih\n"
-"\n"
-" - Inkrementalni Backup-ovi:\n"
-"\n"
-"\tInkrementalni backup je najmonija opcija \n"
-"\tu backup-u, jer vam omoguava da \n"
-"\tto backup-ujete sve podatke prvi put, a \n"
-"\tkasnije samo one koji su izmenjeni.\n"
-"\tTako ete moi tokom obnavljanja\n"
-"\tda obnovite vae podatke sa odreenim\n"
-"\tdatumom.\n"
-"\tUkoliko niste izabrali ovu opciju svi\n"
-"\tstari backup-ovi e biti izbrisani pre svakog backup-a. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Ovaj program je bespaltan; moete ga redistribuirati i/ili menjati\n"
-" pod uslovima GNU General Public License kako je objavljeno\n"
-" u Free Software Fondaciji; ili verziji 2, ili (u vaem sluaju)\n"
-" bilo kojoj novijoj verziji.\n"
-"\n"
-" Ovaj program je distribuiran u nadi da e biti od koristi,\n"
-" sli BEZ IKAKVIH GARANCIJA; ak i bez garancije za\n"
-" KORISNOST i PRAKTINU UPOTREBU. Pogledajte\n"
-" GNU General Public Licencu za vie detalja.\n"
-"\n"
-" Trebali bi da mate kopiju GNU General Public Licence\n"
-" zajedno sa ovim programom; ukoliko je nemate, piite nam na adresu Free "
-"Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Opis:\n"
-"\n"
-" Drakbackup se koristi za backup vaeg sistema.\n"
-" Tokom konfiguracije moete izabrati: \n"
-"\t- Sistemske fajlove, \n"
-"\t- Korisnike fajlove, \n"
-"\t- Ostale fajlove.\n"
-"\tili Sve va sistem ... i Drugo (kao to su Windows Particije)\n"
-"\n"
-" Drakbackup vam dozovoljava backup yvaeg sistema na:\n"
-"\t- Hard disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (bez autostarta, rescue i autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup dozvoljava va oblovite svoj sistem u\n"
-" izabrani korisniki direktorijum.\n"
-"\n"
-" Po default-u svi backup-ovi e biti smeteni u va\n"
-" /var/lib/drakbackup direktorijum\n"
-"\n"
-" Konfiguracioni fajl:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Korak za obnavljanje:\n"
-" \n"
-" Tokom procesa obnavljanja, DrakBackup e ukloniti \n"
-" va orginalni direktorijum i proveriti da li su svi \n"
-" backup fajlovi ispravni. Preporuuje se \n"
-" da uradite poslednji backup pre obnavljanja.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"Opis ocija:\n"
-"\n"
-"Budite paljivi kada koristite ftp backup, zato to samo \n"
-"backup-ovi koji su ve kreirani su poslati na server.\n"
-"Tako da u ovom trenutku, morate da kreirate backup na hard disku \n"
-"pre nego ga poaljete na server.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"Problemi pri obnavljanju:\n"
-"\n"
-"Tokom procesa obnavljanja, Drakbackup e proveriti sve vae \n"
-"backup fajlovi pre nego ih obnovi.\n"
-"Pre obnavljanja, Drakbackup e ukloniti \n"
-"va orginalni direktorijum, i izgubiete sve \n"
-"podatke. Vano je da budete paljivi i da nemenjate \n"
-"backup fajlove runo.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Opis:\n"
-"\n"
-" Drakbackup se koristi za backup vaeg sistema.\n"
-" Tokom konfiguracije moete izabrati \n"
-"\t- Sistesmke fajlove, \n"
-"\t- Korisnike fajlove, \n"
-"\t- Ostale fajlove.\n"
-"\tor Ceo va sistem ... i Drugo (npr. Windows Particija)\n"
-"\n"
-" Drakbackup vam dozvoljava da backup-ujete va sistem na:\n"
-"\t- Hard disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (sa autoboot, rescue i autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup vam dozvoljava da obnovite va sistem u \n"
-" odabranom korisnikom direktorijumu.\n"
-"\n"
-" Po default-u svi backup-ovi e biti smeteni u va\n"
-" /var/lib/drakbackup direktorijum\n"
-"\n"
-" Konfiguracioni fajl:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Postupak obnavljanja:\n"
-" \n"
-" Tokom procesa obnavljanja, Drakbackup e ukloniti\n"
-" va orginalni direktorijum i proveriti da li su svi\n"
-" backup fajlovi ispravni. Preporuuje se\n"
-" da uradite poslednji backup pre obnavljanja.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalacija %s-a neuspela. Greka je:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Trai instalirane fontove"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Deselektovani fontovi instalirani"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "parsiraj sve fontove"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "fontovi nisu pronaeni"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "uraeno"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "ne mogu da pronaem nijedan font na montiranoj particiji"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Ponovo selektuj ispravne fontove"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "ne mogu da pronaen nijedan font.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Trai fontove u liti instaliranih"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopija fonta"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Instalacija True Type fontova"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "saekajte, u toku je ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Instalacija True Type fontova zavrena"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konverzija fontova"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "kreiram type1inst"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript referenciranje"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "Konverzija ttf fontova"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "Konverzija pfm fontova"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Sami temp fajlove"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Restartuj XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Zami Font fajlove"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "Restart xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Pe instalacije ijednog fonta, proverite da li imate pravo da ih instalirate "
-"i koristite na vaem sistemu.\n"
-"\n"
-"-Moete instalirati fontove na upoobiajeni nain. U reim sluajevimas, "
-"bagoviti fontovi mogu sruiti va X Server."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Uvoz fontova"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Dobavi Windows fontove"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Deinstaliraj fontove"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Napredne opcije"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Lista fontova"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Izaberite aplikacije koje e podravati fontove :"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Generic tampai"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Izaberite font ili direktorijum i kliknite na 'Dodaj'"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Instaliraj listu"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "kliknite ovde ukoliko ste sigurni."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "a ovde ukoliko niste."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Deselektuj Sve"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Selektuj Sve"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Ukloni Listu"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Testovi inicijala"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Kopiraj fontove u sistem"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Instliraj i konvertuj fontove"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Post-instalacija"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Ukloni fontove iz sistema"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Post-deinstalacija"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Deljenje internet konekcije"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Deljenje internet konekcije je trenutno omogueno "
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Podeavanje deljenja internet konekcije je ve zavreno.\n"
-"Trenutno je omogueno.\n"
-"\n"
-"ta elite da uradite?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "onemogui"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "ukloni"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "ponovo podesi"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Uklanjam servise..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Deljenje internet konekcije je onemogueno."
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Deljenje internet konekcije je trenutno onemogueno"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Podeavanje deljenja internet konekcije je ve zavreno.\n"
-"Trenutno je onemogueno.\n"
-"\n"
-"ta elite da uradite?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "omogui"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr ">Omoguavam servisi..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Deljenje internet konekcije je omogueno."
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Va kompjuter moete podesiti za deljenje njegove Internet konekcije.\n"
-"sa ovom opcijom, drugi kompjuteri na vaoj lokalnoj mrei e moi da "
-"koristeInternet konekciju sa ovog kompjutera.\n"
-"\n"
-"Napomena: potrebana vam je mrena kartica da bi podesili lokalnu mreu"
-"(LAN).\n"
-"\n"
-"Da li elite da podesite deljenje Internet konekcije ?"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfejs %s (koristei modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interfejs %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Nema mrenog adaptera u vaem sistemu !"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Nije detektovana nijedna mrena kartica. Pokrenite alat za konfigurisanje "
-"hardvera."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Mreni interfejs"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Postoji samo jedan konfigurisan mreni adapter na vaem sistemu:\n"
-"\n"
-"%s\n"
-"\n"
-"Sada podeavam vau lokalnu mreu sa ovim adapterom."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Izaberite koji e mreni adapter biti koriten za LANmreu."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Mreni interfejs je ve podeen"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Upozorenje, mreni adapter (%s) ije ve podeen.\n"
-"\n"
-"Da li elite da ga automatski prekonfiguriete?\n"
-"\n"
-"Moete to uiniti runo ali morate da znate ta radite."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatska rekonfiguracija"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Prikai trenutnu konfiguraciju"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Trenutna konfiguracija za `%s':\n"
-"\n"
-"Mrea: %s\n"
-"IP adresa %s\n"
-"IP atributi: %s\n"
-"Drajver: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Mogu da zadrim vau trenutnu konfiguraciju i pretpostaviti da je ve "
-"podeen DHCP server; u tom sluaju proverite da li je dobro oitana C-Class "
-"Network koji koristite za vau lokalnu mreu; Ja je neu rekonfigurisati i "
-"neu dirati u vau DHCP server konfiguraciju.\n"
-"\n"
-"Inae, ja mogu da rekonfiguriem va interfejs i (re)konfiguriem DHCP "
-"server za vas.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "C-Class Lokalna Mrea"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "(Ovaj) DHCP server IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Rekonfigurii interfejs i DHCP server"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Lokalna Mrea nije zavrila sa`.0', bailing out."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Potencijalni konflikt LAN adrese u trenutnom konfig. %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Detektovana Firewalling konfiguracija"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Upozorenje ! Postojea firewalling konfiguracija je detektovana. Modae "
-"biti potrebno runo podeavanje nakon instalacije."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfiguracija u toku..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Konfigurisanje skripti,instalacija softvera, startanje servisa..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemi pri instalaciji %s paketa"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Sve je podeeno.\n"
-"Sada moete deliti Internet konekciju sa drugim kompjuterima na vaoj "
-"lokalnoj mrei (LAN), koristei automatsku mrenu konfiguraciju (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-"Podeavanje deljenja internet konekcije je ve zavreno ali je trenutno "
-"onemogueno."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr ""
-"Podeavanje deljenja internet konekcije je ve zavreno i trenutno je "
-"omogueno."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Do sada Deljenje internet konekcije nije podeavano."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Konfiguracija Deljenja Internet konekcije"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Dobrodoli u alat za podeavanje Deljenja Internet konekcije\n"
-"%s\n"
-"\n"
-"Kliknite na Podesi (Configure) da bi pokrenuli podeavanje."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Podeavanje mree (%d adaptera)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Ukloni profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil za brisanje:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Novi profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Ime profila koji se kreira (novi profil je kreiran kao kopija trenutnog) :"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Ime hosta:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internet pristup"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Tip:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interfejs:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Molim Vas saekajte"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Podesi Internet pristup..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN konfiguracija"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Drajver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interfejs"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokol"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Stanje"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Podesi lokalni mreu..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Kliknite ovde za pokretanje arobnjaka ->"
-
-#: ../../standalone/draknet_.c:257
-#, fuzzy
-msgid "Wizard..."
-msgstr "arobnjak (pomonik)"
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Promeni"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Samo momenat... primena konfiguracije"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Konektovan"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Nije konektovan"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Konektovanje..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Diskonektovan..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Upozorenje, detektovana je jo jedna Internet konekcija, moda koristi vau "
-"mreu"
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Vi nemate ni jedan interfejs koji je podeen.\n"
-"Morate ih prvo podesite klikom na 'Configure'"
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN konfiguracija"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Startni(Boot) protokol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Pokrenuto pri startanju"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "Aktiviraj sad"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "deaktiviraj sad"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Ovaj interfejs jo uvek nije podeen.\n"
-"Pokrenite konfiguracionog arobnjaka u glavnom prozoru"
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Vi nemate ni jednu podeenu Internet konekciju.\n"
-"Kreirajte je klikom na 'Configure'"
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfiguracija Internet konekcija"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfiguracija Internet Konekcija"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Tip konekcije: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametri"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Mrena kartica"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Podeavanje sigurnosnog nivoa"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrolni Centar"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Izaberite alat koje elite da koristite"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kabl)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "SAD (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "SAD (kabl)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "SAD (kabl-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Kina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japan (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japan (kabl)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "Istona Evropa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irska"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Zapadna Evropa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australija"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Novi Zeland"
-
-#: ../../standalone/drakxtv_.c:52
-#, fuzzy
-msgid "South Africa"
-msgstr "Juna Afrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Molim Vas da\n"
-"ukucate va tv sistem i zemlju"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV sistem :"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Podruje :"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Skeniranje TV kanala u toku ..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Skeniranje za TV kanale"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Koji raspored tastature elite ?"
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Da li elite da BackSpace da vrati Delete u konzolu?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Promeni Cd-Rom"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Ubacite va Instalacioni CD u pogon i pritisnite OK kada ste spremni.\n"
-"Ukoliko ga nemate pritisnite Poniti da bi izbegli live upgrade."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ne mogu da startujem live upgrade !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Prikai samo za izabrani dan"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/_Datoteka/_Nova"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Datoteka/_Otvori"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Datoteka/_Sauvaj"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Datoteka/Sauvaj_Kao"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Datoteka/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Opcije"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Opcije/Test"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Pomo"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Pomo/_O..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Korisnik"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Poruke"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Dzyslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Mandrake Alati za objanjenja"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "trai"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Alat za pregledanje log datoteka"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Opcije"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "poklapanje"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "ali ne poklapa se"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Izaberi datoteku"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalendar"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Sadraj datotekse"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "Mail/SMS alarm"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "molim Vas saekajte, parsiram datoteku: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "KOnfiguracija alarma za Mail/SMS"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Dobrodoli u alat za konfiguraciju mail/SMS\n"
-"\n"
-"Ovde moete da podesite alarmni sistem.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "podeavanje servisa"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Oglasie se alarm ukoliko jedan od izabranih servisa nebude vie aktivan"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "uitaj postavku"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Oglasie se alarm ukoliko je uitano vee od ove vrednosti"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "konfiguracija alarma"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Podesite nain na koji e vas sistem alarmirati"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Snimi Kao..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Izaberite tip mia"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "nije pronaen serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Da imitiram rad 3 tastera?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s pronaen na %s, da li da ga podesim ?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Izaberite skener"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Ovaj %s skener nije podran"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "Startni (boot) ureaj"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Firewalling konfiguracija"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Firewalling konfiguracija"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-"Vi ste ve podesili firewall.\n"
-"Kliknite na Podesi(Configure) da bi izmenili ili uklonili firewall"
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-"Kliknite na Podesi(Configure) da bi podesili standardni firewall"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Izaberite jezik"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Izaberite inst.klasu"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detekcija hard diska"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Podeavanje mia"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Izaberi tastaturu"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sigurnost"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Podesi datotene sisteme"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatiraj particije"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Paketi za instalaciju"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instaliraj sistem"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Dodaj korisnika"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Podesi mreu"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Podesi servise"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instaliraj starter"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Napravi startni disk"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurisanje X-a"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Instaliraj sistemske update-ove"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Izlaz iz instalacije"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Mali firewall konfigurator\n"
-"\n"
-"On konfigurie lini firewall za ovu Mandrake Linux mainu.\n"
-"Za mono firewall reenje, pogledajte\n"
-"specijalizovanu MandrakeSecurity Firewall distribuciju."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sada emo vam postaviti pitanja o tome koje servise bi hteli da dozvolite\n"
-"da se poveu na Internet. Razmislite paljivo o ovome\n"
-"pitanju, jer je bezbednost vaeg kompjutera vana.\n"
-"\n"
-"Ukoliko trenutno ne koristite jedan od ovih servisa, uklonite firewall\n"
-"sa njih. Moete promeniti ove opcije bilo kada ponovnim pokretanjem\n"
-"ove aplikacije!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Da li pokreete web server na ovoj maini koji treba da bude vien\n"
-"na celom Internetu? Ukoliko pokreete webserver koji treba da bude vien\n"
-"samo sa ove maine, ovde moete da bezbedno odgovorite NE.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Da li pokreete name server na ovoj maini? Ukoliko niste podesili jo "
-"jedan\n"
-"za away IP i zonske informacije za celi Internet, molim\n"
-"vas da odgovorite ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Da li elite da dozvolite Secure Shell (ssh) konekcije? Ovo\n"
-"je zamena za telnet koju moete koristiti za prijavu. Ukoliko koristite\n"
-"telnet, trebali bi da se prebacite na ssh. Telenet nije\n"
-"enkriptovan -- tako da neki napadai mogu ukrasti lozinku ukoliko je\n"
-"koristite. ssh je enkriptovan i ne dozovoljava ovakve stvari."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Da li elite da dozvolite telnet konekcije?\n"
-"Ovo je uasno nesiguno, kako smo i objasnili na prethosnom ekranu. Mi\n"
-"vam preporuujemo da ovde odgovorite NE i da koristite ssh umesto\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Da li pokreete FTP server koji vam je potreban\n"
-"za Internet? Ukoliko to radite, preporuujemo ga koristite samo za\n"
-"Anonymous transfere. Bilo koja lozinka poslata preko FTP moe biti\n"
-"meta napadaa, poto FTP takoe koristi nekritovane lozinke.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Da li pokreete mail server? Ukoliko aljete poruke preko\n"
-"pine, mutt ili nekog drugog tekstualnog mail klijenta,\n"
-"onda to verovatno koristite. Inae, trebali bi da uklonite firewall za "
-"ovo.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Da li pokreete POP ili IMAP server? Ovo bi koristili \n"
-"za host-ovanje non-web-baziranih mail rauna za ljude preko\n"
-"ove maine.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Izgleda da koristite 2.2 kernel. Ukoliko je va mreni IP\n"
-"automatski podeen za kompjuter u vaoj kui ili na poslu \n"
-"(dodeljeno dinamiki), treba da ga omoguimo za ovo. Da\n"
-"li je ovo u pitanju?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Da li va kompjuter dobija vreme sinhronizovano sa drugim kompjuterom?\n"
-"Uglavnom se ovo koristi na srednjim-velikim Unix/Linux organizacijama\n"
-"radi sinhronizacije vremena prijave ili za sline stvari. Ukoliko niste "
-"deo\n"
-"velike firme ili niste uli za ovo, onda zaobiite \n"
-"ovo."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfiguracija zavrena. Da li da zapiemo ove izmene na disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ne mogu da otvorim %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne mogu da otvorim %s radi upisa: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Firewalling konfiguracija"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Samo momenat, pripremam instalaciju"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Server, Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Mreni kompjuter, (klijent)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, SSH server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Alati za Palm Pilot ili Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Radna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Server, Firewall/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Ime Domena i Mreni Informacioni Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Office programi: tekst procesori (kword, abiword), tabele (kspread, "
-"gnumeric), pdf preglednici, itd"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Audio alati: mp3 ili midi plejeri,mikseri, itd"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knjige i Kako? (Howto's) za Linux i Besplatni Softver"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE padna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, itd"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedija - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Set alata za el.potu, vesti, web, transfer datoteka, ili chat"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Server,Baze podataka"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL ili MySQL server za bazu podataka"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Alati za lako konfigurisanje kompjutera"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedija - Zvuk"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Alati"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentacija"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konzolni alati"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix mail server, Inn news server"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet stanica"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedijalna stanica"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfiguracija"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Jo grafikih okruenja (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop okruenje, osnovno grafiko okruenje sa kolekcijom prateih alata"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafiko Okruenje"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Alati za kreiranje i prenje CDa"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Radna(Office) stanica"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itd"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiki programi kao to je Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "C i C++ razvojne biblioteke, programi i propratne datoteke"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Mreni Server"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Server, El.pota/Groupware/Vesti"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Stanica za igru"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video plejeri i editori"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedija - Grafika"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Zabavni programi: arkade, ige na tabli, strategije, itd"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Skup alata za itanje i slanje el.pote i vesti (pine, mutt, tin..) i za "
-"pretraivanje Interneta"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arhiviranje, emulatori, monitoring"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Line finansije"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafika okruenja za setom korisnikNFS server, SMB server, Proxy serverNFS "
-"server, SMB server, Proxy serverih aplikacija i desktopalata"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klijenti za razliite protokole ukljuujui i ssh"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programi za putanje zvuka i videa"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Drugi grafiki desktopovi"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "editori,elovi, alati za datoteke, terminali"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programi za upravljanje vaim finansijama, kao to je gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Upravljanje privatnim informacijama"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedija - CD prenje"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Nauna radna stanica"
-
-#~ msgid "About"
-#~ msgstr "O..."
-
-#~ msgid " Help "
-#~ msgstr " Pomo "
-
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "Moete navesti njegove opcije za modul %s."
-
-#~ msgid "Low"
-#~ msgstr "Mala"
-
-#~ msgid "Medium"
-#~ msgstr "Srednja"
-
-#~ msgid ""
-#~ "Few improvements for this security level, the main one is that there are\n"
-#~ "more security warnings and checks."
-#~ msgstr ""
-#~ "Od nekoliko poboljanja na ovom sigurnosom nivou, najznaajniji\n"
-#~ "je povean broj sigurnosnih upozorenja i provera."
-
-#~ msgid "Boot mode"
-#~ msgstr "Startni mod"
-
-#~ msgid "Export"
-#~ msgstr "Eksport"
-
-#~ msgid "click here"
-#~ msgstr "kliknite ovde"
-
-#~ msgid "mount failed"
-#~ msgstr "montiranje nije uspelo"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "GNU/Linux radi sa u GMT (Greenwich Mean Time) i prevodi u lokalno\n"
-#~ "uzavisnosti koju ste vremensku zonu odabrali."
-
-#~ msgid ""
-#~ "You may choose to upload updated packages that have been released after "
-#~ "the\n"
-#~ "distribution has been made available. You will get security fixes or bug\n"
-#~ "fixes, but you need to have an Internet connection configured to "
-#~ "proceed.\n"
-#~ "Answer \"Yes\" to the dialog to choose an available mirror. After "
-#~ "choosing\n"
-#~ "a mirror, a packages selection tree appears to allow you to choose "
-#~ "packages\n"
-#~ "individually, package that need to be updated are already selected, but "
-#~ "you\n"
-#~ "may choose to install other package or deselect packages. Press \"Install"
-#~ "\"\n"
-#~ "to install the updated package or \"Cancel\" not to upgrade them. (this\n"
-#~ "*REALLY* need to be modified according to real DrakX, if you need other\n"
-#~ "help section, let us (DrakX team developer) known)."
-#~ msgstr ""
-#~ "Moete izabrati da sa Interneta skinete aurirane pakete koji su kreirani "
-#~ "nakon\n"
-#~ "izlaska ove distribucije. Dobiete sigurnosne ispravke ili\n"
-#~ "ispravke greaka, ali morate da imate Internet konekciju podeenu da bi "
-#~ "nastavili.\n"
-#~ "Odgovorite \"Da\" u dijalogu da bi odobrali dostupan miror. Nakon izbora\n"
-#~ "mirora, stablo sa paketima e se pojaviti i moi ete da izaberete "
-#~ "pakete\n"
-#~ "pojedinano, paketi koji moraju da se auriraju su veizabrani, ali vi\n"
-#~ "moete izabrati druge pakete ili ih desektovati. Pritisnite \"Instaliraj"
-#~ "\"\n"
-#~ "da bi instalirali novije pakete ili \"Poniti\"da ih ne bi aurirali. "
-#~ "(ovo\n"
-#~ "*ZAISTA* mora biti izmenjeno u skladu sa pravim DrakX-om, ukoliko vam "
-#~ "treba\n"
-#~ "pomo, javite (DrakX tim za razvoj) nam)."
-
-#~ msgid ""
-#~ "Can't access kernel modules corresponding to your kernel (file %s is "
-#~ "missing)"
-#~ msgstr ""
-#~ "Ne mogu da pristupim kernelovim modulima u radu sa vaim kernelom (fajl %"
-#~ "s nedostaje)"
-
-#~ msgid "None"
-#~ msgstr "Nijedan"
-
-#~ msgid "Choose a default printer!"
-#~ msgstr "Izaberite default tampa!"
-
-#~ msgid ""
-#~ "With remote CUPS servers, you do not have to configure any printer here; "
-#~ "CUPS servers inform your machine automatically about their printers. All "
-#~ "printers known to your machine currently are listed in the \"Default "
-#~ "printer\" field. Choose the default printer for your machine there and "
-#~ "click the \"Apply/Re-read printers\" button. Click the same button to "
-#~ "refresh the list (it can take up to 30 seconds after the start of CUPS "
-#~ "until all remote printers are visible). When your CUPS server is in a "
-#~ "different network, you have to give the CUPS server IP address and "
-#~ "optionally the port number to get the printer information from the "
-#~ "server, otherwise leave these fields blank."
-#~ msgstr ""
-#~ "Sa udaljenim CUPS serverima, nemorate da ovde da podeavate nijedan "
-#~ "tampa; CUPS serveri automatski obevatavaju vau mainu o tampaima. "
-#~ "Svi tampai koji su pronaeni na vaoj maini su prikazani u \"Default "
-#~ "printer\" polju. Izaberite default tampa za vau mainu i klinkite na"
-#~ "\"Apply/Re-read printers\" taster. Kliknite na isti taster da bi osveili "
-#~ "listu (potrebno je do 30 sekundi nakon pokretanja CUPS-a d bi svi "
-#~ "udaljeni tampai bili vidljivi).Kada se va CUPS server nalazi na "
-#~ "drugaijoj mrei, morate da date CUPS serverovu IP adresu i (opcija) broj "
-#~ "porta da bi dobavili informacijeo tampau od servera, ili ostavita ova "
-#~ "polja praznima."
-
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "Primeni/Ponovo uitaj tampae"
-
-#~ msgid ""
-#~ "To know about the options available for the current printer read either "
-#~ "the list shown below or click on the \"Print option list\" button. %s\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Da bi saznali koje sve komande imate na raspolaganju za tekui tampa "
-#~ "proitajte donju listu ili kliknite na \"Lista opcija tampaa\" taster. %"
-#~ "s\n"
-#~ "\n"
-
-#~ msgid "Configure printing system"
-#~ msgstr "Podesi sistem za tampanje"
-
-#~ msgid "Use incremental backup \t"
-#~ msgstr "Koristi inkrementalni backup "
-
-#~ msgid "Please choose where you want to c"
-#~ msgstr "Izaberite gde elite da backup-ujete podatke"
-
-#~ msgid ""
-#~ "This %s scanner uses parallel port, which is unsupported for the moment"
-#~ msgstr "Ovaj %s skener koristi paralelni port, koji nije trenutno podran"
diff --git a/perl-install/share/po/sv.po b/perl-install/share/po/sv.po
deleted file mode 100644
index e02271f70..000000000
--- a/perl-install/share/po/sv.po
+++ /dev/null
@@ -1,12343 +0,0 @@
-# Translation file of Mandrake graphic install
-# Copyright (C) 1999 Mandrakesoft
-# Andreas Berglund <andreas.berglund@home.se>, 1999
-# Robert Jungstedt <master@linux.nu>, 1999
-# David Hedbor <david@hedbor.org>, 2000
-# Egil Mller <redhog@mandrakesoft.com>, 2000
-# Mattias Dahlberg <voz@home.se>, 2001, 2002.
-# Mattias Newzella <newzella@linux.nu>, 2001,2002.
-# Cecilia Johnsson <datb@swipnet.se>, 2002
-# Henrik Borg <datb@swipnet.se>, 2002
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2002-03-12 19:03+0100\n"
-"Last-Translator: Mattias Dahlberg <voz@home.se>\n"
-"Language-Team: Swedish <sv@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Anpassa alla huvuden separat"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Anvnd Xinerama-utkning"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "Konfigurera endast kort \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Anpassa \"multi-head\""
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"Ditt system stder \"multi-head\"-konfiguration.\n"
-"Vad vill du gra?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "Grafikkort"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "Vlj ett grafikkort"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "Vlj en X-server"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X-server"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "Choose a X driver"
-msgstr "Vlj en X-drivrutin"
-
-#: ../../Xconfigurator.pm_.c:293
-msgid "X driver"
-msgstr "X-drivrutin"
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Vilken XFree-konfiguration vill du anvnda?"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Ditt kort kan f hrdvarustd fr 3D-acceleration, men bara med XFree %s.\n"
-"Ditt kort stds av XFree %s, som kan vara bttre fr 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Ditt kort kan f hrdvarustd fr 3D-acceleration med XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s med hrdvarubaserad 3D-acceleration"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Ditt kort kan f hrdvarustd fr 3D-acceleration med XFree %s,\n"
-"OBSERVERA: DETTA R EXPERIMENTELLT STD OCH KAN HNGA DIN DATOR."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s med EXPERIMENTELLT hrdvarustd fr 3D-acceleration."
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Ditt kort kan f hrdvarustd fr 3D-acceleration, men bara med XFree %s,\n"
-"OBSERVERA: DETTA R EXPERIMENTELLT STD OCH KAN HNGA DIN DATOR.\n"
-"Ditt kort stds av XFree %s som kan vara bttre fr 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (skrmdrivrutininstallation)"
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "XFree-konfiguration"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "Vlj minnesstorlek p ditt grafikkort"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "Vlj alternativ fr server"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "Vlj en bildskrm"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Bildskrm"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"De tv mest kritiska vrdena r den vertikala uppdateringsfrekvensen,\n"
-"som r den hastighet som hela skrmen uppdateras i, och framfrallt\n"
-"den horisontella synkroniseringshastigheten, som r den hastighet som\n"
-"scan-linjerna visas i.\n"
-"\n"
-"Det r VLDIGT VIKTIGT att du inte vljer vrden fr en skrmtyp som gr\n"
-"utanfr kapaciteten fr din bildskrm; du kan d frstra skrmen.\n"
-"Vlj konservativa vrden om du r osker."
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "Horisontell uppdateringsfrekvens"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "Vertikal uppdateringsfrekvens"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "Bildskrm ej konfigurerad"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "Grafikkortet r inte konfigurerat nnu"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "Upplsningar ej valda nnu"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "Vill du prova konfigurationen?"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Varning: att prova detta grafikkort kan lsa datorn"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "Test av konfigurationen"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"frsk ndra ngra parametrar"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "Ett fel uppstod:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "Avslutar om %d sekunder"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "r denna instllning korrekt?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "Ett fel uppstod, frsk att ndra ngra parametrar."
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "Upplsning"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "Vlj upplsning och frgdjup"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "Grafikkort: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr "XFree86-server: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "Mer"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "Ok"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "Expertlge"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "Visa alla"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "Upplsningar"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tangentbordslayout: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Mustyp: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Musenhet: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Bildskrm: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Bildskrm horisynk: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Bildskrm vertuppdatering: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "Grafikkort: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "Grafikkortsidentifiering: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Grafikminne: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "Frgdjup: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Upplsning: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86-server: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86-drivrutin: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "Frbereder konfiguration av X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "Vad vill du gra?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "ndra bildskrm"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "ndra grafikkort"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "ndra serverinstllningar"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "ndra upplsning"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "Visa information"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "Testa igen"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "Avsluta"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Behlla ndringarna?\n"
-"Aktuell konfiguration r:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "X vid uppstart"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"Datorn kan stllas in s att X startas automatiskt vid uppstart.\n"
-"Vill du att X ska starta nr du startar om?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Logga in i %s igen fr att aktivera ndringarna"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Logga ut och anvnd sedan Ctrl-Alt-Backsteg"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 frger (8 bitar)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tusen frger (15 bitar)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tusen frger (16 bitar)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "16 miljoner frger (24 bitar)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "4 miljarder frger (32 bitar)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-msgid "64 MB or more"
-msgstr "64 MB eller mer"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "Standard VGA, 640x480 i 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA, 800x600 i 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "8514 kompatibel, 1024x768 i 87 Hz interlaced (ingen 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA, 1024x768 i 87 Hz interlaced, 800x600 i 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 i 60 Hz, 640x480 i 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 i 60 Hz, 800x600 i 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA, 1024x768 i 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency som klarar 1280x1024 i 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency som klarar 1280x1024 i 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency som klarar 1280x1024 i 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Bildskrm som klarar 1600x1200 i 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Bildskrm som klarar 1600x1200 i 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "Frsta sektorn p startpartitionen"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "Frsta sektorn p disken (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "SILO-installation"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "Var vill du installera starthanteraren?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "Installation av Lilo/Grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO med textbaserad meny"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO med grafisk meny"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Starta frn DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "Starthanterarens huvudalternativ"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Starthanterare som ska anvndas"
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "Installation av starthanterare"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "Startenhet"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (fungerar inte med gamla BIOS)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "kompakt"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "Videolge"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "Frdrjning innan frvald avbild startar"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "Lsenord"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "Lsenord (bekrfta)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "Begrnsa alternativen fr kommandoraden"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr "begrnsa"
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "Rensa /tmp vid varje uppstart"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Ange RAM-storlek om ndvndigt (hittade %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Aktivera anvndning av flera profiler"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "Ange RAM-storlek i MB"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Alternativet \"Begrnsa alternativen fr kommandoraden\" r vrdelst utan "
-"lsenord."
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "Frsk igen"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "Du angav inte samma lsenord"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "Init Message"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware-frdrjning"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Tidsgrns fr krnuppstart"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Aktivera cd-start?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Aktivera OF-start?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Standard-OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-"Du valde att installera starthanteraren p en partition.\n"
-"Det antyder att du redan har en starthanterare p den hrddisk du startar p "
-"(t.ex. System Commander).\n"
-"\n"
-"Vilken hrddisk startar du p?"
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"Fljande poster finns.\n"
-"Du kan lgga till fler eller ndra p befintliga."
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr "Lgg till"
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "Frdig"
-
-#: ../../any.pm_.c:265
-msgid "Modify"
-msgstr "ndra"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Vilket sorts post vill du lgga till?"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "Annat OS (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "Annat OS (MacOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "Annat OS (Windows...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Avbild"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Lgg till"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Ls-skriv"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Tabell"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Osker"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Etikett"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Standard"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-storlek"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "Ta bort post"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "Tom etikett tillts inte"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr "Du mste ange en krnavbild"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a root partition"
-msgstr "Du mste ange en rotpartition"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Denna etikett anvnds redan"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Hittade %s %s grnssnitt"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "Har du ett till?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Har du ngot %s-grnssnitt?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "Nej"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "Visa hrdvaruinformation"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installerar drivrutin fr %s kort %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Vilken %s drivrutin ska testas?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"I vissa fall behver drivrutinen %s extra information fr att fungera\n"
-"korrekt. Vanligtvis fungerar det nd. Vill du specificera extra\n"
-"information eller lta drivrutinen leta efter informationen sjlv?\n"
-"Ibland kan skningen lsa datorn, men det ska inte\n"
-"stlla till med ngon skada."
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Prova automatiskt"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "Ange alternativ"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-"Du kan nu ange alternativen till modul %s.\n"
-"Notera att alla adresser ska inledas med prefixet 0x, t.ex. 0x123."
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"Du kan nu ange parametrar till modulen %s.\n"
-"Parametrar i formatet \"name=value name2=value2...\".\n"
-"Till exempel, \"io=0x300 irq=7\""
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "Modulalternativ:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Modulen %s kunde inte laddas.\n"
-"Vill du frska igen med andra parametrar?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr "tkomst till X-program"
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr "tkomst till RPM-verktyg"
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr "tillt \"su\""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr "tkomst till administrativa filer"
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "(%s finns redan)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "Det hr lsenordet r fr enkelt"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "Ange ett anvndarnamn"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Anvndarnamnet fr endast innehlla sm bokstver, siffror,\"-\" och \"_\""
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "Det hr anvndarnamnet finns redan"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr "Lgg till anvndare"
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Ange en anvndare\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Acceptera anvndare"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr "Fullstndigt namn"
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "Anvndarnamn"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr "Skal"
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Ikon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Automatisk inloggning"
-
-#: ../../any.pm_.c:829
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Datorn kan stllas in s att den automatiskt loggar in en anvndare.\n"
-"Vill du anvnda denna funktion?"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "Vlj standardanvndare:"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "Vlj fnsterhanteraren som ska anvndas:"
-
-#: ../../any.pm_.c:849
-msgid "Please choose a language to use."
-msgstr "Vlj sprket som ska anvndas."
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr ""
-"Du kan vlja ytterligare sprk som ska finnas tillgngliga efter "
-"installationen."
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr "Alla"
-
-#: ../../any.pm_.c:955
-msgid "Allow all users"
-msgstr "Tillt alla anvndare"
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "Anpassad"
-
-#: ../../any.pm_.c:955
-msgid "No sharing"
-msgstr "Dela ej med"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Paketet %s mste installeras. Vill du installera det?"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr "Du kan exportera med NFS eller Samba. Vilken vill du anvnda?"
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Det obligatoriska paketet %s saknas"
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-"Vill du tillta anvndare att exportera kataloger frn deras hemkatalog?\n"
-"Det gr det mjligt fr anvndare att klicka p \"Dela ut\" i Konqueror och "
-"Nautilus.\n"
-"\n"
-"\"Anpassad\" stller in det per anvndare.\n"
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr "Starta userdrake"
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Utdelning per anvndare anvnder gruppen \"fileshare\". \n"
-"Anvnd userdrake fr att lgga till anvndare till denna grupp."
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Vlkommen crackers!"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "Lg"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "Hg"
-
-#: ../../any.pm_.c:1039
-msgid "Higher"
-msgstr "Hgre"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoid"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-"Den hr nivn ska anvndas med frsiktighet. Den gr ditt system enklare\n"
-"att anvnda, men ven vldigt knsligt. Den ska inte anvndas p en dator\n"
-"som r ansluten till andra datorer eller till Internet. Lsenord anvnds "
-"inte."
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Lsenord r nu aktiverade, men att anvnda systemet i ett ntverk r nd "
-"inte att rekommendera."
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Detta r den standardskerhet som rekommenderas fr en dator som kommer att "
-"vara ansluten till Internet som klient."
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Det finns ngra begrnsningar och fler automatiska kontroller krs varje "
-"natt."
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-"P den hr skerhetsnivn r det mjligt att anvnda systemet som en "
-"server.\n"
-"Skerheten r hg nog fr en server som tillter att mnga klienter ansluter "
-"mot den.\n"
-"Observera: om din dator enbart r en klient br du vlja en lgre niv."
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-"Baserat p fregende niv, men systemet r helt stngt.\n"
-"Alla skerhetsfunktioner r aktiverade."
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "Vlj skerhetsniv"
-
-#: ../../any.pm_.c:1061
-msgid "Security level"
-msgstr "Skerhetsniv"
-
-#: ../../any.pm_.c:1063
-msgid "Use libsafe for servers"
-msgstr "Anvnd \"libsafe\" fr servrar"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Ett bibliotek som skyddar dig mot \"buffer overflow\"- och \"format string\"-"
-"attacker."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Vlkommen till operativsystemvljaren %s!\n"
-"\n"
-"Vlj ett operativsystem i listan ovan eller\n"
-"vnta i %d sekunder fr standardstart.\n"
-"\n"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Vlkommen till operativsystemvljaren Grub!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Anvnd tangenterna %c och %c fr att vlja vad som ska markeras."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
-"Tryck Enter fr att starta valt operativsystem, \"e\" fr att redigera."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "kommandon innan start, eller \"c\" fr kommandorad."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Markerat alternativ kommer att starta automatiskt om %d sekunder."
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "inte tillrckligt med utrymme p /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Skrivbord"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start-menyn"
-
-#: ../../bootloader.pm_.c:1065
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Du kan inte installera starthanteraren p en %s-partition.\n"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "ingen hjlp finns implementerad nnu.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Anpassning av startutfrande"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_Arkiv"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "/Arkiv/_Avsluta"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "Ny stil kategoriseringsmonitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "Ny stil monitor"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Traditionell monitor"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Traditionell Gtk+-monitor"
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "Kr Aurora vid uppstart"
-
-#: ../../bootlook.pm_.c:98
-msgid "Lilo/grub mode"
-msgstr "Lilo/Grub-lge"
-
-#: ../../bootlook.pm_.c:98
-msgid "Yaboot mode"
-msgstr "Yaboot-lge"
-
-#: ../../bootlook.pm_.c:104
-#, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Du anvnder fr nrvarande %s som starthanterare.\n"
-"Klicka p Konfigurera fr att starta instllningsguiden."
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "Konfigurera"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "Systemlge"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "Kr X-Window-systemet vid start"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "Nej, jag vill inte ha automatisk inloggning"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-"Ja, jag vill ha automatisk inloggning med denna (anvndare, skrivbordsmilj)"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "Ok"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "Kan inte ppna /etc/inittab fr lsning: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d minuter"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 minut"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d sekunder"
-
-#: ../../common.pm_.c:159
-msgid "Can't make screenshots before partitioning"
-msgstr "Kan inte ta skrmdumpar fre partitionering"
-
-#: ../../common.pm_.c:166
-#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Skrmdumpar kommer att finnas tillgngliga efter installationen i %s"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-msgid "France"
-msgstr "Franskt"
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr "Costa Ricanskt"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-msgid "Belgium"
-msgstr "Belgiskt"
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr "Tjekiskt"
-
-# Noteraatt de tidigare namnen, med a p slutet (t.ex. svenska) angav
-# plural. Men vad jag vet anges alltid tangentbordslaouter i singular
-# (Svenskt tangentbord, inte svenska tangentbord).
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-msgid "Germany"
-msgstr "Tyskt"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Greece"
-msgstr "Grekiskt"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Norway"
-msgstr "Norskt"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Sweden"
-msgstr "Svenskt"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr "Nederlndskt"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-msgid "Italy"
-msgstr "Italienskt"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-msgid "Austria"
-msgstr "sterrikiskt"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr "Amerikanskt"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "Skerhetskopiera din data frst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "Ls noggrant!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Om du tnker anvnda aboot, se till att lmna ledigt utrymme (2048 sektorer "
-"rcker)\n"
-"i brjan av disken."
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "Fel"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Guide"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "Vlj tgrd"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Du har en stor FAT-partition\n"
-"(normalt anvnd av Microsoft DOS/Windows).\n"
-"Du rekommenderas att ndra storleken p den partitionen.\n"
-"(Klicka p den och sedan p ndra storlek)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "Klicka p en partition"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "Detaljer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Journalised FS"
-msgstr "Journalfrande fs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "Vxlingsutrymme"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "Tom"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr "Annan"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "Filsystemtyper:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "Skapa"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr "Typ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Anvnd \"%s\" i stllet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "Ta bort"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr "Anvnd \"Unmount\" frst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter ndring av partitionstyp %s kommer all data p denna partition att "
-"frsvinna."
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose a partition"
-msgstr "Vlj en partition"
-
-#: ../../diskdrake/interactive.pm_.c:171
-msgid "Choose another partition"
-msgstr "Vlj en annan partition"
-
-#: ../../diskdrake/interactive.pm_.c:196
-msgid "Exit"
-msgstr "Avsluta"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr "Byt till expertlge"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Byt till normallge"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "ngra"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "Fortstta nd?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "Avsluta utan att spara"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "Avsluta utan att skriva partitionstabellen?"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Vill du spara /etc/fstab-ndringar?"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "Allokera automatiskt"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "Nollstll"
-
-#: ../../diskdrake/interactive.pm_.c:262
-msgid "Hard drive information"
-msgstr "Information om hrddisk"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "Alla primra partitioner anvnds"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "Det gr inte att lgga till fler partitioner"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Fr att f fler partitioner, ta bort en fr att sedan kunna skapa en utkad "
-"partition."
-
-#: ../../diskdrake/interactive.pm_.c:295
-msgid "Save partition table"
-msgstr "Spara partitionstabell"
-
-#: ../../diskdrake/interactive.pm_.c:296
-msgid "Restore partition table"
-msgstr "terskapa partitionstabell"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "Rdda partitionstabell"
-
-#: ../../diskdrake/interactive.pm_.c:299
-msgid "Reload partition table"
-msgstr "Ladda om partitionstabell"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr "Automatisk montering av flyttningsbar media"
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "Vlj fil"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Den skerhetskopierade partitionstabellen har inte samma storlek.\n"
-"Fortstta nd?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "Varning"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Stt in en diskett i diskettstationen.\n"
-"All data p denna diskett kommer att tas bort."
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "Frsker terskapa partitionstabellen"
-
-#: ../../diskdrake/interactive.pm_.c:352
-msgid "Detailed information"
-msgstr "Detaljerad information"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "Monteringspunkt"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-msgid "Options"
-msgstr "Alternativ"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "ndra storlek"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr "Flytta"
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr "Formatera"
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "Montera"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr "Addera till RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr "Addera till LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "Avmontera"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "Ta bort frn RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "Ta bort frn LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr "ndra RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Anvnd till loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "Skapa en ny partition"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr "Startsektor: "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Storlek i MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "Typ av filsystem: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "Monteringspunkt: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "Instllning: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-msgid "Remove the loopback file?"
-msgstr "Ta bort loopback-filen?"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "ndra partitionstyp"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Vilket filsystem vill du anvnda?"
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr "Byter frn Ext2 till Ext3"
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Var vill du montera loopback-filen %s?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Var vill du montera enheten %s?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Kan inte inaktivera monteringspunkten eftersom denna partition\n"
-"anvnds fr loopback. Ta bort loopback frst."
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "Rknar ut FAT-filsystemets grnser"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "ndrar storlek"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Denna partition kan inte ndra storlek"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "All data p den hr partitionen br skerhetskopieras."
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter storleksndring av partition %s, kommer all data p den att vara borta."
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "Vlj den nya storleken"
-
-#: ../../diskdrake/interactive.pm_.c:622
-msgid "New size in MB: "
-msgstr "Ny storlek i MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "Vilken hrddisk vill du flytta den till?"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "Vilken sektor vill du flytta den till?"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr "Flyttar"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "Flyttar partition..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "Vlj en existerande RAID att addera till"
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr "ny"
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "Vlj en existerande LVM att addera till"
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr "LVM-namn?"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Denna partition kan inte anvndas fr loopback."
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr "Loopback-filnamn: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-msgid "Give a file name"
-msgstr "Ange ett filnamn"
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "Filen anvnds redan av en annan loopback, vlj en annan."
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr "Filen finns redan. Anvnda den?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-msgid "Mount options"
-msgstr "Monteringsalternativ"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr "Diverse"
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "enhet"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "niv"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "blockstorlek"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "Var frsiktig: Detta moment r farligt."
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "Vilken typ av partitionering?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-"Jag vgrar skapa /boot s lngt in p disken (p en cylinder > 1024).\n"
-"Antingen anvnder du Lilo, som inte kommer fungera eller s\n"
-"anvnder du inte Lilo och d behver du inte /boot."
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Partitionen du har valt att anvnda som rot (/) r fysiskt placerad\n"
-"efter den 1024:e cylindern p hrddisken och du har ingen /boot-partition.\n"
-"Om du tnkt anvnda Lilo som starthanterare mste du lgga till en\n"
-"/boot-partition."
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"Du har valt en mjukvaru-RAID-partition som rot (/).\n"
-"Det finns ingen starthanterare som hanterar detta utan\n"
-"en /boot-partition. Se till att skapa en /boot-partition."
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Partitionstabellen p disk %s kommer att skrivas till disk."
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Du behver starta om datorn innan ndringarna kan verkstllas."
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter formateringen av partition %s kommer allt data p partitionen att "
-"frsvinna."
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr "Formaterar"
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formaterar loopback-filen %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Formaterar partition %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Hide files"
-msgstr "Dlj filer"
-
-#: ../../diskdrake/interactive.pm_.c:984
-msgid "Move files to the new partition"
-msgstr "Flytta filer till den nya partitionen"
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-"Katalogen %s innehller redan data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:996
-msgid "Moving files to the new partition"
-msgstr "Flyttar filerna till den nya partitionen"
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr "Kopierar %s"
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, c-format
-msgid "Removing %s"
-msgstr "Tar bort %s"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partitionen %s r knd som %s"
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "Enhet: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-enhetsbokstav: %s (bara en gissning)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr "Typ: "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr "Namn: "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sektor %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Storlek: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorer"
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cylinder %d till %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "Formaterad\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "Inte formaterad\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "Monterad\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback-fil(er):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Frvald partition fr uppstart\n"
-" (fr MS-DOS-start, inte fr Lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "Niv %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Blockstorlek %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskar %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback-filnamn: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Chansen finns att denna partition\n"
-"r en drivrutinspartition, du br\n"
-"antagligen lmna den i fred.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Denna speciella Bootstrap-\n"
-"partition r till fr att\n"
-"kunna starta flera operativsystem p ditt system.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Storlek: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometri: %s cylindrar, %s huvuden, %s sektorer\n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr "Information: "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskar %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitionstabellstyp: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr "p buss %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, c-format
-msgid "Options: %s"
-msgstr "Alternativ: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-msgid "Filesystem encryption key"
-msgstr "Krypteringsnyckel fr filsystem"
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr "Vlj din krypteringsnyckel fr filsystemet"
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Den hr krypteringsnyckeln r fr enkel (den mste vara minst %d tecken lng)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-msgid "The encryption keys do not match"
-msgstr "Krypteringsnycklarna matchar inte"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr "Krypteringsnyckel"
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr "Krypteringsnyckel (igen)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "ndra typ"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a media"
-msgstr "Klicka p ett media"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-msgid "Search servers"
-msgstr "Sk servrar"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatering av %s misslyckades"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Vet inte hur man formaterar %s i typ %s"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "frsket att montera partition %s i katalog %s misslyckades"
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr "fsck misslyckades, med slutkod %d eller signal %d"
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fel vid avmontering %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "enkel"
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "med /usr"
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Du kan inte anvnda JFS p partitioner mindre n 16MB."
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Du kan inte anvnda ReiserFS p partitioner mindre n 32MB."
-
-#
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "Monteringspunkter mste brja med /."
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Det finns redan en partition med monteringspunkt %s\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Du kan inte anvnda en LVM Logical Volume som monteringspunkt %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "Denna katalog br lmnas i rotfilsystemet."
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr ""
-"Du behver ett riktigt filsystem (Ext2, Reiserfs) fr denna "
-"monteringspunkt.\n"
-
-#: ../../fsedit.pm_.c:488
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Du kan inte anvnda ett krypterat filsystem fr monteringspunkten %s"
-
-#: ../../fsedit.pm_.c:546
-msgid "Not enough free space for auto-allocating"
-msgstr "Inte tillrckligt med utrymme fr automatisk allokering"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr "Ingenting att gra"
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fel vid ppnande av %s fr lsning: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"Ett fel har uppsttt - inga giltiga enheter som kan anvndas fr att skapa "
-"nya filsystem kunde hittas. Kontrollera hrdvaran fr orsaken till problemet."
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "Du har inga partitioner!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-"GNU/Linux r ett fleranvndarsystem, med detta menas att varje anvndare\n"
-"kan ha sina egna instllningar, sina egna filer och s vidare. Du kan\n"
-"lsa i anvndarmanualen fr att lra dig mer. Men olikt \"root\", som\n"
-"r administratr, kan anvndarna som du lgger till hr inte ndra\n"
-"ngonting frutom sina egna filer och sina egna instllningar.\n"
-"Du mste skapa tminstone en vanlig anvndare t dig sjlv.\n"
-"Det kontot ska du anvnda i ditt dagliga arbete. Det r i och fr\n"
-"sig vldigt praktiskt att logga in som \"root\" varje dag men det kan\n"
-"ocks vara vldigt farligt! Det minsta misstag kan innebra att ditt\n"
-"system inte fungerar lngre. Om du gr ett allvarligt misstag som en\n"
-"vanlig anvndare frlorar du bara viss information och inte hela systemet.\n"
-"\n"
-"Frst mste du ange ditt riktiga namn. Det hr r inte obligatoriskt,\n"
-"du kan faktiskt skriva vad du vill. DrakX kommer att ta de frsta tv\n"
-"orden som du skrev in i rutan och flytta ver de till anvndarnamnet.\n"
-"Detta r namnet som den hr anvndaren kommer att anvnda fr att logga\n"
-"in p systemet. Du kan ndra det om du vill. Du mste sedan ange ett\n"
-"lsenord. En icke-privilegierad (vanlig) anvndares lsenord r inte\n"
-"lika viktigt som \"roots\" sett ur skerhetssynpunkt, men det finns\n"
-"ingen anledning att ignorera det, det r ju trots allt dina filer som\n"
-"str p spel.\n"
-"\n"
-"Efter det att du klickat p Acceptera anvndare kan du sedan lgga\n"
-"till s mnga som du vill ha. Lgg till en anvndare fr varje kompis som\n"
-"du har: din pappa eller din syster till exempel. Nr du har lagt till alla\n"
-"anvndare som du vill ha, vlj Klar.\n"
-"\n"
-"Om du klickar p Avancerat kan du ndra det frvalda \"skalet\"\n"
-"fr den anvndaren (bash r frvalt)."
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-"Listat ovan r de existerande Linux-partitionerna som hittats p\n"
-"hrddisken. Du kan behlla valen som gjorts av guiden, de passar de flesta\n"
-"vanliga installationer. Om du gr ngra ndringar mste du tminstone\n"
-"definiera en rotpartition (\"/\"). Vlj inte en fr liten partition fr\n"
-"d kommer du inte kunna installera tillrckligt med mjukvara. Om du vill\n"
-"lagra din data p en separat partition, behver du ocks skapa en partition\n"
-"fr /home (endast mjligt om du har mer n en Linux-partition tillgnglig).\n"
-"\n"
-"Varje partition listas som fljer: \"Namn\", \"Kapacitet\".\n"
-"\n"
-"\"Namn\" r strukturerad p fljande vis: \"hrddisktyp\", \"hrddisknummer"
-"\",\n"
-"\"partitionsnummer\" (till exempel, \"hda1\").\n"
-"\n"
-"\"Hrddisktyp\" r \"hd\" om din hrddisk r en IDE-hrddisk och\n"
-"\"sd\" om det r en SCSI-hrddisk.\n"
-"\n"
-"\"Hrddisknummer\" r alltid en bokstav efter \"hd\" eller \"sd\". Fr IDE-\n"
-"hrddiskar:\n"
-"\n"
-" * \"a\" betyder \"master-hrddisk p den primra IDE-kontrollern\",\n"
-"\n"
-" * \"b\" betyder \"slavhrddisk p den primra IDE-kontrollern\",\n"
-"\n"
-" * \"c\" betyder \"master-hrddisk p den sekundra IDE-kontrollern\",\n"
-"\n"
-" * \"d\" betyder \"slavhrddisk p den sekundra IDE-kontrollern\".\n"
-"\n"
-"Med SCSI-hrddiskar betyder ett \"a\" \"lgsta SCSI-ID\", ett \"b\" betyder\n"
-"\"andra lgsta SCSI-ID\", etc."
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-"Installationen av Mandrake Linux r utspridd p flera cd-skivor. DrakX\n"
-"vet om ett valt paket finns p en annan cd-skiva och kommer att mata ut\n"
-"den aktuella cd:n och be dig stta in en annan om det blir ndvndigt."
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-"Det r nu dags att ange vilka program du vill installera p ditt\n"
-"system. Det finns flera tusen paket tillgngliga fr Mandrake Linux och\n"
-"det r inte meningen att du ska knna till alla.\n"
-"\n"
-"Om du utfr en standardinstallation frn cd kommer du frst att\n"
-"f ange vilka cd-skivor du har till hands (endast i Expert-lge).\n"
-"Kontrollera cd-skivornas etiketter och markera rutorna som\n"
-"motsvarar de cd-skivor du har. Klicka \"Ok\" nr du r klar.\n"
-"\n"
-"Paketen r sorterade i grupper som motsvarar olika anvndningsomrden\n"
-"fr din dator. Grupperna r i sig sorterade i fyra sektioner:\n"
-"\n"
-" * \"Arbetsstation\": Om du ska anvnda datorn som arbetsstation,\n"
-"vlj en eller flera av de motsvarande grupperna.\n"
-"\n"
-"* \"Utveckling\": om datorn ska anvndas fr programmering vlj de\n"
-"nskade grupperna.\n"
-"\n"
-"* \"Server\": om datorn ska anvndas som server, kan du hr\n"
-"vlja de mest vanliga tjnsterna som du vill ha installerade p den.\n"
-"\n"
-" * \"Grafisk milj\": slutligen, hr vljer du den grafiska milj som du\n"
-"vill anvnda. Vlj tminstone en om du vill ha ett grafiskt grnssnitt p\n"
-"din arbetsstation.\n"
-"\n"
-"Om du flyttar muspekaren ver ett gruppnamn fr du se en kort\n"
-"frklaringstext fr just den gruppen. Om du inte vljer ngon grupp nr\n"
-"du installerar (och inte uppdaterar), kommer en dialogruta att visas och\n"
-"fresl olika minimala installationer:\n"
-"\n"
-" * \"Med X\" Installera det minsta antalet paket som behvs fr att f en\n"
-"fungerande grafisk skrivbordsmilj.\n"
-"\n"
-" * \"Med grundlggande dokumentation\" Installerar grundsystemet plus\n"
-"grundlggande verktyg och dess dokumentation. Denna installation lmpar\n"
-"sig fr en server.\n"
-"\n"
-"* \"Minimal installation\" Installerar det absolut minsta antalet paket som\n"
-"behvs fr ett Linux-system, utan ngra grafiska system. Denna installation\n"
-"r ca 65Mb stor.\n"
-"\n"
-"Du kan markera \"Vlj enskilda paket\" som r anvndbart om du vet vilka\n"
-"paket du vill ha installerade eller om du vill ha fullstndig kontroll ver\n"
-"vad som blir installerat.\n"
-"\n"
-"Om du startade installationen i uppdateringslge, kan du avmarkera alla\n"
-"grupper fr att undvika installation av nya paket. Detta r anvndbart\n"
-"fr att reparera eller uppdatera ett befintligt system."
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-"Slutligen, beroende p om du vljer att installera enskilda paket eller\n"
-"inte, kommer du att f se ett trd innehllande alla paket klassificerade\n"
-"efter grupper och undergrupper. Om du blddrar i trdet kan du vlja hela\n"
-"grupper, undergrupper, eller enskilda paket.\n"
-"\n"
-"Nr du vljer ett paket i trdet, visas en beskrivning till hger.\n"
-"Nr du har valt klart, klicka p Installera. D kommer sjlva\n"
-"installationen att starta. Beroende p hastigheten p din hrdvara och\n"
-"p hur mnga paket som ska installeras kan det hr processen ta en stund.\n"
-"En uppskattad terstende tid visas p skrmen fr att visa dig ungefr hur\n"
-"lng tid som r kvar av installationen, du kanske hinner g och dricka en\n"
-"kopp kaffe.\n"
-"\n"
-"Om det skulle visa sig att ett serverpaket har valts antingen\n"
-"oavsiktligt eller om det var med i en hel grupp, kommer du att f bekrfta\n"
-"att du verkligen vill att dessa servrar ska installeras. Under Mandrake\n"
-"Linux startas installerade servrar vid uppstart. ven fast de r skra nr\n"
-"den hr distributionen slpps, kan det hnda att skerhetsluckor hittats\n"
-"i efterhand. Om du inte vet vad en specifik tjnst gr eller varfr den\n"
-"blir installerad, klicka Nej hr. Om du klickar Ja kommer de\n"
-"listade tjnsterna att installeras och startas automatiskt!\n"
-"\n"
-"Alternativet \"Automatiska beroenden\" inaktiverar helt enkelt\n"
-"varningsdialogrutan som visas nr installationsprogrammet automatiskt\n"
-"vljer ett paket. Detta intrffar drfr att det har upptckts att ett\n"
-"beroende med ett annat paket mste tillfredsstllas fr att detta paket\n"
-"ska kunna installeras ordentligt.\n"
-"\n"
-"Den lilla diskettikonen i slutet p listan lter dig ladda en paketlista\n"
-"som du kan ha gjort vid en tidigare installation. Nr du klickar p den\n"
-"hr ikonen kommer du att bli ombedd om att stoppa i en diskett som du\n"
-"tidigare kan ha skapat vid slutet av en annan installation. Se det andra\n"
-"tipset i det sista steget hur du gr fr att skapa en sdan diskett."
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-"Du ska nu stlla in din Internet/ntverksanslutning. Om du har som avsikt\n"
-"att ansluta din dator till Internet eller till ett lokalt ntverk, clicka "
-"\"OK\"\n"
-"Det startar den automatiska skningen efter ntverksenheter och modem.\n"
-"Om skningen misslyckas, avmarkera \"Anvnd automatisk identifiering\". Du\n"
-"kan ocks vlja att inte konfigurera ntverket vid denna tidpunkt, klicka\n"
-"i s fall p knappen \"Avbryt\".\n"
-"\n"
-"Mjliga anslutningar r: vanligt modem, ISDN-modem, ADSL-anslutning,\n"
-"kabelmodem och slutligen vanlig LAN-anslutning (Ethernet).\n"
-"\n"
-"Vi gr inte igenom varje anslutning i detalj. Se bara till att du har den "
-"information\n"
-"som du ftt frn din Internetleverantr eller administratr till hands.\n"
-"\n"
-"Du kan lsa kapitlet om Internetanslutning i manualen fr en djupare "
-"genomgng\n"
-"om konfigurationen, eller helt enkelt vnta tills systemet r installerat "
-"och sedan\n"
-"anvnda programmet som det str om i manualen fr att anpassa din "
-"anslutning.\n"
-"\n"
-"Om du vill konfigurera ntverket senare eller r klar med din anslutning\n"
-"klicka p \"Avbryt\". "
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-"Vlj vilka tjnster du vill starta vid uppstart.\n"
-"\n"
-"Hr visas alla tjnster tillgngliga med den aktuella installationen.\n"
-"Titta igenom dem och avmarkera dem du inte behver vid uppstart.\n"
-"\n"
-"Du kan f en kort frklaringstext om en tjnst genom att vlja den\n"
-"specifika tjnsten. Om du r osker p om en tjnst r anvndabar eller\n"
-"inte, lmna d den tjnsten orrd.\n"
-"\n"
-"Var extra frsiktig i dina val om den hr datorn ska anvndas som en\n"
-"server: du vill antagligen inte starta tjnster som du inte behver.\n"
-"Kom ihg att flera tjnster kan innebra en risk om de aktiveras p\n"
-"en server. Som generell regel, vlj bara de tjnster du verkligen behver."
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-"GNU/Linux utgr frn GMT (Greenwich Mean Time) och verstter det till\n"
-"lokal tid enligt den tidszon du har valt. Det r dock mjligt att "
-"inaktivera\n"
-"detta genom att avmarkera \"Hrdvaruklocka stlld till GMT\" s att\n"
-"hrdvaruklockan blir samma som systemklockan. Det r anvndbart nr\n"
-"datorn r vrd fr andra operativsystem ssom Windows.\n"
-"\n"
-"Alternativet \"Automatisk tidsynkronisering\" gr s att klockan stlls\n"
-"automatiskt genom att datorn kontaktar en server p Internet. I den lista\n"
-"som sedan presenteras vljer du den server som ligger nrmast dig. \n"
-"Naturligtvis mste du vara uppkopplad mot Internet fr att detta ska "
-"fungera.\n"
-"Det lggs in en tidserver p din dator och den kan, om s nskas, anvndas\n"
-"av andra datorer i ditt lokala ntverk."
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-"X (fr X Window System) r hjrtat i GNU/Linux grafiska grnssnitt\n"
-"p vilket alla grafiska skrivbordsmiljer (KDE, Gnome, AfterStep,\n"
-"WindowMaker, etc.) som kommer med Mandrake Linux stdjer sig p. I den\n"
-"hr sektionen kommer DrakX att frska konfigurera X automatiskt.\n"
-"\n"
-"Det r vldigt sllsynt att det misslyckas, det kan hnda om du har\n"
-"vldigt gammal hrdvara (eller vldigt ny). Om det lyckas kommer X att\n"
-"startas automatiskt med den bsta tnkbara upplsningen beroende p\n"
-"storleken p din bildskrm. Ett fnster kommer att visas och frgar dig\n"
-"om du kan se det.\n"
-"\n"
-"Om du gr en \"Expert\"-installation kommer du in i konfigurationsguiden\n"
-"fr X. Se den motsvarande sektionen i manualen fr mer information\n"
-"om den hr guiden.\n"
-"\n"
-"Om du kan se meddelandet och svarar Ja, kommer DrakX att fortstta till\n"
-"nsta steg. Om du inte kan se meddelandet, betyder det att konfigurationen\n"
-"var felaktig och testet kommer automatiskt att avslutas efter 10 sekunder\n"
-"och skrmen terstlls."
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Frsta gngen du provar X-konfigurationen kanske du inte r njd med\n"
-"bilden (skrmen r fr liten, frskjuten till vnster eller hger...).\n"
-"ven om X startar korrekt kommer DrakX att frga dig om konfigurationen\n"
-"passar dig. DrakX kommer ven fresl en ndring av konfigurationen genom\n"
-"att visa en lista p alla giltiga lgen som den kunde hitta och be dig\n"
-"vlja ett.\n"
-"\n"
-"Som en sista utvg, om du fortfarande inte kan f X att fungera, vlj\n"
-"ndra grafikkort och sedan \"Unlisted card\". Nr du fr frgan om\n"
-"vilken server du vill anvnda, vlj \"FBDev\". Detta r ett felskert\n"
-"alternativ som fungerar med alla moderna grafikkort. Vlj sedan\n"
-"\"Testa igen\" fr att vara sker p att det fungerar."
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-"Slutligen kommer du att f en frga om du vill se det grafiska grnssnittet\n"
-"vid uppstart. Observera att du kommer att f den hr frgan ven om du\n"
-" valde att inte testa konfigurationen. Du vill nog svara \"Nej\" om datorn "
-"ska\n"
-"anvndas som server eller om du inte lyckades f det grafiska att fungera."
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-"Mandrake Linux cd-skiva har ett inbyggt reparationsslge. Du kan komma t\n"
-"det genom att starta frn cd-skivan och sedan trycka p tangenten >>F1<<\n"
-"vid uppstart och skriva >>rescue<< vid prompten. Om din dator inte kan\n"
-"starta frn cd-skiva br du komma tillbaka till det hr steget i tminstone\n"
-"tv situationer:\n"
-"\n"
-" * nr starthanteraren installeras kommer DrakX att skriva ver "
-"startsektorn\n"
-"(MBR) p din huvuddisk (om du inte anvnder en annan starthanterare) s att\n"
-"du kan starta antingen Windows eller GNU/Linux (om du nu har Windows\n"
-"installerat p din dator). Om du blir tvungen att installera om Windows\n"
-"s kommer Microsofts installationsprogram att skriva ver startsektorn\n"
-"vilket leder till att du inte kan starta GNU/Linux!\n"
-"\n"
-" * om ett problem uppstr s att du inte kan starta GNU/Linux frn\n"
-"hrddisken kommer den hr disketten att vara det enda sttet att starta\n"
-"GNU/Linux. Den innehller ett antal systemverktyg som kan anvndas fr att\n"
-"terstlla ett system som kraschat p grund av strmavbrott, en olycklig\n"
-"felstavning, en felskrivning i ett lsenord eller av ngon annan anledning.\n"
-"\n"
-"Nr du klickar p det hr steget kommer du att bli ombedd att stoppa in en\n"
-"diskett i diskettstationen. Disketten som du stoppar in mste vara tom\n"
-"eller inte innehlla ngon data som du vill ha kvar. Du behver inte "
-"formatera\n"
-"den eftersom DrakX kommer att skriva om hela disketten."
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-"Nu mste du vlja var p hrddisken du vill installera Mandrake\n"
-"Linux operativsystem. Om den r tom eller om ett befintligt\n"
-"operativsystem anvnder allt tillgngligt utrymme behver du partitionera\n"
-"den. Att partitionera en hrddisk gr ut p att man logiskt delar upp den\n"
-"fr att skapa utrymme fr ditt nya Mandrake Linux-system.\n"
-"\n"
-"Eftersom resultatet av en partitionering vanligtvis inte gr att ngra\n"
-"kan partitionering knnas skrmmande om du r en ovan anvndare.\n"
-"Denna guide frenklar processen. Innan du brjar, titta i manualen\n"
-"och ta den tid du behver.\n"
-"\n"
-"Om du installerar i Expert-lget kommer du in i Mandrake Linux\n"
-"partitionsverktyg: Diskdrake. Detta program lter dig finjustera dina\n"
-"partitioner. Se kapitlet om Diskdrake i manualen. I grnssnittet fr\n"
-"installation kan du starta den guide som det str om hr genom att\n"
-"klicka p knappen \"Guide\".\n"
-"\n"
-"Om partitioner redan r definierade (frn en tidigare installation eller av\n"
-"ett annat partitionsverktyg) behver du bara vlja dem du vill anvnda\n"
-"fr att installera ditt Linux-system.\n"
-"\n"
-"Om partitioner inte redan har definierats, behver du skapa dem genom\n"
-"att anvnda guiden. Beroende p din hrddiskkonfiguration, kommer flera\n"
-"alternativ att finnas tillgngliga:\n"
-"\n"
-" * \"Anvnd ledigt utrymme\": det hr leder till en automatisk\n"
-"partitionering av din tomma disk. Du kommer inte att f ngra fler frgor.\n"
-"\n"
-" * \"Anvnd existerande partition\": guiden har hittat en eller flera\n"
-"Linux-partitioner p din hrddisk. Om du vill anvnda dem, vlj detta\n"
-"alternativ.\n"
-"\n"
-" * \"Anvnd ledigt utrymme p Windows-partitionen\": Om Microsoft Windows\n"
-"r installerat p hrddisken och tar upp allt tillgngligt utrymme, mste\n"
-"du skapa ledigt utrymme fr Linux-data. Fr att gra det kan du radera din\n"
-"Microsoft Windows-partition och data (se lsningarna \"Rensa hela\n"
-"hrddisken\" eller \"Expert-lge\") eller ndra storlek p din Microsoft\n"
-"Windows-partition. ndra storlek kan utfras utan att frlora data.\n"
-"Denna lsning rekommenderas om du vill anvnda bde Mandrake Linux\n"
-"och Microsoft Windows p samma dator.\n"
-"\n"
-" Innan du vljer denna lsning mste du frst att storleken p din\n"
-"Microsoft Windows-partition kommer att bli mindre n den r fr nrvarande.\n"
-"Det betyder att du kommer att ha mindre utrymme under Microsoft Windows fr\n"
-"att lagra data eller installera ny mjukvara.\n"
-"\n"
-" * \"Rensa hela hrddisken\": Om du vill ta bort all data och alla\n"
-"partitioner som finns p din hrddisk och erstta dem med ditt nya\n"
-"Mandrake Linux-system, vljer du detta alternativ. Var frsiktig med\n"
-"detta alternativ eftersom du kan inte ngra dig eftert.\n"
-"\n"
-" Om du vljer detta alternativ kommer all data p din disk att "
-"frsvinna!!\n"
-"\n"
-" * \"Ta bort Windows\": tar helt enkelt bort allt p disken och startar en\n"
-"frsch partitionering frn grunden. All data p din disk kommer att tas\n"
-"bort.\n"
-"\n"
-" Om du vljer detta alternativ kommer all data p din disk att "
-"frsvinna!!\n"
-"\n"
-" * \"Expert-lge\": vlj detta alternativ om du vill partitionera din "
-"hrddisk\n"
-"manuellt. Var frsiktig - det r ett kraftfullt men farligt alternativ. Du "
-"kan\n"
-"vldigt enkelt frlora allt ditt data. Drfr, vlj inte detta om du inte r "
-"helt\n"
-"sker p vad du gr."
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-"Installationen r nu frdig och ditt GNU/Linux-system r klart\n"
-"att anvndas. Klicka bara p \"Ok\" fr att starta om systemet. Du kan "
-"starta\n"
-"GNU/Linux eller Windows, beroende p vilket du vill anvnda (om du har\n"
-"dubbla operativsystem), s fort datorn har startat upp.\n"
-"\n"
-"Knappen Avancerat visar ytterligare tv knappar som r till fr att:\n"
-"\n"
-" * Generera en automatisk installationsdiskett: fr att skapa en\n"
-"installationsdiskett som automatiskt utfr en hel installation utan\n"
-"hjlp av en operatr, likande installationen du just konfigurerade.\n"
-"\n"
-" Observera att tv olika alternativ finns tillgngliga nr du klickar p\n"
-"knappen:\n"
-"\n"
-" * \"Repris\". Det hr r en delvis automatisk installation eftersom\n"
-"partitioneringssteget (och endast detta) fortfarande r interaktivt.\n"
-"\n"
-" * \"Automatisk\". Helt automatisk installation: allt innehll p\n"
-"hrddisken skrivs om och all data gr frlorad.\n"
-"\n"
-" Den hr funktionen r vldigt praktisk om du ska installera ett strre\n"
-"antal likande datorer. Se sektionen \"Auto install\" p vr hemsida.\n"
-"\n"
-" * \"Spara paketval\"(*): sparar fregende paketval.\n"
-"Nr du sedan gr en annan installation, stt in disketten i\n"
-"diskettstationen och kr installationen fram till hjlpskrmen\n"
-"F1, och skriv >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) Du behver en FAT-formaterad diskett (fr att skapa en under GNU/Linux,\n"
-"skriv \"mformat a:\")"
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Alla partitioner som har blivit definierade mste formateras innan\n"
-"anvndning (formatering betyder skapa filsystem).\n"
-"\n"
-"I det hr lget kanske du vill omformatera ngra redan existerande\n"
-"partitioner fr att rensa dem p data. Om du vill gra det, vlj de\n"
-"partitioner du vill formatera.\n"
-"\n"
-"Observera att det inte r ndvndigt att omformatera alla existerande\n"
-"partitioner. Du mste omformatera de partitioner som innehller sjlva\n"
-"operativsystemet. (som t ex \"/\", \"/usr\" eller \"/var\") men du behver\n"
-"inte formatera partitioner som innehller data du vill behlla\n"
-"(vanligtvis /home).\n"
-"\n"
-"Var frsiktig nr du vljer partitioner, fr efter formatering kommer all\n"
-"data att vara raderat och du kommer inte att kunna terskapa ngonting.\n"
-"\n"
-"Klicka p Ok nr du r redo att formatera partitionerna.\n"
-"\n"
-"Klicka p Avbryt om du vill vlja andra partitioner att installera ditt\n"
-"nya Mandrake Linux-system p.\n"
-"\n"
-"Klicka p Avancerat fr att vlja p vilka partitioner du vill leta\n"
-"efter felaktiga block."
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-"Ditt nya operativsystem Mandrake Linux hller p att installeras.\n"
-"Beroende p hur mnga paket som ska installeras och p datorns\n"
-"hastighet, kan detta moment ta ngra minuter eller betydligt lngre tid.\n"
-"\n"
-"Var god vnta."
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-"Sedan denna version av Mandrake Linux slpptes r det troligt att\n"
-"ngra paket har uppdaterats. Fel kan ha rttats till och "
-"skerhetsrelaterade\n"
-"problem kan ha lsts. Fr att du ska kunna ta del av dessa uppdateringar\n"
-"ges du nu mjligheten att ladda ner dem frn Internet.\n"
-"Vlj \"Ja\" om du har en aktiv Internetuppkoppling, eller \"Nej\" om du "
-"vill\n"
-"installera uppdaterade paket senare.\n"
-"\n"
-"Nr du vljer \"Ja\" visas en lista p stllen som det gr att hmta "
-"paketen\n"
-"ifrn. Vlj det som ligger nrmast dig. Sedan dyker det upp en trdvy dr "
-"det\n"
-"gr att vlja paket. G igenom valen och tryck sedan \"Installera\" fr att "
-"ta\n"
-"emot, eller \"Avbryt\" fr att avbryta."
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-"Innan du fortstter br du noga lsa licensen. Den tcker hela\n"
-"Mandrake Linux-distributionen och om du inte samtycker med den,\n"
-"klicka d p Vgrar som omedelbart avbryter installationen.\n"
-"Fr att fortstta installationen klicka p Acceptera."
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-"Nu r det dags att vlja vilken skerhetsniv som ska tillmpas p\n"
-"datorn. En tumregel r att ju mer tillgnglig en dator r och ju viktigare\n"
-"dess data r, desto hgre br skerhetsnivn vara.\n"
-"Det br dock nmnas att nivn p skerheten pverkar hur lttanvnd\n"
-"datorn blir. Se MSEC-kapitlet i \"Reference Manual\" fr mer information\n"
-"om de olika skerhetsniverna.\n"
-"\n"
-"Om du inte r sker p vad du ska vlja, behll det frvalda vrdet."
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-"Nu mste du vlja vilka partitioner som ska anvndas fr installationen av\n"
-"ditt Mandrake Linux-system. Om partitioner redan har definierats, antingen\n"
-"frn en tidigare installation av GNU/Linux eller av ett annat\n"
-"partitionsverktyg, kan du anvnda dessa. Annars mste hrddiskpartitioner\n"
-"definieras.\n"
-"\n"
-"Fr att skapa partitioner mste du frst vlja en hrddisk. Du kan vlja\n"
-"disken som ska partitioneras genom att klicka p \"hda\" fr den frsta\n"
-"IDE-disken, \"hdb\" fr den andra, \"sda\" fr den frsta SCSI-disken\n"
-"och s vidare.\n"
-"\n"
-"Fr att partitionera den valda disken kan du anvnda dessa alternativ:\n"
-"\n"
-" * \"Nollstll\": det hr alternativet tar bort alla partitioner p\n"
-"den valda hrddisken.\n"
-"\n"
-" * \"Allokera automatiskt\": det hr alternativet lter dig automatiskt\n"
-"skapa Ext2- och vxlingspartitioner p det lediga utrymmet p hrddisken.\n"
-"\n"
-" * \"Mer\": ger tillgng till ytterligare funktioner:\n"
-"\n"
-" * \"Spara partitionstabell\": sparar partitionstabellen p diskett. "
-"Anvndbart\n"
-"fr eventuell framtida terskapning av partitionstabell. Det rekommenderas\n"
-"starkt att du utfr detta steg.\n"
-"\n"
-" * \"terskapa partitionstabell\": tillter terskapning av "
-"partitionstabell\n"
-"som sparats p diskett.\n"
-"\n"
-" * \"Rdda partitionstabell\": om din partitionstabell r skadad, kan du\n"
-"frska reparera den med detta alternativ. Var frsiktig och ha i tanke\n"
-"att det kan misslyckas.\n"
-"\n"
-" * \"Ladda om partitionstabell\": glmmer alla ndringar och laddar din\n"
-"ursprungliga partitionstabell.\n"
-"\n"
-" * \"Automatisk montering av flyttningsbar media\": avmarkering av detta\n"
-"alternativ tvingar anvndarna att montera och avmontera flyttbar media\n"
-"ssom disketter och cd-skivor.\n"
-"\n"
-" * \"Guide\": anvnd det hr alternativet om du vill anvnda en guide fr\n"
-"att partitionera hrddisken. Det rekommenderas om du inte har god kunskap\n"
-"om partitionering.\n"
-"\n"
-" * \"ngra\": vlj detta fr att ngra dina ndringar.\n"
-"\n"
-" * \"Byt till normal/expertlge\": tillter ytterligare tgrder fr "
-"partitionering\n"
-"(Typ, alternativ, format) och ger mer information.\n"
-"\n"
-" * \"Frdig\": nr du har partitionerat klart hrddisken, kommer detta\n"
-"att spara ndringarna till disk.\n"
-"\n"
-"Observera: du kan hoppa till vilket alternativ som helst med tangentbordet.\n"
-"Navigera genom partitionerna med tangenten tabb och upp- och nerpilarna.\n"
-"\n"
-"Nr en partition r vald kan du anvnda:\n"
-"\n"
-" * Ctrl-c fr att skapa en ny partition (nr en tom partition r vald).\n"
-"\n"
-" * Ctrl-d fr att ta bort en partition;\n"
-"\n"
-" * Ctrl-m fr att ange monteringspunkten.\n"
-"\n"
-"Fr att f information om de olika typerna av filsystem, ls kapitlet\n"
-"ext2fs i \"Reference Manual\".\n"
-"\n"
-"Om du installerar p en PPC-maskin br du skapa en en liten HFS-\n"
-"partition (\"bootstrap\") p tminstone 1 MB. Den kommer att anvndas av\n"
-"starthanteraren Yaboot. Om du gr partitionen lite strre, t.ex. 50 MB,\n"
-"har du ett bra stlle att lagra en reservkrna och ramdiskar fr ndlgen."
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-"Fler n en Microsoft Windows-partition har hittats p hrddisken.\n"
-"Vlj vilken av dem du vill ndra storlek p fr att kunna installera ditt\n"
-"nya operativsystem Mandrake Linux.\n"
-"\n"
-"Varje partition listas som fljer: \"Linux-namn\", \"Windows-namn\"\n"
-"\"Kapacitet\".\n"
-"\n"
-"\"Linux-namn\" r strukturerad p fljande vis: \"hrddisktyp\", "
-"\"hrddisknummer\",\n"
-"\"partitionsnummer\" (till exempel, \"hda1\").\n"
-"\n"
-"\"Hrddisktyp\" r \"hd\" om din hrddisk r en IDE-hrddisk och\n"
-"\"sd\" om det r en SCSI-hrddisk.\n"
-"\n"
-"\"Hrddisknummer\" r alltid en bokstav efter \"hd\" eller \"sd\". Med IDE-\n"
-"hrddiskar:\n"
-"\n"
-" * \"a\" betyder \"master-hrddisk p den primra IDE-kontrollern\",\n"
-"\n"
-" * \"b\" betyder \"slavhrddisk p den primra IDE-kontrollern\",\n"
-"\n"
-" * \"c\" betyder \"master-hrddisk p den sekundra IDE-kontrollern\",\n"
-"\n"
-" * \"d\" betyder \"slavhrddisk p den sekundra IDE-kontrollern\".\n"
-"\n"
-"Med SCSI-hrddiskar, betyder \"a\" \"lgsta SCSI-ID\", ett \"b\" betyder\n"
-"\"andra lgsta SCSI-ID\", etc.\n"
-"\n"
-"\"Windows-namn\" r bokstaven p din hrddisk under Windows (den frsta\n"
-"disken eller partitionen kallas \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Vnta. Den hr operationen kan ta flera minuter."
-
-#: ../../help.pm_.c:547
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"DrakX behver nu veta om du vill genomfra en standardinstallation\n"
-"(\"Rekommenderad\") eller om du vill ha strre kontroll (\"Expert\").\n"
-"Du har ocks valet mellan en ny installation eller en uppgradering av\n"
-"befintligt Mandrake Linux-system.\n"
-"\n"
-" * \"Installera\" Rensar bort det gamla systemet helt. Faktum r att\n"
-"beroende p hur ditt nuvarande system ser ut, kan du behlla en del gamla\n"
-"partitioner (Linux eller andra) orrda.\n"
-"\n"
-" * \"Uppdatera\" Denna typ av installation lter dig uppdatera paketen\n"
-"som finns i ditt nuvarande Mandrake Linux-system. Den behller de "
-"partitioner\n"
-"som du har p hrddisken och ven dina anvndarinstllningar. Alla andra\n"
-"konfigurationssteg finns kvar som vid vanlig installation.\n"
-"\n"
-" * \"Uppdatera endast paket\" Denna helt nya installationsklass lter dig\n"
-"uppdatera ett befintligt Mandrake Linux-system och samtidigt behlla\n"
-"samtliga dina systeminstllningar. Det gr ocks att lgga till nya paket.\n"
-"\n"
-"Uppdateringar ska fungera fint fr Mandrake Linux 8.1 och uppt.\n"
-"\n"
-"Baserat p din kunskap om GNU/Linux kan du vlja en av fljande niver:\n"
-" * Rekommenderad: vlj detta om du aldrig tidigare har installerat ett GNU/"
-"Linux-\n"
-"system. Installationen blir vldigt enkel och du fr enbart ett ftal "
-"frgor.\n"
-"\n"
-" * Expert: om du har god kunskap om GNU/Linux kan du vlja denna\n"
-"installationsklass. Expert-installationen lter dig utfra en mycket\n"
-"anpassad installation. En del frgor kan vara svra om du inte har god "
-"kunskap\n"
-"om GNU/Linux. Vlj inte denna installationsklass om du knner dig osker."
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-"I de flesta fall vljer DrakX rtt tangentbord t dig (beroende p vilket\n"
-"sprk du har valt) och det hela sker automatiskt. Men det kan hnda\n"
-"att du har ett tangentbord som inte helt motsvarar ditt sprk: om du\n"
-"till exempel r en engelsktalande schweizare kanske du nd vill att\n"
-"ditt tangentbord r schweiziskt. Eller om du talar engelska och bor i\n"
-"Quebec kan du befinna dig i en liknande situation. I bda fallen behver\n"
-"du g tillbaka till detta installationssteg och vlja nskat tangentbord\n"
-"ur listan.\n"
-"\n"
-"Klicka p Mer fr en komplett lista ver tillgngliga tangentbord."
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-"Vlj det sprk du nskar anvnda fr installation och systemanvndning.\n"
-"\n"
-"Om du klickar p Avancerat kan du vlja andra sprk som du vill\n"
-"ha installerade p datorn. Genom att vlja andra sprk s kommer\n"
-"sprkspecifika filer fr systemdokumentation och program att installeras.\n"
-"Om du till exempel fr besk av personer frn Spanien som behver anvnda\n"
-"din dator, vlj Engelska som huvudsprket i trdvyn, och under den\n"
-"avancerade sektionen, klicka p den gra stjrnan som motsvarar\n"
-"\"Spanska|Spanien\".\n"
-"\n"
-"Observera att flera sprk kan installeras. S fort du har valt alla\n"
-"ytterligare sprk, klicka p Ok fr att fortstta."
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-"Som standard antar DrakX att du har mus med tv knappar och kommer att\n"
-"stlla in den fr knapp 3-emulering. DrakX kommer automatiskt att veta\n"
-"om musen r av typ PS/2, seriell eller USB.\n"
-"\n"
-"Om du vill specificera en annan mustyp vlj d den i listan\n"
-"som visas.\n"
-"\n"
-"Om du vljer en annan mus n den frvalda kommer en testskrm att\n"
-"visas. Anvnd musknapparna och hjulet fr att verifiera att instllningarna\n"
-"r korrekt. Om musen inte fungerar ordentligt tryck p mellanslag eller\n"
-"Enter fr att avbryta och vlja igen."
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vlj den korrekta porten. Som exempel: porten som kallas \"COM1\" i\n"
-"Windows heter \"ttyS0\" i GNU/Linux."
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Det hr r det viktigaste steget fr skerheten i ditt GNU/Linux-system:\n"
-"du ska ange \"root\"-lsenordet. \"root\" r systemets administratr och\n"
-"den enda som har rttigheter att gra uppdateringar, lgga till anvndare,\n"
-"ndra p systemets vergripande konfiguration, osv. Kort sagt, \"root\" kan\n"
-"gra allt! Drfr mste du vlja ett lsenord som r svrt att lista ut - \n"
-"DrakX talar om fr dig om du vljer ett lsenord som r fr ltt. Som du\n"
-"ser har du mjlighet att inte ange ngot lsenord alls, men vi avrder frn\n"
-"det, om bara fr att ven om du kr GNU/Linux kan du ha andra\n"
-"operativsystem som begr misstag. Eftersom \"root\" kan g frbi alla\n"
-"begrnsningar och oavsiktligt radera all data p partitioner, kan de\n"
-"manipulera med partitionerna sjlva p ett ofrsiktigt stt, drfr r\n"
-"det viktigt att det r svrt att bli \"root\".\n"
-"\n"
-"Lsenordet ska vara en blandning av numeriska tecken och bokstver och\n"
-"minst tta tecken lngt. Skriv aldrig ner \"root\"-lsenordet - det\n"
-"kar risken fr ett intrng i systemet.\n"
-"\n"
-"Gr dock inte lsenordet fr lngt och komplicerat, fr du mste\n"
-"kunna komma ihg det utan allt fr mycket besvr.\n"
-"\n"
-"Lsenordet visas inte p skrmen nr du skriver in det. Det r drfr\n"
-"du fr skriva det tv gnger, fr att undvika att du skriver fel. Om du\n"
-"gr samma skrivfel tv gnger behver du anvnda detta \"felaktiga\"\n"
-"lsenord frsta gngen du loggar in.\n"
-"\n"
-"I expertlget fr du frgan om du vill ansluta mot en autentiseringsserver,\n"
-"exempelvis NIS eller LDAP.\n"
-"\n"
-"Om ditt ntverk anvnder LDAP (eller NIS) fr autentisering, vlj\n"
-"\"LDAP\" (eller \"NIS\") som autentisering. Om du r osker, frga\n"
-"din ntverksadministratr.\n"
-"\n"
-"Om din dator inte r ansluten till ngot administrerat ntverk uppmanas du\n"
-"att vlja \"Lokala filer\" som autentisering."
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-"LILO och Grub r starthanterare fr GNU/Linux. Det hr steget r\n"
-"vanligtvis helt automatiskt. DrakX analyserar startsektorn p\n"
-"disken och upptrder lite olika beroende p vad den hittar dr:\n"
-"\n"
-" * om en startsektor tillhrande Windows hittas kommer den att ersttas\n"
-"med grub/LILO. P s stt kan du vlja mellan GNU/Linux och andra OS\n"
-"nr du startar datorn.\n"
-"\n"
-" * om en grub- eller LILO-startsektor hittas, kommer den att ersttas med "
-"en\n"
-"ny.\n"
-"\n"
-"Vid tveksamheter kommer DrakX att visa en dialogruta med diverse "
-"alternativ.\n"
-"\n"
-" * \"Starthanterare som ska anvndas\": du har tre val:\n"
-"\n"
-" * \"Grub\": om du fredrar Grub (textbaserad meny).\n"
-"\n"
-" * \"LILO med grafisk meny\": om du fredrar Lilo med grafiskt\n"
-"grnssnitt.\n"
-"\n"
-" * \"LILO med textbaserad meny\": om du fredrar LILO med textbaserad "
-"meny.\n"
-"\n"
-" * \"Startenhet\": i de flesta fall behver du inte ndra det frvalda\n"
-"(\"/dev/hda\"), men om du fredrar kan starthanteraren installeras p\n"
-"andra hrddisken (\"/dev/hdb\") eller till och med p diskett (\"/dev/fd0"
-"\").\n"
-"\n"
-" * \"Frdrjning innan frvald avbild startar\": vid omstart av datorn r\n"
-"detta tiden som anvndaren har p sig att vlja ett annat vrde n det\n"
-"frvalda i starthanterarens meny.\n"
-"\n"
-"Obs! Om du vljer att inte installera ngon starthanterare (genom att vlja\n"
-"\"Avbryt\") mste du se till att du kan starta ditt Mandrake Linux-system\n"
-"p ngot annat stt! Om du inte knner dig sker, ndra inte p ngra\n"
-"alternativ!\n"
-"\n"
-"Om du klickar p Avancerat i den hr dialogrutan kommer du att\n"
-"erbjudas mnga avancerade alternativ, reserverade fr expertanvndaren.\n"
-"\n"
-"Efter att du har konfigurerat de generella parametrarna fr starthanteraren\n"
-"fr du se de olika startalternativen som kommer att finnas vid uppstart.\n"
-"\n"
-"Om det finns ngot annat operativsystem installerat p datorn kommer det\n"
-"att automatiskt lggas till startmenyn. Hr kan du vlja att finjustera\n"
-"de existerande alternativen. Vlj ett startalternativ och klicka p \"ndra"
-"\"\n"
-"fr att ndra eller ta bort. \"Lgg till\" skapar ett nytt startalternativ "
-"och\n"
-"\"Frdig\" tar dig till nsta installationssteg."
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (Linux Loader) och grub r starthanterare: de kan starta\n"
-"antingen GNU/Linux eller ngot annat operativsystem som finns\n"
-"p datorn. Vanligtvis hittas och installeras dessa andra\n"
-"operativsystem automatiskt. Om s inte r fallet kan du lgga till\n"
-"en post manuellt i den hr rutan. Var frsiktig s att du inte\n"
-"vljer felaktiga parametrar.\n"
-"\n"
-"Du kanske inte vill att ngon annan ska f tkomst till dessa andra\n"
-"operativsystem. Om s r fallet kan du ta bort de motsvarande posterna.\n"
-"Men om du gr det, mste du anvnda en startdiskett fr att kunna starta\n"
-"dessa operativsystem!"
-
-#: ../../help.pm_.c:722
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Du mste indikera var du vill placera informationen som krvs fr att\n"
-"starta GNU/Linux.\n"
-"\n"
-"Om du inte vet exakt vad du gr, vlj \"Frsta sektorn p enheten\n"
-"(MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-"Hr vljer du vilket skrivarsystem du ska anvnda. Andra operativsystem\n"
-"erbjuder dig kanske bara ett, men Mandrake erbjuder dig tre.\n"
-"\n"
-" * \"pdq\" - vilket betyder \"print, don't queue\", r det du ska vlja om\n"
-"du har en direkt anslutning till din skrivare och vill ha mjligheten att\n"
-"stoppa utskrifter och om du inte har ngra ntverksskrivare. Pdq hanterar\n"
-"bara enkla ntverksfall och r ganska lngsamt ver ntverk. Vlj\n"
-"\"pdq\" om GNU/Linux r nytt fr dig. Du kan alltid ndra dig efter\n"
-"installationen genom att anvnda Printerdrake i Mandrakes kontrollcentral,\n"
-"och dr klicka p knappen Expert.\n"
-"\n"
-" * \"CUPS\"\"Common Unix Printing System\" r mycket bra p att skriva\n"
-"ut till lokala skrivare och till skrivare p andra sidan jorden. Det r "
-"enkelt och kan\n"
-"agera som en server eller klient fr det gamla skrivarsystemet \"lpd\", det\n"
-"r allts kompatibelt med gamla skrivarsystem. CUPS kan utfra mngra "
-"tricks,\n"
-"men den grundlggande installationen r nstan lika enkel som med \"pdq\". "
-"Om\n"
-"du ska anvnda CUPS fr att emulera en \"lpd\"-server mste du aktivera\n"
-"demonen \"cups-lpd\". CUPS har grafiska grnssnitt fr utskrift och fr att\n"
-"vlja olika utskriftsalternativ.\n"
-"\n"
-" * \"lprNG\" - \"line printer daemon New Generation\". Det hr systemet kan\n"
-"gra ungefr allt som de andra kan, men det kan ocks skriva ut till\n"
-"skrivare i Novell-ntverk eftersom det stdjer IPX-protokollet.\n"
-"Det kan ocks skriva ut direkt till skalkommandon. Om du behver std fr\n"
-"Novell eller fr att skriva ut direkt till kommandon, utan att anvnda en\n"
-"separat rrkonstruktion, anvnd d lprNG.\n"
-"Annars rekommenderas CUPS eftersom det r enklare och har bttre std fr\n"
-"ntverk."
-
-#: ../../help.pm_.c:757
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX letar nu efter IDE-enheter i datorn. DrakX kommer ocks att\n"
-"leta efter PCI SCSI-kort p ditt system. Om DrakX hittar ett SCSI-kort\n"
-"och knner till rtt drivrutin, kommer kortet att installeras automatiskt.\n"
-"\n"
-"Om du har ngot SCSI-kort som DrakX inte hittar, kommer du i alla fall att\n"
-"f frgan om det finns ngot PCI SCSI-kort i ditt system. Om det inte finns\n"
-"ngot kort kan du klicka p Nej. Om du klickar Ja kommer en lista\n"
-"med kort att presenteras, frn vilken du kan vlja ditt specifika kort.\n"
-"Om du r osker kan du markera \"Visa hrdvaruinformation\" och klicka\n"
-"Ok s visas en lista ver vilken hrdvara som hittats i datorn.\n"
-"Undersk listan med hrdvara och klicka sedan p Ok fr att\n"
-"terg till SCSI-grnssnittsfrgan.\n"
-"\n"
-"Om du blir tvungen att manuellt specificera ditt kort kommer DrakX att\n"
-"frga om du vill ange alternativ fr det. Du br tillta DrakX att sjlv\n"
-"underska hrdvaran efter alternativ. Detta fungerar oftast bra.\n"
-"\n"
-"Om inte, kommer du att behva ange alternativ fr drivrutinen. Se \"User\n"
-"Guide\" (kapitel 3, avsnittet \"Collective informations on your hardware\")\n"
-"fr tips om hur du fr tag p information frn hrdvarudokumentation,\n"
-"tillverkarens hemsida (om du har tillgng till Internet) eller frn\n"
-"Microsoft Windows (om du har det p ditt system)."
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-"Du kan lgga till ytterligare alternativ fr yaboot, antingen fr andra\n"
-"operativsystem, alternativa krnor, eller startavbilder fr ndsituationer.\n"
-"\n"
-"Fr andra operativsystem bestr alternativet bara av en etikett\n"
-"och rotpartitionen.\n"
-"\n"
-"Fr Linux finns det ngra olika alternativ:\n"
-"\n"
-" * Etikett: helt enkelt namnet som du behver skriva vid yaboot-prompten\n"
-"fr att vlja detta startalternativ.\n"
-"\n"
-" * Avbild: namnet p krnan du vill starta. Vanligtvis vmlinux\n"
-"eller en variant p vmlinux med ett tillgg.\n"
-"\n"
-" * Rot: rotenheten eller \"/\" fr din Linux-installation.\n"
-"\n"
-"* Lgg till: med Apple-hrdvara anvnds tillggsalternativ fr krnan "
-"ganska\n"
-"ofta fr att initialisera videohrdvara, eller fr att aktivera "
-"musemulering\n"
-"med tangentbordet eftersom andra och tredje musknappen ofta saknas p en\n"
-"standardmus frn Apple. Ngra exempel:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: detta alternativ kan anvndas antingen fr att ladda moduler,\n"
-"innan startenheten r tillgnglig, eller fr att ladda en ramdiskavbild\n"
-"vid krissituationer.\n"
-"\n"
-" * Initrd-storlek: standardstorleken p ramdisken r vanligtvis 4096 byte.\n"
-"Om du behver allokera en strre ramdisk, anvnd detta alternativ.\n"
-"\n"
-" * Ls-skriv: vanligtvis startar rotpartitionen i skrivskyddat lge\n"
-"fr att tillta en filsystemskontroll innan systemet startar p \"riktigt"
-"\".\n"
-"Hr kan du g runt denna funktion.\n"
-"\n"
-" * NoVideo: skulle Apple-videohrdvaran vara extra krnglig kan du vlja\n"
-"detta \"novideo\"-lge, med framebuffer-std.\n"
-"\n"
-" * Default: vad som ska vara Linux standardalternativ, det som vljs bara\n"
-"genom att trycka Enter vid yaboot-prompten. Det blir ocks markerat med en\n"
-"\"*\" om du trycker tabb fr att se startalternativen."
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-"Yaboot r en starthanterare fr NewWorld MacIntosh-hrdvara. Den kan ladda\n"
-"antingen GNU/Linux, MacOS eller MacOSX. I de flesta fall blir dessa\n"
-"operativsystem korrekt identifierade och installerade. Om s inte r\n"
-"fallet kan du lgga till dem manuellt hr. Var frsiktig s du vljer rtt\n"
-"parametrar.\n"
-"\n"
-"Yaboots huvudalternativ r:\n"
-"\n"
-" * Init Message: ett enkelt textmeddelande som visas fre startprompten.\n"
-"\n"
-" * Boot Device: indikerar var du vill placera informationen som behvs\n"
-"fr att starta GNU/Linux. Vanligtvis stter man upp en \"bootstrap\"-\n"
-"partition tidigare fr att lagra denna information.\n"
-"\n"
-" * Open Firmware Delay: till skillnad frn LILO finns det tv frdrjningar\n"
-"i yaboot. Frsta frdrjningen rknas i sekunder och vid detta tillflle\n"
-"kan du vlja mellan cd, OF-start, MacOS eller Linux.\n"
-"\n"
-" * Kernel Boot Timeout: denna tidsgrns motsvarar frdrjningen i LILO.\n"
-"Efter att du valt Linux kommer en frdrjning p 0.1 sekunder innan din\n"
-"frvalda krna vljs.\n"
-"\n"
-" * Enable CD Boot?: genom att vlja detta alternativ kan du vlja \"C\" fr\n"
-"cd vid frsta startprompten.\n"
-"\n"
-" * Enable OF Boot?: genom att vlja detta alternativ kan du vlja \"N\" fr\n"
-"\"Open Firmware\" vid frsta startprompten.\n"
-"\n"
-"* Default OS: du kan vlja vilket OS som ska starta som standard nr\n"
-"\"Open Firmware\"-frdrjningen r ver."
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-"Hr presenteras olika parametrar rrande din dator. Beroende p\n"
-"installerad hrdvara ser du alla eller ngra av fljande poster:\n"
-"\n"
-" * \"Mus\": kontrollera din muskonfiguration och om ndvndigt klicka\n"
-"p knappen fr att ndra.\n"
-"\n"
-" * \"Tangentbord\": kontrollera din tangentbordsuppsttning och om\n"
-"ndvndigt klicka p knappen fr att ndra.\n"
-"\n"
-" * \"Tidszon\": DrakX antar vilken tidszon du har, utifrn det\n"
-"sprk du har valt. Men hr gller samma sak som vid val av tangentbord,\n"
-"du kanske inte befinner dig i det land som motsvarar det sprk du har valt.\n"
-"Drfr kan du behva klicka p Tidszon fr att anpassa\n"
-"klockan efter din tidszon.\n"
-"\n"
-" * \"Skrivare\": om du klickar p \"Ingen skrivare\" startar skrivarguiden.\n"
-"\n"
-" * \"Ljudkort\": om ett ljudkort upptcks i datorn visas det hr.\n"
-"Ingen ndring r mjlig under installationen.\n"
-"\n"
-" * \"TV-kort\": om ett TV-kort upptcks i datorn visas det hr.\n"
-"Ingen ndring r mjlig under installationen.\n"
-"\n"
-" * \"ISDN-kort\": om ett ISDN-kort upptcks i datorn visas det hr.\n"
-"Du kan klicka p knappen fr att ndra dess parametrar."
-
-#: ../../help.pm_.c:891
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"Vlj vilken hrddisk du vill radera fr att kunna installera din nya\n"
-"Mandrake Linux-partition. Var frsiktig, all data som fr tillfllet\n"
-"finns p disken kommer att g frlorad och kommer inte att kunna terstllas!"
-
-#: ../../help.pm_.c:896
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Klicka p Ok om du vill ta bort all data och alla partitioner som\n"
-"finns p denna hrddisk. Var frsiktig, efter det att du klickat p Ok\n"
-"kommer du inte att kunna terstlla ngon data eller ngra partitioner p\n"
-"denna hrddisk, inkluderande Windows-data.\n"
-"\n"
-"Klicka p Avbryt fr att avbryta denna operation utan att frlora ngon\n"
-"data eller ngra partitioner p denna hrddisk."
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-"Kan inte hitta krnmodulerna som motsvarar din krna (%s saknas), det beror "
-"fr det mesta p att startdisketten inte r i synk med installationsmediat "
-"(skapa en nyare startdiskett)"
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr "Du mste ocks formatera %s"
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-"Du har valt fljande server/servrar: %s\n"
-"\n"
-"\n"
-"Dessa startas automatiskt vid uppstart. De har inga knda skerhetsproblem,\n"
-"men sdana kan upptckas. Om s blir fallet mste du se till att uppdatera\n"
-"dem s snabbt som mjligt.\n"
-"\n"
-"\n"
-"Vill du installera dessa servrar?\n"
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan inte anvnda broadcast utan NIS-domn."
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Stt in en FAT-formaterad diskett i diskettstationen %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "Denna diskett r inte FAT-formaterad"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Fr att anvnda detta sparade paketval, starta installationen med \"linux "
-"defcfg=floppy\"."
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fel vid lsning av fil %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"En del hrdvara i din dator behver \"proprietra\" drivrutiner fr att\n"
-"fungera. Du kan hitta en del information om dem hr: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"Du mste ha en rotpartition.\n"
-"Fr detta, skapa en partition (eller klicka p en befintlig).\n"
-"Vlj sedan tgrden \"monteringspunkt\" och ange den som \"/\"."
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "Du mste ha en vxlingspartition"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Du har ingen vxlingspartition.\n"
-"\n"
-"Fortstta nd?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Du mste ha en FAT-partition monterad i /boot/efi."
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Anvnd ledigt utrymme"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Inte tillrckligt med utrymme fr att allokera nya partitioner."
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Anvnd existerande partition"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Det finns ingen befintlig partition att anvnda."
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Anvnd Windows-partitionen fr loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Vilken partition vill du anvnda fr Linux4Win?"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Vlj storlekar"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Storleken p rotpartitionen i MB: "
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Storleken p vxlingspartitionen i MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "Anvnd ledigt utrymme p Windows-partitionen"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Vilken partition vill du ndra storlek p?"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "Rknar ut grnserna fr Windows filsystem"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Det gick inte att ndra storlek p FAT-partitionen, \n"
-"fljande fel uppstod: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Din Windows-partition r fr fragmenterad, kr \"Defrag\" frst."
-
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"VARNING!\n"
-"\n"
-"DrakX kommer nu att ndra storleken p Windows-partitionen.\n"
-"Var frsiktig: detta moment r riskfyllt. Om du inte redan gjort\n"
-"det, ska du frst avsluta installationen och kra Scandisk i Windows\n"
-"(och mjligtvis ven Defrag), starta sedan installationen p nytt.\n"
-"Du br ocks skerhetskopiera dina data.\n"
-"Nr du r sker, klicka Ok."
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "Vilken storlek vill du behlla fr Windows p"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "partition %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT-storleksndring misslyckades: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Det finns ingen FAT-partition att ndra storlek p eller anvnda som "
-"loopback (eller ej tillrckligt utrymme)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "Rensa hela hrddisken"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "Ta bort Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Du har mer n en hrddisk, vilken vill du installera Linux p?"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr ""
-"Alla existerande partitioner p %s och dess data kommer att g frlorade."
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "Anpassad diskpartitionering"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr "Anvnd fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"Du kan nu partitionera %s.\n"
-"Glm inte att spara med \"w\" nr du r klar."
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Du har inte tillrckligt med utrymme p din Windows-partition."
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "Jag kan inte hitta utrymme fr installation."
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "DrakXs partitioneringsguide hittade fljande lsningar:"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partitionering misslyckades: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "Startar ntverket"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "Stoppar ntverket"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"Ett fel uppstod och jag vet inte hur det kan hanteras p ett\n"
-"bra stt. Fortstt p egen risk."
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplicera monteringspunkt %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"Ngra viktiga paket blev inte installerade ordentligt.\n"
-"Antingen r cd-enheten eller cd-skivan trasig.\n"
-"Du kan kontrollera cd-skivan p en redan installerad\n"
-"Mandrake Linux-dator med kommandot \"rpm -qpl Mandrake/RPMS/*.rpm\".\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Vlkommen till %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "Ingen diskettstation tillgnglig"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Pbrjar steg \"%s\"\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"Ditt system har ont om resurser. Du kan f problem med att installera\n"
-"Mandrake Linux. Om det blir problem kan du prova den textbaserade\n"
-"installationen istllet. Fr att gra det tryck F1 nr du startar\n"
-"frn cd-skivan, skriv sedan \"text\"."
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "Installationsklass"
-
-#: ../../install_steps_gtk.pm_.c:162
-msgid "Please choose one of the following classes of installation:"
-msgstr "Vlj en av de fljande installationsklasserna:"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "Den totala storleken fr de grupper du har valt r ungefr %d MB.\n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"Om du vill installera mindre n detta, vlj d hur stor del av\n"
-"paketen du vill installera. Vid en lg andel kommer endast de\n"
-"viktigaste paketen att installeras. Om du vljer 100%%, kommer alla\n"
-"valda paket att installeras."
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"Endast %d%% av de valda paketen fr plats p hrddisken.\n"
-"Om du vill installera mindre n detta, vlj d hur stor del av\n"
-"paketen du vill installera. Vid en lg andel kommer endast de\n"
-"viktigaste paketen att installeras. Om du vljer %d%%, kommer s\n"
-"mnga paket som mjligt att installeras."
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr ""
-"Du kommer att f vlja exakt vilka paket som ska installeras i nsta steg."
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "Andel (i procent) av paketen som ska installeras"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "Val av paketgrupper"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Vlj enskilda paket"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Total storlek: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "Ogiltigt paket"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr "Namn: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr "Version: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Storlek: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Betydelsegrad: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Du kan inte vlja detta paket eftersom det inte finns tillrckligt med "
-"utrymme."
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "Fljande paket kommer att installeras"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "Fljande paket kommer att tas bort"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "Du kan inte vlja/vlja bort detta paket."
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Detta r ett obligatoriskt paket som inte kan vljas bort."
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "Du kan inte vlja bort detta paket. Det r redan installerat."
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Detta paketet mste uppdateras.\n"
-"r du sker p att du vill vlja bort det?"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Du kan inte vlja bort det hr paketet. Det mste uppdateras."
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr "Visa automatiskt valda paket"
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Installera"
-
-#: ../../install_steps_gtk.pm_.c:466
-msgid "Load/Save on floppy"
-msgstr "Ladda/spara p diskett"
-
-#: ../../install_steps_gtk.pm_.c:467
-msgid "Updating package selection"
-msgstr "Uppdaterar paketval"
-
-#: ../../install_steps_gtk.pm_.c:472
-msgid "Minimal install"
-msgstr "Minimal installation"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "Vlj paketen som du vill installera"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "Installerar"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "Uppskattar"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "terstende tid "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "Vnta, frbereder installation"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr "%d paket"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "Installerar paketet %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Accepterar"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Vgrar"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"Byt cd-skiva.\n"
-"\n"
-"Stt in cd-skivan med namn \"%s\" och klicka p Ok.\n"
-"Om du inte har den, klicka p Avbryt fr att hoppa ver\n"
-"den delen av installationen."
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "Fortstta nd?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "Det uppstod ett fel vid sortering av paket:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "Det uppstod ett fel vid installation av paketen:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-"\n"
-"Varning\n"
-"\n"
-"Ls reglerna nedan noga. Om du inte godknner dem, fr du\n"
-"inte installera program frn nsta cd. Klicka p Vgrar fr att\n"
-"fortstta installationen utan programmen frn nsta cd.\n"
-"\n"
-"\n"
-"Ngra av komponenterna p nsta cd r inte licensierade under GPL\n"
-"eller ngon liknande licens. Varje sdan komponent r i stllet\n"
-"licensierad under sitt eget licensavtal. Ls och godknn varje\n"
-"enskild sdan licens fre anvndning eller distribuering av dessa\n"
-"komponenter. De flesta av dessa licenser frbjuder verfring,\n"
-"kopiering (utom fr backupendaml), distribuering samt modifiering av\n"
-"komponenten. Alla brott mot reglerna under ngon av dessa licenser,\n"
-"frverkar omedelbart dina rttigheter under licensen i frga. Utom i\n"
-"de fall licensen fr en komponent uttryckligen ger dig den rttigheten,\n"
-"fr du inte installera komponenten p mer n ett system, eller fr\n"
-"anvndning p ett ntverk. Om du r osker, kontakta\n"
-"tillverkaren av komponenten i frga. Kopiering till tredje part av\n"
-"sdana komponenter, inkluderat deras dokumentation, r normalt sett\n"
-"frbjuden.\n"
-"\n"
-"\n"
-"Alla rttigheter till komponenterna p nsta cd tillhr deras\n"
-"respektive upphovsmn, och r skyddade av\n"
-"imaterialrtt/copyright-lagstiftning som kan appliceras p mjukvara.\n"
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Ett fel intrffade"
-
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Vill du verkligen lmna installationen?"
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "Licensavtal"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Detta r en inofficiell versttning av licensavtalet fr\n"
-"Linux Mandrake. Denna text bestmmer inte reglerna fr mjukvara i\n"
-"denna distribution - endast den franska originaltexten fr\n"
-"Linux Mandrake-licensen gr det. Denna text tillhandahlls fr att\n"
-"hjlpa dig som svensktalande att frst licensen bttre.\n"
-"\n"
-"\n"
-"Introduktion\n"
-"\n"
-" Hdanefter avses med beteckningen \"Mjukvaruprodukter\",\n"
-"operativsystemet, samt de olika komponenter som ingr i\n"
-"Mandrake Linux-distributionen. Mjukvaruprodukterna inkluderar, men r\n"
-"inte begrnsade till, programmen, metoderna, reglerna och\n"
-"dokumentationen relaterade till operativsystemet och de olika\n"
-"komponenterna i Mandrake Linux-distributionen.\n"
-"\n"
-"\n"
-"1. Licens\n"
-"\n"
-" Ls denna text noggrant. Den r en licensavtal mellan dig\n"
-"och MandrakeSoft S.A., gllande mjukvaruprodukterna. Genom att\n"
-"installera, kopiera, eller anvnda mjukvaruprodukterna p ngot stt,\n"
-"accepterar du detta avtal, och godknner att rtta dig efter dess\n"
-"regler.\n"
-" Genom att installera, kopiera eller anvnda mjukvaruprodukterna p\n"
-"ngot stt som inte tillts enligt detta avtal, har du brutit avtalet,\n"
-"som d upphr, och drigenom frverkat alla de rttigheter det ger\n"
-"dig. Skulle avtalet upphra, mste du omedelbart frstra alla kopior\n"
-"av mjukvaruprodukten.\n"
-"\n"
-"\n"
-"2. Begrnsad garanti\n"
-"\n"
-" Mjukvaruprodukten och medfljande dokumentation tillhandahlls \"som\n"
-"den r\", utan ngon som helst garanti, endast begrnsat av vad lagen\n"
-"krver. MandrakeSoft S.A. ska, under inga omstndigheter, till den\n"
-"grad lagen tillter det, hllas ansvariga fr olycks-, direkt eller\n"
-"indirekt skada (bland annat, men inte begrnsat till, minskad\n"
-"frsljning, drifts-/affrs-avbrott, finansiella frluster,\n"
-"rttsavgifter och bter i en rttsprocess mot er, eller ngra andra\n"
-"drav fljande frluster) som orsakats av anvndandet, eller ofrmgan\n"
-"att anvnda mjukvaruprodukten, ven om MandrakeSoft S.A. skulle ha\n"
-"vetskap mjligheten av en sdan hndelse.\n"
-"\n"
-"BEGRNSAT ANSVAR GLLANDE GANDET ELLER ANVNDANDET AV PROGRAMVARA FRBJUDEN "
-"I VISSA LNDER\n"
-"\n"
-" MandrakeSoft S.A. ska, under inga omstndigheter, till den grad\n"
-"lagen tillter det, hllas ansvariga fr olycks-, direkt eller\n"
-"indirekt skada (bland annat, men inte begrnsat till, minskad\n"
-"frsljning, drifts-/affrs-avbrott, finansiella frluster,\n"
-"rttsavgifter och bter i en rttsprocess mot er, eller ngra andra\n"
-"drav fljande frluster) som orsakats av gandet, anvndandet eller\n"
-"nedladdandet, frn ngon av Mandrake Linuxs siter, av\n"
-"mjukvarukomponenter som r frbjudna eller begrnsade av landets\n"
-"lagar. Detta begrnsade ansvar gller bland annat, men r inte\n"
-"begrnsat till, det kryptografiska mjukvarukomponenter som ingr i\n"
-"Mjukvaruprodukten.\n"
-"\n"
-"\n"
-"3. GPL och relaterade licenser\n"
-"\n"
-" Mjukvaruprodukten bestr av komponenter med olika upphovsmn (fysiska\n"
-"eller juridiska). De flesta av dessa komponenter distribueras under\n"
-"The GNU General Public License, hdanefter kallad \"GPL\", eller\n"
-"liknande licenser. De flesta av dessa licenser tillter dig att\n"
-"anvnda, kopiera, ndra och distribuera de licensierade\n"
-"komponenterna. Ls avtalet fr varje enskild komponent noga\n"
-"innan ni anvnder komponenten i frga. Varje frga angende licensen\n"
-"fr en given komponent ska stllas till komponentens upphovsman,\n"
-"inte till MandrakeSoft S.A.\n"
-" Program skrivna av MandrakeSoft S.A. distribueras under GPL.\n"
-" Dokumentation skriven av MandrakeSoft S.A. distribueras under en\n"
-"speciell licens. Se dokumentationen fr detaljer.\n"
-"\n"
-"\n"
-"4. Upphovsrtt\n"
-"\n"
-" Alla rttigheter till Mjukvaruproduktens komponenter tillhr deras\n"
-"respektive upphovsmn och r skyddade av\n"
-"immaterialrtt/copyrightlagstiftning som kan appliceras p mjukvara.\n"
-" MandrakeSoft S.A. har rtt att ndra mjukvaruprodukten, helt eller\n"
-"delvis, p alla stt och fr alla ndaml.\n"
-" \"Mandrake\", \"Mandrake Linux\" och associerade logotyper r\n"
-"registrerade varumrken tillhrande MandrakeSoft S.A.\n"
-"\n"
-"\n"
-"5. Lagar\n"
-"\n"
-" Skulle ngon del av detta avtal hllas olagligt, icke applicerbart\n"
-"eller ogiltigt av domstol, ska denna del exkluderas frn avtalet. Ni\n"
-"fortstter d att vara bunden av de terstende delarna av detta\n"
-"avtal.\n"
-" Detta avtals regler regleras av Frankrikes lagar.\n"
-" Alla stridigheter ver reglerna i detta avtal ska i frsta hand\n"
-"gras upp utom domstol, och om detta ej r mjligt, inom en domstol i\n"
-"Paris, Frankrike.\n"
-" Fr alla frgor rrande denna text, kontakta MandrakeSoft\n"
-"S.A.\n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr "Tangentbord"
-
-#: ../../install_steps_interactive.pm_.c:206
-msgid "Please choose your keyboard layout."
-msgstr "Vlj tangentbordslayout."
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "Hr r hela listan med olika tangentbord"
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "Vilken installationsklass vill du anvnda?"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Installera/Uppdatera"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "r detta en installation eller en uppdatering?"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Rekommenderad"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "Expert"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade"
-msgstr "Uppdatera"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Upgrade packages only"
-msgstr "Uppdatera endast paket"
-
-#: ../../install_steps_interactive.pm_.c:266
-msgid "Please choose the type of your mouse."
-msgstr "Vlj mustyp."
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "Musport"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Vlj vilken serieport musen r kopplad till."
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr "Knappemulering"
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr "Knapp 2-emulering"
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr "Knapp 3-emulering"
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurerar PCMCIA-kort..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "Konfigurerar IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "inga tillgngliga partitioner"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Sker av partitioner fr att finna monteringspunkter"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "Vlj monteringspunkter"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Partitionstabellen kan inte lsas - den r alldeles fr trasig.\n"
-"Vi kan g vidare genom att rensa dliga partitioner (ALL DATA frsvinner!)\n"
-"Den andra lsningen r att frhindra DrakX frn att ndra "
-"partitionstabellen.\n"
-"(felet r %s)\n"
-"\n"
-"Accepterar du att frlora alla partitioner?\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Diskdrake misslyckades med att lsa partitionstabellen.\n"
-"Fortstt p egen risk!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-"Inget ledigt utrymme fr 1MB bootstrap! Installationen fortstter, men fr "
-"att starta ditt system mste du skapa en \"bootstrap\"-partition i Diskdrake."
-
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ingen rotpartition hittades fr uppdatering"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rotpartition"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Vad r rotpartitionen (/) i ditt system?"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr ""
-"Du behver starta om datorn fr att ndringarna i partitionstabellen ska "
-"aktiveras."
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Vlj de partitioner du vill formatera"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Sk efter felaktiga block?"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Formaterar partitioner"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Skapar och formaterar filen %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr ""
-"Ej tillrckligt med vxlingsutrymme fr att genomfra installationen, lgg "
-"till mer."
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "Sker efter tillgngliga paket"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "Sker efter paket att uppdatera"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr ""
-"Ditt system har inte tillrckligt med utrymme fr installation eller "
-"uppdatering (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr "Fullstndig (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "Minimal (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Rekommenderad (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-"Vlj ladda eller spara paketval p diskett.\n"
-"Formatet r detsamma som fr auto_install-genererade disketter."
-
-#: ../../install_steps_interactive.pm_.c:571
-msgid "Load from floppy"
-msgstr "Ladda frn diskett"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Loading from floppy"
-msgstr "Laddar frn diskett"
-
-#: ../../install_steps_interactive.pm_.c:573
-msgid "Package selection"
-msgstr "Paketval"
-
-#: ../../install_steps_interactive.pm_.c:578
-msgid "Insert a floppy containing package selection"
-msgstr "Stt in en diskett som innehller ditt paketval"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "Spara p diskett"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr "Vald storlek r strre n tillgngligt utrymme."
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr "Installationstyp"
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"Du har inte valt ngra grupppaket.\n"
-"Vlj den minimala installationen du vill ha."
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr "Med X"
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr "Med grundlggande dokumentation (rekommenderas)"
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Minimal installation (ingen urpmi)"
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Om du har alla cd-skivorna i listan ovan, vlj Ok.\n"
-"Om du inte har ngon av dem, vlj Avbryt.\n"
-"Om du bara har ngra av dem, se till att bara\n"
-"de du har r valda, vlj sedan Ok."
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-rom med etiketten \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "Frbereder installation"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Installerar paket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "Bearbetar installerade paket"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Stt in aktuell startdiskett i diskettstationen %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Stt in disketten med uppdaterade moduler i diskettstationen %s"
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Du har nu mjlighet att ladda hem mjukvara fr kryptering.\n"
-"\n"
-"VARNING:\n"
-"\n"
-"Beroende p olika allmnna krav tillmpningsbara p denna mjukvara och "
-"lagda\n"
-"av olika jurisdiktioner, ska kund och/eller slutanvndare frskra sig om "
-"att\n"
-"lagar i hennes/deras jurisdiktion tillter henne/dem att ladda ner, lagra "
-"och/eller\n"
-"anvnda denna mjukvara.\n"
-"\n"
-"Dessutom ska kund och/eller slutanvndare vara extra uppmrksamma p att "
-"inte\n"
-"vertrda lagar i hennes/deras jurisdiktion. Skulle kund och/eller "
-"slutanvndare inte\n"
-"respektera villkoren i dessa tillmpningsbara lagar, kommer hon/dem att dra "
-"sig\n"
-"allvarliga sanktioner.\n"
-"\n"
-"Inte under ngra omstndigheter ska Mandraksoft eller dess tillverkare och/"
-"eller\n"
-"leverantrer anses ansvariga fr speciell, indirekt eller ofrutsedd skada "
-"(inkluderat,\n"
-"men inte begrnsat till frlorad inkomst, avbrott i affr, frlust av "
-"kommersiell data och\n"
-"andra pekunira frluster och eventuellt pfljande skadestnd och kostnader "
-"i\n"
-"samband med dom i domstol) uppkomna ur anvndning, innehav, eller enbart\n"
-"nerladdning av denna mjukvara som kund och/eller slutanvndare kan f\n"
-" tillgng till efter att accepterat det aktuella avtalet.\n"
-"\n"
-"\n"
-"Fr ev. frgor relaterade till dessa avtal, kontakta \n"
-"Mandrakesoft, Inc. \n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-"Nu har du mjlighet att ladda hem programuppdateringar och\n"
-"skerhetsuppdateringar som kommit ut efter att denna distribution slpptes.\n"
-"\n"
-"Du behver en Internetanslutning fr att kunna fortstta.\n"
-"\n"
-"Vill du installera uppdateringarna?"
-
-#: ../../install_steps_interactive.pm_.c:926
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr ""
-"Kontaktar Mandrake Linux webbplats fr att hmta listan ver tillgngliga "
-"speglar"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "Vlj en webbplats frn vilken du vill hmta paketen"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "Kontaktar webbplatsen fr en lista ver tillgngliga paket"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "Vilken r din tidszon?"
-
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Hardware clock set to GMT"
-msgstr "Hrdvaruklocka stlld till GMT"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatisk tidsynkronisering (med NTP)"
-
-#: ../../install_steps_interactive.pm_.c:980
-msgid "NTP Server"
-msgstr "NTP-server"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "CUPS-fjrrserver"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "Ingen skrivare"
-
-#: ../../install_steps_interactive.pm_.c:1032
-msgid "Do you have an ISA sound card?"
-msgstr "Har du ett ISA-ljudkort?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-"Kr \"sndconfig\" efter installationen fr att konfigurera ditt ljudkort"
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Inget ljudkort hittades. Prova \"harddrake\" efter installationen"
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Sammanfattning"
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mus"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "Tidszon"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "Skrivare"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN-kort"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Ljudkort"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV-kort"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-msgid "Local files"
-msgstr "Lokala filer"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Ange root-lsenord"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "Inget lsenord"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "Lsenordet r fr enkelt (det mste vara minst %d tecken lngt)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "Autentisering"
-
-#: ../../install_steps_interactive.pm_.c:1126
-msgid "Authentication LDAP"
-msgstr "LDAP-autentisering"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr "LDAP Base DN"
-
-#: ../../install_steps_interactive.pm_.c:1128
-msgid "LDAP Server"
-msgstr "LDAP-server"
-
-#: ../../install_steps_interactive.pm_.c:1134
-msgid "Authentication NIS"
-msgstr "NIS-autentisering"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr "NIS-domn"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr "NIS-server"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"En anpassad startdiskett skapar ett stt att starta ditt Linux-system utan\n"
-"att vara beroende av den normala starthanteraren. Det r anvndbart om du "
-"inte\n"
-"vill installera SILO p ditt system, eller om ngot annat operativsystem "
-"raderar SILO\n"
-"eller om SILO inte fungerar med din hrdvara. En anpassad startdiskett kan "
-"ocks\n"
-"anvndas i kombination med Mandrakes terskapningsavbild, vilket gr "
-"rddning\n"
-"av ett trasigt system mycket enklare.\n"
-"\n"
-"Om du vill skapa en startdiskett fr ditt system, stt in en disk i frsta "
-"diskett-\n"
-"stationen och klicka Ok."
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Frsta diskettstationen"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Andra diskettstationen"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr "Hoppa ver"
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"En anpassad startdiskett skapar ett stt att starta ditt Linux-system utan\n"
-"att vara beroende av den normala starthanteraren. Det r anvndbart om du\n"
-"inte vill installera Lilo (eller Grub) p ditt system, eller om ngot annat\n"
-"operativsystem raderar Lilo eller om Lilo inte fungerar med din hrdvara.\n"
-"En anpassad startdiskett kan ocks anvndas i kombination med Mandrakes\n"
-"terskapningsavbild, vilket gr terstllningen av ett trasigt system\n"
-"mycket enklare. Vill du skapa en startdiskett fr ditt system?\n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-"\n"
-"\n"
-"(VARNING! Du anvnder XFS p din rotpartition. Det\n"
-"kan bli problem att skapa en startdiskett eftersom XFS\n"
-"krver en vldigt stor drivrutin)."
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr "Ingen diskettstation hittades"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Vlj den diskettstation du vill anvnda fr att skapa startdisketten"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Stt in en diskett i diskettstationen %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "Skapar startdiskett"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "Frbereder starthanterare"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-"Du verkar ha en OldWorld eller oknd\n"
-" maskin, yaboot-starthanteraren kommer inte att fungera.\n"
-"Installationen fortstter, men du behver\n"
-" anvnda BootX fr att starta din dator."
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "Vill du anvnda aboot?"
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"Fel vid installationen av aboot.\n"
-"Vill du frska nd, fast det kan frstra partitionen?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-msgid "Installing bootloader"
-msgstr "Installerar starthanterare"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Installation av starthanteraren misslyckades. Fljande fel uppstod:"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-"Du behver eventuellt ndra din Open Firmware-startenhet fr att\n"
-" aktivera starthanteraren. Om du inte ser starthanterarprompten vid\n"
-" omstart, hll ner Command-Option-O-F under uppstart och skriv:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Skriv sedan: shut-down\n"
-"Vid nsta uppstart br du se starthanterarprompten."
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Stt in en tom diskett i diskettenhet %s"
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "Skapar automatisk installationsdiskett"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Ngra steg r inte slutfrda.\n"
-"\n"
-"Vill du verkligen avbryta nu?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"Gratulerar! Installationen r frdig.\n"
-"Ta ur diskett och/eller cd-skiva och tryck Enter fr att starta om datorn.\n"
-"\n"
-"Information om uppdateringar fr denna version av Mandrake Linux hittar du "
-"p:\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information om anpassning av ditt system finns i kapitlet \"post install\" "
-"i\n"
-"boken \"Official Mandrake Linux User's Guide\"."
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "Genererar automatisk installationsdiskett"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"Automatisk installation kan gras helt automatisk, om s nskas,\n"
-"vilket gr att den tar ver hrddisken!\n"
-"(syftet r att installera p en annan dator).\n"
-"\n"
-"Du kan tnkas vilja kra samma installation i repris.\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "Automatiserad"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "Repris"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "Spara paketval"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux installation %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> mellan element | <Space> vljer | <F12> nsta skrm "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu saknas"
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper saknas"
-
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Vlj en fil"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Avancerad"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr "Grundlggande"
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "Vnta"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr "Information"
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr "Expandera trd"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "Komprimera trd"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "Byt mellan rak och gruppvis sortering"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "Fel val, frsk igen.\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ditt val? (standard %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Alternativ du mste fylla i.\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:68
-#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ditt val? (0/1, standard \"%s\")"
-
-#: ../../interactive_stdio.pm_.c:93
-#, c-format
-msgid "Button `%s': %s"
-msgstr "Knapp \"%s\": %s"
-
-#: ../../interactive_stdio.pm_.c:94
-msgid "Do you want to click on this button? "
-msgstr "Vill du klicka p den hr knappen? "
-
-#: ../../interactive_stdio.pm_.c:103
-#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ditt val? (standard \"%s\"%s) "
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Det finns mnga saker att vlja bland (%s).\n"
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-"Vlj frsta numret av de tio urval du vill ndra,\n"
-"eller tryck Enter fr att fortstta.\n"
-"Ditt val? "
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Observera, en etikett ndrades:\n"
-"%s"
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr "Skicka igen"
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "Tjeckiskt (QWERTZ)"
-
-# Noteraatt de tidigare namnen, med a p slutet (t.ex. svenska) angav
-# plural. Men vad jag vet anges alltid tangentbordslaouter i singular
-# (Svenskt tangentbord, inte svenska tangentbord).
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "Tyskt"
-
-# Noteraatt de tidigare namnen, med a p slutet (t.ex. svenska) angav
-# plural. Men vad jag vet anges alltid tangentbordslaouter i singular
-# (Svenskt tangentbord, inte svenska tangentbord).
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "Spanskt"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "Finskt"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr "Franskt"
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr "Norskt"
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Polskt"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr "Ryskt"
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "Svenskt"
-
-# Noteraatt de tidigare namnen, med a p slutet (t.ex. svenska) angav
-# plural. Men vad jag vet anges alltid tangentbordslaouter i singular
-# (Svenskt tangentbord, inte svenska tangentbord).
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "Engelskt (UK)"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "Engelskt (US)"
-
-#: ../../keyboard.pm_.c:188
-msgid "Albanian"
-msgstr "Albanskt"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "Armeniskt (gammal)"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "Armenskt (typewriter)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "Armeniskt (fonetiskt)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjani (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr "Belgiskt"
-
-#: ../../keyboard.pm_.c:199
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgariskt (fonetiskt)"
-
-#: ../../keyboard.pm_.c:200
-msgid "Bulgarian (BDS)"
-msgstr "Bulgariskt (BDS)"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilianskt (ABNT-2)"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Vitryskt"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr "Schweiziskt (Tysk uppsttning)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr "Schweiziskt (Fransk uppsttning)"
-
-# Noteraatt de tidigare namnen, med a p slutet (t.ex. svenska) angav
-# plural. Men vad jag vet anges alltid tangentbordslaouter i singular
-# (Svenskt tangentbord, inte svenska tangentbord).
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "Tjeckiskt (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "Tyskt (Inga dda tangenter)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "Danskt"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norskt)"
-
-#: ../../keyboard.pm_.c:212
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Svenskt)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estniskt"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgiskt (\"Rysk\" uppsttning)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgiskt (\"Latinsk\" uppsttning)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "Grekiskt"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "Ungerskt"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Kroatiskt"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr "Israeliskt"
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr "Israeliskt (Fonetiskt)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranskt"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "Islndskt"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Italienskt"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japanskt 106 tangenter"
-
-# Noteraatt de tidigare namnen, med a p slutet (t.ex. svenska) angav
-# plural. Men vad jag vet anges alltid tangentbordslaouter i singular
-# (Svenskt tangentbord, inte svenska tangentbord).
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Koreanskt"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "Latinamerikanskt"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litauiskt AZERTY (gamalt)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litauiskt AZERTY (nytt)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litauiskt \"number row\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litauiskt \"phonetic\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-msgid "Latvian"
-msgstr "Lettisk"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Makedoniskt"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Hollndskt"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polskt (querty-layout)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polskt (qwertz-layout)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "Portugisiskt"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "Kanadensiskt"
-
-#: ../../keyboard.pm_.c:247
-msgid "Romanian (qwertz)"
-msgstr "Rumnskt (qwertz)"
-
-#: ../../keyboard.pm_.c:248
-msgid "Romanian (qwerty)"
-msgstr "Rumnskt (qwerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr "Ryskt (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr "Slovenskt"
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakiskt (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakiskt (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-msgid "Serbian (cyrillic)"
-msgstr "Serbiskt (cyrillic)"
-
-#: ../../keyboard.pm_.c:258
-msgid "Tamil"
-msgstr "Tamilsk"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr "Thailndskt"
-
-#: ../../keyboard.pm_.c:261
-msgid "Tajik keyboard"
-msgstr "Tajik"
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turkiskt (traditionell \"F\"-modell)"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turkisk (modern \"Q\"-modell)"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "Ukrainskt"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "Amerikanskt (internationellt)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Litauiskt \"numerisk rad\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslaviskt (latinsk)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr "Hgra alt-tangenten"
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr "Bda shift-tangenterna nedtryckta samtidigt"
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr "Ctrl och shift nedtryckta samtidigt"
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr "CapsLock-tangenten"
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl och alt nedtryckta samtidigt"
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt och shift nedtryckta samtidigt"
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr "\"Meny\"-tangenten"
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr "Vnstra \"Windows\"-tangenten"
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr "Hgra \"Windows\"-tangenten"
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Cirkulra monteringar %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "Ta bort de logiska volymerna frst\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA-std finns inte lngre fr krnan 2.2. Vlj istllet krnan 2.4."
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mus"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Allmn PS2-hjulmus"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1-knappars"
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Allmn 2-knapparsmus"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Allmnna"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Hjul"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "seriell"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "Allmn 3-knapparsmus"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (seriell, gammal C7-typ)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "bussmus"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2-knappars"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3-knappars"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr "ingen"
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr "Ingen mus"
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "Testa musen"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "Fr att aktivera musen,"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "SNURRA P HJULET!"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "Slutfr"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Nsta ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- Fregende"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "r detta korrekt?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Anslut till Internet"
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"Det vanligaste sttet att koppla upp med ADSL r pppoe.\n"
-"En del anslutningar anvnder pptp och ngra f anvnder DHCP.\n"
-"Om du r osker, vlj \"pppoe\"."
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel Speedtouch usb"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr "anvnd DHCP"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr "anvnd pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr "anvnd pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Vilken DHCP-klient vill du anvnda?\n"
-"Standardalternativet r dhcpcd."
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"Inget Ethernet-ntverkkort har hittats i ditt system.\n"
-"Kan inte installera denna ntverkstyp."
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "Vlj ntverksgrnssnitt"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Vlj vilken ntverkskort du vill anvnda fr anslutning till Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "inget ntverkskort kunde hittas"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "Konfigurera ntverket"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"Ange ditt datornamn om du vet det.\n"
-"En del DHCP-servrar krver att din dator\n"
-"har ett namn fr att fungera. Ditt datornamn\n"
-"ska skrivas inklusive domnnamn,\n"
-"t ex som \"mindator.mittlab.mittforetag.se\"."
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "Vrddatornamn"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Guiden fr ntverkskonfiguration"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Externt ISDN-modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Internt ISDN-kort"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Vad fr slags ISDN-anslutning har du?"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-"Vilken ISDN-konfiguration fredrar du?\n"
-"\n"
-"* Den ldre varianten anvnder isdn4net. Den har kraftfulla verktyg,\n"
-" men r svr att anpassa fr nybrjare och r inte standard.\n"
-"\n"
-"* Den nya varianten r lttare att frst, mer standard, men har\n"
-" frre verktyg.\n"
-"\n"
-"Vi rekommenderar isdn-light.\n"
-
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Ny konfiguration (isdn-light)"
-
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "ldre konfiguration (isdn4net)"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ISDN-konfiguration"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"Vlj din leverantr.\n"
-" Om den saknas i listan, vlj \"Unlisted\""
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol"
-msgstr "Protokoll fr Europa"
-
-#: ../../network/isdn.pm_.c:183
-msgid "Europe protocol (EDSS1)"
-msgstr "Protokoll fr Europa (EDSS1)"
-
-#: ../../network/isdn.pm_.c:185
-msgid "Protocol for the rest of the world"
-msgstr "Protokoll fr resten av vrlden"
-
-#: ../../network/isdn.pm_.c:185
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Protokoll fr resten av vrlden \n"
-" ingen D-kanal (hyrd lina)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Vilket protokoll vill du anvnda?"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "Vilket typ av kort har du?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Vet ej"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Om du har ett ISA-kort br vrdena p nsta skrm vara korrekta.\n"
-"\n"
-"Om du har ett PCMCIA-kort mste du veta IRQ och IO fr ditt kort.\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "Avbryt"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "Fortstt"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "Vilket r ditt ISDN-kort?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr ""
-"Jag har hittat ett ISDN PCI-kort, men knner inte till modellen. Vlj ett av "
-"PCI-korten p nsta skrm."
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Inget ISDN PCI-kort hittat. Vlj ett p nsta skrm."
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Ange vilken serieport ditt modem r anslutet till:"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "Uppringningsalternativ"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "Namn p anslutningen"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "Telefonnummer"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "Anvndar-ID"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr "CHAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "Skriptbaserad"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "Terminalbaserad"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr "Domnnamn"
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "Primr DNS-server (frivilligt)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "Sekundr DNS-server (frivilligt)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan koppla ifrn eller konfigurera om anslutningen."
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan konfigurera om anslutningen."
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "Du r fr nrvarande ansluten till Internet."
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"Du kan koppla upp mot Internet eller konfigurera om anslutningen."
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "Du r inte ansluten till Internet fr nrvarande."
-
-#: ../../network/netconnect.pm_.c:41
-msgid "Connect"
-msgstr "Koppla upp"
-
-#: ../../network/netconnect.pm_.c:43
-msgid "Disconnect"
-msgstr "Koppla ned"
-
-#: ../../network/netconnect.pm_.c:45
-msgid "Configure the connection"
-msgstr "Anpassa anslutningen"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr "Internetanslutning & konfiguration"
-
-#: ../../network/netconnect.pm_.c:100
-#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Kommer nu att anpassa anslutning %s."
-
-#: ../../network/netconnect.pm_.c:109
-#, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"\n"
-"\n"
-"Kommer nu att konfigurera anslutning %s.\n"
-"\n"
-"\n"
-"Klicka Ok fr att brja."
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "Konfigurera ntverk"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"Eftersom du gr en ntverksinstallation r ditt ntverk redan konfigurerat.\n"
-"Klicka p Ok fr att behlla konfigurationen, eller avbryt fr att "
-"konfigurera om din Internet- & ntverksanslutning.\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Vlkommen till guiden fr ntverksinstallation.\n"
-"\n"
-"Vi kommer att konfigurera din Internet/ntverksanslutning.\n"
-"Klicka bort markeringen om du inte vill anvnda automatisk identifiering.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "Vlj profil att konfigurera"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr "Anvnd automatisk identifiering"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "Letar efter enheter..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "Normal modemuppkoppling"
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "hittad p port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "ISDN-uppkoppling"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "hittade %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-msgid "ADSL connection"
-msgstr "ADSL-anslutning"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "hittad p grnssnitt %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "Anslutning med kabelmodem"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "cable connection detected"
-msgstr "kabelanslutning har hittats"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN-anslutning"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet-kort har hittats"
-
-#: ../../network/netconnect.pm_.c:202
-msgid "Choose the connection you want to configure"
-msgstr "Vlj den anslutning du vill konfigurera"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-"Du har konfigurerat flera stt att ansluta till Internet.\n"
-"Vlj den du vill anvnda.\n"
-"\n"
-
-#: ../../network/netconnect.pm_.c:227
-msgid "Internet connection"
-msgstr "Internetanslutning"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "Vill du starta din anslutning vid uppstart?"
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "Ntverkskonfiguration"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr "Ntverket mste startas om"
-
-#: ../../network/netconnect.pm_.c:252
-#, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr ""
-"Ett fel uppstod nr ntverket skulle startas om: \n"
-"\n"
-"%s"
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"Gratulerar, ntverks- och Internetkonfigurationen r klar.\n"
-"\n"
-"Konfigurationen kommer nu att lggas in i ditt system.\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Nr det r klart rekommenderas du att starta om din X-milj\n"
-"fr att undvika problem vid byte av vrddatornamn."
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-"Problem uppstod under konfigurationen.\n"
-"Testa anslutningen via net_monitor eller mcc. Om din anslutning inte "
-"fungerar kan du starta om konfigurationen."
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"VARNING: Denna enhet har tidigare varit konfigurerad fr att koppla upp mot "
-"Internet.\n"
-"Genom att acceptera behller den sin konfiguration.\n"
-"Modifiering av flten nedan sidostter denna konfiguration."
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"Ange IP-konfigurationen fr den hr datorn.\n"
-"Varje adress ska skrivas som en s kallad\n"
-"dotted-quad (t ex 1.2.3.4)."
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurerar ntverksenhet %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (drivrutin %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr "IP-adress"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "Ntmask"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "Dynamisk IP"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-adressen ska vara i formatet 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"Ange ditt vrddatornamn.\n"
-"Vrddatornamnet ska vara ett fulltstndigt datornamn,\n"
-"t ex \"mindator.mindoman.se\". Du kan ocks ange IP-adressen\n"
-"till en gateway om du har en sdan."
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr "DNS-server"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (t ex %s)"
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "Gateway-enhet"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxykonfiguration"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP-proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP-proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr "Spra ntverkskortets id (anvndbart fr brbara datorer)"
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy ska vara http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Proxy ska vara ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "Internetkonfiguration"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Vill du ansluta till Internet nu?"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "Testar din anslutning..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Systemet r nu anslutet till Internet."
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "Av skerhetsskl kommer den att kopplas ner nu."
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Systemet verkar inte vara anslutet till Internet.\n"
-"Prova att konfigurera om anslutningen."
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "Anslutningskonfiguration"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "Fyll i, eller kontrollera, fltet nedan"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Kortets IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Kortets minne (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Kortets IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Kortets IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Kortets IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Ditt personliga telefonnummer"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "Leverantrens namn (t ex leverantor.se)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "Leverantrens telefonnummer"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "Leverantrens DNS 1 (frivilligt)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "Leverantrens DNS 2 (frivilligt)"
-
-#: ../../network/tools.pm_.c:89
-msgid "Choose your country"
-msgstr "Vlj ditt land"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "Uppringningsmetod"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-msgid "Connection speed"
-msgstr "Anslutningshastighet"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-msgid "Connection timeout (in sec)"
-msgstr "Anslutningens tidsgrns (i sek)"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Kontoinloggning (anvndarnamn)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "Kontolsenord"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "montering misslyckades: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Utkade partitioner stds inte p den hr plattformen."
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"Du har en lucka i partitionstabellen, men den kan inte anvndas.\n"
-"Den enda lsningen r att du flyttar din primra partition,\n"
-"s att den ligger bredvid den utkade partitionen."
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "terstllning frn fil %s misslyckades: %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Trasig terstllningsfil"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Kunde inte skriva till fil %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Det hnder ngot dligt med din disk. \n"
-"Ett integritetstest av data har misslyckats. \n"
-"Det betyder att skrivning till disken medfr allmnt skrp."
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "ndvndigt"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "viktigt"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "vldigt trevligt"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr "trevligt"
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "tveksamt"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - \"Print, Don't Queue\""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr "CUPS"
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr "LPRng"
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr "LPD"
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr "PDQ"
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "Lokal skrivare"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "Ntverksskrivare"
-
-#: ../../printer.pm_.c:49
-msgid "Printer on remote CUPS server"
-msgstr "Skrivare p CUPS-fjrrserver"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-msgid "Printer on remote lpd server"
-msgstr "Skrivare p LPD-fjrrserver"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "Ntverksskrivare (TCP/socket)"
-
-#: ../../printer.pm_.c:52
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Skrivare p SMB/Windows-server"
-
-#: ../../printer.pm_.c:53
-msgid "Printer on NetWare server"
-msgstr "Skrivare p Netware-server"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-msgid "Enter a printer device URI"
-msgstr "Ange URI fr skrivarenhet"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr "Skicka jobbet till kommando"
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr "Oknd modell"
-
-#: ../../printer.pm_.c:532
-msgid "Local Printers"
-msgstr "Lokala skrivare"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-msgid "Remote Printers"
-msgstr "Fjrrskrivare"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " p pararellport \\/*%s"
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB-skrivare \\/*%s"
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", flerfunktionsenhet p parallellport \\/*%s"
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ", flerfunktionsenhet p USB"
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ", flerfunktionsenhet p HP JetDirect"
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ", flerfunktionsenhet"
-
-#: ../../printer.pm_.c:559
-#, c-format
-msgid ", printing to %s"
-msgstr ", skriver ut p %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr "p LPD-server \"%s\", skrivare \"%s\""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP-vrd \"%s\", port %s"
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr "p Windows-server \"%s\", utdelning \"%s\""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr "p Novell-server \"%s\", skrivare \"%s\""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ", med kommando %s"
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr "R skrivare (ingen drivrutin)"
-
-#: ../../printer.pm_.c:841
-#, c-format
-msgid "(on %s)"
-msgstr "(p %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr "(p den hr datorn)"
-
-#: ../../printer.pm_.c:868
-#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "P CUPS-server \"%s\""
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Standard)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "Vlj skrivaranslutning"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "Hur r skrivaren ansluten?"
-
-#: ../../printerdrake.pm_.c:25
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-"\n"
-"Skrivare p CUPS-fjrrservrar behver du inte konfigurera hr; dessa "
-"skrivare kommer att hittas automatiskt."
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-msgid "CUPS configuration"
-msgstr "CUPS-konfiguration"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-msgid "Specify CUPS server"
-msgstr "Ange CUPS-server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-"Fr att komma t skrivare p CUPS-servrar i ditt lokala ntverk behver du "
-"inte konfigurera ngonting: CUPS-servrarna informerar din dator om skrivarna "
-"automatiskt. Alla skrivare som din dator knner till fr nrvarande finns "
-"listade under \"Fjrrskrivare\" i Printerdrakes huvudfnster. Nr din CUPS-"
-"server inte finns i ditt lokala ntverk behver du ange CUPS-serverns IP-"
-"adress och alternativt ven portnumret fr att f information om skrivarna, "
-"annars lmnar du flten tomma."
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-"\n"
-"Normalt stt s konfigureras CUPS automatiskt enligt din ntverksmilj, s "
-"att du kan komma t skrivarna p CUPS-servrarna i ditt lokala ntverk. Om "
-"det hr inte fungerar, stng av \"Automatisk konfiguration av CUPS\" och "
-"redigera filen /etc/cups/cupsd.conf manuellt. Glm inte att starta om CUPS "
-"efter ndringarna (kommando: \"service cups restart\")."
-
-#: ../../printerdrake.pm_.c:76
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adressen ska vara i formatet 192.168.1.20"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-msgid "The port number should be an integer!"
-msgstr "Portnumret mste vara ett heltal!"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr "CUPS-serverns IP"
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-msgid "Automatic CUPS configuration"
-msgstr "Automatisk konfiguration av CUPS"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Detecting devices ..."
-msgstr "Letar efter enheter..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "Testar portar"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-msgid "Add a new printer"
-msgstr "Lgg till skrivare"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-"\n"
-"Vlkommen till guiden fr skrivarinstllning\n"
-"\n"
-"Den hr guiden lter dig installera lokala eller ntverksskrivare fr "
-"anvndning frn den hr datorn och/eller frn andra datorer i ntverket.\n"
-"\n"
-"Den kommer att frga dig efter informationen som krvs fr att installera "
-"skrivaren och ger dig tkomst till alla tillgngliga skrivardrivrutiner, "
-"drivrutinsinstllningar och skrivaranslutningstyper."
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-msgid "Local Printer"
-msgstr "Lokal skrivare"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-"\n"
-"Vlkommen till guiden fr skrivarinstllning\n"
-"\n"
-"Den hr guiden hjlper dig att installera skrivare anslutna till den hr "
-"datorn.\n"
-"\n"
-"Anslut din skrivare och sl p den. Klicka p \"Nsta\" nr du r klar, och "
-"p \"Avbryt\" om du inte vill installera ngon skrivare just nu.\n"
-"\n"
-"Observera att vissa datorer kan krascha under den automatiska "
-"identifieringen, inaktivera \"Identifiera skrivare automatiskt\" fr att "
-"installera skrivaren utan automatisk identifiering. Anvnd \"Expertlget\" i "
-"Printerdrake nr du vill stlla in utskrift p en ntverksskrivare om inte "
-"Printerdrake hittar den automatiskt."
-
-#: ../../printerdrake.pm_.c:186
-msgid "Auto-detect printers"
-msgstr "Identifiera skrivare automatiskt"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-"\n"
-"Gratulerar, skrivaren r nu installerad och konfigurerad!\n"
-"\n"
-"Du kan skriva ut genom att anvnda kommandot \"Skriv ut\" i dina program "
-"(oftast frn menyn \"Arkiv\").\n"
-"\n"
-"Om du vill lgga till, ta bort eller byta namn p en skrivare, eller om du "
-"vill ndra standardinstllningarna (pappersfack, utskriftskvalitet...), vlj "
-"\"Skrivare\" i sektionen \"Hrdvara\" i Mandrakes kontrollcentral."
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr "Automatisk identifiering av skrivare"
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-"Printerdrake kan automatiskt identifiera lokalt anslutna parallell- och USB-"
-"skrivare t dig, men observera att p vissa system kan den automatiska "
-"identifieringen HNGA DIN DATOR OCH VEN LEDA TILL FRSTRDA FILSYSTEM! "
-"Anvnd den p egen risk!\n"
-"\n"
-"Vill du verkligen att dina skrivare ska identifieras automatiskt?"
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-msgid "Do auto-detection"
-msgstr "Starta automatisk identifiering"
-
-#: ../../printerdrake.pm_.c:228
-msgid "Set up printer manually"
-msgstr "Installera skrivare manuellt"
-
-#: ../../printerdrake.pm_.c:256
-#, c-format
-msgid "Detected %s"
-msgstr "Hittade %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Skrivare p pararellport \\/*%s"
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB-skrivare \\/*%s"
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-"Ingen lokal skrivare hittades! Fr att manuellt installera en skrivare, ange "
-"ett enhetsnamn/filnamn i inmatningsfltet (Pararellportar: /dev/lp0, /dev/"
-"lp1,..., lika med LPT1:, LPT2:,..., Frsta USB-skrivaren: /dev/usb/lp0, "
-"andra USB-skrivaren: /dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:383
-msgid "You must enter a device or file name!"
-msgstr "Du mste ange en enhet eller ett filnamn."
-
-#: ../../printerdrake.pm_.c:394
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr ""
-"Ingen lokal skrivare funnen!\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-"Ntverksskrivare kan endast installeras efter installationen. Vlj \"Hrdvara"
-"\" sedan \"Skrivare\" i Mandrakes kontrollcentral."
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-"Fr att installera ntverksskrivare, klicka p \"Avbryt\", byt till "
-"\"Expertlget\" och klicka p \"Lgg till en ny skrivare\"."
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-"Fljande skrivare identifierades automatiskt, om det inte r den du vill "
-"konfigurera, ange ett enhetsnamn/filnamn i inmatningsfltet."
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-"Hr r en lista ver alla automatiskt identifierade skrivare. Vlj skrivaren "
-"du vill stlla in eller ange ett enhetsnamn/filnamn i inmatningsfltet."
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-"Fljande skrivare identifierades automatiskt. Konfigurationen av skrivaren "
-"kommer att ske helt automatiskt. Om din skrivare inte identifierades korrekt "
-"eller om du fredrar att konfigurera skrivaren sjlv, aktivera \"Manuell "
-"konfiguration\"."
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-"Hr r en lista ver alla skrivare som identifierades automatiskt. Vlj "
-"skrivaren du vill stlla in. Konfigurationen av skrivaren kommer att ske "
-"helt automatiskt. Om din skrivare inte identifierades korrekt eller om du "
-"fredrar att konfigurera skrivaren sjlv, aktivera \"Manuell konfiguration\"."
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-"Vlj porten till vilken din skrivare r ansluten eller ange ett enhetsnamn/"
-"filnamn i inmatningsfltet."
-
-#: ../../printerdrake.pm_.c:414
-msgid "Please choose the port where your printer is connected to."
-msgstr "Vlj porten till vilken skrivaren r ansluten."
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-"(Pararellportar: /dev/lp0, /dev/lp1,..., lika med LPT1:, LPT2:,..., Frsta "
-"USB-skrivaren: /dev/usb/lp0, andra USB-skrivaren: /dev/usb/lp1,...)."
-
-#: ../../printerdrake.pm_.c:421
-msgid "You must choose/enter a printer/device!"
-msgstr "Du mste vlja/ange en skrivare/enhet."
-
-#: ../../printerdrake.pm_.c:441
-msgid "Manual configuration"
-msgstr "Manuell konfiguration"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-"r din skrivare en flerfunktionsenhet frn HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 med en bildlsare)?"
-
-#: ../../printerdrake.pm_.c:482
-msgid "Installing HPOJ package..."
-msgstr "Installerar HPOJ-paket..."
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr "Kontrollerar enhet och konfigurerar HPOJ..."
-
-#: ../../printerdrake.pm_.c:505
-msgid "Installing SANE package..."
-msgstr "Installerar Sane-paket..."
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr "Sker av din HP-flerfunktionsenhet"
-
-#: ../../printerdrake.pm_.c:534
-msgid "Making printer port available for CUPS ..."
-msgstr "Gr skrivarport tillgnglig fr CUPS..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-msgid "Reading printer database ..."
-msgstr "Lser skrivardatabas..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "Alternativ fr LPD-fjrrskrivare"
-
-#: ../../printerdrake.pm_.c:625
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"Fr att anvnda en LPD-utskriftsk mste du ange skrivarserverns "
-"vrddatornamn och vad skrivarkn heter p den servern."
-
-#: ../../printerdrake.pm_.c:626
-msgid "Remote host name"
-msgstr "Fjrrvrddatornamn"
-
-#: ../../printerdrake.pm_.c:627
-msgid "Remote printer name"
-msgstr "Fjrrskrivarnamn"
-
-#: ../../printerdrake.pm_.c:630
-msgid "Remote host name missing!"
-msgstr "Namn p fjrrvrddatorn saknas."
-
-#: ../../printerdrake.pm_.c:634
-msgid "Remote printer name missing!"
-msgstr "Namn p fjrrskrivaren saknas."
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB-skrivarinstllningar (Windows 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"Fr att skriva ut p en SMB-skrivare ska du uppge SMB-vrddatornamnet (detta "
-"r inte alltid samma som DNS-namnet) och om mjligt IP-adressen till "
-"skrivarservern. ven utdelningsnamnet fr skrivaren du vill ha tillgng till "
-"och anvndarnamn med lsenord."
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "SMB-servervrddator"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr "SMB-serverns IP-adress"
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "Utdelningsnamn"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "Arbetsgrupp"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Du mste ange antingen serverns namn eller serverns IP-adress!"
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr "Namn p Samba-utdelning saknas."
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr "SKERHETSVARNING!"
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Du har valt att skriva ut via ett lsenordsskyddat Windows-konto. P grund "
-"av en svaghet i Sambaklientens konstruktion blir lsenordet synligt i "
-"klartext p kommandoraden som Sambaklienten anvnder fr att skicka "
-"utskriftsjobbet till Windows-servern. S varje anvndare p denna dator har "
-"mjlighet att se lsenordet p skrmen, genom att ange ett kommando ssom "
-"\"ps auxwww\".\n"
-"\n"
-"Vi rekommenderar att du gr ngot av fljande (hur det n r mste du se "
-"till att bara datorer p ditt lokala ntverk har tillgng till din Windows-"
-"server, t.ex. med hjlp av en brandvgg):\n"
-"\n"
-"\n"
-"Anvnd ett konto utan lsenord p din Windows-server, t.ex. \"Guest\" eller "
-"annat specialkonto, fr dina utskrifter. Ta inte bort lsenordet frn ett "
-"personligt konto eller administratrkontot.\n"
-"\n"
-"Stll in din Windows-server att gra skrivaren tillgnglig ver LPD-"
-"protokollet. Anvnd sedan anslutningsmetoden \"%s\" i Printerdrake fr att "
-"konfigurera utskrift frn denna maskin.\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-"Stll in din Windows-server s att den gr skrivaren tillgnglig via IPP-"
-"protokollet och stll sedan in din dator med anslutningsmetoden \"%s\" i "
-"Printerdrake.\n"
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-"Anslut din skrivare till en Linux-server och lt dina Windows-datorer jobba "
-"som klienter mot den.\n"
-"\n"
-"r du sker p att du vill fortstta med denna typ av installation?"
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "Skrivarinstllningar fr Netware"
-
-#: ../../printerdrake.pm_.c:802
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"Fr att skriva ut p en Netware-skrivare ska du uppge Netware-skrivarnamnet "
-"(detta r inte alltid samma som DNS-namnet) svl som namnet till skrivarkn "
-"fr den skrivare du vill ha tillgng till. Du mste ven uppge eventuella "
-"anvndarnamn med lsenord."
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "Skrivarserver"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr "Skrivarknamn"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr "Namn p NCP-server saknas."
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr "Namn p NCP-k saknas."
-
-#: ../../printerdrake.pm_.c:852
-msgid "TCP/Socket Printer Options"
-msgstr "Alternativ fr TCP/socket-skrivare"
-
-#: ../../printerdrake.pm_.c:853
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"Fr att skriva ut p en TCP- eller socket-skrivare behver du ange "
-"vrddatornamnet fr skrivaren och eventuellt ocks portnummret. P HP "
-"JetDirect-servrar r portnumret vanligtvis 9100, p andra servrar kan det "
-"variera. Se manualen fr din hrdvara."
-
-#: ../../printerdrake.pm_.c:854
-msgid "Printer host name"
-msgstr "Skrivarvrddatornamn"
-
-#: ../../printerdrake.pm_.c:858
-msgid "Printer host name missing!"
-msgstr "Namn p skrivarvrddatorn saknas."
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "Skrivarenhetens URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-"Du kan ange URI fr att komma t skrivaren direkt. URI:n mste uppfylla "
-"antingen CUPS eller Foomatics specifikationer. Inte alla URI-typer stds av "
-"alla utskriftshanterare."
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr "En giltig URI mste anges."
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-"Varje skrivare behver ett namn (exempelvis \"skrivare\"). Flten "
-"Beskrivning och Plats behver inte fyllas i. De r kommentarer fr "
-"anvndarna."
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "Skrivarens namn"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "Beskrivning"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "Placering"
-
-#: ../../printerdrake.pm_.c:1021
-msgid "Preparing printer database ..."
-msgstr "Frbereder skrivardatabas..."
-
-#: ../../printerdrake.pm_.c:1112
-msgid "Your printer model"
-msgstr "Din skrivarmodell"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-"Printerdrake har jmfrt modellbeteckningen den knde av automatiskt med "
-"modeller som finns i dess modellista och frskt hitta den som passar bst. "
-"Valet kan bli fel, speciellt om din skrivare inte finns med i listan "
-"verhuvudtaget. S kontrollera om valet r korrekt och om s r fallet "
-"klicka p \"Korrekt modell\" annars p \"Vlj modell manuellt\" s du kan "
-"vlja skrivarmodell manuellt p nsta skrm.\n"
-"\n"
-"Fr din skrivare har Printerdrake hittat:\n"
-"\n"
-"%s"
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-msgid "The model is correct"
-msgstr "Korrekt modell"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-msgid "Select model manually"
-msgstr "Vlj modell manuellt"
-
-#: ../../printerdrake.pm_.c:1139
-msgid "Printer model selection"
-msgstr "Val av skrivarmodell"
-
-#: ../../printerdrake.pm_.c:1140
-msgid "Which printer model do you have?"
-msgstr "Vilken skrivarmodell har du?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-"\n"
-"\n"
-"Kontrollera om Printerdrake utfrde den automatiska identifieringen av "
-"skrivaren korrekt. Vlj rtt modell i listan om fel modell eller \"Raw "
-"printer\" r markerad."
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-"Om din skrivare inte finns med i listan, vlj en kompatibel (se skrivarens "
-"manual) eller en liknande."
-
-#: ../../printerdrake.pm_.c:1220
-msgid "OKI winprinter configuration"
-msgstr "Konfiguration av OKI winprinter"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-"Du konfigurerar en OKI laser winprinter. Dessa skrivare\n"
-"anvnder ett vldigt speciellt kommunikationsprotokoll och fungerar drfr "
-"bara nr de r anslutna till den frsta parallellporten. Nr din skrivare r "
-"ansluten till en annan port eller till en skrivarserver, anslut skrivaren "
-"till den frsta parallellporten innan du skriver ut en testsida. Annars "
-"kommer skrivaren inte att fungera. Dina instllningar fr anslutningstyp "
-"kommer att ignoreras av drivrutinen."
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-msgid "Lexmark inkjet configuration"
-msgstr "Konfiguration av Lexmark inkjet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-"Drivrutinerna fr inkjet som tillhandahlls av Lexmark stdjer endast lokala "
-"skrivare, inga skrivare p fjrrdatorer eller skrivarservrar. Anslut din "
-"skrivare till en lokal port eller konfigurera den p datorn till vilken den "
-"r ansluten."
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-"Fr att kunna skriva ut med din Lexmark inkjet och denna konfiguration mste "
-"du ha inkjet-drivrutinerna som tillhandahlls av Lexmark (http://www.lexmark."
-"com/). G till US-webbplatsen och klicka p knappen \"Drivers\". Vlj sedan "
-"din modell och sedan \"Linux\" som operativsystem. Drivrutinerna r RPM-"
-"paket eller skalskript med en interaktiv grafisk installation. Om du inte "
-"vill s behver du inte gra installationen med det grafiska grnssnittet. "
-"Avbryt direkt efter licensavtalet. Skriv sedan ut justeringssidor med "
-"\"lexmarkmaintain\" och justera huvudjusteringsinstllningarna med detta "
-"program."
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-"Standardinstllningar fr skrivare.\n"
-"\n"
-"Du br se till att sidstorleken och blcktyp/skrivarlge (om tillgngligt) "
-"samt hrdvaruinstllningarna fr laserskrivare (minne, duplexenhet, extra "
-"magasin) r instllda korrekt. Observera att med en vldigt hg "
-"utskriftskvalitet kan utskrifterna ta lngre tid."
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Alternativet %s mste vara ett heltal!"
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Alternativet %s mste vara ett nummer!"
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr "Alternativet %s r utanfr omrdet!"
-
-#: ../../printerdrake.pm_.c:1565
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
-"Vill du anvnda skrivaren \"%s\"\n"
-"som standardskrivare?"
-
-#: ../../printerdrake.pm_.c:1582
-msgid "Test pages"
-msgstr "Testsidor"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-"Vlj de testsidor du vill skriva ut.\n"
-"Observera: fototestsidan kan ta ganska lng tid att f utskriven och p "
-"laserskrivare med fr lite minne kanske det inte gr verhuvudtaget. I de "
-"flesta fall rcker det med att skriva ut standardtestsidan."
-
-#: ../../printerdrake.pm_.c:1587
-msgid "No test pages"
-msgstr "Inga testsidor"
-
-#: ../../printerdrake.pm_.c:1588
-msgid "Print"
-msgstr "Skriv ut"
-
-#: ../../printerdrake.pm_.c:1590
-msgid "Standard test page"
-msgstr "Standardtestsida"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr "Alternativ testsida (Letter)"
-
-#: ../../printerdrake.pm_.c:1596
-msgid "Alternative test page (A4)"
-msgstr "Alternativ testsida (A4)"
-
-#: ../../printerdrake.pm_.c:1598
-msgid "Photo test page"
-msgstr "Fototestsida"
-
-#: ../../printerdrake.pm_.c:1602
-msgid "Do not print any test page"
-msgstr "Skriv inte ut ngon testsida"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "Skriver ut testsida..."
-
-#: ../../printerdrake.pm_.c:1635
-#, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"Testsidan har skickats till skrivaren.\n"
-"Det kan ta lite tid innan skrivaren startar.\n"
-"Skrivarens status:\n"
-"%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1639
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"Testsidan har skickats till skrivaren.\n"
-"Det kan ta lite tid innan skrivaren startar.\n"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr "Fungerade det?"
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-msgid "Raw printer"
-msgstr "R skrivare"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-"Fr att skriva ut en fil frn kommandoraden (terminalfnster) kan du "
-"antingen anvnda kommandot \"%s <fil>\" eller ett grafiskt utskriftsverktyg: "
-"\"xpp <fil>\" eller \"kprinter <fil>\". De grafiska verktygen lter dig "
-"vlja skrivare och ndra alternativinstllningarna p ett enkelt stt.\n"
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Dessa kommandon kan du ocks anvnda i fltet \"Utskriftskommando\" som "
-"finns i utskriftsdialogrutan hos mnga program. Ange d inte filnamnet hr, "
-"eftersom filen som ska skrivas ut tillhandahlls av programmet.\n"
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-"\n"
-"Kommandot \"%s\" lter dig ocks ndra alternativinstllningarna fr ett "
-"speciellt utskriftsjobb. Lgg bara till de nskade instllningarna till "
-"kommandoraden, t ex \"%s <fil>\". "
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-"Fr att se en lista p de tillgngliga alternativen fr den aktuella "
-"skrivaren, ls antingen listan som visas nedan eller klicka p "
-"\"Alternativlista fr utskrift\".%s\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-"Hr r en lista ver de tillgngliga utskriftsalternativen fr den aktuella "
-"skrivaren:\n"
-"\n"
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-"Fr att skriva ut en fil frn kommandoraden (terminalfnster) anvnd "
-"kommandot \"%s <fil>\".\n"
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-"Detta kommando kan du ocks anvnda i fltet \"Utskriftskommando\" som finns "
-"i utskriftsdialogrutan hos mnga program. Ange d inte filnamnet hr, "
-"eftersom filen som ska skrivas ut tillhandahlls av programmet.\n"
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-"Fr att se en lista p de tillgngliga alternativen fr den aktuella "
-"skrivaren, klicka p \"Alternativlista fr utskrift\"."
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-"Fr att skriva ut en fil frn kommandoraden (terminalfnster) anvnd "
-"kommandot \"%s <fil>\" eller \"%s <fil>\".\n"
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-"Du kan ocks anvnda det grafiska grnssnittet \"xpdq\" fr att stlla in "
-"olika alternativ och hantera utskrifterna.\n"
-"Om du anvnder KDE som din skrivbordsmilj har du en \"panikknapp\", en ikon "
-"p skrivbordet med namnet \"Stoppa skrivare\". Om du klickar p den avbryts "
-"omedelbart alla utskrifter. Detta kan vara anvndabart om papper har "
-"fastnat.\n"
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-"\n"
-"Kommandona \"%s\" och \"%s\" lter dig ocks ndra alternativinstllningarna "
-"fr ett speciellt utskriftsjobb. Lgg bara till de nskade instllningarna "
-"till kommandoraden, t ex \"%s <fil>\".\n"
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-msgid "Close"
-msgstr "Stng"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Skriver ut/lser in bild p \"%s\""
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Skriver ut p skrivare \"%s\""
-
-#: ../../printerdrake.pm_.c:1744
-msgid "Print option list"
-msgstr "Alternativlista fr utskrift"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Din HP-flerfunktionsenhet blev automatiskt konfigurerad fr bildinlsning. "
-"Nu kan du lsa in bilder med \"scanimage\" (\"scanimage -d hp:%s\" fr att "
-"specificera bildlsare om du har flera) frn kommandoraden eller med de "
-"grafiska grnssnitten \"xscanimage\" eller \"xsane\". Om du anvnder Gimp "
-"kan du ocks lsa in bilder genom att vlja passande punkt i menyn \"Arkiv\"/"
-"\"Inhmta\". Du kan ocks anvnda \"man scanimage\" och \"man sane-hp\" p "
-"kommandoraden fr att f mer information.\n"
-"\n"
-"Anvnd inte \"Scannerdrake\" fr den hr enheten!"
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-"Din HP-flerfunktionsenhet blev automatiskt konfigurerad fr bildinlsning. "
-"Nu kan du lsa in bilder frn kommandoraden med \"ptal-hp %s scan...\". "
-"Bildinlsning frn ett grafiskt grnssnitt eller frn Gimp stds inte nnu "
-"fr din enhet. Du hittar mer information i dokumentet \"/usr/share/doc/hpoj-"
-"0.8/ptal-hp-scan.html\". Om du har en HP LaserJet 1100 eller 1200 kan du "
-"endast lsa in bilder om du har bildlsaralternativet installerat.\n"
-"\n"
-"Anvnd inte \"Scannerdrake\" fr den hr enheten!"
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-msgid "Reading printer data ..."
-msgstr "Lser skrivardata..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-msgid "Transfer printer configuration"
-msgstr "verfr skrivarkonfiguration"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-"Du kan kopiera skrivarkonfigurationen som du har gjort fr spoolern %s till %"
-"s, din aktuella spooler. All konfigurationsdata (skrivarnamn, beskrivning, "
-"plats, anslutningstyp och standardinstllningar) flyttas ver, men jobb "
-"verfrs inte.\n"
-"Alla ker kan inte verfras p grund av fljande anledning:\n"
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-"CUPS stdjer inte skrivare p Novell-servrar eller skrivare som skickar data "
-"in till ett \"free-formed\"-kommando.\n"
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-"PDQ stdjer endast lokala skrivare, LPD-fjrrskrivare och Socket/TCP-"
-"skrivare.\n"
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD och LPRng stdjer inte IPP-skrivare.\n"
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-"Ker som inte skapats med detta program eller \"foomatic-configure\" kan "
-"inte verfras."
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-"\n"
-"Skrivare konfigurerade med PPD-filerna som tillhandahlls av tillverkarna "
-"eller med de ursprungliga CUPS-drivrutinerna kan inte verfras."
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-"\n"
-"Markera skrivarna du vill verfra och klicka p \n"
-"verfr."
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr "verfr inte skrivare"
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr "verfr"
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-"En skrivare med namn \"%s\" existerar redan under %s. \n"
-"Klicka p verfr fr att skriva ver den.\n"
-"Du kan ocks ange ett nytt namn eller hoppa ver den hr skrivaren."
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-"Skrivarnamnet fr bara innehlla bokstver, siffror och "
-"understrykningsstreck."
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-"Skrivaren \"%s\" existerar redan,\n"
-"vill du verkligen skriva ver dess konfiguration?"
-
-#: ../../printerdrake.pm_.c:1864
-msgid "New printer name"
-msgstr "Nytt skrivarnamn"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr "verfr %s..."
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-"Du har verfrt din frra standardskrivare (\"%s\"). Ska den anvndas som "
-"standardskrivare under det nya skrivarsystemet %s?"
-
-#: ../../printerdrake.pm_.c:1887
-msgid "Refreshing printer data ..."
-msgstr "Laddar om skrivardata..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-msgid "Configuration of a remote printer"
-msgstr "Konfiguration av fjrrskrivare"
-
-#: ../../printerdrake.pm_.c:1896
-msgid "Starting network ..."
-msgstr "Startar ntverket..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-msgid "Configure the network now"
-msgstr "Konfigurera ntverket nu"
-
-#: ../../printerdrake.pm_.c:1931
-msgid "Network functionality not configured"
-msgstr "Ntverksfunktionalitet ej konfigurerad"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-"Du r p vg att konfigurera en fjrrskrivare. Fr detta krvs "
-"ntverkstkomst, men du har inte konfigurerat ditt ntverk nnu. Om du "
-"fortstter utan att konfigurera ntverket kommer du inte att kunna anvnda "
-"skrivaren som du just nu konfigurerar. Hur vill du fortstta?"
-
-#: ../../printerdrake.pm_.c:1935
-msgid "Go on without configuring the network"
-msgstr "Fortstt utan att konfigurera ntverket"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-"Ntverkskonfigurationen som gjordes under installationen kan inte startas "
-"nu. Kontrollera om du kommer t ntverket efter det att du har startat upp "
-"systemet och korrigera konfigurationen med Mandrakes kontrollcentral, "
-"sektionen \"Ntverk & Internet\"/\"Anslutning\". Konfigurera sedan skrivaren "
-"med samma kontrollcentral, sektionen \"Hrdvara\"/\"Skrivare\"."
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-"Ntverkstkomsten var inte igng och kunde inte startas. Kontrollera "
-"konfigurationen och din hrdvara. Frsk sedan konfigurera fjrrskrivaren "
-"igen."
-
-#: ../../printerdrake.pm_.c:1979
-msgid "Restarting printing system ..."
-msgstr "Startar om skrivarsystem..."
-
-#: ../../printerdrake.pm_.c:2017
-msgid "high"
-msgstr "hg"
-
-#: ../../printerdrake.pm_.c:2017
-msgid "paranoid"
-msgstr "paranoid"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installerar ett skrivarsystem i skerhetsnivn %s"
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-"Du r p vg att installera skrivarsystemet %s p ett system som krs i "
-"skerhetsnivn %s.\n"
-"\n"
-"Det hr skrivarsystemet krs som en demon (bakgrundsprocess) vilken vntar "
-"p skrivarjobb och sedan hanterar dem. Den hr demonen r ven tillgnglig "
-"fr fjrrdatorer via ntverket och kan drmed utsttas fr attacker. Drfr "
-"startas endast ett ftal valda demoner som standard i denna skerhetsniv.\n"
-"\n"
-"Vill du verkligen konfigurera utskrift p den hr datorn?"
-
-#: ../../printerdrake.pm_.c:2051
-msgid "Starting the printing system at boot time"
-msgstr "Startar skrivarsystemet vid uppstart"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-"Skrivarsystemet (%s) kommer inte att startas automatiskt nr datorn startas "
-"upp.\n"
-"\n"
-"Det r mjligt att den automatiska starten inaktiverades genom att "
-"skerhetsnivn hjdes, eftersom skrivarsystem r en svag punkt nr det "
-"gller attacker.\n"
-"\n"
-"Vill du att den automatiska starten av skrivarsystemet ska aktiveras igen?"
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr "Kontrollerar installerad mjukvara..."
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr "Tar bort LPRng..."
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr "Tar bort LPD..."
-
-#: ../../printerdrake.pm_.c:2205
-msgid "Select Printer Spooler"
-msgstr "Vlj utskriftshanterare"
-
-#: ../../printerdrake.pm_.c:2206
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Vilket utskriftssystem (spooler) vill du anvnda?"
-
-#: ../../printerdrake.pm_.c:2239
-#, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "Konfigurerar skrivare \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2252
-msgid "Installing Foomatic ..."
-msgstr "Installerar Foomatic..."
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "Skrivarinstllningar"
-
-#: ../../printerdrake.pm_.c:2318
-msgid "Preparing PrinterDrake ..."
-msgstr "Frbereder Printerdrake..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-msgid "Configuring applications..."
-msgstr "Konfigurerar program..."
-
-#: ../../printerdrake.pm_.c:2355
-msgid "Would you like to configure printing?"
-msgstr "Vill du konfigurera utskrift?"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr "Skrivarsystem: "
-
-#: ../../printerdrake.pm_.c:2415
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2419
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"Fljande skrivare r konfigurerade. Dubbelklicka p en skrivare fr att "
-"ndra dess instllningar, gra den till standardskrivare, se information om "
-"den eller fr att gra en fjrrskrivare p CUPS-server tillgnglig fr Star/"
-"Open Office."
-
-#: ../../printerdrake.pm_.c:2420
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"Fljande skrivare r instllda. Dubbelklicka p ngon av dem fr att ndra "
-"dess instllningar, fr att anvnda den som standard eller fr att f "
-"information om den."
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Uppdatera skrivarlista (fr att gra alla CUPS-fjrrskrivare synliga)"
-
-#: ../../printerdrake.pm_.c:2464
-msgid "Change the printing system"
-msgstr "Byta skrivarsystem"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr "Normallge"
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-msgid "Do you want to configure another printer?"
-msgstr "Vill du konfigurera en annan skrivare?"
-
-#: ../../printerdrake.pm_.c:2711
-msgid "Modify printer configuration"
-msgstr "ndra skrivarinstllning"
-
-#: ../../printerdrake.pm_.c:2713
-#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr ""
-"Skrivare %s\n"
-"Vad vill du ndra p den hr skrivaren?"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr "Ok!"
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-msgid "Printer connection type"
-msgstr "Skrivarens anslutningstyp"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-msgid "Printer name, description, location"
-msgstr "Skrivarens namn, beskrivning, plats"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr "Skrivarens tillverkare, modell, drivrutin"
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr "Skrivarens tillverkare, modell"
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr "Anvnd denna skrivare som standardskrivare"
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Lgg till den hr skrivaren till Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Ta bort den hr skrivaren frn Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-msgid "Print test pages"
-msgstr "Skriv ut testsidor"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-msgid "Know how to use this printer"
-msgstr "Knner till hur man anvnder denna skrivare"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-msgid "Remove printer"
-msgstr "Ta bort skrivare"
-
-#: ../../printerdrake.pm_.c:2786
-#, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "Tar bort gammal skrivare \"%s\"..."
-
-#: ../../printerdrake.pm_.c:2810
-msgid "Default printer"
-msgstr "Standardskrivare"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Skrivaren \"%s\" kommer nu att anvnds som standardskrivare."
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Lgger till skrivaren till Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Skrivare \"%s\" har lagts till Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-"Misslyckades med att lgga till skrivare \"%s\" till Star Office/OpenOffice."
-"org."
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Tar bort skrivare frn Star Office/OpenOffice.org"
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Skrivare \"%s\" har tagits bort frn Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-"Misslyckades med att ta bort skrivare \"%s\" frn Star Office/OpenOffice.org."
-
-#: ../../printerdrake.pm_.c:2836
-#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Vill du verkligen ta bort skrivaren \"%s\"?"
-
-#: ../../printerdrake.pm_.c:2838
-#, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "Tar bort skrivare \"%s\"..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxykonfiguration"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Vlkommen till proxyverktyget.\n"
-"\n"
-"Hr kommer du att kunna stta upp http- och ftp-proxy\n"
-"med eller utan anvndarnamn och lsenord.\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Fyll i information om http-proxy.\n"
-"Lmna blankt om du inte vill ha ngon http-proxy."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL ska brja med \"http:\""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Portdelen ska vara numerisk."
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Fyll i information om ftp-proxy.\n"
-"Lmna blankt om du inte vill ha ngon ftp-proxy."
-
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:'"
-msgstr "URL ska brja med \"ftp:\""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Ange anvndarnamn och lsenord fr proxy.\n"
-"Lmna blankt om du inte vill ha ngot anvndarnamn/lsenord."
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "anvndarnamn"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "lsenord"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "bekrfta lsenord"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Du angav inte samma lsenord. Frsk igen."
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Kan inte lgga till en partition till en _formaterad_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "Kan inte skriva fil %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid misslyckades"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid misslyckades (kanske finns det inga raid-verktyg)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Inte tillrckligt mnga partitioner fr RAID-niv %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Starta ljudsystemet ALSA (Advanced Linux Sound Architecture)"
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron kr kommandon vid angivna, periodiska tidpunkter."
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"Apmd anvnds fr att vervaka batteristatusen i en brbar dator,\n"
-"samt logga denna till syslog. Den kan ven anvndas fr att stnga ner\n"
-"datorn om batteriet hller p att ta slut."
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-"Denna tjnst kr kommandon som givits till \"at\"-kommandot, vid den\n"
-"tidpunkt som angetts. At kan ven kra batch-kommandon d\n"
-"datorns belastning minskat under en angiven niv."
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"Cron-tjnsten kan kra program periodiskt vid angivna klockslag.\n"
-"Den hr cron-demonen, vixie cron har ett antal utkningar och\n"
-"frbttringar ver standard Unix cron, bland annat hgre skerhet\n"
-"och bttre instllningsmjligheter."
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM tillhandahller musstd fr textbaserade Linux-program,\n"
-"s som Midnight Commander. GPM tillhandahller ocks musbaserad\n"
-"kopiering och inklistring samt popupmenyer i konsollen."
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-"Harddrake letar efter hrdvara och kan anvndas fr att\n"
-"konfigurera ny/ndrad hrdvara."
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
-"Apache r en www-server (webbserver). Den tillhandahller HTML-dokument och "
-"CGI-skript."
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Inetd r en basserver som startar andra Internetservrar. Den r\n"
-"ansvarig fr startandet av mnga olika tjnster, ssom telnet, ftp,\n"
-"rsh och rlogin. Om inetd r inaktiverad, kan ingen av dessa servrar kras."
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-"Starta paketfiltrering fr 2.2-serien av Linuxkrnan, fr att stta\n"
-"upp en brandvgg som skyddar din dator frn ntverksattacker."
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"Den hr tjnsten laddar den valda tangentbordsmappningen som\n"
-"stllts in i /etc/sysconfig/keyboard. Instllningen kan ndras med\n"
-"kbdconfig-verktyget. Du br aktivera detta paket p de flesta datorer."
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-"Automatisk omgenerering av krnans huvud i /boot fr\n"
-"/usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatisk identifiering och konfiguration av hrdvara vid uppstart."
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-"Linuxconf kommer emellant att utfra olika aktiviteter\n"
-"vid uppstart fr att hlla systemet i skick."
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"LPD r en skrivardemon som behvs fr att lpr ska fungera korrekt.\n"
-"Det r i princip en server som tilldelar utskrifter till skrivare."
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-"Linux Virtual Server, anvnds fr att bygga en hgpresterande\n"
-"och tillgnglig server."
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"Named (BIND) r en namnserver (Domain Name Server, DNS) som kan anvndas fr "
-"att sl upp IP-adresser frn datornamn."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr "Monterar/avmonterar alla ntverksfilsystem (NFS, SMB och NCP)."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Aktiverar/inaktiverar alla de ntverkskort som konfigurerats\n"
-"att starta vid uppstart."
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS r ett populrt protokoll fr fildelning ver TCP/IP-ntverk.\n"
-"Den hr demonen r en server fr detta protokoll, och konfigureras\n"
-"i filen /etc/exports."
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS r ett populrt protokoll fr fildelning ver TCP/IP-ntverk.\n"
-"Den hr demonen tillhandahller NFS-fillsning."
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-"Aktivera automatiskt numlock fr konsollge\n"
-"och XFree vid uppstart."
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Skapa std fr OKI 4w och kompatibla Windowsskrivare."
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA anvnds fr att ansluta t ex ethernet-ntverkskort och modem till\n"
-"brbara datorer. PCMCIA-tjnsten startas inte om den inte behvs, s det r\n"
-"helt skert att ha den installerad, ven p datorer som inte anvnder den."
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmappern hanterar RPC-anslutningar, vilka anvnds av protokoll som t ex\n"
-"NFS och NIS. En portmapper mste kras p de datorer som ska fungera\n"
-"som server fr sdana protokoll."
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix r en MTA (Mail Transport Agent), vilket r det program som flyttar "
-"e-post mellan datorer."
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-"Sparar och terladdar enropi-poolen fr att ge hgre kvalitet\n"
-"p systemets slumptalsgenerator."
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-"Tilldela raw-enheter till blockenheter (som t ex hrddiskpartitioner),\n"
-"fr anvndning av program ssom Oracle."
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-"Routed-demonen uppdaterar automatiskt IP-routing-tabeller via RIP-\n"
-"protokollet. RIP r mycket vlanvnt p mindre ntverk, men fr komplexare\n"
-"nt krvs kraftfullare protokoll."
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-"Rstat-protokollet lter anvndare se hur mycket en\n"
-"annan dator som kr en rstat-demon anvnds."
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-"Rusers-protokollet lter anvndare se vilka som r inloggade p\n"
-"en annan dator som kr en rusers-demon."
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-"Rwho-protokollet lter fjrranvndare se en lista p alla anvndare\n"
-"som r inloggade p en annan dator som kr en rwho-demon (liknar finger)."
-
-#: ../../services.pm_.c:80
-msgid "Launch the sound system on your machine"
-msgstr "Starta ljudsystemet p din dator"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-"Syslog r en demon genom vilken andra demoner skter sin\n"
-"loggning till diverse olika loggfiler. Det r en god id\n"
-"att alltid kra syslog."
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr "Ladda drivrutinerna fr dina USB-enheter."
-
-#: ../../services.pm_.c:84
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Startar X Font Server (detta r obligatoriskt fr att kra XFree)."
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Vlj vilka tjnster som ska startas automatiskt vid uppstart"
-
-#: ../../services.pm_.c:122
-msgid "Printing"
-msgstr "Skrivare"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "Internet"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr "Fildelning"
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-msgid "System"
-msgstr "System"
-
-#: ../../services.pm_.c:133
-msgid "Remote Administration"
-msgstr "Fjrradministration"
-
-#: ../../services.pm_.c:141
-msgid "Database Server"
-msgstr "Databasserver"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Tjnster: %d aktiverad fr %d registrerad"
-
-#: ../../services.pm_.c:186
-msgid "Services"
-msgstr "Tjnster"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "startad"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "stoppad"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr "Tjnster och demoner"
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"Tyvrr, ingen ytterligare information\n"
-"om den hr tjnsten."
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr "Vid uppstart"
-
-#: ../../services.pm_.c:236
-msgid "Start"
-msgstr "Start"
-
-#: ../../services.pm_.c:236
-msgid "Stop"
-msgstr "Stop"
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Tack fr att du valde Mandrake Linux 8.2."
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Vlkommen till de ppna kllkodernas vrld."
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-"Succn fr MandrakeSoft bygger p principen fri mjukvara. Ditt nya "
-"operativsystem r resultatet av ett vrldsomspnnande samarbete mellan "
-"mnniskor som anvnder Linux."
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
-msgstr "G med i den fria mjukvarans vrld."
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-"Lr knna Open Source-vrlden och bli en del av den. Lr, lr ut och hjlp "
-"andra genom att delta i de mnga diskussionsgrupperna som finns p vra "
-"\"Community\"-sidor."
-
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet och Messaging"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-"Mandrake Linux 8.2 ger dig de bsta programmen fr att komma t allt som "
-"Internet har att erbjuda. Surfa p webben och se p animationer med Mozilla "
-"och Konqueror, skicka/ta emot e-post och organisera din personliga "
-"information med Evolution och KMail och mycket mer."
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia och grafik"
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-"Mandrake Linux 8.2 lter dig anvnda din multimediadator fullt ut! Anvnd de "
-"senaste programmen fr att spela musik- och ljudfiler, redigera och "
-"organisera dina bilder och foton, titta p TV och video och mycket mer."
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Utveckling"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-"Mandrake Linux 8.2 r den ultimata plattformen fr programutveckling. "
-"Upptck kraften i GNU gcc-kompilatorn och anvnd de bsta ppna "
-"utvecklingsmiljerna."
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-msgid "Mandrake Control Center"
-msgstr "Mandrakes kontrollcentral"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-"Kontrollcentralen i Mandrake Linux 8.2 r allt du behver fr att anpassa "
-"och konfigurera ditt Mandrake-system."
-
-#: ../../share/advertising/06-user.pl_.c:9
-msgid "User interfaces"
-msgstr "Anvndargrnssnitt"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-"Mandrake Linux 8.2 erbjuder 11 olika grafiska skrivbordsmiljer och "
-"fnsterhanterare att vlja mellan, inklusive GNOME 1.4, KDE 2.2.2, Window "
-"Maker 0.8, m.fl."
-
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Server-mjukvara"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-"Frvandla din dator till en kraftfull server genom bara ngra musklick: "
-"webbserver, e-postserver, brandvgg, router, fil- och skrivarserver, etc."
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spel"
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-"Mandrake Linux 8.2 levererar de bsta Open Source-spelen. Arkad, action, "
-"kort, sport, strategi, mm."
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-"Vill du lra dig Linux p ett enkelt, snabbt och gratis stt? MandrakeSoft "
-"erbjuder gratis Linux-trning och stt fr att testa dina framsteg. P "
-"MandrakeCampus, vrt trningscenter p Internet."
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-"Kvalificerad hjlp frn Linux-vrlden och frn MandrakeSoft finns precis "
-"bakom hrnet! Om du redan r en Linux-veteran, bli en \"Expert\" och dela "
-"med dig av dina kunskaper p vr supportwebb."
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-"Fr alla dina IT-projekt finns vra konsulter redo fr att analysera dina "
-"behov och erbjuda en anpassad lsning. Dra nytta av MandrakeSofts lnga "
-"erfarenhet som Linux-producent fr att tillhandahlla ett sant IT-alternativ "
-"fr din fretagsorganisation."
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-"Ett fullt utbud av Linux-lsningar, samt specialerbjudanden p produkter och "
-"annat \"godis\" terfinns i vr ntbutik."
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-"Fr mer information om MandrakeSofts professionella tjnster och "
-"kommersiella erbjudanden se denna webbsida:"
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
-
-#: ../../standalone.pm_.c:25
-msgid "Installing packages..."
-msgstr "Installerar paket..."
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Partitionstabellen kan inte lsas - den r alldeles fr trasig.\n"
-"Kommer nu att frska rensa alla felaktiga partitioner."
-
-#: ../../standalone/drakautoinst_.c:45
-msgid "Error!"
-msgstr "Fel!"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Den ndvndiga avbildsfilen \"%s\" kan inte hittas."
-
-#: ../../standalone/drakautoinst_.c:48
-msgid "Auto Install Configurator"
-msgstr "Konfiguration fr automatisk installation"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-"Du r p vg att konfigurera en automatisk installationsdiskett. Denna "
-"funktion r en aning riskfylld och mste anvndas frsiktigt.\n"
-"\n"
-"Med den funktionen kan du gra repris av installationen du gjorde p denna "
-"dator, genom att g igenom ngra steg och ange dess vrden.\n"
-"\n"
-"Fr maximal skerhet sker partitionering och formatering aldrig automatiskt, "
-"oavsett vad du vljer vid installationen av denna dator.\n"
-"\n"
-"Vill du fortstta?"
-
-#: ../../standalone/drakautoinst_.c:71
-msgid "Automatic Steps Configuration"
-msgstr "Konfiguration av automatiska steg"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"Vlj fr varje steg om det ska vara en repris av din installation eller om "
-"det ska utfras manuellt."
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-"\n"
-"Vlkommen.\n"
-"\n"
-"Parametrarna fr auto-install r tillgngliga i sektionerna till vnster"
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "Gratulerar!"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Disketten har genererats.\n"
-"Du kan nu gra en repris av din installation."
-
-#: ../../standalone/drakautoinst_.c:282
-msgid "Auto Install"
-msgstr "Automatisk installation"
-
-#: ../../standalone/drakautoinst_.c:352
-msgid "Add an item"
-msgstr "Lgg till post"
-
-#: ../../standalone/drakautoinst_.c:359
-msgid "Remove the last item"
-msgstr "Ta bort den sista posten"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-"\n"
-" Rapport frn Drakbackup \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Rapport frn Drakbackup-demonen\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-"\n"
-" Detaljerad rapport frn Drakbackup\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr "total fortskridning"
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr "Skerhetskopiera systemfiler..."
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-msgid "Hard Disk Backup files..."
-msgstr "Skerhetskopieringsfiler fr hrddisk..."
-
-#: ../../standalone/drakbackup_.c:615
-msgid "Backup User files..."
-msgstr "Skerhetskopiera anvndarfiler..."
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr "Fortskridning av hrddiskskerhetskopiering..."
-
-#: ../../standalone/drakbackup_.c:666
-msgid "Backup Other files..."
-msgstr "Skerhetskopiera andra filer..."
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-"fillista skickad av FTP: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-"FTP-anslutningsproblem: Det var inte mjligt att skicka din skerhetskopia "
-"via FTP.\n"
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr "Fel vid skickning av e-post. \n"
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-msgid "File Selection"
-msgstr "Filval"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Vlj filerna eller katalogerna och klicka p Lgg till"
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Markera alla alternativ som du behver.\n"
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Dessa alternativ kan skerhetskopiera och terstlla alla filer i katalogen /"
-"etc.\n"
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr "Skerhetskopiera dina systemfiler (katalogen /etc)"
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-"Anvnd inkrementell skerhetskopiering (erstt inte gamla skerhetskopior)"
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Inkludera inte kritiska filer (passwd, group, fstab)"
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Med det hr alternativet kan du terstlla ngon version av\n"
-" katalogen /etc."
-
-#: ../../standalone/drakbackup_.c:812
-msgid "Please check all users that you want to include in your backup."
-msgstr "Markera alla anvndare som du vill inkludera i skerhetskopian."
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr "Inkludera inte webblsarcachen"
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-"Anvnd inkrementell skerhetskopiering (erstt inte gamla skerhetskopior)"
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-msgid "Remove Selected"
-msgstr "Ta bort valda"
-
-#: ../../standalone/drakbackup_.c:900
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
-
-#: ../../standalone/drakbackup_.c:939
-msgid "Users"
-msgstr "Anvndare"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr "Anvnd FTP-anslutning fr skerhetskopiering"
-
-#: ../../standalone/drakbackup_.c:967
-msgid "Please enter the host name or IP."
-msgstr "Ange vrddatornamnet eller IP-adressen."
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-"Ange katalogen p den hr vrddatorn\n"
-"dr skerhetskopiorna ska lagras."
-
-#: ../../standalone/drakbackup_.c:977
-msgid "Please enter your login"
-msgstr "Ange ditt anvndarnamn"
-
-#: ../../standalone/drakbackup_.c:982
-msgid "Please enter your password"
-msgstr "Ange ditt lsenord"
-
-#: ../../standalone/drakbackup_.c:988
-msgid "Remember this password"
-msgstr "Kom ihg detta lsenord"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-msgid "FTP Connection"
-msgstr "FTP-anslutning"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-msgid "Secure Connection"
-msgstr "Sker anslutning"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr "Anvnd cd/dvd-rom fr skerhetskopiering"
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-msgid "Please choose your CD space"
-msgstr "Vlj cd-utrymme"
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-msgid "Please check if you are using CDRW media"
-msgstr "Markera om du anvnder cdrw-media"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr "Markera om du vill radera din cdrw"
-
-#: ../../standalone/drakbackup_.c:1106
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr ""
-"Markera om du vill inkludera\n"
-" installationsstart p cd:n."
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Ange enhetsnamnet fr cd-brnnaren\n"
-" t ex: 0,1,0"
-
-#: ../../standalone/drakbackup_.c:1153
-msgid "Use tape to backup"
-msgstr "Anvnd band fr skerhetskopiering"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr "Ange enhetsnamnet som ska anvndas fr skerhetskopiering"
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-"Ange den maximala storleken\n"
-" som tillts fr Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-msgid "Please enter the directory to save:"
-msgstr "Ange katalogen som ska sparas:"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-msgid "Use quota for backup files."
-msgstr "Anvnd kvota fr skerhetskopieringsfiler."
-
-#: ../../standalone/drakbackup_.c:1267
-msgid "Network"
-msgstr "Ntverk"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr "Cdrom / dvdrom"
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr "Hrddisk / NFS"
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr "varje timma"
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr "dagligen"
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr "veckovis"
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr "mnadsvis"
-
-#: ../../standalone/drakbackup_.c:1312
-msgid "Use daemon"
-msgstr "Anvnd demon"
-
-#: ../../standalone/drakbackup_.c:1317
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Vlj tidsintervallet mellan varje \n"
-"skerhetskopiering"
-
-#: ../../standalone/drakbackup_.c:1323
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr ""
-"Vlj mediet fr\n"
-"skerhetskopiering."
-
-#: ../../standalone/drakbackup_.c:1327
-msgid "Use Hard Drive with daemon"
-msgstr "Anvnd hrddisk med demon"
-
-#: ../../standalone/drakbackup_.c:1329
-msgid "Use FTP with daemon"
-msgstr "Anvnd FTP med demon"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr "Kontrollera att cron-demonen r inkluderad i dina tjnster."
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr "Skicka en e-postrapport efter varje skerhetskopiering till:"
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr "Vad"
-
-#: ../../standalone/drakbackup_.c:1416
-msgid "Where"
-msgstr "Var"
-
-#: ../../standalone/drakbackup_.c:1421
-msgid "When"
-msgstr "Nr"
-
-#: ../../standalone/drakbackup_.c:1426
-msgid "More Options"
-msgstr "Fler alternativ"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-msgid "Drakbackup Configuration"
-msgstr "Konfiguration av Drakbackup"
-
-#: ../../standalone/drakbackup_.c:1463
-msgid "Please choose where you want to backup"
-msgstr "Vlj var du vill skerhetskopiera"
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr "p hrddisk"
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr "ver ntverk"
-
-#: ../../standalone/drakbackup_.c:1540
-msgid "Please choose what you want to backup"
-msgstr "Vlj vad du vill skerhetskopiera"
-
-#: ../../standalone/drakbackup_.c:1541
-msgid "Backup system"
-msgstr "Skerhetskopiera system"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr "Skerhetskopiera anvndare"
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr "Vlj anvndare manuellt"
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-"\n"
-"Skerhetskopieringskllor: \n"
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systemfiler:\n"
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Anvndarfiler:\n"
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-"\n"
-"- Andra filer:\n"
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-"\n"
-"- Spara till hrddisk p skvg: %s\n"
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-"\n"
-"- Spara via FTP p vrddator: %s\n"
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-"\t\t anvndarnamn: %s\n"
-"\t\t p skvg: %s \n"
-
-#: ../../standalone/drakbackup_.c:1637
-msgid ""
-"\n"
-"- Options:\n"
-msgstr ""
-"\n"
-"- Alternativ:\n"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr "\tInkludera inte systemfiler\n"
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tSkerhetskopiera med tar och bzip2\n"
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tSkerhetskopiera med tar och gzip\n"
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-"\n"
-"- Demon (%s) inkluderar:\n"
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr "\t-Hrddisk.\n"
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr "\t-Cd-rom.\n"
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Ntverk med FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Ntverk med SSH.\n"
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ingen konfiguration, klicka p Guide eller Avancerat.\n"
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-"Lista p data att terstlla:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-"Lista p frstrd data:\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:1755
-msgid "Please uncheck or remove it on next time."
-msgstr "Avmarkera eller ta bort det nsta gng."
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr "Skerhetskopieringsfilerna r frstrda"
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr " All vald data har "
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " terstllts p %s "
-
-#: ../../standalone/drakbackup_.c:1886
-msgid " Restore Configuration "
-msgstr " terstll konfiguration "
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr "Ok fr att terstlla de andra filerna."
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Anvndarlista att terstlla (endast det allra senaste datumet per anvndare "
-"r viktigt)"
-
-#: ../../standalone/drakbackup_.c:1972
-msgid "Backup the system files before:"
-msgstr "Skerhetskopiera systemfilerna fre:"
-
-#: ../../standalone/drakbackup_.c:1974
-msgid "please choose the date to restore"
-msgstr "vlj datumet som ska terstllas"
-
-#: ../../standalone/drakbackup_.c:2002
-msgid "Use Hard Disk to backup"
-msgstr "Anvnd hrddisk fr skerhetskopiering"
-
-#: ../../standalone/drakbackup_.c:2083
-msgid "Restore from Hard Disk."
-msgstr "terstll frn hrddisk."
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr "Ange katalogen dr skerhetskopiorna lagras"
-
-#: ../../standalone/drakbackup_.c:2143
-msgid "Select another media to restore from"
-msgstr "Vlj ett annat media att terstlla frn"
-
-#: ../../standalone/drakbackup_.c:2145
-msgid "Other Media"
-msgstr "Annat media"
-
-#: ../../standalone/drakbackup_.c:2151
-msgid "Restore system"
-msgstr "terstll system"
-
-#: ../../standalone/drakbackup_.c:2152
-msgid "Restore Users"
-msgstr "terstll anvndare"
-
-#: ../../standalone/drakbackup_.c:2153
-msgid "Restore Other"
-msgstr "terstll annat"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr "vlj skvg att terstlla (istllet fr /)"
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Gr en ny skerhetskopia fre terstllning (endast fr inkrementella "
-"skerhetskopior.)"
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr "Ta bort anvndarkataloger fre terstllning."
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr "terstll alla skerhetskopior"
-
-#: ../../standalone/drakbackup_.c:2225
-msgid "Custom Restore"
-msgstr "Egen terstllning"
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-msgid "Help"
-msgstr "Hjlp"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-msgid "Previous"
-msgstr "Fregende"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-msgid "Save"
-msgstr "Spara"
-
-#: ../../standalone/drakbackup_.c:2317
-msgid "Build Backup"
-msgstr "Bygg skerhetskopia"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-msgid "Restore"
-msgstr "terstll"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-msgid "Next"
-msgstr "Nsta"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Kr frst Bygg skerhetskopia fr att terstlla den...\n"
-" eller verifiera att spara-skvgen r korrekt."
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-"Fel uppstod med Sendmail.\n"
-" Rapporten via e-post skickades inte.\n"
-" Konfigurera Sendmail."
-
-#: ../../standalone/drakbackup_.c:2522
-msgid "Package List to Install"
-msgstr "Paketlista att installera"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-"Fel vid skickning av filer via FTP.\n"
-" Korrigera din FTP-anslutning."
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "Please select data to restore..."
-msgstr "Vlj data att terstlla..."
-
-#: ../../standalone/drakbackup_.c:2594
-msgid "Please select media for backup..."
-msgstr "Vlj media fr skerhetskopia..."
-
-#: ../../standalone/drakbackup_.c:2616
-msgid "Please select data to backup..."
-msgstr "Vlj data att skerhetskopiera..."
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-"Ingen konfigurationsfil hittad. \n"
-"Klicka p Guide eller Avancerat."
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr "Under utveckling... vnta."
-
-#: ../../standalone/drakbackup_.c:2739
-msgid "Backup system files"
-msgstr "Skerhetskopiera systemfiler"
-
-#: ../../standalone/drakbackup_.c:2741
-msgid "Backup user files"
-msgstr "Skerhetskopiera anvndarfiler"
-
-#: ../../standalone/drakbackup_.c:2743
-msgid "Backup other files"
-msgstr "Skerhetskopiera andra filer"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr "Total fortskridning"
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr "filer skickas med FTP"
-
-#: ../../standalone/drakbackup_.c:2771
-msgid "Sending files..."
-msgstr "Skickar filer..."
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr "Datalista att inkludera p cd-rom."
-
-#: ../../standalone/drakbackup_.c:2899
-msgid "Please enter the cd writer speed"
-msgstr "Ange hastigheten p cd-brnnaren"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr "Ange enhetsnamnet p cd-brnnaren (t ex: 0,1,0)"
-
-#: ../../standalone/drakbackup_.c:2923
-msgid "Please check if you want to include install boot on your CD."
-msgstr "Markera om du vill inkludera installationsstart p cd:n."
-
-#: ../../standalone/drakbackup_.c:2989
-msgid "Backup Now from configuration file"
-msgstr "Skerhetskopiera frn konfigurationsfil nu"
-
-#: ../../standalone/drakbackup_.c:2999
-msgid "View Backup Configuration."
-msgstr "Visa skerhetskopieringskonfiguration."
-
-#: ../../standalone/drakbackup_.c:3020
-msgid "Wizard Configuration"
-msgstr "Guidekonfiguration"
-
-#: ../../standalone/drakbackup_.c:3024
-msgid "Advanced Configuration"
-msgstr "Avancerad konfiguration"
-
-#: ../../standalone/drakbackup_.c:3028
-msgid "Backup Now"
-msgstr "Skerhetskopiera nu"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr "Drakbackup"
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-"Alternativbeskrivning:\n"
-"\n"
-" I det hr steget lter Drakbackup dig vlja:\n"
-"\n"
-" - Kompressionslget:\n"
-" \n"
-" Om du markerar bzip2-kompression, kommer du att packa\n"
-" datat bttre n med gzip (ungefr 2-10 %).\n"
-" Det hr alternativet r inte frvalt eftersom\n"
-" det hr kompressionslget tar lngre tid (ungefr 1000% lngre).\n"
-" \n"
-" - Uppdateringslge:\n"
-"\n"
-" Det hr alternativet kommer att uppdatera din skerhetskopia, men det\n"
-" hr alternativet r egentligen inte anvndbart eftersom du mste\n"
-" dekomprimera skerhetskopian innan du kan uppdatera den.\n"
-" \n"
-" - Lget \".backupignore\":\n"
-"\n"
-" Som med CVS, Drakbackup kommer att ignorera alla referenser\n"
-" som inkluderas i .backupignore-filer i varje katalog.\n"
-" exempel: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-"\n"
-" Vissa problem som uppstr med Sendmail orsakas av \n"
-" en felaktig konfiguration av Postfix. Fr att lsa problemet mste\n"
-" du stlla in myhostname eller mydomain i /etc/postfix/main.cf.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-"Alternativbeskrivning:\n"
-"\n"
-" - Skerhetskopiera systemfiler:\n"
-" \n"
-"\tDet hr alternativet lter dig skerhetskopiera katalogen /etc,\n"
-"\tvilken innehller alla konfigurationsfiler. Var frsiktig\n"
-"\tnr du terstller s att du inte skriver ver:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Skerhetskopiera anvndarfiler: \n"
-"\n"
-"\tDet hr alternativet lter dig vlja alla anvndare som du vill \n"
-"\tskerhetskopiera.\n"
-"\tFr att spara diskutrymme rekommenderas du att \n"
-"\tinte inkludera webblsarens cache.\n"
-"\n"
-" - Skerhetskopiera andra filer: \n"
-"\n"
-"\tDet hr alternativet lter dig lgga till mer data som du vill spara.\n"
-"\tMed det hr alternativet r det nnu inte mjligt att \n"
-"\tvlja inkrementell skerhetskopia.\t\t\n"
-" \n"
-" - Inkrementell skerhetskopia:\n"
-"\n"
-"\tInkrementell skerhetskopia r det kraftfullaste \n"
-"\talternativet fr skerhetskopiering. Det hr alternativet lter dig \n"
-"\tskerhetskopiera all din data en frsta gng och bara \n"
-"\tdet som ndrats andra gngen.\n"
-"\tUnder terstllningssteget kan du terstlla data frn ett\n"
-"\tspeciellt datum.\n"
-"\tOm du inte vljer det hr alternativet kommer\n"
-"\talla gamla skerhetskopior att tas bort fre varje "
-"skerhetskopiering. \n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"terstllningsbeskrivning:\n"
-" \n"
-"Bara den senaste datan kommer att anvndas, eftersom det med inkrementella \n"
-"skerhetskopior r ndvndigt att terstlla gamla skerhetskopior en efter "
-"en.\n"
-"\n"
-"Om du inte vill terstlla en anvndare, avmarkera d dennes\n"
-"kryssrutor.\n"
-"\n"
-"Annars kan du bara vlja en av dessa\n"
-"\n"
-"- Inkrementell skerhetskopia:\n"
-"\n"
-"\tInkrementell skerhetskopia r det kraftfullaste \n"
-"\talternativet fr skerhetskopiering. Det hr alternativet lter dig \n"
-"\tskerhetskopiera all din data en frsta gng och bara \n"
-"\tdet som ndrats andra gngen.\n"
-"\tUnder terstllningssteget kan du terstlla data frn ett\n"
-"\tspeciellt datum.\n"
-"\tOm du inte vljer det hr alternativet kommer\n"
-"\talla gamla skerhetskopior att tas bort fre varje "
-"skerhetskopiering. \n"
-"\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-" Copyright (C) 2001 MandrakeSoft av DUPONT Sebastien <dupont_s\\@epita.fr>"
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Fljande text r en informell versttning som enbart tillhandahlls i\n"
-" informativt syfte. Fr alla juridiska tolkningar gller den engelska\n"
-" originaltexten.\n"
-" Detta program r fri programvara. Du kan distribuera det och/eller\n"
-" modifiera det under villkoren i GNU General Public License, publicerad\n"
-" av Free Software Foundation, antingen version 2 eller (om du s vill)\n"
-" ngon senare version.\n"
-"\n"
-" Detta program distribueras i hopp om att det ska vara anvndbart, men\n"
-" UTAN NGON SOM HELST GARANTI, ven utan underfrstdd garanti om\n"
-" SLJBARHET eller LMPLIGHET FR NGOT SPECIELLT NDAML. Se GNU\n"
-" General Public License fr ytterligare information.\n"
-"\n"
-" Du br ha ftt en kopia av GNU General Public License tillsammans med\n"
-" detta program. Om inte, skriv till Free Software Foundation, In.,\n"
-" 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-"Beskrivning:\n"
-"\n"
-" Drakbackup anvnds fr att skerhetskopiera ditt system.\n"
-" Under konfigurationen kan du vlja: \n"
-"\t- Systemfiler, \n"
-"\t- Anvndares filer, \n"
-"\t- Andra filer.\n"
-"\teller hela ditt system... och andra (som till exempel Windows-"
-"partitioner)\n"
-"\n"
-" Drakbackup lter dig skerhetskopiera ditt system till:\n"
-"\t- Hrddisk.\n"
-"\t- NFS.\n"
-"\t- Cd-rom (cdrw), DVD-rom (med automatisk start, rddning och automatsik "
-"installation).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Band.\n"
-"\n"
-" Drakbackup lter dig terstlla ditt system till\n"
-" en katalog som du vljer.\n"
-"\n"
-" Som standard lagras alla skerhetskopior i katalogen\n"
-" /var/drakbackup.\n"
-"\n"
-" Konfigurationsfil:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"terstllningssteg:\n"
-" \n"
-" Under terstllningssteget kommer Drakbackup att ta bort \n"
-" din originalkatalog och verifiera att alla \n"
-" skerhetskopior inte r frstrda. Du rekommenderas att \n"
-" gra en skerhetskopiering innan terstllning.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-"Alternativbeskrivning:\n"
-"\n"
-"Var frsiktig nr du skerhetskopierar till FTP eftersom endast \n"
-"skerhetskopior som redan byggts skickas till servern.\n"
-"Fr tillfllet mste du bygga skerhetskopian p din hrddisk \n"
-"innan du skickar den till servern.\n"
-"\n"
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-"\n"
-"terstllningsproblem:\n"
-"\n"
-"Under terstllningssteget kommer Drakbackup att verifiera\n"
-"alla dina skerhetskopior innan den terstller dem.\n"
-"Innan terstllningen kommer Drakbackup att ta bort \n"
-"din originalkatalog och all din data \n"
-"frsvinner. Det r viktigt att du r frsiktig och inte ndrar \n"
-"skerhetskopiorna fr hand.\n"
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Beskrivning:\n"
-"\n"
-" Drakbackup anvnds fr att skerhetskopiera ditt system.\n"
-" Under konfigurationen kan du vlja: \n"
-"\t- Systemfiler, \n"
-"\t- Anvndares filer, \n"
-"\t- Andra filer.\n"
-"\teller hela ditt system... och andra (som till exempel Windows-"
-"partitioner)\n"
-"\n"
-" Drakbackup lter dig skerhetskopiera ditt system till:\n"
-"\t- Hrddisk.\n"
-"\t- NFS.\n"
-"\t- Cd-rom (cdrw), DVD-rom (med automatisk start, rddning och automatsik "
-"installation).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Band.\n"
-"\n"
-" Drakbackup lter dig terstlla ditt system till\n"
-" en katalog som du vljer.\n"
-"\n"
-" Som standard lagras alla skerhetskopior i katalogen\n"
-" /var/drakbackup.\n"
-"\n"
-" Konfigurationsfil:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"terstllningssteg:\n"
-" \n"
-" Under terstllningssteget kommer Drakbackup att ta bort\n"
-" din originalkatalog och verifiera att alla\n"
-" skerhetskopior inte r frstrda. Du rekommenderas att\n"
-" gra en skerhetskopiering innan terstllning.\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Installationen av %s misslyckades. Fljande fel uppstod:"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr "Sk installerade teckensnitt"
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr "Avmarkera installerade teckensnitt"
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr "tolka alla teckensnitt"
-
-#: ../../standalone/drakfont_.c:253
-msgid "no fonts found"
-msgstr "inga teckensnitt hittades"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-msgid "done"
-msgstr "frdig"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr "kunde inte hitta ngra teckensnitt p dina monterade partitioner"
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr "Vlj om korrekta teckensnitt"
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr "kunde inte hitta ngra teckensnitt.\n"
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr "Sk teckensnitt i installerad lista"
-
-#: ../../standalone/drakfont_.c:350
-msgid "Fonts copy"
-msgstr "Kopiera teckensnitt"
-
-#: ../../standalone/drakfont_.c:353
-msgid "True Type fonts installation"
-msgstr "Installation av True Type-teckensnitt"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr "vnta medan ttmkfdir..."
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr "Installation av True Type klar"
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr "Konvertering av teckensnitt"
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr "type1inst-byggning"
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr "Ghostscript-referenser"
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr "konvertering av ttf-teckensnitt"
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr "konvertering av pfm-teckensnitt"
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr "Stng av temporra filer"
-
-#: ../../standalone/drakfont_.c:414
-msgid "Restart XFS"
-msgstr "Starta om XFS"
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr "Stng av teckensnittsfiler"
-
-#: ../../standalone/drakfont_.c:465
-msgid "xfs restart"
-msgstr "starta om xfs"
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-"Innan du installerar ngra teckensnitt mste du vara sker p att du har "
-"rtt att anvnda och installera dem p ditt system.\n"
-"\n"
-"-Du kan installera teckensnitten p det vanliga sttet. I sllsynta fall kan "
-"felaktiga teckensnitt hnga X-servern."
-
-#: ../../standalone/drakfont_.c:547
-msgid "Fonts Importation"
-msgstr "Importera teckensnitt"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr "Hmta frn Windows"
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr "Avinstallera teckensnitt"
-
-#: ../../standalone/drakfont_.c:568
-msgid "Advanced Options"
-msgstr "Avancerade alternativ"
-
-#: ../../standalone/drakfont_.c:570
-msgid "Font List"
-msgstr "Teckensnittslista"
-
-#: ../../standalone/drakfont_.c:739
-msgid "Choose the applications that will support the fonts :"
-msgstr "Vlj de program som ska anvnda teckensnitten:"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr "Ghostscript"
-
-#: ../../standalone/drakfont_.c:747
-msgid "StarOffice"
-msgstr "StarOffice"
-
-#: ../../standalone/drakfont_.c:751
-msgid "Abiword"
-msgstr "Abiword"
-
-#: ../../standalone/drakfont_.c:755
-msgid "Generic Printers"
-msgstr "Allmnna skrivare"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Vlj teckensnittsfilen eller katalogen och klicka p Lgg till"
-
-#: ../../standalone/drakfont_.c:828
-msgid "Install List"
-msgstr "Installera lista"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr "klicka hr om du r sker."
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr "hr om osker."
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr "Avmarkera alla"
-
-#: ../../standalone/drakfont_.c:899
-msgid "Selected All"
-msgstr "Markera alla"
-
-#: ../../standalone/drakfont_.c:901
-msgid "Remove List"
-msgstr "Ta bort lista"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-msgid "Initials tests"
-msgstr "Initiala tester"
-
-#: ../../standalone/drakfont_.c:920
-msgid "Copy fonts on your system"
-msgstr "Kopierar teckensnitt till ditt system"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr "Installerar & konverterar teckensnitt"
-
-#: ../../standalone/drakfont_.c:922
-msgid "Post Install"
-msgstr "Bearbetar installation"
-
-#: ../../standalone/drakfont_.c:940
-msgid "Remove fonts on your system"
-msgstr "Tar bort teckensnitt frn ditt system"
-
-#: ../../standalone/drakfont_.c:941
-msgid "Post Uninstall"
-msgstr "Bearbetar avinstallation"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "Internetdelning"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Internetdelning r fr nrvarande aktiverat"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Konfigurationen av Internetdelningen har redan blivit genomfrd.\n"
-"Den r fr nrvarande aktiverad.\n"
-"\n"
-"Vad vill du gra?"
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "inaktivera"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "avsluta"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "konfigurera om"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "Inaktiverar servrar..."
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "Internetdelning r nu inaktiverat"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internetdelning fr nrvarande inaktiverat"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Konfiguration av Internetdelning har redan genomfrts.\n"
-"Den r fr nrvarande inaktiverad.\n"
-"\n"
-"Vad vill du gra?"
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "aktivera"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "Aktiverar servrar..."
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "Internetdelning r nu aktiverat"
-
-#: ../../standalone/drakgw_.c:201
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"Du r p vg att konfigurera din dator fr att dela sin Internetanslutning.\n"
-"Med den funktionen kan andra datorer i ditt ntverk anvnda din dators "
-"Internetanslutning.\n"
-"\n"
-"Observera: du behver ett dedikerat ntverkskort fr att stta upp ett "
-"lokalt ntverk (LAN)."
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Grnssnitt %s (anvnder modul %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Grnssnitt %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "Inget ntverkskort i ditt system."
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Inget Ethernet-ntverkskort har hittats i ditt system. Kr "
-"konfigurationsverktyget fr hrdvara."
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Ntverksgrnssnitt"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"Det finns bara ett konfigurerat ntverkskort i ditt system:\n"
-"\n"
-"%s\n"
-"\n"
-"Ditt lokala ntverk kommer att sttas upp med det kortet."
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Vlj vilket ntverkskort som ska kopplas mot ditt lokala ntverk."
-
-#: ../../standalone/drakgw_.c:271
-msgid "Network interface already configured"
-msgstr "Ntverksgrnssnitt redan konfigurerat"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-"Varning, ntverkskortet (%s) r redan konfigurerat.\n"
-"\n"
-"Vill du ha en automatisk omkonfiguration?\n"
-"\n"
-"Du kan gra det manuellt men du mste veta vad du gr."
-
-#: ../../standalone/drakgw_.c:277
-msgid "Automatic reconfiguration"
-msgstr "Automatisk omkonfiguration"
-
-#: ../../standalone/drakgw_.c:278
-msgid "Show current interface configuration"
-msgstr "Visa aktuell grnssnittskonfiguration"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Aktuell konfiguration av \"%s\":\n"
-"\n"
-"Ntverk: %s\n"
-"IP-adress: %s\n"
-"IP-attribut: %s\n"
-"Drivrutin: %s"
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-"Vi kan behlla din aktuella konfiguration och anta att du redan har satt upp "
-"en DHCP-server; om s r fallet, verifiera att C-klassntverket som du "
-"anvnder p ditt lokala ntverk blev korrekt lst. Det kommer inte att "
-"konfigureras om och din konfiguration av DHCP-servern kommer inte att "
-"rras.\n"
-"\n"
-"Annars kan vi konfigurera om ditt grnssnitt och konfigurera (om) en DHCP-"
-"server t dig.\n"
-"\n"
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr "Lokalt C-klassntverk"
-
-#: ../../standalone/drakgw_.c:298
-msgid "(This) DHCP Server IP"
-msgstr "(Den hr) DHCP-serverns IP"
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr "Konfigurera om grnssnitt och DHCP-server"
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Det lokala ntverket slutade inte med \".0\", avbryter."
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Potentiell LAN-adresskonflikt hittad i aktuell konfiguration av %s.\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Brandvggskonfiguration upptckt!"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Varning! En existerande brandvggskonfiguration har upptckts. Du behver "
-"eventuellt en manuell fix efter installationen."
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "Konfigurerar..."
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Konfigurerar skript, installerar mjukvara, startar servrar..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Problem att installera paket %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"Allt har nu blivit konfigurerat.\n"
-"Du kan nu dela Internetanslutning med andra datorer i ditt lokala ntverk, "
-"genom automatisk ntverkskonfiguration (DHCP)."
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Konfigurationen r redan gjord, men r fr nrvarande inaktiverad."
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Konfigurationen r redan gjord och r fr nrvarande aktiverad."
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Ingen Internetdelning har varit konfigurerad."
-
-#: ../../standalone/drakgw_.c:696
-msgid "Internet connection sharing configuration"
-msgstr "Konfigurera Internetanslutning och delning"
-
-#: ../../standalone/drakgw_.c:703
-#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Vlkommen till verktyget fr Internetdelning!\n"
-"\n"
-"%s\n"
-"\n"
-"Klicka p Konfigurera fr att starta instllningsguiden."
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Ntverkskonfiguration (%d kort)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "Ta bort profil..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "Profil att ta bort:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "Ny profil..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Namn p profilen som ska skapas (den nya profilen skapas som en kopia av den "
-"aktuella):"
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "Vrddatornamn: "
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "Internettkomst"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr "Typ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "Gateway:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Grnssnitt:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr "Vnta"
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Konfigurera Internettkomst..."
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "LAN-konfiguration"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Drivrutin"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Grnssnitt"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protokoll"
-
-#: ../../standalone/draknet_.c:232
-msgid "State"
-msgstr "Status"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Konfigurera lokalt ntverk..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr "Klicka hr fr att starta guiden ->"
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Guide..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "Verkstll"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "Vnta... verkstller konfigurationen"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr "Ansluten"
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr "Inte ansluten"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Anslut..."
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "Koppla ner..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-"Varning, en annan Internetanslutning har upptckts som kanske anvnder ditt "
-"ntverk."
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Du har inga grnssnitt konfigurerade.\n"
-"Konfigurera dem frst genom att klicka p Konfigurera."
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "LAN-konfiguration"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Kort %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Startprotokoll"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "Startad vid uppstart"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP-klient"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "activate now"
-msgstr "aktivera nu"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-msgid "deactivate now"
-msgstr "inaktivera nu"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Grnssnittet har inte konfigurerats nnu.\n"
-"Starta konfigurationsguiden i huvudfnstret."
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"Du har ingen Internetanslutning.\n"
-"Skapa en frst genom att klicka p Konfigurera."
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "Konfiguration av Internetanslutning"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "Konfiguration av Internetanslutning"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Anslutningstyp: "
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parametrar"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "Gateway"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet-kort"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP-klient"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "Verkstller skerhetsniv"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Kontrollcentral"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "Vlj vilket verktyg du vill anvnda"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "Canada (cable)"
-msgstr "Kanada (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr "USA (bcast)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr "USA (kabel)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr "USA (kabel-hrc)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr "Kina (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr "Japan (bcast)"
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr "Japan (kabel)"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "East Europe"
-msgstr "steuropa"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "Ireland"
-msgstr "Irland"
-
-#: ../../standalone/drakxtv_.c:50
-msgid "West Europe"
-msgstr "Vsteuropa"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Australia"
-msgstr "Australien"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr "Nya Zeeland"
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr "Sydafrika"
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-"Ange\n"
-"din TV-standard och ditt land"
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr "TV-standard:"
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr "Omrde:"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr "Skning efter TV-kanaler pgr..."
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr "Sker efter TV-kanaler"
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr "Inget TV-kort kunde hittas!"
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-"Inget TV-kort kunde hittas i din dator. Kontrollera att ditt TV-kort har "
-"std fr Linux och att det sitter i ordentligt.\n"
-"\n"
-"\n"
-"Du kan beska vr hrdvarudatabas p:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "anvndning: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "Vlj tangentbordslayout."
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Vill du att \"Backspace\" ska returnera \"Delete\" i konsollen?"
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "Byt cd-skiva"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-"Stt in cd-skivan med installationen och klicka p Ok.\n"
-"Om du inte har den, klicka p Avbryt fr att undvika live-uppdatering."
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Kan inte starta live-uppdateringen.\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr "ndringen r genomfrd men fr att aktiveras mste du logga ut."
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr "Visa endast fr den valda dagen"
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "/Arkiv/_Ny"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "/Arkiv/_ppna"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "/Arkiv/_Spara"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "/Arkiv/Spar_a som"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "/Arkiv/-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Alternativ"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Alternativ/Testa"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Hjlp"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "/Hjlp/_Om..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-msgid "User"
-msgstr "Anvndare"
-
-#: ../../standalone/logdrake_.c:174
-msgid "Messages"
-msgstr "Meddelanden"
-
-#: ../../standalone/logdrake_.c:175
-msgid "Syslog"
-msgstr "Syslogg"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr "Frklaring av Mandrake-verktyg"
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr "sk"
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "Ett verktyg fr att vervaka dina loggar"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "Instllningar"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "matchar"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "matchar inte"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "Vlj fil"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "Kalender"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "Innehllet i filen"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr "E-post/SMS-underrttelse"
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "vnta, behandlar fil: %s"
-
-#: ../../standalone/logdrake_.c:405
-msgid "Mail/SMS alert configuration"
-msgstr "Konfiguration av e-post/SMS-underrttelse"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Vlkommen till verktyget fr e-post/SMS-konfiguration.\n"
-"\n"
-"Hr kan du stlla in underrttelsesystemet.\n"
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr "proftpd"
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr "sshd"
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr "webmin"
-
-#: ../../standalone/logdrake_.c:419
-msgid "xinetd"
-msgstr "xinetd"
-
-#: ../../standalone/logdrake_.c:422
-msgid "service setting"
-msgstr "instllning fr tjnst"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-"Du kommer att f en underrttelse om en av de valda tjnsterna inte lngre "
-"krs"
-
-#: ../../standalone/logdrake_.c:433
-msgid "load setting"
-msgstr "ladda instllning"
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-"Du kommer att f en underrttelse om belastningen verskrider det hr vrdet"
-
-#: ../../standalone/logdrake_.c:447
-msgid "alert configuration"
-msgstr "Underrttelsekonfiguration"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr "Anpassa p vilket stt systemet ska underrtta dig"
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "Spara som..."
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "Vlj mustyp."
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "ingen serial_usb hittades\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "Emulera tredje knappen?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr "%s hittades p %s, konfigurera den?"
-
-#: ../../standalone/scannerdrake_.c:60
-msgid "Select a scanner"
-msgstr "Vlj en bildlsare"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Bildlsaren %s stds inte"
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-"Scannerdrake kunde inte hitta din %s-scanner.\n"
-"Vlj den enhet som din scanner sitter kopplad till."
-
-#: ../../standalone/scannerdrake_.c:96
-msgid "choose device"
-msgstr "vlj enhet"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-"Denna %s scanner mste konfigureras av printerdrake.\n"
-"Du kan starta printerdrake frn Mandrakes kontrollcentral i avdelningen "
-"Hrdvara."
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-"Din %s-scanner har blivit konfigurerad.\n"
-"Du kan nu lsa in bilder och dokument med hjlp av \"XSane\" som finns i "
-"Multimedia/Grafik-menyn."
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "Brandvggskonfiguration"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "Brandvggskonfiguration"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Brandvgg\n"
-"\n"
-"Du har redan satt upp en brandvgg.\n"
-"Klicka p Konfigurera fr att ndra eller ta bort brandvggen."
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Brandvgg\n"
-"\n"
-"Klicka p Konfigurera fr att stta upp en standardbrandvgg."
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Vlj sprk"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Vlj installationsklass"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Identifiering av hrddisk"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfigurera mus"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Vlj tangentbord"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Skerhet"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Konfigurera filsystem"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatera partitioner"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Vlj paket fr installation"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installera system"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Lgg till anvndare"
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfigurera ntverk"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigurera tjnster"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installera starthanterare"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Skapa startdiskett"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurera X"
-
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Installera systemuppdateringar"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Avsluta installationen"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Tinyfirewall-konfigurator\n"
-"\n"
-"Detta konfigurerar en personlig brandvgg fr denna Mandrake Linux-dator.\n"
-"Fr en kraftfull och dedikerad brandvggslsning, ta en titt p den\n"
-"specialiserade distributionen MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Vi kommer nu att stlla frgor om vilka tjnster du vill tillta\n"
-"Internet att komma t. Tnk efter noga innan du\n"
-"svarar, eftersom din dators skerhet r viktig.\n"
-"\n"
-"Om du inte anvnder ngon eller ngra av dessa tjnster\n"
-"se till att blockera dem. Du kan ndra denna konfiguration\n"
-"nr som helst genom att kra detta program p nytt."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Kr du en webbserver p denna dator som hela Internet behver komma\n"
-"t? Om du kr en webbserver som bara behver kommas t lokalt av den\n"
-"hr datorn, kan du med skerhet svara Nej hr.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Kr du en namnserver p denna dator? Om du inte anvnder en\n"
-"sdan, fr att frmedla IP- och zoneinformation till hela Internet,\n"
-"svara Nej.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Vill du tillta inkommande Secure Shell-anslutningar (SSH)? Det\n"
-"r en telnet-ersttare som du kan anvnda fr att logga in. Om du\n"
-"anvnder telnet nu, borde du definitivt byta till SSH. Telnet r inte\n"
-"krypterat -- s attackerare kan stjla dina lsenord om du anvnder\n"
-"det. SSH r krypterat och tillter inte samma avlyssning."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Vill du tillta inkommande telnet-anslutningar?\n"
-"Det innebr en stor risk, som vi frklarade p frra skrmen.\n"
-"Du rekommenderas att svara Nej och anvnda SSH\n"
-"istllet fr telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Kr du en FTP-server som mste vara tkomlig frn Internet? Om du gr det,\n"
-"rekommenderar vi att du bara anvnder den fr verfringar med Anonymous.\n"
-"Alla lsenord som skickas av FTP kan stjlas av attackerare eftersom FTP\n"
-"inte anvnder ngon kryptering vid verfringen av lsenord.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Kr du en e-postserver? Om du skickar brev\n"
-"via Pine, Mutt eller ngon annan textbaserad e-postklient,\n"
-"gr du antagligen det. Annars borde du blockera med brandvgg.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Kr du en POP- eller IMAP-server hr? Det skulle anvndas\n"
-"fr att erbjuda icke-webbaserade e-postkonton till mnniskor\n"
-"genom denna dator.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Du verkar kra en 2.2-krna. Om din IP-adress ska\n"
-"tilldelas automatiskt av en dator i ditt hem eller p jobbet\n"
-"(dynamisk adressering) behver vi tillta det att ske.\n"
-"r s fallet?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Blir din dator tidsynkroniserad med en annan dator?\n"
-"Vanligtvis anvnds detta av mellanstora och stora Unix/Linux-fretag\n"
-"fr att synkronisera tider fr loggning och dylikt. Om du inte r del\n"
-"i en strre kontorsmilj och inte har hrt talas om denna funktion,\n"
-"blir den nog inte det."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurationen slutfrd. Ska dessa ndringar skrivas till disken?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan inte ppna %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kan inte ppna %s fr skrivning: %s\n"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr "Nej, jag behver inte DHCP"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr "Ja, jag behver DHCP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr "Nej, jag behver inte NTP"
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr "Ja, jag behver NTP"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr "Spara inte"
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr "Spara och avsluta"
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-msgid "Firewall Configuration Wizard"
-msgstr "Brandvggsguiden"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr "Nej (blockera detta mot Internet)"
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr "Ja (lt detta komma igenom brandvggen)"
-
-#: ../../tinyfirewall.pm_.c:232
-msgid "Please Wait... Verifying installed packages"
-msgstr "Vnta... Verifierar installerade paket"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Kunde inte installera ndvndiga paket: %s och Bastille.\n"
-" Frsk installera dem manuellt."
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Webb/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Ntverksdator (klient)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-server, SMB-server, Proxyserver, SSH-server"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kontor"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome arbetsstation"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Verktyg fr din Palm Pilot eller Visor"
-
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Arbetsstation"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Brandvgg/Router"
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domnnamns- och Network Information-Server"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-"Kontorsprogram: ordbehandlare (Kword, Abiword), kalkylprogram (Kspread, "
-"Gnumeric), PDF-visare, etc"
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Ljudrelaterade verktyg: MP3- eller Midi-spelare, mixrar, etc"
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bcker och \"Howto's\" om Linux och fri mjukvara"
-
-#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE arbetsstation"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"En samling verktyg fr e-post, diskussioner, webb, filverfring och chatt"
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Databas"
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL- eller MySQL-databasserver"
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Verktyg fr att underltta konfigurationen av din dator"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Ljud"
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr "Verktyg"
-
-#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentation"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsollverktyg"
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "E-postservern Postfix, Diskussionsgruppsservern Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetstation"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediastation"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfiguration"
-
-#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Fler grafiska skrivbordsmiljer (Gnome, IceWM)"
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop Environment, den grundlggande grafiska miljn med en samling "
-"tillhrande verktyg"
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafisk milj"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Verktyg fr att skapa och brnna cd-skivor"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kontorsarbetsstation"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr "Server"
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiska program som till exempel Gimp"
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Utvecklingsbibliotek, program och include-filer fr C och C++"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Ntverksserver"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-post/Gruppprogram/Diskussioner"
-
-#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spelstation"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videospelare och editorer"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - Grafik"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Underhllande program: arkad, brdspel, strategi, etc"
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"En samling verktyg fr att lsa och skicka e-post och nyheter (Pine, Mutt, "
-"Tin...) och fr att utforska webben"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr "Arkivering, emulatorer, vervakning"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Personlig ekonomi"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"En grafisk milj med en samling anvndarvnliga program och skrivbordsverktyg"
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienter fr olika protokoll inkluderande SSH"
-
-#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet-gateway"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Redigerings- och uppspelningsprogram fr video och ljud"
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andra grafiska skrivbordsmiljer"
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editorer, skal, filverktyg, terminaler"
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Program fr att hantera din ekonomi, som till exempel Gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Personlig informationshantering (PIM)"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - cd-brnning"
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Vetenskaplig arbetsstation"
diff --git a/perl-install/share/po/th.po b/perl-install/share/po/th.po
deleted file mode 100644
index 8724955b8..000000000
--- a/perl-install/share/po/th.po
+++ /dev/null
@@ -1,11570 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) 1999 MandrakeSof
-#
-# Kan Yuenyong <kan@kaiwal.com>, 1999
-# Wachara Chinsettawong <wachara@yahoo.com>, 2001
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-03-11 18:29+0100\n"
-"PO-Revision-Date: 2001-04-05 14:03GMT+7\n"
-"Last-Translator: Wachara Chinsettawong <wachara@yahoo.com>\n"
-"Language-Team: Thai\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=tis-620\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.8\n"
-
-#: ../../Xconfigurator.pm_.c:242
-msgid "Configure all heads independently"
-msgstr "Configure all heads independently"
-
-#: ../../Xconfigurator.pm_.c:243
-msgid "Use Xinerama extension"
-msgstr "Use Xinerama extension"
-
-#: ../../Xconfigurator.pm_.c:246
-#, c-format
-msgid "Configure only card \"%s\" (%s)"
-msgstr "͹ԡ੾С \"%s\" (%s)"
-
-#: ../../Xconfigurator.pm_.c:249
-msgid "Multi-head configuration"
-msgstr "Multi-head configuration"
-
-#: ../../Xconfigurator.pm_.c:250
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-"ͧͧسʹѺʹعä͹ԡẺ multihead \n"
-"سͧ÷?"
-
-#: ../../Xconfigurator.pm_.c:261
-msgid "Graphic card"
-msgstr "ҿԤ"
-
-#: ../../Xconfigurator.pm_.c:262
-msgid "Select a graphic card"
-msgstr "͡ҿԤ"
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "Choose a X server"
-msgstr "͡ X "
-
-#: ../../Xconfigurator.pm_.c:286
-msgid "X server"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "Choose a X driver"
-msgstr "͡ X "
-
-#: ../../Xconfigurator.pm_.c:293
-#, fuzzy
-msgid "X driver"
-msgstr "X "
-
-#: ../../Xconfigurator.pm_.c:360 ../../Xconfigurator.pm_.c:366
-#: ../../Xconfigurator.pm_.c:416 ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
-
-#: ../../Xconfigurator.pm_.c:363
-msgid "Which configuration of XFree do you want to have?"
-msgstr "XFree Դ˹سͧ"
-
-#: ../../Xconfigurator.pm_.c:374
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-
-#: ../../Xconfigurator.pm_.c:376 ../../Xconfigurator.pm_.c:409
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Your card can have 3D hardware acceleration support with XFree %s."
-
-#: ../../Xconfigurator.pm_.c:378 ../../Xconfigurator.pm_.c:411
-#: ../../Xconfigurator.pm_.c:1507
-#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s with 3D hardware acceleration"
-
-#: ../../Xconfigurator.pm_.c:386 ../../Xconfigurator.pm_.c:400
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-
-#: ../../Xconfigurator.pm_.c:388 ../../Xconfigurator.pm_.c:402
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-
-#: ../../Xconfigurator.pm_.c:397
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-msgstr ""
-"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
-
-#: ../../Xconfigurator.pm_.c:417
-msgid "Xpmac (installation display driver)"
-msgstr ""
-
-#: ../../Xconfigurator.pm_.c:421
-msgid "XFree configuration"
-msgstr "ä͹ԡ XFree"
-
-#: ../../Xconfigurator.pm_.c:496
-msgid "Select the memory size of your graphic card"
-msgstr "͡Ҵ˹¤ӢͧҿԤ"
-
-#: ../../Xconfigurator.pm_.c:550
-msgid "Choose options for server"
-msgstr "͡ͻѺ"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Choose a monitor"
-msgstr "͡Ҿ"
-
-#: ../../Xconfigurator.pm_.c:574
-msgid "Monitor"
-msgstr "Ҿ"
-
-#: ../../Xconfigurator.pm_.c:577
-msgid ""
-"The two critical parameters are the vertical refresh rate, which is the "
-"rate\n"
-"at which the whole screen is refreshed, and most importantly the horizontal\n"
-"sync rate, which is the rate at which scanlines are displayed.\n"
-"\n"
-"It is VERY IMPORTANT that you do not specify a monitor type with a sync "
-"range\n"
-"that is beyond the capabilities of your monitor: you may damage your "
-"monitor.\n"
-" If in doubt, choose a conservative setting."
-msgstr ""
-"鹵͹仹еͧդӤѭͧ ѵҤ\n"
-"ͧ᡹Ҿǵ (vertical refresh rate) 繤ա\n"
-"êҾ駨 Сѵ᡹Ҿǹ͹ ѵҢͧҴͧ\n"
-"鹡Ҵ觷Ӥѭҡ سеͧкتԴͧ˹ҨͫѵҤ\n"
-"ԹöͧҾ 蹹ҨԴ¡ѺҾ\n"
-"ҡô͡ѾẺҵðҹ"
-
-#: ../../Xconfigurator.pm_.c:584
-msgid "Horizontal refresh rate"
-msgstr "ѵҡêǹ͹"
-
-#: ../../Xconfigurator.pm_.c:585
-msgid "Vertical refresh rate"
-msgstr "ѵҡêǵ"
-
-#: ../../Xconfigurator.pm_.c:622
-msgid "Monitor not configured"
-msgstr "աä͹ԡҾ"
-
-#: ../../Xconfigurator.pm_.c:625
-msgid "Graphic card not configured yet"
-msgstr "ѧ͹ԡҿԡ"
-
-#: ../../Xconfigurator.pm_.c:628
-msgid "Resolutions not chosen yet"
-msgstr "ѧ͡ҴҾ"
-
-#: ../../Xconfigurator.pm_.c:646
-msgid "Do you want to test the configuration?"
-msgstr "سͧ÷ͺä͹ԡ"
-
-#: ../../Xconfigurator.pm_.c:650
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "ѧ ÷ͺʴҨش÷ӧҹ"
-
-#: ../../Xconfigurator.pm_.c:653
-msgid "Test of the configuration"
-msgstr "ͺä͹ԡ"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid ""
-"\n"
-"try to change some parameters"
-msgstr ""
-"\n"
-"ͧ¹ҧ"
-
-#: ../../Xconfigurator.pm_.c:692 ../../Xconfigurator.pm_.c:704
-msgid "An error has occurred:"
-msgstr "բͼԴҴԴ:"
-
-#: ../../Xconfigurator.pm_.c:731
-#, c-format
-msgid "Leaving in %d seconds"
-msgstr "͡ %d Թҷ"
-
-#: ../../Xconfigurator.pm_.c:742
-msgid "Is this the correct setting?"
-msgstr "١ͧ?"
-
-#: ../../Xconfigurator.pm_.c:751
-msgid "An error has occurred, try to change some parameters"
-msgstr "ԴԴҴ ô䢾ҧҧ"
-
-#: ../../Xconfigurator.pm_.c:822
-msgid "Resolution"
-msgstr "ҴҾ"
-
-#: ../../Xconfigurator.pm_.c:874
-msgid "Choose the resolution and the color depth"
-msgstr "͡ҴҾФ´"
-
-#: ../../Xconfigurator.pm_.c:876
-#, c-format
-msgid "Graphic card: %s"
-msgstr "ҿԤ: %s"
-
-#: ../../Xconfigurator.pm_.c:877
-#, c-format
-msgid "XFree86 server: %s"
-msgstr " XFree86: %s"
-
-#: ../../Xconfigurator.pm_.c:891 ../../diskdrake/interactive.pm_.c:259
-#: ../../install_steps_interactive.pm_.c:208
-msgid "More"
-msgstr "More"
-
-#: ../../Xconfigurator.pm_.c:891 ../../install_gtk.pm_.c:84
-#: ../../install_steps_gtk.pm_.c:328 ../../interactive.pm_.c:127
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_http.pm_.c:104
-#: ../../interactive_newt.pm_.c:170 ../../interactive_stdio.pm_.c:141
-#: ../../interactive_stdio.pm_.c:142 ../../my_gtk.pm_.c:686
-#: ../../my_gtk.pm_.c:1019 ../../my_gtk.pm_.c:1041
-#: ../../standalone/drakbackup_.c:2298 ../../standalone/drakbackup_.c:2369
-#: ../../standalone/drakbackup_.c:2385
-msgid "Ok"
-msgstr "ŧ"
-
-#: ../../Xconfigurator.pm_.c:893 ../../network/netconnect.pm_.c:169
-#: ../../printerdrake.pm_.c:2470 ../../standalone/draknet_.c:275
-#: ../../standalone/draknet_.c:278
-msgid "Expert Mode"
-msgstr "ẺǪҭ (Expert)"
-
-#: ../../Xconfigurator.pm_.c:894
-msgid "Show all"
-msgstr "ʴŷ"
-
-#: ../../Xconfigurator.pm_.c:939
-msgid "Resolutions"
-msgstr "´"
-
-#: ../../Xconfigurator.pm_.c:1509
-#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "͡Դͧ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1510
-#, c-format
-msgid "Mouse type: %s\n"
-msgstr "͡Դͧ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1511
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "ǫͧ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1512
-#, c-format
-msgid "Monitor: %s\n"
-msgstr "Ҿ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1513
-#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "ѵҤҴǹ͹: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1514
-#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "ѵҤҴǵ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1515
-#, c-format
-msgid "Graphic card: %s\n"
-msgstr "ҿԤ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1516
-#, fuzzy, c-format
-msgid "Graphic card identification: %s\n"
-msgstr "ҿԤ: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1517
-#, c-format
-msgid "Graphic memory: %s kB\n"
-msgstr "Ҵ˹¤ӢͧҿԤ: %s kB\n"
-
-#: ../../Xconfigurator.pm_.c:1519
-#, c-format
-msgid "Color depth: %s\n"
-msgstr "ͤ´: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1520
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "´ͧҾ %s\n"
-
-#: ../../Xconfigurator.pm_.c:1522
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1523
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr " XFree86: %s\n"
-
-#: ../../Xconfigurator.pm_.c:1541
-msgid "Preparing X-Window configuration"
-msgstr "ä͹ԡͧ X-Window"
-
-#: ../../Xconfigurator.pm_.c:1561
-msgid "What do you want to do?"
-msgstr "سͧèз?"
-
-#: ../../Xconfigurator.pm_.c:1566
-msgid "Change Monitor"
-msgstr "¹Ҿ"
-
-#: ../../Xconfigurator.pm_.c:1567
-msgid "Change Graphic card"
-msgstr "¹ҿԤ"
-
-#: ../../Xconfigurator.pm_.c:1570
-msgid "Change Server options"
-msgstr "¹ͻ蹢ͧ"
-
-#: ../../Xconfigurator.pm_.c:1571
-msgid "Change Resolution"
-msgstr "¹ҴҾ"
-
-#: ../../Xconfigurator.pm_.c:1572
-msgid "Show information"
-msgstr "ʴ"
-
-#: ../../Xconfigurator.pm_.c:1573
-msgid "Test again"
-msgstr "ͺա"
-
-#: ../../Xconfigurator.pm_.c:1574 ../../printerdrake.pm_.c:2473
-#: ../../standalone/logdrake_.c:225
-msgid "Quit"
-msgstr "͡"
-
-#: ../../Xconfigurator.pm_.c:1582
-#, c-format
-msgid ""
-"Keep the changes?\n"
-"Current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"纡¹ŧ\n"
-"ûѺ觻Ѩغѳ:\n"
-"\n"
-"%s"
-
-#: ../../Xconfigurator.pm_.c:1603
-msgid "X at startup"
-msgstr "繡ҿԤ"
-
-#: ../../Xconfigurator.pm_.c:1604
-msgid ""
-"I can set up your computer to automatically start X upon booting.\n"
-"Would you like X to start when you reboot?"
-msgstr ""
-"С˹ͧسҹẺҿԤٵ\n"
-"سͧèӧҹẺҿԤպٵ?"
-
-#: ../../Xconfigurator.pm_.c:1610
-#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "س价 %s ա¹ŧ"
-
-#: ../../Xconfigurator.pm_.c:1625
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "س͡ Ctrl-Alt-BackSpace"
-
-#: ../../Xconfigurator_consts.pm_.c:6
-msgid "256 colors (8 bits)"
-msgstr "256 (8 Ե)"
-
-#: ../../Xconfigurator_consts.pm_.c:7
-msgid "32 thousand colors (15 bits)"
-msgstr "ͧѹ (15 Ե)"
-
-#: ../../Xconfigurator_consts.pm_.c:8
-msgid "65 thousand colors (16 bits)"
-msgstr "ˡҾѹ (16 Ե)"
-
-#: ../../Xconfigurator_consts.pm_.c:9
-msgid "16 million colors (24 bits)"
-msgstr "Ժˡҹ (24 Ե)"
-
-#: ../../Xconfigurator_consts.pm_.c:10
-msgid "4 billion colors (32 bits)"
-msgstr "ѹҹ (32 Ե)"
-
-#: ../../Xconfigurator_consts.pm_.c:113
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:114
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfigurator_consts.pm_.c:115
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:116
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:117
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:118
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:119
-#, fuzzy
-msgid "16 MB"
-msgstr "1 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:120
-#, fuzzy
-msgid "32 MB"
-msgstr "2 MB"
-
-#: ../../Xconfigurator_consts.pm_.c:121
-#, fuzzy
-msgid "64 MB or more"
-msgstr "16 MB ҡ"
-
-#: ../../Xconfigurator_consts.pm_.c:129
-msgid "Standard VGA, 640x480 at 60 Hz"
-msgstr "ҾըẺҵðҹ 640x480 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:130
-msgid "Super VGA, 800x600 at 56 Hz"
-msgstr "Super VGA Ҵ 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:131
-msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-msgstr "᾵šѺ 8514 Ҵ 1024x768 87 Hz interlaced ( 800x600)"
-
-#: ../../Xconfigurator_consts.pm_.c:132
-msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-msgstr "Super VGA Ҵ 1024x768 87 Hz interlaced Ҵ 800x600 56 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:133
-msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-msgstr "Extended Super VGA, 800x600 60 Hz, 640x480 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:134
-msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-msgstr "Non-Interlaced SVGA, 1024x768 60 Hz, 800x600 72 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:135
-msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-msgstr "High Frequency SVGA Ҵ 1024x768 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:136
-msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-msgstr "Multi-frequency ö˹Ҵ 1280x1024 60 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:137
-msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-msgstr "Multi-frequency ö˹Ҵ 1280x1024 74 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:138
-msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-msgstr "Multi-frequency ö˹Ҵ 1280x1024 76 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:139
-msgid "Monitor that can do 1600x1200 at 70 Hz"
-msgstr "Ҿö˹ 1600x1200 70 Hz"
-
-#: ../../Xconfigurator_consts.pm_.c:140
-msgid "Monitor that can do 1600x1200 at 76 Hz"
-msgstr "Ҿö˹ 1600x1200 76 Hz"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141
-msgid "First sector of boot partition"
-msgstr "áͧٵԪ"
-
-#: ../../any.pm_.c:116 ../../any.pm_.c:141 ../../any.pm_.c:218
-msgid "First sector of drive (MBR)"
-msgstr "áͧ (MBR)"
-
-#: ../../any.pm_.c:120
-msgid "SILO Installation"
-msgstr "õԴ SILO"
-
-#: ../../any.pm_.c:121 ../../any.pm_.c:134
-msgid "Where do you want to install the bootloader?"
-msgstr "سеԴ駺ٵŴ˹?"
-
-#: ../../any.pm_.c:133
-msgid "LILO/grub Installation"
-msgstr "õԴ LILO/grub"
-
-#: ../../any.pm_.c:145 ../../any.pm_.c:159
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:147
-msgid "LILO with text menu"
-msgstr "LILO Ẻ text menu"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:159
-msgid "LILO with graphical menu"
-msgstr "LILO Ẻ graphical menu"
-
-#: ../../any.pm_.c:151
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:155
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Boot ҡ DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:157 ../../any.pm_.c:159
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:166 ../../any.pm_.c:198
-msgid "Bootloader main options"
-msgstr "ͻѡͧ Bootloader"
-
-#: ../../any.pm_.c:167 ../../any.pm_.c:199
-msgid "Bootloader to use"
-msgstr "Bootloader "
-
-#: ../../any.pm_.c:169
-msgid "Bootloader installation"
-msgstr "õԴ Bootloader"
-
-#: ../../any.pm_.c:171 ../../any.pm_.c:201
-msgid "Boot device"
-msgstr "ػóٵ"
-
-#: ../../any.pm_.c:172
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (doesn't work on old BIOSes)"
-
-#: ../../any.pm_.c:173
-msgid "Compact"
-msgstr "ẺѴ (Compact)"
-
-#: ../../any.pm_.c:173
-msgid "compact"
-msgstr "ẺѴ (compact)"
-
-#: ../../any.pm_.c:174 ../../any.pm_.c:298
-msgid "Video mode"
-msgstr "ͧʴ"
-
-#: ../../any.pm_.c:176
-msgid "Delay before booting default image"
-msgstr "˹ǧҡ͹ӡúٵ"
-
-#: ../../any.pm_.c:178 ../../any.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:1115 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:708 ../../printerdrake.pm_.c:806
-#: ../../standalone/draknet_.c:625
-msgid "Password"
-msgstr "ʼҹ"
-
-#: ../../any.pm_.c:179 ../../any.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:1116
-msgid "Password (again)"
-msgstr "ʼҹ (ա)"
-
-#: ../../any.pm_.c:180
-msgid "Restrict command line options"
-msgstr "ͻ蹨зѺҹŹ"
-
-#: ../../any.pm_.c:180
-msgid "restrict"
-msgstr ""
-
-#: ../../any.pm_.c:182
-msgid "Clean /tmp at each boot"
-msgstr "ź /tmp ͹ boot ء"
-
-#: ../../any.pm_.c:183
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "˹˹¤ (RAM) ١ͧҵͧ (к %d MB)"
-
-#: ../../any.pm_.c:185
-msgid "Enable multi profiles"
-msgstr "Enable multi profiles"
-
-#: ../../any.pm_.c:189
-msgid "Give the ram size in MB"
-msgstr "͹ŢͧҴ˹¤ Mb"
-
-#: ../../any.pm_.c:191
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "ͻ ``ͻ蹨зѺҹŹ'' еͧʼҹ"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../diskdrake/interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "Please try again"
-msgstr "ôͧա"
-
-#: ../../any.pm_.c:192 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1110
-msgid "The passwords do not match"
-msgstr "ʼҹ͹ѹ"
-
-#: ../../any.pm_.c:200
-msgid "Init Message"
-msgstr "ͤ init"
-
-#: ../../any.pm_.c:202
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Delay"
-
-#: ../../any.pm_.c:203
-msgid "Kernel Boot Timeout"
-msgstr "Kernel Boot Timeout"
-
-#: ../../any.pm_.c:204
-msgid "Enable CD Boot?"
-msgstr "Enable CD Boot?"
-
-#: ../../any.pm_.c:205
-msgid "Enable OF Boot?"
-msgstr "Enable OF Boot?"
-
-#: ../../any.pm_.c:206
-msgid "Default OS?"
-msgstr "Default OS?"
-
-#: ../../any.pm_.c:240
-msgid ""
-"You decided to install the bootloader on a partition.\n"
-"This implies you already have a bootloader on the hard drive you boot (eg: "
-"System Commander).\n"
-"\n"
-"On which drive are you booting?"
-msgstr ""
-
-#: ../../any.pm_.c:255
-msgid ""
-"Here are the different entries.\n"
-"You can add some more or change the existing ones."
-msgstr ""
-"仹繢ŵҧ\n"
-"سö䢢ŷ"
-
-#: ../../any.pm_.c:265 ../../standalone/drakbackup_.c:752
-#: ../../standalone/drakbackup_.c:861 ../../standalone/drakfont_.c:789
-#: ../../standalone/drakfont_.c:826
-msgid "Add"
-msgstr ""
-
-#: ../../any.pm_.c:265 ../../any.pm_.c:784 ../../diskdrake/hd_gtk.pm_.c:153
-#: ../../diskdrake/removable.pm_.c:27 ../../diskdrake/smbnfs_gtk.pm_.c:86
-#: ../../interactive_http.pm_.c:153
-msgid "Done"
-msgstr "º"
-
-#: ../../any.pm_.c:265
-#, fuzzy
-msgid "Modify"
-msgstr " RAID"
-
-#: ../../any.pm_.c:273
-msgid "Which type of entry do you want to add?"
-msgstr "Ż㴷سͧ"
-
-#: ../../any.pm_.c:274 ../../standalone/drakbackup_.c:895
-msgid "Linux"
-msgstr "չء"
-
-#: ../../any.pm_.c:274
-msgid "Other OS (SunOS...)"
-msgstr "кԺѵԡ (SunOS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (MacOS...)"
-msgstr "кԺѵԡ (Mac OS...)"
-
-#: ../../any.pm_.c:275
-msgid "Other OS (windows...)"
-msgstr "кԺѵԡ (Թ...)"
-
-#: ../../any.pm_.c:294
-msgid "Image"
-msgstr "Image"
-
-#: ../../any.pm_.c:295 ../../any.pm_.c:306
-msgid "Root"
-msgstr "Root"
-
-#: ../../any.pm_.c:296 ../../any.pm_.c:325
-msgid "Append"
-msgstr "Append"
-
-#: ../../any.pm_.c:300
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:301
-msgid "Read-write"
-msgstr "Read-write"
-
-#: ../../any.pm_.c:308
-msgid "Table"
-msgstr "Table"
-
-#: ../../any.pm_.c:309
-msgid "Unsafe"
-msgstr "Unsafe"
-
-#: ../../any.pm_.c:316 ../../any.pm_.c:321 ../../any.pm_.c:324
-msgid "Label"
-msgstr "Label"
-
-#: ../../any.pm_.c:318 ../../any.pm_.c:329
-msgid "Default"
-msgstr "Default"
-
-#: ../../any.pm_.c:326
-msgid "Initrd-size"
-msgstr "Initrd-size"
-
-#: ../../any.pm_.c:328
-msgid "NoVideo"
-msgstr "NoVideo"
-
-#: ../../any.pm_.c:336
-msgid "Remove entry"
-msgstr "ź"
-
-#: ../../any.pm_.c:339
-msgid "Empty label not allowed"
-msgstr "͹حҵǢҧ"
-
-#: ../../any.pm_.c:340
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:340
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "سеͧվԪͻ"
-
-#: ../../any.pm_.c:341
-msgid "This label is already used"
-msgstr "Ǣ͹١º"
-
-#: ../../any.pm_.c:656
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Ǩ %s Թ %s"
-
-#: ../../any.pm_.c:657
-msgid "Do you have another one?"
-msgstr "سѹա?"
-
-#: ../../any.pm_.c:658
-#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "سԹ %s ӹǹ?"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:832 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "No"
-msgstr "ͧ"
-
-#: ../../any.pm_.c:660 ../../any.pm_.c:831 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:1018
-msgid "Yes"
-msgstr ""
-
-#: ../../any.pm_.c:661
-msgid "See hardware info"
-msgstr "ҹ͢Ţͧ"
-
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:695
-#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "ԴѺ %s %s"
-
-#: ../../any.pm_.c:696
-#, c-format
-msgid "(module %s)"
-msgstr "( %s)"
-
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:707
-#, c-format
-msgid "Which %s driver should I try?"
-msgstr "ͧͧ %s Դ?"
-
-#: ../../any.pm_.c:715
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
-msgstr ""
-"㹺ҧó Ѻ %s Ш繵ͧ\n"
-"öӧҹ١ͧ Ҩӧҹ» »Ȩҡ\n"
-"Ŵѧ سͧèкͻӡ\n"
-"ǨҢŷ繵ͧ? 㹺ҧóաõǨҨΧ\n"
-"ѹ¡Ѻ"
-
-#: ../../any.pm_.c:720
-msgid "Autoprobe"
-msgstr "Ǩѵѵ"
-
-#: ../../any.pm_.c:720
-msgid "Specify options"
-msgstr "кͻ"
-
-#: ../../any.pm_.c:725
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
-msgstr ""
-
-#: ../../any.pm_.c:731
-#, c-format
-msgid ""
-"You may now provide its options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
-msgstr ""
-"سö͹ͻѺ %s \n"
-"ͻ蹨ٻẺ ``name=value name2=value2 ...''\n"
-"ҧ, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:734
-msgid "Module options:"
-msgstr "ͻ蹢ͧ:"
-
-#: ../../any.pm_.c:745
-#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Ŵ %s \n"
-"سͧ鷴ͧա駴¾ա?"
-
-#: ../../any.pm_.c:761
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:762
-msgid "access to rpm tools"
-msgstr ""
-
-#: ../../any.pm_.c:763
-msgid "allow \"su\""
-msgstr ""
-
-#: ../../any.pm_.c:764
-msgid "access to administrative files"
-msgstr ""
-
-#: ../../any.pm_.c:769
-#, c-format
-msgid "(already added %s)"
-msgstr "( %s º)"
-
-#: ../../any.pm_.c:774
-msgid "This password is too simple"
-msgstr "ʼҹµ͡"
-
-#: ../../any.pm_.c:775
-msgid "Please give a user name"
-msgstr "ô͹ͼ"
-
-#: ../../any.pm_.c:776
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "ͼö੾еѡõ Ţ '-' '_'"
-
-#: ../../any.pm_.c:777
-msgid "This user name is already added"
-msgstr "ͼ١ŧкº"
-
-#: ../../any.pm_.c:781
-msgid "Add user"
-msgstr ""
-
-#: ../../any.pm_.c:782
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"\n"
-"%s"
-
-#: ../../any.pm_.c:783
-msgid "Accept user"
-msgstr "Ѻ"
-
-#: ../../any.pm_.c:794
-msgid "Real name"
-msgstr ""
-
-#: ../../any.pm_.c:795 ../../printerdrake.pm_.c:707
-#: ../../printerdrake.pm_.c:805
-msgid "User name"
-msgstr "ͼ"
-
-#: ../../any.pm_.c:798
-msgid "Shell"
-msgstr ""
-
-#: ../../any.pm_.c:800
-msgid "Icon"
-msgstr "Icon"
-
-#: ../../any.pm_.c:828
-msgid "Autologin"
-msgstr "Autologin"
-
-#: ../../any.pm_.c:829
-#, fuzzy
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"öҹҷӧҹͤ˹Ẻѵѵ\n"
-"ҤسͧҹٻẺسҡ¡ԡ"
-
-#: ../../any.pm_.c:833
-msgid "Choose the default user:"
-msgstr "͡ default"
-
-#: ../../any.pm_.c:834
-msgid "Choose the window manager to run:"
-msgstr "͡ window manager:"
-
-#: ../../any.pm_.c:849
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "س͡ҷͧ"
-
-#: ../../any.pm_.c:851
-msgid "You can choose other languages that will be available after install"
-msgstr "سö͡蹫觨öѧԴ"
-
-#: ../../any.pm_.c:863 ../../install_steps_interactive.pm_.c:719
-#: ../../standalone/drakxtv_.c:54
-msgid "All"
-msgstr ""
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "Allow all users"
-msgstr ""
-
-#: ../../any.pm_.c:955 ../../install_steps_interactive.pm_.c:521
-msgid "Custom"
-msgstr "ẺѺ (Customized) "
-
-#: ../../any.pm_.c:955
-#, fuzzy
-msgid "No sharing"
-msgstr "ͧ"
-
-#: ../../any.pm_.c:965 ../../network/smbnfs.pm_.c:45
-#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"ᾡࡨ繵ͧ١ upgrade\n"
-"سҨ͡ѹ"
-
-#: ../../any.pm_.c:968
-msgid "You can export using NFS or Samba. Which one do you want"
-msgstr ""
-
-#: ../../any.pm_.c:976 ../../network/smbnfs.pm_.c:49
-#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:982
-msgid ""
-"Do you want to allow users to export some directories in their home?\n"
-"Allowing this will permit users to simply click on \"Share\" in konqueror "
-"and nautilus.\n"
-"\n"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:996 ../../bootlook.pm_.c:161
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85 ../../install_steps_gtk.pm_.c:464
-#: ../../install_steps_gtk.pm_.c:522 ../../install_steps_interactive.pm_.c:594
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:317
-#: ../../interactive.pm_.c:349 ../../interactive_stdio.pm_.c:141
-#: ../../my_gtk.pm_.c:687 ../../my_gtk.pm_.c:690 ../../my_gtk.pm_.c:1019
-#: ../../network/netconnect.pm_.c:47 ../../printerdrake.pm_.c:1586
-#: ../../standalone/drakautoinst_.c:204 ../../standalone/drakbackup_.c:2264
-#: ../../standalone/drakbackup_.c:2289 ../../standalone/drakbackup_.c:2310
-#: ../../standalone/drakbackup_.c:2331 ../../standalone/drakbackup_.c:2349
-#: ../../standalone/drakbackup_.c:2397 ../../standalone/drakbackup_.c:2417
-#: ../../standalone/drakbackup_.c:2436 ../../standalone/drakfont_.c:767
-#: ../../standalone/drakgw_.c:721 ../../standalone/draknet_.c:116
-#: ../../standalone/draknet_.c:148 ../../standalone/draknet_.c:290
-#: ../../standalone/draknet_.c:538 ../../standalone/draknet_.c:680
-#: ../../standalone/logdrake_.c:225 ../../standalone/logdrake_.c:512
-#: ../../standalone/tinyfirewall_.c:65
-msgid "Cancel"
-msgstr "¡ԡ"
-
-#: ../../any.pm_.c:996
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:998
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-
-#: ../../any.pm_.c:1035
-msgid "Welcome To Crackers"
-msgstr "Welcome To Crackers"
-
-#: ../../any.pm_.c:1036
-msgid "Poor"
-msgstr "ӡҵðҹ"
-
-#: ../../any.pm_.c:1037 ../../mouse.pm_.c:31
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1038
-msgid "High"
-msgstr "٧"
-
-#: ../../any.pm_.c:1039
-#, fuzzy
-msgid "Higher"
-msgstr "٧"
-
-#: ../../any.pm_.c:1040
-msgid "Paranoid"
-msgstr "Paranoid"
-
-#: ../../any.pm_.c:1043
-msgid ""
-"This level is to be used with care. It makes your system more easy to use,\n"
-"but very sensitive: it must not be used for a machine connected to others\n"
-"or to the Internet. There is no password access."
-msgstr ""
-
-#: ../../any.pm_.c:1046
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-
-#: ../../any.pm_.c:1047
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-
-#: ../../any.pm_.c:1048
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-
-#: ../../any.pm_.c:1049
-msgid ""
-"With this security level, the use of this system as a server becomes "
-"possible.\n"
-"The security is now high enough to use the system as a server which accept\n"
-"connections from many clients. Note: if your machine is only a client on the "
-"Internet, you should better choose a lower level."
-msgstr ""
-
-#: ../../any.pm_.c:1052
-msgid ""
-"Based on the previous level, but the system is entirely closed.\n"
-"Security features are at their maximum."
-msgstr ""
-
-#: ../../any.pm_.c:1058
-msgid "Choose security level"
-msgstr "͡дѺкѡҤʹ"
-
-#: ../../any.pm_.c:1061
-#, fuzzy
-msgid "Security level"
-msgstr "͡дѺкѡҤʹ"
-
-#: ../../any.pm_.c:1063
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "͡ͻѺ"
-
-#: ../../any.pm_.c:1064
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-# NOTE: this message will be displayed at boot time; that is
-# only the ascii charset will be available on most machines
-# so use only 7bit for this message (and do transliteration or
-# leave it in English, as it is the best for your language)
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:355
-#, c-format
-msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system in the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
-msgstr ""
-"Թյ͹Ѻ %s ͡кԺѵԡ!\n"
-"\n"
-"͡кԺѵԡ\n"
-" %d Թҷúٵҡ͡駵\n"
-"\n"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:928
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Թյ͹Ѻ GRUB the operating system chooser!"
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:931
-#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr " %c %c ͡."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:934
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "سҡ enter кͧ 'e' ¹ŧ "
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:937
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "觡͹ boot, 'c' ҵͧ command-line."
-
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:940
-#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "OS ١͡зӡ boot %d Թҷ"
-
-#: ../../bootloader.pm_.c:944
-msgid "not enough room in /boot"
-msgstr "շ /boot"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1044
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1046
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1065
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "سеԴ駺ٵŴ˹?"
-
-#: ../../bootlook.pm_.c:46
-msgid "no help implemented yet.\n"
-msgstr "no help implemented yet.\n"
-
-#: ../../bootlook.pm_.c:62
-msgid "Boot Style Configuration"
-msgstr "Boot Style Configuration"
-
-#: ../../bootlook.pm_.c:79 ../../standalone/logdrake_.c:101
-msgid "/_File"
-msgstr "/_"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "/File/_Quit"
-msgstr "//_ԡ"
-
-#: ../../bootlook.pm_.c:80 ../../standalone/logdrake_.c:107
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:91
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Categorizing Monitor"
-
-#: ../../bootlook.pm_.c:92
-msgid "NewStyle Monitor"
-msgstr "ҾԴ"
-
-#: ../../bootlook.pm_.c:93
-msgid "Traditional Monitor"
-msgstr "Ҿ"
-
-#: ../../bootlook.pm_.c:94
-msgid "Traditional Gtk+ Monitor"
-msgstr "Gtk+ Monitor "
-
-#: ../../bootlook.pm_.c:95
-msgid "Launch Aurora at boot time"
-msgstr "ѹ Aurora boot"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "عѾ"
-
-#: ../../bootlook.pm_.c:98
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Boot mode"
-
-#: ../../bootlook.pm_.c:104
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as Boot Manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Թյ͹Ѻͧ㹡õԴ internet Ẻ share\n"
-"\n"
-"%s\n"
-"\n"
-" ``Ok'' Ҥسͧ÷ӧҹͧ setup wizard"
-
-#: ../../bootlook.pm_.c:106 ../../standalone/drakbackup_.c:1467
-#: ../../standalone/drakbackup_.c:1478 ../../standalone/drakgw_.c:715
-#: ../../standalone/tinyfirewall_.c:59
-msgid "Configure"
-msgstr "ûѺ"
-
-#: ../../bootlook.pm_.c:141
-msgid "System mode"
-msgstr "System mode"
-
-#: ../../bootlook.pm_.c:143
-msgid "Launch the X-Window system at start"
-msgstr "ѹ X-Window ӧҹ"
-
-#: ../../bootlook.pm_.c:148
-msgid "No, I don't want autologin"
-msgstr "ͧ autologin"
-
-#: ../../bootlook.pm_.c:150
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr " ͧ autologin Ѻ¹"
-
-#: ../../bootlook.pm_.c:160 ../../network/netconnect.pm_.c:102
-#: ../../standalone/drakbackup_.c:2441 ../../standalone/drakbackup_.c:3345
-#: ../../standalone/drakfont_.c:532 ../../standalone/drakfont_.c:655
-#: ../../standalone/drakfont_.c:719 ../../standalone/drakfont_.c:765
-#: ../../standalone/draknet_.c:109 ../../standalone/draknet_.c:141
-#: ../../standalone/draknet_.c:297 ../../standalone/draknet_.c:436
-#: ../../standalone/draknet_.c:522 ../../standalone/draknet_.c:565
-#: ../../standalone/draknet_.c:666 ../../standalone/logdrake_.c:505
-msgid "OK"
-msgstr "OK"
-
-#: ../../bootlook.pm_.c:229
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "öԴ /etc/inittab ҹ: %s"
-
-#: ../../common.pm_.c:94
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:94
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:94
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:102
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:110
-#, c-format
-msgid "%d minutes"
-msgstr "%d ҷ"
-
-#: ../../common.pm_.c:112
-msgid "1 minute"
-msgstr "1 ҷ"
-
-#: ../../common.pm_.c:114
-#, c-format
-msgid "%d seconds"
-msgstr "%d Թҷ"
-
-#: ../../common.pm_.c:159
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "öԪա"
-
-#: ../../common.pm_.c:166
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "سö͡蹫觨öѧԴ"
-
-#: ../../crypto.pm_.c:12 ../../crypto.pm_.c:26 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "France"
-msgstr ""
-
-#: ../../crypto.pm_.c:13
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:27
-#, fuzzy
-msgid "Belgium"
-msgstr ""
-
-#: ../../crypto.pm_.c:15 ../../crypto.pm_.c:28
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29
-#, fuzzy
-msgid "Germany"
-msgstr "ѹ"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-#, fuzzy
-msgid "Greece"
-msgstr "ա"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Norway"
-msgstr ""
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Sweden"
-msgstr "ഹ"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:34
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:35 ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Italy"
-msgstr "Ե"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36
-#, fuzzy
-msgid "Austria"
-msgstr "͹ء"
-
-#: ../../crypto.pm_.c:33 ../../crypto.pm_.c:67
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:94
-msgid "Please make a backup of your data first"
-msgstr "سҷ backup ͹"
-
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:891
-#: ../../diskdrake/interactive.pm_.c:900 ../../diskdrake/interactive.pm_.c:954
-msgid "Read carefully!"
-msgstr "ôҹҧǹ!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
-"Ҥسͧ aboot ѧҵͧշҧ (2048 sectors) \n"
-"ҹ˹Ңͧ disk"
-
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:325
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
-#: ../../install_steps_interactive.pm_.c:356 ../../interactive_http.pm_.c:119
-#: ../../interactive_http.pm_.c:120 ../../standalone/diskdrake_.c:84
-msgid "Error"
-msgstr "ԴҴ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:151
-msgid "Wizard"
-msgstr "Wizard"
-
-#: ../../diskdrake/hd_gtk.pm_.c:181 ../../diskdrake/removable_gtk.pm_.c:24
-msgid "Choose action"
-msgstr "͡Ԩ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:185
-msgid ""
-"You have one big FAT partition\n"
-"(generally used by MicroSoft Dos/Windows).\n"
-"I suggest you first resize that partition\n"
-"(click on it, then click on \"Resize\")"
-msgstr ""
-"Ҥس Ԫ FAT ˭ Ԫ \n"
-"(» Microsoft Dos/Windows )\n"
-"йسѺҴ Ԫ ¡͹\n"
-"(ѹǡ \"ѺҴ\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:188
-msgid "Please click on a partition"
-msgstr "ô͡Ԫ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:202 ../../diskdrake/smbnfs_gtk.pm_.c:67
-#: ../../install_steps_gtk.pm_.c:523
-msgid "Details"
-msgstr "´"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-#, fuzzy
-msgid "Journalised FS"
-msgstr "ҷ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:320
-msgid "Swap"
-msgstr "ͻ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../diskdrake/interactive.pm_.c:1050
-msgid "Empty"
-msgstr "ҧ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:321 ../../install_steps_gtk.pm_.c:379
-#: ../../install_steps_gtk.pm_.c:439 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:944
-msgid "Other"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Filesystem types:"
-msgstr "ͧк:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:386
-msgid "Create"
-msgstr "ҧ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/interactive.pm_.c:365
-#: ../../diskdrake/interactive.pm_.c:499 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
-msgid "Type"
-msgstr ""
-
-#: ../../diskdrake/hd_gtk.pm_.c:342 ../../diskdrake/hd_gtk.pm_.c:344
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr " ``%s'' ᷹"
-
-#: ../../diskdrake/hd_gtk.pm_.c:344 ../../diskdrake/interactive.pm_.c:374
-msgid "Delete"
-msgstr "ź"
-
-#: ../../diskdrake/hd_gtk.pm_.c:348
-msgid "Use ``Unmount'' first"
-msgstr " ``Unmount'' ͹"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:491
-#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "¹ԴԪ %s ŷ㹾Ԫ蹹ж١ź"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose a partition"
-msgstr "͡Ԩ"
-
-#: ../../diskdrake/interactive.pm_.c:171
-#, fuzzy
-msgid "Choose another partition"
-msgstr "ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:196
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to expert mode"
-msgstr " > Ѻӹҭ"
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Toggle to normal mode"
-msgstr "Ѻӹҭ > "
-
-#: ../../diskdrake/interactive.pm_.c:218
-msgid "Undo"
-msgstr "¡ԡ"
-
-#: ../../diskdrake/interactive.pm_.c:237
-msgid "Continue anyway?"
-msgstr "ӧҹ?"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without saving"
-msgstr "ͧ͡ѹ֡"
-
-#: ../../diskdrake/interactive.pm_.c:242
-msgid "Quit without writing the partition table?"
-msgstr "ͧ͡¹ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:247
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "سͧ÷ͺä͹ԡ"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Auto allocate"
-msgstr "˹Ẻѵѵ"
-
-#: ../../diskdrake/interactive.pm_.c:259
-msgid "Clear all"
-msgstr "ҧ"
-
-#: ../../diskdrake/interactive.pm_.c:262
-#, fuzzy
-msgid "Hard drive information"
-msgstr "õǨ"
-
-#: ../../diskdrake/interactive.pm_.c:283
-msgid "All primary partitions are used"
-msgstr "ԪẺ primary ١"
-
-#: ../../diskdrake/interactive.pm_.c:284
-msgid "I can't add any more partition"
-msgstr "öԪա"
-
-#: ../../diskdrake/interactive.pm_.c:285
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"ҡͧԪ ôźԪ蹷˹觾Ԫҧ\n"
-"ԪẺ extended "
-
-#: ../../diskdrake/interactive.pm_.c:295
-#, fuzzy
-msgid "Save partition table"
-msgstr "ѹ֡ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:296
-#, fuzzy
-msgid "Restore partition table"
-msgstr "ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:297
-msgid "Rescue partition table"
-msgstr "ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:299
-#, fuzzy
-msgid "Reload partition table"
-msgstr "ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:304
-msgid "Removable media automounting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:313 ../../diskdrake/interactive.pm_.c:333
-msgid "Select file"
-msgstr "͡"
-
-#: ../../diskdrake/interactive.pm_.c:320
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"ԪѾբҴҡѹ\n"
-"ͧ÷ӵ?"
-
-#: ../../diskdrake/interactive.pm_.c:334
-msgid "Warning"
-msgstr "͹"
-
-#: ../../diskdrake/interactive.pm_.c:335
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"س蹿ͻ\n"
-"ŷ蹿ͻж١ź"
-
-#: ../../diskdrake/interactive.pm_.c:346
-msgid "Trying to rescue partition table"
-msgstr "ѧҧԪ蹤׹"
-
-#: ../../diskdrake/interactive.pm_.c:352
-#, fuzzy
-msgid "Detailed information"
-msgstr "ʴ"
-
-#: ../../diskdrake/interactive.pm_.c:364 ../../diskdrake/interactive.pm_.c:534
-#: ../../diskdrake/interactive.pm_.c:554 ../../diskdrake/removable.pm_.c:24
-#: ../../diskdrake/removable_gtk.pm_.c:15 ../../diskdrake/smbnfs_gtk.pm_.c:83
-msgid "Mount point"
-msgstr "˹شҷ"
-
-#: ../../diskdrake/interactive.pm_.c:366 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:84
-#, fuzzy
-msgid "Options"
-msgstr "/Options/ͧ"
-
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:621
-msgid "Resize"
-msgstr "¹Ҵ"
-
-#: ../../diskdrake/interactive.pm_.c:368 ../../diskdrake/interactive.pm_.c:674
-msgid "Move"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:369
-msgid "Format"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:370 ../../diskdrake/smbnfs_gtk.pm_.c:80
-msgid "Mount"
-msgstr "ҷ"
-
-#: ../../diskdrake/interactive.pm_.c:371
-msgid "Add to RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:372
-msgid "Add to LVM"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:373 ../../diskdrake/smbnfs_gtk.pm_.c:79
-msgid "Unmount"
-msgstr "ԡҷк"
-
-#: ../../diskdrake/interactive.pm_.c:375
-msgid "Remove from RAID"
-msgstr "ź͡ҡ RAID"
-
-#: ../../diskdrake/interactive.pm_.c:376
-msgid "Remove from LVM"
-msgstr "ź͡ҡ LVM"
-
-#: ../../diskdrake/interactive.pm_.c:377
-msgid "Modify RAID"
-msgstr " RAID"
-
-#: ../../diskdrake/interactive.pm_.c:378
-msgid "Use for loopback"
-msgstr "Ѻ loopback"
-
-#: ../../diskdrake/interactive.pm_.c:417
-msgid "Create a new partition"
-msgstr "ҧԪ"
-
-#: ../../diskdrake/interactive.pm_.c:420
-msgid "Start sector: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:422 ../../diskdrake/interactive.pm_.c:773
-msgid "Size in MB: "
-msgstr "Ҵ MB: "
-
-#: ../../diskdrake/interactive.pm_.c:423 ../../diskdrake/interactive.pm_.c:774
-msgid "Filesystem type: "
-msgstr "ͧк: "
-
-#: ../../diskdrake/interactive.pm_.c:424
-#: ../../diskdrake/interactive.pm_.c:1034
-#: ../../diskdrake/interactive.pm_.c:1108
-msgid "Mount point: "
-msgstr "شҷ: "
-
-#: ../../diskdrake/interactive.pm_.c:428
-msgid "Preference: "
-msgstr "͡˹: "
-
-#: ../../diskdrake/interactive.pm_.c:472
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr " loopback file %s"
-
-#: ../../diskdrake/interactive.pm_.c:497
-msgid "Change partition type"
-msgstr "¹Ԫ"
-
-#: ../../diskdrake/interactive.pm_.c:498 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "سͧ͡ filesystem "
-
-#: ../../diskdrake/interactive.pm_.c:502
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:532
-#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "سͧҷ loopback file %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:533 ../../diskdrake/interactive.pm_.c:553
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "سͧҷػó %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:539
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-msgstr ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
-
-#: ../../diskdrake/interactive.pm_.c:577
-msgid "Computing FAT filesystem bounds"
-msgstr "ӹdzͺࢵͧк"
-
-#: ../../diskdrake/interactive.pm_.c:577 ../../diskdrake/interactive.pm_.c:636
-#: ../../install_interactive.pm_.c:130
-msgid "Resizing"
-msgstr "ѺҴ"
-
-#: ../../diskdrake/interactive.pm_.c:609
-msgid "This partition is not resizeable"
-msgstr "Ԫ蹹ö¹Ҵ"
-
-#: ../../diskdrake/interactive.pm_.c:614
-msgid "All data on this partition should be backed-up"
-msgstr "ŷ㹾Ԫ蹹èзӡͧ"
-
-#: ../../diskdrake/interactive.pm_.c:616
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "ѧҡ¹ҴԪ %s ŷ㹾Ԫ蹹"
-
-#: ../../diskdrake/interactive.pm_.c:621
-msgid "Choose the new size"
-msgstr "͡Ҵ"
-
-#: ../../diskdrake/interactive.pm_.c:622
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Ҵ MB: "
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "Which disk do you want to move it to?"
-msgstr "سͧè仴ʡ˹"
-
-#: ../../diskdrake/interactive.pm_.c:676
-msgid "Sector"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:677
-msgid "Which sector do you want to move it to?"
-msgstr "سͧ˹"
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:680
-msgid "Moving partition..."
-msgstr "¾Ԫ..."
-
-#: ../../diskdrake/interactive.pm_.c:697
-msgid "Choose an existing RAID to add to"
-msgstr "͡ RAID "
-
-#: ../../diskdrake/interactive.pm_.c:698 ../../diskdrake/interactive.pm_.c:716
-msgid "new"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:714
-msgid "Choose an existing LVM to add to"
-msgstr "͡ LVM "
-
-#: ../../diskdrake/interactive.pm_.c:719
-msgid "LVM name?"
-msgstr " LVM"
-
-#: ../../diskdrake/interactive.pm_.c:759
-msgid "This partition can't be used for loopback"
-msgstr "Ԫ蹹öѺ loopback"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:772
-msgid "Loopback file name: "
-msgstr " Loopback file: "
-
-#: ../../diskdrake/interactive.pm_.c:777
-#, fuzzy
-msgid "Give a file name"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:780
-msgid "File already used by another loopback, choose another one"
-msgstr "File already used by another loopback, choose another one"
-
-#: ../../diskdrake/interactive.pm_.c:781
-msgid "File already exists. Use it?"
-msgstr " ͧ?"
-
-#: ../../diskdrake/interactive.pm_.c:804
-#, fuzzy
-msgid "Mount options"
-msgstr "ͻ蹢ͧ:"
-
-#: ../../diskdrake/interactive.pm_.c:811
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:874
-msgid "device"
-msgstr "ػó"
-
-#: ../../diskdrake/interactive.pm_.c:875
-msgid "level"
-msgstr "дѺ"
-
-#: ../../diskdrake/interactive.pm_.c:876
-msgid "chunk size"
-msgstr "Ҵͧ chunk"
-
-#: ../../diskdrake/interactive.pm_.c:891
-msgid "Be careful: this operation is dangerous."
-msgstr "ѧ ÷ӧҹѹ"
-
-#: ../../diskdrake/interactive.pm_.c:906
-msgid "What type of partitioning?"
-msgstr "÷ partitioning Դ?"
-
-#: ../../diskdrake/interactive.pm_.c:924
-msgid ""
-"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
-"1024).\n"
-"Either you use LILO and it won't work, or you don't use LILO and you don't "
-"need /boot"
-msgstr ""
-" öҧ /boot ÿ (բҴԹҡ 1024)\n"
-"ͤس LILO ӧҹ ͤس LILO Фسͧ /boot"
-
-#: ../../diskdrake/interactive.pm_.c:928
-msgid ""
-"The partition you've selected to add as root (/) is physically located "
-"beyond\n"
-"the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-"If you plan to use the LILO boot manager, be careful to add a /boot partition"
-msgstr ""
-"Ԫ蹷س͡ root (/) աá˹ҧҾբҴԹ\n"
-"Թ 1024 ͧ촴ʡ ФسվԪ /boot\n"
-"Ҥسͧ LILO 繺ٵ ôѴѧ㹡Ԫ /boot"
-
-#: ../../diskdrake/interactive.pm_.c:934
-msgid ""
-"You've selected a software RAID partition as root (/).\n"
-"No bootloader is able to handle this without a /boot partition.\n"
-"So be careful to add a /boot partition"
-msgstr ""
-"س͡ Software RAID Ԫ root (/) \n"
-"bootloader öӧҹ /boot Ԫ \n"
-"Щ鹨繵ͧ /boot Ԫ"
-
-#: ../../diskdrake/interactive.pm_.c:954
-#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "ҧԪ蹢ͧÿ %s ж١ѹ֡ŧ㹴ʡ"
-
-#: ../../diskdrake/interactive.pm_.c:958
-msgid "You'll need to reboot before the modification can take place"
-msgstr "سеͧӡպٵк͹зӡ"
-
-#: ../../diskdrake/interactive.pm_.c:969
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "ѧҡ format Ԫ %s ŷ㹾Ԫ蹹ж١ź"
-
-#: ../../diskdrake/interactive.pm_.c:971
-msgid "Formatting"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:972
-#, c-format
-msgid "Formatting loopback file %s"
-msgstr " loopback file %s"
-
-#: ../../diskdrake/interactive.pm_.c:973
-#: ../../install_steps_interactive.pm_.c:465
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Ԫ %s"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid failed"
-
-#: ../../diskdrake/interactive.pm_.c:984
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "վ鹷§Ѻ Ԫ "
-
-#: ../../diskdrake/interactive.pm_.c:985
-#, c-format
-msgid ""
-"Directory %s already contain some data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:996
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "վ鹷§Ѻ Ԫ "
-
-#: ../../diskdrake/interactive.pm_.c:1000
-#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1004
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "´ͧҾ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1014
-#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1035
-#: ../../diskdrake/interactive.pm_.c:1094
-msgid "Device: "
-msgstr "ػó: "
-
-#: ../../diskdrake/interactive.pm_.c:1036
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "ѡẺ: %s (繡äҴ)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1040
-#: ../../diskdrake/interactive.pm_.c:1048
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Type: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1044
-msgid "Name: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, c-format
-msgid "Start: sector %s\n"
-msgstr ": %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1053
-#, c-format
-msgid "Size: %s"
-msgstr "Ҵ: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1055
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s "
-
-#: ../../diskdrake/interactive.pm_.c:1057
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Թ %d Թ %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1058
-msgid "Formatted\n"
-msgstr "\n"
-
-#: ../../diskdrake/interactive.pm_.c:1059
-msgid "Not formatted\n"
-msgstr "ѧ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1060
-msgid "Mounted\n"
-msgstr "ҷ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1061
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1063
-#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Loopback file(s): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Ԫ蹷˹ٵ觡˹\n"
-" (Ѻٵͧ MS-DOS lilo)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1066
-#, c-format
-msgid "Level %s\n"
-msgstr "дѺ %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1067
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Ҵͧ Chunk %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1068
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "ʡẺ RAID %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1070
-#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback file name: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1073
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"դԪ蹹\n"
-"繾Ԫ蹢ͧ س÷\n"
-"ѹẺ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1076
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1095
-#, c-format
-msgid "Size: %s\n"
-msgstr "Ҵ: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1096
-#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "ŷҧҾ: %s Թ, %s ҹ, %s \n"
-
-#: ../../diskdrake/interactive.pm_.c:1097
-msgid "Info: "
-msgstr ": "
-
-#: ../../diskdrake/interactive.pm_.c:1098
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-disks %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1099
-#, c-format
-msgid "Partition table type: %s\n"
-msgstr "ԴҧԪ: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1100
-#, c-format
-msgid "on bus %d id %d\n"
-msgstr " %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1114
-#, fuzzy, c-format
-msgid "Options: %s"
-msgstr "Ԫ %s"
-
-#: ../../diskdrake/interactive.pm_.c:1130
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "ͧк: "
-
-#: ../../diskdrake/interactive.pm_.c:1131
-msgid "Choose your filesystem encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1134
-#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "ѺԹ (ͧҧ %d ѡ)"
-
-#: ../../diskdrake/interactive.pm_.c:1135
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "ʼҹ͹ѹ"
-
-#: ../../diskdrake/interactive.pm_.c:1138
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1139
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "¹Ԫ"
-
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a media"
-msgstr "ô͡Ԫ"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:165
-#, fuzzy
-msgid "Search servers"
-msgstr " DNS"
-
-#: ../../fs.pm_.c:485 ../../fs.pm_.c:495 ../../fs.pm_.c:499 ../../fs.pm_.c:503
-#: ../../fs.pm_.c:507 ../../fs.pm_.c:511
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "ѧ %s ͧ %s ջѭ"
-
-#: ../../fs.pm_.c:548
-#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "ҺҨп %s 繪Դ %s ҧ"
-
-#: ../../fs.pm_.c:620 ../../fs.pm_.c:649 ../../fs.pm_.c:655
-#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
-
-#: ../../fs.pm_.c:640
-#, c-format
-msgid "fsck failed with exit code %d or signal %d"
-msgstr ""
-
-#: ../../fs.pm_.c:670 ../../partition_table.pm_.c:596
-#, c-format
-msgid "error unmounting %s: %s"
-msgstr "ԴҴ¡ԡҷ %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
-
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
-
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr ""
-
-#: ../../fsedit.pm_.c:467
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "سö JFS ѺԪ蹷¡ 16MB "
-
-#: ../../fsedit.pm_.c:468
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "سö ReiserFS ѺԪ蹷¡ 32MB "
-
-#: ../../fsedit.pm_.c:477
-msgid "Mount points must begin with a leading /"
-msgstr "شҷеͧ /"
-
-#: ../../fsedit.pm_.c:478
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "վԪ蹷繨شҷ %s º\n"
-
-#: ../../fsedit.pm_.c:482
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "سö LVM Logical Volume Ѻ %s"
-
-#: ../../fsedit.pm_.c:484
-msgid "This directory should remain within the root filesystem"
-msgstr "This directory should remain within the root filesystem"
-
-#: ../../fsedit.pm_.c:486
-msgid "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-msgstr "You need a true filesystem (ext2, reiserfs) for this mount point\n"
-
-#: ../../fsedit.pm_.c:488
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "سö LVM Logical Volume Ѻ %s"
-
-#: ../../fsedit.pm_.c:546
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "վ鹷§ѺѴǹԪẺ"
-
-#: ../../fsedit.pm_.c:548
-msgid "Nothing to do"
-msgstr ""
-
-#: ../../fsedit.pm_.c:612
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "ԴͼԴҴ㹡Դ %s Ѻ¹: %s"
-
-#: ../../fsedit.pm_.c:697
-msgid ""
-"An error has occurred - no valid devices were found on which to create new "
-"filesystems. Please check your hardware for the cause of this problem"
-msgstr ""
-"ԴͼԴҴ - 辺ػó١ͧͨҧк "
-"ôǨͺͧҹ䢻ѭҹ"
-
-#: ../../fsedit.pm_.c:720
-msgid "You don't have any partitions!"
-msgstr "سѧ觾Ԫ!"
-
-#: ../../help.pm_.c:13
-msgid ""
-"GNU/Linux is a multiuser system, and this means that each user can have his\n"
-"own preferences, his own files and so on. You can read the ``User Guide''\n"
-"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
-"\n"
-"First, you have to enter your real name. This is not mandatory, of course\n"
-"as you can actually enter whatever you want. DrakX will then take the first\n"
-"word you have entered in the box and will bring it over to the \"User\n"
-"name\". This is the name this particular user will use to log onto the\n"
-"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
-"\n"
-"If you click on \"Accept user\", you can then add as many as you want. Add\n"
-"a user for each one of your friends: your father or your sister, for\n"
-"example. When you finish adding all the users you want, select \"Done\".\n"
-"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-msgstr ""
-
-#: ../../help.pm_.c:41
-msgid ""
-"Listed above are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, they are good for most common\n"
-"installations. If you make any changes, you must at least define a root\n"
-"partition (\"/\"). Do not choose too small a partition or you will not be\n"
-"able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a partition for \"/home\"\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
-msgstr ""
-
-#: ../../help.pm_.c:72
-msgid ""
-"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
-"knows if a selected package is located on another CD-ROM and will eject the\n"
-"current CD and ask you to insert a different one as required."
-msgstr ""
-
-#: ../../help.pm_.c:77
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"you are not supposed to know them all by heart.\n"
-"\n"
-"If you are performing a standard installation from a CD-ROM, you will first\n"
-"be asked to specify the CDs you currently have (in Expert mode only). Check\n"
-"the CD labels and highlight the boxes corresponding to the CDs you have\n"
-"available for installation. Click \"OK\" when you are ready to continue.\n"
-"\n"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
-"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation, "
-"select\n"
-"one or more of the corresponding groups;\n"
-"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
-"\n"
-" * \"Server\": if your machine is intended to be a server, you will be able\n"
-"to select which of the most common services you wish to install on your\n"
-"machine;\n"
-"\n"
-" * \"Graphical Environment\": finally, this is where you will choose your\n"
-"preferred graphical environment. At least one must be selected if you want\n"
-"to have a graphical workstation!\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
-"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\n"
-"\n"
-" * \"With basic documentation\": installs the base system plus basic\n"
-"utilities and their documentation. This installation is suitable for\n"
-"setting up a server;\n"
-"\n"
-" * \"Truly minimal install\": will install the strict minimum necessary to\n"
-"get a working Linux system, in command line only. This installation is\n"
-"about 65Mb large.\n"
-"\n"
-"You can check the \"Individual package selection\" box, which is useful if\n"
-"you are familiar with the packages being offered or if you want to have\n"
-"total control over what will be installed.\n"
-"\n"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:128
-msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
-"\n"
-"Whenever you select a package on the tree, a description appears on the\n"
-"right. When your selection is finished, click the \"Install\" button which\n"
-"will then launch the installation process. Depending on the speed of your\n"
-"hardware and the number of packages that need to be installed, it may take\n"
-"a while to complete the process. An estimate of the time it will take to\n"
-"install everything is displayed on the screen, to help you gauge if there\n"
-"is sufficient time to enjoy a cup of coffee.\n"
-"\n"
-"!! If a server package has been selected, either intentionally or because\n"
-"it was part of a whole group, you will be asked to confirm that you really\n"
-"want those servers to be installed. Under Mandrake Linux, any installed\n"
-"servers are started by default at boot time. Even if they are safe and have\n"
-"no known issues at the time the distribution was shipped, it may happen\n"
-"that security holes are discovered after this version of Mandrake Linux was\n"
-"finalized. If you do not know what a particular service is supposed to do\n"
-"or why it is being installed, then click \"No\". Clicking \"Yes\" will\n"
-"install the listed services and they will be started automatically by\n"
-"default. !!\n"
-"\n"
-"The \"Automatic dependencies\" option simply disables the warning dialog\n"
-"which appears whenever the installer automatically selects a package. This\n"
-"occurs because it has determined that it needs to satisfy a dependency with\n"
-"another package in order to successfully complete the installation.\n"
-"\n"
-"The tiny floppy disk icon at the bottom of the list allows to load the\n"
-"package list chosen during a previous installation. Clicking on this icon\n"
-"will ask you to insert a floppy disk previously created at the end of\n"
-"another installation. See the second tip of last step on how to create such\n"
-"a floppy."
-msgstr ""
-
-#: ../../help.pm_.c:164
-msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
-"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
-"\n"
-"Here, we will not detail each configuration. Simply make sure that you have\n"
-"all the parameters from your Internet Service Provider or system\n"
-"administrator.\n"
-"\n"
-"You can consult the ``User Guide'' chapter about Internet connections for\n"
-"details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
-"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
-
-#: ../../help.pm_.c:186
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are presented all the services available with the current\n"
-"installation. Review them carefully and uncheck those which are not always\n"
-"needed at boot time.\n"
-"\n"
-"You can get a short explanatory text about a service by selecting a\n"
-"specific service. However, if you are not sure whether a service is useful\n"
-"or not, it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services which you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
-
-#: ../../help.pm_.c:203
-msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
-"hardware clock is the same as the system clock. This is useful when the\n"
-"machine is hosting another operating system like Windows.\n"
-"\n"
-"The \"Automatic time synchronization\" option will automatically regulate\n"
-"the clock by connecting to a remote time server on the Internet. In the\n"
-"list that is presented, choose a server located near you. Of course you\n"
-"must have a working Internet connection for this feature to work. It will\n"
-"actually install on your machine a time server which can be optionally used\n"
-"by other machines on your local network."
-msgstr ""
-
-#: ../../help.pm_.c:217
-msgid ""
-"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
-"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) bundled with Mandrake Linux rely. In this section, DrakX\n"
-"will try to configure X automatically.\n"
-"\n"
-"It is extremely rare for it to fail, unless the hardware is very old (or\n"
-"very new). If it succeeds, it will start X automatically with the best\n"
-"resolution possible, depending on the size of the monitor. A window will\n"
-"then appear and ask you if you can see it.\n"
-"\n"
-"If you are doing an \"Expert\" installation, you will enter the X\n"
-"configuration wizard. See the corresponding section of the manual for more\n"
-"information about this wizard.\n"
-"\n"
-"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
-"will proceed to the next step. If you cannot see the message, it simply\n"
-"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
-msgid ""
-"Finally, you will be asked whether you want to see the graphical interface\n"
-"at boot. Note this question will be asked even if you chose not to test the\n"
-"configuration. Obviously, you want to answer \"No\" if your machine is to\n"
-"act as a server, or if you were not successful in getting the display\n"
-"configured."
-msgstr ""
-
-#: ../../help.pm_.c:256
-msgid ""
-"The Mandrake LinuxCD-ROM has a built-in rescue mode. You can access it by\n"
-"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
-"at the prompt. But in case your computer cannot boot from the CD-ROM, you\n"
-"should come back to this step for help in at least two situations:\n"
-"\n"
-" * when installing the bootloader, DrakX will rewrite the boot sector (MBR)\n"
-"of your main disk (unless you are using another boot manager), to allow you\n"
-"to start up with either Windows or GNU/Linux (assuming you have Windows in\n"
-"your system). If you need to reinstall Windows, the Microsoft install\n"
-"process will rewrite the boot sector, and then you will not be able to\n"
-"start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard "
-"disk,\n"
-"this floppy disk will be the only means of starting up GNU/Linux. It\n"
-"contains a fair number of system tools for restoring a system, which has\n"
-"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
-"password, or any other reason.\n"
-"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
-msgstr ""
-
-#: ../../help.pm_.c:280
-msgid ""
-"At this point, you need to choose where you want to install the Mandrake\n"
-"Linux operating system on your hard drive. If your hard drive is empty or\n"
-"if an existing operating system is using all the available space, you will\n"
-"need to partition it. Basically, partitioning a hard drive consists of\n"
-"logically dividing it to create space to install your new Mandrake Linux\n"
-"system.\n"
-"\n"
-"Because the partitioning process' effects are usually irreversible,\n"
-"partitioning can be intimidating and stressful if you are an inexperienced\n"
-"user. Fortunately, there is a wizard which simplifies this process. Before\n"
-"beginning, please consult the manual and take your time.\n"
-"\n"
-"If you are running the installation in Expert mode, you will enter\n"
-"DiskDrake, the Mandrake Linux partitioning tool, which allows you to\n"
-"fine-tune your partitions. See the DiskDrake section in the ``User Guide''.\n"
-"From the installation interface, you can use the wizards as described here\n"
-"by clicking the dialog's \"Wizard\" button.\n"
-"\n"
-"If partitions have already been defined, either from a previous\n"
-"installation or from another partitioning tool, simply select those to\n"
-"install your Linux system.\n"
-"\n"
-"If partitions are not defined, you will need to create them using the\n"
-"wizard. Depending on your hard drive configuration, several options are\n"
-"available:\n"
-"\n"
-" * \"Use free space\": this option will simply lead to an automatic\n"
-"partitioning of your blank drive(s). You will not be prompted further;\n"
-"\n"
-" * \"Use existing partition\": the wizard has detected one or more existing\n"
-"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
-"\n"
-" * \"Use the free space on the Windows; partition\": if MicrosoftWindows is\n"
-"installed on your hard drive and takes all the space available on it, you\n"
-"have to create free space for Linux data. To do so, you can delete your\n"
-"MicrosoftWindows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your MicrosoftWindows partition. Resizing can\n"
-"be performed without the loss of any data, provided you previously\n"
-"defragment the Windows partition. Backing up your data won't hurt either..\n"
-"This solution is recommended if you want to use both Mandrake Linux and\n"
-"MicrosoftWindows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this "
-"procedure,\n"
-"the size of your MicrosoftWindows partition will be smaller than at the\n"
-"present time. You will have less free space under MicrosoftWindows to store\n"
-"your data or to install new software;\n"
-"\n"
-" * \"Erase entire disk\": if you want to delete all data and all partitions\n"
-"present on your hard drive and replace them with your new Mandrake Linux\n"
-"system, choose this option. Be careful with this solution because you will\n"
-"not be able to revert your choice after you confirm;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Remove Windows\": this will simply erase everything on the drive and\n"
-"begin fresh, partitioning everything from scratch. All data on your disk\n"
-"will be lost;\n"
-"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
-"\n"
-" * \"Expert mode\": choose this option if you want to manually partition\n"
-"your hard drive. Be careful it is a powerful but dangerous choice. You can\n"
-"very easily lose all your data. Hence, do not choose this unless you know\n"
-"what you are doing."
-msgstr ""
-
-#: ../../help.pm_.c:347
-msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"OK\" to reboot the system. You can start\n"
-"GNU/Linux or Windows, whichever you prefer (if you are dual-booting), as\n"
-"soon as the computer has booted up again.\n"
-"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
-"\n"
-" * \"generate auto-install floppy\": to create an installation floppy disk\n"
-"which will automatically perform a whole installation without the help of\n"
-"an operator, similar to the installation you just configured.\n"
-"\n"
-" Note that two different options are available after clicking the button:\n"
-"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
-"\n"
-" * \"Automated\". Fully automated installation: the hard disk is "
-"completely\n"
-"rewritten, all data is lost.\n"
-"\n"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
-"\n"
-" * \"Save packages selection\"(*): saves the package selection as done\n"
-"previously. Then, when doing another installation, insert the floppy inside\n"
-"the drive and run the installation going to the help screen by pressing on\n"
-"the [F1] key, and by issuing >>linux defcfg=\"floppy\"<<.\n"
-"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
-msgstr ""
-
-#: ../../help.pm_.c:378
-msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"any of it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
-"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
-"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-
-#: ../../help.pm_.c:404
-msgid ""
-"Your new Mandrake Linux operating system is currently being installed.\n"
-"Depending on the number of packages you will be installing and the speed of\n"
-"your computer, this operation could take from a few minutes to a\n"
-"significant amount of time.\n"
-"\n"
-"Please be patient."
-msgstr ""
-
-#: ../../help.pm_.c:412
-msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Some bugs may have\n"
-"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
-"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
-"to install updated packages later.\n"
-"\n"
-"Choosing \"Yes\" displays a list of places from which updates can be\n"
-"retrieved. Choose the one nearest you. Then a package-selection tree\n"
-"appears: review the selection, and press \"Install\" to retrieve and\n"
-"install the selected package(s), or \"Cancel\" to abort."
-msgstr ""
-
-#: ../../help.pm_.c:425
-msgid ""
-"Before continuing, you should read carefully the terms of the license. It\n"
-"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
-"all the terms in it, click on the \"Refuse\" button which will immediately\n"
-"terminate the installation. To continue with the installation, click on the\n"
-"\"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
-msgid ""
-"At this point, it is time to choose the security level desired for the\n"
-"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
-"the data stored in it is crucial, the higher the security level should be.\n"
-"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
-"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
-
-#: ../../help.pm_.c:442
-msgid ""
-"At this point, you need to choose which partition(s) will be used for the\n"
-"installation of your Mandrake Linux system. If partitions have already been\n"
-"defined, either from a previous installation of GNU/Linux or from another\n"
-"partitioning tool, you can use existing partitions. Otherwise, hard drive\n"
-"partitions must be defined.\n"
-"\n"
-"To create partitions, you must first select a hard drive. You can select\n"
-"the disk for partitioning by clicking on ``hda'' for the first IDE drive,\n"
-"``hdb'' for the second, ``sda'' for the first SCSI drive and so on.\n"
-"\n"
-"To partition the selected hard drive, you can use these options:\n"
-"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
-"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
-"\n"
-" * \"More\": gives access to additional features:\n"
-"\n"
-" * \"Save partition table\": saves the partition table to a floppy. "
-"Useful\n"
-"for later partition-table recovery if necessary. It is strongly recommended\n"
-"to perform this step;\n"
-"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from floppy disk;\n"
-"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you "
-"can\n"
-"try to recover it using this option. Please be careful and remember that it\n"
-"can fail;\n"
-"\n"
-" * \"Reload partition table\": discards all changes and loads your "
-"initial\n"
-"partition table;\n"
-"\n"
-" * \"Removable media automounting\": unchecking this option will force "
-"users\n"
-"to manually mount and unmount removable medias such as floppies and\n"
-"CD-ROMs.\n"
-"\n"
-" * \"Wizard\": use this option if you wish to use a wizard to partition "
-"your\n"
-"hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
-"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
-"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on "
-"partitions\n"
-"(type, options, format) and gives more information;\n"
-"\n"
-" * \"Done\": when you are finished partitioning your hard drive, this will\n"
-"save your changes back to disk.\n"
-"\n"
-"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
-"\n"
-"When a partition is selected, you can use:\n"
-"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
-"\n"
-" * Ctrl-d to delete a partition;\n"
-"\n"
-" * Ctrl-m to set the mount point.\n"
-"\n"
-"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
-"\n"
-"If you are installing on a PPC machine, you will want to create a small HFS\n"
-"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
-"bootloader. If you opt to make the partition a bit larger, say 50MB, you\n"
-"may find it a useful place to store a spare kernel and ramdisk images for\n"
-"emergency boot situations."
-msgstr ""
-
-#: ../../help.pm_.c:513
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose the one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
-msgstr ""
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "سʹѡ ÷ӧҹҨ¹ҷ"
-
-#: ../../help.pm_.c:547
-#, fuzzy
-msgid ""
-"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
-"installation or if you want to have greater control (\"Expert\"). You can\n"
-"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
-"system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the "
-"packages\n"
-"currently installed on your Mandrake Linux system. It keeps the current\n"
-"partitions of your hard drives as well as user configurations. All other\n"
-"configuration steps remain available with respect to plain installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
-"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
-"\n"
-"Depending on your knowledge of GNU/Linux, select one of the following\n"
-"choices:\n"
-"\n"
-" * Recommended: choose this if you have never installed a GNU/Linux\n"
-"operating system. The installation will be very easy and you will only be\n"
-"asked a few questions;\n"
-"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
-msgstr ""
-"س͡ \"Դ\" ѧաõԴ Mandrake Linux ҡ͹\n"
-"͵ͧõԴ OS µ\n"
-"\n"
-"\n"
-"س͡ \"Update\" Ҥسͧ Update Mandrake Linux Դ\n"
-"\n"
-"\n"
-" Linux ͧس سԸա÷ش\n"
-"\n"
-"* Recommanded: Ҥسŧ Linux ҡ͹\n"
-"\n"
-"* Customized: Ҥسѡ Linux سö͡ŧẺ\n"
-" (workstation, server, development)\n"
-"\n"
-"\n"
-"* Expert: Ҥسդ Linux ҧ ǡѺŧẺ \n"
-" customized سö͡ŧẺ workstation, server, \n"
-" development) سѧҧҡ㹡͡ŧѡɳй\n"
-" Ҥس㨡س͡ŧԸ"
-
-#: ../../help.pm_.c:583
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
-msgstr ""
-
-#: ../../help.pm_.c:596
-msgid ""
-"Please choose your preferred language for installation and system usage.\n"
-"\n"
-"Clicking on the \"Advanced\" button will allow you to select other\n"
-"languages to be installed on your workstation. Selecting other languages\n"
-"will install the language-specific files for system documentation and\n"
-"applications. For example, if you will host users from Spain on your\n"
-"machine, select English as the main language in the tree view and in the\n"
-"Advanced section click on the box corresponding to \"Spanish|Spain\".\n"
-"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue."
-msgstr ""
-
-#: ../../help.pm_.c:609
-msgid ""
-"DrakX generally detects the number of buttons your mouse has. If not, it\n"
-"assumes you have a two-button mouse and will set it up for third-button\n"
-"emulation. DrakX will automatically know whether it is a PS/2, serial or\n"
-"USB mouse.\n"
-"\n"
-"If you wish to specify a different type of mouse select the appropriate\n"
-"type from the provided list.\n"
-"\n"
-"If you choose a mouse other than the default, a test screen will be\n"
-"displayed. Use the buttons and wheel to verify that the settings are\n"
-"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
-msgstr ""
-
-#: ../../help.pm_.c:623
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-
-#: ../../help.pm_.c:627
-msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"root\" is the system\n"
-"administrator and is the only one authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess DrakX will tell you if it is too easy. As you can see, you can choose\n"
-"not to enter a password, but we strongly advise you against this if only\n"
-"for one reason: do not think that because you booted GNU/Linux that your\n"
-"other operating systems are safe from mistakes. Since \"root\" can overcome\n"
-"all limitations and unintentionally erase all data on partitions by\n"
-"carelessly accessing the partitions themselves, it is important for it to\n"
-"be difficult to become \"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password it makes it too\n"
-"easy to compromise a system.\n"
-"\n"
-"However, please do not make the password too long or complicated because\n"
-"you must be able to remember it without too much effort.\n"
-"\n"
-"The password will not be displayed on screen as you type it in. Hence, you\n"
-"will have to type the password twice to reduce the chance of a typing\n"
-"error. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will have to be used the first time you connect.\n"
-"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
-"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
-"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-
-#: ../../help.pm_.c:663
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds here:\n"
-"\n"
-" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
-"boot sector. Hence, you will be able to load either GNU/Linux or another\n"
-"OS;\n"
-"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
-"\n"
-"If in doubt, DrakX will display a dialog with various options.\n"
-"\n"
-" * \"Bootloader to use\": you have three choices:\n"
-"\n"
-" * \"GRUB\": if you prefer grub (text menu).\n"
-"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface.\n"
-"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu "
-"interface.\n"
-"\n"
-" * \"Boot device\": in most cases, you will not change the default\n"
-"(\"/dev/hda\"), but if you prefer, the bootloader can be installed on the\n"
-"second hard drive (\"/dev/hdb\"), or even on a floppy disk (\"/dev/fd0\");\n"
-"\n"
-" * \"Delay before booting the default image\": when rebooting the computer,\n"
-"this is the delay granted to the user to choose in the bootloader menu,\n"
-"another boot entry than the default one.\n"
-"\n"
-"!! Beware that if you choose not to install a bootloader (by selecting\n"
-"\"Cancel\" here), you must ensure that you have a way to boot your Mandrake\n"
-"Linux system! Also, be sure you know what you do before changing any of the\n"
-"options. !!\n"
-"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:711
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
-"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-
-#: ../../help.pm_.c:722
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"to GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"سеͧ͡ҺҤسͧ\n"
-"ǢͧѺúٵչء\n"
-"\n"
-"\n"
-"ҤسҺҤسеͧҧ ô͡ \"áͧ (MBR)\"."
-
-#: ../../help.pm_.c:729
-msgid ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
-"\n"
-" * \"pdq\" which means ``print, don't queue'', is the choice if you have a\n"
-"direct connection to your printer and you want to be able to panic out of\n"
-"printer jams, and you do not have networked printers. It will handle only\n"
-"very simple network cases and is somewhat slow for networks. Pick \"pdq\"\n"
-"if this is your maiden voyage to GNU/Linux. You can change your choices\n"
-"after installation by running PrinterDrake from the Mandrake Control Center\n"
-"and clicking the expert button.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'', is excellent at printing to "
-"your\n"
-"local printer and also halfway-around the planet. It is simple and can act\n"
-"as a server or a client for the ancient \"lpd\" printing system. Hence, it\n"
-"is compatible with the systems that went before. It can do many tricks, but\n"
-"the basic setup is almost as easy as \"pdq\". If you need this to emulate\n"
-"an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. This system can do\n"
-"approximately the same things the others can do, but it will print to\n"
-"printers mounted on a Novell Network, because it supports the IPX protocol,\n"
-"and it can print directly to shell commands. If you have need of Novell or\n"
-"printing to commands without using a separate pipe construct, use lprNG.\n"
-"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
-"networks."
-msgstr ""
-
-#: ../../help.pm_.c:757
-#, fuzzy
-msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection does not always detect a piece of hardware,\n"
-"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
-"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
-"\n"
-"If you have to manually specify your adapter, DrakX will ask if you want to\n"
-"specify options for it. You should allow DrakX to probe the hardware for\n"
-"the card-specific options which the hardware needs to initialize. This\n"
-"usually works well.\n"
-"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to provide options to the driver manually. Please review the\n"
-"``User Guide'' (chapter 3, in the ``Collecting Information on Your\n"
-"Hardware'' section) for hints on retrieving the parameters required from\n"
-"hardware documentation, from the manufacturer's web site (if you have\n"
-"Internet access) or from MicrosoftWindows (if you used this hardware with\n"
-"Windows on your system)."
-msgstr ""
-"DrakX о PCI SCSI adapter(s) DrakX\n"
-" SCSI adapter Ҥ ѹ\n"
-"١Դԡ\n"
-"\n"
-"\n"
-"Ҥس SCSI adapter ISA adapter PCI SCSI adapter DrakX\n"
-"ö سⴹ SCSI adapter ͧͧس\n"
-" աسҡ \"\" Ҥسŧ \"\" سеͧ͡\n"
-"Դͧ adapter س\n"
-"\n"
-"\n"
-"Ҥس繤͡ Adapter ͧ DrakX жҤسл͹\n"
-"Option ֧çسè DrakX option \n"
-"·ѹöͧҧ١ͧ\n"
-"\n"
-"\n"
-"稤س繷еͧ Option ͧ سҢ\n"
-"ҡ ( 3 ͹ Collective informations on your hardware ) \n"
-"ҡ Web Site ͧԵ ҡ Microsoft Windows ҤسյԴ"
-
-#: ../../help.pm_.c:784
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
-"\n"
-"For other OSs, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
-"\n"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\n"
-"\n"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\n"
-"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
-"\n"
-" * Append: on Apple hardware, the kernel append option is used quite often\n"
-"to assist in initializing video hardware, or to enable keyboard mouse\n"
-"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
-"Apple mouse. The following are some examples:\n"
-"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
-"\n"
-" * Initrd: this option can be used either to load initial modules, before\n"
-"the boot device is available, or to load a ramdisk image for an emergency\n"
-"boot situation;\n"
-"\n"
-" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
-"need to allocate a large ramdisk, this option can be used;\n"
-"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a file system check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
-"\n"
-" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
-"problematic, you can select this option to boot in ``novideo'' mode, with\n"
-"native frame buffer support;\n"
-"\n"
-" * Default: selects this entry as being the default Linux selection,\n"
-"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
-"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
-"selections."
-msgstr ""
-
-#: ../../help.pm_.c:830
-msgid ""
-"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
-"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
-"these other operating systems are correctly detected and installed. If this\n"
-"is not the case, you can add an entry by hand in this screen. Be careful to\n"
-"choose the correct parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information;\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second before your\n"
-"default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for "
-"Open\n"
-"Firmware at the first boot prompt;\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
-msgstr ""
-
-#: ../../help.pm_.c:862
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may or not, see the following entries:\n"
-"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
-"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
-"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the "
-"language\n"
-"you have chosen. But here again, as for the choice of a keyboard, you may\n"
-"not be in the country for which the chosen language should correspond.\n"
-"Hence, you may need to click on the \"Timezone\" button in order to\n"
-"configure the clock according to the time zone you are in;\n"
-"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time;\n"
-"\n"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time;\n"
-"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it is\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated with it."
-msgstr ""
-
-#: ../../help.pm_.c:891
-#, fuzzy
-msgid ""
-"Choose the hard drive you want to erase in order to install your new\n"
-"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
-"and will not be recoverable!"
-msgstr ""
-"͡ harddisk ͧźŧ Mandrake Linux\n"
-"ѧҧҡҢŷءҧж١ź\n"
-"Шö׹"
-
-#: ../../help.pm_.c:896
-#, fuzzy
-msgid ""
-"Click on \"OK\" if you want to delete all data and partitions present on\n"
-"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
-"to recover any data and partitions present on this hard drive, including\n"
-"any Windows data.\n"
-"\n"
-"Click on \"Cancel\" to cancel this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-" \"OK\" Ҥسͧźŷ harddisk \n"
-"֧ partitions ֧ Windows \n"
-"\n"
-"\n"
-" \"¡ԡ\" ¡ԡ÷ӧҹ"
-
-#: ../../install2.pm_.c:113
-#, c-format
-msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
-msgstr ""
-
-#: ../../install2.pm_.c:169
-#, c-format
-msgid "You must also format %s"
-msgstr ""
-
-#: ../../install_any.pm_.c:411
-#, c-format
-msgid ""
-"You have selected the following server(s): %s\n"
-"\n"
-"\n"
-"These servers are activated by default. They don't have any known security\n"
-"issues, but some new could be found. In that case, you must make sure to "
-"upgrade\n"
-"as soon as possible.\n"
-"\n"
-"\n"
-"Do you really want to install these servers?\n"
-msgstr ""
-
-#: ../../install_any.pm_.c:447
-msgid "Can't use broadcast with no NIS domain"
-msgstr ""
-
-#: ../../install_any.pm_.c:793
-#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "蹿ͻ format Ẻ FAT ŧ %s"
-
-#: ../../install_any.pm_.c:797
-msgid "This floppy is not FAT formatted"
-msgstr "蹿ͻ ẺFAT"
-
-#: ../../install_any.pm_.c:809
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-
-#: ../../install_any.pm_.c:831 ../../partition_table.pm_.c:763
-#, c-format
-msgid "Error reading file %s"
-msgstr "ջѭҡѺҹ %s"
-
-#: ../../install_interactive.pm_.c:23
-#, c-format
-msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
-msgstr ""
-"hardware ҧԴͧ driver \n"
-"سöҢҡ: %s"
-
-#: ../../install_interactive.pm_.c:58
-msgid ""
-"You must have a root partition.\n"
-"For this, create a partition (or click on an existing one).\n"
-"Then choose action ``Mount point'' and set it to `/'"
-msgstr ""
-"سͧ root Ԫ\n"
-"Щ鹤سͧҧ Ԫ (͡͡ѹ)\n"
-"ѧҡ͡ ``Mount Point'' ШѴѹ `/'"
-
-#: ../../install_interactive.pm_.c:63
-msgid "You must have a swap partition"
-msgstr "سеͧվԪͻ"
-
-#: ../../install_interactive.pm_.c:64
-msgid ""
-"You don't have a swap partition\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"سͻԪ\n"
-"\n"
-"ͧèзӵ?"
-
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:163
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "سеͧվԪͻ"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "鹷ҧ"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "վ鹷§Ѻ Ԫ "
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partition"
-msgstr "Ԫ蹷"
-
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "վԪ蹷ҹ"
-
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr " windows partion Ѻ Loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Ԫ˹ҹͧѺ Linux4Win"
-
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "͡Ҵ"
-
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "ҴͧԪٷ MB:"
-
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "ҴԪ Swap MB: "
-
-#: ../../install_interactive.pm_.c:125
-msgid "Use the free space on the Windows partition"
-msgstr "鹷ҧ Windows partition"
-
-#: ../../install_interactive.pm_.c:128
-msgid "Which partition do you want to resize?"
-msgstr "Ԫ˹سͧ¹Ҵ"
-
-#: ../../install_interactive.pm_.c:130
-msgid "Computing Windows filesystem bounds"
-msgstr "ӹdzͺࢵͧк Windows"
-
-#: ../../install_interactive.pm_.c:133
-#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"¹ҴöӧҹѺ partition ͧس\n"
-"բͼԴҴԴ: %s"
-
-#: ../../install_interactive.pm_.c:136
-msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
-msgstr "Windows partition ͧسШѴШҡԹ س Defrag ͹"
-
-#: ../../install_interactive.pm_.c:137
-#, fuzzy
-msgid ""
-"WARNING!\n"
-"\n"
-"DrakX will now resize your Windows partition. Be careful:\n"
-"this operation is dangerous. If you have not already done\n"
-"so, you should first exit the installation, run scandisk\n"
-"under Windows (and optionally run defrag), then restart the\n"
-"installation. You should also backup your data.\n"
-"When sure, press Ok."
-msgstr ""
-"ѧ!\n"
-"DrakX ѧŴҴԪ蹢ͧ windows ÷ӧҹѹҡ\n"
-"Ҥسѧ·ҡ͹س͡ҡ÷ӧҹѹ Scandisk \n"
-"Windows ( defrag) Ǥӧҹ Фس÷зӡ\n"
-"Backup Ӥѭҡ͹\n"
-"ͤس OK"
-
-#: ../../install_interactive.pm_.c:147
-msgid "Which size do you want to keep for windows on"
-msgstr "سͧ Windows 㹢Ҵ˹"
-
-#: ../../install_interactive.pm_.c:148
-#, c-format
-msgid "partition %s"
-msgstr "Ԫ %s"
-
-#: ../../install_interactive.pm_.c:155
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "á˹Ҵ FAT ԴüԴҴ: %s"
-
-#: ../../install_interactive.pm_.c:170
-msgid ""
-"There is no FAT partitions to resize or to use as loopback (or not enough "
-"space left)"
-msgstr " Ԫ FAT ͷӡ¹Ҵ loopback (鹷)"
-
-#: ../../install_interactive.pm_.c:176
-msgid "Erase entire disk"
-msgstr "ź disk "
-
-#: ../../install_interactive.pm_.c:176
-msgid "Remove Windows(TM)"
-msgstr "ź Windows(TM)"
-
-#: ../../install_interactive.pm_.c:179
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "س harddisk ҡ 1 سͧŧ linux harddisk ˹"
-
-#: ../../install_interactive.pm_.c:182
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "ŷ㹾Ԫ蹷٭ %s"
-
-#: ../../install_interactive.pm_.c:190
-msgid "Custom disk partitioning"
-msgstr "ѧԪ Custom disk"
-
-#: ../../install_interactive.pm_.c:194
-msgid "Use fdisk"
-msgstr " fdisk"
-
-#: ../../install_interactive.pm_.c:197
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
-msgstr ""
-"سöԪ %s ǹ\n"
-"ѹ֡ `w'"
-
-#: ../../install_interactive.pm_.c:226
-msgid "You don't have enough free space on your Windows partition"
-msgstr "سվ鹷§㹾Ԫ Windows!"
-
-#: ../../install_interactive.pm_.c:242
-msgid "I can't find any room for installing"
-msgstr "öҾ鹷ҧͷӡõԴ"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "The DrakX Partitioning wizard ͷҧ͡ѧ仹"
-
-#: ../../install_interactive.pm_.c:251
-#, c-format
-msgid "Partitioning failed: %s"
-msgstr "÷ӾԪ: %s"
-
-#: ../../install_interactive.pm_.c:261
-msgid "Bringing up the network"
-msgstr "к졡ѧзӧҹ"
-
-#: ../../install_interactive.pm_.c:266
-msgid "Bringing down the network"
-msgstr "к졡ѧشӧҹ"
-
-#: ../../install_steps.pm_.c:76
-msgid ""
-"An error occurred, but I don't know how to handle it nicely.\n"
-"Continue at your own risk."
-msgstr ""
-"դԴҴԴ ö\n"
-"ҡӧҹҨԴ"
-
-#: ../../install_steps.pm_.c:205
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "ӫӨشҷ %s"
-
-#: ../../install_steps.pm_.c:388
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
-"ࡨӤѭҧҧ١Դҧº\n"
-"cdrom cdrom drive ͧسҨա\n"
-"سҵǨͺ cdrom ͧաõԴ\n"
-" \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-
-#: ../../install_steps.pm_.c:458
-#, c-format
-msgid "Welcome to %s"
-msgstr "Թյ͹Ѻ %s"
-
-#: ../../install_steps.pm_.c:513 ../../install_steps.pm_.c:755
-msgid "No floppy drive available"
-msgstr "ͻ"
-
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "鹵͹ `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:148
-msgid ""
-"Your system is low on resource. You may have some problem installing\n"
-"Mandrake Linux. If that occurs, you can try a text install instead. For "
-"this,\n"
-"press `F1' when booting on CDROM, then enter `text'."
-msgstr ""
-"ͧͧسշѾҡä͹ҧӤسҨջѭҵԴ \n"
-"Mandrake Linux 蹹 سҷͧԴẺ text \n"
-"سҡ F1 boot ҡ cdrom Ǿ text"
-
-#: ../../install_steps_gtk.pm_.c:159 ../../install_steps_interactive.pm_.c:224
-msgid "Install Class"
-msgstr "ͧõԴ"
-
-#: ../../install_steps_gtk.pm_.c:162
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "س͡ 1 ԸաõԴ駴ѧ仹"
-
-#: ../../install_steps_gtk.pm_.c:228
-#, c-format
-msgid ""
-"The total size for the groups you have selected is approximately %d MB.\n"
-msgstr "ҴͧǴس͡͵ԴբҴҳ %d MB \n"
-
-#: ../../install_steps_gtk.pm_.c:230
-#, c-format
-msgid ""
-"If you wish to install less than this size,\n"
-"select the percentage of packages that you want to install.\n"
-"\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of 100%% will install all selected packages."
-msgstr ""
-"ҤسͧõԴ駹¡ҢҴ\n"
-"س͡繡õԴ駷ͧ\n"
-"\n"
-"繷ӹ¶֧ᾡࡨӤѭشҹ\n"
-"ж١Դ\n"
-"100%% ¶֧ءҧж١Դ"
-
-#: ../../install_steps_gtk.pm_.c:235
-#, c-format
-msgid ""
-"You have space on your disk for only %d%% of these packages.\n"
-"\n"
-"If you wish to install less than this,\n"
-"select the percentage of packages that you want to install.\n"
-"A low percentage will install only the most important packages;\n"
-"a percentage of %d%% will install as many packages as possible."
-msgstr ""
-"سվ鹷 %d%% ͧᾡࡨ\n"
-"\n"
-"ҤسͧõԴ駹¡ҹ\n"
-"͡繡õԴ駷سͧ\n"
-"繷ӹ¶֧ᾡࡨӤѭشҹ\n"
-"ж١Դ\n"
-" %d%% зӡõԴᾡࡨҡشҷз"
-
-#: ../../install_steps_gtk.pm_.c:241
-msgid "You will be able to choose them more specifically in the next step."
-msgstr "سеͧ͡١ͧҡ㹢鹵͹Ѵ "
-
-#: ../../install_steps_gtk.pm_.c:243
-msgid "Percentage of packages to install"
-msgstr "繡õԴ"
-
-#: ../../install_steps_gtk.pm_.c:291 ../../install_steps_interactive.pm_.c:705
-msgid "Package Group Selection"
-msgstr "͡"
-
-#: ../../install_steps_gtk.pm_.c:323 ../../install_steps_interactive.pm_.c:720
-msgid "Individual package selection"
-msgstr "Individual package selection"
-
-#: ../../install_steps_gtk.pm_.c:346 ../../install_steps_interactive.pm_.c:645
-#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ҵ: %d / %d MB "
-
-#: ../../install_steps_gtk.pm_.c:391
-msgid "Bad package"
-msgstr "稪ش"
-
-#: ../../install_steps_gtk.pm_.c:392
-#, c-format
-msgid "Name: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:393
-#, c-format
-msgid "Version: %s\n"
-msgstr ": %s\n"
-
-#: ../../install_steps_gtk.pm_.c:394
-#, c-format
-msgid "Size: %d KB\n"
-msgstr "Ҵ: %d KB\n"
-
-#: ../../install_steps_gtk.pm_.c:395
-#, c-format
-msgid "Importance: %s\n"
-msgstr "Ӥѭ: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:417
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr "سö͡ package ͧҡسվ鹷§"
-
-#: ../../install_steps_gtk.pm_.c:422
-msgid "The following packages are going to be installed"
-msgstr "ҹѧж١Դ"
-
-#: ../../install_steps_gtk.pm_.c:423
-msgid "The following packages are going to be removed"
-msgstr "ҹѧж١ź"
-
-#: ../../install_steps_gtk.pm_.c:435
-msgid "You can't select/unselect this package"
-msgstr "سö͡/͡ᾡࡨ"
-
-#: ../../install_steps_gtk.pm_.c:447
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "ᾡࡨͧԴ ö͡"
-
-#: ../../install_steps_gtk.pm_.c:449
-msgid "You can't unselect this package. It is already installed"
-msgstr "سö͡ᾡࡨѹ١Դ"
-
-#: ../../install_steps_gtk.pm_.c:453
-msgid ""
-"This package must be upgraded\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"ᾡࡨ繵ͧ١ upgrade\n"
-"سҨ͡ѹ"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "سö͡ᾡࡨ ѹ繷еͧ١ upgrade"
-
-#: ../../install_steps_gtk.pm_.c:462
-msgid "Show automatically selected packages"
-msgstr ""
-
-#: ../../install_steps_gtk.pm_.c:463 ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Install"
-msgstr "Դ"
-
-#: ../../install_steps_gtk.pm_.c:466
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "ѹ֡ŧ蹿ͻ"
-
-#: ../../install_steps_gtk.pm_.c:467
-#, fuzzy
-msgid "Updating package selection"
-msgstr "ѹ֡稷͡"
-
-#: ../../install_steps_gtk.pm_.c:472
-#, fuzzy
-msgid "Minimal install"
-msgstr "͡ҡõԴ"
-
-#: ../../install_steps_gtk.pm_.c:487 ../../install_steps_interactive.pm_.c:555
-msgid "Choose the packages you want to install"
-msgstr "͡稷سͧõԴ"
-
-#: ../../install_steps_gtk.pm_.c:503 ../../install_steps_interactive.pm_.c:787
-msgid "Installing"
-msgstr "ѧԴ"
-
-#: ../../install_steps_gtk.pm_.c:509
-msgid "Estimating"
-msgstr "ûԹ"
-
-#: ../../install_steps_gtk.pm_.c:516
-msgid "Time remaining "
-msgstr "ҷ "
-
-#: ../../install_steps_gtk.pm_.c:528
-msgid "Please wait, preparing installation"
-msgstr "ѧõԴ"
-
-#: ../../install_steps_gtk.pm_.c:611
-#, c-format
-msgid "%d packages"
-msgstr " %d ش"
-
-#: ../../install_steps_gtk.pm_.c:616
-#, c-format
-msgid "Installing package %s"
-msgstr "ѧԴ %s"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-#: ../../standalone/drakautoinst_.c:203
-msgid "Accept"
-msgstr "Ѻ"
-
-#: ../../install_steps_gtk.pm_.c:657 ../../install_steps_interactive.pm_.c:185
-#: ../../install_steps_interactive.pm_.c:811
-msgid "Refuse"
-msgstr "Ѻ"
-
-#: ../../install_steps_gtk.pm_.c:658 ../../install_steps_interactive.pm_.c:812
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
-msgstr ""
-"¹ CD-ROM\n"
-"\n"
-"س CD-ROM \"%s\" С OK\n"
-"Ҥس سҡ ¡ԡ (cancel) ա§õԴ駨ҡ CD-ROM "
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_gtk.pm_.c:676
-#: ../../install_steps_interactive.pm_.c:824
-#: ../../install_steps_interactive.pm_.c:828
-msgid "Go on anyway?"
-msgstr "ӧҹ?"
-
-#: ../../install_steps_gtk.pm_.c:672 ../../install_steps_interactive.pm_.c:824
-msgid "There was an error ordering packages:"
-msgstr "ջѭҡӴѺͧ:"
-
-#: ../../install_steps_gtk.pm_.c:676 ../../install_steps_interactive.pm_.c:828
-msgid "There was an error installing packages:"
-msgstr "ջѭҡõԴ駢ͧ:"
-
-#: ../../install_steps_interactive.pm_.c:10
-msgid ""
-"\n"
-"Warning\n"
-"\n"
-"Please read carefully the terms below. If you disagree with any\n"
-"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
-"to continue the installation without using these media.\n"
-"\n"
-"\n"
-"Some components contained in the next CD media are not governed\n"
-"by the GPL License or similar agreements. Each such component is then\n"
-"governed by the terms and conditions of its own specific license. \n"
-"Please read carefully and comply with such specific licenses before \n"
-"you use or redistribute the said components. \n"
-"Such licenses will in general prevent the transfer, duplication \n"
-"(except for backup purposes), redistribution, reverse engineering, \n"
-"de-assembly, de-compilation or modification of the component. \n"
-"Any breach of agreement will immediately terminate your rights under \n"
-"the specific license. Unless the specific license terms grant you such\n"
-"rights, you usually cannot install the programs on more than one\n"
-"system, or adapt it to be used on a network. In doubt, please contact \n"
-"directly the distributor or editor of the component. \n"
-"Transfer to third parties or copying of such components including the \n"
-"documentation is usually forbidden.\n"
-"\n"
-"\n"
-"All rights to the components of the next CD media belong to their \n"
-"respective authors and are protected by intellectual property and \n"
-"copyright laws applicable to software programs.\n"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "ջѭԴ"
-
-#: ../../install_steps_interactive.pm_.c:85
-#, fuzzy
-msgid "Do you really want to leave the installation?"
-msgstr "سͧӧҹ Network "
-
-#: ../../install_steps_interactive.pm_.c:108
-msgid "License agreement"
-msgstr "License agreement"
-
-#: ../../install_steps_interactive.pm_.c:109
-msgid ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-msgstr ""
-"Introduction\n"
-"\n"
-"The operating system and the different components available in the Mandrake "
-"Linux distribution \n"
-"shall be called the \"Software Products\" hereafter. The Software Products "
-"include, but are not \n"
-"restricted to, the set of programs, methods, rules and documentation related "
-"to the operating \n"
-"system and the different components of the Mandrake Linux distribution.\n"
-"\n"
-"\n"
-"1. License Agreement\n"
-"\n"
-"Please read carefully this document. This document is a license agreement "
-"between you and \n"
-"MandrakeSoft S.A. which applies to the Software Products.\n"
-"By installing, duplicating or using the Software Products in any manner, you "
-"explicitly \n"
-"accept and fully agree to conform to the terms and conditions of this "
-"License. \n"
-"If you disagree with any portion of the License, you are not allowed to "
-"install, duplicate or use \n"
-"the Software Products. \n"
-"Any attempt to install, duplicate or use the Software Products in a manner "
-"which does not comply \n"
-"with the terms and conditions of this License is void and will terminate "
-"your rights under this \n"
-"License. Upon termination of the License, you must immediately destroy all "
-"copies of the \n"
-"Software Products.\n"
-"\n"
-"\n"
-"2. Limited Warranty\n"
-"\n"
-"The Software Products and attached documentation are provided \"as is\", "
-"with no warranty, to the \n"
-"extent permitted by law.\n"
-"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
-"law, be liable for any special,\n"
-"incidental, direct or indirect damages whatsoever (including without "
-"limitation damages for loss of \n"
-"business, interruption of business, financial loss, legal fees and penalties "
-"resulting from a court \n"
-"judgment, or any other consequential loss) arising out of the use or "
-"inability to use the Software \n"
-"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
-"occurance of such \n"
-"damages.\n"
-"\n"
-"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
-"COUNTRIES\n"
-"\n"
-"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
-"in no circumstances, be \n"
-"liable for any special, incidental, direct or indirect damages whatsoever "
-"(including without \n"
-"limitation damages for loss of business, interruption of business, financial "
-"loss, legal fees \n"
-"and penalties resulting from a court judgment, or any other consequential "
-"loss) arising out \n"
-"of the possession and use of software components or arising out of "
-"downloading software components \n"
-"from one of Mandrake Linux sites which are prohibited or restricted in some "
-"countries by local laws.\n"
-"This limited liability applies to, but is not restricted to, the strong "
-"cryptography components \n"
-"included in the Software Products.\n"
-"\n"
-"\n"
-"3. The GPL License and Related Licenses\n"
-"\n"
-"The Software Products consist of components created by different persons or "
-"entities. Most \n"
-"of these components are governed under the terms and conditions of the GNU "
-"General Public \n"
-"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
-"licenses allow you to use, \n"
-"duplicate, adapt or redistribute the components which they cover. Please "
-"read carefully the terms \n"
-"and conditions of the license agreement for each component before using any "
-"component. Any question \n"
-"on a component license should be addressed to the component author and not "
-"to MandrakeSoft.\n"
-"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
-"Documentation written \n"
-"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
-"documentation for \n"
-"further details.\n"
-"\n"
-"\n"
-"4. Intellectual Property Rights\n"
-"\n"
-"All rights to the components of the Software Products belong to their "
-"respective authors and are \n"
-"protected by intellectual property and copyright laws applicable to software "
-"programs.\n"
-"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
-"Products, as a whole or in \n"
-"parts, by all means and for all purposes.\n"
-"\"Mandrake\", \"Mandrake Linux\" and associated logos are trademarks of "
-"MandrakeSoft S.A. \n"
-"\n"
-"\n"
-"5. Governing Laws \n"
-"\n"
-"If any portion of this agreement is held void, illegal or inapplicable by a "
-"court judgment, this \n"
-"portion is excluded from this contract. You remain bound by the other "
-"applicable sections of the \n"
-"agreement.\n"
-"The terms and conditions of this License are governed by the Laws of "
-"France.\n"
-"All disputes on the terms of this license will preferably be settled out of "
-"court. As a last \n"
-"resort, the dispute will be referred to the appropriate Courts of Law of "
-"Paris - France.\n"
-"For any question on this document, please contact MandrakeSoft S.A. \n"
-
-#: ../../install_steps_interactive.pm_.c:205
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../standalone/keyboarddrake_.c:28
-msgid "Keyboard"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:206
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "سͧ͡ҷẺ "
-
-#: ../../install_steps_interactive.pm_.c:207
-msgid "Here is the full list of keyboards available"
-msgstr "仹 keyboard "
-
-#: ../../install_steps_interactive.pm_.c:224
-msgid "Which installation class do you want?"
-msgstr "سͧõԴ駻"
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Install/Update"
-msgstr "Դ/Ѿô "
-
-#: ../../install_steps_interactive.pm_.c:226
-msgid "Is this an install or an update?"
-msgstr "繡õԴ͡Ѿô"
-
-#: ../../install_steps_interactive.pm_.c:235
-msgid "Recommended"
-msgstr "Ẻй (Recommended)"
-
-#: ../../install_steps_interactive.pm_.c:238
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Expert"
-msgstr "ẺǪҭ (Expert)"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade"
-msgstr "Update"
-
-#: ../../install_steps_interactive.pm_.c:246
-#: ../../install_steps_interactive.pm_.c:250
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "ѹ֡稷͡"
-
-#: ../../install_steps_interactive.pm_.c:266
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "س쪹Դ"
-
-#: ../../install_steps_interactive.pm_.c:272 ../../standalone/mousedrake_.c:65
-msgid "Mouse Port"
-msgstr "쵢ͧ"
-
-#: ../../install_steps_interactive.pm_.c:273 ../../standalone/mousedrake_.c:66
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "ͧسҡѺ͹ء"
-
-#: ../../install_steps_interactive.pm_.c:281
-msgid "Buttons emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:283
-msgid "Button 2 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:284
-msgid "Button 3 Emulation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "Configuring PCMCIA cards..."
-msgstr "ѧ͹ԡ PCMCIA..."
-
-#: ../../install_steps_interactive.pm_.c:305
-msgid "PCMCIA"
-msgstr "PCMCIA"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "Configuring IDE"
-msgstr "͹ԡ IDE"
-
-#: ../../install_steps_interactive.pm_.c:312
-msgid "IDE"
-msgstr "IDE"
-
-#: ../../install_steps_interactive.pm_.c:327
-msgid "no available partitions"
-msgstr "վԪ"
-
-#: ../../install_steps_interactive.pm_.c:330
-msgid "Scanning partitions to find mount points"
-msgstr "Scanning partitions to find mount points"
-
-#: ../../install_steps_interactive.pm_.c:338
-msgid "Choose the mount points"
-msgstr "͡شҷ"
-
-#: ../../install_steps_interactive.pm_.c:357
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on blanking bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to disallow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"öҹҧԪ ѹҡԹ \n"
-"öźŢ㹾Ԫ蹷\n"
-"աҧ͡ DrakX ӡ¹ŧҧ\n"
-"ͤԴҴ %s\n"
-"\n"
-"سҨԪ蹷١ź\n"
-
-#: ../../install_steps_interactive.pm_.c:370
-msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"ʡá ǷҹҧԪ١ͧ\n"
-"ҷӧҹҨբͼԴҴ!"
-
-#: ../../install_steps_interactive.pm_.c:386
-msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "͡Ԫ蹷سͧÿ"
-
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Ԫٷ"
-
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "ԪٷԪ (/) кͧس"
-
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "سͧӡպٵкͧѺҺ¹ŧҧԪ"
-
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "͡Ԫ蹷سͧÿ"
-
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Ǩͺ bad blocks"
-
-#: ../../install_steps_interactive.pm_.c:462
-msgid "Formatting partitions"
-msgstr "Ԫ"
-
-#: ../../install_steps_interactive.pm_.c:464
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr "ѧҧ format %s"
-
-#: ../../install_steps_interactive.pm_.c:467
-msgid "Not enough swap to fulfill installation, please add some"
-msgstr "վ鹷ͻ§͡ѺõԴ ôͷ"
-
-#: ../../install_steps_interactive.pm_.c:473
-msgid "Looking for available packages"
-msgstr "ѧ稷"
-
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Finding packages to upgrade"
-msgstr "ѧ稷зӡѾô"
-
-#: ../../install_steps_interactive.pm_.c:496
-#, c-format
-msgid ""
-"Your system has not enough space left for installation or upgrade (%d > %d)"
-msgstr "ͧͧسͷ§㹡õԴ upgrade (%d > %d)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Complete (%dMB)"
-msgstr " (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Minimum (%dMB)"
-msgstr "鹵 (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:515
-#, c-format
-msgid "Recommended (%dMB)"
-msgstr "Ẻй (%dMB)"
-
-#: ../../install_steps_interactive.pm_.c:568
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:571
-#, fuzzy
-msgid "Load from floppy"
-msgstr "¡׹ҡ蹿ͻ"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "¡׹ҡ蹿ͻ"
-
-#: ../../install_steps_interactive.pm_.c:573
-#, fuzzy
-msgid "Package selection"
-msgstr "͡"
-
-#: ../../install_steps_interactive.pm_.c:578
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "蹿ͻŧ %s"
-
-#: ../../install_steps_interactive.pm_.c:590
-msgid "Save on floppy"
-msgstr "ѹ֡ŧ蹿ͻ"
-
-#: ../../install_steps_interactive.pm_.c:658
-msgid "Selected size is larger than available space"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:671
-msgid "Type of install"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:672
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:675
-msgid "With X"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:677
-msgid "With basic documentation (recommended!)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:678
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:762
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
-msgstr ""
-"Ҥس CD ءҧ OK\n"
-" ¡ԡ (cancel)\n"
-"ҧ ͡ҷǡ OK"
-
-#: ../../install_steps_interactive.pm_.c:767
-#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom labeled \"%s\""
-
-#: ../../install_steps_interactive.pm_.c:787
-msgid "Preparing installation"
-msgstr "ѧõԴ"
-
-#: ../../install_steps_interactive.pm_.c:796
-#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"ѧԴ %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:842
-msgid "Post-install configuration"
-msgstr "ä͹ԡѧõԴ"
-
-#: ../../install_steps_interactive.pm_.c:848
-#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "蹿ͻŧ %s"
-
-#: ../../install_steps_interactive.pm_.c:854
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "蹿ͻŧ %s "
-
-#: ../../install_steps_interactive.pm_.c:874
-msgid ""
-"You have now the possibility to download software aimed for encryption.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:912
-msgid ""
-"You have now the possibility to download updated packages that have\n"
-"been released after the distribution has been made available.\n"
-"\n"
-"You will get security fixes or bug fixes, but you need to have an\n"
-"Internet connection configured to proceed.\n"
-"\n"
-"Do you want to install the updates ?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:926
-#, fuzzy
-msgid "Contacting Mandrake Linux web site to get the list of available mirrors"
-msgstr "ѧԴ͡Ѻ䫵¡âͧ稷"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "Choose a mirror from which to get the packages"
-msgstr "͡䫵㹡ôǹŴ"
-
-#: ../../install_steps_interactive.pm_.c:940
-msgid "Contacting the mirror to get the list of available packages"
-msgstr "ѧԴ͡Ѻ䫵¡âͧ稷"
-
-#: ../../install_steps_interactive.pm_.c:967
-msgid "Which is your timezone?"
-msgstr "سҹ? "
-
-#: ../../install_steps_interactive.pm_.c:972
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "سͧ絹ԡ GMT?"
-
-#: ../../install_steps_interactive.pm_.c:973
-msgid "Automatic time synchronization (using NTP)"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:980
-#, fuzzy
-msgid "NTP Server"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1014
-#: ../../install_steps_interactive.pm_.c:1022
-msgid "Remote CUPS server"
-msgstr "Remote CUPS server"
-
-#: ../../install_steps_interactive.pm_.c:1015
-msgid "No printer"
-msgstr "ͧ"
-
-#: ../../install_steps_interactive.pm_.c:1032
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "سѹա?"
-
-#: ../../install_steps_interactive.pm_.c:1034
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1036
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1041 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1044
-msgid "Mouse"
-msgstr "Mouse"
-
-#: ../../install_steps_interactive.pm_.c:1046
-msgid "Timezone"
-msgstr "⫹"
-
-#: ../../install_steps_interactive.pm_.c:1047 ../../printerdrake.pm_.c:2276
-#: ../../printerdrake.pm_.c:2354
-msgid "Printer"
-msgstr "ͧ"
-
-#: ../../install_steps_interactive.pm_.c:1049
-msgid "ISDN card"
-msgstr "ISDN card"
-
-#: ../../install_steps_interactive.pm_.c:1052
-#: ../../install_steps_interactive.pm_.c:1054
-msgid "Sound card"
-msgstr "Sound card"
-
-#: ../../install_steps_interactive.pm_.c:1056
-msgid "TV card"
-msgstr "TV card"
-
-#: ../../install_steps_interactive.pm_.c:1094
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1122
-msgid "LDAP"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1095
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1131
-#, fuzzy
-msgid "NIS"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1118
-#, fuzzy
-msgid "Local files"
-msgstr "ͧŤ (͵ԴѺͧ)"
-
-#: ../../install_steps_interactive.pm_.c:1105
-#: ../../install_steps_interactive.pm_.c:1106 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "ʼҹٷ"
-
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "No password"
-msgstr "ʼҹ"
-
-#: ../../install_steps_interactive.pm_.c:1112
-#, c-format
-msgid "This password is too simple (must be at least %d characters long)"
-msgstr "ѺԹ (ͧҧ %d ѡ)"
-
-#: ../../install_steps_interactive.pm_.c:1118 ../../network/modem.pm_.c:49
-#: ../../standalone/draknet_.c:626 ../../standalone/logdrake_.c:172
-msgid "Authentication"
-msgstr "õǨͺԷҹ"
-
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "õǨͺԷҹ"
-
-#: ../../install_steps_interactive.pm_.c:1127
-msgid "LDAP Base dn"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
-msgid "LDAP Server"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1134
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "õǨͺԷҹͧ NIS"
-
-#: ../../install_steps_interactive.pm_.c:1135
-msgid "NIS Domain"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1136
-msgid "NIS Server"
-msgstr " NIS"
-
-#: ../../install_steps_interactive.pm_.c:1171
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
-"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
-msgstr ""
-"ٵʡẺͧâͧ Ъسöٵкչء\n"
-"ͧкǹâͧٵŴ 觨繻ªҡҡس\n"
-"Դ LILO ŧкͧس ҡ LILO ١źͧ͡ҡա\n"
-"кԺѵԡẺ LILO ӧҹѺä͹ԡ 蹺ٵʡ\n"
-"öѺ׹кͧ 觨Ъسöӡá\n"
-"׹кҡԴҴ سͧèҧ蹺ٵ?\n"
-" س Diskette С \"OK\""
-
-#: ../../install_steps_interactive.pm_.c:1187
-msgid "First floppy drive"
-msgstr "Floppy Drive ͧá"
-
-#: ../../install_steps_interactive.pm_.c:1188
-msgid "Second floppy drive"
-msgstr "Floppy Drive ͧͧ"
-
-#: ../../install_steps_interactive.pm_.c:1189 ../../printerdrake.pm_.c:1848
-msgid "Skip"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1194
-#, c-format
-msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"LILO (or grub) on your system, or another operating system removes LILO, or "
-"LILO doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures. Would you like to create a bootdisk for your system?\n"
-"%s"
-msgstr ""
-"ٵʡẺͧâͧ Ъسöٵкչء\n"
-"ͧкǹâͧٵŴ 觨繻ªҡҡس\n"
-"Դ LILO ŧкͧس ҡ LILO ١źͧ͡ҡա\n"
-"кԺѵԡẺ LILO ӧҹѺä͹ԡ 蹺ٵʡ\n"
-"öѺ׹кͧ 觨Ъسöӡá\n"
-"׹кҡԴҴ سͧèҧ蹺ٵ? \n"
-"%s"
-
-#: ../../install_steps_interactive.pm_.c:1200
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1208
-msgid "Sorry, no floppy drive available"
-msgstr " տͻ"
-
-#: ../../install_steps_interactive.pm_.c:1212
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "͡ͻسͧ÷蹺ٵ"
-
-#: ../../install_steps_interactive.pm_.c:1216
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "蹿ͻŧ %s"
-
-#: ../../install_steps_interactive.pm_.c:1219
-msgid "Creating bootdisk"
-msgstr "ѧҧ蹺ٵ"
-
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Preparing bootloader"
-msgstr "ѧٵŴ"
-
-#: ../../install_steps_interactive.pm_.c:1237
-msgid ""
-"You appear to have an OldWorld or Unknown\n"
-" machine, the yaboot bootloader will not work for you.\n"
-"The install will continue, but you'll\n"
-" need to use BootX to boot your machine"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1243
-msgid "Do you want to use aboot?"
-msgstr "سͧ aboot "
-
-#: ../../install_steps_interactive.pm_.c:1246
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
-msgstr ""
-"õԴ aboot \n"
-"Դ駶֧ҵԪáҨ?"
-
-#: ../../install_steps_interactive.pm_.c:1253
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Դ駺ٵŴ"
-
-#: ../../install_steps_interactive.pm_.c:1259
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "õԴ bootloader 仹繢ͼԴҴԴ"
-
-#: ../../install_steps_interactive.pm_.c:1267
-#, c-format
-msgid ""
-"You may need to change your Open Firmware boot-device to\n"
-" enable the bootloader. If you don't see the bootloader prompt at\n"
-" reboot, hold down Command-Option-O-F at reboot and enter:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Then type: shut-down\n"
-"At your next boot you should see the bootloader prompt."
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1311
-#: ../../standalone/drakautoinst_.c:81
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "蹿ͻŧ %s "
-
-#: ../../install_steps_interactive.pm_.c:1315
-#: ../../standalone/drakautoinst_.c:83
-msgid "Creating auto install floppy"
-msgstr "ѧõԴŧ floppy"
-
-#: ../../install_steps_interactive.pm_.c:1326
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"鹵͹ҧ鹵͹ó\n"
-"\n"
-"سͧ͡ҡõԴ駨ԧ?"
-
-#: ../../install_steps_interactive.pm_.c:1337
-msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
-"\n"
-"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
-msgstr ""
-"ʴԹ õԴº\n"
-"ͷٵ͡ҡ (蹿ͻͫմ) պٵ\n"
-"\n"
-"\n"
-"ѺҹͧâѺ䢡Ѻ չء-á\n"
-"ôҹ Errata \n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/82errata.php3\n"
-"\n"
-"\n"
-"Ѻä͹ԡкͧس öҡǧ\n"
-"ѧҡõԴ駢ͧйӼҹչء-áѺ繷ҧ"
-
-#: ../../install_steps_interactive.pm_.c:1354
-msgid "Generate auto install floppy"
-msgstr "ҧfloppyѺõԴẺԡ"
-
-#: ../../install_steps_interactive.pm_.c:1356
-msgid ""
-"The auto install can be fully automated if wanted,\n"
-"in that case it will take over the hard drive!!\n"
-"(this is meant for installing on another box).\n"
-"\n"
-"You may prefer to replay the installation.\n"
-msgstr ""
-"õԴẺԡöӧҹẺٻẺҡͧ\n"
-"㹡óչѹ harddisk \n"
-"(ѹСѺõԴ駺ͧ)\n"
-"سҨҡѺ鹵Դ\n"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Automated"
-msgstr "ѵѵ"
-
-#: ../../install_steps_interactive.pm_.c:1361
-msgid "Replay"
-msgstr "¡ա"
-
-#: ../../install_steps_interactive.pm_.c:1364
-msgid "Save packages selection"
-msgstr "ѹ֡稷͡"
-
-#: ../../install_steps_newt.pm_.c:22
-#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "õԴչء-á %s"
-
-#: ../../install_steps_newt.pm_.c:34
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr " <Tab>/<Alt-Tab> ҧ͡ | <Space> ͡ | <F12> ˹ҶѴ "
-
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr " kdesu "
-
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr ""
-
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "͡Ԩ"
-
-#: ../../interactive.pm_.c:314
-msgid "Advanced"
-msgstr "Advanced"
-
-#: ../../interactive.pm_.c:315
-msgid "Basic"
-msgstr ""
-
-#: ../../interactive.pm_.c:386
-msgid "Please wait"
-msgstr "ôѡ"
-
-#: ../../interactive_gtk.pm_.c:605 ../../services.pm_.c:222
-msgid "Info"
-msgstr ""
-
-#: ../../interactive_gtk.pm_.c:715
-msgid "Expand Tree"
-msgstr " tree"
-
-#: ../../interactive_gtk.pm_.c:716
-msgid "Collapse Tree"
-msgstr "غ tree"
-
-#: ../../interactive_gtk.pm_.c:717
-msgid "Toggle between flat and group sorted"
-msgstr "¹ҧèѴ§Ẻ flat group"
-
-#: ../../interactive_stdio.pm_.c:29 ../../interactive_stdio.pm_.c:147
-msgid "Bad choice, try again\n"
-msgstr "͡ԴҴ ôͧա\n"
-
-#: ../../interactive_stdio.pm_.c:30 ../../interactive_stdio.pm_.c:148
-#, c-format
-msgid "Your choice? (default %s) "
-msgstr "ͧ͡س? (ҵ駵 %s)"
-
-#: ../../interactive_stdio.pm_.c:52
-#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:68
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "ͧ͡س? (ҵ駵 %s)"
-
-#: ../../interactive_stdio.pm_.c:93
-#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Ԫ %s"
-
-#: ../../interactive_stdio.pm_.c:94
-#, fuzzy
-msgid "Do you want to click on this button? "
-msgstr "سͧ aboot "
-
-#: ../../interactive_stdio.pm_.c:103
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "ͧ͡س? (ҵ駵 %s)"
-
-#: ../../interactive_stdio.pm_.c:121
-#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:124
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:137
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-
-#: ../../interactive_stdio.pm_.c:144
-msgid "Re-submit"
-msgstr ""
-
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:205
-msgid "Czech (QWERTZ)"
-msgstr "ત (QWERTZ)"
-
-#: ../../keyboard.pm_.c:175 ../../keyboard.pm_.c:207
-msgid "German"
-msgstr "ѹ"
-
-#: ../../keyboard.pm_.c:176
-msgid "Dvorak"
-msgstr "Dvorak"
-
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:214
-msgid "Spanish"
-msgstr "໹"
-
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:215
-msgid "Finnish"
-msgstr "ԹŹ"
-
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:216
-msgid "French"
-msgstr ""
-
-#: ../../keyboard.pm_.c:180 ../../keyboard.pm_.c:241
-msgid "Norwegian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:181
-msgid "Polish"
-msgstr "Ź"
-
-#: ../../keyboard.pm_.c:182 ../../keyboard.pm_.c:249
-msgid "Russian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:251
-msgid "Swedish"
-msgstr "ഹ"
-
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:266
-msgid "UK keyboard"
-msgstr "ѧ"
-
-#: ../../keyboard.pm_.c:186 ../../keyboard.pm_.c:267
-msgid "US keyboard"
-msgstr "ԡ"
-
-#: ../../keyboard.pm_.c:188
-#, fuzzy
-msgid "Albanian"
-msgstr "Iranian"
-
-#: ../../keyboard.pm_.c:189
-msgid "Armenian (old)"
-msgstr "¹ ()"
-
-#: ../../keyboard.pm_.c:190
-msgid "Armenian (typewriter)"
-msgstr "¹ (մ)"
-
-#: ../../keyboard.pm_.c:191
-msgid "Armenian (phonetic)"
-msgstr "¹ (๵Ԥ)"
-
-#: ../../keyboard.pm_.c:196
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjani (latin)"
-
-#: ../../keyboard.pm_.c:198
-msgid "Belgian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:199
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "¹ (๵Ԥ)"
-
-#: ../../keyboard.pm_.c:200
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "š"
-
-#: ../../keyboard.pm_.c:201
-msgid "Brazilian (ABNT-2)"
-msgstr "ҫ"
-
-#: ../../keyboard.pm_.c:202
-msgid "Belarusian"
-msgstr "Belarusian"
-
-#: ../../keyboard.pm_.c:203
-msgid "Swiss (German layout)"
-msgstr " (ҷѹ)"
-
-#: ../../keyboard.pm_.c:204
-msgid "Swiss (French layout)"
-msgstr " (ҷ)"
-
-#: ../../keyboard.pm_.c:206
-msgid "Czech (QWERTY)"
-msgstr "ત (QWERTY)"
-
-#: ../../keyboard.pm_.c:208
-msgid "German (no dead keys)"
-msgstr "German (no dead keys)"
-
-#: ../../keyboard.pm_.c:209
-msgid "Danish"
-msgstr "ഹ"
-
-#: ../../keyboard.pm_.c:210
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:211
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwegian)"
-
-#: ../../keyboard.pm_.c:212
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
-
-#: ../../keyboard.pm_.c:213
-msgid "Estonian"
-msgstr "Estonian"
-
-#: ../../keyboard.pm_.c:217
-msgid "Georgian (\"Russian\" layout)"
-msgstr " (ҷẺ)"
-
-#: ../../keyboard.pm_.c:218
-msgid "Georgian (\"Latin\" layout)"
-msgstr " (ҷẺеԹ)"
-
-#: ../../keyboard.pm_.c:219
-msgid "Greek"
-msgstr "ա"
-
-#: ../../keyboard.pm_.c:220
-msgid "Hungarian"
-msgstr "ѧ"
-
-#: ../../keyboard.pm_.c:221
-msgid "Croatian"
-msgstr "Croatian"
-
-#: ../../keyboard.pm_.c:222
-msgid "Israeli"
-msgstr ""
-
-#: ../../keyboard.pm_.c:223
-msgid "Israeli (Phonetic)"
-msgstr " (๵Ԥ)"
-
-#: ../../keyboard.pm_.c:224
-msgid "Iranian"
-msgstr "Iranian"
-
-#: ../../keyboard.pm_.c:225
-msgid "Icelandic"
-msgstr "ͫŹ"
-
-#: ../../keyboard.pm_.c:226
-msgid "Italian"
-msgstr "Ե"
-
-#: ../../keyboard.pm_.c:228
-msgid "Japanese 106 keys"
-msgstr "Japanese 106 keys"
-
-#: ../../keyboard.pm_.c:231
-msgid "Korean keyboard"
-msgstr "Korean keyboard"
-
-#: ../../keyboard.pm_.c:232
-msgid "Latin American"
-msgstr "еԹԡ"
-
-#: ../../keyboard.pm_.c:233
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lithuanian AZERTY (old)"
-
-#: ../../keyboard.pm_.c:235
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lithuanian AZERTY (new)"
-
-#: ../../keyboard.pm_.c:236
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Ը \"ǵŢ\" QWERTY"
-
-#: ../../keyboard.pm_.c:237
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Ը \"๵Ԥ\" QWERTY"
-
-#: ../../keyboard.pm_.c:238
-#, fuzzy
-msgid "Latvian"
-msgstr "˹"
-
-#: ../../keyboard.pm_.c:239
-msgid "Macedonian"
-msgstr "Macedonian"
-
-#: ../../keyboard.pm_.c:240
-msgid "Dutch"
-msgstr "Ź"
-
-#: ../../keyboard.pm_.c:242
-msgid "Polish (qwerty layout)"
-msgstr "Polish (qwerty layout)"
-
-#: ../../keyboard.pm_.c:243
-msgid "Polish (qwertz layout)"
-msgstr "Polish (qwertz layout)"
-
-#: ../../keyboard.pm_.c:244
-msgid "Portuguese"
-msgstr "õ"
-
-#: ../../keyboard.pm_.c:245
-msgid "Canadian (Quebec)"
-msgstr "ҹҴ (຤)"
-
-#: ../../keyboard.pm_.c:247
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:250
-msgid "Russian (Yawerty)"
-msgstr " (Yawerty)"
-
-#: ../../keyboard.pm_.c:252
-msgid "Slovenian"
-msgstr ""
-
-#: ../../keyboard.pm_.c:253
-msgid "Slovakian (QWERTZ)"
-msgstr " (QWERTZ)"
-
-#: ../../keyboard.pm_.c:254
-msgid "Slovakian (QWERTY)"
-msgstr " (QWERTY)"
-
-#: ../../keyboard.pm_.c:256
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbaidjani (cyrillic)"
-
-#: ../../keyboard.pm_.c:258
-#, fuzzy
-msgid "Tamil"
-msgstr "Table"
-
-#: ../../keyboard.pm_.c:259
-msgid "Thai keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:261
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr ""
-
-#: ../../keyboard.pm_.c:262
-msgid "Turkish (traditional \"F\" model)"
-msgstr "á (ẺἹ \"F\")"
-
-#: ../../keyboard.pm_.c:263
-msgid "Turkish (modern \"Q\" model)"
-msgstr "á ( \"Q\")"
-
-#: ../../keyboard.pm_.c:265
-msgid "Ukrainian"
-msgstr "ù"
-
-#: ../../keyboard.pm_.c:268
-msgid "US keyboard (international)"
-msgstr "ԡѹ (ҹҪҵ)"
-
-#: ../../keyboard.pm_.c:269
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamese \"numeric row\" QWERTY"
-
-#: ../../keyboard.pm_.c:270
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr " (ҷẺеԹ)"
-
-#: ../../keyboard.pm_.c:278
-msgid "Right Alt key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:279
-msgid "Both Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:280
-msgid "Control and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:281
-msgid "CapsLock key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:282
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:283
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
-
-#: ../../keyboard.pm_.c:284
-msgid "\"Menu\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:285
-msgid "Left \"Windows\" key"
-msgstr ""
-
-#: ../../keyboard.pm_.c:286
-msgid "Right \"Windows\" key"
-msgstr ""
-
-#: ../../loopback.pm_.c:32
-#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Circular mounts %s\n"
-
-#: ../../lvm.pm_.c:88
-msgid "Remove the logical volumes first\n"
-msgstr "ź logical volume ͹\n"
-
-#: ../../modules.pm_.c:826
-msgid ""
-"PCMCIA support no longer exist for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
-
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
-
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generic PS2 Wheel Mouse"
-
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
-
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
-msgid "Genius NetMouse"
-msgstr "Genius NetMouse"
-
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
-msgid "1 button"
-msgstr "1 "
-
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
-msgid "Generic 2 Button Mouse"
-msgstr "Generic 2 Button Mouse"
-
-#: ../../mouse.pm_.c:45
-msgid "Generic"
-msgstr "Generic"
-
-#: ../../mouse.pm_.c:46
-msgid "Wheel"
-msgstr "Wheel"
-
-#: ../../mouse.pm_.c:49
-msgid "serial"
-msgstr "͹ء"
-
-#: ../../mouse.pm_.c:52
-msgid "Generic 3 Button Mouse"
-msgstr "ẺԷҹ"
-
-#: ../../mouse.pm_.c:53
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../mouse.pm_.c:54
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
-
-#: ../../mouse.pm_.c:55
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../mouse.pm_.c:57
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
-
-#: ../../mouse.pm_.c:58
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
-
-#: ../../mouse.pm_.c:60
-msgid "MM Series"
-msgstr "MM Series"
-
-#: ../../mouse.pm_.c:61
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
-
-#: ../../mouse.pm_.c:62
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (͹ء, Ẻ C7)"
-
-#: ../../mouse.pm_.c:66
-msgid "busmouse"
-msgstr "busmouse"
-
-#: ../../mouse.pm_.c:69
-msgid "2 buttons"
-msgstr "2 buttons"
-
-#: ../../mouse.pm_.c:70
-msgid "3 buttons"
-msgstr "3 buttons"
-
-#: ../../mouse.pm_.c:73
-msgid "none"
-msgstr ""
-
-#: ../../mouse.pm_.c:75
-msgid "No mouse"
-msgstr ""
-
-#: ../../mouse.pm_.c:499
-msgid "Please test the mouse"
-msgstr "سҷͺ"
-
-#: ../../mouse.pm_.c:500
-msgid "To activate the mouse,"
-msgstr "ӧҹ"
-
-#: ../../mouse.pm_.c:501
-msgid "MOVE YOUR WHEEL!"
-msgstr "͹ͧ͢س"
-
-#: ../../my_gtk.pm_.c:651
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
-
-#: ../../my_gtk.pm_.c:686
-msgid "Finish"
-msgstr "ԹŹ"
-
-#: ../../my_gtk.pm_.c:686 ../../printerdrake.pm_.c:1588
-msgid "Next ->"
-msgstr "Next ->"
-
-#: ../../my_gtk.pm_.c:687 ../../printerdrake.pm_.c:1586
-msgid "<- Previous"
-msgstr "<- ͹"
-
-#: ../../my_gtk.pm_.c:1019
-msgid "Is this correct?"
-msgstr "١ͧ?"
-
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr " Internet "
-
-#: ../../network/adsl.pm_.c:20
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few ones use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
-msgstr ""
-"õԴ·仢ͧ adsl pppoe.\n"
-"ҧҨ pptp չ¤ dhcp.\n"
-"ҤسҺ ͡ 'use pppoe'"
-
-#: ../../network/adsl.pm_.c:22
-msgid "Alcatel speedtouch usb"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
-msgid "use dhcp"
-msgstr " dhcp"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pppoe"
-msgstr " pppoe"
-
-#: ../../network/adsl.pm_.c:22
-msgid "use pptp"
-msgstr " pptp"
-
-#: ../../network/ethernet.pm_.c:37
-msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
-msgstr ""
-"Դͧ dhcp client ͧ\n"
-"ͧ͡鹤 dhcpcd"
-
-#: ../../network/ethernet.pm_.c:88
-msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
-msgstr ""
-"辺 ethernet \n"
-"öѴӡõԴͪԴ"
-
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:252
-msgid "Choose the network interface"
-msgstr "͡ network interface"
-
-#: ../../network/ethernet.pm_.c:93
-msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "س͡ Network Adaptor Ѻõ Internet"
-
-#: ../../network/ethernet.pm_.c:178
-msgid "no network card found"
-msgstr "辺"
-
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:360
-msgid "Configuring network"
-msgstr "ѧ͹ԡк"
-
-#: ../../network/ethernet.pm_.c:203
-msgid ""
-"Please enter your host name if you know it.\n"
-"Some DHCP servers require the hostname to work.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''."
-msgstr ""
-"ôͧ͢ʵ\n"
-"ͧ͢ʵٻẺ ()\n"
-"ҧ ``mybox.mylab.yco.com''\n"
-"سҨ IP ͧࡵ¶Ҥسͧ˹ҷࡵ"
-
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:365
-msgid "Host name"
-msgstr "ʵ:"
-
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:95 ../../network/netconnect.pm_.c:109
-#: ../../network/netconnect.pm_.c:164 ../../network/netconnect.pm_.c:175
-#: ../../network/netconnect.pm_.c:202 ../../network/netconnect.pm_.c:225
-#: ../../network/netconnect.pm_.c:233
-msgid "Network Configuration Wizard"
-msgstr "Network Configuration Wizard"
-
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "External ISDN modem"
-
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Internal ISDN card"
-
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "õԴẺ ISDN ͧسẺ"
-
-#: ../../network/isdn.pm_.c:45
-msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerfull\n"
-" tools, but is tricky to configure, and not standard.\n"
-"\n"
-"* The New configuration is easier to understand, more\n"
-" standard, but with less tools.\n"
-"\n"
-"We recommand the light configuration.\n"
-msgstr ""
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Ǩ͹ԡͧ Firewall"
-
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Ǩ͹ԡͧ Firewall"
-
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
-msgid "ISDN Configuration"
-msgstr "ä͹ԡ ISDN"
-
-#: ../../network/isdn.pm_.c:170
-msgid ""
-"Select your provider.\n"
-" If it's not in the list, choose Unlisted"
-msgstr ""
-"͡ԡ\n"
-"͡ (unlisted)"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Boot Protocol"
-
-#: ../../network/isdn.pm_.c:183
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "û (EDS11)"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Rest of the world"
-
-#: ../../network/isdn.pm_.c:185
-#, fuzzy
-msgid ""
-"Protocol for the rest of the world \n"
-" no D-Channel (leased lines)"
-msgstr ""
-"Rest of the world \n"
-" no D-Channel (leased lines)"
-
-#: ../../network/isdn.pm_.c:189
-msgid "Which protocol do you want to use ?"
-msgstr "Protocol ˹سͧ"
-
-#: ../../network/isdn.pm_.c:199
-msgid "What kind of card do you have?"
-msgstr "سա촪Դ?"
-
-#: ../../network/isdn.pm_.c:200
-msgid "I don't know"
-msgstr "Һ"
-
-#: ../../network/isdn.pm_.c:200
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
-
-#: ../../network/isdn.pm_.c:200
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../network/isdn.pm_.c:206
-msgid ""
-"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
-"\n"
-"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
-msgstr ""
-"\n"
-"Ҥس ISA Ţ˹ҵ令èж١ͧ\n"
-"\n"
-"Ҥسա PCMCIA سͧ irq io ͧ촢ͧس\n"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Abort"
-msgstr "ԡ"
-
-#: ../../network/isdn.pm_.c:210
-msgid "Continue"
-msgstr "ӧҹ?"
-
-#: ../../network/isdn.pm_.c:216
-msgid "Which is your ISDN card ?"
-msgstr "س ISDN ?"
-
-#: ../../network/isdn.pm_.c:235
-msgid ""
-"I have detected an ISDN PCI Card, but I don't know the type. Please select "
-"one PCI card on the next screen."
-msgstr "͡ ISDN Ẻ PCI ҺԴ س͡˹㹡 PCI ˹ҵ"
-
-#: ../../network/isdn.pm_.c:244
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "辺 ISDN PCI س͡ҡ˹ҵ"
-
-#: ../../network/modem.pm_.c:39
-msgid "Please choose which serial port your modem is connected to."
-msgstr "سͧͧس͡Ѻ͹ء?"
-
-#: ../../network/modem.pm_.c:44
-msgid "Dialup options"
-msgstr "ͻ蹢ͧعѾ"
-
-#: ../../network/modem.pm_.c:45 ../../standalone/draknet_.c:622
-msgid "Connection name"
-msgstr "͡"
-
-#: ../../network/modem.pm_.c:46 ../../standalone/draknet_.c:623
-msgid "Phone number"
-msgstr "ŢѾ"
-
-#: ../../network/modem.pm_.c:47 ../../standalone/draknet_.c:624
-msgid "Login ID"
-msgstr "ŢШӵǡ͡Թ"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "CHAP"
-msgstr ""
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "PAP"
-msgstr "PAP"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Script-based"
-msgstr "ٻẺʤԻ"
-
-#: ../../network/modem.pm_.c:49 ../../standalone/draknet_.c:626
-msgid "Terminal-based"
-msgstr "ٻẺԹ"
-
-#: ../../network/modem.pm_.c:50 ../../standalone/draknet_.c:627
-msgid "Domain name"
-msgstr ""
-
-#: ../../network/modem.pm_.c:51 ../../standalone/draknet_.c:628
-msgid "First DNS Server (optional)"
-msgstr "ÿ DNS ͧá (optional)"
-
-#: ../../network/modem.pm_.c:52 ../../standalone/draknet_.c:629
-msgid "Second DNS Server (optional)"
-msgstr "ÿ DNS ͧͧ (optional)"
-
-#: ../../network/netconnect.pm_.c:34
-msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
-msgstr ""
-"\n"
-"سöԡԴͷӡûѺ觡õԴͧ͢س"
-
-#: ../../network/netconnect.pm_.c:34 ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can reconfigure your connection."
-msgstr ""
-"\n"
-"سö͹ԡк"
-
-#: ../../network/netconnect.pm_.c:34
-msgid "You are currently connected to internet."
-msgstr "سԴ͡Ѻ Internet "
-
-#: ../../network/netconnect.pm_.c:37
-msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
-msgstr ""
-"\n"
-"سö Internet ͷӡ㢡"
-
-#: ../../network/netconnect.pm_.c:37
-msgid "You are not currently connected to Internet."
-msgstr "سѧ͡Ѻ Internet "
-
-#: ../../network/netconnect.pm_.c:41
-#, fuzzy
-msgid "Connect"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:43
-#, fuzzy
-msgid "Disconnect"
-msgstr "¡ԡԴ..."
-
-#: ../../network/netconnect.pm_.c:45
-#, fuzzy
-msgid "Configure the connection"
-msgstr "͹ԡк"
-
-#: ../../network/netconnect.pm_.c:50
-msgid "Internet connection & configuration"
-msgstr " Internet СûѺ"
-
-#: ../../network/netconnect.pm_.c:100
-#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr ""
-"\n"
-"سöԡԴͷӡûѺ觡õԴͧ͢س"
-
-#: ../../network/netconnect.pm_.c:109
-#, fuzzy, c-format
-msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
-msgstr ""
-"\n"
-"سöԡԴͷӡûѺ觡õԴͧ͢س"
-
-#: ../../network/netconnect.pm_.c:138 ../../network/netconnect.pm_.c:252
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:57
-msgid "Network Configuration"
-msgstr "ä͹ԡк"
-
-#: ../../network/netconnect.pm_.c:139
-msgid ""
-"Because you are doing a network installation, your network is already "
-"configured.\n"
-"Click on Ok to keep your configuration, or cancel to reconfigure your "
-"Internet & Network connection.\n"
-msgstr ""
-"ͧҡسõԴẺ network к network ֧\n"
-" OK ѡҤҤ͹ԡ ͡ ¡ԡͻѺ\n"
-
-#: ../../network/netconnect.pm_.c:165
-msgid ""
-"Welcome to The Network Configuration Wizard\n"
-"\n"
-"We are about to configure your internet/network connection.\n"
-"If you don't want to use the auto detection, deselect the checkbox.\n"
-msgstr ""
-"Թյ͹Ѻ Network Configuration Wizard\n"
-"\n"
-"ҡѧлѺ internet/network \n"
-"Ҥسͧ auto detection س¡ԡ checkbox.\n"
-
-#: ../../network/netconnect.pm_.c:167
-msgid "Choose the profile to configure"
-msgstr "͡ profile лѺ"
-
-#: ../../network/netconnect.pm_.c:168
-msgid "Use auto detection"
-msgstr " auto detection"
-
-#: ../../network/netconnect.pm_.c:175
-msgid "Detecting devices..."
-msgstr "ѧǨͺػó..."
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-msgid "Normal modem connection"
-msgstr "õԴ Modem "
-
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
-#, c-format
-msgid "detected on port %s"
-msgstr "ͺ port %s"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-msgid "ISDN connection"
-msgstr "õԴ ISDN"
-
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected %s"
-msgstr "鹾 %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, fuzzy
-msgid "ADSL connection"
-msgstr "LAN connection"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
-#, c-format
-msgid "detected on interface %s"
-msgstr "ͺ interface %s"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-msgid "Cable connection"
-msgstr "cable connection"
-
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
-#, fuzzy
-msgid "cable connection detected"
-msgstr "cable connection"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "LAN connection"
-msgstr "LAN connection"
-
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
-msgid "ethernet card(s) detected"
-msgstr "ethernet card(s) 辺"
-
-#: ../../network/netconnect.pm_.c:202
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "ͧ͡ͷسͧ"
-
-#: ../../network/netconnect.pm_.c:226
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:227
-#, fuzzy
-msgid "Internet connection"
-msgstr "͡Ѻ Internet Ẻ sharing"
-
-#: ../../network/netconnect.pm_.c:233
-msgid "Do you want to start the connection at boot?"
-msgstr "سͧõ͵͹ boot "
-
-#: ../../network/netconnect.pm_.c:247
-msgid "Network configuration"
-msgstr "ä͹ԡк"
-
-#: ../../network/netconnect.pm_.c:248
-msgid "The network needs to be restarted"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:252
-#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "سͧӧҹ Network "
-
-#: ../../network/netconnect.pm_.c:261
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
-msgstr ""
-"ûѺ internet/network º\n"
-"\n"
-"ҵҧж١ǹ\n"
-
-#: ../../network/netconnect.pm_.c:265
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"ͷءҧ йҹӧҹ X windows \n"
-"ͻͧѹѭ hostname ҨԴ"
-
-#: ../../network/netconnect.pm_.c:266
-msgid ""
-"Problems occured during configuration.\n"
-"Test your connection via net_monitor or mcc. If your connection doesn't "
-"work, you might want to relaunch the configuration"
-msgstr ""
-
-#: ../../network/network.pm_.c:292
-msgid ""
-"WARNING: This device has been previously configured to connect to the "
-"Internet.\n"
-"Simply accept to keep this device configured.\n"
-"Modifying the fields below will override this configuration."
-msgstr ""
-"͹: ػó١Ѻ㹡õ internet\n"
-"سöѺҵҧͷӡ㢤ҵҧҧҧ\n"
-" "
-
-#: ../../network/network.pm_.c:297
-msgid ""
-"Please enter the IP configuration for this machine.\n"
-"Each item should be entered as an IP address in dotted-decimal\n"
-"notation (for example, 1.2.3.4)."
-msgstr ""
-"ô͡šä͹ԡ IP Ѻͧ\n"
-"ҧö IP ٻẺŢ蹴¨ش\n"
-"(dotted-decimal notation) ҧ 1.2.3.4"
-
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
-#, c-format
-msgid "Configuring network device %s"
-msgstr "ѧ͹ԡػó %s"
-
-#: ../../network/network.pm_.c:307
-#, c-format
-msgid " (driver %s)"
-msgstr " (driver %s)"
-
-#: ../../network/network.pm_.c:309 ../../standalone/draknet_.c:232
-#: ../../standalone/draknet_.c:468
-msgid "IP address"
-msgstr " IP"
-
-#: ../../network/network.pm_.c:310 ../../standalone/draknet_.c:469
-msgid "Netmask"
-msgstr "ʡ"
-
-#: ../../network/network.pm_.c:311
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
-
-#: ../../network/network.pm_.c:311
-msgid "Automatic IP"
-msgstr "˹ IP Ẻѵѵ"
-
-#: ../../network/network.pm_.c:332 ../../printerdrake.pm_.c:712
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Ңͧ IP ٻẺ 1.2.3.4"
-
-#: ../../network/network.pm_.c:361
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one"
-msgstr ""
-"ôͧ͢ʵ\n"
-"ͧ͢ʵٻẺ ()\n"
-"ҧ ``mybox.mylab.yco.com''\n"
-"سҨ IP ͧࡵ¶Ҥسͧ˹ҷࡵ"
-
-#: ../../network/network.pm_.c:366
-msgid "DNS server"
-msgstr " DNS"
-
-#: ../../network/network.pm_.c:367
-#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
-
-#: ../../network/network.pm_.c:369
-msgid "Gateway device"
-msgstr "ػóࡵ"
-
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "ä͹ԡ Proxies"
-
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
-
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
-
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (usefull for laptops)"
-msgstr ""
-
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Ңͧ Proxy è http://..."
-
-#: ../../network/network.pm_.c:388
-msgid "Proxy should be ftp://..."
-msgstr "Ңͧ Proxy è ftp://..."
-
-#: ../../network/tools.pm_.c:39
-msgid "Internet configuration"
-msgstr "ä͹ԡ Internet"
-
-#: ../../network/tools.pm_.c:40
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "سͧ÷ͺ Internet ǹ"
-
-#: ../../network/tools.pm_.c:44 ../../standalone/draknet_.c:197
-msgid "Testing your connection..."
-msgstr "ͺ connection..."
-
-#: ../../network/tools.pm_.c:50
-msgid "The system is now connected to Internet."
-msgstr "Դ Internet º"
-
-#: ../../network/tools.pm_.c:51
-msgid "For Security reason, it will be disconnected now."
-msgstr "ͤʹ ѹشõԴǹ"
-
-#: ../../network/tools.pm_.c:52
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"ö Internet \n"
-"ͧӡä͹ԡա"
-
-#: ../../network/tools.pm_.c:76
-msgid "Connection Configuration"
-msgstr "ä͹ԡ Connection"
-
-#: ../../network/tools.pm_.c:77
-msgid "Please fill or check the field below"
-msgstr "سͧ͡ҧҧ"
-
-#: ../../network/tools.pm_.c:79 ../../standalone/draknet_.c:608
-msgid "Card IRQ"
-msgstr "Card IRQ"
-
-#: ../../network/tools.pm_.c:80 ../../standalone/draknet_.c:609
-msgid "Card mem (DMA)"
-msgstr "Card mem (DMA)"
-
-#: ../../network/tools.pm_.c:81 ../../standalone/draknet_.c:610
-msgid "Card IO"
-msgstr "Card IO"
-
-#: ../../network/tools.pm_.c:82 ../../standalone/draknet_.c:611
-msgid "Card IO_0"
-msgstr "Card IO_0"
-
-#: ../../network/tools.pm_.c:83 ../../standalone/draknet_.c:612
-msgid "Card IO_1"
-msgstr "Card IO_1"
-
-#: ../../network/tools.pm_.c:84 ../../standalone/draknet_.c:613
-msgid "Your personal phone number"
-msgstr "Ѿǹ"
-
-#: ../../network/tools.pm_.c:85 ../../standalone/draknet_.c:614
-msgid "Provider name (ex provider.net)"
-msgstr "ͼԡ (ex KSC)"
-
-#: ../../network/tools.pm_.c:86 ../../standalone/draknet_.c:615
-msgid "Provider phone number"
-msgstr "ŢѾ"
-
-#: ../../network/tools.pm_.c:87 ../../standalone/draknet_.c:616
-msgid "Provider dns 1 (optional)"
-msgstr "ԡ dns 1 (optional)"
-
-#: ../../network/tools.pm_.c:88 ../../standalone/draknet_.c:617
-msgid "Provider dns 2 (optional)"
-msgstr "ԡ dns 2 (optional)"
-
-#: ../../network/tools.pm_.c:89
-#, fuzzy
-msgid "Choose your country"
-msgstr "͡"
-
-#: ../../network/tools.pm_.c:90 ../../standalone/draknet_.c:620
-msgid "Dialing mode"
-msgstr "عѾ"
-
-#: ../../network/tools.pm_.c:91 ../../standalone/draknet_.c:632
-#, fuzzy
-msgid "Connection speed"
-msgstr "Դ"
-
-#: ../../network/tools.pm_.c:92 ../../standalone/draknet_.c:633
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Դ"
-
-#: ../../network/tools.pm_.c:93 ../../standalone/draknet_.c:618
-msgid "Account Login (user name)"
-msgstr "Account Login (user name)"
-
-#: ../../network/tools.pm_.c:94 ../../standalone/draknet_.c:619
-msgid "Account Password"
-msgstr "ʼҹ"
-
-#: ../../partition_table.pm_.c:600
-msgid "mount failed: "
-msgstr "ҷ: "
-
-#: ../../partition_table.pm_.c:664
-msgid "Extended partition not supported on this platform"
-msgstr "Extended partition not supported on this platform"
-
-#: ../../partition_table.pm_.c:682
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions"
-msgstr ""
-"سժͧҧ㹵ҧԪ ҹͧҧ\n"
-"䢻ѭöվԪ ͧ仵ͷ¾ԪẺ extended"
-
-#: ../../partition_table.pm_.c:770
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "á׹ҡ %s : %s"
-
-#: ../../partition_table.pm_.c:772
-msgid "Bad backup file"
-msgstr "Ѿջѭ"
-
-#: ../../partition_table.pm_.c:794
-#, c-format
-msgid "Error writing to file %s"
-msgstr "ͼԴҴ١ѹ֡ %s"
-
-#: ../../partition_table_raw.pm_.c:186
-msgid ""
-"Something bad is happening on your drive. \n"
-"A test to check the integrity of data has failed. \n"
-"It means writing anything on the disk will end up with random trash"
-msgstr ""
-"Դ鹡Ѻ disk ͧسöǨ\n"
-"ͺ١ͧͧ\n"
-"¤ҡ¹ŧҨ繢"
-
-#: ../../pkgs.pm_.c:24
-msgid "must have"
-msgstr "ͧ"
-
-#: ../../pkgs.pm_.c:25
-msgid "important"
-msgstr "Ӥѭ"
-
-#: ../../pkgs.pm_.c:26
-msgid "very nice"
-msgstr "ҡ"
-
-#: ../../pkgs.pm_.c:27
-msgid "nice"
-msgstr ""
-
-#: ../../pkgs.pm_.c:28
-msgid "maybe"
-msgstr "Ҩ"
-
-#: ../../printer.pm_.c:23
-msgid "CUPS - Common Unix Printing System"
-msgstr ""
-
-#: ../../printer.pm_.c:24
-msgid "LPRng - LPR New Generation"
-msgstr ""
-
-#: ../../printer.pm_.c:25
-msgid "LPD - Line Printer Daemon"
-msgstr ""
-
-#: ../../printer.pm_.c:26
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
-
-#: ../../printer.pm_.c:32 ../../printer.pm_.c:871
-msgid "CUPS"
-msgstr ""
-
-#: ../../printer.pm_.c:33
-msgid "LPRng"
-msgstr ""
-
-#: ../../printer.pm_.c:34
-msgid "LPD"
-msgstr ""
-
-#: ../../printer.pm_.c:35
-msgid "PDQ"
-msgstr ""
-
-#: ../../printer.pm_.c:47
-msgid "Local printer"
-msgstr "ͧŤ (͵ԴѺͧ)"
-
-#: ../../printer.pm_.c:48
-msgid "Remote printer"
-msgstr "ͧẺ"
-
-#: ../../printer.pm_.c:49
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Remote CUPS server"
-
-#: ../../printer.pm_.c:50 ../../printerdrake.pm_.c:734
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr " lpd"
-
-#: ../../printer.pm_.c:51
-msgid "Network printer (TCP/Socket)"
-msgstr "ͧк Network (TCP/Socket)"
-
-#: ../../printer.pm_.c:52
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Թ 95/98/NT"
-
-#: ../../printer.pm_.c:53
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "ͧԹ"
-
-#: ../../printer.pm_.c:54 ../../printerdrake.pm_.c:738
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "ػóͧ URI"
-
-#: ../../printer.pm_.c:55
-msgid "Pipe job into a command"
-msgstr ""
-
-#: ../../printer.pm_.c:504 ../../printer.pm_.c:695 ../../printer.pm_.c:1017
-#: ../../printerdrake.pm_.c:1665 ../../printerdrake.pm_.c:2730
-msgid "Unknown model"
-msgstr ""
-
-#: ../../printer.pm_.c:532
-#, fuzzy
-msgid "Local Printers"
-msgstr "ͧŤ (͵ԴѺͧ)"
-
-#: ../../printer.pm_.c:534 ../../printer.pm_.c:872
-#, fuzzy
-msgid "Remote Printers"
-msgstr "ͧẺ"
-
-#: ../../printer.pm_.c:541 ../../printerdrake.pm_.c:248
-#, c-format
-msgid " on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:544 ../../printerdrake.pm_.c:250
-#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:549
-#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printer.pm_.c:552
-msgid ", multi-function device on USB"
-msgstr ""
-
-#: ../../printer.pm_.c:554
-msgid ", multi-function device on HP JetDirect"
-msgstr ""
-
-#: ../../printer.pm_.c:556
-msgid ", multi-function device"
-msgstr ""
-
-#: ../../printer.pm_.c:559
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "ͼԴҴ١ѹ֡ %s"
-
-#: ../../printer.pm_.c:561
-#, c-format
-msgid "on LPD server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:563
-#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ""
-
-#: ../../printer.pm_.c:567
-#, c-format
-msgid "on Windows server \"%s\", share \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:571
-#, c-format
-msgid "on Novell server \"%s\", printer \"%s\""
-msgstr ""
-
-#: ../../printer.pm_.c:573
-#, c-format
-msgid ", using command %s"
-msgstr ""
-
-#: ../../printer.pm_.c:692 ../../printerdrake.pm_.c:1136
-msgid "Raw printer (No driver)"
-msgstr ""
-
-#: ../../printer.pm_.c:841
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "( %s)"
-
-#: ../../printer.pm_.c:843
-msgid "(on this machine)"
-msgstr ""
-
-#: ../../printer.pm_.c:868
-#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr " IP ͧ CUPS "
-
-#: ../../printer.pm_.c:874 ../../printerdrake.pm_.c:2391
-#: ../../printerdrake.pm_.c:2402 ../../printerdrake.pm_.c:2618
-#: ../../printerdrake.pm_.c:2670 ../../printerdrake.pm_.c:2697
-#: ../../printerdrake.pm_.c:2867 ../../printerdrake.pm_.c:2869
-msgid " (Default)"
-msgstr " (Default)"
-
-#: ../../printerdrake.pm_.c:22
-msgid "Select Printer Connection"
-msgstr "͡͡Ѻͧ"
-
-#: ../../printerdrake.pm_.c:23
-msgid "How is the printer connected?"
-msgstr "ͧҧ?"
-
-#: ../../printerdrake.pm_.c:25
-#, fuzzy
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
-msgstr ""
-" CUPS SERVER س繵ͧѺͧ\n"
-"㹵͹ ͧж١ͧ\n"
-"óբʧ س͡ \"Remote CUPS server\""
-
-#: ../../printerdrake.pm_.c:69 ../../printerdrake.pm_.c:2454
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "ûѺ LAN"
-
-#: ../../printerdrake.pm_.c:70 ../../printerdrake.pm_.c:2455
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Remote CUPS server"
-
-#: ../../printerdrake.pm_.c:71
-msgid ""
-"To get access to printers on remote CUPS servers in your local network you "
-"do not have to configure anything; the CUPS servers inform your machine "
-"automatically about their printers. All printers currently known to your "
-"machine are listed in the \"Remote printers\" section in the main window of "
-"Printerdrake. When your CUPS server is not in your local network, you have "
-"to enter the CUPS server IP address and optionally the port number to get "
-"the printer information from the server, otherwise leave these fields blank."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:72
-msgid ""
-"\n"
-"Normally, CUPS is automatically configured according to your network "
-"environment, so that you can access the printers on the CUPS servers in your "
-"local network. If this does not work correctly, turn off \"Automatic CUPS "
-"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
-"forget to restart CUPS afterwards (command: \"service cups restart\")."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:76
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Ңͧ IP ٻẺ 1.2.3.4"
-
-#: ../../printerdrake.pm_.c:80 ../../printerdrake.pm_.c:862
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "Port number 繵Ţ"
-
-#: ../../printerdrake.pm_.c:87
-msgid "CUPS server IP"
-msgstr " IP ͧ CUPS "
-
-#: ../../printerdrake.pm_.c:88 ../../printerdrake.pm_.c:855
-msgid "Port"
-msgstr "Port"
-
-#: ../../printerdrake.pm_.c:90
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Boot Style Configuration"
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "ѧǨͺػó..."
-
-#: ../../printerdrake.pm_.c:145 ../../standalone/scannerdrake_.c:42
-msgid "Test ports"
-msgstr "ѧǨͺ"
-
-#: ../../printerdrake.pm_.c:167 ../../printerdrake.pm_.c:2437
-#: ../../printerdrake.pm_.c:2556
-#, fuzzy
-msgid "Add a new printer"
-msgstr "ͧ"
-
-#: ../../printerdrake.pm_.c:168
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:176 ../../printerdrake.pm_.c:203
-#: ../../printerdrake.pm_.c:378 ../../printerdrake.pm_.c:393
-#: ../../printerdrake.pm_.c:403 ../../printerdrake.pm_.c:466
-#, fuzzy
-msgid "Local Printer"
-msgstr "ͧŤ (͵ԴѺͧ)"
-
-#: ../../printerdrake.pm_.c:177
-msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
-"\n"
-"Please plug in your printer(s) on this computer and turn it/them on. Click "
-"on \"Next\" when you are ready, and on \"Cancel\" when you do not want to "
-"set up your printer(s) now.\n"
-"\n"
-"Note that some computers can crash during the printer auto-detection, turn "
-"off \"Auto-detect printers\" to do a printer installation without auto-"
-"detection. Use the \"Expert Mode\" of printerdrake when you want to set up "
-"printing on a remote printer if printerdrake does not list it automatically."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:186
-#, fuzzy
-msgid "Auto-detect printers"
-msgstr "ͧẺ"
-
-#: ../../printerdrake.pm_.c:204
-msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:223
-msgid "Auto-Detection of Printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:224
-msgid ""
-"Printerdrake is able to auto-detect your locally connected parallel and USB "
-"printers for you, but note that on some systems the auto-detection CAN "
-"FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do it ON "
-"YOUR OWN RISK!\n"
-"\n"
-"Do you really want to get your printers auto-detected?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:227 ../../printerdrake.pm_.c:229
-#: ../../printerdrake.pm_.c:230
-#, fuzzy
-msgid "Do auto-detection"
-msgstr " auto detection"
-
-#: ../../printerdrake.pm_.c:228
-#, fuzzy
-msgid "Set up printer manually"
-msgstr "ͧẺ"
-
-#: ../../printerdrake.pm_.c:256
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "鹾 %s"
-
-#: ../../printerdrake.pm_.c:260 ../../printerdrake.pm_.c:287
-#: ../../printerdrake.pm_.c:306
-#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:262 ../../printerdrake.pm_.c:289
-#: ../../printerdrake.pm_.c:311
-#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:379
-msgid ""
-"No local printer found! To manually install a printer enter a device name/"
-"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
-"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
-"printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:383
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "ػóͧ URI"
-
-#: ../../printerdrake.pm_.c:394
-#, fuzzy
-msgid ""
-"No local printer found!\n"
-"\n"
-msgstr "ͧŤ (͵ԴѺͧ)"
-
-#: ../../printerdrake.pm_.c:395
-msgid ""
-"Network printers can only be installed after the installation. Choose "
-"\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:396
-msgid ""
-"To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-"\", and click \"Add a new printer\" again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:407
-msgid ""
-"The following printer was auto-detected, if it is not the one you want to "
-"configure, enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:408
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up or enter a device name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:410
-msgid ""
-"The following printer was auto-detected. The configuration of the printer "
-"will work fully automatically. If your printer was not correctly detected or "
-"if you prefer a customized printer configuration, turn on \"Manual "
-"configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:411
-msgid ""
-"Here is a list of all auto-detected printers. Please choose the printer you "
-"want to set up. The configuration of the printer will work fully "
-"automatically. If your printer was not correctly detected or if you prefer a "
-"customized printer configuration, turn on \"Manual configuration\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:413
-msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:414
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "سͧͧس͡Ѻ͹ء?"
-
-#: ../../printerdrake.pm_.c:416
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:421
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "ػóͧ URI"
-
-#: ../../printerdrake.pm_.c:441
-#, fuzzy
-msgid "Manual configuration"
-msgstr "ä͹ԡ"
-
-#: ../../printerdrake.pm_.c:467
-msgid ""
-"Is your printer a multi-function device from HP (OfficeJet, PSC, PhotoSmart, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner)?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:482
-#, fuzzy
-msgid "Installing HPOJ package..."
-msgstr "ѧԴ %s"
-
-#: ../../printerdrake.pm_.c:487
-msgid "Checking device and configuring HPOJ ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:505
-#, fuzzy
-msgid "Installing SANE package..."
-msgstr "ѧԴ %s"
-
-#: ../../printerdrake.pm_.c:517
-msgid "Scanning on your HP multi-function device"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:534
-#, fuzzy
-msgid "Making printer port available for CUPS ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:544 ../../printerdrake.pm_.c:1018
-#: ../../printerdrake.pm_.c:1132
-#, fuzzy
-msgid "Reading printer database ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:624
-msgid "Remote lpd Printer Options"
-msgstr "ͻ蹢ͧͧẺ"
-
-#: ../../printerdrake.pm_.c:625
-#, fuzzy
-msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
-msgstr ""
-"ҡسͧͧẺ سеͧ͹\n"
-"ͧʵԡͧ ЪͤǢͧ\n"
-"繷ҹж١"
-
-#: ../../printerdrake.pm_.c:626
-#, fuzzy
-msgid "Remote host name"
-msgstr "ʵ"
-
-#: ../../printerdrake.pm_.c:627
-#, fuzzy
-msgid "Remote printer name"
-msgstr "ͧẺ"
-
-#: ../../printerdrake.pm_.c:630
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "ʵ"
-
-#: ../../printerdrake.pm_.c:634
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "ʵ"
-
-#: ../../printerdrake.pm_.c:702
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "ͻ蹢ͧͧẺ SMB (ͧкԹ 9x/NT)"
-
-#: ../../printerdrake.pm_.c:703
-#, fuzzy
-msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
-msgstr ""
-"سöͧ SMB سеͧŢͧʵ\n"
-" SMB (ôѧࡵ ʵẺ SMB Ҩᵡҧҡʵ\n"
-"Ẻ TCP/IP) ТŤ IP ʹʢͧԹ \n"
-"ͧͧͧ͢ (share name) Ъͧ͢ (username)\n"
-"ʼҹ (password) ТŢͧ줡 (workgroup) "
-
-#: ../../printerdrake.pm_.c:704
-msgid "SMB server host"
-msgstr "ʵͧ SMB server"
-
-#: ../../printerdrake.pm_.c:705
-msgid "SMB server IP"
-msgstr " IP ͧ SMB "
-
-#: ../../printerdrake.pm_.c:706
-msgid "Share name"
-msgstr "ͷ㹡 (sharename)"
-
-#: ../../printerdrake.pm_.c:709
-msgid "Workgroup"
-msgstr "졡 (workgroup)"
-
-#: ../../printerdrake.pm_.c:716
-msgid "Either the server name or the server's IP must be given!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:720
-msgid "Samba share name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:725
-msgid "SECURITY WARNING!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:726
-#, c-format
-msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:736
-#, c-format
-msgid ""
-"Set up your Windows server to make the printer available under the IPP "
-"protocol and set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:739
-msgid ""
-"Connect your printer to a Linux server and let your Windows machine(s) "
-"connect to it as a client.\n"
-"\n"
-"Do you really want to continue setting up this printer as you are doing now?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:801
-msgid "NetWare Printer Options"
-msgstr "ͻ蹢ͧͧк"
-
-#: ../../printerdrake.pm_.c:802
-#, fuzzy
-msgid ""
-"To print on a NetWare printer, you need to provide the NetWare print server "
-"name (Note! it may be different from its TCP/IP hostname!) as well as the "
-"print queue name for the printer you wish to access and any applicable user "
-"name and password."
-msgstr ""
-"سöͧк سеͧ͹\n"
-"ͧ;Թк (ͷ͹Ҩͧ͢\n"
-"ʵẺ TCP/IP) ТŪͤǢͧͧͧ\n"
-"駪ͼʼҹ"
-
-#: ../../printerdrake.pm_.c:803
-msgid "Printer Server"
-msgstr "ͧԹ"
-
-#: ../../printerdrake.pm_.c:804
-msgid "Print Queue Name"
-msgstr ";Թ"
-
-#: ../../printerdrake.pm_.c:809
-msgid "NCP server name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:813
-msgid "NCP queue name missing!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:852
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "ͻ蹢ͧͧŤ"
-
-#: ../../printerdrake.pm_.c:853
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name of "
-"the printer and optionally the port number. On HP JetDirect servers the port "
-"number is usually 9100, on other servers it can vary. See the manual of your "
-"hardware."
-msgstr ""
-"To print to a socket printer, you need to provide the\n"
-"hostname of the printer and optionally the port number."
-
-#: ../../printerdrake.pm_.c:854
-#, fuzzy
-msgid "Printer host name"
-msgstr "ͧͧ͢"
-
-#: ../../printerdrake.pm_.c:858
-#, fuzzy
-msgid "Printer host name missing!"
-msgstr "ͧͧ͢"
-
-#: ../../printerdrake.pm_.c:887 ../../printerdrake.pm_.c:889
-msgid "Printer Device URI"
-msgstr "ػóͧ URI"
-
-#: ../../printerdrake.pm_.c:888
-msgid ""
-"You can specify directly the URI to access the printer. The URI must fulfill "
-"either the CUPS or the Foomatic specifications. Note that not all URI types "
-"are supported by all the spoolers."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:903
-msgid "A valid URI must be entered!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1004
-msgid ""
-"Every printer needs a name (for example \"printer\"). The Description and "
-"Location fields do not need to be filled in. They are comments for the users."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1005
-msgid "Name of printer"
-msgstr "ͧ"
-
-#: ../../printerdrake.pm_.c:1006
-msgid "Description"
-msgstr "´"
-
-#: ../../printerdrake.pm_.c:1007
-msgid "Location"
-msgstr "˹"
-
-#: ../../printerdrake.pm_.c:1021
-#, fuzzy
-msgid "Preparing printer database ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:1112
-#, fuzzy
-msgid "Your printer model"
-msgstr "ͧẺ"
-
-#: ../../printerdrake.pm_.c:1113
-#, c-format
-msgid ""
-"Printerdrake has compared the model name resulting from the printer auto-"
-"detection with the models listed in its printer database to find the best "
-"match. This choice can be wrong, especially when your printer is not listed "
-"at all in the database. So check whether the choice is correct and click "
-"\"The model is correct\" if so and if not, click \"Select model manually\" "
-"so that you can choose your printer model manually on the next screen.\n"
-"\n"
-"For your printer Printerdrake has found:\n"
-"\n"
-"%s"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1118 ../../printerdrake.pm_.c:1121
-#, fuzzy
-msgid "The model is correct"
-msgstr "١ͧ?"
-
-#: ../../printerdrake.pm_.c:1119 ../../printerdrake.pm_.c:1120
-#: ../../printerdrake.pm_.c:1123
-#, fuzzy
-msgid "Select model manually"
-msgstr "ͧẺ"
-
-#: ../../printerdrake.pm_.c:1139
-#, fuzzy
-msgid "Printer model selection"
-msgstr "͡͡Ѻͧ"
-
-#: ../../printerdrake.pm_.c:1140
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "سͧ쪹Դ?"
-
-#: ../../printerdrake.pm_.c:1141
-msgid ""
-"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Search the correct model in the list when the cursor is "
-"standing on a wrong model or on \"Raw printer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1144
-msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1220
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "ä͹ԡ Internet"
-
-#: ../../printerdrake.pm_.c:1221
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1264 ../../printerdrake.pm_.c:1291
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "ä͹ԡ Internet"
-
-#: ../../printerdrake.pm_.c:1265
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1292
-msgid ""
-"To be able to print with your Lexmark inkjet and this configuration, you "
-"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1508
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1517
-#, c-format
-msgid "Option %s must be an integer number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1521
-#, c-format
-msgid "Option %s must be a number!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1526
-#, c-format
-msgid "Option %s out of range!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1565
-#, fuzzy, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "سͧþ췴ͺ?"
-
-#: ../../printerdrake.pm_.c:1582
-#, fuzzy
-msgid "Test pages"
-msgstr "ѧǨͺ"
-
-#: ../../printerdrake.pm_.c:1583
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1587
-#, fuzzy
-msgid "No test pages"
-msgstr " дɷͺͧẺ"
-
-#: ../../printerdrake.pm_.c:1588
-#, fuzzy
-msgid "Print"
-msgstr "ͧ"
-
-#: ../../printerdrake.pm_.c:1590
-#, fuzzy
-msgid "Standard test page"
-msgstr "ͧ Standard"
-
-#: ../../printerdrake.pm_.c:1593
-msgid "Alternative test page (Letter)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1596
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "ѧдɷͺ"
-
-#: ../../printerdrake.pm_.c:1598
-#, fuzzy
-msgid "Photo test page"
-msgstr "ѧдɷͺ"
-
-#: ../../printerdrake.pm_.c:1602
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "ѧдɷͺ"
-
-#: ../../printerdrake.pm_.c:1610 ../../printerdrake.pm_.c:1747
-msgid "Printing test page(s)..."
-msgstr "ѧдɷͺ"
-
-#: ../../printerdrake.pm_.c:1635
-#, fuzzy, c-format
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-"Printing status:\n"
-"%s\n"
-"\n"
-msgstr ""
-"蹷ͺþ١价ͧ\n"
-"سѡ\n"
-"ʶҹСþ:\n"
-"%s\n"
-"\n"
-"ѹӧҹ١ͧѺ"
-
-#: ../../printerdrake.pm_.c:1639
-#, fuzzy
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
-msgstr ""
-"蹷ͺþ١价ͧ\n"
-"سѡ\n"
-"ѹӧҹ١ͧѺ"
-
-#: ../../printerdrake.pm_.c:1646
-msgid "Did it work properly?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1667 ../../printerdrake.pm_.c:2732
-#, fuzzy
-msgid "Raw printer"
-msgstr "ͧ"
-
-#: ../../printerdrake.pm_.c:1685
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1687
-msgid ""
-"These commands you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications, but here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1690 ../../printerdrake.pm_.c:1706
-#: ../../printerdrake.pm_.c:1716
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1693 ../../printerdrake.pm_.c:1732
-#, c-format
-msgid ""
-"To know about the options available for the current printer read either the "
-"list shown below or click on the \"Print option list\" button.%s\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1696
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1701 ../../printerdrake.pm_.c:1711
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1703 ../../printerdrake.pm_.c:1713
-#: ../../printerdrake.pm_.c:1723
-msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1708 ../../printerdrake.pm_.c:1718
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1721
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1725
-msgid ""
-"You can also use the graphical interface \"xpdq\" for setting options and "
-"handling printing jobs.\n"
-"If you are using KDE as desktop environment you have a \"panic button\", an "
-"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
-"jobs immediately when you click it. This is for example useful for paper "
-"jams.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1729
-#, c-format
-msgid ""
-"\n"
-"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
-"a particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\".\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1738 ../../printerdrake.pm_.c:1744
-#: ../../printerdrake.pm_.c:1745 ../../printerdrake.pm_.c:1746
-#: ../../printerdrake.pm_.c:2716 ../../standalone/drakbackup_.c:754
-#: ../../standalone/drakbackup_.c:2458 ../../standalone/drakfont_.c:577
-#: ../../standalone/drakfont_.c:791
-#, fuzzy
-msgid "Close"
-msgstr "Mouse"
-
-#: ../../printerdrake.pm_.c:1741 ../../printerdrake.pm_.c:1753
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "к졡ѧشӧҹ"
-
-#: ../../printerdrake.pm_.c:1742 ../../printerdrake.pm_.c:1754
-#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "к졡ѧشӧҹ"
-
-#: ../../printerdrake.pm_.c:1744
-#, fuzzy
-msgid "Print option list"
-msgstr "ͻ蹢ͧͧ"
-
-#: ../../printerdrake.pm_.c:1766
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify "
-"the scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" and \"man sane-hp\" on the command line "
-"to get more information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1772
-#, c-format
-msgid ""
-"Your HP multi-function device was configured automatically to be able to "
-"scan. Now you can scan from the command line with \"ptal-hp %s scan ...\". "
-"Scanning via a graphical interface or from the GIMP is not supported yet for "
-"your device. More information you will find in the \"/usr/share/doc/hpoj-0.8/"
-"ptal-hp-scan.html\" file on your system. If you have an HP LaserJet 1100 or "
-"1200 you can only scan when you have the scanner option installed.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1794 ../../printerdrake.pm_.c:2221
-#: ../../printerdrake.pm_.c:2485 ../../standalone/printerdrake_.c:49
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:1814 ../../printerdrake.pm_.c:1842
-#: ../../printerdrake.pm_.c:1877
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "ä͹ԡ Internet"
-
-#: ../../printerdrake.pm_.c:1815
-#, c-format
-msgid ""
-"You can copy the printer configuration which you have done for the spooler %"
-"s to %s, your current spooler. All the configuration data (printer name, "
-"description, location, connection type, and default option settings) is "
-"overtaken, but jobs will not be transferred.\n"
-"Not all queues can be transferred due to the following reasons:\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1818
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1820
-msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1822
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1824
-msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1825
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1826
-msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1829
-msgid "Do not transfer printers"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1847
-msgid "Transfer"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1843
-#, c-format
-msgid ""
-"A printer named \"%s\" already exists under %s. \n"
-"Click \"Transfer\" to overwrite it.\n"
-"You can also type a new name or skip this printer."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1851
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1856
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1864
-#, fuzzy
-msgid "New printer name"
-msgstr "ͧ"
-
-#: ../../printerdrake.pm_.c:1867
-#, c-format
-msgid "Transferring %s ..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1878
-#, c-format
-msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1887
-#, fuzzy
-msgid "Refreshing printer data ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:1895 ../../printerdrake.pm_.c:1966
-#: ../../printerdrake.pm_.c:1978
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "ä͹ԡ"
-
-#: ../../printerdrake.pm_.c:1896
-#, fuzzy
-msgid "Starting network ..."
-msgstr "ͺ connection..."
-
-#: ../../printerdrake.pm_.c:1930 ../../printerdrake.pm_.c:1934
-#: ../../printerdrake.pm_.c:1936
-#, fuzzy
-msgid "Configure the network now"
-msgstr "͹ԡк"
-
-#: ../../printerdrake.pm_.c:1931
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "աä͹ԡҾ"
-
-#: ../../printerdrake.pm_.c:1932
-msgid ""
-"You are going to configure a remote printer. This needs working network "
-"access, but your network is not configured yet. If you go on without network "
-"configuration, you will not be able to use the printer which you are "
-"configuring now. How do you want to proceed?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1935
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "ѧ͹ԡк"
-
-#: ../../printerdrake.pm_.c:1968
-msgid ""
-"The network configuration done during the installation cannot be started "
-"now. Please check whether the network gets accessable after booting your "
-"system and correct the configuration using the Mandrake Control Center, "
-"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
-"printer, also using the Mandrake Control Center, section \"Hardware\"/"
-"\"Printer\""
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1969
-msgid ""
-"The network access was not running and could not be started. Please check "
-"your configuration and your hardware. Then try to configure your remote "
-"printer again."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:1979
-#, fuzzy
-msgid "Restarting printing system ..."
-msgstr "ͧþ쪹Դ˹سͧ"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "high"
-msgstr "٧"
-
-#: ../../printerdrake.pm_.c:2017
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoid"
-
-#: ../../printerdrake.pm_.c:2018
-#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2019
-#, c-format
-msgid ""
-"You are about to install the printing system %s on a system running in the %"
-"s security level.\n"
-"\n"
-"This printing system runs a daemon (background process) which waits for "
-"print jobs and handles them. This daemon is also accessable by remote "
-"machines through the network and so it is a possible point for attacks. "
-"Therefore only a few selected daemons are started by default in this "
-"security level.\n"
-"\n"
-"Do you really want to configure printing on this machine?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "ͧþ쪹Դ˹سͧ"
-
-#: ../../printerdrake.pm_.c:2052
-#, c-format
-msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
-"\n"
-"It is possible that the automatic starting was turned off by changing to a "
-"higher security level, because the printing system is a potential point for "
-"attacks.\n"
-"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2075 ../../printerdrake.pm_.c:2113
-#: ../../printerdrake.pm_.c:2143 ../../printerdrake.pm_.c:2176
-#: ../../printerdrake.pm_.c:2281
-msgid "Checking installed software..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2117
-msgid "Removing LPRng..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2147
-msgid "Removing LPD..."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2205
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "͡͡Ѻͧ"
-
-#: ../../printerdrake.pm_.c:2206
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "ͧþ쪹Դ˹سͧ"
-
-#: ../../printerdrake.pm_.c:2239
-#, fuzzy, c-format
-msgid "Configuring printer \"%s\" ..."
-msgstr "ä͹ԡͧ"
-
-#: ../../printerdrake.pm_.c:2252
-#, fuzzy
-msgid "Installing Foomatic ..."
-msgstr "ѧԴ %s"
-
-#: ../../printerdrake.pm_.c:2309 ../../printerdrake.pm_.c:2348
-#: ../../printerdrake.pm_.c:2733 ../../printerdrake.pm_.c:2803
-msgid "Printer options"
-msgstr "ͻ蹢ͧͧ"
-
-#: ../../printerdrake.pm_.c:2318
-#, fuzzy
-msgid "Preparing PrinterDrake ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:2335 ../../printerdrake.pm_.c:2890
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "ä͹ԡͧ"
-
-#: ../../printerdrake.pm_.c:2355
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "سͧä͹ԡͧ"
-
-#: ../../printerdrake.pm_.c:2367
-msgid "Printing system: "
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2415
-#, fuzzy
-msgid "Printerdrake"
-msgstr "ͧ"
-
-#: ../../printerdrake.pm_.c:2419
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; to view information about it; "
-"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
-msgstr ""
-"仹繢͡þ\n"
-"سö䢢ŷ"
-
-#: ../../printerdrake.pm_.c:2420
-#, fuzzy
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
-msgstr ""
-"仹繢͡þ\n"
-"سö䢢ŷ"
-
-#: ../../printerdrake.pm_.c:2446
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2464
-#, fuzzy
-msgid "Change the printing system"
-msgstr "͹ԡк"
-
-#: ../../printerdrake.pm_.c:2469 ../../standalone/draknet_.c:278
-msgid "Normal Mode"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2625 ../../printerdrake.pm_.c:2675
-#: ../../printerdrake.pm_.c:2884
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "سͧ÷ͺä͹ԡ"
-
-#: ../../printerdrake.pm_.c:2711
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "ä͹ԡ Internet"
-
-#: ../../printerdrake.pm_.c:2713
-#, fuzzy, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "سͧ÷ͺä͹ԡ"
-
-#: ../../printerdrake.pm_.c:2717
-msgid "Do it!"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2722 ../../printerdrake.pm_.c:2777
-#, fuzzy
-msgid "Printer connection type"
-msgstr "͡Ѻ Internet Ẻ sharing"
-
-#: ../../printerdrake.pm_.c:2723 ../../printerdrake.pm_.c:2781
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "͡͡Ѻͧ"
-
-#: ../../printerdrake.pm_.c:2725 ../../printerdrake.pm_.c:2796
-msgid "Printer manufacturer, model, driver"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2726 ../../printerdrake.pm_.c:2797
-msgid "Printer manufacturer, model"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2735 ../../printerdrake.pm_.c:2807
-msgid "Set this printer as the default"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2737 ../../printerdrake.pm_.c:2812
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2738 ../../printerdrake.pm_.c:2821
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2739 ../../printerdrake.pm_.c:2830
-#, fuzzy
-msgid "Print test pages"
-msgstr "ѧдɷͺ"
-
-#: ../../printerdrake.pm_.c:2740 ../../printerdrake.pm_.c:2832
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "سͧ÷ͺä͹ԡ"
-
-#: ../../printerdrake.pm_.c:2742 ../../printerdrake.pm_.c:2834
-#, fuzzy
-msgid "Remove printer"
-msgstr "ͧẺ"
-
-#: ../../printerdrake.pm_.c:2786
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\" ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Default printer"
-msgstr "ͧŤ (͵ԴѺͧ)"
-
-#: ../../printerdrake.pm_.c:2811
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2815 ../../printerdrake.pm_.c:2818
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2816
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2819
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2824 ../../printerdrake.pm_.c:2827
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2825
-#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2828
-#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr ""
-
-#: ../../printerdrake.pm_.c:2836
-#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "سͧӧҹ Network "
-
-#: ../../printerdrake.pm_.c:2838
-#, fuzzy, c-format
-msgid "Removing printer \"%s\" ..."
-msgstr "ҹ CUPS drivers database..."
-
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "ä͹ԡ Proxies"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Port"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Ңͧ Proxy è http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "Port number 繵Ţ"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:'"
-msgstr "Ңͧ Proxy è ftp://..."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Autologin"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "ʼҹ"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "ʼҹ"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "ʼҹ͹ѹ"
-
-#: ../../raid.pm_.c:35
-#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "öԪ _formatted_ RAID md%d"
-
-#: ../../raid.pm_.c:111
-#, c-format
-msgid "Can't write file %s"
-msgstr "öѹ֡ %s"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed"
-msgstr "mkraid failed"
-
-#: ../../raid.pm_.c:136
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid failed (maybe raidtools are missing?)"
-
-#: ../../raid.pm_.c:152
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "վԪ蹾Ѻ RAID дѺ %d\n"
-
-#: ../../services.pm_.c:14
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr ""
-
-#: ../../services.pm_.c:15
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron Ѻҷӧҹ"
-
-#: ../../services.pm_.c:16
-msgid ""
-"apmd is used for monitoring batery status and logging it via syslog.\n"
-"It can also be used for shutting down the machine when the battery is low."
-msgstr ""
-"apmd ʶҹТͧ battery \n"
-"ѹöлԴͧ battery 俹"
-
-#: ../../services.pm_.c:18
-msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../services.pm_.c:20
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
-msgstr ""
-"cron ҵðҹͧ Unix 觷ӧҹҷ˹\n"
-"vixie cron öѺ UNIX cron ֧\n"
-"кʹ option ûѺ"
-
-#: ../../services.pm_.c:23
-msgid ""
-"GPM adds mouse support to text-based Linux applications such the\n"
-"Midnight Commander. It also allows mouse-based console cut-and-paste "
-"operations,\n"
-"and includes support for pop-up menus on the console."
-msgstr ""
-"GPM ö mouse Ѻѹ text mode\n"
-"ѹѧ·ö cut-and-paste popup-menu \n"
-""
-
-#: ../../services.pm_.c:26
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
-
-#: ../../services.pm_.c:28 ../../standalone/logdrake_.c:412
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "Apache World Wide Web server"
-
-#: ../../services.pm_.c:29
-msgid ""
-"The internet superserver daemon (commonly called inetd) starts a\n"
-"variety of other internet services as needed. It is responsible for "
-"starting\n"
-"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
-"disables\n"
-"all of the services it is responsible for."
-msgstr ""
-"Internet superserver daemon (inetd) 觷ӧҹҧ\n"
-"դͧԴ ҧѹѺԴͺ telnet\n"
-"ftp rsh rlogin ¡ԡ inetd зѹѺ\n"
-"Դͺӧҹ"
-
-#: ../../services.pm_.c:33
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
-msgstr ""
-
-#: ../../services.pm_.c:35
-msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
-msgstr ""
-"ᾡࡨ¡ keyboard map к \n"
-"/etc/sysconfig/keyboard ö͡ kbdconfig\n"
-"سûѹӧҹͧ"
-
-#: ../../services.pm_.c:38
-msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-msgstr ""
-
-#: ../../services.pm_.c:40
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr ""
-
-#: ../../services.pm_.c:41
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
-msgstr ""
-
-#: ../../services.pm_.c:43
-msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
-msgstr ""
-"lpd print daemon 繵ͧնҵͧ lpr ӧҹ١ͧ\n"
-"ԧѹ server Ѵ觧ҹͧ"
-
-#: ../../services.pm_.c:45
-msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
-msgstr ""
-
-#: ../../services.pm_.c:47 ../../standalone/logdrake_.c:413
-#, fuzzy
-msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
-msgstr ""
-"named (BIND) Domain Name Server (DNS) ˹ҷŧ\n"
-"host names IP addresses."
-
-#: ../../services.pm_.c:48
-msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-msgstr ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
-
-#: ../../services.pm_.c:50
-msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
-msgstr ""
-"Activates/Deactivates network interfaces ١\n"
-"ӧҹ͹ boot"
-
-#: ../../services.pm_.c:52
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
-msgstr ""
-"NFS protocol ѹҧѺ캹TCP/IP networks.\n"
-"ѹ÷ӧҹͧNFS server к /etc/exports"
-
-#: ../../services.pm_.c:55
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
-"NFS protocol ѹҧѺ캹TCP/IP networks.\n"
-"ѹ÷ӧҹͧNFS server "
-
-#: ../../services.pm_.c:57
-msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
-msgstr ""
-
-#: ../../services.pm_.c:59
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr ""
-
-#: ../../services.pm_.c:60
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
-msgstr ""
-"PCMCIA ʹѺʹع÷ӧҹͧػóҧ\n"
-"ethernet modem 㹤Ẻ"
-
-#: ../../services.pm_.c:63
-msgid ""
-"The portmapper manages RPC connections, which are used by\n"
-"protocols such as NFS and NIS. The portmap server must be running on "
-"machines\n"
-"which act as servers for protocols which make use of the RPC mechanism."
-msgstr ""
-"Portmapper áõԴͧ͢ RPC Ѻ\n"
-"protocols NFS NIS Portmap server ͧӧҹͧ\n"
-"˹ҷ server ͧ protocal ¡÷ӧҹẺ RPC"
-
-#: ../../services.pm_.c:66 ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr ""
-"Postfix ˹ҷ觨¨ҡͧ˹\n"
-"աͧ˹"
-
-#: ../../services.pm_.c:67
-msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
-msgstr ""
-
-#: ../../services.pm_.c:69
-msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr ""
-
-#: ../../services.pm_.c:71
-msgid ""
-"The routed daemon allows for automatic IP router table updated via\n"
-"the RIP protocol. While RIP is widely used on small networks, more complex\n"
-"routing protocols are needed for complex networks."
-msgstr ""
-
-#: ../../services.pm_.c:74
-msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
-msgstr ""
-
-#: ../../services.pm_.c:76
-msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
-msgstr ""
-
-#: ../../services.pm_.c:78
-msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
-msgstr ""
-
-#: ../../services.pm_.c:80
-#, fuzzy
-msgid "Launch the sound system on your machine"
-msgstr "ѹ X-Window ӧҹ"
-
-#: ../../services.pm_.c:81
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
-
-#: ../../services.pm_.c:83
-msgid "Load the drivers for your usb devices."
-msgstr ""
-
-#: ../../services.pm_.c:84
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "ش X Font Server ͹ boot ԡ"
-
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
-msgid "Choose which services should be automatically started at boot time"
-msgstr "͡úԡ÷ͧӧҹͧͧ"
-
-#: ../../services.pm_.c:122
-#, fuzzy
-msgid "Printing"
-msgstr "ͧ"
-
-#: ../../services.pm_.c:123
-msgid "Internet"
-msgstr "??ணயம?"
-
-#: ../../services.pm_.c:126
-msgid "File sharing"
-msgstr ""
-
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:934
-#, fuzzy
-msgid "System"
-msgstr "System mode"
-
-#: ../../services.pm_.c:133
-#, fuzzy
-msgid "Remote Administration"
-msgstr "ͻ蹢ͧͧẺ"
-
-#: ../../services.pm_.c:141
-#, fuzzy
-msgid "Database Server"
-msgstr "ͧԹ"
-
-#: ../../services.pm_.c:170
-#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr ""
-
-#: ../../services.pm_.c:186
-#, fuzzy
-msgid "Services"
-msgstr "ػó"
-
-#: ../../services.pm_.c:198
-msgid "running"
-msgstr "ѧӧҹ"
-
-#: ../../services.pm_.c:198
-msgid "stopped"
-msgstr "ش"
-
-#: ../../services.pm_.c:212
-msgid "Services and deamons"
-msgstr ""
-
-#: ../../services.pm_.c:217
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
-"բ\n"
-"Ѻúԡù ɤѺ"
-
-#: ../../services.pm_.c:224
-msgid "On boot"
-msgstr " boot"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Start"
-msgstr "ʶҹ:"
-
-#: ../../services.pm_.c:236
-#, fuzzy
-msgid "Stop"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
-
-#: ../../share/advertising/00-thanks.pl_.c:11
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community"
-msgstr ""
-
-#: ../../share/advertising/01-gnu.pl_.c:9
-#, fuzzy
-msgid "Join the Free Software world"
-msgstr "Rest of the world"
-
-#: ../../share/advertising/01-gnu.pl_.c:10
-msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
-msgstr ""
-
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "õԴ internet"
-
-#: ../../share/advertising/02-internet.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
-msgstr ""
-
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - ¹ CD "
-
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
-msgstr ""
-
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "ѲҫͿ (Development)"
-
-#: ../../share/advertising/04-develop.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
-msgstr ""
-
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#, fuzzy
-msgid "Mandrake Control Center"
-msgstr "Control Center"
-
-#: ../../share/advertising/05-contcenter.pl_.c:10
-msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
-msgstr ""
-
-#: ../../share/advertising/06-user.pl_.c:9
-#, fuzzy
-msgid "User interfaces"
-msgstr "Network interface"
-
-#: ../../share/advertising/06-user.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
-msgstr ""
-
-#: ../../share/advertising/07-server.pl_.c:9
-#, fuzzy
-msgid "Server Software"
-msgstr "ʵͧ SMB server"
-
-#: ../../share/advertising/07-server.pl_.c:10
-msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr ""
-
-#: ../../share/advertising/08-games.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr ""
-
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
-msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
-msgstr ""
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "ẺǪҭ (Expert)"
-
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
-msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr ""
-
-#: ../../share/advertising/11-consul.pl_.c:10
-msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr ""
-
-#: ../../share/advertising/12-MDKstore.pl_.c:10
-msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:9
-msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
-msgstr ""
-
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr ""
-
-#: ../../standalone.pm_.c:25
-#, fuzzy
-msgid "Installing packages..."
-msgstr "ѧԴ %s"
-
-#: ../../standalone/diskdrake_.c:85
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"öҹҧԪ 㹵ҧ١ͧ :(\n"
-"оԪ蹷ջѭ"
-
-#: ../../standalone/drakautoinst_.c:45
-#, fuzzy
-msgid "Error!"
-msgstr "ԴҴ"
-
-#: ../../standalone/drakautoinst_.c:46
-#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:48
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "ä͹ԡѧõԴ"
-
-#: ../../standalone/drakautoinst_.c:49
-msgid ""
-"You are about to configure an Auto Install floppy. This feature is somewhat "
-"dangerous and must be used circumspectly.\n"
-"\n"
-"With that feature, you will be able to replay the installation you've "
-"performed on this computer, being interactively prompted for some steps, in "
-"order to change their values.\n"
-"\n"
-"For maximum safety, the partitioning and formatting will never be performed "
-"automatically, whatever you chose during the install of this computer.\n"
-"\n"
-"Do you want to continue?"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:71
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Boot Style Configuration"
-
-#: ../../standalone/drakautoinst_.c:72
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:145
-msgid ""
-"\n"
-"Welcome.\n"
-"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:243 ../../standalone/drakgw_.c:671
-#: ../../standalone/scannerdrake_.c:106
-msgid "Congratulations!"
-msgstr "ʴԹ"
-
-#: ../../standalone/drakautoinst_.c:244
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:282
-#, fuzzy
-msgid "Auto Install"
-msgstr "Դ"
-
-#: ../../standalone/drakautoinst_.c:352
-#, fuzzy
-msgid "Add an item"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:359
-#, fuzzy
-msgid "Remove the last item"
-msgstr " loopback file %s"
-
-#: ../../standalone/drakbackup_.c:448 ../../standalone/drakbackup_.c:451
-#: ../../standalone/drakbackup_.c:455
-msgid ""
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:449
-msgid ""
-"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:450
-msgid ""
-"\n"
-" DrakBackup Daemon Report\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:453
-msgid ""
-"\n"
-"\n"
-"***********************************************************************\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:454
-msgid ""
-"\n"
-" DrakBackup Report Details\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:476
-msgid "total progess"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:555 ../../standalone/drakbackup_.c:602
-msgid "Backup system files..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:603 ../../standalone/drakbackup_.c:667
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:615
-#, fuzzy
-msgid "Backup User files..."
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:616
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:666
-#, fuzzy
-msgid "Backup Other files..."
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:674
-#, c-format
-msgid ""
-"file list send by FTP : %s\n"
-" "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:677
-msgid ""
-"\n"
-"(!) FTP connexion problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:687
-msgid "(!) Error during mail sending. \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:728 ../../standalone/drakbackup_.c:739
-#: ../../standalone/drakbackup_.c:750 ../../standalone/drakfont_.c:787
-#, fuzzy
-msgid "File Selection"
-msgstr "͡"
-
-#: ../../standalone/drakbackup_.c:755
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:790
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:791
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:792
-msgid "Backup your System files. ( /etc directory )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:793
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:795
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:812
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "͡稷سͧõԴ "
-
-#: ../../standalone/drakbackup_.c:839
-msgid "Do not include the browser cache"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:840 ../../standalone/drakbackup_.c:864
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:862 ../../standalone/drakfont_.c:827
-#, fuzzy
-msgid "Remove Selected"
-msgstr "ź"
-
-#: ../../standalone/drakbackup_.c:900
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "ź Windows(TM)"
-
-#: ../../standalone/drakbackup_.c:939
-#, fuzzy
-msgid "Users"
-msgstr "ͼ"
-
-#: ../../standalone/drakbackup_.c:964
-msgid "Use FTP connection to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:967
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "سҷͺ"
-
-#: ../../standalone/drakbackup_.c:972
-msgid ""
-"Please enter the directory to\n"
-" put the backup on this host."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:977
-#, fuzzy
-msgid "Please enter your login"
-msgstr "ôͧա"
-
-#: ../../standalone/drakbackup_.c:982
-#, fuzzy
-msgid "Please enter your password"
-msgstr "ôͧա"
-
-#: ../../standalone/drakbackup_.c:988
-#, fuzzy
-msgid "Remember this password"
-msgstr "ʼҹ"
-
-#: ../../standalone/drakbackup_.c:1052 ../../standalone/drakbackup_.c:2048
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN connection"
-
-#: ../../standalone/drakbackup_.c:1059 ../../standalone/drakbackup_.c:2056
-#, fuzzy
-msgid "Secure Connection"
-msgstr "͡͡Ѻͧ"
-
-#: ../../standalone/drakbackup_.c:1085 ../../standalone/drakbackup_.c:2889
-msgid "Use CD/DVDROM to backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1088 ../../standalone/drakbackup_.c:2893
-#, fuzzy
-msgid "Please choose your CD space"
-msgstr "سͧ͡ҷẺ "
-
-#: ../../standalone/drakbackup_.c:1094 ../../standalone/drakbackup_.c:2905
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "ô͡Ԫ"
-
-#: ../../standalone/drakbackup_.c:1100 ../../standalone/drakbackup_.c:2911
-msgid "Please check if you want to erase your CDRW before"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1106
-#, fuzzy
-msgid ""
-"Please check if you want to include\n"
-" install boot on your CD."
-msgstr "͡稷سͧõԴ "
-
-#: ../../standalone/drakbackup_.c:1112
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1153
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:1156
-msgid "Please enter the device name to use for backup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1162 ../../standalone/drakbackup_.c:1203
-#: ../../standalone/drakbackup_.c:2013
-msgid ""
-"Please enter the maximum size\n"
-" allowed for Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1195 ../../standalone/drakbackup_.c:2005
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "سҷͺ"
-
-#: ../../standalone/drakbackup_.c:1209 ../../standalone/drakbackup_.c:2019
-#, fuzzy
-msgid "Use quota for backup files."
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:1267
-#, fuzzy
-msgid "Network"
-msgstr "Network interface"
-
-#: ../../standalone/drakbackup_.c:1272
-msgid "CDROM / DVDROM"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1277
-msgid "HardDrive / NFS"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1297 ../../standalone/drakbackup_.c:1301
-#: ../../standalone/drakbackup_.c:1305
-msgid "hourly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1298 ../../standalone/drakbackup_.c:1302
-#: ../../standalone/drakbackup_.c:1305
-msgid "daily"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1299 ../../standalone/drakbackup_.c:1303
-#: ../../standalone/drakbackup_.c:1305
-msgid "weekly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1300 ../../standalone/drakbackup_.c:1304
-#: ../../standalone/drakbackup_.c:1305
-msgid "monthly"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1312
-#, fuzzy
-msgid "Use daemon"
-msgstr "ͼ"
-
-#: ../../standalone/drakbackup_.c:1317
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "͡稷سͧõԴ "
-
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
-msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "س͡ҷͧ"
-
-#: ../../standalone/drakbackup_.c:1327
-#, fuzzy
-msgid "Use Hard Drive with daemon"
-msgstr "õǨ"
-
-#: ../../standalone/drakbackup_.c:1329
-#, fuzzy
-msgid "Use FTP with daemon"
-msgstr "ͼ"
-
-#: ../../standalone/drakbackup_.c:1333
-msgid "Please be sure that the cron daemon is included in your services."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1369
-msgid "Send mail report after each backup to :"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1411
-msgid "What"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1416
-#, fuzzy
-msgid "Where"
-msgstr "Wheel"
-
-#: ../../standalone/drakbackup_.c:1421
-#, fuzzy
-msgid "When"
-msgstr "Wheel"
-
-#: ../../standalone/drakbackup_.c:1426
-#, fuzzy
-msgid "More Options"
-msgstr "ͻ蹢ͧ:"
-
-#: ../../standalone/drakbackup_.c:1445 ../../standalone/drakbackup_.c:2801
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "ä͹ԡк"
-
-#: ../../standalone/drakbackup_.c:1463
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "͡稷سͧõԴ "
-
-#: ../../standalone/drakbackup_.c:1465
-msgid "on Hard Drive"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1476
-msgid "across Network"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1540
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "͡稷سͧõԴ "
-
-#: ../../standalone/drakbackup_.c:1541
-#, fuzzy
-msgid "Backup system"
-msgstr "Ѿк"
-
-#: ../../standalone/drakbackup_.c:1542
-msgid "Backup Users"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1545
-msgid "Select user manually"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1627
-msgid ""
-"\n"
-"Backup Sources: \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1628
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1630
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1632
-msgid ""
-"\n"
-"- Other Files:\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1634
-#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1635
-#, c-format
-msgid ""
-"\n"
-"- Save on FTP on host : %s\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1636
-#, c-format
-msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1637
-#, fuzzy
-msgid ""
-"\n"
-"- Options:\n"
-msgstr "/Options/ͧ"
-
-#: ../../standalone/drakbackup_.c:1638
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1639
-msgid "\tBackups use tar and bzip2\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1640
-msgid "\tBackups use tar and gzip\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1641
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include :\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1642
-msgid "\t-Hard drive.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1643
-msgid "\t-CDROM.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1644
-msgid "\t-Network by FTP.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1645
-msgid "\t-Network by SSH.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1647
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1652
-msgid ""
-"List of data to restore:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1753
-msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1755
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "سͧͧس͡Ѻ͹ء?"
-
-#: ../../standalone/drakbackup_.c:1765
-msgid "Backup files are corrupted"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1786
-msgid " All your selectionned data have been "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1787
-#, c-format
-msgid " Successfuly Restored on %s "
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1886
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "ä͹ԡк"
-
-#: ../../standalone/drakbackup_.c:1904
-msgid "OK to restore the other files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1922
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1972
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:1974
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "س쪹Դ"
-
-#: ../../standalone/drakbackup_.c:2002
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:2083
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "¡׹ҡ蹿ͻ"
-
-#: ../../standalone/drakbackup_.c:2085
-msgid "Please enter the directory where backups are stored"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2143
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "س쪹Դ"
-
-#: ../../standalone/drakbackup_.c:2145
-#, fuzzy
-msgid "Other Media"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2151
-#, fuzzy
-msgid "Restore system"
-msgstr "Դк"
-
-#: ../../standalone/drakbackup_.c:2152
-#, fuzzy
-msgid "Restore Users"
-msgstr "¡׹ҡ"
-
-#: ../../standalone/drakbackup_.c:2153
-#, fuzzy
-msgid "Restore Other"
-msgstr "¡׹ҡ"
-
-#: ../../standalone/drakbackup_.c:2155
-msgid "select path to restore (instead of / )"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2159
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2160
-msgid "Remove user directories before restore."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2217
-msgid "Restore all backups"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2225
-#, fuzzy
-msgid "Custom Restore"
-msgstr "ẺѺ (Customized) "
-
-#: ../../standalone/drakbackup_.c:2266 ../../standalone/drakbackup_.c:2291
-#: ../../standalone/drakbackup_.c:2312 ../../standalone/drakbackup_.c:2333
-#: ../../standalone/drakbackup_.c:2351 ../../standalone/drakbackup_.c:2383
-#: ../../standalone/drakbackup_.c:2399 ../../standalone/drakbackup_.c:2419
-#: ../../standalone/drakbackup_.c:2438 ../../standalone/drakbackup_.c:2460
-#: ../../standalone/drakfont_.c:575
-#, fuzzy
-msgid "Help"
-msgstr "/_"
-
-#: ../../standalone/drakbackup_.c:2269 ../../standalone/drakbackup_.c:2296
-#: ../../standalone/drakbackup_.c:2315 ../../standalone/drakbackup_.c:2336
-#: ../../standalone/drakbackup_.c:2354 ../../standalone/drakbackup_.c:2402
-#: ../../standalone/drakbackup_.c:2422 ../../standalone/drakbackup_.c:2441
-#, fuzzy
-msgid "Previous"
-msgstr "<- ͹"
-
-#: ../../standalone/drakbackup_.c:2271 ../../standalone/drakbackup_.c:2338
-#: ../../standalone/logdrake_.c:224
-#, fuzzy
-msgid "Save"
-msgstr "ʶҹ:"
-
-#: ../../standalone/drakbackup_.c:2317
-#, fuzzy
-msgid "Build Backup"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:2356 ../../standalone/drakbackup_.c:3033
-#, fuzzy
-msgid "Restore"
-msgstr "¡׹ҡ"
-
-#: ../../standalone/drakbackup_.c:2404 ../../standalone/drakbackup_.c:2424
-#: ../../standalone/drakbackup_.c:2445
-#, fuzzy
-msgid "Next"
-msgstr "Next ->"
-
-#: ../../standalone/drakbackup_.c:2478
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2499
-msgid ""
-"Error durind sendmail\n"
-" your report mail was not sent\n"
-" Please configure sendmail"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2522
-#, fuzzy
-msgid "Package List to Install"
-msgstr "͡"
-
-#: ../../standalone/drakbackup_.c:2550
-msgid ""
-"Error durind sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2573
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "س͡ҷͧ"
-
-#: ../../standalone/drakbackup_.c:2594
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "س͡ҷͧ"
-
-#: ../../standalone/drakbackup_.c:2616
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "س͡ҷͧ"
-
-#: ../../standalone/drakbackup_.c:2638
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2659
-msgid "Under Devel ... please wait."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2739
-#, fuzzy
-msgid "Backup system files"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:2741
-#, fuzzy
-msgid "Backup user files"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:2743
-#, fuzzy
-msgid "Backup other files"
-msgstr "Ѿջѭ"
-
-#: ../../standalone/drakbackup_.c:2745 ../../standalone/drakbackup_.c:2776
-msgid "Total Progress"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2767
-msgid "files sending by FTP"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2771
-#, fuzzy
-msgid "Sending files..."
-msgstr "ѹ֡ŧ"
-
-#: ../../standalone/drakbackup_.c:2841
-msgid "Data list to include on CDROM."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2899
-#, fuzzy
-msgid "Please enter the cd writer speed"
-msgstr "سҷͺ"
-
-#: ../../standalone/drakbackup_.c:2917
-msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2923
-#, fuzzy
-msgid "Please check if you want to include install boot on your CD."
-msgstr "͡稷سͧõԴ "
-
-#: ../../standalone/drakbackup_.c:2989
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "ä͹ԡк"
-
-#: ../../standalone/drakbackup_.c:2999
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "ä͹ԡк"
-
-#: ../../standalone/drakbackup_.c:3020
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "ûѺ LAN"
-
-#: ../../standalone/drakbackup_.c:3024
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "ûѺ LAN"
-
-#: ../../standalone/drakbackup_.c:3028
-#, fuzzy
-msgid "Backup Now"
-msgstr "Ѿк"
-
-#: ../../standalone/drakbackup_.c:3053
-msgid "Drakbackup"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3104
-msgid ""
-"options description:\n"
-"\n"
-" In this step Drakbackup allow you to change:\n"
-"\n"
-" - The compression mode:\n"
-" \n"
-" If you check bzip2 compression, you will compress\n"
-" your data better than gzip (about 2-10 %).\n"
-" This option is not checked by default because\n"
-" this compression mode needs more time ( about 1000% more).\n"
-" \n"
-" - The update mode:\n"
-"\n"
-" This option will update your backup, but this\n"
-" option is not really useful because you need to\n"
-" decompress your backup before you can update it.\n"
-" \n"
-" - the .backupignore mode:\n"
-"\n"
-" Like with cvs, Drakbackup will ignore all references\n"
-" included in .backupignore files in each directories.\n"
-" ex: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3134
-msgid ""
-"\n"
-" Some errors during sendmail are caused by \n"
-" a bad configuration of postfix. To solve it you have to\n"
-" set myhostname or mydomain in /etc/postfix/main.cf\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3142
-msgid ""
-"options description:\n"
-"\n"
-" - Backup system files:\n"
-" \n"
-"\tThis option allows you to backup your /etc directory,\n"
-"\twhich contains all configuration files. Please be\n"
-"\tcareful during the restore step to not overwrite:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Backup User files: \n"
-"\n"
-"\tThis option allows you select all users that you want \n"
-"\tto backup.\n"
-"\tTo preserve disk space, it is recommended that you \n"
-"\tdo not include web browser's cache.\n"
-"\n"
-" - Backup Other files: \n"
-"\n"
-"\tThis option allows you to add more data to save.\n"
-"\tWith the other backup it's not possible at the \n"
-"\tmoment to select select incremental backup.\t\t\n"
-" \n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption for backup. This option allows you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed afterward.\n"
-"\tThen you will be able, during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3181
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
-"\n"
-"So if you don't like to restore an user please unselect all his\n"
-"check box.\n"
-"\n"
-"Otherwise, you are able to select only one of this\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerfull \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
-"\tstep, to restore your data from a specified\n"
-"\tdate.\n"
-"\tIf you have not selected this options all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3207 ../../standalone/drakbackup_.c:3282
-msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3209 ../../standalone/drakbackup_.c:3284
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3223
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select: \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, DrakBackup will remove \n"
-" your original directory and verify that all \n"
-" backup files are not corrupted. It is recommended \n"
-" you do a last backup before restoring.\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3261
-msgid ""
-"options description:\n"
-"\n"
-"Please be careful when you are using ftp backup, because only \n"
-"backups that are already built are sent to the server.\n"
-"So at the moment, you need to build the backup on your hard \n"
-"drive before sending it to the server.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3270
-msgid ""
-"\n"
-"Restore Backup Problems:\n"
-"\n"
-"During the restore step, Drakbackup will verify all your\n"
-"backup files before restoring them.\n"
-"Before the restore, Drakbackup will remove \n"
-"your original directory, and you will loose all your \n"
-"data. It is important to be careful and not modify the \n"
-"backup data files by hand.\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3298
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:58
-#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "õԴ %s 仹繢ͼԴҴԴ"
-
-#: ../../standalone/drakfont_.c:229
-msgid "Search installed fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:231
-msgid "Unselect fonts installed"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:252
-msgid "parse all fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:253
-#, fuzzy
-msgid "no fonts found"
-msgstr "辺"
-
-#: ../../standalone/drakfont_.c:261 ../../standalone/drakfont_.c:303
-#: ../../standalone/drakfont_.c:352 ../../standalone/drakfont_.c:410
-#: ../../standalone/drakfont_.c:417 ../../standalone/drakfont_.c:443
-#: ../../standalone/drakfont_.c:455 ../../standalone/drakfont_.c:468
-#, fuzzy
-msgid "done"
-msgstr "º"
-
-#: ../../standalone/drakfont_.c:265
-msgid "could not find any font in your mounted partitions"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:301
-msgid "Reselect correct fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:304
-msgid "could not find any font.\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:327
-msgid "Search fonts in installed list"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:350
-#, fuzzy
-msgid "Fonts copy"
-msgstr " Floppy"
-
-#: ../../standalone/drakfont_.c:353
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "ѧõԴ"
-
-#: ../../standalone/drakfont_.c:357
-msgid "please wait during ttmkfdir..."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:359
-msgid "True Type install done"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:366 ../../standalone/drakfont_.c:382
-msgid "Fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:370 ../../standalone/drakfont_.c:386
-#: ../../standalone/drakfont_.c:406
-msgid "type1inst building"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:375 ../../standalone/drakfont_.c:390
-msgid "Ghostscript referencing"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:397
-msgid "ttf fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:401
-msgid "pfm fonts conversion"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:411
-msgid "Suppress temporary Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:414
-#, fuzzy
-msgid "Restart XFS"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:453 ../../standalone/drakfont_.c:463
-msgid "Suppress Fonts Files"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:465
-#, fuzzy
-msgid "xfs restart"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:472 ../../standalone/drakfont_.c:760
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts using the normal way. In rare cases, bogus fonts "
-"may hang up your X Server."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:547
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Ԫ"
-
-#: ../../standalone/drakfont_.c:562
-msgid "Get Windows Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:564
-msgid "Uninstall Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:568
-#, fuzzy
-msgid "Advanced Options"
-msgstr "ûѺ LAN"
-
-#: ../../standalone/drakfont_.c:570
-#, fuzzy
-msgid "Font List"
-msgstr "˹شҷ"
-
-#: ../../standalone/drakfont_.c:739
-#, fuzzy
-msgid "Choose the applications that will support the fonts :"
-msgstr "͡Ԫ蹷سͧÿ"
-
-#: ../../standalone/drakfont_.c:743
-msgid "Ghostscript"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:747
-#, fuzzy
-msgid "StarOffice"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:751
-#, fuzzy
-msgid "Abiword"
-msgstr "ԡ"
-
-#: ../../standalone/drakfont_.c:755
-#, fuzzy
-msgid "Generic Printers"
-msgstr "ͧ"
-
-#: ../../standalone/drakfont_.c:792
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:828
-#, fuzzy
-msgid "Install List"
-msgstr "Դк"
-
-#: ../../standalone/drakfont_.c:858
-msgid "click here if you are sure."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:860
-msgid "here if no."
-msgstr ""
-
-#: ../../standalone/drakfont_.c:897
-msgid "Unselected All"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:899
-#, fuzzy
-msgid "Selected All"
-msgstr "͡"
-
-#: ../../standalone/drakfont_.c:901
-#, fuzzy
-msgid "Remove List"
-msgstr "ͧẺ"
-
-#: ../../standalone/drakfont_.c:919 ../../standalone/drakfont_.c:939
-#, fuzzy
-msgid "Initials tests"
-msgstr "ͤ init"
-
-#: ../../standalone/drakfont_.c:920
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "ػó Network ͧس"
-
-#: ../../standalone/drakfont_.c:921
-msgid "Install & convert Fonts"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:922
-#, fuzzy
-msgid "Post Install"
-msgstr "Դ"
-
-#: ../../standalone/drakfont_.c:940
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "ػó Network ͧس"
-
-#: ../../standalone/drakfont_.c:941
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "͡ҡõԴ"
-
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:200
-msgid "Internet Connection Sharing"
-msgstr "͡Ѻ Internet Ẻ sharing"
-
-#: ../../standalone/drakgw_.c:138
-msgid "Internet Connection Sharing currently enabled"
-msgstr " internet Ẻ share ӧҹ"
-
-#: ../../standalone/drakgw_.c:139
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:143
-msgid "disable"
-msgstr "disable"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "dismiss"
-msgstr "ԡ"
-
-#: ../../standalone/drakgw_.c:143 ../../standalone/drakgw_.c:168
-msgid "reconfigure"
-msgstr "͹ԡ"
-
-#: ../../standalone/drakgw_.c:146
-msgid "Disabling servers..."
-msgstr "¡ԡ÷ӧҹͧ server"
-
-#: ../../standalone/drakgw_.c:154
-msgid "Internet connection sharing is now disabled."
-msgstr "͡Ѻ Internet Ẻ sharing ١¡ԡ"
-
-#: ../../standalone/drakgw_.c:163
-msgid "Internet Connection Sharing currently disabled"
-msgstr "õԴ internet Ẻ share ١¡ԡ"
-
-#: ../../standalone/drakgw_.c:164
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:168
-msgid "enable"
-msgstr "enable"
-
-#: ../../standalone/drakgw_.c:175
-msgid "Enabling servers..."
-msgstr "ӧҹ server"
-
-#: ../../standalone/drakgw_.c:180
-msgid "Internet connection sharing is now enabled."
-msgstr "͡Ѻ Internet Ẻ sharing ӧҹ"
-
-#: ../../standalone/drakgw_.c:201
-#, fuzzy
-msgid ""
-"You are about to configure your computer to share its Internet connection.\n"
-"With that feature, other computers on your local network will be able to use "
-"this computer's Internet connection.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
-"йõ internet ӡûѺº\n"
-"سö internet Ѻس\n"
-"(س繵ͧ Network Adapter ͡õк LAN )\n"
-"\n"
-"سͧ internet \n"
-
-#: ../../standalone/drakgw_.c:227
-#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interface %s (using module %s)"
-
-#: ../../standalone/drakgw_.c:228
-#, c-format
-msgid "Interface %s"
-msgstr "Interface %s"
-
-#: ../../standalone/drakgw_.c:236
-msgid "No network adapter on your system!"
-msgstr "ػó Network ͧس"
-
-#: ../../standalone/drakgw_.c:237
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr "öǨ network adapter ͧ سѹѺ hardware"
-
-#: ../../standalone/drakgw_.c:243
-msgid "Network interface"
-msgstr "Network interface"
-
-#: ../../standalone/drakgw_.c:244
-#, c-format
-msgid ""
-"There is only one configured network adapter on your system:\n"
-"\n"
-"%s\n"
-"\n"
-"I am about to setup your Local Area Network with that adapter."
-msgstr ""
-"ͧͧس network adapter ѹǷѺûѺ\n"
-"\n"
-"%s\n"
-"\n"
-"ѧ adapter Ѻк LAN"
-
-#: ../../standalone/drakgw_.c:253
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "س͡ network adapter Ѻк LAN"
-
-#: ../../standalone/drakgw_.c:271
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "աä͹ԡҾ"
-
-#: ../../standalone/drakgw_.c:272
-#, c-format
-msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:277
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Boot Style Configuration"
-
-#: ../../standalone/drakgw_.c:278
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "ä͹ԡ Internet"
-
-#: ../../standalone/drakgw_.c:280
-#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:292
-msgid ""
-"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
-"\n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:297
-msgid "C-Class Local Network"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:298
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr " IP ͧ CUPS "
-
-#: ../../standalone/drakgw_.c:299
-msgid "Re-configure interface and DHCP server"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:306
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:317
-#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "դѴ駢ͧ LAN address 㹤͹ԡѨغѹ %s!\n"
-
-#: ../../standalone/drakgw_.c:325 ../../standalone/drakgw_.c:331
-msgid "Firewalling configuration detected!"
-msgstr "Ǩ͹ԡͧ Firewall"
-
-#: ../../standalone/drakgw_.c:326 ../../standalone/drakgw_.c:332
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:340
-msgid "Configuring..."
-msgstr "ѧӡä͹ԡ"
-
-#: ../../standalone/drakgw_.c:341
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "ѧѺ scripts Դ ӧҹ servers..."
-
-#: ../../standalone/drakgw_.c:378
-#, c-format
-msgid "Problems installing package %s"
-msgstr "ѭҡõԴ %s"
-
-#: ../../standalone/drakgw_.c:672
-msgid ""
-"Everything has been configured.\n"
-"You may now share Internet connection with other computers on your Local "
-"Area Network, using automatic network configuration (DHCP)."
-msgstr ""
-"ءҧ١ӡûѺº\n"
-"سöԹ๵ LAN (DHCP)"
-
-#: ../../standalone/drakgw_.c:689
-msgid "The setup has already been done, but it's currently disabled."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:690
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "ûѺºе͹ӧҹ"
-
-#: ../../standalone/drakgw_.c:691
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "ա͡Ѻ Internet Ẻ sharing"
-
-#: ../../standalone/drakgw_.c:696
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr " Internet СûѺ"
-
-#: ../../standalone/drakgw_.c:703
-#, fuzzy, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Թյ͹Ѻͧ㹡õԴ internet Ẻ share\n"
-"\n"
-"%s\n"
-"\n"
-" ``Ok'' Ҥسͧ÷ӧҹͧ setup wizard"
-
-#: ../../standalone/draknet_.c:80
-#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "ä͹ԡк (%d adapters)"
-
-#: ../../standalone/draknet_.c:87 ../../standalone/draknet_.c:595
-msgid "Profile: "
-msgstr "Profile: "
-
-#: ../../standalone/draknet_.c:95
-msgid "Del profile..."
-msgstr "ź profile..."
-
-#: ../../standalone/draknet_.c:101
-msgid "Profile to delete:"
-msgstr "profile ͧź:"
-
-#: ../../standalone/draknet_.c:129
-msgid "New profile..."
-msgstr "profile ..."
-
-#: ../../standalone/draknet_.c:135
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-
-#: ../../standalone/draknet_.c:161
-msgid "Hostname: "
-msgstr "ʵ:"
-
-#: ../../standalone/draknet_.c:168
-msgid "Internet access"
-msgstr "õԴ internet"
-
-#: ../../standalone/draknet_.c:181
-msgid "Type:"
-msgstr ": "
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Gateway:"
-msgstr "ࡵ:"
-
-#: ../../standalone/draknet_.c:184 ../../standalone/draknet_.c:376
-msgid "Interface:"
-msgstr "Interface:"
-
-#: ../../standalone/draknet_.c:195
-msgid "Status:"
-msgstr "ʶҹ:"
-
-#: ../../standalone/draknet_.c:202
-msgid "Wait please"
-msgstr ""
-
-#: ../../standalone/draknet_.c:220
-msgid "Configure Internet Access..."
-msgstr "Ѻ觡õԴ internet"
-
-#: ../../standalone/draknet_.c:227 ../../standalone/draknet_.c:449
-msgid "LAN configuration"
-msgstr "ûѺ LAN"
-
-#: ../../standalone/draknet_.c:232
-msgid "Driver"
-msgstr "Driver"
-
-#: ../../standalone/draknet_.c:232
-msgid "Interface"
-msgstr "Interface"
-
-#: ../../standalone/draknet_.c:232
-msgid "Protocol"
-msgstr "Protocol"
-
-#: ../../standalone/draknet_.c:232
-#, fuzzy
-msgid "State"
-msgstr "ʶҹ:"
-
-#: ../../standalone/draknet_.c:244
-msgid "Configure Local Area Network..."
-msgstr "Ѻк..."
-
-#: ../../standalone/draknet_.c:256
-msgid "Click here to launch the wizard ->"
-msgstr ""
-
-#: ../../standalone/draknet_.c:257
-msgid "Wizard..."
-msgstr "Wizard..."
-
-#: ../../standalone/draknet_.c:283
-msgid "Apply"
-msgstr "ռŷѹ"
-
-#: ../../standalone/draknet_.c:302
-msgid "Please Wait... Applying the configuration"
-msgstr "سѡ ..."
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:384 ../../standalone/draknet_.c:407
-msgid "Not connected"
-msgstr ""
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Connect..."
-msgstr "Դ"
-
-#: ../../standalone/draknet_.c:385 ../../standalone/draknet_.c:408
-msgid "Disconnect..."
-msgstr "¡ԡԴ..."
-
-#: ../../standalone/draknet_.c:404
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr ""
-
-#: ../../standalone/draknet_.c:431
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:453
-msgid "LAN Configuration"
-msgstr "ûѺ LAN"
-
-#: ../../standalone/draknet_.c:464
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
-
-#: ../../standalone/draknet_.c:470
-msgid "Boot Protocol"
-msgstr "Boot Protocol"
-
-#: ../../standalone/draknet_.c:471
-msgid "Started on boot"
-msgstr "ӧҹ͹ boot"
-
-#: ../../standalone/draknet_.c:472
-msgid "DHCP client"
-msgstr "DHCP client"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "activate now"
-msgstr "礷տ"
-
-#: ../../standalone/draknet_.c:497 ../../standalone/draknet_.c:500
-#, fuzzy
-msgid "deactivate now"
-msgstr "礷տ"
-
-#: ../../standalone/draknet_.c:503
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-
-#: ../../standalone/draknet_.c:560
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-
-#: ../../standalone/draknet_.c:584
-msgid "Internet connection configuration"
-msgstr "ûѺ觡õԴ internet"
-
-#: ../../standalone/draknet_.c:588
-msgid "Internet Connection Configuration"
-msgstr "ûѺ觡õԴ internet"
-
-#: ../../standalone/draknet_.c:597
-msgid "Connection type: "
-msgstr "Դ"
-
-#: ../../standalone/draknet_.c:603
-msgid "Parameters"
-msgstr "Parameters"
-
-#: ../../standalone/draknet_.c:621
-msgid "Gateway"
-msgstr "ࡵ"
-
-#: ../../standalone/draknet_.c:630
-msgid "Ethernet Card"
-msgstr "Ethernet Card"
-
-#: ../../standalone/draknet_.c:631
-msgid "DHCP Client"
-msgstr "DHCP Client"
-
-#: ../../standalone/draksec_.c:31
-msgid "Setting security level"
-msgstr "͡дѺкѡҤʹ"
-
-#: ../../standalone/drakxconf_.c:47
-msgid "Control Center"
-msgstr "Control Center"
-
-#: ../../standalone/drakxconf_.c:48
-msgid "Choose the tool you want to use"
-msgstr "ͧ͡ͷسͧ"
-
-#: ../../standalone/drakxtv_.c:48
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "ҹҴ (຤)"
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:48
-msgid "USA (cable-hrc)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "China (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (bcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:49
-msgid "Japan (cable)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "East Europe"
-msgstr "û"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "Ireland"
-msgstr "ͫŹ"
-
-#: ../../standalone/drakxtv_.c:50
-#, fuzzy
-msgid "West Europe"
-msgstr "û"
-
-#: ../../standalone/drakxtv_.c:51
-#, fuzzy
-msgid "Australia"
-msgstr "͹ء"
-
-#: ../../standalone/drakxtv_.c:51
-msgid "Newzealand"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:52
-msgid "South Africa"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:53
-msgid "Argentina"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:58
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:60
-msgid "TV norm :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:61
-msgid "Area :"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:65
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:72
-msgid "Scanning for TV channels"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:83
-msgid "No TV Card detected!"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:84
-msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-msgstr ""
-
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "Ըա: keyboarddrake [--expert] [keyboard]\n"
-
-#: ../../standalone/keyboarddrake_.c:29
-msgid "Please, choose your keyboard layout."
-msgstr "سͧ͡ҷẺ "
-
-#: ../../standalone/keyboarddrake_.c:36
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
-
-#: ../../standalone/livedrake_.c:24
-msgid "Change Cd-Rom"
-msgstr "¹ CD-ROM"
-
-#: ../../standalone/livedrake_.c:25
-msgid ""
-"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
-"If you don't have it, press Cancel to avoid live upgrade."
-msgstr ""
-
-#: ../../standalone/livedrake_.c:35
-msgid "Unable to start live upgrade !!!\n"
-msgstr "ö live upgrade !!!\n"
-
-#: ../../standalone/localedrake_.c:32
-msgid "The change is done, but to be effective you must logout"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:501
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:95
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:102
-msgid "/File/_New"
-msgstr "//_"
-
-#: ../../standalone/logdrake_.c:102
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:103
-msgid "/File/_Open"
-msgstr "//_Դ"
-
-#: ../../standalone/logdrake_.c:103
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:104
-msgid "/File/_Save"
-msgstr "//_ѹ֡"
-
-#: ../../standalone/logdrake_.c:104
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:105
-msgid "/File/Save _As"
-msgstr "//_ѹ֡"
-
-#: ../../standalone/logdrake_.c:106
-msgid "/File/-"
-msgstr "//-"
-
-#: ../../standalone/logdrake_.c:108
-msgid "/_Options"
-msgstr "/_Options"
-
-#: ../../standalone/logdrake_.c:109
-msgid "/Options/Test"
-msgstr "/Options/ͺ"
-
-#: ../../standalone/logdrake_.c:110
-msgid "/_Help"
-msgstr "/_Help"
-
-#: ../../standalone/logdrake_.c:111
-msgid "/Help/_About..."
-msgstr "//_About..."
-
-#: ../../standalone/logdrake_.c:118
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "mise-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "mise-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:173
-#, fuzzy
-msgid "User"
-msgstr "ͼ"
-
-#: ../../standalone/logdrake_.c:174
-#, fuzzy
-msgid "Messages"
-msgstr "ͤ"
-
-#: ../../standalone/logdrake_.c:175
-#, fuzzy
-msgid "Syslog"
-msgstr "syslog"
-
-#: ../../standalone/logdrake_.c:176
-msgid "Mandrake Tools Explanations"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:179
-msgid "search"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:185
-msgid "A tool to monitor your logs"
-msgstr "ػóǨͺ logs"
-
-#: ../../standalone/logdrake_.c:186
-msgid "Settings"
-msgstr "ҵԴ"
-
-#: ../../standalone/logdrake_.c:191
-msgid "matching"
-msgstr "matching"
-
-#: ../../standalone/logdrake_.c:192
-msgid "but not matching"
-msgstr "but not matching"
-
-#: ../../standalone/logdrake_.c:196
-msgid "Choose file"
-msgstr "͡ file"
-
-#: ../../standalone/logdrake_.c:201
-msgid "Calendar"
-msgstr "ԷԹ"
-
-#: ../../standalone/logdrake_.c:211
-msgid "Content of the file"
-msgstr "ͤͧ file"
-
-#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:390
-msgid "Mail/SMS alert"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:268
-#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "ôس,parsing file:%s"
-
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "Mail/SMS alert configuration"
-msgstr "ûѺ LAN"
-
-#: ../../standalone/logdrake_.c:406
-msgid ""
-"Welcome to the mail/SMS configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:414
-msgid "proftpd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:417
-msgid "sshd"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:418
-msgid "webmin"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:419
-#, fuzzy
-msgid "xinetd"
-msgstr "Ext2"
-
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
-msgid "service setting"
-msgstr "ػó"
-
-#: ../../standalone/logdrake_.c:423
-msgid ""
-"You will receive an alert if one of the selected service is no more running"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:433
-#, fuzzy
-msgid "load setting"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:434
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:447
-#, fuzzy
-msgid "alert configuration"
-msgstr "ä͹ԡ"
-
-#: ../../standalone/logdrake_.c:448
-msgid "Configure the way the system will alert you"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:478
-msgid "Save as.."
-msgstr "ѹ֡"
-
-#: ../../standalone/mousedrake_.c:49
-msgid "Please, choose the type of your mouse."
-msgstr "س쪹Դ"
-
-#: ../../standalone/mousedrake_.c:59
-msgid "no serial_usb found\n"
-msgstr "辺 serial_usb\n"
-
-#: ../../standalone/mousedrake_.c:63
-msgid "Emulate third button?"
-msgstr "ͧèͧ?"
-
-#: ../../standalone/scannerdrake_.c:53
-#, c-format
-msgid "%s found on %s, configure it ?"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:60
-#, fuzzy
-msgid "Select a scanner"
-msgstr "͡ҿԤ"
-
-#: ../../standalone/scannerdrake_.c:80
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:94
-#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:96
-#, fuzzy
-msgid "choose device"
-msgstr "ػóٵ"
-
-#: ../../standalone/scannerdrake_.c:102
-#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
-msgstr ""
-
-#: ../../standalone/scannerdrake_.c:107
-#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:31
-msgid "Firewalling Configuration"
-msgstr "ûѺ firewall"
-
-#: ../../standalone/tinyfirewall_.c:44
-msgid "Firewalling configuration"
-msgstr "ûѺ firewall"
-
-#: ../../standalone/tinyfirewall_.c:79
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:83
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "͡ҷس"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "͡شõԴ"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "õǨ"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "͹ԡ"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "͡"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "кͧѹ"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Ѿк"
-
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Ԫ"
-
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "͡"
-
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Դк"
-
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr ""
-
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "͹ԡк"
-
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Ѻ觡úԡõҧ"
-
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Դ駺ٵŴ"
-
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "ҧ蹺ٵ"
-
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "͹ԡк X"
-
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Դк"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "͡ҡõԴ"
-
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"ûѺº ѹ֡Ѻ\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Adapter %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "ԴͼԴҴ㹡Դ %s Ѻ¹: %s"
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:181
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:182 ../../tinyfirewall.pm_.c:186
-#: ../../tinyfirewall.pm_.c:206
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:197 ../../tinyfirewall.pm_.c:201
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "ûѺ firewall"
-
-#: ../../tinyfirewall.pm_.c:199
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:200
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:232
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "ѧõԴ"
-
-#: ../../tinyfirewall.pm_.c:238
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer (client)"
-msgstr "ͧк Network (Socket)"
-
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Workstation ӧҹ"
-
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "ͧѺ Palm Pilot Visor"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Workstation"
-msgstr "Workstation ӧҹ"
-
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "KDE Workstation"
-msgstr "Workstation ӧҹ"
-
-#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Video"
-msgstr "Multimedia - ¹ CD "
-
-#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Database"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "ͧͷ㹡ûѺͧͧس¢"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Sound"
-msgstr "Multimedia - ¹ CD "
-
-#: ../../share/compssUsers:999
-msgid "Utilities"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Documentation"
-msgstr "˹"
-
-#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet station"
-msgstr "͡Ѻ Internet Ẻ sharing"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Multimedia - ¹ CD "
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "ûѺ LAN"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Graphical Desktops "
-
-#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "÷ӧҹẺҿԡ"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "ͧ㹡÷ CD"
-
-#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Workstation ӧҹ"
-
-#: ../../share/compssUsers:999
-msgid "Server"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "ͧк Network (Socket)"
-
-#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Workstation ӧҹ"
-
-#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr ""
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia - Graphics"
-msgstr "Multimedia - ¹ CD "
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr "ͧ㹡ҹ mail news (pine, mutt, tin..) зͧԹ"
-
-#: ../../share/compssUsers:999
-msgid "Archiving, emulators, monitoring"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Թǹ"
-
-#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clients for different protocols including ssh"
-
-#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "õԴ internet"
-
-#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Graphical Desktops "
-
-#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "¨ѴͧԹ gnucash"
-
-#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr ""
-
-#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - ¹ CD "
-
-#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Workstation ҧԷʵ"
-
-#, fuzzy
-#~ msgid "About"
-#~ msgstr "ԡ"
-
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
-#, fuzzy
-#~ msgid "None"
-#~ msgstr "º"
-
-#, fuzzy
-#~ msgid "Choose a default printer!"
-#~ msgstr "͡ default"
-
-#, fuzzy
-#~ msgid "Apply/Re-read printers"
-#~ msgstr "ͧẺ"
-
-#~ msgid "You may now provide its options to module %s."
-#~ msgstr "سö͹ͻѺ %s "
-
-#~ msgid "mount failed"
-#~ msgstr "ҷ"
-
-#~ msgid "Low"
-#~ msgstr ""
-
-#~ msgid "Medium"
-#~ msgstr "ҹҧ"
-
-#, fuzzy
-#~ msgid "Export"
-#~ msgstr "ẺǪҭ (Expert)"
-
-#~ msgid ""
-#~ "GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
-#~ "local time according to the time zone you selected."
-#~ msgstr ""
-#~ "չءШѴк GMT \"Greenwich Mean Time\" ŧ\n"
-#~ "ҷͧ 觨ТѺҹҷس͡"
-
-#~ msgid "Connect to Internet"
-#~ msgstr " Internet"
-
-#~ msgid "Disconnect from Internet"
-#~ msgstr " Internet "
-
-#~ msgid "Configure network connection (LAN or Internet)"
-#~ msgstr "͹ԡк (Lan Internet)"
-
-#, fuzzy
-#~ msgid "Detected %s, do you want to set it up?"
-#~ msgstr "سͧè仴ʡ˹"
-
-#, fuzzy
-#~ msgid "Please choose the printer you want to set up."
-#~ msgstr "͡稷سͧõԴ "
-
-#, fuzzy
-#~ msgid "Infos"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Windows Importation"
-#~ msgstr "Workstation ӧҹ"
-
-#~ msgid "authentification"
-#~ msgstr "authentification"
-
-#~ msgid "user"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid ""
-#~ "Please choose the desired printer/printer port.\n"
-#~ "\n"
-#~ msgstr "س쪹Դ"
-
-#, fuzzy
-#~ msgid "\\@quit"
-#~ msgstr "ԡ"
-
-#~ msgid "Active"
-#~ msgstr "礷տ"
-
-#, fuzzy
-#~ msgid "No X"
-#~ msgstr "ͧ"
-
-#~ msgid "A printer, model \"%s\", has been detected on "
-#~ msgstr "Ǩͧ \"%s\""
-
-#~ msgid "Local Printer Device"
-#~ msgstr "ػóͧŤ"
-
-#~ msgid "Printer Device"
-#~ msgstr "ػóͧ"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote CUPS server(s)"
-#~ msgstr "Remote CUPS server"
-
-#, fuzzy
-#~ msgid "Printer(s) on remote server(s)"
-#~ msgstr "Remote CUPS server"
-
-#, fuzzy
-#~ msgid " Linux "
-#~ msgstr "չء"
-
-#, fuzzy
-#~ msgid " System "
-#~ msgstr "System mode"
-
-#, fuzzy
-#~ msgid " Other "
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "please choose your CD space"
-#~ msgstr "سͧ͡ҷẺ "
-
-#, fuzzy
-#~ msgid " Please check if you are using CDRW media"
-#~ msgstr "ô͡Ԫ"
-
-#, fuzzy
-#~ msgid " Tape "
-#~ msgstr ": "
-
-#, fuzzy
-#~ msgid " Use .backupignore files"
-#~ msgstr "Ѿջѭ"
-
-#, fuzzy
-#~ msgid "Configure it"
-#~ msgstr "͹ԡк X"
-
-#, fuzzy
-#~ msgid "on Tape Device"
-#~ msgstr "ػóͧ"
-
-#, fuzzy
-#~ msgid " Cancel "
-#~ msgstr "¡ԡ"
-
-#, fuzzy
-#~ msgid " Ok "
-#~ msgstr "ŧ"
-
-#, fuzzy
-#~ msgid "close"
-#~ msgstr "Mouse"
-
-#, fuzzy
-#~ msgid "Starting your connection..."
-#~ msgstr "ͺ connection..."
-
-#~ msgid "Closing your connection..."
-#~ msgstr "õԴ..."
-
-#~ msgid "The system is now disconnected."
-#~ msgstr "ͧسԡõԴ"
-
-#~ msgid "Choose the size you want to install"
-#~ msgstr "͡ҴسͧõԴ"
-
-#~ msgid "Total size: "
-#~ msgstr "Ҵ: "
-
-#~ msgid "Please wait, "
-#~ msgstr "ôѡ"
-
-#~ msgid "Total time "
-#~ msgstr "ҷ "
-
-#~ msgid "Use existing configuration for X11?"
-#~ msgstr "͹ԡǢͧк X11 ?"
-
-#~ msgid ""
-#~ "What device is your printer connected to \n"
-#~ "(note that /dev/lp0 is equivalent to LPT1:)?\n"
-#~ msgstr ""
-#~ "ػóͧͧس \n"
-#~ "( /dev/lp0 պҡѺ LPT1:)?\n"
-
-#~ msgid "$_"
-#~ msgstr "$_"
-
-#~ msgid ""
-#~ "Warning, the network adapter is already configured. I will reconfigure it."
-#~ msgstr "ѧ network adapter աûѺº зӡûѺ"
-
-#~ msgid "New"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Remote"
-#~ msgstr "ͤ"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please click on a button above\n"
-#~ "\n"
-#~ "Or use \"New\""
-#~ msgstr "ô͡Ԫ"
-
-#~ msgid "Ambiguity (%s), be more precise\n"
-#~ msgstr "Դ͢Ѵ (%s), ô͡١ͧ\n"
-
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (ҵ駵 %s) "
-
-#~ msgid "Your choice? (default %s enter `none' for none) "
-#~ msgstr "ͧ͡س? (ҵ駵 %s `none' ͵͡ҧ) "
-
-#~ msgid "can not open /etc/sysconfig/autologin for reading: %s"
-#~ msgstr "öԴ /etc/sysconfig/autologin ҹ: %s"
-
-#~ msgid "Do you want to restart the network"
-#~ msgstr "سͧӧҹ Network "
-
-#~ msgid ""
-#~ "\n"
-#~ "Do you agree?"
-#~ msgstr ""
-#~ "\n"
-#~ "سѺ"
-
-#~ msgid "I'm about to restart the network device:\n"
-#~ msgstr "ѧӧҹ Network Device :\n"
-
-#~ msgid "I'm about to restart the network device %s. Do you agree?"
-#~ msgstr "ѧӧҹ Network Device %s ŧ?"
-
-#, fuzzy
-#~ msgid "Connection timeout (in sec) [ beta, not yet implemented ]"
-#~ msgstr "Դ"
-
-#, fuzzy
-#~ msgid "Could not set \"%s\" as the default printer!"
-#~ msgstr "͡ default"
-
-#, fuzzy
-#~ msgid "Test the mouse here."
-#~ msgstr "سҷͺ"
-
-#~ msgid ""
-#~ "Please choose your preferred language for installation and system usage."
-#~ msgstr "س͡ҷͧ㹡õԴҹͧк"
-
-#~ msgid ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-#~ msgstr ""
-#~ "You need to accept the terms of the above license to continue "
-#~ "installation.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Accept\" if you agree with its terms.\n"
-#~ "\n"
-#~ "\n"
-#~ "Please click on \"Refuse\" if you disagree with its terms. Installation "
-#~ "will end without modifying your current\n"
-#~ "configuration."
-
-#~ msgid "Choose the layout corresponding to your keyboard from the list above"
-#~ msgstr "͡ٻẺͧ촵¡âҧ"
-
-#~ msgid ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-#~ msgstr ""
-#~ "If you wish other languages (than the one you choose at\n"
-#~ "beginning of installation) will be available after installation, please "
-#~ "chose\n"
-#~ "them in list above. If you want select all, you just need to select \"All"
-#~ "\"."
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!"
-#~ msgstr ""
-#~ "͡:\n"
-#~ "\n"
-#~ " - ẺѺ: ͡X Ҥس¡Ѻչء\n"
-#~ " سҨͧ͡õԴкҧк, кѺѲҫͿ\n"
-#~ " Ẻ ͡ \"\" ѺԴ駵ŧ㹤\n"
-#~ " سҨ͡ \"ѲҫͿ\" ҤسͧͧسѺ÷ӧҹ\n"
-#~ " ẺþѲҫͿ ͡ \"ÿ\" Ҥسͧ\n"
-#~ " Դ駫ͿѺ ( þ...)\n"
-#~ "\n"
-#~ "\n"
-#~ " - ẺǪ: (Ѻӹҭ) Ҥسҹ GNU/Linux ҧͧ\n"
-#~ " еͧõԴẺ͡µͧ õԴẺش\n"
-#~ " سѧö͡ҹкسԴẺ \"ẺѺ\""
-
-#~ msgid ""
-#~ "You must now define your machine usage. Choices are:\n"
-#~ "\n"
-#~ "* Workstation: this the ideal choice if you intend to use your machine "
-#~ "primarily for everyday use, at office or\n"
-#~ " at home.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Development: if you intend to use your machine primarily for software "
-#~ "development, it is the good choice. You\n"
-#~ " will then have a complete collection of software installed in order to "
-#~ "compile, debug and format source code,\n"
-#~ " or create software packages.\n"
-#~ "\n"
-#~ "\n"
-#~ "* Server: if you intend to use this machine as a server, it is the good "
-#~ "choice. Either a file server (NFS or\n"
-#~ " SMB), a print server (Unix style or Microsoft Windows style), an "
-#~ "authentication server (NIS), a database\n"
-#~ " server and so on. As such, do not expect any gimmicks (KDE, GNOME, "
-#~ "etc.) to be installed."
-#~ msgstr ""
-#~ "سͧ͡ҹͧͧس ҧ͡:\n"
-#~ "\n"
-#~ "* Workstation\n"
-#~ "* Development\n"
-#~ "* Server"
-
-#~ msgid ""
-#~ "You can now enter the root password for your Mandrake Linux system.\n"
-#~ "The password must be entered twice to verify that both password entries "
-#~ "are identical.\n"
-#~ "\n"
-#~ "\n"
-#~ "Root is the system's administrator and is the only user allowed to modify "
-#~ "the\n"
-#~ "system configuration. Therefore, choose this password carefully. \n"
-#~ "Unauthorized use of the root account can be extemely dangerous to the "
-#~ "integrity\n"
-#~ "of the system, its data and other system connected to it.\n"
-#~ "\n"
-#~ "\n"
-#~ "The password should be a mixture of alphanumeric characters and at least "
-#~ "8\n"
-#~ "characters long. It should never be written down.\n"
-#~ "\n"
-#~ "\n"
-#~ "Do not make the password too long or complicated, though: you must be "
-#~ "able to\n"
-#~ "remember it without too much effort."
-#~ msgstr ""
-#~ "͹سö͹ʼҹͧٷ (к) 觤سеͧ\n"
-#~ "͹ʼҹͧ׹ѹҤس͹ʼҹçѹ\n"
-#~ "\n"
-#~ "\n"
-#~ "ٷ 繼к 繼ҹ§ǷѺ͹حҵ\n"
-#~ "ӡá䢤͹ԡͧк ѧ鹤س繨еͧ͡\n"
-#~ "ʼҹҧѴѧ ҹͺѭբͧٷѺ͹حҵ\n"
-#~ "ҨԴҧçѺ١ͧͧŢͧк\n"
-#~ "ͧ蹷 á˹ʼҹеͧӡ\n"
-#~ "ҹѹҧѡеŢ դҧ 8 ѡ\n"
-#~ "س ** ʼҹͧس ҡ˹ʼҹͫѺ͹Թ\n"
-#~ "ҡ˹ʼҹҡЫѺ͹ԹҤسШ"
-
-#~ msgid ""
-#~ "You may now create one or more \"regular\" user account(s), as\n"
-#~ "opposed to the \"privileged\" user account, root. You can create\n"
-#~ "one or more account(s) for each person you want to allow to use\n"
-#~ "the computer. Note that each user account will have its own\n"
-#~ "preferences (graphical environment, program settings, etc.)\n"
-#~ "and its own \"home directory\", in which these preferences are\n"
-#~ "stored.\n"
-#~ "\n"
-#~ "\n"
-#~ "First of all, create an account for yourself! Even if you will be the "
-#~ "only user\n"
-#~ "of the machine, you may NOT connect as root for daily use of the system: "
-#~ "it's a\n"
-#~ "very high security risk. Making the system unusable is very often a typo "
-#~ "away.\n"
-#~ "\n"
-#~ "\n"
-#~ "Therefore, you should connect to the system using the user account\n"
-#~ "you will have created here, and login as root only for administration\n"
-#~ "and maintenance purposes."
-#~ msgstr ""
-#~ "͹سöҧͺѭռẺ \"regular\" () \n"
-#~ "觺ѭẺ仹سöҧҡ˹觪 (ٷ)\n"
-#~ "ЪͺѭЪͨС˹੾мФҹ \n"
-#~ "Фբ͡˹ͧͧ (ҾǴẺҿԡ, 繵)\n"
-#~ " \"home directory\" (硷պҹ) 繢ͧͧ«硷պҹ\n"
-#~ "繷红͡˹ҹ\n"
-#~ "\n"
-#~ "\n"
-#~ "áش سеͧҧͺѭѺͧ ֧Ҥس§餹\n"
-#~ "к ͧҡسöҵԴкҡ͢¼ҹҧ\n"
-#~ "ͼ root (ͧҡкѡҤʹ) ҡö\n"
-#~ "ҹкöҹ\n"
-#~ "\n"
-#~ "\n"
-#~ "ѧ鹤سèеͧԴкҹҧ͢·¹ͧ黡\n"
-#~ "觤سҧ㹢鹵͹ ͡Թҹ㹰ҹٷ੾ըش\n"
-#~ "ʧ㹡úк зӡëاҹ"
-
-#~ msgid ""
-#~ "Now it's time to configure the X Window System, which is the\n"
-#~ "core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
-#~ "you must configure your video card and monitor. Most of these\n"
-#~ "steps are automated, though, therefore your work may only consist\n"
-#~ "of verifying what has been done and accept the settings :)\n"
-#~ "\n"
-#~ "\n"
-#~ "When the configuration is over, X will be started (unless you\n"
-#~ "ask DrakX not to) so that you can check and see if the\n"
-#~ "settings suit you. If they don't, you can come back and\n"
-#~ "change them, as many times as necessary."
-#~ msgstr ""
-#~ "͹ҷФ͹ԡк X Թ к X ᡹ҧͧ\n"
-#~ "к GUI (Graphical User Interface) ͧչء 㹡ä͹ԡسеͧ\n"
-#~ "ӡä͹ԡԴ͡ШҾ 觢鹵͹ǹ˭ẺѵѵԷ\n"
-#~ "ѧ鹤س§Ǩͺ١ͧ ѺҺкҹͧ :)\n"
-#~ "\n"
-#~ "\n"
-#~ "ѧҡشä͹ԡ X 鹷ӧҹ (¡鹤س DrakX )\n"
-#~ "سöǨзҺҡ絹öҹ ҡö\n"
-#~ "ӧҹ سöѺ䢡Ѿʹ"
-
-#~ msgid "Czech (Programmers)"
-#~ msgstr "Czech (Programmers)"
-
-#~ msgid "Slovakian (Programmers)"
-#~ msgstr "Slovakian (Programmers)"
-
-#~ msgid "Name of the profile to create:"
-#~ msgstr "ͧ͢ profile ҧ:"
-
-#~ msgid "Write /etc/fstab"
-#~ msgstr "¹ŧ /etc/fstab"
-
-#~ msgid "Format all"
-#~ msgstr ""
-
-#~ msgid "After formatting all partitions,"
-#~ msgstr "ѧҡءԪ"
-
-#~ msgid "all data on these partitions will be lost"
-#~ msgstr "ŷ㹾Ԫ蹨ж١ź"
-
-#~ msgid "Reload"
-#~ msgstr "¡׹ա"
-
-#~ msgid ""
-#~ "Do you want to generate an auto install floppy for linux replication?"
-#~ msgstr "سͧèз floppy ͡õԴẺ?"
-
-#~ msgid "ADSL configuration"
-#~ msgstr "ä͹ԡ ADSL"
-
-#~ msgid ""
-#~ "With a remote CUPS server, you do not have to configure\n"
-#~ "any printer here; printers will be automatically detected\n"
-#~ "unless you have a server on a different network; in the\n"
-#~ "latter case, you have to give the CUPS server IP address\n"
-#~ "and optionally the port number."
-#~ msgstr ""
-#~ " CUPS SERVER س繵ͧѺͧ\n"
-#~ "㹵͹ ͧж١ͧ\n"
-#~ "¡鹤س server network óչ鹤سͧ\n"
-#~ "к IP ADDRESS port number Ѻ CUPS server"
-
-#, fuzzy
-#~ msgid "Remote queue name missing!"
-#~ msgstr "ͤ"
-
-#, fuzzy
-#~ msgid "Command line"
-#~ msgstr ""
-
-#, fuzzy
-#~ msgid "Modify printer"
-#~ msgstr "ͧ"
-
-#, fuzzy
-#~ msgid "Network Monitoring"
-#~ msgstr "ä͹ԡк"
-
-#, fuzzy
-#~ msgid "Profile "
-#~ msgstr "Profile: "
-
-#, fuzzy
-#~ msgid "Connection Time: "
-#~ msgstr "Դ"
-
-#, fuzzy
-#~ msgid "Connecting to Internet "
-#~ msgstr " Internet"
-
-#, fuzzy
-#~ msgid "Disconnecting from Internet "
-#~ msgstr " Internet "
-
-#, fuzzy
-#~ msgid "Disconnection from Internet failed."
-#~ msgstr " Internet "
-
-#, fuzzy
-#~ msgid "Disconnection from Internet complete."
-#~ msgstr " Internet "
-
-#, fuzzy
-#~ msgid "Connection complete."
-#~ msgstr "͡"
-
-#~ msgid "NetWare"
-#~ msgstr ""
-
-#~ msgid "Unrecognized config file"
-#~ msgstr "Unrecognized config file"
-
-#, fuzzy
-#~ msgid "Disable network"
-#~ msgstr "¡ԡӧҹ"
-
-#, fuzzy
-#~ msgid "Enable network"
-#~ msgstr "ӧҹ"
-
-#~ msgid "DSL (or ADSL) connection"
-#~ msgstr "õԴẺ DSL ADSL"
-
-#~ msgid "You can specify directly the URI to access the printer with CUPS."
-#~ msgstr "You can specify directly the URI to access the printer with CUPS."
-
-#~ msgid "Yes, print ASCII test page"
-#~ msgstr " дɷͺẺ ASCII"
-
-#~ msgid "Yes, print PostScript test page"
-#~ msgstr " дɷͺẺʵʤԻ"
-
-#~ msgid "Paper Size"
-#~ msgstr "Ҵд"
-
-#~ msgid "Eject page after job?"
-#~ msgstr "׹д͡ѧҡ稧ҹ?"
-
-#~ msgid "Uniprint driver options"
-#~ msgstr "ͻ蹢ͧẺ Uniprint"
-
-#~ msgid "Color depth options"
-#~ msgstr "ͻ蹢ͧ´"
-
-#~ msgid "Print text as PostScript?"
-#~ msgstr "Print text as PostScript?"
-
-#~ msgid "Fix stair-stepping text?"
-#~ msgstr "Ӣͤ stair-stepping Ẻ"
-
-#~ msgid "Number of pages per output pages"
-#~ msgstr "ӹǹ˹ҵͤ"
-
-#~ msgid "Right/Left margins in points (1/72 of inch)"
-#~ msgstr "/ margins ˹ points (1/72 of inch)"
-
-#~ msgid "Top/Bottom margins in points (1/72 of inch)"
-#~ msgstr "/ҧ margins ˹ points (1/72 of inch)"
-
-#~ msgid "Extra Text options"
-#~ msgstr "ͻ蹵˹ѧ"
-
-#~ msgid "Reverse page order"
-#~ msgstr "ѺӴѺ˹"
-
-#~ msgid "Select Remote Printer Connection"
-#~ msgstr "͡͡Ѻͧ"
-
-#~ msgid ""
-#~ "Every printer need a name (for example lp).\n"
-#~ "Other parameters such as the description of the printer or its location\n"
-#~ "can be defined. What name should be used for this printer and\n"
-#~ "how is the printer connected?"
-#~ msgstr ""
-#~ "ͧءͧͧê\n"
-#~ "ͧ\n"
-#~ "ͧԴԸ"
-
-#~ msgid ""
-#~ "Every print queue (which print jobs are directed to) needs a\n"
-#~ "name (often lp) and a spool directory associated with it. What\n"
-#~ "name and directory should be used for this queue and how is the printer "
-#~ "connected?"
-#~ msgstr ""
-#~ "Թ (Թ繷ҹ͹ͧ)\n"
-#~ "ͧաõ駪 (Ԩ lp) 硷շ红\n"
-#~ "سͧõ駪 С˹硷繤㴺ҧ?"
-
-#~ msgid "Name of queue"
-#~ msgstr "ͧ͢"
-
-#~ msgid "Spool directory"
-#~ msgstr "ʻ硷"
-
-#, fuzzy
-#~ msgid "fsck failed: "
-#~ msgstr "ҷ: "
-
-#~ msgid "yellow pages"
-#~ msgstr "кش˹ͧ (yellow pages)"
-
-#, fuzzy
-#~ msgid "Light configuration"